Hitachi

JP1 Version 12 JP1/Service Support Configuration and Administration Guide


Configuration file for setting up an Item storage database (jssitemstoredbinfo.bat)

Organization of this page

Description

This file defines information necessary to set up the Item storage database.

Format

@set ADD_AREA=A
@setADD_AREA_DIRECTORY=Name-of-the-folder-to-store-the-Item-storage-database-to

File names

Storage folder

JP1/SS-path\conf\setup\

When the definition is applied

When you execute the jssitemstoredbsetup.bat command, the definition is applied.

What is described

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

Table 13‒23: List of specification keys that can be set in the configuration file for setting up an Item storage database

Specification key name

Description

Default value

@set ADD_AREA

Specifies the storage area of the Item storage database to be set up.

  • A: Storage area A

  • B: Storage area B

--

@set ADD_AREA_DIRECTORY

Use an absolute path of 133 bytes or less to specify the path to the folder in which to store the Item storage database to be set up. Note that you can expand the database in the same folder multiple times.

You can specify half-width alphanumeric characters, periods (.), underscores (_), left parentheses ((), right parentheses ()), yen signs (\), and half-width spaces. You cannot specify any of the following folders:

  • A folder that does not exist

  • A folder that ends with a yen sign (\)

  • A folder on a network drive

  • A folder directly under the drive

  • Reserved device name

In a cluster environment, you can specify a folder on a shared disk only.

--

Legend:

--: No default value

Notes

Definition example

The following definition example sets up storage area A in the Item storage database (D:\Program Files (x86)\Hitachi\JP1SS\itemstoredb).

@set ADD_AREA=A
@set ADD_AREA_DIRECTORY=D:\Program Files (x86)\Hitachi\JP1SS\itemstoredb