lyh


门店上传数据失败与修复自增列

<h2><strong>问题描述</strong></h2> <p><strong>情形1:</strong> <img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=343b2da7db08487ee0330eec011ea037&amp;amp;file=file.jpg" alt="" /></p> <hr /> <p><strong>情形2:</strong> <img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=31b3c3f04c5f0c09217cc762019cf154&amp;amp;file=file.jpg" alt="" /></p> <hr /> <p><strong>情形3:</strong> <img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=c43cbc4c25e7c8d90392d05fa4aae2ff&amp;amp;file=file.png" alt="" /> 解决方案: 请按如下方法排查: 1、删除门店安装目录下sael.db和updatezmv9.ini文件重新联网升级登录后核实; 2、备份数据执行语句 ---修复自增列 use isszmv9 go</p> <p>declare @tablename varchar(100) declare  test_cur cursor for select object_name(id) from syscolumns where status=128 open test_cur fetch test_cur into @tablename while @@fetch_status=0 begin      DBCC CHECKIDENT (@tablename, RESEED)      fetch test_cur into @tablename end close test_cur DEALLOCATE test_cur go</p> <p>3、将软件升级至最新版本核实。 <strong>情形4:</strong> <img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=059c3b7461913922e2a4a4b9841b31f0&amp;amp;file=file.jpg" alt="" /> 【问题答案】</p> <p>请删除门店安装目录下item.db文件和updatezmbalv3.ini文件,然后重新打开门店等自动升级完毕后再测试。</p>

页面列表

ITEM_HTML