With the information from the ITP/Document Processor Manager log we can search the specific ITP/Document Processor log. In this case the log of the first ITP/Document Processor in the TestServer setup:
09:36:19.985[3] LoadBalancer: Received LB_JOB
09:36:19.985[2] LoadBalancer: Submitted request TestJobID for processing by service RunMdl.
LoadBalancer is the DP Manager and it sends a request to process a job. You can use the Job ID to search for its first appearance in the ITP/Document Processor log.
09:36:20.085[2] Processor: Processing job TestJobID for service RunMdl.
The request is accepted and the RunMdl Service starts processing.
09:36:20.085[3] [TestJobID]: Subst [$1] to "listeng".
09:36:20.085[3] [TestJobID]: Subst [$2] to "c:\temp\result.doc".
09:36:20.085[3] [TestJobID]: Subst [$3] to default.
09:36:20.095[3] [TestJobID]: Subst [$4] to default.
09:36:20.095[3] [TestJobID]: Subst [$5] to default.
The script parameters are substituted for the past parameters. In this case the model and the result document with its path are past in the request but not the other parameters.
09:36:20.095[3] [TestJobID]: Running script RunMdl.
09:36:20.095[4] [TestJobID]: Parameter Model = "listeng";
09:36:20.095[4] [TestJobID]: Parameter Result = "c:\temp\result.doc";
09:36:20.095[4] [TestJobID]: Parameter Keys = "";
09:36:20.105[4] [TestJobID]: Parameter Extras = "";
09:36:20.105[4] [TestJobID]: Parameter Flags = "";
09:36:20.105[4] [TestJobID]: Constant ModelDir = "C:\Program Files\ITPWORK - TestServer\Models";
09:36:20.105[4] [TestJobID]: Constant DPItpTmpDir = "C:\TEMP\MACHINE_1\ITPDP [TestServer] #1\ITPTemp";
09:36:20.105[4] [TestJobID]: Constant DPItpConfigDir = "C:\TEMP\MACHINE_1\ITPDP [TestServer] #1\Config";
09:36:20.115[4] [TestJobID]: Constant DPItpDataDir = "C:\TEMP\MACHINE_1\ITPDP [TestServer] #1\Data";
09:36:20.115[4] [TestJobID]: Constant ServiceConfig = "C:\TEMP\MACHINE_1\ITPDP [TestServer] #1\ITPTemp\itp.cfg";
09:36:20.115[4] [TestJobID]: Constant ServiceResult = "C:\TEMP\MACHINE_1\ITPDP [TestServer] #1\Data\result.doc";
09:36:20.115[4] [TestJobID]: Constant ServiceModel = "C:\Program Files\ITPWORK - TestServer\Models\listeng.itp";
09:36:20.125[4] [TestJobID]: Built-in Delete.
09:36:20.125[4] [TestJobID]: File ("C:\TEMP\MACHINE_1\ITPDP [TestServer] #1\ITPTemp\itp.cfg")
09:36:20.125[3] [TestJobID]: Deleted file C:\TEMP\MACHINE_1\ITPDP [TestServer] #1\ITPTemp\itp.cfg.
09:36:20.125[4] [TestJobID]: Built-in Copy.
09:36:20.135[4] [TestJobID]: Src ("C:\TEMP\MACHINE_1\ITPDP [TestServer] #1\Config\itp.cfg")
09:36:20.135[4] [TestJobID]: Dest ("C:\TEMP\MACHINE_1\ITPDP [TestServer] #1\ITPTemp\itp.cfg")
09:36:20.135[3] [TestJobID]: Copied file C:\TEMP\MACHINE_1\ITPDP [TestServer] #1\Config\itp.cfg to C:\TEMP\MACHINE_1\ITPDP [TestServer] #1\ITPTemp\itp.cfg.
Note that the folders in the above block are set by the startup script of ITP/Server and are not left to your discretion.
09:36:20.135[4] [TestJobID]: OnError: Ignoring errors.
09:36:20.146[4] [TestJobID]: Built-in WriteFile.
09:36:20.146[4] [TestJobID]: File ("C:\TEMP\MACHINE_1\ITPDP [TestServer] #1\ITPTemp\itp.cfg")
09:36:20.146[4] [TestJobID]: Message (";Model-specific settings")
09:36:20.146[4] [TestJobID]: Var Setting = "".
09:36:20.166[4] [TestJobID]: OnError: Using built-in error handler.
09:36:20.166[4] [TestJobID]: OnError: Installing ITPError as error handler.
ITPError is a standard error handler command provided by ITP/Server. For more information on the ITPError command, refer to the ITP/Server Script Language Manual.
09:36:20.166[4] [TestJobID]: Model ("listeng")
09:36:20.166[4] [TestJobID]: Built-in ITP.
09:36:20.166[4] [TestJobID]: Model ("C:\Program Files\ITPWORK - TestServer\Models\listeng.itp")
09:36:20.176[4] [TestJobID]: Configuration ("C:\TEMP\MACHINE_1\ITPDP [TestServer] #1\ITPTemp\itp.cfg")
09:36:20.176[4] [TestJobID]: Result ("C:\TEMP\MACHINE_1\ITPDP [TestServer] #1\Data\result.doc")
09:36:20.176[4] [TestJobID]: Overwrite (True)
09:36:20.176[4] [TestJobID]: Keys ("")
09:36:20.176[4] [TestJobID]: Extras ("")
09:36:20.176[4] [TestJobID]: Flags ("")
09:36:23.380[4] [TestJobID]: Built-in SendFile.
09:36:23.380[4] [TestJobID]: Src ("C:\TEMP\MACHINE_1\ITPDP [TestServer] #1\Data\result.doc")
09:36:23.380[4] [TestJobID]: Dest ("c:\temp\result.doc")
09:36:24.812[4] [TestJobID]: Built-in Delete.
09:36:24.812[4] [TestJobID]: File ("C:\TEMP\MACHINE_1\ITPDP [TestServer] #1\Data\result.doc")
09:36:24.812[3] [TestJobID]: Deleted file C:\TEMP\MACHINE_1\ITPDP [TestServer] #1\Data\result.doc.
09:36:24.822[4] [TestJobID]: Script RunMdl terminated OK.
The result document can be found in c:\temp.