You are here: Job and Form Set Rules Reference > JDT Rules Reference > TicketJobProc

TicketJobProc

Use this job level rule to run Documaker Server from another application by providing an XML job ticket. The results are returned in an XML job log file. The layout of these XML files is the same as those used by Docupresentment to run Documaker.

Specify the name of the job ticket to the GenData program on the command line using this parameter:

/jticket=

The default is JOBTICKET.XML. To prevent the job ticket file from being removed once the system finishes processing, include this INI option:

< Debug >

TicketJobProc = Yes

Specify the name of the resulting job log file using this command line parameter:

/jlog=

The default is JOBLOG.XML.

Syntax

;TicketJobProc;;;

There are no parameters for this rule. You must include this rule as the first job level rule in the AFGJOB.JDT file. This rule replaces the RULStandardJobProc rule.

     
Note Documaker must be set up in single step mode. Only the GenData program is executed.

For a single-transaction job process, you receive recipient information if you have this option set:

< PrintFormset >

MultiFilePrint = No

Example

;TicketJobProc;;;

See also