Packages ran fine at completion of processing had to move server to a new IP address, packages run fine in SSMS but once the package is complied it fails with Truncation errors. if i by pass the truncation error the characters
being pulled from an Oracle Database get changed. Like "?" is flipped. all the packages ran fine from the old IP address.
i get the following two errors
"Import GPS Table - AT_CIRCUIT_BASE:Error: There was an error with Source - AT_CIRCUIT_BASE.Outputs[OLE DB Source Output].Columns[ATCIRCUITNAME] on Source - AT_CIRCUIT_BASE.Outputs[OLE DB Source Output]. The column status returned was: ""Text
was truncated or one or more characters had no match in the target code page."".
"
"Import GPS Table - AT_CIRCUIT_BASE:Error: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on Source - AT_CIRCUIT_BASE returned error code 0xC020902A. 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.
"
if i run the packages manually it run fine.