0xC004705F
Last changed: DarrenSQLIS

.

The %1!s! is already attached and cannot be attached again. Detach it and try again.

Constant DTS_E_ALREADYATTACHED
HRESULT 0xC004705F
Error -1073450913
Code 28767
Facility Pipeline (DTS_FACILITY_PIPELINE)
Severity Error (DTS_SEVERITY_ERROR)

Community Notes

As the message says really. Had some issues with when building packages programmatically, and calling IDTSPath90.AttachPathAndPropagateNotifications when I shouldn't have, or at least without passing in the correct parameters. Check your code; you are probably referencing a previous component by mistake.

Add your experiences and workarounds here. If you have solved this issue, why not help the next person?

PipelineErrorCodes