I have a job that loads into MDS as part of a master package. This particular job fails giving me the following error. But when I run the SSIS package manually to load the MDS, it runs perfectly. I assume that it is something to do with the UserID parameter but not sure of the fix. Please help.
Executing the query "DECLARE @ModelName nVarchar(50) = 'OEMTables' DEC..." failed with the following error: "SYSERR515|Cannot insert the value NULL into column 'LastChgUserID', table 'TrinityBIMDM.mdm.tblEvent'; column does not allow nulls. UPDATE fails.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly. |
Executing the query "DECLARE @ModelName nVarchar(50) = 'OEMTables' DEC..." failed with the following error: "SYSERR515|Cannot insert the value NULL into column 'LastChgUserID', table 'TrinityBIMDM.mdm.tblEvent'; column does not allow nulls. UPDATE fails.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly. |
Thank You,
Ara
Ara