
August 26th, 2003, 10:50 AM
|
|
Average Intelligence
|
|
Join Date: Apr 2003
Location: Ohio/Chicago
Posts: 678
Time spent in forums: 10 m 22 sec
Reputation Power: 11
|
|
|
by files on a remote machine are we talking about access to another SQL server or files on another machine?
If SQL, Did you set up the remote machines as linked servers?
If files,
and then this is an offset chance, but I've had a problem before where the server the package was on was using NT login and had problems with when writing to a non NT required server that it reverted to run as defaults and the default for a active x object is set in i think DCOM not the w2k administrator you have it set up to be. I think it's default is IUSR_machinename which would explain why your machine can do it locally but not remotely (in fact it'd get "path not found" remotely since it doesn't have read permissions). Meaning the active x object (FSO) is getting access denied even though your DTS package has permissions. Which is another point, what do the error logs say when you get path not found? What account is trying to do what in it? But like i said, that's a stretch and rare situation and just thought i'd put it out incase you are infact having this problem and hopefully give you some ideas.....
Last edited by unatratnag : August 26th, 2003 at 11:00 AM.
|