Hitachi

JP1 Version 12 JP1/Service Support Configuration and Administration Guide


Definition file for the task practice service (jp1imss_service_setting.conf)

Organization of this page

Description

This file defines the times or the intervals for automatically executing commands for Item information count (jsscollectdata), for registering Items by email (jssitementrybymail), for sending notifications before deadlines (jssinformperiod), and for notifying of held Items (jssinformleave). After you edit this file and restart the JP1/Service Support - Task Service service, the above commands are executed automatically.

Format

;comment
[jsscollectdata]
use=false
basetime=02:00
  : 
[jssitementrybymail]
use=false
period=60
  : 
[jssinformperiod]
use=false
basetime=03:00
  : 
[jssinformleave]
use=false
period=60
monitorStart=08:00
monitorEnd=18:000
  : 

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

File names

Storage folder

JP1/SS-path\conf\

When the definition is applied

The definition is applied after the JP1/Service Support - Task Service service is restarted.

What is described

The following is the format of the Definition file for the task practice service:

[Section]
Key=value
Key=value
  : 

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

Table 13‒45: List of sections and specification keys to be specified in the Definition file for the task practice service

Element

Description

Default value

Section name

  • [jsscollectdata]

  • [jssitementrybymail]

  • [jssinformperiod]

  • [jssinformleave]

Specify the name to identify the command you want to execute. You can specify only the values listed on the left.

Each section name is described in the applicable model file.

Specification key name

use

Specifies whether to execute the command.

  • false = Do not execute

  • true = Execute

false

basetime

When the section name is jsscollectdata or jssinformperiod, specify the time from 00:00 to 23:59 to execute the command in the hh:mm format. To execute a command at the specified time, you must start the service in advance.

  • For jsscollectdata: 02:00

  • For jssinformperiod: 03:00

period

When the section name is jssitementrybymail or jssinformleave, use a number to specify the interval for executing the command in minutes. The following are specifiable values:

  • For jssitementrybymail: 5 to 120

  • For jssinformleave: 15 to 1440

60

monitorStart

When the section name is jssinformleave, specify the time to start monitoring from 00:00 to 24:00 in the hh:mm format.

None

monitorEnd

When the section name is jssinformleave, specify the time to end the monitoring from 00:00 to 24:00 in the hh:mm format. If you specify a time before the value set for monitorStart, it is regarded as the time on the following day.

For example, if you set 21:00 for monitorStart, and 08:00 for monitorEnd, the status is monitored from 21:00 to 08: 00 on the following morning.

If you set the same time for monitorStart and monitorEnd, the status is continuously monitored.

For example, if 00: 00 is set for monitorStart, and 00: 00 or 24:00 is set for monitorEnd, the status is endlessly monitored.

None

Notes

Definition example

The following is a definition example when the command (jssinformleave) for notifying held Items is executed at 60 minute intervals from 9:00 to 12:00:

[jssinformleave]
use=true
period=60
monitorStart=09:00
monitorEnd=12:00
Figure 13‒1: Operation image

[Figure]

Set monitorStart to the time to start monitoring held Items, and set monitorEnd to the time to end the monitoring. The command for notifying held Items (jssinformleave) is executed at the intervals specified by period starting from the time when JP1/Service Support - Task Service service was started. If you want to adjust the timing of execution of jssinformleave, you must consider monitorStart, monitorEnd, period, and the start timing of JP1/Service Support - Task Service service. As shown in the above example, if you want to set the time to start executing jssinformleave to 9:00, you should start JP1/Service Support - Task Service service at 8:00.