Framework error
I have followed the instructions for setting up the framework in Chapter 2, but I am now getting the follow error messages...
Error: The INSERT statement conflicted with the FOREIGN KEY constraint "FK_PackageTaskLog_PackageLog". The conflict occurred in database "SSIS_PDS", table "dbo.PackageLog", column 'PackageLogID'.
[Execute SQL Task] Error: Executing the query "exec dbo.LogTaskPreExecute @PackageLogID = ? ,@Sou..." failed with the following error: "The statement has been terminated.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.
Any guidance on resolving the problem would be greatly appreciated.
Thanks,
Stuart
|