Dheeraj,
When you run any code as a service with the default local system account it
does not have permissions to use network shares.
You could try running the service using a specific user account which has
access to the share or alternatively load the file using ftp, http or some
other prot
Hi Dheeraj,
- Create a new local user, call it "TOMCAT" for example.
- Set some password for it
- Run your tomcat service under this user's credentials
- create the local user with exactly same name and password on the other
machine you're trying to
access
- make sure that local user has permissi