I am trying to migrate data from Sql Server to Sybase, using SSIS (Sybase ASE OLEDB Provider).
When I set AccessMode to "OpenRowset Using FastLoad", get eh following error:
********************
[OLE DB Destination [16]] Error: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80040E21.
An OLE DB record is available. Source: "ASE OLE DB Provider" Hresult: 0x80040E21 Description: "Errors occurred".
[OLE DB Destination [16]] Error: Failed to open a fastload rowset for "dbo.blahblah". Check that the object exists in the database.
********************
Any ideas? Does anyone know a way of fast loading data into Sybase from SQL Server?