System file configuration
The DataMagic system file configuration is summarized in the table below.
File |
Location |
File name |
---|---|---|
System environment settings file |
DMPATH setting location (*1) |
huledenv.conf |
Data processing information file |
DMPATH setting location (*1) |
edprm.db |
CSV information file |
DMPATH setting location (*1) |
edcsv.db |
Format information file |
DMPATH setting location (*1) |
edfmt.db |
Multi format information file |
DMPATH setting location (*1) |
edmfmt.db |
Hierarchy-format information file |
DMPATH setting location (*1) |
edhfmt.db |
XML information file |
DMPATH setting location (*1, *2) |
edxml.db |
Excel information file |
DMPATH setting location (*1) |
edexcel.db |
Database table information file |
DMPATH setting location (*1) |
edrdb.db |
Database connectivity information file |
DMPATH setting location (*1) |
edrdbc.db |
Common components information file |
DMPATH setting location (*1) |
edpon.db |
Error file |
The location is specified in one of the following:
|
Custom |
Log information file |
DMPATH setting location (*1) |
edlog.db |
Operation log information file |
DMPATH setting location (*1) |
opelog.db |
Business group information file |
DMPATH setting location (*1) |
ggrp.db |
User information file |
DMPATH setting location (*1) |
user.db |
Test result file |
The location is specified in the Execute Data Processing screen. |
Custom |
*1 |
: |
For details about DMPATH, see System environment settings. |
*2 |
: |
The file specified by using schemaLocation will be stored in the import directory under DMPATH. For details on the import directory, identify the component that implements the import operation, and then see the description of the component given in the section for registering XML information, in DataMagic Operation Manual. |
The following table lists the system files for code conversion.
File |
Location |
File name |
---|---|---|
File for EBCDIC user table expansion |
DMPATH or any directory (specified in the data processing information) |
user1.ucf user2.ucf user3.ucf |
File for external character table expansion |
gtf directory under DMPATH or any directory (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.
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. |