旗舰版凭证查询时提示在对应所需名称或序数的集合中,未找到项目?
【问题描述】
旗舰版凭证查询时提示在对应所需名称或序数的集合中,未找到项目。如下图所示:
【原因分析】
用户缓存异常导致。
【解决方案】
可参考以下脚本执行处理:
set nocount on
declare @Fuserid int
select @Fuserid=Fuserid from t_user
--在这里修改需要清理个人信息的用户名
where fname='administrator'
--select @Fuserid
if exists (select 1 from sysobjects where name='ICClassUserProfile' and xtype='u')
begin
delete from ICClassUserProfile where fuserid=@Fuserid
end
if exists (select 1 from sysobjects where name='t_UserProfile' and xtype='u')
begin
delete from t_UserProfile where fuserid=@Fuserid
end
if exists (select 1 from sysobjects where name='ICReportProfile' and xtype='u')
begin
delete from ICReportProfile where fuserid=@Fuserid
end
if exists (select 1 from sysobjects where name='ICPlanProfile' and xtype='u')
begin
delete from ICPlanProfile where fuserid=@Fuserid
end
if exists (select 1 from sysobjects where name='ICPlanProfile' and xtype='u')
begin
delete from ICPlanProfile where fuserid=@Fuserid
end
if exists (select 1 from sysobjects where name='ICSchemeProfile' and xtype='u')
begin
delete from ICSchemeProfile where fuserid=@Fuserid
end
if exists (select 1 from sysobjects where name='icreportprofile' and xtype='u')
begin
delete from icreportprofile where fuserid=@Fuserid
end
if exists (select 1 from sysobjects where name='icreportformat' and xtype='u')
begin
delete from icreportformat where fuserid=@Fuserid
end
if exists (select 1 from sysobjects where name='icreportformat' and xtype='u')
begin
delete From t_UserSetting Where FCategory='BillPrintSetting_Ldg_91' And fuserid=@Fuserid
end
【注意事项】
正式账套执行脚本前请先做好备份,建议待在测试账套中核实无误后再在正式账套中执行。
旗舰版凭证查询时提示在对应所需名称或序数的集合中,未找到项目?
本文2024-09-22 16:36:09发表“kis知识”栏目。
本文链接:https://wenku.my7c.com/article/kingdee-kis-89011.html
- 鼎捷EAI整合規範文件V3.1.07 (集團).pdf
- 鼎捷OpenAPI應用場景說明_基礎資料.pdf
- 鼎捷OpenAPI應用場景說明_財務管理.pdf
- 鼎捷T100 API設計器使用手冊T100 APIDesigner(V1.0).docx
- 鼎新e-GoB2雲端ERP B2 線上課程E6-2應付票據整批郵寄 領取.pdf
- 鼎新e-GoB2雲端ERP B2 線上課程A4使用者建立權限設定.pdf
- 鼎新e-GoB2雲端ERP B2 線上課程C3會計開帳與會計傳票.pdf
- 鼎新e-GoB2雲端ERP B2 線上課程E6-1應付票據.pdf
- 鼎新e-GoB2雲端ERP B2 線上課程A5-1進銷存參數設定(初階篇).pdf
- 鼎新e-GoB2雲端ERP B2 線上課程D2帳款開帳與票據開帳.pdf