I have a package that runs just fine as me from my laptop. I have created a SQL Agent job to execute this package. Package is stored on the file system. I've created a proxy (from me) to run this package for a test. I
set the security to Encrypt with password and edited the Agent job to edit command line to add /Decrypt and password. I keep getting "0xC001000E The connection "id" is not found. This error is thrown by Connections collection when
the specific connection element is not found." The "id" number belongs to a brand new connection I created in the package, then I modified the Exec SQL Tasks, Lookup, and two OLE DB destinations to use this new connection. I've double-checked
that that ID is what is on the connection property. Connection is an Oracle provider for OLE DB. I created this connection as new, not based on an existing connection. It runs fine from within SS Data Tools. I get the same error when
I run from cmd/dtxec. I don't get any error on my OLE DB source connection which is Oracle as well, but different server. I'm stumped. I've found many posts where this error can occur from copying an existing package and/or existing tasks.
I specifically started from scratch with this task to test, so no copying of objects has occured. Any suggestions? Thank you!
↧