I am trying to connect SQL server 2008 R2 (SP2) with SAP BI using Microsoft Connector for SAP BI. I have downloaded the SQL server 2008 R2 SP2 feature pack (http://www.microsoft.com/en-us/download/details.aspx?id=30440) . I have installed the latest
version of SAP GUI on this machine (windows 2008 R2 64 bit). I am getting the error shown below. Looks like some 32 bit vs 64 bit issue. Any help in resolving this issue will be greatly appreciated.
[SAP BW Destination [38]] Error: System.BadImageFormatException: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)
at Microsoft.SqlServer.Dts.SapBw.Connectivity.RFCAPI.RfcOpenEx(String conn_param, RFC_ERROR_INFO_EX& error_info)
at Microsoft.SqlServer.Dts.SapBw.Connectivity.R3Connection.Open(String ConnectionString)
at Microsoft.SqlServer.Dts.SapBw.ConnectionManager.SapBwConnectionManager.AcquireConnection(Object txn)
at Microsoft.SqlServer.Dts.Runtime.ConnectionManager.AcquireConnection(Object txn)
at Microsoft.SqlServer.Dts.SapBw.Components.SapBwPipelineComponent.AcquireConnections(Object transaction)
at Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostAcquireConnections(IDTSManagedComponentWrapper100 wrapper, Object transaction)