Hitachi

JP1 Version 12 JP1/Service Support Configuration and Administration Guide


Code mapping file (jp1imss_itemimport_codemap.conf)

Organization of this page

Description

This definition file associates the file for Item information entries that is specified by using the jssitemimport command with information that is displayed as Item elements of selection codes in an Item form. Do not edit this file because it is associated with selectable Item elements that are defined by default.

If you customize an Item element or a status name, create a new file for the customization.

Note that when you create a new code mapping file, specify the file name described below within 255 bytes in the absolute path.

Format

;comment
[SEVERITY]
Emergency=1
  :
[IMPACT]
Small=1
  :
[PRIORITY]
Standard=1
  :
[ITEMCATEGORY]
Inquiry=1
  :
[ISSUECATEGORY]
Application=1
  :
[PHENOMENON]
-
[STATUS]
Received=JIMSS_STAT_INQUIRY
  :
[CAUSE]
New software error=1
  :
[RESULT]
Completed=1
  :
[SOLUTION]
Knowledge=1
  :
[AVOIDANCE]
None=1
  :
[CHANGESCALE]
Small scale=1
  :
[RELEASETYPE]
Package release=1
  :

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

Legend:

--: Not specified

File names

Storage folder

JP1/SS-path\conf\command\

When the definition is applied

The definition is applied to JP1/Service Support when you execute the jssitemimport command.

What is described

The following is the format of the code mapping file:

[Section]
Key=value
Key=value
  :

For Section, specify a name indicating the applicable Item element. This is a name determined in the code mapping file. For Key, specify a value defined in the file for Item information entries and specified as an option of the jssitemimport command. You can specify a string of half-width or full-width alphanumeric characters for Key. For value, specify the display order of the selection codes that are defined in the Item form definition file.

To use JP1/Service Support with the default Item form, you can use the code mapping file provided with the product as is. The table below lists the sections, keys, and values that can be defined in the file.

If you customize the Item form, you must edit the code mapping file for the customized Item form to create a new file.

Table 13‒28: Sections, keys, and values that can be defined in the code mapping file

Section

Description

Key

Selection code in an Item element

Value

SEVERITY

Section for determining the selection value for the Severity Item element

Emergency

Emergency

1

Alert

Alert

2

Critical

Critical

3

Error

Error

4

Warning

Warning

5

Notice

Notice

6

Information

Information

7

Debug

Debug

8

IMPACT

Section for determining the selection value for the Impact level Item element

Small

Small

1

Middle

Middle

2

Large

Large

3

PRIORITY

Section for determining the selection value for the Priority Item element

Standard

Standard

1

Urgent

Urgent

2

Very urgent

Very urgent

3

ITEMCATEGORY

Section for determining the selection value for the Item type Item element

Inquiry

Inquiry

1

Failure

Failure

2

Customer request

Customer request

3

ISSUECATEGORY

Section for determining the selection value for the Problem domain Item element

Application

Application

1

Middleware

Middleware

2

OS

OS

3

Hardware

Hardware

4

Network

Network

5

Process

Process

6

PHENOMENON

Section for determining the selection value for the Occurred type Item element

-- (No code)

-- (No code)

--

STATUS

Section for determining the selection value for the Status Item element

Received

Received

JIMSD_STAT_INQUIRY

Close

Close

JIMSD_STAT_CLOSE

Investigating

Investigating

JIMSD_STAT_RESEARCH

Planning

Planning

JIMSD_STAT_PLANNING

Discussing

Discussing

JIMSD_STAT_DISCUSSING

Acknowledged

Acknowledged

JIMSD_STAT_APPROVED

Support Requested

Support Requested

JIMSD_STAT_WAITING

Reviewing

Reviewing

JIMSD_STAT_REVIEW

Extended status 01 to Extended status 40

Extended status 01 to Extended status 40

JIMSD_STAT_USER01 to JIMSD_STAT_USER40

