Top
Systemwalker Operation Manager  Reference Guide
FUJITSU Software

18.2.1 Message Event Occurrence History File

This file is recorded by Systemwalker Operation Manager when a message event occurs.

It is updated when the Jobscheduler service/daemon is running.

The maximum file size is 99 MB. Three files are rotated cyclically, so that when the file size of one file reaches 99 MB, the next file is used and the oldest file is discarded.

File name

msgevent.log
msgevent0.log
msgevent1.log

Description

Reference this file to check the occurrence of message events.

If a "Wait for Message Event" job is briefly stopped, for example because of system maintenance, the occurrence of message events that should have waited can be checked, so it is possible to determine whether or not the succeeding job should be executed.

File Location

Windows

<Systemwalker installation directory>\MpWalker.JM\mpjobsch\jobdb

If using subsystem 1 to 9 in multi-subsystem operations:
<Systemwalker installation directory>\MpWalker.JM\mpjobsch\jobdbn
* Where "n" is the subsystem number

Solaris
Linux

/var/opt/FJSVJOBSC

If using subsystem 1 to 9 in multi-subsystem operations:
/var/opt/FJSVJOBSC/JOBDBn
* Where "n" is the subsystem number

HP-UX

/opt/FHPJOBSCH/db

If using subsystem 1 to 9 in multi-subsystem operations:
/opt/FHPJOBSCH/db/JOBDBn
* Where "n" is the subsystem number

AIX

/usr/FAIXJOBSC/db

If using subsystem 1 to 9 in multi-subsystem operations:
/usr/FAIXJOBSC/db/JOBDBn
* Where "n" is the subsystem number

File format

The following information is recorded as a single record per line. The file format is CSV format, and each item is separated by a comma.

Item

Size (bytes)

Output Data

Remarks

Date

19

Date when the message event occurred.
YYYY MM/DD hh:mm:ss
This item is always output.

YYYY: Four-digit year
MM: Two-digit month (01 to 12)
DD: Two-digit day (01 to 31)
hh: Two-digit hours (00 to 23)
mm: Two-digit minutes (00 to 59)
ss: Two-digit seconds (00 to 59)

Message event name

12

Name of the message event that occurred.
This item is always output.

Project name

50

Project name specified when the message event occurred.
This data is not output if no project name was specified.

Job net name

50

Job net name specified when the message event occurred.
This item is not output if no job net name was specified.

Variable parameter

200

Variable parameter specified when the message event occurred.
This item is not output if no variable parameter was specified.

Source name of the event log

64

Source name of the event log for a message event generated by the message table definition.
This item is not output for anything other than a message event generated by the message table definition.

Event ID of the event log

5

Event ID of the event log for a message event generated by the message table definition.
This item is not output for anything other than a message event generated by the message table definition.

Mail file name

256

Mail file name of the message event generated upon mail receipt.
This is the name of the file containing the entire mail saved when the mail is received.
This item is not output for anything other than a message event generated at mail receipt.

Notes

Do not open this file in an application that opens it exclusively. If a message event is generated while this file is open exclusively, the message event generation process will become slow and message event information cannot be written.

Example

Record content when the message event "MESSAGE" is generated for the project name "TEST" and job net name "TEST01"

"2014 01/02 03:04:06","MESSAGE","TEST","TEST01",,,,