Skip to content

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].
  • rarogerson Offline
  • Posts: 10
  • Joined: Fri Aug 30, 2013 4:03 pm

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

Post 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.

Post 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"/>
Post Reply