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

Post any question you may have in regards to GoAnywhere MFT and let our talented support staff and other users assist you.
If you need a quicker response, please create a support ticket via the customer portal my.goanywhere.com or contact our support team by email at [email protected].
2 posts Page 1 of 1

rarogerson

Posts: 10
Joined: Fri Aug 30, 2013 4:03 pm

Post by rarogerson » Thu Aug 18, 2016 12:20 pm
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

ChrisHiebert

Posts: 8
Joined: Tue Mar 05, 2013 2:47 pm

Post by ChrisHiebert » Thu Aug 25, 2016 4:48 pm
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"/>
2 posts Page 1 of 1