File system mapping file for job tickets
The sample
system_map.cfg
found in C:\aiw\aiw1\samples\config\
translates the file paths in JDF job tickets to the file paths of a mounted file
system. You can copy this file into the C:\aiw\aiw1\control_files\config\
directory and edit it as necessary.Each line of the file system mapping file is in this format:
client_file_path;host_file_path
- client_file_path
- The client file path is the file path as it appears in the job ticket. It must include at least one backslash (\) or slash (/) character. It can include an asterisk (*) as a wild card representing the drive letter.
- host_file_path
- The host file path is the file path where the RICOH ProcessDirector server can locate input files. It must include at least one backslash (\) or slash (/) character. It must not include wild cards.
Example
Suppose that the file system mapping file contains these lines:
C:\production\siteA;D:/BankFiles/prod *:\production\siteA\test;D:/BankFiles/test
The job ticket refers to a file called C:\production\siteA\test\justAtest.pdf
. RICOH ProcessDirector searches for justAtest.pdf
in these directories:
D:/BankFiles/prod/test/
D:/BankFiles/test
- The staging location of the hot folder input device