物料收发汇总表报错
金蝶云社区-贼意外
贼意外
0人赞赏了该文章 599次浏览 未经作者许可,禁止转载编辑于2016年04月02日 11:30:04

2月份查询可以正常打开,但是选3月1至3月31日,就提示错误了。报错信息如下:

[{"operation":"STK_StockSummaryRpt.MBIClick.tbButtonClose"}]
发生时间: 2016-04-02 11:21:06
错误编号: ExecuteBatch
错误信息: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
Sql语句: /*dialect*/if exists(select 1 from sys.tables where name='TMP6282953EF88111E580D0B82A72D')
begin
Truncate table TMP6282953EF88111E580D0B82A72D
Drop table TMP6282953EF88111E580D0B82A72D
end;
/*dialect*/if exists(select 1 from sys.tables where name='TMP6282953FF88111E580D0B82A72D')
begin
Truncate table TMP6282953FF88111E580D0B82A72D
Drop table TMP6282953FF88111E580D0B82A72D
end;

===================================================
调用堆栈:

Server stack trace:
at Kingdee.BOS.App.Data.Sql.SqlDatabase.ExecuteBatch(List`1 sqlArray, Int32 batchSize, Int32 commandTimeout)
at Kingdee.BOS.App.Data.DBUtils.ExecuteBatch(Context ctx, List`1 sqlArray, Int32 batchSize)
at Kingdee.BOS.App.Core.TemporaryTableUtil.DropTable(Context ctx, HashSet`1 tableName)

Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at Kingdee.BOS.Contracts.ITemporaryTableService.DropTable(Context ctx, HashSet`1 tableName)
at Kingdee.K3.SCM.App.Stock.Report.StockSummaryRpt.CloseReport()
at Kingdee.BOS.App.Core.PlugInProxy.SysReportServicePlugInProxy.CloseReportInstance()
at Kingdee.BOS.App.Core.SysReportService.CloseReportInstance(ReportServiceParameter parameter)

Exception rethrown at [1]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at Kingdee.BOS.Contracts.ISysReportService.CloseReportInstance(ReportServiceParameter parameter)
at Kingdee.BOS.ServiceHelper.SysReportServiceHelper.CloseReportInstance(ReportServiceParameter parameter)
at Kingdee.BOS.Web.Report.SysReportView.OnClose()
at Kingdee.BOS.Business.DynamicForm.Operation.Close.ExecuteOperation()
at Kingdee.BOS.Core.DynamicForm.AbstractFormOperation.Execute(InvokeFormOperation4WfParam param, CallBackWfAfterOperation callbackwf)
at Kingdee.BOS.Web.DynamicForm.AbstractDynamicWebFormView.InvokeFormOperation(String operationNumber)
at Kingdee.BOS.Business.DynamicForm.BusinessService.ExcuteOperation.DoAction(FormBusinessServiceArgs e)
at Kingdee.BOS.Core.DynamicForm.FormBusinessServiceUtil.InvokeServices(IDynamicFormView view, Object source, IEnumerable`1 services, Int32 actionType, String activeEntity, DynamicObject activeRow, Int32 rowIndex)
at Kingdee.BOS.Web.DynamicForm.BusinessServiceCaller.InvokeFormBusiness(IDynamicFormView view, Object source, List`1 formBusinessServices, Int32 actionType, String entityKey, Int32 row)
at Kingdee.BOS.Web.DynamicForm.DynamicWebFormView.BarItemClick(String parentKey, String barItemKey, BarDataManager bar, Int32 bartype)
at Kingdee.BOS.Web.DynamicForm.DynamicWebFormView.MainBarItemClick(String barItemKey)
at Kingdee.BOS.Web.DynamicForm.DynamicWebFormController.MainBarItemClick(String itemKey, JSONArray postDatas)