Base configuration

The base configuration for Batch Processing is set up in “base_cold.ini”, which contains entries according to the following tables:

GEN-#Number#

Nr.

Parameter

Example

1

 

ImaBaseDirectory

/opt/tsystems/ImageMaster

Home directory of the ImageMaster installation

2

 

ColdBaseDirectory

<ColdBaseDirectory>/cold

Batch Processing working directory

3

 

ColdConfigDirectory

<ColdBaseDirectory>/cfg

Directory which contains the Batch Processing configuration files

4

 

ColdSplitConfigDirectory

<ColdConfigDirectory>/split

Directory which contains the configuration files for splitting

5

 

ColdAWKDirectory

<ColdBaseDirectory>/awk

Directory with awk files that are used for parsing and transforming incoming data

6

 

ColdBinDirectory

<ColdBaseDirectory>/bin

Directory with the ImageMaster application that is used for import such as typically FIS for ImageMaster 9 (and FastArchiver or ImaFileAPI in previous ImageMaster 8 versions)

10

 

ColdDataDirectory

/cache/cold

Auxiliary variable for an easier setup of the configuration, which is not used otherwise

11

 

ColdInputBaseDirectory

<ColdDataDirectory>/input

In this directory+<SpoolName> the input data is expected

12

 

ColdSaveBaseDirectory

<ColdDataDirectory>/save

In this directory all input data is copied if <WriteSaveDirectory> is active.

13

 

ColdSpoolBaseDirectory

<ColdDataDirectory>/spool

Directory for storing temporary data during processing

14

 

ColdDocsBaseDirectory

<ColdDataDirectory>/docs

Document directory for storing finalized data packages before they are archived

15

 

ColdLogsBaseDirectory

<ColdDataDirectory>/logs

Base directory for Batch Processing log files

20

 

ColdLoggingDirectory

<ColdLogsBaseDirectory>/<SpoolType>/<SpoolType>.<Generation>

Base directory for Batch Processing log files

21

 

ColdLoggingTimeStamp

%d.%m.%y %H:%M:%S:

The timestamp format used in log files

30

 

Activate_StopJobFile

YES

If this option is set to “YES”, in case of a critical error a so called “Stop Job File” is generated which must first be removed manually before the job can be retried. This file contains related error information.

31

 

StopJobFileName

StopJobFile.log

Filename of the Stop Job File. This file is stored in <ColdLoggingDirectory>.

32

 

StopJobErrorReturnCode

99

This error number is returned if an error occurs which stops processing with a Stop Job File.

40

 

SAPBaseDirectory

 

 

41

 

MinimumDiskFreeSize

0

The required minimum free size in megabytes

If this value is greater than 0, the free space in the single directories is checked before a JobMode is started. All directories which are used for writing are checked. If the available amount of space goes below that value in one of the directories, the script is stopped and an error is returned.

Table 90: Base configuration parameters with generation number