用友老是显示服务器错误,客户端连服务器出现这样的错误框
解決方案:方法1、請(qǐng)您使用的補(bǔ)丁(編號(hào):1361,2005年7月6日 DATA851_AP.SQL
解決由于并帳的關(guān)系,導(dǎo)致升級(jí)后的期初與升級(jí)前的不一致的問題)。將該補(bǔ)丁拷貝替換原文件,再進(jìn)行升級(jí)即可。方法2、您可以從821中將ap_detail表導(dǎo)出到access數(shù)據(jù)庫中成為ap_detail1表(先在access中新建一個(gè)空的數(shù)據(jù)庫,然后在821數(shù)據(jù)所在的sql的企業(yè)管理器的2005年帳套的表上右鍵選擇“所有任務(wù)–導(dǎo)出數(shù)據(jù)”,目的選擇Microsoft access,文件名參照選擇新建的access數(shù)據(jù)庫,然后導(dǎo)出ap_detail表,目的表名為ap_detail1),然后再在860SP數(shù)據(jù)所在的sql的企業(yè)管理中利用導(dǎo)入數(shù)據(jù)的功能(數(shù)據(jù)源選擇Microsoft access,文件選擇導(dǎo)出完的access數(shù)據(jù)庫),將access數(shù)據(jù)庫中的表ap_detail1導(dǎo)入到860SP帳套的2005年數(shù)據(jù)庫中,就根據(jù)821中的ap_detail中的期初更改了860SP中的ap_detail表中的期初。更改科目與原來不一致的,執(zhí)行 update a set idamount=b.idamount,icamount=b.icamount,idamount_s=b.idamount_s, icamount_s=b.icamount_s, idamount_f=b.idamount_f,icamount_f=b.icamount_f, csign=b.csign from ap_detail a inner join ap_detail1 b on a.auto_id=b.auto_id and a.iperiod=b.iperiod where (isnull(a.idamount,0)isnull(b.idamount,0) or isnull(a.icamount,0)isnull(b.icamount,0)) and a.iperiod=0 update a set ccode=b.ccode from ap_detail a inner join ap_detail1 b on a.auto_id=b.auto_id and a.iperiod=b.iperiod where a.iperiod=0 and a.ccode is not null and b.ccode is null
總結(jié)
以上是生活随笔為你收集整理的用友老是显示服务器错误,客户端连服务器出现这样的错误框的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 九号电动车的ECU是什么东西?
- 下一篇: 模拟后台数据,ajax请求,有什么方法可