Hi,
I have created a package that reads config from XML file at a shared location. It Deletes and Copy files across shared location.
I am able to succefully execute it from my DEV machine. However when I deploy it on the target test SQL server it throws error
Error: Code: 0X001404B The system cannot find path specified.
I am able to run it successfully on the target SQL machine in BIDS.
I have created proxy for SSIS job and amrked Job to run as Proxy account. Credential for proxy is my account which I use when I run the package in BIDS on Dev as well as Test machine.
I can make out that it is a permissions issue but what is wrong with permssion if I assign proxy with my account credentials and also assign JOB run as my account ?
Any help is deeply appreciated.
Thanks in advance.
Shady