Link to home
Start Free TrialLog in
Avatar of rutgermons
rutgermons

asked on

folder sharing issues

i have a windows service on one server(server1) that gets started up using account:

domain1\jbloggs

on the other server(server2) i have a folder \\server1\temp
 which that user domain1\jbloggs from server1 needs to be able to access


the problem i have is that the path \\server1\temp is embedded in the database, and because
jbloggs cannot access the folder over the network , the application being started up from the windows service
now doesnt start up

how do i get around this?
ASKER CERTIFIED SOLUTION
Avatar of maze-uk
maze-uk

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Speshalyst
domain1\jbloggs needs to have both Share permissions as well as NTFS rights to be able to access \\server1\temp.