I have an SSIS package that was created 3 years ago by someone else who has long been gone. I ran it several times over the last year, and now I get these errors, and I don't know why they fit. This ssis package imports from an excel document into a temporary table. As soon as the information is in the temporary table for the second time, it is launched from the temp table and inserts it with additional columns into the production table. These are the errors I get:
[OLE DB Destination [162]] 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 Server Native Client 10.0" Hresult: 0x80004005 Description: "Unspecified error". [OLE DB Destination [162]] Error: There was an error with input column "UserProfileID" (299) on input "OLE DB Destination Input" (175). The column status returned was: "The value violated the integrity constraints for the column.". [OLE DB Destination [162]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "input "OLE DB Destination Input" (175)" failed because error code 0xC020907D occurred, and the error row disposition on "input "OLE DB Destination Input" (175)" specifies failure on error. An error occurred on the specified object of the specified component. There may be error messages posted before this with more information about the failure. [SSIS.Pipeline] Error: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "OLE DB Destination" (162) failed with error code 0xC0209029 while processing input "OLE DB Destination Input" (175). The identified component returned an error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running. There may be error messages posted before this with more information about the failure.
When I saw the "error with the input column" UserProfileID ", I looked at it in the temp table and it is zero. This is one of the columns that the package should find at startup. But I do not know if this information was found in the second run or if it should be filled for the first time, so I'm not sure if the problem is that I have a problem.
I appreciate any help I can get. If any additional information is needed, I can try to provide it. Thanks to everyone who can help.



Joe w source share