Properties

Parameter

Type

Description

dat_srv

Boolean

Whether the XML data (if applicable) can be accessed from the server on which ITP/Server is running. If this is not the case the file identified by dat_uri (if any) will be uploaded from the web server to the ITP server. In this case the value "*DataURI" should be passed for the keys parameter, thus indicating the file that was uploaded to the ITP server.

dat_uri

String

Location of the XML data to be used (if any), as a local path relative to either the web server (dat_srv=N) or the ITP server (dat_srv=Y).

db_pwd

String

Password to be used by the DataManager on ITP/Server.

db_uid

String

User Id to be used by the DataManager on ITP/Server.

env

String

Identification of the Environment under which the model will run on ITP/Server. This will correspond to connection configuration on the server.

history

Boolean

Whether an outline of the provided answers to all interacts should be returned by ITP/Server at the end of the model run.

ofcmd

(AS/400 only)

String

OnFailure command, executed when the model fails.

oscmd

(AS/400 only)

String

OnSuccess command, executed when the model succeeds.

postcmd

(AS/400 only)

String

Post command, executed at the end of the run (after ofcmd or oscmd)

precmd

(AS/400 only)

String

Pre command, executed at the start of the run.

pvw

Boolean

Whether the ITP/OnLine HTML Forms should be accompanied with a preview of the document as it is at that moment.

pvw_fmt

String

Required format of the preview document (if any - either 'native' or 'pdf').

res_fmt

String

Required format of the result document (either 'native' or 'pdf').

res_owt

Boolean

Whether the file identified by res_uri may be overwritten.

res_srv

Boolean

Whether ITP/Server (rather than ITP/OnLine) should write the document to the location identified by res_uri. If a res_uri is provided, res_srv=Y makes sense in most cases. If a res_uri is not provided, res_srv will be ignored, the document will be stored in local storage on the web server and be made available through a url.