0

最近几天,SSIS Job 失败了。之前它已成功执行。所以我已经使用 Visual Studio 执行了这个包,它可以工作。来源是 SAP 并使用了 Theobald 组件。SQL 服务器 2017

SSMS 中出现以下错误

Load Agreement data 1:Error: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on ZOH_AGGRM returned error code 0x80131505. The component returned a failure code when the pipeline engine called PrimeOutput(). The meaning of the failure code is defined by the component, but the error is fatal and the pipeline stopped executing. There may be error messages posted before this with more information about the failure.

Load Agreement data 1:Error: System.TimeoutException: The operation has timed out.
at Theobald.Extractors.Ohs.OhsExtractorThirdParty.Run(Action 1 processResult, CancellationToken cancellationToken)
at Theobald.Extractors.Common.ExtractorBase`1.Run(Action 1 processResult, LoggerBase logger, CancellationToken cancellationToken)
at Theobald.Extractors.Common.ExtractorBase`1.Run(Action 1 processResult, LoggerBase logger)
at XtractIS.XtractSourceOHS.PrimeOutput(Int32 outputs, Int32[] outputIDs, PipelineBuffer[] buffers)
at Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostPrimeOutput(IDTSManagedComponentWrapper100 wrapper, Int32 outputs, Int32[] outputIDs, IDTSBuffer100[] buffers, IntPtr ppBufferWirePacket)

请帮我。

4

0 回答 0