JetTrac FileCopy

Introduction:

Used in production jobs to control copying files to different locations with specified filenames.

Technical Support:

If you need assistance in installing and configuring JetTrac FileCopy™, call Pro Technology Automation, Inc. at 805-527-1248 or email us at support@protechinc.com. Please note that the JetTrac FileCopy™ license fee does not cover configuration services and technical support so there may be an additional charge. Please ensure you read these instructions carefully before calling for technical support.

How to run JetTracFileCopy:

Being a built-in module of JobController, JetTrac FileCopy can only be called in a job.

Default Functionality:

Server side production copying of files and documents.

Job Step Configuration Window in JobConfig for JetTrac FileCopy:

When setting up a job step using JTFileCopy in JobConfig the only two lines of the config you need to worry about are the last two, the file being copied and the desired name and location of the pasted file. These fields should be the fully qualified path to the. Eg: C:\JetTrac\…\input.pdf
In JobConfig, file paths entered should not be in quotes.

As with all modules, there is a dropdown to select whether or not the job should stop completely if this step fails. If you select Yes, any error will terminate the job process and write to the log file what happened, if no, then the job will try to continue anyways. However if any steps further down the line rely on the output of a job set to not stop on error, they may not work properly.

For more specifics go to the JetTrac Field ServiceJobConfig page.

JetTrac FileCopy Command Line:

Within JobController job:

JBC.COPY “FILE TO COPY” “OUTPUT DESTINATION”

Each part of the line is divided by spaces (the amount doesn’t matter), and contains the fully qualified file path to the file you are referencing surrounded by quotes.
The FileCopy Command is run with an input source eg. C:\Invoice.doc as referred to in the @InFile variable and an output destination eg. C:\Invoice_Copy.doc referred as @MDFName

Additional Notes:

Not available outside of a JobController job.