Hitachi

Job Management Partner 1 Version 10 Job Management Partner 1/Integrated Management - Service Support Configuration and Administration Guide


User log definition file (jp1itemimportEx.conf)

Organization of this page

Description

This file defines the size of the log file and the number of log files when the execution results of the jssitemimportEx (imports extended Item information) command are output to the log file (jssitemimportEx_infonumber.log) which is open to users.

Format

;comment
[LOG]
IMPORTEX_FILESIZE=size-of-the-log-file
IMPORTEX_FILENUM=number-of-log-files

Lines starting with a semicolon (;) are treated as comments.

File names

Storage folder

IM-SS-path\conf\command\

When the definition is applied

The definition is applied to JP1/IM - Service Support when the jssitemimportEx (imports extended Item information) command is executed.

You can specify the specification keys described in the table below. Use an equal sign (=) to connect a specifiable key and its value.

Table 12‒76: List of specification keys that can be set in the User log definition file

Specification key name

Description

Default value

IMPORTEX _FILESIZE

Specifies the size of the log file (jssitemimportEx_infonumber.log) in kilobytes.

Specify a half-width integer from 4 to 16384.

8192

IMPORTEX _FILENUM

Specifies the number of log files jssitemimportEx_infonumber.log).

Specify a half-width integer from 1 to 64.

8

Messages output to a log file

For details about the messages output to log files, see 13.1 Output destinations for messages.

Notes

Definition example

The definition example below shows an example when the log file size and the number of log files are changed. It changes the log file size to 10 megabytes (10,240 kilobytes), and the number of log files to 10.

[LOG]
IMPORTEX _FILESIZE=10240
IMPORTEX _FILENUM=10