金蝶KIS專業(yè)版進行憑證過帳或結賬時,提示"名稱或代碼在系統(tǒng)中已被使用"(錯誤代碼:3604 E14H)的解決辦法

[重要通告]如您遇疑難雜癥,本站支持知識付費業(yè)務,掃右邊二維碼加博主微信,可節(jié)省您寶貴時間哦!

這幾天有網(wǎng)絡朋友找到我說,他家的金蝶KIS專業(yè)版出了點問題,但是發(fā)現(xiàn)這個錯誤吧,還不是一種,但錯誤代碼基本一致"名稱或代碼在系統(tǒng)中已被使用"(錯誤代碼3604 E14H)如下面幾張圖所示

名稱或代碼在系統(tǒng)中已經(jīng)被使用

錯誤代碼:3604(E14H)

Source :Microsoft OLE DB Provider for SQL Server

Detail :在結果列的列表中多次出現(xiàn)列名 'F8'

其實出現(xiàn)這個錯誤,沒有說固定哪里錯誤,出現(xiàn)的問題也都在結賬或者年結上,所以處理的問題也多籠統(tǒng);

萬事第一步,備份數(shù)據(jù)庫,執(zhí)行語句校正即可

update d set d.fdetailcount=v.fcount

from t_ItemDetail d,

(select fdetailid,count(*) fcount from t_ItemDetailv where fitemid=-1 group by fdetailid ) v

where d.fdetailid=v.fdetailid

不同的賬套,可能會提示不同的列名,如F1等,請變通執(zhí)行

錯誤原因:核算項目橫表t_itemdetail的核算項目類別數(shù)目和科目掛的核算項目數(shù)目不一致

執(zhí)行這個語句就可以了

update d set d.fdetailcount=v.fcount

from t_ItemDetail d,

(select fdetailid,count(*) fcount from t_ItemDetailv where fitemid=-1 group by fdetailid ) v

where d.fdetailid=v.fdetailid

go

update d set d.fdetailcount=v.fcount

from t_ItemDetail d,

(select fdetailid,count(*) fcount from t_ItemDetailv where fitemid=-1 group by fdetailid ) v

where d.fdetailid=v.fdetailid

在使用KIS專業(yè)版進行憑證過帳時,提示"名稱或代碼在系統(tǒng)中已被使用"(錯誤代碼:3604 E14H)如果提示F1備份賬套后,執(zhí)行以下SQL后,再過賬:

update d set d.fdetailcount=v.fcount from t_ItemDetail d,
(select fdetailid,count(*) fcount from t_ItemDetailv where fitemid=-1 group by fdetailid ) v
where d.fdetailid=v.fdetailid

如果提示F2

select * from t_itemdetail
exec sp_cleanitemdetailv
GO
update a set a.fdetailcount=b.Fcount
from t_itemdetail a join (select Fdetailid,count(*) as Fcount from t_itemdetailv where fitemid=-1 group by Fdetailid) b
on a.fdetailid=b.fdetailid where a.fdetailcount<>b.Fcount

其他延伸可能出現(xiàn)的問題,可參閱!

第一種方式:

1、賬套實體文件所在磁盤是不是NTFS格式。 2、數(shù)據(jù)庫版本是不是MSDE版本。 3、dbcc checkdb檢查數(shù)據(jù)庫是否異常。

第二種方式:

1.萬事第一步,備份數(shù)據(jù)庫。

2.有沒有安裝數(shù)據(jù)庫,有的話,打開數(shù)據(jù)庫,找到賬套對應數(shù)據(jù)庫,新建查詢,復制,數(shù)據(jù)庫執(zhí)行語句

update d set d.fdetailcount=v.fcount

from t_ItemDetail d,

(select fdetailid,count(*) fcount from t_ItemDetailv where fitemid=-1 group by fdetailid ) v

where d.fdetailid=v.fdetailid

3.如果,你安裝的是金蝶自帶的數(shù)據(jù)庫,新建一個txt文檔將以上SQL語句復制到文檔里,然后改為*.sql 的文件,就是將.txt改成.sql,然后通過賬套管理執(zhí)行,操作路徑:賬套管理->選中問題賬套->操作菜單,執(zhí)行命令->選擇*.sql 文件->執(zhí)行即可

問題未解決?付費解決問題加Q或微信 2589053300 (即Q號又微信號)右上方掃一掃可加博主微信

所寫所說,是心之所感,思之所悟,行之所得;文當無敷衍,落筆求簡潔。 以所舍,求所獲;有所依,方所成!

支付寶贊助
微信贊助

免責聲明,若由于商用引起版權糾紛,一切責任均由使用者承擔。

您必須遵守我們的協(xié)議,如您下載該資源,行為將被視為對《免責聲明》全部內(nèi)容的認可->聯(lián)系老梁投訴資源
LaoLiang.Net部分資源來自互聯(lián)網(wǎng)收集,僅供用于學習和交流,請勿用于商業(yè)用途。如有侵權、不妥之處,請聯(lián)系站長并出示版權證明以便刪除。 敬請諒解! 侵權刪帖/違法舉報/投稿等事物聯(lián)系郵箱:service@laoliang.net
意在交流學習,歡迎贊賞評論,如有謬誤,請聯(lián)系指正;轉載請注明出處: » 金蝶KIS專業(yè)版進行憑證過帳或結賬時,提示"名稱或代碼在系統(tǒng)中已被使用"(錯誤代碼:3604 E14H)的解決辦法

發(fā)表回復

本站承接,網(wǎng)站推廣(SEM,SEO);軟件安裝與調試;服務器或網(wǎng)絡推薦及配置;APP開發(fā)與維護;網(wǎng)站開發(fā)修改及維護; 各財務軟件安裝調試及注冊服務(金蝶,用友,管家婆,速達,星宇等);同時也有客戶管理系統(tǒng),人力資源,超市POS,醫(yī)藥管理等;

立即查看 了解詳情