应收结账超时
金蝶云社区-云社区用户4Dj97330
云社区用户4Dj97330
2人赞赏了该文章 88次浏览 未经作者许可,禁止转载编辑于2023年09月09日 19:28:02

登录BOS,打开应收结账,检查下应收结账是否有二开的插件,有的话需要检查下是不是插件有异常。
再看下服务器负荷是否过高,可试下重建索引,可单独只应收模块重建索引。

--重建索引 

declare @SqlStr nvarchar(max)

set @SqlStr=''

select @SqlStr=@SqlStr++'alter index all on  '+name+' rebuild;'from sysobjects where xtype='U'and(name like'T_AR%')and(name not like'TMP%')

exec (@SqlStr)

重建索引前,备份下账套。


本文转载自:应收模块6期结账,一直卡在99%,结不了帐

作者:实验品626

原文链接:https://vip.kingdee.com/questions/473930191136440064?productLineId=1

赞 2