I have a fairly simple PDF to Excel converter. It is set up to focus on tables within the PDF and getting them into an Excel structure. This is working nicely as long as I run it from my desktop. I, however, would like everyone to be able to use this. I am ok with the user having to run from a share drive (o:) but would rather them be able to select the file from anywhere. The server account has been set up to recognize the "o:" drive, but I still get the same error:
Oops!
The job PDF to Excel did not complete successfully and resulted in the following errors:
- Error in normalizePath(path.expand(path), winslash, mustWork) : (Tool Id: 34)
- Execution halted (Tool Id: 34)
- The R.exe exit code (1) indicated an error. (Tool Id: 34)
In the first formula tool, I have tried:
- replacing O: with the unc path
- replacing all "\" with "\\"
- replacing all "\" with "/"
- both 1 and 2 - and 1 and 3
- Uploading to the server "User is not required to specify credentials"
- Uploading to the server "User must specify their own credential"
I know the output path has not been changed, but according to the error, I have never got that far. How can I get this working on the server (in the Gallery)? I would ultimately like the file to be created and the user download to desired location rather than exporting to "input" directory.
Thanks in advance.