Originally posted by Alok Mahajan:
Thanks jeroen....
I am using WAS6.0.2. And I have resolved this issue by following these who steps:
1. I restarted was_nodeagent service as Administrator which was by default "Local System".
2. I changed folder path in UNC format as per Microsoft specification. Which says "A service (or any process that is running in a different security context) that must access a remote resource should use the Universal Naming Convention (UNC) name to access the resource."
Originally posted by Alok Mahajan:
Hi,
According to Microsoft, our issue is like below:
http://support.microsoft.com/default.aspx/kb/180362/en-us/
I did two changes and it worked fine:
1. Instead of accessing using shared drive name I used full system name
like instead of L:/temp/ I used \\fileservername\temp\
2.App server node should "log on as" administrator or admin user.