旗舰版凭证查询时提示在对应所需名称或序数的集合中,未找到项目?

栏目:kis知识作者:金蝶来源:金蝶云社区发布:2024-09-22浏览:2

旗舰版凭证查询时提示在对应所需名称或序数的集合中,未找到项目?

【问题描述】

旗舰版凭证查询时提示在对应所需名称或序数的集合中,未找到项目。如下图所示:


【原因分析】

用户缓存异常导致。


【解决方案】

可参考以下脚本执行处理:

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


【注意事项】

正式账套执行脚本前请先做好备份,建议待在测试账套中核实无误后再在正式账套中执行。


旗舰版凭证查询时提示在对应所需名称或序数的集合中,未找到项目?

【问题描述】旗舰版凭证查询时提示在对应所需名称或序数的集合中,未找到项目。如下图所示:【原因分析】用户缓存异常导致。【解决方案】可...
点击下载文档
确认删除?
回到顶部
客服QQ
  • 客服QQ点击这里给我发消息