Hitachi

Job Management Partner 1 Version 10 Job Management Partner 1/Data Highway - Automatic Job Executor Operation manual


6.2.1 The type of log files

The log files that are outputted by JP1/DH - AJE are as follows:

Organization of this subsection

(1) Operation log file

This file stores the operation log of the JP1/DH - AJE.

There are two log files.

The operation log file for JP1/DH - AJE (Job Definition) and the operation log file for JP1/DH - AJE (Job Execution).

(a) The file path

  • The file path of the operation log for JP1/DH - AJE (Job Definition)

    1. In Windows XP

      <The install destination folder of JP1/DH - AJE (Job Definition)>\log\dhajed_information[x].log

      [x] is the number of backup files of the operation log file.

      [x] is the integer value from 1 to the maximum number of the backup files.

      The maximum number of the backup files is defined as InfoLogBackCount in the environmental configuration file.

      For detail about InfoLogBackCount, see 3.3.1(1) Environmental configuration file for JP1/DH - AJE (Job Definition).

    2. In other than Windows XP

      %ALLUsersProfile%\Hitachi\jp1\jp1_default\JP1DH\AJE\AJED\log\dhajed_information[x].log

      %AllUsersProfile% shows the environment variable of the Windows (Common data storage folder for all users).

      [x] is the number of backup files of the operation log file.

      [x] is the integer value from 1 to the maximum number of the backup files.

      The maximum number of the backup files is defined as InfoLogBackCount in the environmental configuration file.

      For detail about InfoLogBackCount, see 3.3.1(1) Environmental configuration file for JP1/DH - AJE (Job Definition).

  • The file path of the operation log for JP1/DH - AJE (Job Execution)

    1. In Windows

      %ALLUsersProfile%\Hitachi\jp1\jp1_default\JP1DH\AJE\AJEE\log\dhajee_information[x].log

      %AllUsersProfile% shows the environment variable of the Windows (Common data storage folder for all users).

    2. In Linux

      /var/opt/jp1dh/aje/ajee/log/dhajee_information[x].log

      [x] is the number of backup files of the operation log file.

      [x] is the integer value from 1 to the maximum number of the backup files.

      The maximum number of the backup files is defined as InfoLogBackCount in the environmental configuration file.

      For detail about InfoLogBackCount, see 3.3.2(1) Environmental configuration file for JP1/DH - AJE (Job Execution)

      Supplementary note:

(b) The output information

The following information is outputted to the operation log file.

Table 6‒1: The output information to the operation log file

Item name

Length

Contents

Number

Fixed length(4 digits)

The serial number of the trace records.

Date

Fixed length(10 digits)

The date that the trace record was outputted.

Format: yyyy/mm/dd

Time

Fixed length(12 digits)

The time that the trace record was outputted.

Format: hh:mm:ss.sss

Application name

Fixed length(16 characters)

DH - AJE

Process ID

Fixed length(8digits)

The process ID

Format: The process ID that is changed to the hexadecimal

Thread ID

Fixed length(8 digits)

The thread ID

Format: The thread ID that is changed to the hexadecimal

Message ID

Fixed length(16 characters)

KDJHnnnn-Z

K: Denotes the system identifier.

DJH: Indicates that the message is a JP1/DH - AJE message.

nnnn: Displays the message's serial number.

Z: Indicates the message type:

E:Error

W:Warning

I:Information

Type

Fixed length(5 characters)

The log level.

Format: ERR,WARN,INFO

ERR: Indicates outputting Error message only.

WARN: Indicates outputting Error and Warning message.

INFP: Indicates outputting Error, Warning and Information message.

Message text

Variable length

The message text of JP1/DH - AJE

Also, the following headers are outputted at the beginning of outputting the log.

[Figure]