我正在使用QMC QlikView服务来刷新文档.当我调用TriggerTask服务方法时,它正在成功创建任务执行ID.但是,当我使用GetEDXTaskStatus方法获取前2-3次状态时,使用相同的任务执行ID,它会说"正在运行",但过了一段时间后它会抛出错误: -
System.Exception:找不到指定执行ID"XXX"的结果
堆栈跟踪:-
在System.ServiceModel.Channels.ServiceChannel.HandleReply在System.ServiceModel.Channels.ServiceChannel.Call(ProxyOperationRuntime操作,ProxyRpc&RPC)(字符串动作,布尔单向,ProxyOperationRuntime操作,对象[]项,对象[]奏,时间跨度超时)在System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage包括methodCall,ProxyOperationRuntime操作)在System.ServiceModel.Channels.ServiceChannelProxy.Invoke(即时聊天消息)
如果有人以前遇到过这个问题,请告诉我.