Hi,

I have created a SSIS package that transfers data from flat files in to SQL tables and then in to Dynamics GP via an E-One SmartConnect map (creates receiving’s transactions).

When we run the package from BIDS there are no problems and executes correctly. However, when we deploy the package to SQL Server Agent and run the job via a “scheduled task” or “Start Job at Step” the job fails with the following error message

“There was no endpoint listening at net.pipe://localhost/Microsoft/Dynamics/GP/eConnect/EntityOperations that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details”

The package is run using a proxy user which is linked in to Security Credential.

The same account is being used whether we run the job inside or outside of the SSIS package.

This sounds like a permission issue but I am unable to work it out, can anyone help?

Thanks