CAUSE

Section for determining the selection value for the Cause Item element

New software error

New software error

1

Known software error

Known software error

2

New hardware error

New hardware error

3

Known hardware error

Known hardware error

4

Documentation error

Documentation error

5

Document missing

Document missing

6

User error

User error

7

Specifications

Specifications

8

Third-party error

Third-party error

9

Process error

Process error

10

Customer request

Customer request

11

Function extension

Function extension

12

Business requirement

Business requirement

13

Incident and problem fix

Incident and problem fix

14

Process improvement

Process improvement

15

RESULT

Section for determining the selection value for the Result Item element

Completed

Completed

1

Canceled

Canceled

2

Not confirmed

Not confirmed

3

Change completed

Change completed

4

Known problem

Known problem

5

Unknown cause

Unknown cause

6

Succeeded

Succeeded

7

Failed (planning error)

Failed (planning error)

8

Failed (human error)

Failed (human error)

9

Failed (others)

Failed (others)

10

SOLUTION

Section for determining the selection value for the Solution category Item element

Knowledge

Knowledge

1

Document

Document

2

User solution

User solution

3

Secondary support

Secondary support

4

Problem management

Problem management

5

Third-party investigation

Third-party investigation

6

AVOIDANCE

Section for determining the selection value for the Workaround type Item element

None

None

1

Not operated

Not operated

2

Operated in degraded mode

Operated in degraded mode

3

Restarted

Restarted

4

File recovered

File recovered

5

Change rolled back

Change rolled back

6

Others

Others

7

CHANGESCALE

Section for determining the selection value for the Scale of change Item element

Small scale

Small scale

1

Middle scale

Middle scale

2

Large scale

Large scale

3

RELEASETYPE

Section for determining the selection value for the Release type Item element

Package release

Package release

1

Full release

Full release

2

Delta release

Delta release

3

USERCODE01

User extended code

Optional

Optional

Optional

USERCODE02

USERCODE03

USERCODE04

USERCODE05

Notes

Definition example

The following example shows the default contents of the code mapping file (jp1imss_itemimport_codemap.conf):

[SEVERITY]
Emergency=1
Alert=2
Critical=3
Error=4
Warning=5
Notice=6
Information=7
Debug=8
 
[IMPACT]
Small=1
Middle=2
Large=3
 
[PRIORITY]
Standard=1
Urgent=2
Very urgent=3
 
[ITEMCATEGORY]
Inquiry=1
Failure=2
Customer request=3
 
[ISSUECATEGORY]
Application=1
Middleware=2
OS=3
Hardware=4
Network=5
Process=6
 
[PHENOMENON]
 
[STATUS]
Received=JIMSD_STAT_INQUIRY
Close=JIMSD_STAT_CLOSE
 
[CAUSE]
New software error=1
Known software error=2
New hardware error=3
Known hardware error=4
Documentation error=5
Document missing=6
User error=7
Specifications=8
Third-party error=9
Process error=10
Customer request=11
Function extension=12
Business requirement=13
Incident and problem fix=14
Process improvement=15
 
[RESULT]
Completed=1
Canceled=2
Not confirmed=3
Change completed=4
Known problem=5
Unknown cause=6
Succeeded=7
Failed (planning error)=8
Failed (human error)=9
Failed (others)=10
 
[SOLUTION]
Knowledge=1
Document=2
User solution=3
Secondary support=4
Problem management=5
Third-party investigation=6
 
[AVOIDANCE]
None=1
Not operated=2
Operated in degraded mode=3
Restarted=4
File recovered=5
Change rolled back=6
Others=7
 
[CHANGESCALE]
Small scale=1
Middle scale=2
Large scale=3
 
[RELEASETYPE]
Package release=1
Full release=2
Delta release=3
 
[USERCODE01]
 
[USERCODE02]
 
[USERCODE03]
 
[USERCODE04]
 
[USERCODE05]