Hi Everyone
I'm having issues with an SSIS package that imports data from an Intersystems Cache database to an SQL database. I am using SQL server data tools 2015 for this. I am using an ODBC source component in my dataflow (see image below).
The package imports a certain amount of rows before failing and the error message in the Progress tab is as follows:
[ODBC Source [1014]] Error: Open Database Connectivity (ODBC) error occurred.[SSIS.Pipeline] Error: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on ODBC Source returned error code 0x80004005. 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.
No additional information relating to the error is provided. I have added a error redirect to a flat file but nothing seems to be sent to the flat file.
Is there anyway to work out what is causing this error as very little information is provided. Normally you get an error such as truncate error etc mentioned in the progress tab but on this occasion, no indication as to what has caused the error.
Thanks in advance
Rob