Other Settings

Setting

Default

Description

ITPDIDCP

System code page of the AS/400

Code page in which the ITP/SDK DID files are stored.

ITPEURO

N

If this setting is set to Y the amount_in_words function will use the Euro as currency. If this setting is set to N or not present, the amount_in_words function will use the local currency. This setting can be overridden by the use of the euro function.

ITPALLOWMISSINGINC

N

Controls whether or not a missing __INC document will cause an error when creating a model. If this setting is set to Y, ITP will remove the __INC() statement and continue creating the model. If this setting is set to N, ITP will report an error and the creating process will fail. This behavior is in compliance with the behavior of Office Vision.

ITPALLOWMISSINGPOSTINC

N

Controls whether or not a missing __INC document will cause an error when executing the post-include on a result document. If this setting is set to Y, ITP will silently remove the __INC() statement and continue. If this setting is set to N, ITP will report an error. This behavior is in compliance with the behavior of Office Vision.

ITPLAZYPOSTINC

N

Activating this setting (ITPLAZYPOSTINC=Y) will suppress the processing of post-includes if the result document contains no include instructions which have been produced with the inc(...; ...) function. This feature is only implemented for Word model documents.

ITPUNICODEEURO

N

Enable on a global level the functionality to translate single byte Euro characters to Unicode Euro characters. Only supported for Word.

ITPCURRENCYEURO

N

Enable on a global level the functionality to translate the International Currency Symbol to Unicode Euro characters. Only supported for Word.

The next settings affect the amount of memory ITP Word processor Support uses and the way it handles temporary files.

The Word support will produce a large number of temporary files for administrative purposes. With the default settings only a few of these files should ever exceed the default ITPOUTPUTCACHE setting. Increasing either ITPOUTPUTCACHE and/or ITPMAXTMPOPEN can improve performance while producing large result documents.

Setting

Default

Description

ITPMAXINPUTCACHE

1024

Sets the maximum amount of memory (in Kb) that the ITP Word processor support will use while reading a file.
If files exceed this size, ITP will read only as much of the file as fits in this size and update from disk if it needs other parts of the file.

Note: This setting will affect the amount of memory that the ITP Word processor Support uses during translation and execution of a model.

ITPOUTPUTCACHE

256

Sets the maximum amount of memory (in Kb) that the ITP Word processor support can use while writing a file. If the file exceeds this size, ITP will flush parts of the file to disk.

Note: This setting will affect the amount of memory that ITP Word processor Support uses during execution of a model.

ITPMAXTMPOPEN

 

1

Sets the number of temporary files that is kept open simultaneously.
If the size of an output file exceeds the size indicated with ITPOUTPUTCACHE, this file is flushed to disk.

ITPMAXINPUTCACHE primarily affects performance during the model creation process and post-include process.
ITPOUTPUTCACHE and ITPMAXTMPOPEN affect performance during the run model process and post-include process.

Note

The effect of assigning more memory with the ITPOUTPUTCACHE setting should be primarily noticeable while producing large result documents on a system that has sufficient hardware resources available

ITPEVALTIMEOUT

 

 

This setting determines the amount of time (in seconds) that the model will run. If the model is not finished running within this time it wil return the EXIT_TIMEOUT (11) return code. The active communications (database access) will subsequently be stopped after 3 seconds (by default). This time can be influenced with the ITPEVALGRACE setting.

ITPEVALGRACE

 

3 seconds

This setting determines the amount of time (in seconds) that ITP will wait for active communications to complete before it terminates itself. Only useful if used in combination with the time-restriction of running a model set with the ITPEVALTIMEOUT setting.

ITPVALIDATEFIELDSET

N

ITP/Server can be configured to validate at runtime that all fields in a FIELDSET variable are filled before using this FIELDSET. If a field is not filled the run model process will fail. This validation is disabled by default.