DataMagic system file configuration
The DataMagic system file configuration is summarized in the table below.
File |
Location |
File name |
---|---|---|
System administration file |
Installation folder |
huledpro.ini |
System environment settings file |
Shared data storage folder |
huledenv.conf |
Data processing information file |
Shared data storage folder |
edprm.db |
CSV data file |
Shared data storage folder |
edcsv.db |
Format data file |
Shared data storage folder |
edfmt.db |
Multi format data file |
Shared data storage folder |
edmfmt.db |
Hierarchy-format data file |
Shared data storage folder |
edhfmt.db |
XML data file |
Shared data storage folder |
edxml.db |
Excel information file |
Shared data storage folder |
edexcel.db |
Database table data file |
Shared data storage folder |
edrdb.db |
Database connectivity information file |
Shared data storage folder |
edrdbc.db |
Common components information file |
Shared data storage folder |
edpon.db |
Error file |
The location is specified in one of the following:
|
Custom |
Log information file |
Shared data storage folder |
edlog.db |
Operation log information file |
Shared data storage folder |
opelog.db |
Business group information file |
Shared data storage folder |
ggrp.db |
User information file (*1) |
Shared data storage folder |
user.db |
Test result file |
The location is specified in the Execute Data Processing screen. |
Custom |
*1 |
: |
In the DataMagic Desktop grade, no user information file is created. If you performed an update installation from HULFT-DataMagic Ver.2 to the DataMagic Desktop grade, be sure to delete the user information file (user.db). |
The folder where system operation information is stored is called the shared data storage folder. The folder that you specified in the Shared Data Storage Folder field during installation is used as the shared data storage folder during operations.
To run multiple instances of DataMagic on a non-cluster system, you must ensure that DataMagic system files, log files, and operation log files are not shared.
The following system files are added to the system files in Table 5.2 when the Code conversion option is installed.
File |
Location |
File name |
---|---|---|
File for EBCDIC user table expansion |
In the system administration folder or any folder (specified in the data processing information) |
user1.ucf user2.ucf user3.ucf |
File for external character table expansion |
gtf folder in the system administration folder or any folder (specified in the data processing information) |
gtXtoY.xtd(*1) |
*1 |
: |
The file for external character table expansion must be created for each combination of the kanji code type for input files and the kanji code type for output files. The table below shows what characters are used to represent the kanji code type for input and output files in the file name. |
The system file for code conversion is not installed in the DataMagic Desktop grade.
Kanji code type |
EUC |
SHIFT-JIS |
IBM |
JEF |
JIS |
KEIS |
NEC |
UTF-8 |
UTF-16 |
---|---|---|---|---|---|---|---|---|---|
Symbols (X and Y) |
e |
s |
i |
j |
z |
k |
n |
8 |
6 |
For example, when the kanji code type is Shift JIS for input files and UTF-8 for output files, the file for external character table expansion will be named gtsto8.xtd.