Property file for JP1 product association setting (hptl_jp1_imss_jp1product_cooperation_setting.properties)
- Organization of this page
Description
This file defines whether to link with the following specific JP1 product, and users who can access the JP1 product:
-
JP/NP
-
JP1/AO
-
JP1/AJS3
-
JP1/PFM
Format
hptl_jp1_imss_jp1product_cooperation_flag=Whether to link with the specific JP1 product hptl_jp1_imss_jp1product_cooperation_userlist=IDs of the users who can access the specific JP1 product hptl_jp1_imss_information_search_userid=ID for the user for information retrieval
File names
-
hptl_jp1_imss_jp1product_cooperation_setting.properties (Property file for JP1 product association setting)
-
hptl_jp1_imss_jp1product_cooperation_setting.properties.model (Model property file for JP1 product association setting)#
- #
-
You can use the model file to reset the contents of the property file for JP1 product association setting. To do so, delete the existing property file for JP1 product association setting, then copy and rename the model file.
Storage folder
JP1/SS-path\conf\
When the definition is applied
The definition is applied after the JP1/Service Support service is restarted.
What is described
Do not edit any specification keys other than those explained in the following table. Use an equal sign (=) to connect a specification key and its value.
Specification key name |
Description |
Default value |
---|---|---|
hptl_jp1_imss_jp1product_cooperation_flag |
Specifies whether to link with the specific JP1 product.
If you omit this specification, or specify a value that cannot be specified, false is set. |
false |
hptl_jp1_imss_jp1product_cooperation_userlist |
When authentication of JP1/Service Support is performed for the Item management database or the LDAP server, specify the ID of a user who link the authentication server with the specific JP1 product. A maximum of 1,000 users can be specified. When you specify multiple user IDs, use a comma (,) to separate them. Specifiable values are one-byte lowercase alphanumeric character string of 1 to 31 bytes. User IDs exceeding the specifiable number of users, or invalid user IDs are ignored. |
-- |
hptl_jp1_imss_information_search_userid |
When authentication for JP1/Service Support is performed on the LDAP server, specify a user ID from the users already registered for information retrieval. Users for information retrieval indicate users who search users who can access JP1 products if you want to link the authentication server with the specific JP1 product. To prevent user IDs from being changed or deleted, assign a user ID dedicated to this purpose instead of one used for other purposes. Only one user can be specified. You can specify a string of 1 to 64 alphanumeric characters. |
-- |
- Legend:
-
--: No default value
Whether to set specification keys
Setting of the specification keys changes depending on whether or not the authentication server is linked with the specific JP1 product. The following tables explain the specification key settings of the property file for JP1 product association setting.
Specification key name |
Authentication server |
||
---|---|---|---|
Item management database |
LDAP server |
JP1/Base authentication server |
|
hptl_jp1_imss_jp1product_cooperation_flag |
true |
true |
true |
hptl_jp1_imss_jp1product_cooperation_userlist |
ID of a user who links the authentication server with the specific JP1 product |
ID of a user who links the authentication server with the specific JP1 product |
Setting is not required. |
hptl_jp1_imss_information_search_userid |
Setting is not required. |
ID of an already registered user for information retrieval |
Setting is not required. |
Specification key name |
Authentication server |
||
---|---|---|---|
Item management database |
LDAP server |
JP1/Base authentication server |
|
hptl_jp1_imss_jp1product_cooperation_flag |
false |
||
hptl_jp1_imss_jp1product_cooperation_userlist |
Setting is not required. |
||
hptl_jp1_imss_information_search_userid |
Setting is not required. |
Notes
-
The Property file for JP1 product association setting (hptl_jp1_imss_jp1product_cooperation_setting.properties) must be created or edited with a character encoding that is compatible with the system locale of the machine on which JP1/Service Support is installed. You can use one of the following character encodings:
-
In a Japanese environment: MS932
-
In an English environment: ISO-8859-1
-
In a Chinese environment: GB18030
-
Definition example
The following is a definition example when you link the authentication server with JP1/NP, and set user01 and user02 as the users to be linked, and kensaku01 as the user for information retrieval:
hptl_jp1_imss_jp1product_cooperation_flag=true hptl_jp1_imss_jp1product_cooperation_userlist=user01,user02 hptl_jp1_imss_information_search_userid=kensaku01