Page 1 of 1

A file or directory in the path name does not exist.

Posted: Thu Aug 18, 2016 12:20 pm
by rarogerson
Hi,

I'm sure this is real easy to see but I can't see the issue.
In the job log I see
"ERROR [8098 - Write Detail] /Accounting/NEVADA DAIRY COMMISSION BUTTERFAT TAX 080116.xlsx (A file or directory in the path name does not exist.) "

I confirmed that the folder /linoma/goanywhere/userdata/documents/accounting does exist. Is the an issue with the file name? I can't see it.

Thanks,

Rob

Re: A file or directory in the path name does not exist.

Posted: Thu Aug 25, 2016 4:48 pm
by ChrisHiebert
I believe you need to prepend the system.docroot onto the the start of the file path. Otherwise it is attempting to pull from the root of the file system.
Code: Select all
<setVariable label="Set filename to process" 
name="filename" value="${trim(system.docroot)}/Accounting/NEVADA DAIRY COMMISSION BUTTERFAT TAX 080116.xlsx" 
version="2.0"/>