Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
ranvir_2k
Posting Yak Master
180 Posts |
Posted - 2011-07-06 : 09:33:14
|
I have my database server that is on server A. I want to be able to execute a .exe file that exists on server B, but run it on server A.as in:\\serverB\c$\test.exeNow when I run this from command prompt on Server A it works. However when I set it up as a job using a proxy I get an access denied folder. The proxy is using the same credentials as the user that I successfully ran the command prompt under.Why is it failing when I run it under a job? |
|
|
|
|