Fetchfiles does not recognize folders with spaces in the name


Product(s):

ProjectWise Caching/Integration Server

 

Problem:

Fetchfiles utility does not recognize folders with spaces in the name (e.g. “Folder with spaces”) when trying to prepopulate the Cache one folder at a time.

 

Trouble shooting steps:

 

Solution:

The solution is to use the [-i  inputfile] option.

 

Example:

Instead of typing this in the command line:

fetchfiles.exe -d server:datasource -u user -p password -w C:\FetchFileWorkingDir -r \path\to\folder with spaces

Type this:

fetchfiles.exe -d server:datasource -u user -p password -w C:\FetchFileWorkingDir -i \path\to\inputfile

And in the inputfile, which is a simple notepad file, type this:

-d server:datasource

-u user

-p password

-w C:\FetchFileWorkingDir

-r \path\to\folder with spaces

 

See Also

Fetchfiles Options in ProjectWise Administrator Help