David Raj Posted June 20, 2019 Share Posted June 20, 2019 I am trying to create an automated job and added the fileds " Open analysis from Library and Export data to file". It is working file when I execute locally but failed on server. it gives the expression as the "location does not exist" where i want to export the file. I tried different locations but the error is same. Can anyone from this group help me Thanks David Link to comment Share on other sites More sharing options...
Varma Nadimpalli Posted June 20, 2019 Share Posted June 20, 2019 Hello, Make sure the shared path is accessible from the Node Manager machine. Grant the shared path access(Read, write, modify) to service account which is running node manager service. Thanks, Varma Link to comment Share on other sites More sharing options...
David Raj Posted June 20, 2019 Author Share Posted June 20, 2019 Thank you varma for the information David Link to comment Share on other sites More sharing options...
Prashant Anand Posted June 20, 2019 Share Posted June 20, 2019 Hello, You should use a UNCpath for the location where you want to export the file. The UNC path will be of the format " \\ ". If you use a local path, it will try looking for that path on the Automation Services Node Manager sever. So you must use a UNC path if you are exporting it to any other server. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now