Hi,
I have SQL Server 2008 R2, and Microsoft connector 1.1 installed on my machine. I have librfc32.dll in System32 folder and SysWOW
I am using SSIS to load data from "SAP BW Source" to SQL Target table. On SAP BW Source - Test connection says OK, I can see metadata also(column Names coming in from Open hub)
While i execute SSIS package, i get the following 3 errors :
[SAP BW Source] Error: Microsoft.SqlServer.Dts.SapBw.Connectivity.ERPException: The current application triggered a termination with a short dump.
at Microsoft.SqlServer.Dts.SapBw.Connectivity.RFCFunction.Execute()
at Microsoft.SqlServer.Dts.SapBw.Components.OHSExtractor.ExtractNow(Boolean InRuntimeMode, String GatewayHost, String GatewayService, String ProgramID, String ProcessChain, String DestinationName, String ExecutionMode, String PropertyRequestID,
Int32 Timeout)
[SAP BW Source [122]] Error: Microsoft.SqlServer.Dts.SapBw.Connectivity.ERPException: The current application triggered a termination with a short dump.
at Microsoft.SqlServer.Dts.SapBw.Components.OHSExtractor.ExtractNow(Boolean InRuntimeMode, String GatewayHost, String GatewayService, String ProgramID, String ProcessChain, String DestinationName, String ExecutionMode, String PropertyRequestID,
Int32 Timeout)
at Microsoft.SqlServer.Dts.SapBw.Components.SapBwSourceOHS.PrimeOutput(Int32 outputs, Int32[] outputIDs, PipelineBuffer[] buffers)
at Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostPrimeOutput(IDTSManagedComponentWrapper100 wrapper, Int32 outputs, Int32[] outputIDs, IDTSBuffer100[] buffers, IntPtr ppBufferWirePacket)
[SSIS.Pipeline] Error: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on component "SAP BW Source" (122) returned error code 0x80131500. 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.
If anybody has solution for this issue , Please help!
- Kusuma M