Ok...so I am a newbie to SSIS..I used to use DTS way back when, so I thought this would be a no issue.
I attempted to create the Control Flow, which include SQL Tasks to both delete the data from the destination tables (yes, the customer wants to remove old data from the tables each time), and then also do some update statements on the Source data to prepare it for the move. This is working. It's when I get to the Data Flow, when I encounter issues.
I have simple OLDB data source and destination controls. But when I attempt to execute I get errors on a couple of the tables. What I do not understand, is that if I do a simple INSERT statement within SQL Server, I get no errors.
The errors are the following:
[Destination 3 - PYMNT [291]] Error: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005. An OLE DB record is available. Source: "Microsoft SQL Native Client" Hresult: 0x80004005 Description: "Invalid character value for cast specification".
[DTS.Pipeline] Error: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on component "Source 5 - WRK_ORDER" (432) returned error code 0xC02020C4. The component returned a failure code when the pipeline engine called PrimeOutput().
[DTS.Pipeline] Error: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "Destination 3 - PYMNT" (291) failed with error code 0xC0202009. The identified component returned an error from the ProcessInput method.
Any assistance will be welcome!!!
I attempted to create the Control Flow, which include SQL Tasks to both delete the data from the destination tables (yes, the customer wants to remove old data from the tables each time), and then also do some update statements on the Source data to prepare it for the move. This is working. It's when I get to the Data Flow, when I encounter issues.
I have simple OLDB data source and destination controls. But when I attempt to execute I get errors on a couple of the tables. What I do not understand, is that if I do a simple INSERT statement within SQL Server, I get no errors.
The errors are the following:
[Destination 3 - PYMNT [291]] Error: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005. An OLE DB record is available. Source: "Microsoft SQL Native Client" Hresult: 0x80004005 Description: "Invalid character value for cast specification".
[DTS.Pipeline] Error: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on component "Source 5 - WRK_ORDER" (432) returned error code 0xC02020C4. The component returned a failure code when the pipeline engine called PrimeOutput().
[DTS.Pipeline] Error: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "Destination 3 - PYMNT" (291) failed with error code 0xC0202009. The identified component returned an error from the ProcessInput method.
Any assistance will be welcome!!!