TRACE_START=START
TRACE_END=END
USAGE_0=[Usage] : load.bat ScriptFile user password
USAGE_1=\ \ \ \ \ \ \ \ \ \ load.bat : command name.
USAGE_2=\ \ \ \ \ \ \ \ \ \ ScriptFile : a text file which specifies loaded tables and data
USAGE_3=\ \ \ \ \ \ \ \ \ \ user       : user name
USAGE_4=\ \ \ \ \ \ \ \ \ \ password   : password
USAGE_5=\ \ \ \ \ \ \ \ \ \ [example for windows]: load.bat script.txt dqadmin XXXXXXXX
USAGE_6=\ \ \ \ \ \ \ \ \ \ [example for other system]: load.sh script.txt dqadmin XXXXXXXX
USAGE_7=\ \ \ \ \ \ \ \ \ \ See the user's manual for detail of script files.
DEBUG_MODE=DEBUG MODE
DATABASE_DRIVER=jp.co.ricoh.doquedb.jdbc.Driver
LOAD_START=Load started.
LOAD_ERR_END=Error occurred.
LOAD_END=Finished.
LOAD_HOSTNAME=Host name=%1
LOAD_DATABASE_NAME=Database=%1
LOAD_PORT_NUMBER=Port number=%1
LOAD_FORMAT=Format=%1
LOAD_LOADCODE=Character code=%1
LOAD_DIRECTORY=Load directory=%1
LOAD_FILES=Load file=
LOAD_ERR_DIRECTORY=Load directory %1 is not found.
LOAD_ERR_FILE=Load file %1 is not found.
LOAD_ERR_LOADFILE=Bad load file %1.
LOAD_START_TABLENAME=Loading...
LOAD_SPEC=Load file=%1,Table name=%2,External=%3,Commit record count=%4
LOAD_END_TABLENAME=End.
LOAD_COMMIT=%1 records are loaded.
LOAD_ROLLBACK=Rollbacked.
LOAD_INFO_SUCCEED=%2 records are loaded into table %1.
LOAD_ERR_FAILED=Loading table %1 was failed.
LOAD_ERR_SCRIPT_FILE=Bad load file.
LOAD_HISSU=Keyword [%1] is missing
LOAD_STRING_SYSTEM=System defined

LOAD_ERR_NO_LOAD_TABLE_NAME=The table name at the data insertion destination is not specified.
LOAD_ERR_NO_COLUMN_SEPARATOR=The column separator is not specified.
LOAD_ERR_DUPLICATE_SEPARATOR=The separator overlaps.
LOAD_ERR_NO_ARRAY_ELEMENT_SEPARATOR=The array element separator is not specified.
LOAD_ERR_NOT_SUPPORTED_ELEMENT_DATA_TYPE=The element of the data type %1 not supported with the management tool was returned from TRMeister.
LOAD_ERR_ILLEGAL_COMMIT_COUNT=Illegal commit count.
LOAD_ERR_NOT_ARRAY_COLUMN='element' tag is used by the column %1 that is not the array type.
LOAD_ERR_NOT_SET_ELEMENT='element' tag is used by the column %1 that is the array type.
