OrderTemplatesAndBaskets中删除匿名购物车

OrderTemplatesAndBaskets中删除匿名购物车

本文介绍了从OrderTemplatesAndBaskets中删除匿名购物车的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我无法使用清除工具Purgecommercedata.exe。由于该实用程序不起作用,我很想通过SQL查询从OrderTemplatesAndBaskets表中删除记录。我想知道这是否会产生其他问题。

几秒钟后出现错误:


未处理的异常:Microsoft.CommerceServer.Runtime.Orders.SqlSchemaValidation

I was not able to use the purge tool Purgecommercedata.exe. Since the utility is not working, I am tempted to delete records from OrderTemplatesAndBaskets table thru a sql query. I want to know if this will create other issues.


It errors out after few seconds:

Unhandled Exception: Microsoft.CommerceServer.Runtime.Orders.SqlSchemaValidation

例外:订单存储中引用的列Shipments.ShipmentTrackingNumber

Exception: Column Shipments.ShipmentTrackingNumber referenced in Orders storage

映射文件的精度与SQL sch

mapping file has different precision than the corresponding entry in the SQL sch

ema中的相应条目不同。

ema.

推荐答案

Stelio


这篇关于从OrderTemplatesAndBaskets中删除匿名购物车的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-15 22:48