Hi everyone,
I am trying to load data into a PDW database using SSIS. My source database is on SQL 2012 and PDW destination DB is on Visual Studio 2013. When I try to load the data into PDW, I get the following error:
Exception from HRESULT: 0xC0202040Error at Data Flow Task [OLE DB Destination [112]]: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80040E37.
An OLE DB record is available. Source: "Microsoft SQL Server Native Client 11.0" Hresult: 0x80040E37 Description: "Stored procedure sp_bcp_dbcmptlevel does not exist or is not supported.".
Error at Data Flow Task [OLE DB Destination [112]]: Failed to open a fastload rowset for "[dbo].[DimCurrency]". Check that the object exists in the database.
The object exists in the PDW database and I can see it.
The providers that I'm using are given below:SQL Server: Native OLE DB\SQL Server Native Client 11.0
PDW Destination: SQL Server Native Client 11.0
Please advice.