Locating files
Regardless of how RICOH ProcessDirector finds the files, it copies them into the location specified in the Folder location property of the hot folder input device (if they are not there already) and starts to process the job. RICOH ProcessDirector does not automatically delete all the files that are used in jobs that are submitted with JDF job tickets. It only deletes the files in the Folder location. It does not delete files that are in subfolders of the Folder location or that are on other file systems. You must plan to delete the files that are left in the those locations as part of your system maintenance.
Not listing files in JDF
If the job ticket does not list the files, RICOH ProcessDirector expects to receive the job ticket and all the files in the location specified in the Folder location property of the hot folder input device. If any of the files are missing, RICOH ProcessDirector continues to wait for them.
In this case, you must use the List batching method and submit a list file with the job.
Listing files using relative path names
If the job ticket lists the files using relative path names, RICOH ProcessDirector expects to find all the files in subfolders of the Folder location; they cannot be
in parallel folders or on any other file systems. For example, if the job ticket includes the file path printfiles/test.pdf
, the hot folder expects to find the file in: [folder location]/printfiles/test.pdf
.
- You can use these formats for a relative path name:
dir/filename filename
- These formats are supported but not recommended:
file://dir/filename file://dir\filename dir\filename file://./dir/filename file://.\dir\filename ./dir/filename .\dir\filename
In RICOH ProcessDirectorfile://
is equivalent to file:///
. RICOH ProcessDirector does not permit a host name or an IP address after the second forward slash (/).
Listing files using absolute path names
If the job ticket lists the files using absolute path names, the files can be anywhere on your network that is accessible from the RICOH ProcessDirector primary server. RICOH ProcessDirector uses the absolute path statements in conjunction with a mapping file to find the files. A mapping file is a file that matches the file paths in the job ticket to file paths on mounted file systems. The mapping file is stored on the primary server. Only one mapping file is needed for a primary server; it can list as many file paths as needed.
When RICOH ProcessDirector looks for the files listed in the job ticket with absolute paths, it looks in each location listed in the mapping file until it finds them. If it reaches the end of the mapping file without finding the files, it looks for files received in the Folder location. If it still does not find the files, it waits and checks again at the next poll interval.
- You can use these formats for an absolute path name:
file://hostname/drive:/dir/filename
Omitdrive:
for files on systems that do not use drive letters. - These formats are supported but not recommended:
file:///drive:\dir\filename file://drive:/dir/filename file://drive:\dir\filename drive:\dir\filename drive:/dir/filename
In RICOH ProcessDirector
file://
is equivalent tofile:///
. RICOH ProcessDirector does not permit a host name or an IP address after the second forward slash (/). - These formats are not supported:
file://IP_address/drive:/dir/filename file://localhost/drive:/dir/filename
- Note:
- You need a file system mapping file if the file paths include identical directory
names but have different formats. For example, if the job ticket specifies
file:\\\C:\myfiles\testfiles\test1.pdf
and the actual file path is/myfiles/testfiles/test1.pdf
, you must create a file system mapping file to convert the file path from Windows to Linux or AIX format. - You need a file system mapping file if the file paths include identical directory
names but have different drives. For example, if the job ticket specifies
file:\\\D:\myfiles\testfiles\test1.pdf
and the actual file path isfile:\\\C:\myfiles\testfiles\test1.pdf
, you must create a file system mapping file to convert the file path from the D drive to the C drive. The mapping looks like this:D:\;C:\