Can't access Network Drive or use network share

S

seadynamic8

Guest
When I use something like this:

z:\Share
or
\\192.168.1.222\Share

It gives me the following error: "... path not exists or accessible"

Anyone can help?
 
If you have configured the job to run as a service and the service account is using an account that does not have access to the destination, then you would see this error.
Your options are:
1) Do not configure the job as a service, then this will let the job to assume your logged in user ID and see if that works.
2) Use connect As in the job configuration. This would connect to the destination as a user with access to the destination.
3) Change the service account to use a domain account with access to the destination.

We are assuming firewall is not an issue in this case.
 
Back
Top