If the data transformation definition created in the development environment contains the change value functionality, register the conversion table used in the change value functionality in the system properties file, (usrconf.properties).
- Storage location of usrconf.properties
<Service Platform installation directory>\CC\server\usrconf\ejb\<server name>\usrconf.properties
- Registration method in usrconf.properties
- usrconf.properties describes conversion table ID, conversion table file path, total file size of conversion table and used character code. Storage location and character code information are described as sets. Multiple conversion tables can be described.
- Contents and formats described in usrconf.properties are as follows:
:
csc.dt.valueTable.<Conversion table ID>=<Conversion table file path>
csc.dt.valueTableSize=<Total file size of conversion table>
csc.dt.encodeType.<Conversion table ID>=[MS932|UTF8|UTF16_BIG|UTF16_LITTLE]
:
|
- <Conversion table ID>
- Specify any name as conversion table ID. Conversion table ID is used to specify the conversion table used while defining the change value functionality in the change value dialog of the development environment.
- <Conversion table file path>
- Specify the conversion table file path by the absolute path.
- <Total file size of conversion table><<10>>
- Specify the total file size of the conversion table (unit: kilobyte).
- Specify a positive integer in the total file size. Specification range is 1 - 2097151. If you omit specification, 10 is reflected.
- If a conversion table the size of which exceeds the maximum value is read, KDEC40730-E is output in J2EE server log file and HCSC server start is interrupted.
- [MS932|UTF8|UTF16_BIG|UTF16_LITTLE]
- Specify the character code used in the conversion table.
All Rights Reserved. Copyright (C) 2015, Hitachi, Ltd.