I did a search, but didn't really see anything about this.
I have a DTS package which exports a text file to a folder on another machine. If I go to Enterprise Manager and execute the DTS package manually, it works fine. If I execute a dtsrun command from QA using xp_cmdshell, I get a failure (bad username or password.)
So, I created a test DTS package which simply does a SELECT on current datetime, and used dtsrun to execute it, and it works fine. When I try to output that data to a file on the server I'm having problems with, I get the error.
I know the problem is with my permissions on the directory on that server, but what I don't know is, who do I give "write" permissions to??? What's the difference between the user invoking the DTS package within EM, and the one calling it via dtsrun.
Am I making sense?
Note - This worked for 18 months and quit working at about 4:00 PM last Friday.
Kevin
slanek@ssd.fsi.com
"Life is what happens to you while you're busy making other plans."
- John Lennon
I have a DTS package which exports a text file to a folder on another machine. If I go to Enterprise Manager and execute the DTS package manually, it works fine. If I execute a dtsrun command from QA using xp_cmdshell, I get a failure (bad username or password.)
So, I created a test DTS package which simply does a SELECT on current datetime, and used dtsrun to execute it, and it works fine. When I try to output that data to a file on the server I'm having problems with, I get the error.
I know the problem is with my permissions on the directory on that server, but what I don't know is, who do I give "write" permissions to??? What's the difference between the user invoking the DTS package within EM, and the one calling it via dtsrun.
Am I making sense?
Note - This worked for 18 months and quit working at about 4:00 PM last Friday.
Kevin
slanek@ssd.fsi.com
"Life is what happens to you while you're busy making other plans."
- John Lennon