I have downloaded and installed Microsoft Connector 1.1 and created a new SSIS project. Within the project I have defined the connection to BW 7.3 using the SAPBI connection in connection manager and also an OLE DB Destination connection to my SQL 2008 database. I can connect to BW with no issue. I can see the columns and map them appropriately. The I run the package, I receive the following error. I have researched this issue all over the internet and thus far I have found nothing that tells me specifically how to correct this error.
SSIS package "SAPBI.dtsx" starting.
Information: 0x4004300A at Data Flow Task, SSIS.Pipeline: Validation phase is beginning.
Information: 0x4004300A at Data Flow Task, SSIS.Pipeline: Validation phase is beginning.
Warning: 0x80049304 at Data Flow Task, SSIS.Pipeline: Warning: Could not open global shared memory to communicate with performance DLL; data flow performance counters are not available. To resolve, run this package as an administrator, or on the system's
console.
Warning: 0x80047076 at Data Flow Task, SSIS.Pipeline: The output column "OHREQUID" (20) on output "SAP BW Source Output" (4) and component "SAP BW Source" (1) is not subsequently used in the Data Flow task. Removing this unused
output column can increase Data Flow task performance.
Warning: 0x80047076 at Data Flow Task, SSIS.Pipeline: The output column "DATAPAKID" (23) on output "SAP BW Source Output" (4) and component "SAP BW Source" (1) is not subsequently used in the Data Flow task. Removing this unused
output column can increase Data Flow task performance.
Warning: 0x80047076 at Data Flow Task, SSIS.Pipeline: The output column "RECORD" (26) on output "SAP BW Source Output" (4) and component "SAP BW Source" (1) is not subsequently used in the Data Flow task. Removing this unused output
column can increase Data Flow task performance.
Information: 0x40043006 at Data Flow Task, SSIS.Pipeline: Prepare for Execute phase is beginning.
Information: 0x40043007 at Data Flow Task, SSIS.Pipeline: Pre-Execute phase is beginning.
Information: 0x4004300C at Data Flow Task, SSIS.Pipeline: Execute phase is beginning.
Information: 0x3E8 at Data Flow Task, SAP BW Source: Process Start Process, variant Start has status Completed (instance DH2NXQB8RR7E2ZTZH07M3AX7H)
Error: 0x3E8 at Data Flow Task, SAP BW Source: Process Data Transfer Process, variant P1CUST -> ZCUSTOH has status Ended with errors (instance DTPR_00O2TMRWI0AOQHQSUFRAW08X0)
Error: 0x3E8 at Data Flow Task, SAP BW Source: An internal exception occurred.
Microsoft.SqlServer.Dts.SapBw.Connectivity.ERPException: An error occurred during the dispatch of the incoming function. The last return code was "RFC_FAILURE".
Error: 0x3E8 at Data Flow Task, SAP BW Source: The component is stopping because the Request ID is "0".
Error: 0x3E8 at Data Flow Task, SAP BW Source: No data was received.
Error: 0xC0047062 at Data Flow Task, SAP BW Source [1]: System.Exception: No data was received.
at Microsoft.SqlServer.Dts.SapBw.Components.SapBwPipelineComponent.FireErrorAndException(String message)
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)
Error: 0xC0047038 at Data Flow Task, SSIS.Pipeline: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on component "SAP BW Source" (1) 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.
Information: 0x40043008 at Data Flow Task, SSIS.Pipeline: Post Execute phase is beginning.
Information: 0x4004300B at Data Flow Task, SSIS.Pipeline: "component "OLE DB Destination" (49)" wrote 0 rows.
Information: 0x40043009 at Data Flow Task, SSIS.Pipeline: Cleanup phase is beginning.
Task failed: Data Flow Task
Warning: 0x80019002 at SAPBI: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED. The Execution method succeeded, but the number of errors raised (6) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches the
number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
SSIS package "SAPBI.dtsx" finished: Failure.
On the BW side it mentions a setting parameters for a 3RD Party API, but we are unsure of what values to set. Any help you can provide will be greatly appreciated. We have followed all the steps in the following article:
http://technet.microsoft.com/en-us/library/dd299430%28v=sql.100%29.aspx