Hello;
I'm running into a problem when a SQL Server Agent job runs a job that uses the Attunity Oracle Connector.
If I run the job manually (From BIDS) all works fine).
If I use the Microsoft OLE DB connector all works fine except that I need to run in 64-bit environment.
If I run the job from SQL Server Agent, I get the following error messages:
A conversion error occurred. Column name is 'TimeSpent'.
SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on component "OS - Extract Backbone Time Spent data from CodeCollaborator" (342) 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.
I Tried CASTing the field and not CASTing it with the same result.
The data type in the Oracle database is set to number. I can't change it because it is a vendor database so we have no control.
Any help much appreciated.


LinkBack URL
About LinkBacks




Reply With Quote