KFRB00001-E
File(pipe) open error, file name = aa...aa, errno = xx...xx. (C)
- An open error occurred on a file or pipe.
- aa...aa: Filename
- One of the following keywords might be displayed instead of the actual file name:
- StatusFile: Extraction server status file
- RECEIVING QUEUE FILE: Import information queue file
- STATUS FILE: Import status file
- ERRORLOG FILE: Error information file
- UNREFLECTED DATA FILE: Unimported information file
- START UP PARAMETER FILE: Import system definition
- REFLECT ENVIRONMENT FILE: Import environment definition
- REFLECT DEFINITION FILE: Import definition
- PIPE: Process-to-process communication PIPE
- SOCKET: Communication socket
- xx...xx: Error number set in errno
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00002-E
File(pipe) read error, file name = aa...aa, errno = xx...xx. (C)
- A read error occurred on a file or pipe.
- aa...aa: Filename
- One of the following keywords might be displayed instead of the actual file name:
- StatusFile: Extraction server status file
- RECEIVING QUEUE FILE: Import information queue file
- STATUS FILE: Import status file
- ERRORLOG FILE: Error information file
- UNREFLECTED DATA FILE: Unimported information file
- START UP PARAMETER FILE: Import system definition
- REFLECT ENVIRONMENT FILE: Import environment definition
- REFLECT DEFINITION FILE: Import definition
- PIPE: Process-to-process communication PIPE
- SOCKET: Communication socket
- xx...xx: Error number set in errno
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation. If the error number is 0, the contents of the file are invalid.
KFRB00003-E
File(pipe) write error, file name = aa...aa, errno = xx...xx. (C)
- A write error occurred on a file or pipe.
- aa...aa: Filename
- One of the following keywords might be displayed instead of the actual file name:
- StatusFile: Extraction server status file
- RECEIVING QUEUE FILE: Import information queue file
- STATUS FILE: Import status file
- ERRORLOG FILE: Error information file
- UNREFLECTED DATA FILE: Unimported information file
- START UP PARAMETER FILE: Import system definition
- REFLECT ENVIRONMENT FILE: Import environment definition
- REFLECT DEFINITION FILE: Import definition
- PIPE: Process-to-process communication PIPE
- SOCKET: Communication socket
- xx...xx: Error number set in errno
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation. If the error number is 0, the disk space is insufficient.
KFRB00004-E
File(pipe) close error, file name = aa...aa, errno = xx...xx. (C)
- A close error occurred on a file or pipe.
- aa...aa: Filename
- One of the following keywords might be displayed instead of the actual file name:
- StatusFile: Extraction server status file
- RECEIVING QUEUE FILE: Import information queue file
- STATUS FILE: Import status file
- ERRORLOG FILE: Error information file
- UNREFLECTED DATA FILE: Unimported information file
- START UP PARAMETER FILE: Import system definition
- REFLECT ENVIRONMENT FILE: Import environment definition
- REFLECT DEFINITION FILE: Import definition
- PIPE: Process-to-process communication PIPE
- SOCKET: Communication socket
- xx...xx: Error number set in errno
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00005-E
Unable to find update queue file. (C)
- Datareplicator cannot write the update data because there is no available import information queue file.
- S: Cancels reception processing.
- O: See Insufficient file space - Import information queue file in Table 9-3 Causes of errors and handling methods.
KFRB00006-E
Insufficient memory, size = aa...aa, info = bb...bb. (C)
- A memory shortage occurred.
- aa...aa: Requested size (-1 if internal system call processing resulted in a memory shortage)
- bb...bb: Additional information
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB00007-E
Failed to generate process, code = xx. (C)
- Process generation failed.
- xx: Detail code indicating the process that was to be generated:
- 00: Import master process
- 01: Import communication master process
- 02: Reception process
- 03: Import definition server process
- 04: Import process
- 05: Import SQL process
- S: Cancels processing.
- O: Re-execute. If the same error recurs, contact the customer support center.
KFRB00008-E
Parent process disappeared, process name = aa...aa. (C)
- The parent process disappeared for some reason.
- aa...aa: Name of the process that disappeared
- S: Cancels processing.
- O: Re-execute. If Datareplicator does not function normally, re-execute using the hdsstart -i command.
KFRB00009-E
Internal error, function name = aa...aa, code = xx. (S+L+E)
- Internal conflict occurred.
- aa...aa: Name of the function resulting in the internal conflict
- xx: Detail code
- S: Cancels processing.
- O: Contact the customer support center.
KFRB00010-E
Read/write pointer set error (lseek), file name = aa...aa, errno = xx...xx. (C)
- A read or write pointer set error occurred (seek).
- aa...aa: Filename
- xx...xx: Error number set in errno
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00011-I
No log data in update queue file. (C)
- The import information queue file contains no data.
- S: Resumes processing.
KFRB00012-E
Update queue file is full. (C)
- There is no space in the import information queue file.
- S: Cancels reception processing.
- O: After import processing is terminated, specify an import information queue file with enough space to accumulate data, and then restart Datareplicator with the hdsstart -i command. For details about determining the size of an import information queue file, see Chapter 4. System Design.
KFRB00013-W
Syslog file write error. (C)
- A write error occurred in the syslog file.
- S: Resumes processing. However, Datareplicator does not output messages to the syslog file.
KFRB00014-W
Reflect information file write error, function name = aa...aa, errno = xx...xx. (C)
- A write error occurred in the import error information file.
- aa...aa: Name of the function resulting in the error
- xx...xx: Error number set in errno
- S: Resumes processing. However, Datareplicator does not output messages to the import error information file.
- O: Check the displayed message, eliminate the cause of the error, and then re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00015-W
Unreflected data file write error, function name = aa...aa, errno = xx...xx. (C)
- A write error occurred in the unimported information file.
- aa...aa: Name of the function resulting in the error
- xx...xx: Error number set in errno
- S: Resumes processing. However, Datareplicator does not output unimported information to the file.
- O: Check the displayed message, eliminate the cause of the error, and then re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00016-W
Reflect information /unreflected data file initialize error, function name = aa...aa, errno = xx...xx. (C)
- An initialization error occurred in the import error information file or unimported information file.
- aa...aa: Name of the function resulting in the error
- xx...xx: Error number set in errno
- S: Resumes processing. However, Datareplicator does not output information to the import error information file or unimported information file.
- O: Check the displayed message, eliminate the cause of the error, and then re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00017-W
Reflect information /unreflected data file open error, function name = aa...aa, errno = xx...xx. (C)
- An open error occurred in the import error information file or unimported information file.
- aa...aa: Name of the function resulting in the error
- xx...xx: Error number set in errno
- S: If an open error occurs in the import error information file, Datareplicator resumes processing. If an open error occurs in the unimported information file, Datareplicator cancels processing. Datareplicator does not output information to the import error information file or unimported information file.
- O: Check the displayed message, eliminate the cause of the error, and then re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00018-E
Exec error, program = aa...aa, errno = xx...xx. (C)
- A loading error occurred in a program.
- aa...aa: Name of the program
- xx...xx: Error number set in errno
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00019-E
Fork error, process = aa...aa, errno = xx...xx. (C)
- Process generation failed.
- aa...aa: Process name
- xx...xx: Error number set in errno
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00020-E
Malloc error, errno = xx...xx, size = aa...aa, info = bb...bb. (C)
- A memory shortage occurred while allocating an area.
- xx...xx: Error number set in errno
- aa...aa: Requested size
- bb...bb: Detail information
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00021-E
Semaphore delete error, errno = xx...xx. (C)
- Semaphore deletion processing failed.
- xx...xx: Error number set in errno
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00022-E
Semaphore id get error, errno = xx...xx, Key = aa...aa. (C)
- Semaphore allocation failed.
- xx...xx: Error number set in errno
- aa...aa: Semaphore key
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00023-E
Semaphore lock or unlock error, errno = xx...xx. (C)
- Semaphore lock or unlock processing failed.
- xx...xx: Error number set in errno
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00024-E
File information get error (stat), errno = xx...xx. (C+S)
- Acquisition of file status information failed.
- xx...xx: Error number set in errno
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00025-E
Unable to attach shared memory, shared memory type = aa...aa, errno = xx...xx, ID = bb...bb. (C)
- Shared memory attach processing failed.
- aa...aa: Type of shared memory:
- COMMON (shared memory common to import processing)
- DEFSERV (shared memory for analyzing import definitions)
- ERRTXT (shared memory for message text)
- EXTCOM (shared memory common to extraction processing)
- EXTDEF (shared memory for analyzing extraction definitions)
- LOBSHM (shared memory for importing BLOB data)
- NMTCMD (shared memory for communication between extraction node master and command)
- STATINF (shared memory for status information)
- SYNCINF (shared memory for synchronous import group)
- TBILIST (shared memory for transaction branch information management list)
- xx...xx: Error number set in errno
- bb...bb: Shared memory ID
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00026-E
Unreflected data file is full. (C)
- The unimported information file is full.
- S: Cancels processing.
- O: Increase the unreffilesz operand value in the import environment definition, and then restart import processing.
KFRB00027-E
Unable to establish language environment. (C)
- Setup of the character code set environment failed.
- S: Cancels processing.
- O: If sufficient memory is allocated to read the code mapping table file, but this message is issued, re-create the code mapping table.
KFRB00028-E
Unable to set up signal handler, errno = xx...xx. (C)
- Registration of a signal handler failed.
- xx...xx: Error number set in errno
- S: Terminates the system.
- O: This is an internal error. Contact the customer support center.
KFRB00029-E
Unable to allocate shared memory, shared memory type = aa...aa, errno = xx...xx, Key = bb...bb, size = cc...cc. (C)
- An allocation error occurred in the shared memory.
- aa...aa: Type of shared memory:
- COMMON (shared memory common to import processing)
- DEFSERV (shared memory for analyzing import definitions)
- ERRTXT (shared memory for message text)
- EXTCOM (shared memory common to extraction processing)
- EXTDEF (shared memory for analyzing extraction definitions)
- LOBSHM (shared memory for importing BLOB data)
- NMTCMD (shared memory for communication between extraction node master and command)
- STATINF (shared memory for status information)
- SYNCINF (shared memory for synchronous import group)
- TBILIST (shared memory for transaction branch information management list)
- TRNINF (shared memory for transactions management)
- xx...xx: Error number set in errno
- bb...bb: Shared memory key
- cc...cc: Requested size
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00030-E
No error message data in message text file, message id = nn...nn. (C)
- There is no message text in the message file.
- nn...nn: Message ID
- S: Resumes processing.
- O: This is an internal error. Contact the customer support center.
KFRB00031-E
Update queue file sequence error. (C)
- The sequence of the import information queue files is invalid.
The sequence or contents of the import information queue files is invalid.
- S: Cancels processing.
- O: This is an internal error. Contact the customer support center.
KFRB00032-E
Error occurred in getting file status, file name = aa...aa, errno = xx...xx. (C)
- An error occurred while obtaining a file status.
- aa...aa: Filename
- xx...xx: Error number set in errno
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00033-E
Invalid transmission queue file, file name = aa...aa. (C+S)
- The contents of the extraction information queue file are invalid.
- aa...aa: Filename
- S: Cancels processing.
- O: This is an internal error. Contact the customer support center.
KFRB00034-E
Invalid extract status file, file name = aa...aa. (C+S)
- The contents of the status file are invalid during extraction processing.
- aa...aa: Filename
- S: Cancels processing.
- O: This is an internal error. Contact the customer support center.
KFRB00035-E
Error occurred in getting file-disk information, file name = aa...aa. (C)
- Acquisition of file disk information failed.
- aa...aa: Filename
- xx...xx: Error number set in errno
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00036-W
Extract master information file initialization error, function name = aa...aa, errno = xx...xx. (C)
- An initialization error occurred in the extraction master error information file.
- aa...aa: Function name
- xx...xx: Error number set in errno
- S: Resumes processing. However, Datareplicator does not output information to the extraction master error information file.
- O: Check the displayed message, eliminate the cause of the error, and then re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00037-W
Extract slave information file initialization error, function name = aa...aa, errno = xx...xx. (C)
- An initialization error occurred in the extraction node master error information file.
- aa...aa: Function name
- xx...xx: Error number set in errno
- S: Resumes processing. However, Datareplicator does not output information to the extraction node master error information file.
- O: Check the displayed message, eliminate the cause of the error, and then re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00038-W
Extract master information file open error, function name = aa...aa, errno = xx...xx. (C)
- An open error occurred in the extraction master error information file.
- aa...aa: Function name
- xx...xx: Error number set in errno
- S: Resumes processing. However, Datareplicator does not output information to the extraction master error information file.
- O: Check the displayed message, eliminate the cause of the error, and then re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00039-W
Extract slave information file open error, function name = aa...aa, errno = xx...xx. (C)
- An open error occurred in the extraction node master error information file.
- aa...aa: Function name
- xx...xx: Error number set in errno
- S: Resumes processing. However, Datareplicator does not output information to the extraction node master error information file.
- O: Check the displayed message, eliminate the cause of the error, and then re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00040-W
Extract master information file write error, function name = aa...aa, errno = xx...xx. (C)
- A write error occurred in the extraction master error information file.
- aa...aa: Function name
- xx...xx: Error number set in errno
- S: Resumes processing. However, Datareplicator does not output information to the extraction master error information file.
- O: Check the displayed message, eliminate the cause of the error, and then re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00041-W
Extract slave information file write error, function name = aa...aa, errno = xx...xx. (C)
- A write error occurred in the extraction node master error information file.
- aa...aa: Function name
- xx...xx: Error number set in errno
- S: Resumes processing. However, Datareplicator does not output information to the extraction node master error information file.
- O: Check the displayed message, eliminate the cause of the error, and then re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00042-E
Transmission queue file is full. (C)
- The extraction information queue file is full.
- S: Retries accumulation processing at the specified interval until enough space becomes available.
- O: If transmission processing has stopped, restart it.
KFRB00043-I
No log data in transmission queue file. (C)
- The extraction information queue file contains no update information.
- S: Resumes processing.
KFRB00044-E
Unable to set up signal handler, kind = aa...aa, errno = xx...xx. (C)
- Registration of signal handler failed.
- aa...aa: Signal type
- xx...xx: Error number set in errno
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00045-E
Invalid extract master status file. (C)
- The contents of the extraction master status file are invalid.
- S: Cancels processing.
- O: This is an internal error. Contact the customer support center.
KFRB00046-E
Ftok error, file name = aa...aa, errno = xx...xx. (C+S)
- A key creation error occurred in a file.
- aa...aa: Filename
- xx...xx: Error number set in errno
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00047-E
File lock/unlock error, file name = aa...aa, errno = xx...xx. (C+S)
- File lock/unlock processing failed.
- aa...aa: Filename
- xx...xx: Error number set in errno
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00048-E
Process terminated due to node-master abnormal termination. (C)
- The process terminated because the extraction node master process terminated abnormally.
- S: Cancels processing.
- O: Check the cause of the error in the extraction node master process.
KFRB00049-E
Invalid extract coordinate file. (C)
- The data linkage file is invalid.
- S: Cancels processing.
- O: This is an internal error. Contact the customer support center.
KFRB00050-E
Extract data exceeds 32000byte, table id = aa...aa. (C+S)
- Update information exceeded 32,000 bytes in length. When the target Datareplicator version is earlier than 02-00, update information exceeding 32,000 bytes cannot be transmitted.
- S: Cancels processing.
- O: Correct the extraction definitions or other source of the problem so that the update information does not exceed 32,000 bytes. If the error occurred during execution of the hdeprep command, correct the error, and then re-execute. If the error occurred during the transmission process, synchronize the data linkage environments at the source and target, initialize them, and then re-create the target database on the basis of the source database before restarting HiRDB Datareplicator linkage.
KFRB00051-I
Error information/unreflected data file swapped, file kind = aa...aa, closed file = bb...bb. (L)
- Error information files or unimported information files were swapped.
- aa...aa: Type of files that were swapped:
- errorfile: Import error information files or extraction node error information files
- unreffile: Import information files at the target
- msterrrfile: Extraction master error information files
- bb...bb: Name of the file that was closed as a result of being swapped out
- The Datareplicator identifier and data linkage identifier are displayed as ...
- S: Resumes processing.
- O: Back up the file, if necessary.
KFRB00052-I
Error information/unreflected data file closed, file kind = aa...aa, closed file = bb...bb. (L)
- The error information file or unimported information file was closed.
- aa...aa: Type of file that was closed:
- errorfile: Import error information file or extraction node error information file
- unreffile: Import information file at the target
- msterrfile: Extraction master error information file
- bb...bb: Name of the file that was closed
- The Datareplicator identifier and data linkage identifier are displayed as ...
- S: Resumes processing.
- O: Back up the file, if necessary.
KFRB00060-E
Error occurred in Oracle Call Interface function, func = aa...aa, return = bb...bb, errcode = cc...cc, info = dd...dd. (C+S)
- An error occurred in the OCI function.
- aa...aa: Name of the OCI function
- bb...bb: Function's return value
- cc...cc: Oracle error code
- dd...dd: Additional information
- S: Terminates processing.
- O: Check the Oracle error code, eliminate the cause of the error, and then re-execute. If the Oracle error code is 1422, there might be multiple event control tables (hde_dtbl) in the source Oracle. Delete any extra event control tables so that there is only one event control table in the source Oracle.
KFRB00061-E
Unmatch extract DBMS kind, initial = aa...aa, current = bb...bb. (C+S)
- There is no match with the DBMS that is subject to extraction processing.
- aa...aa: DBMS type during initialization:
- 0: HiRDB
- 1: Oracle
- 2: SQL Server
- bb...bb: DBMS type during execution:
- 0: HiRDB
- 1: Oracle
- 2: SQL Server
- S: Terminates processing.
- O: Re-execute with the command for the DBMS used during initialization.
KFRB00062-E
Failed to load library, library name = aa...aa. (E)
- Loading of a library failed. Library name = aa...aa
- aa...aa: Library name
- S: Terminates processing.
- O: Eliminate the cause of the error on the basis of the error information displayed as information. information can display a maximum of 254 bytes of characters. If the error information exceeds this length, only the last 254 bytes of characters are displayed.
KFRB00063-E
Failed to get procedure address, library name = aa...aa, procedure name = bb...bb. (E)
Loading of a library failed.
- Acquisition of function address failed.
- aa...aa: Library name
- bb...bb: Function name
- S: Terminates processing.
- O: Eliminate the cause of the error on the basis of the error information displayed as information. information can display a maximum of 254 bytes of characters. If the error information exceeds this length, only the last 254 bytes of characters are displayed.
KFRB00064-E
Operation directory access error occurred, operation = nn...nn, directory = aa...aa, errno = xx...xx. (S+L)
- The operation directory cannot be accessed.
- nn...nn: Type of operation (system call name)
- aa...aa: Operation directory name
- xx...xx: Error number
- S: Terminates processing.
- O: Take the following action:
- When the error number is 2
Check and, if necessary, revise the directory name set in the HDEPATH or HDSPATH environment variable.
- When the error number is 13
Check and, if necessary, revise the access privilege for the operation directory.
For any other error number, see errno.h or the OS documentation.
KFRB00065-E
Shared memory operation failure, type = aa...aa, ID = bb...bb, operation = cc...cc, errno = xx...xx. (C+L)
- Manipulation of shared memory failed.
- aa...aa: Type of shared memory:
- COMMON (shared memory common to import processing)
- DEFSERV (shared memory for import definition analysis)
- EXTCOM (shared memory common to extraction processing)
- EXTDEF (shared memory for extraction definition analysis)
- ERRTXT (shared memory for message text)
- LOBSHM (shared memory for importing BLOB)
- NMTCMD (shared memory for communication between extraction node master and command)
- STATINF (shared memory for status information)
- bb...bb: Shared memory ID
- cc...cc: Type of operation
- xx...xx: Error number set in errno
- S: Cancels processing.
- O: Check errno.h or the OS documentation for the error number, eliminate the cause of the error, and then re-execute.
KFRB00066-W
Delay time exceeded definition value of aa...aa, bb...bb. (C+E)
- The delay period exceeded the defined value.
- aa...aa: Defined operand
- extract_delay_limit_time: Extraction delay period
- send_delay_limit_time: Transmission delay period
- reflect_delay_limit_time: Import delay period
- bb...bb: Delay period
- Displays the delay period in the format DelayTime[xxxx(hour):xx(minute):xx(second)].
- S: Resumes processing.
- O: Take appropriate action on the basis of the information displayed in aa...a:
- When extract_delay_limit_time (extraction delay period) is displayed
If the delay period is too long, extend the system log I/O buffer or the extraction information queue I/O buffer for extraction processing.
- When send_delay_limit_time (transmission delay period) is displayed
If the delay period is too long, extend the extraction information queue I/O buffer for extraction processing or for transmission processing.
- When reflect_delay_limit_time (import delay period) is displayed
If the delay period is too long, compress the amount of update data at the source Datareplicator.
KFRB00067-W
Delay time returned into the definition value of aa...aa. (C+E)
- The delay time was returned to within the defined value aa...aa.
- aa...aa: Defined operand:
- extract_delay_limit_time: Extraction delay period
- send_delay_limit_time: Transmission delay period
- reflect_delay_limit_time: Import delay period
- S: Resumes processing.
- O: Take appropriate action according to the KFRB00066-W message.
KFRB00068-E
Process check operation failure, operation = aa...aa, errno = bb...bb, process = cc...cc, pid = dd...dd. (C)
- Checking for existence of a process failed.
- aa...aa: Type of operation:
- waitpid
- kill
- bb...bb: Error number set in errno
- cc...cc: Process name
- dd...dd: Process ID
- S: Resumes processing, assuming that the checked process is inactive.
KFRB00069-E
File size exceeded limit, file name = aa...aa, code = bb. (S+L)
- The specified file size exceeded the maximum value for the file system
- aa...aa: File name
- bb: Detail code:
- 1: The specified file size is 2 GB or greater, but the file system is not a large file system.
- 2: The maximum file size was exceeded.
- S: Cancels processing.
- O: Take appropriate action according to the detail code:
- Detail code is 1
Use an OS system management command to determine whether the file system for the specified file supports large files. If it does not support large files, either set it to support large files or set the maximum file size to less than 2 GB.
For details about the OS system management commands, see the OS documentation.
- Detail code is 2
Set the file size so that it does not exceed the maximum value set for the file system. The permitted maximum value depends on the OS. See 6.11 Handling of large files.
KFRB00071-W
Message classification set error,information = aa...aa,code = xx...xx. (C)
- Setting of a message type failed.
- aa...aa: Maintenance information 1
- xx...xx: Maintenance information 2
- Note:
- This message is output when a file under the installation directory that is created during installation has become corrupted.
- S: Assumes HiRDB Datareplicator as the program ID in the system log or the source name in the event log, and then resumes processing.
- O: Reinstall HiRDB Datareplicator.
KFRB00080-W
Recover information file access error, function name = aa...aa, file name = bb...bb, errno = xx...xx. (C)
- A recovery information file access error occurred.
- aa...aa: Name of function resulting in an error
- bb...bb: File name
- xx...xx: Error number set in errno
- S: Resumes processing. Note that the recovery information is not output.
- O: Check the displayed message, eliminate the cause of the error, and then re-execute.
- For details about the error number, see errno.h or the OS documentation.
KFRB00081-W
Semaphore operation failure, function name = aa...aa, sem-id = bb...bb, errno = xx...xx. (C)
- Lock processing failed.
- aa...aa: Name of function resulting in an error
- bb...bb: Semaphore ID
- xx...xx: Error number set in errno
- S: Resumes processing. Note that the recovery information is not output.
- O: Check the displayed message, eliminate the cause of the error, and then re-execute the command.
- For details about the error number, see errno.h or the OS documentation.
KFRB00082-W
Memory allocate error, function name = aa...aa, size = bb...bb, errno = xx...xx. (C)
- A memory shortage occurred while allocating an area.
- aa...aa: Name of function resulting in an error
- bb...bb: Size of area to be allocated
- xx...xx: Error number set in errno
- S: Resumes processing. Note that the recovery information is not output.
- O: Check the displayed message, eliminate the cause of the error, and then re-execute.
- For details about the error number, see errno.h or the OS documentation.
KFRB00083-E
Unable to load compression library,name = aa...aa,return code = bb...bb,errno = cc...cc. (C)
- A compression library load error occurred.
- aa...aa: Compression library name
- bb...bb: Return code
- 4: Library aa...aa specified by its compression library name during table definition has not been installed in HiRDB.
- 8: An error occurred while loading compression library aa...aa.
- 12: The compression library was loaded successfully, but a symbol resolution error occurred.
- cc...cc: Error number (errno)
- When bb...bb is 4: ****
- When bb...bb is 8: errno during the compression library load processing
- When bb...bb is 12: errno during the compression library symbol resolution processing
- S: Cancels processing.
- O: Check the return code and error number, eliminate the cause of the error, and then re-execute the command.
- For details about the error number, see errno.h and the OS documentation. If the cause of the error cannot be eliminated, contact the customer support center.
KFRB00084-E
aa...aa return with invalid code bb...bb. (C)
- An invalid return value bb...bb was returned from compression library aa...aa.
- aa...aa: Compression library name
- bb...bb: Return value
- Value returned from compression library aa...aa
- S: Cancels processing.
- O: Contact the customer support center.
KFRB00085-E
Length of Expand data aa...aa bb...bb,compression library name = cc...cc. (C)
- An error occurred in the compression library. The message text (Length of Expand data aa...aa bb...bb, compression library name = cc...cc) constitutes error information.
- aa...aa
- Length of expanded data
- larger than
- Expanded data length less than compressed data length
- bb...bb
- Invalid
- Size of expanded data storage area
- Length of compressed data
- cc...cc: Compression library name
- S: Cancels processing.
- O: Contact the customer support center.
KFRB00086-E
Expand processing error occurred,library = aa...aa, errinf = bb...bb. (C)
- The error indicated by bb...bb occurred while expanding compression library aa...aa.
- aa...aa: Compression library name
- bb...bb: Error information
- Information about the error that occurred while expanding compression library aa...aa
- S: Cancels processing.
- O: Eliminate the cause of the error based on the error information shown below, and then re-execute the command. If the cause of the error cannot be eliminated, contact the customer support center.
- Value less than -1,000 (-1nnn)
A value less than -1,000: Reference errno.h and the OS documentation by using -(error information + 1,000) (nnn) as the value of errno (1 to 151), eliminate the cause of the error, and then re-execute the command.
For the typical values of errno, see the manual HiRDB Version 9 Messages.
- -4
Add about 260 KB of memory required for executing the compression library, and then re-execute the command.
- Other
Contact the customer support center.
KFRB00100-I
Target site Datareplicator start completed. (C)
- The target Datareplicator has started.
- S: Resumes processing.
KFRB00101-I
Reflection restart event was accepted. (C)
- An import processing restart event has been accepted.
- S: Resumes processing.
KFRB00102-I
Command request was accepted. (C)
- A command request has been accepted.
- S: Resumes processing.
KFRB00103-I
Accepted target site Datareplicator stop request. Requiring child processes to terminate. (C)
- The target Datareplicator termination request has been accepted. The termination request will be issued to subprocesses.
- S: Resumes processing.
KFRB00104-I
Target site Datareplicator termination completed. (C)
- Target Datareplicator termination processing has been completed.
- S: Terminates the target Datareplicator.
KFRB00150-E
Target site Datareplicator start error. (C)
- Startup of the target Datareplicator failed.
- S: Terminates the target Datareplicator.
- O: Eliminate the cause of the error and restart the target Datareplicator.
KFRB00151-E
Illegal replication node-id was specified. (C)
- An invalid data linkage identifier was specified.
- S: Ignores the command.
- O: Re-execute the command with the correct data linkage identifier specified.
KFRB00152-E
Unable to restore communication master process status, protocol = aa...aa. (C)
- Datareplicator is unable to restore the status of the import communication master process.
- aa...aa: Protocol type
- S: Skips startup of the corresponding import command master process and resumes processing.
- O: Correct the error so that Datareplicator can read the recovery information from the import status file, and then restart the system. In the event of a medium error, initialize the medium again.
KFRB00153-E
Communication master process not exist, protocol = aa...aa. (C)
- There is no import communication master process.
- aa...aa: Protocol type
- S: Restarts the import communication master process.
- O: If restart fails, eliminate the cause of the error so that Datareplicator can start the import communication master process, and then restart the target Datareplicator.
KFRB00154-E
Definition server process not exist. (C)
- There is no import definition server process.
- S: Resumes processing.
- O: Restart import processing.
KFRB00155-E
Communication master process retry started, protocol = aa...aa. (C)
- Restart of the import communication master process has begun.
- aa...aa: Protocol type
- S: Resumes processing.
KFRB00156-E
Communication master process retry error, protocol = aa...aa. (C)
- Restart of the import communication master process failed.
- aa...aa: Protocol type
- S: Resumes processing.
- O: Eliminate the cause of the error so that Datareplicator can start the import communication master process, and then restart the target Datareplicator.
KFRB00157-E
Reflection restart event acceptance error. (C)
- An acceptance error occurred with respect to an import processing restart event.
- S: Ignores the event.
- O: This is an internal error. Check the error message displayed immediately before this message. If no error message was displayed, contact the customer support center.
KFRB00158-E
Command acceptance error. (C)
- An acceptance error occurred with respect to a command.
- S: Ignores the command.
- O: This is an internal error. Check the error message displayed immediately before this message. If no error message was displayed, contact the customer support center.
KFRB00159-E
Definition server process is running. (C)
- The import definition server process is running.
- S: Ignores the request.
KFRB00160-E
Definition server process has been suspended. (C)
- The import definition server process is inactive.
- S: Ignores the request.
KFRB00161-E
Failed to initialize the process, function name = aa...aa, errno = xx...xx (L)
- Process initialization failed.
- aa...aa: Function name
- xx...xx: Error number set in errno
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
- For details about the error number, see errno.h or the OS documentation.
KFRB00162-W
Synchronous reflection group is running, group name = aa...aa. (C)
- The synchronous import group is running.
- aa...aa: Synchronous import group name
- S: Resumes processing.
- O: Use the hdsstate command to check the operating status of the synchronization managing process (hdsrefsync) and execute the hdsrfctl command only when the synchronization managing process is inactive.
KFRB00163-W
Synchronous reflection group is not running, group name = aa...aa.(C)
- The synchronous import group is not running.
- aa...aa: Synchronous import group name
- S: Cancels processing.
- O: Use the hdsstate command to check the operating status of the synchronization managing process (hdsrefsync) and execute the hdsrfctl command only when the synchronization managing process is in stop or not active status.
KFRB00164-E
Synchronous reflection group doesn't exist or is canceled, group name = aa...aa. (C)
- The hdsrfctl command cannot be accepted for one of the following reasons:
- The syncgroup001 operand is missing.
- The specified synchronous import group name is not specified in the syncgroup001 operand.
- The specified synchronous import group has been cancelled by the hdsstart -c command.
- aa...aa: Name of the synchronous import group specified in hdsrfctl
- S: Resumes processing. However, the hdsrfctl command is cancelled.
- O: If you specified a synchronous import group name that was not specified in the syncgroup001 operand, check and, if necessary, revise the synchronous import group name in the hdsrfctl command, and then re-execute the command.
KFRB00400-E
Failed to connect service control manager, code = aa...aa, errno = xx...xx. (E)
- Datareplicator failed to establish connection with the service control manager.
- aa...aa: Code
- xx...xx: Error number obtained by GetLastError()
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
- If you install the Oracle extraction facility or SQL Server extraction facility, both of which are HiRDB Datareplicator Extensions, the extraction service of the existing HiRDB Datareplicator is disabled. If you execute the hdestart command in that status, the command outputs code=3 and errno=1058.
- If this error occurred for the above reason, take the following action:
- To start the Oracle extraction facility or SQL Server extraction facility
If you are using the Oracle extraction facility, execute the hdestartO command; if you are using the SQL Server extraction facility, execute the hdestartS command; do not use the hdestart command.
- To start the HiRDB extraction facility
Reset the startup type of HiRDB Datareplicator (Source site) to Manual, or uninstall HiRDB Datareplicator Extension.
KFRB00401-E
Failed to register service handler function, errno = xx...xx. (E)
- Registration of a service control handler failed.
- xx...xx: Error number obtained by GetLastError()
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00402-E
Failed to create event object, function name = aa...aa, event name = bb...bb, errno = xx...xx. (E)
- Event object creation processing failed.
- aa...aa: Function name
- bb...bb: Event name
- xx...xx: Error number obtained by GetLastError()
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00403-E
Failed to open event object, function name = aa...aa, event name = bb...bb, errno = xx...xx. (E)
- An open error occurred with an event.
- aa...aa: Function name
- bb...bb: Event name
- xx...xx: Error number obtained by GetLastError()
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00404-E
Failed to set state of event object to signaled, function name = aa...aa, event name = bb...bb, errno = xx...xx. (E)
- Event setup failed.
- aa...aa: Function name
- bb...bb: Event name
- xx...xx: Error number obtained by GetLastError()
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00405-E
Failed to create thread to watch master, errno = xx...xx. (E)
- Creation of a master monitoring thread failed.
- xx...xx: Error number obtained by GetLastError()
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00406-E
Failed to create thread to watch receive master, errno = xx...xx. (E)
- Creation of a reception master monitoring thread failed.
- xx...xx: Error number obtained by GetLastError()
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00407-E
Failed to create thread to watch definition server, errno = xx...xx. (E)
- Creation of a definition server monitoring thread failed.
- xx...xx: Error number obtained by GetLastError()
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00408-E
Failed to watch master, errno = xx...xx. (E)
- Monitoring of the master failed.
- xx...xx: Error number obtained by GetLastError()
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00409-E
Failed to watch receive master, errno = xx...xx. (E)
- Monitoring of the reception master failed.
- xx...xx: Error number obtained by GetLastError()
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00410-E
Failed to watch definition server, errno = xx...xx. (E)
- Monitoring of the definition server failed.
- xx...xx: Error number obtained by GetLastError()
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00411-E
Failed to duplicate handle, errno = xx...xx. (E)
- Duplication of a handle failed.
- xx...xx: Error number obtained by GetLastError()
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00412-E
Failed to create named pipe, pipe name = aa...aa, errno = xx...xx. (E)
- Creation of the named pipe failed.
- aa...aa: Name of the pipe
- xx...xx: Error number obtained by GetLastError()
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00413-E
Failed to connect named pipe, pipe name = aa...aa, errno = xx...xx. (E)
- A connection error occurred with the named pipe.
- aa...aa: Name of the pipe
- xx...xx: Error number obtained by GetLastError()
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00414-E
Failed to open named pipe, pipe name = aa...aa, errno = xx...xx. (E)
- An open error occurred with the named pipe.
- aa...aa: Name of the pipe
- xx...xx: Error number obtained by GetLastError()
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00415-E
Target Site HiRDB Datareplicator service start failed. (S)
- Startup of the HiRDB Datareplicator import service failed.
Import service start processing failed.
- S: Cancels processing.
- O: Eliminate the cause of the error and restart the import service.
KFRB00416-E
Invalid setup information. (E)
- Setup information is invalid.
- S: Cancels processing.
- O: Reinstall Datareplicator.
KFRB00417-E
Failed to wait for event object, function name = aa...aa, event name = bb...bb, errno = xx...xx. (E)
- Event wait processing failed.
- aa...aa: Function name
- bb...bb: Event name
- xx...xx: Error number obtained by GetLastError()
- S: Cancels processing.
- O: Reinstall Datareplicator.
KFRB00418-E
Failed to retrieve the process termination status, process name = aa...aa, errno = xx...xx. (E)
- Acquisition of a process's termination status failed.
- aa...aa: Process name
- xx...xx: Error number obtained by GetLastError()
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00419-E
Failed to get master process handle, errno = xx...xx. (E)
- Acquisition of the extraction master process handle or import master process handle failed.
- xx...xx: Error number obtained by GetLastError()
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00420-E
Source Site HiRDB Datareplicator service start failed. (S)
- Extraction service start processing failed.
- S: Cancels processing.
- O: Eliminate the cause of the error and restart the extraction service.
KFRB00421-E
Failed to load library, library name = aa...aa, errno = xx...xx. (C)
- Library load processing by LoadLibrary() failed.
- aa...aa: Library name
- xx...xx: Error number obtained by GetLastError()
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00422-E
Failed to get procedure address, procedure name = aa...aa, errno = xx...xx. (S)
- Acquisition of a function address by GetProcAddress() failed.
- aa...aa: Function name
- xx...xx: Error number obtained by GetLastError()
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00423-E
Failed to generate Target Site HiRDB Datareplicator service stop process, errno = xx...xx. (S)
- Generation of a target Datareplicator termination process resulted in an error.
- xx...xx: Error number obtained by GetLastError()
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00424-E
Failed to generate Source Site HiRDB Datareplicator service stop process, errno = xx...xx. (S)
- Generation of a source Datareplicator termination processing resulted in an error.
- xx...xx: Error number obtained by GetLastError()
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00425-E
Failed to create child process, process name=aa...aa, errno = xx...xx. (C)
- Generation of a subprocess failed.
- aa...aa: Process name
- xx...xx: Error number obtained by GetLastError()
- S: Resumes processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00426-E
Failed to create trace receive thread, errno = xx...xx. (C)
- Creation of an activity trace reception thread failed.
- xx...xx: Error number obtained by GetLastError()
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00427-E
Failed to create timer watch thread, errno = xx...xx. (C)
- Creation of a timer monitoring thread failed.
- xx...xx: Error number obtained by GetLastError()
- S: Resumes processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00428-E
Failed to watch trace receive thread, errno = xx...xx. (C)
- Monitoring of the activity trace reception thread failed.
- xx...xx: Error number obtained by GetLastError()
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00429-W
Activity trace collection process check failure, function name = aa...aa, errno = xx...xx. (C)
- Activity trace information will not be collected after this message has been output because a check for the existence of the activity trace collection process failed.
- aa...aa: Name of the function resulting in the error
- xx...xx: Error number obtained by GetLastError()
- S: Resumes processing.
- O: If you want to collect activity trace information, terminate Datareplicator, eliminate the cause of the error on the basis of the name of the function resulting in the error and the error number obtained by GetLastError() by referencing the OS documentation. After you have eliminated the cause of the error, restart Datareplicator.
KFRB00430-W
Activity trace collection process does not exist. (C)
- Activity trace information will not be collected after this message has been output because the activity trace collection process does not exist.
- S: Resumes processing.
- O: If an error message was issued by the activity trace collection process before this message, correct that error. If no such error message was issued from the activity trace collection process, contact the customer support center.
KFRB00499-E
Fatal error occurred. xx...xx. (C)
- A fatal error occurred.
- xx...xx: Error information
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00501-I
Command request was accepted. request = aa...a (C)
- A command request was accepted.
- aa...a: Request type:
- INIT: Initialization request
- START: Start request
- NODE_START: Start request for a node
- STOP: Termination request
- NODE_STOP: Termination request for a node
- STATE: Status acquisition request
- CHG_STATUS: Status update request
- S: Resumes processing.
KFRB00502-I
Source site Datareplicator start completed. (C)
- Source Datareplicator startup processing has been completed.
- S: Resumes processing.
KFRB00503-I
Source site Datareplicator termination completed. (C)
- Source Datareplicator termination processing has been completed.
- S: Terminates the source Datareplicator
KFRB00504-I
Source site Datareplicator initialization completed. (C)
- Source Datareplicator initialization processing has been completed.
- S: Terminates the source Datareplicator
KFRB00505-I
Command request completed. (C)
- Command request processing has been completed.
- S: Resumes processing.
KFRB00506-W
Source site Datareplicator start is incomplete. (C)
- Source Datareplicator startup processing cannot be completed.
- S: Resumes processing.
- O: Check the error information for an inactive unit, eliminate the cause of the error, and then restart the source Datareplicator.
KFRB00507-W
Source site Datareplicator termination is incomplete. (C)
- Source Datareplicator termination processing cannot be completed.
- S: Resumes processing.
- O: Check the error information for the unit that did not terminate normally.
KFRB00508-W
Source site Datareplicator initialization is incomplete. (C)
- Source Datareplicator initialization processing cannot be completed.
- S: Terminates the source Datareplicator.
- O: Check the error information for the unit whose initialization is incomplete, eliminate the cause of the error, and then re-execute the hdestart -i command.
KFRB00509-W
Command request is incomplete. (C)
- Command request processing cannot be completed.
- S: Resumes processing.
- O: Check the error information for the unit where the command request is incomplete, eliminate the cause of the error, and then re-execute the command request.
KFRB00510-I
Terminate source site Datareplicator. (C)
- The source Datareplicator is being terminated.
- S: Terminates the source Datareplicator.
KFRB00511-I
Preprocess file format conversion started, old format version = aa...aa, new format version = bb...bb. (C)
- Format conversion of the preprocessing file has started.
- aa...aa: Old format version
- bb...bb: New format version
- S: Resumes processing.
KFRB00512-W
-S option value of hdestart command is invalid, value = aa...aa. (C)
- The value specified with the -S option in the hdestart command is invalid.
- aa...aa: Target identifier number specified with the -S option
- S: Cancels processing.
- O: Because the specified value exceeds the current number of defined destinations, change the value and re-execute the command.
KFRB00513-W
-S option value of hdestart command is not equal to send number of incomplete initialization, previous value = aa...aa, current value = bb...bb. (C)
- The value specified in the hdestart command's -S option does not match the target identifier number specified for the partial initialization that was not completed.
- aa...aa: Target identifier number specified previously
- bb...bb: Target identifier number specified currently
- S: Cancels processing.
- O: Specify the previously specified target identifier number and re-execute partial initialization; or, initialize the entire source Datareplicator.
KFRB00514-I
Connection request from Node-master process was accepted. (C)
- A connection request from the extraction node master process was accepted.
- S: Resumes processing.
KFRB00515-W
Unable to get connection information from Node-master process. (C)
- Acquisition of connection information from the extraction node master process failed.
When this message is displayed, no connection host name has been acquired from the extraction node master process, so "UNKNOWN HOST" is displayed as the host name in the error message that is sent or received before or after this message.
- S: Resumes processing.
- O: Take appropriate action on the basis of the received error message that was displayed immediately before this message.
KFRB00516-W
Invalid connection information from Node-master process, hostname = aa...aa, reason = bb...bb. (C)
- A connection request from the extraction node master process is invalid.
- aa...aa: Name of host to be connected
- bb...bb: Reason code:
- The control unit for the extraction node master process specified in the nodecontrol operand does not match the control unit requested for connection establishment.
- A connection request with a nonexistent target name was received from the extraction node master process.
- The extraction master process was started by a transmission process start request, but a connection request for starting an update-SQL output process was received from the extraction node master process.
- The extraction master process was started by an update-SQL output process start request, but a connection request for starting a transmission process was received from the extraction node master process.
- An error was detected while Datareplicator was checking the connection status with the extraction node master process.
- An error was detected during node initialization processing.
- An error was detected during definition information transmission processing on the extraction node master process.
- S: Resumes processing.
- O: Take the following action:
| Reason code |
Description |
Action |
| 1 |
The control unit for the extraction node master process specified in the nodecontrol operand does not match the control unit requested for connection establishment. |
If nodecontrol is unit, extraction node master processes cannot be started individually. To start an extraction node master process, execute the hdestart command on the extraction master process. |
| 2 |
A connection request with a nonexistent target name was received from the extraction node master process. |
Specify the correct server name in the hdestart_n command, and then re-execute the command. |
| 3 |
The extraction master process was started by a transmission process start request, but a connection request for starting an update-SQL output process was received from the extraction node master process. |
To re-execute update-SQL output processing, terminate the source Datareplicator, and then specify -L in the -s operand of the hdestart command for the extraction master process. |
| 4 |
The extraction master process was started by an update-SQL output process start request, but a connection request for starting a transmission process was received from the extraction node master process. |
| 5 |
An error was detected while Datareplicator was checking the connection status with the extraction node master process. |
Take appropriate action according to the error message that was displayed immediately before this message. |
| 6 |
An error was detected during initialization processing for a node. |
| 7 |
An error was detected during definition information transmission processing on the extraction node master process. |
Take appropriate action according to the error message that was displayed immediately before this message.
If the extraction node master process has resulted in a status file open error, the hdestart_n command's execution unit might be invalid. Re-execute the command in the correct unit. |
KFRB00517-W
Node-master process is already connected, target = aa...aa, current hostname = bb...bb, request hostname = cc...cc. (C)
- The extraction node master process specified in the connection request has already been connected.
- aa...aa: Name of the connection target
- bb...bb: Name of the host currently connected
- cc...cc: Name of the new host specified in the connection request
- S: Resumes processing.
KFRB00518-I
Terminate Extract master process, because connection wait time from Node-master process was over. (C)
- The extraction master process is now terminated because the connection wait time from the extraction node master process was reached.
- S: Terminates the system.
KFRB00519-I
Connection request completed, target = aa...aa, connect hostname = bb...bb. (C)
- Connection processing from the extraction node master process was completed.
- aa...aa: Name of the connection target
- bb...bb: Name of the host being connected
- S: Resumes processing.
KFRB00551-I
Extract master process request was accepted, request = aa...a. (C)
- A request from the extraction master process was accepted.
- aa...a: Request type:
- INITENV: Environment creation request
- START: Start request
- STOP: Termination request
- STATE: Status acquisition request
- CHG_STATUS: Status update request
- S: Resumes processing.
KFRB00552-I
Node-master process start completed. (C)
- Startup of the extraction node master process has been completed.
- S: Resumes processing.
KFRB00553-I
Node-master process termination completed. (C)
- Termination processing has been completed for the extraction node master process.
- S: Resumes processing.
KFRB00554-I
Node-master process initialization completed. (C)
- Initialization processing has been completed for the extraction node master process.
- S: Terminates the corresponding node processing.
KFRB00555-I
Extract master process request completed. (C)
- Extraction master process request processing has been completed.
- S: Resumes processing.
KFRB00556-W
Extract master process request is incomplete. (C)
- Extraction master process request processing cannot be completed.
- S: Resumes processing.
- O: Check the messages that have been output.
KFRB00557-I
Terminate node-master process. (C)
- The extraction node master process is being terminated.
- S: Terminates the corresponding node processing.
KFRB00558-W
Connection was closed, Node-master process retry connect to Extract master process. (C+L)
- Connection was broken. Attempt will be made to reconnect to the extraction master process.
- S: Resumes processing.
- O: Check the previous message to determine the cause of the communication error. Also check the status of the extraction master process and restart it, if necessary.
KFRB00559-W
Connection wait time to Extract master process was over. (C+L)
- The maximum wait time for connection to the extraction master process has elapsed.
- S: Cancels processing for the affected node.
- O: Check the previous message to determine the cause of the communication error.
KFRB00560-E
Connection request to Extract master process was not accepted, message number = nnnnn. (C+L)
- A connection request to the extraction master process was not accepted.
- nnnnn: Message number for the error that occurred in the extraction master process
- nnnnn corresponds to KFRBnnnnn-T, a message output by Datareplicator.
- S: Cancels processing for the affected node.
- O: See the description of the KFRBnnnnn-T message that corresponds to message number nnnnn.
KFRB00561-E
Node-master process connected to Extract master process, host name = aa...aa, port number = bb...bb. (C+L)
- Connection processing on the extraction master process was completed.
- aa...aa: Name of the host to be connected
- bb...bb: Port number
- S: Resumes processing.
KFRB00562-I
aa...aa Function applied, code = xx. (C)
- Function aa...aa is being applied.
- aa...aa: One of the following functions that is being applied:
- High-availability:
- Improvement of the reliability of syslogfile
- High-availability and Code conversion:
- Improvement of the reliability of syslogfile and character encoding conversion (from SJIS to UTF-8) on syslogfile
- xx: Detail code
- 01: The functions for improving the reliability of syslogfile and for performing character encoding conversion (from SJIS to UTF-8) on syslogfile are both being used.
- 02: For one of the following reasons, only the function for improving the reliability of syslogfile is being used, without using the function for performing character encoding conversion on syslogfile:
- The Hitachi encoding conversion component has not been installed.
- Initialization of the Hitachi encoding conversion component failed. A memory shortage might have occurred.
- 03: The function for performing character encoding conversion on syslogfile is not being used because the extended syslog facility does not support the encoding conversion function although the dblocale and msglocale operand values in Datareplicator's extraction system definition or import system definition are appropriate. Only the function for improving the reliability of syslogfile is being used.
- 04: The function for performing character encoding conversion on syslogfile is not being used because the combination of the dblocale and msglocale operand values in Datareplicator's extraction system definition or import system definition is not supported by the encoding conversion function. Only the function for improving the reliability of syslogfile is used.
- S: Resumes processing.
- [Action]
- The following table shows the detail code and the action when the character encoding conversion functionality is being used on syslogfile on an OS that supports character encoding conversion of syslogfile.
| Detail code |
Action |
| 01 |
No action is needed. |
| 02 |
- When the Hitachi encoding conversion component is not installed:
- Terminate Datareplicator, install the Hitachi encoding conversion component, and then restart Datareplicator.
- When the Hitachi encoding conversion component is installed:
- If a memory shortage occurred, resolve the memory shortage, and then restart Datareplicator.
- For any other problem, terminate Datareplicator, reinstall the Hitachi encoding conversion component, and then restart Datareplicator. If this action does not resolve the problem, contact the customer support center.
|
| 03 |
Terminate Datareplicator, install the extended syslog facility that supports the character encoding conversion function, and then restart Datareplicator. |
| 04 |
Terminate Datareplicator, correct the combination of the dblocale and msglocale operand values in Datareplicator's extraction system definition or import system definition so that the combination is supported by the character encoding conversion function, and then start Datareplicator. |
KFRB00581-I
Interrupted request of forceful termination. (C)
- Processing was interrupted by a forced termination request.
- S: Terminates the source Datareplicator by forced termination processing.
KFRB00582-I
Communicable node-master process not exist. (C)
- There is no extraction node master process available for communication.
- S: Terminates the source Datareplicator.
KFRB00583-I
Capture process and Sender process not exist. (C)
- There is neither an extraction process nor a transmission process.
- S: Terminates the extraction node master process.
KFRB00584-I
Status update completed, server name = aa...a (C)
- Updating of the status of the server indicated in the message was successful.
- aa...aa: Server name
- S: Resumes processing.
KFRB00601-E
Create socket failed, errno = xx...xx. (C)
- Socket creation failed.
- xx...xx: Error number set in errno
- S: Cancels the corresponding node processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00602-E
Unable to get host-information, hostname = aa...aa, h_errno = xx...xx. (C)
- Acquisition of host information failed.
- aa...aa: Host name
- xx...xx: Error number set in errno
- S: Cancels the corresponding node processing.
- O: Make sure that the aa...aa service has been registered correctly into the OS's services file.
KFRB00603-E
Connection failed, hostname = aa...aa, errno = xx...xx. (C)
- A connection request failed.
- aa...aa: Host name
- xx...xx: Error number set in errno
- S: Cancels the corresponding node processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00604-E
Send error, hostname = aa...aa, errno = xx...xx. (C)
- Transmission processing failed.
- aa...aa: Host name
- xx...xx: Error number set in errno
- S: Cancels the corresponding node processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00605-E
Receive error, hostname = aa...aa, errno = xx...xx. (C)
- Reception processing failed.
- aa...aa: Host name
- xx...xx: Error number set in errno
- S: Cancels the corresponding node processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00606-E
Send timeout, hostname = aa...aa. (C)
- Datareplicator was unable to transmit data within the communication wait time.
- aa...aa: Host name
- S: Cancels the corresponding node processing.
- O: Check that the extraction node master process is active, or check for a communication error between the hosts.
KFRB00607-E
Receive timeout, hostname = aa...aa. (C)
- Datareplicator was not able to receive data within the communication wait time.
- aa...aa: Host name
- S: Cancels the corresponding node processing.
- O: Check that the extraction node master process is active, or check for a communication error between the hosts.
KFRB00608-E
Found end of transmission, hostname = aa...aa. (C)
- End of communication was detected.
- aa...aa: Host name
- S: Cancels the corresponding node processing.
- O: Check that the extraction node master process is active, or check for a communication error between the hosts.
KFRB00609-E
Unable to get service-information, service name = aa...aa, errno = xx...xx. (E)
- Datareplicator was not able to obtain service information.
- aa...aa: Service name
- xx...xx: Error number set in errno
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00610-E
Bind system call error, errno = xx...xx. (E)
- The bind system call resulted in an error.
- xx...xx: Error number set in errno
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00611-E
Listen system call error, errno = xx...xx. (C)
- The listen system call resulted in an error.
- xx...xx: Error number set in errno
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00612-E
Accept system call error, errno = xx...xx. (C)
- The accept system call resulted in an error.
- xx...xx: Error number set in errno
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00613-E
Setsockopt system call error, errno = xx...xx. (C)
- An error occurred in the setsockopt system call.
- xx...xx: Error number set in errno
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
- For details about the error number, see errno.h or the OS documentation.
KFRB00614-E
Select system call error, errno = xx...xx. (C)
- An error occurred in the select system call.
- xx...xx: Error number set in errno
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
- For details about the error number, see errno.h or the OS documentation.
KFRB00700-W
Warning occurred on node-master process, hostname = aa...aa, server name = bb...bb, senderid = cc...cc, message number = nnnnn. (C+E)
- A warning occurred in the extraction node master process.
- aa...aa: Host name
- bb...bb: Server name
- cc...cc: Identifier of the destination
- nnnnn: Message number of the warning that occurred in the extraction node master process
- nnnnn corresponds to KFRBnnnnn-T, a message output by Datareplicator.
- S: See the description of the KFRBnnnnn-T message that corresponds to message number nnnnn.
- O: See the description of the KFRBnnnnn-T message that corresponds to message number nnnnn.
KFRB00701-E
Error occurred on node-master process, hostname = aa...aa, server name = bb...bb, senderid = cc...cc, message number = nnnnn. (C)
- An error occurred in the extraction node master process.
- aa...aa: Host name
- bb...bb: Server name
- cc...cc: Target identifier
- nnnnn: Message number for the error resulting from the extraction node master process
- nnnnn corresponds to KFRBnnnnn-T, a message output by Datareplicator.
- S: See the description of the KFRBnnnnn-T message that corresponds to message number nnnnn.
- O: See the description of the KFRBnnnnn-T message that corresponds to message number nnnnn.
KFRB00702-E
Missing necessary file, file name = aa...aa, file-kind = bb...bb. (C)
- A required file is missing.
- aa...aa: Filename
- bb...bb: File type:
- EXTDEF (extraction definition preprocessing file)
- MSTSTATFILE (extraction master status file)
- NMTSTATFILE (extraction server status file)
- ERRFILE (error information file at the source)
- ERRTXT (message text file)
- S: Cancels processing.
- O: Provide the file and re-execute. The message text file is created during installation; if it is missing, you must reinstall Datareplicator.
KFRB00703-E
File initialization error, file name = aa...aa, file-kind = bb...bb, errno = xx...xx. (C)
- File initialization processing resulted in an error.
- aa...aa: Filename
- bb...bb: File type:
- MSTSTATFILE (extraction master status file)
- NMTSTATFILE (extraction server status file)
- QUEFILE (extraction information queue file)
- CNCTFILE (data linkage file)
- xx...xx: Error number set in errno
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00704-E
Invalid process communication, hostname = aa...aa. (C)
- Communication was established with an invalid process. host name = aa...aa
- aa...aa: Host name
- S: Cancels the corresponding node processing.
- O: Check the network settings for errors.
KFRB00705-E
Node-master process is running. (C)
- The extraction node master process is running.
- S: Ignores the request.
KFRB00706-E
Invalid request was accepted, hostname = aa...aa. (C)
- An invalid request was accepted.
- aa...aa: Host name
- S: Cancels the corresponding node processing.
- O: This is an internal error. Contact the customer support center.
KFRB00708-E
Process terminated due to inner error, process = aa...aa. (C)
- A process terminated abnormally.
- aa...aa: Process name
- S: Cancels the corresponding node processing.
- O: This is an internal error. Contact the customer support center.
KFRB00709-E
Missing necessary environment variable value, variable name = aa...aa. (C)
- Datareplicator was unable to obtain the value of an environment variable.
- aa...aa: Environment variable name
- S: Cancels processing.
- O: Specify the environment variable.
KFRB00710-E
Invalid environment variable value, variable name = aa...aa. (C)
- The value of an environment variable is invalid.
- aa...aa: Environment variable name
- S: Cancels processing.
- O: Check the environment variable and correct its value.
KFRB00711-E
Invalid server name specification, server name = aa...aa. (C)
- An invalid server name is specified in the command.
- aa...aa: Server name
- S: Cancels the processing only for the invalid server name.
- O: Specify the correct argument and re-execute.
KFRB00712-E
Invalid sender-id specification, sender-id = aa...aa. (C)
- An invalid target identifier is specified in the command.
- aa...aa: Target identifier
- S: Cancels the processing only for the invalid target identifier.
- O: Specify the correct argument and re-execute.
KFRB00713-E
Unable to load preprocess file of extract definition, because preprocess file is older than extract master status file. (C)
- Datareplicator cannot read the extraction definition preprocessing file because it is older than the extraction master status file.
- S: Cancels processing.
- O: Execute the hdeprep command to re-create the extraction definition preprocessing file.
KFRB00714-E
Unable to use file system, file system = aa...aa, errcode = bb...bb. (L)
- Datareplicator was unable to use a file system area.
- aa...aa: Name of the Datareplicator file system area
- bb...bb: Detail code for the Datareplicator file system area access error
- S: Cancels processing.
- O: Check that the file specified for the Datareplicator file system area has been initialized, and then re-execute. The following table explains the detail codes for a Datareplicator file system area access error:
| Detail code |
Description |
| 1 |
Specified file is not a character special file. |
| 2 |
The Datareplicator file system area has not been initialized. |
| 3 |
The Datareplicator file system area has already been initialized. |
| 4 |
The Datareplicator file system area is in use (inactive). |
| 5 |
The Datareplicator file system area is in use (active). |
| 6 |
Attempt was made to register more than one file with the same name in the Datareplicator file system area. |
| 7 |
Attempt was made to store more than the maximum number of files permitted for the Datareplicator file system area. |
| 8 |
Attempt was made to store files that exceed the actual size of the Datareplicator file system area.
Re-estimate the size of the Datareplicator file system area by referring to the structure of the area, as shown in 3.5.3 Structure of a Datareplicator file system area. |
| 9 |
There are not enough sectors in the character special file.
Re-estimate the size of the Datareplicator file system area by referring to the structure of the area, as shown in 3.5.3 Structure of a Datareplicator file system area. |
| 10 |
A system call error occurred. Possible reasons are:
- The Datareplicator file system area was not found.
- The Datareplicator file system area has been damaged.
|
| 11 |
Link file creation failed. Possible reasons are:
- The file to be stored in the Datareplicator file system area already exists.
- The path on which the link file is to be created does not exist or there is no access permission.
|
| 12 |
Memory shortage occurred. |
| 13 |
The sector length of the character special file is too small (it must be at least 256 bytes). |
KFRB00715-E
Unable to initialize file system, file system = aa...aa, errcode = bb...bb. (L)
- Initialization of a file system area failed.
- aa...aa: Name of the Datareplicator file system area
- bb...bb: Detail code for the Datareplicator file system area access error
- S: Cancels processing.
- O: Initialize the file specified for the Datareplicator file system area using the hdsfmkfs command, and then re-execute. For details about the detail codes for a Datareplicator file system area access error, see KFRB00714-E.
KFRB00716-E
Unable to prepare file system, file system = aa...aa, errcode = bb...bb. (L)
- Preparation of a file system area failed.
- aa...aa: Name of the Datareplicator file system area
- bb...bb: Detail code for the Datareplicator file system area access error
- S: Cancels that the file specified for the Datareplicator file system area is usable, and then re-execute. For details about the detail codes for a Datareplicator file system area access error, see KFRB00714-E.
KFRB00717-E
Unable to add file system, file system = aa...aa, add file = bb...bb, add size = cc...cc, errcode = dd...dd. (L)
- Datareplicator was unable to add a file to a file system area.
- aa...aa: Name of the Datareplicator file system area
- bb...bb: Name of the file to be added to the Datareplicator file system area
- cc...cc: Size of the file to be added
- dd...dd: Detail code for the Datareplicator file system area access error
- S: Cancels processing.
- O: Check the size of the file to be stored in the Datareplicator file system area, and then re-execute. For details about the detail codes for a Datareplicator file system area access error, see KFRB00714-E.
KFRB00718-E
Unable to use both UNIX regular file and Character special file. (S)
- Datareplicator cannot use both UNIX files and character special files.
- S: Cancels processing.
- O: Correct the type of file to be used, and then re-execute.
KFRB00719-E
Source site database is not supported HiRDB, HiRDB = aa...aa, Datareplicator = bb...bb. (L)
- The source database is not a supported HiRDB.
- aa...aa: Source HiRDB's addressing mode
- bb...bb: Source Datareplicator's addressing mode
- S: Cancels processing.
- O: Check that Datareplicator that has been installed is supported by the source HiRDB.
KFRB00720-E
Failed to get information of source site database, function name = aa...aa, errno = bb...bb. (L)
- Acquisition of source database information failed.
- aa...aa: Function name
- bb...bb: Error number
- S: Cancels processing.
- O: This is an internal error. Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00721-E
Unable to get current host name, target name = aa...aa, information = bb...bb. (C)
- Acquisition of the current host name failed.
- aa...aa: Name of the target
- bb...bb: Error information
- S: Cancels processing.
- O: Eliminate the cause of the error on the basis of the error information, and then re-execute.
- If the error information displays "Unable to get host name. rtncode=-1854", start the source HiRDB, and then re-execute the command.
KFRB00722-E
Command request is invalid, reason = aa...aa. (C)
- The command request is invalid.
- aa...aa: Reason code:
- Unmatch nodecontrol operand: The nodecontrol operand does not match the command.
- S: Cancels processing.
- O: If the nodecontrol operand value is unit, the hdestart_n command cannot be used to start the extraction master process. In such a case, use the hdestart command to start the extraction master process.
KFRB00723-E
Unable to access shared memory, because the exclusion could not get, type = aa...aa. (C+L)
- Access to the shared memory failed because the system was unable to acquire a lock.
- aa...aa: Type of shared memory:
- COMMON (shared memory common to import processing)
- DEFSERV (shared memory for import definition analysis)
- EXTCOM (shared memory common to extraction processing)
- STATINF (shared memory for status information)
- EXTDEF (shared memory for extraction definition analysis)
- ERRTXT (shared memory for message text)
- LOBSHM (shared memory for importing BLOB)
- NMTCMD (shared memory for communication between extraction node master and command)
- S: Cancels processing.
- O: If a command is executing in the source system, restart the extraction node master process after that command has terminated.
KFRB00724-W
Status update is incompleted, host name = aa...aa. (C)
- Status updating failed for the node that corresponds to the host whose name is displayed in the message.
- aa...aa: Host name
- S: Resumes processing.
- O: Take appropriate action according to the error message that was displayed immediately before this message. If no error message has been displayed, take appropriate action according to the KFRB00725-W message that has been output to the corresponding node's extraction node master error information file.
KFRB00725-W
Status update is incompleted, server name = aa...aa. (C)
- Status updating failed for the server whose name is displayed in the message.
- aa...aa: Server name
- S: Resumes processing.
- O: Take appropriate action according to the error message that was displayed immediately before this message.
KFRB00726-E
Invalid operand pd_rpl_reflect_mode of source HiRDB. (C)
- To use the import transaction synchronization facility, you must specify pd_rpl_reflect_mode=uap in the source HiRDB's system definition.
- S: Cancels processing.
- O: Specify pd_rpl_reflect_mode=uap in the HiRDB system definition, and then restart HiRDB.
KFRB00801-E
Invalid HiRDB Datareplicator-id, id = aa, definition file = bb...bb. (C)
- Specified source Datareplicator identifier is invalid.
- aa: Source Datareplicator identifier
- bb...bb: Name of the extraction system definition file
- S: Cancels processing.
- O: Check the variable in the extraction system definition file and correct its value.
KFRB00802-E
Invalid extract environment statement file name in definition file, file name = aa...aa, definition file = bb...bb. (C)
- The name of the extraction environment definition file in the extraction system definition file is invalid.
- aa...aa: Name of the extraction environment definition file
- bb...bb: Name of the extraction system definition file
- S: Cancels processing.
- O: Check the variable in the extraction system definition file and correct its value.
KFRB00803-E
Invalid replication sender-id in definition file, sender-id = aa...aa, definition file = bb...bb. (C)
- A target identifier is invalid.
- aa...aa: Target identifier
- bb...bb: Name of the extraction system definition file
- S: Cancels processing.
- O: Check the variable in the extraction system definition file and correct its value.
KFRB00804-E
Duplicate replication sender-id in definition file, sender-id = aa...aa, definition file = bb...bb. (C)
- A target identifier is duplicated.
- aa...aa: Target identifier
- bb...bb: Name of the extraction system definition file
- S: Cancels processing.
- O: Check the variable in the extraction system definition file and correct its value.
KFRB00805-E
Missing transmission environment statement file in definition file, definition file = aa...aa. (C)
- There are no transmission environment definition files.
- aa...aa: Name of the extraction system definition file
- S: Cancels processing.
- O: Check the variables in the extraction system definition file and correct their values.
KFRB00806-E
Invalid transmission environment statement file name in definition file, file name = aa...aa, definition file = bb...bb. (C)
- The name of a transmission environment definition file is invalid.
- aa...aa: Name of the transmission environment definition file
- bb...bb: Name of the extraction system definition file
- S: Cancels processing.
- O: Check the variable in the extraction system definition file and correct its value.
KFRB00807-E
Missing replication node-id in definition file, definition file = aa...aa. (C)
- No data linkage identifier was specified.
- aa...aa: Name of the extraction environment definition file
- S: Cancels processing.
- O: Check the variable in the extraction environment definition file and correct its value.
KFRB00808-E
Service name is not found in services file, service name = aa...aa, definition file = bb...bb. (C)
- The specified service name is not registered.
- aa...aa: Service name
- bb...bb: Name of the extraction system definition file or transmission environment definition file
- S: Cancels processing.
- O: Register the service name or specify a service name that is registered.
KFRB00809-E
Missing extract environment statement file in definition file, definition file = aa...aa. (C)
- An extraction environment definition file is missing.
- aa...aa: Name of the extraction system definition file
- S: Cancels processing.
- O: Check the variable in the extraction system definition file and correct its value.
KFRB00813-E
Duplicate transmission queue file name in definition file, file name = aa...aa, definition file = bb...bb. (C)
- The name of an extraction information queue file is duplicated.
- aa...aa: Name of the extraction information queue file
- bb...bb: Name of the extraction environment definition file
- S: Cancels processing.
- O: Check the variable in the extraction environment definition file and correct its value.
KFRB00814-E
Invalid file name in definition file, file name = aa...aa, definition file = bb...bb. (C)
- A filename is invalid.
- aa...aa: Invalid filename
- bb...bb: Definition filename
- S: Cancels processing.
- O: Check the variable in the definition file and correct its value.
KFRB00815-E
Transmission queue file must be more than two in definition file, definition file = aa...aa. (C)
- No more than one extraction information queue file was specified.
- aa...aa: Name of the extraction environment definition file
- S: Cancels processing.
- O: Specify at least two extraction information file queue files in the extraction environment definition file.
KFRB00818-E
Invalid service name in definition file, service name = aa...aa, definition file = bb...bb. (C)
- A service name is invalid.
- aa...aa: Service name
- bb...bb: Name of the extraction system definition file or transmission environment definition file
- S: Cancels processing.
- O: Check the variable in the extraction system definition file or transmission environment definition file and correct its value.
KFRB00819-E
Invalid host name in definition file, host name = aa...aa, definition file = bb...bb. (C)
- A host name is invalid.
- aa...aa: Host name
- bb...bb: Name of the extraction system definition file or transmission environment definition file
- S: Cancels processing.
- O: Check the host name specified in the definition file and correct it.
KFRB00820-E
Invalid nsnd-id, nsnd-id = aa, definition file = bb...bb. (C)
- A specified transmission-suppressed original receiver identifier is invalid.
- aa: Transmission-suppressed original receiver identifier
- bb...bb: Name of the transmission environment definition file
- S: Cancels processing.
- O: Check the variable in the transmission environment definition file and correct its value.
KFRB00821-E
Duplicate nsnd-id in definition file, definition file = aa...aa. (C)
- A transmission-suppressed original receiver identifier is duplicated.
- aa...aa: Name of the transmission environment definition file
- S: Cancels processing.
- O: Check the variable in the transmission environment definition file and correct its value.
KFRB00822-E
Missing HiRDB Datareplicator-id, definition file = aa...aa. (C)
- No source Datareplicator identifier was specified.
- aa...aa: Name of the extraction system definition file
- S: Cancels processing.
- O: Check the variable in the extraction system definition file and correct its value.
KFRB00823-E
Queue file I/O buffer size in definition file exceeds transmission queue file size, definition file = aa...aa. (C)
- The extraction information queue file I/O buffer is larger than the extraction information queue file.
- aa...aa: Name of the extraction environment definition file
- S: Cancels processing.
- O: Check the variable in the extraction environment definition file and correct its value.
KFRB00824-E
Variable was changed in definition file after last information, definition file = aa...aa, variable = bb...bb. (C)
- The contents of a definition file were changed during restart.
- aa...aa: Definition filename
- bb...bb: Variable name
- S: Cancels processing.
- O: Execute the hdestart -i command to initialize the definition file or restore the previous contents of the definition file, and then restart. If you are performing partial initialization for two or more target identifiers or data linkage identifiers, do them one at a time (change one target identifier or data linkage identifier definition and perform partial initialization for it, and then repeat for the next target identifier or data linkage identifier).
KFRB00831-E
Server Common definition get error, definition file = aa...aa, errno = xx...xx. (C)
- Acquisition of the common definition section failed.
- aa...aa: Definition filename
- xx...xx: Error number set in errno
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00832-E
Server local definition get error, definition file = aa...aa, errno = xx...xx. (C)
- Acquisition of an individual definition section failed.
- aa...aa: Definition filename
- xx...xx: Error number set in errno
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB00833-E
Missing sender-id in definition file, definition file = aa...aa. (C)
- No target identifier was specified.
- aa...aa: Name of the extraction system definition file
- S: Cancels processing.
- O: Check the variable in the extraction system definition file and correct its value.
KFRB00834-E
Missing sender system-id in definition file, definition file = aa...aa. (C)
- No target system identifier was specified.
- aa...aa: Name of the transmission environment definition file
- S: Cancels processing.
- O: Check the variable in the transmission environment definition file and correct its value.
KFRB00835-E
Invalid header in definition file, definition file = aa...aa. (C)
- The specified header is invalid.
- aa...aa: Definition filename
- S: Cancels processing.
- O: Check the header in the definition file and correct the error.
KFRB00837-E
Product of maxtran and maxtrandata exceeds maximum value, definition file = aa...aa. (C)
- The product of the maximum number of concurrently executable transactions times the maximum number of update information items per transaction exceeds the maximum value.
- aa...aa: Name of the transmission environment definition file
- S: Cancels processing.
- O: Check the variable in the transmission environment definition file and correct its value.
KFRB00838-E
Invalid server name in definition file, server name = aa...aa, definition file = bb...bb. (C)
- An invalid server name was specified in the header for an individual definition.
- aa...aa: Server name
- bb...bb: Name of the extraction environment definition file or transmission environment definition file
- S: Cancels processing.
- O: Check the server name in the individual definition section and correct the error.
KFRB00841-E
Invalid Tselector in definition file, Tselector = aa...aa, definition file = bb...bb. (S)
- T-selector is invalid.
- aa...aa: T-selector
- bb...bb: Definition filename
- S: Stops processing.
- O: Eliminate the cause of the error and re-execute.
KFRB00842-E
Invalid NSAP address in definition file, NSAP address = aa...aa, definition file = bb...bb. (S)
- NSAP address is invalid.
- aa...aa: NSAP address
- bb...bb: Definition filename
- S: Stops processing.
- O: Eliminate the cause of the error and re-execute.
KFRB00843-E
Cannot specify OSI protocol, definition file = aa...aa. (S)
- OSI cannot be specified for the communications protocol.
- aa...aa: Definition filename
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB00844-E
Invalid operand value, definition file = aa...aa, operand = bb...bb, value = cc...cc. (S)
- An operand value is invalid.
- aa...aa: Definition filename
- bb...bb: Operand name
- cc...cc: Operand value
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB00845-E
Not specified Necessary operand, definition file = aa...aa, operand = bb...bb. (S)
- A required operand is missing.
- aa...aa: Definition filename
- bb...bb: Operand name
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB00846-E
Duplicate port number, port number = aa...aa, definition file = bb...bb. (S)
- A port number is duplicated.
- aa...aa: Port number
- bb...bb: Definition filename
- S: Cancels processing.
- O: The port number for the service name specified in the mstservice and connection_accept_service operands in the extraction system definition is duplicated. Correct the definition so that there is no duplication of port numbers, and then re-execute the command.
KFRB00847-E
Combination of operand aa...a and bb...b is illegal. (C+S)
- A combination of operands that is not supported by the import transaction synchronization facility was detected.
- aa...a: Operand name
- bb...b: Operand name
- S: Cancels processing.
- O: Correct the operand settings, and then re-execute initialization.
KFRB00848-E
Event code not unique in definition file, definition file = aa...aa, operand = bb...bb, cc...cc. (L+E)
- An event code is duplicated.
- aa...aa: Definition filename
- bb...bb: Operand name
- cc...cc: Operand name
- S: Cancels processing.
- O: The event codes specified in the bb...bb and cc...cc operands are duplicated in definition file aa...aa.
- Correct the definition so that no event code is duplicated, and then re-execute the command.
KFRB00849-E
Number of the servers which have extraction tables exceeds 128. (C)
- When the import transaction synchronization facility is used, the number of servers containing the target tables exceeds the maximum value.
- S: Cancels processing.
- O: When the import transaction synchronization facility is used, the total number of back-end servers that contain all target tables is the maximum value that can be received by a single target Datareplicator (128 when the target system is UNIX, 63 when it is Windows). Correct the extraction definition so that the number of back-end servers does not exceed the maximum value, execute the hdeprep command, and then re-execute the hdestart command.
KFRB00851-E
Missing command-option in definition file, definition file = aa...aa, command = bb...bb, option = cc...cc. (C)
- A required command option is missing in the HiRDB's system common definition.
- aa...aa: Definition filename
- bb...bb: Command name
- cc...cc: Option name
- S: Cancels processing.
- O: Check the contents of the HiRDB definition file and correct the error.
KFRB00861-E
Duplicate file kind appointed in definition file, server name = aa...aa, operand = bb...bb, definition file = cc...cc. (C)
- A file type to be allocated to the file system area has already been allocated.
- aa...aa: Server name
- bb...bb: Operand name
- cc...cc: Definition filename
- S: Cancels processing.
- O: Check the contents of the extraction environment definition file and correct the error.
KFRB00862-E
Invalid file kind appointed in definition file, file kind = aa...aa, definition file = bb...bb. (C)
- A file type to be allocated to the file system area is invalid.
- aa...aa: Type of file to be allocated
- bb...bb: Definition filename
- S: Cancels processing.
- O: Check the contents of the extraction environment definition file and correct the error.
KFRB00863-E
Duplicate file system appointed in definition file, file system = aa...aa, definition file = bb...bb. (C)
- A file system area name is duplicated.
- aa...aa: Name of the Datareplicator file system area
- bb...bb: Definition filename
- S: Cancels processing.
- O: Check the contents of the extraction environment definition file and correct the error.
KFRB00864-W
System-call(aa...aa) error, param = bb...bb, detail = cc...cc. (L)
- A system call error occurred.
- aa...aa: System call name
- bb...bb: Parameter information#
- cc...cc: System call error character string
- S: Cancels processing.
- O: Eliminate the cause of the error, and then re-execute the command.
- #
- For details about the relationship between the parameter information and the system call errors, see 10.3 List of system call errors.
KFRB00865-E
System-call(aa...aa) error, param = bb...bb, errno = cc...cc. (L)
- An error occurred in a system call (aa...aa).
- aa...aa: System call name
- bb...bb: Parameter information#
- cc...cc: Error number
- S: Cancels processing.
- O: Eliminate the cause of the error on the basis of the error number, and then re-execute. For details about the error number, see error.h or the applicable OS documentation.
- #
- For details about the relationship between the parameter information and the system call errors, see 10.3 List of system call errors.
KFRB00866-E
Changed table definition after executed hdeprep, table name = aa...aa, table-id = bb...bb. (C)
- The table definition of the source table was changed after the hdeprep command was executed.
- aa...aa: Table name
- bb...bb: Table ID
- S: Cancels processing.
- O: If you have not changed the structure of the displayed table, execute the hdeprep command, and then re-execute the hdestart command. If you have changed the table structure, achieve conformity between the source and target databases, and then execute initial start on the source and target Datareplicators.
KFRB00868-W
Not check effectivity of hde_prpfile, reason = aa...aa, bb...bb. (C)
- hde_prpfile is not being checked for validity.
- aa...aa: Reason code 1
- In the case of HiRDB CONNECT, startup is performed without checking the change to the table definition because HiRDB cannot be connected.
- bb...bb: Reason code 2 (displays the SQLCODE when CONNECT was issued)
- S: Resumes processing.
KFRB00869-E
Unable to allocate several server's files into same file system, server name = aa...aa, operand = bb...bb, definition file = cc...cc. (C)
- Only a single server's files can be allocated to a file system area.
- aa...aa: Server name
- bb...bb: Operand name
- cc...cc: Definition filename
- S: Stops processing.
- O: If the nodecontrol operand value is server in the extraction system definition, the same file system area cannot store files for multiple servers.
- Correct the definition file so that only files for a single server are stored in the file system area, and then re-execute the command.
KFRB00870-E
Error occurred by the command execution, command = aa...a, code = bb...b. (C)
- An error occurred in a command executed by Datareplicator.
- aa...a: Command name
- bb...b: Command's return code
- S: Cancels processing.
- O: Check the environment to determine whether this command can be executed. Eliminate the cause of the error and re-execute.
KFRB00915-E
Unable to open analysis file, analysis file = aa...aa, errno = xx...xx. (S+C)
- An open error occurred in the analysis file that is used to analyze the definition information.
- aa...aa: Name of the analysis file
- In the case of the extraction system definition file, extraction environment definition file, or a transmission environment definition file, the message displays the name of the work file that is created temporarily during analysis (definition-filename_tmp).
- xx...xx: Error number
- If the error number is 0, the pathname is invalid.
- S: Stops processing.
- [Action]
- Contact the system administrator to determine whether Datareplicator is installed correctly.
KFRB00916-E
Incorrect variable, file = aa...aa, line = bb...bb, variable = cc...cc. (S+C)
- The value of a variable is invalid in the definition file.
- aa...aa: Definition filename
- In the case of the extraction system definition file, extraction environment definition file, or a transmission environment definition file, the message displays the name of the work file that is created temporarily during analysis (definition-filename_tmp).
- bb...bb: Line resulting in the error
- cc...cc: Variable name
- S: Stops processing.
- [Action]
- Check the variable specified in the definition file and correct its value.
KFRB00917-E
Command name invalid, file = aa...aa, line = bb...bb, command = cc...cc. (S+C)
- Datareplicator is unable to analyze a command specified in the definition file.
- aa...aa: Definition filename
- In the case of the extraction system definition file, extraction environment definition file, or a transmission environment definition file, the message displays the name of the work file that is created temporarily during analysis (definition-filename_tmp).
- bb...bb: Line resulting in the error
- cc...cc: Command name
- S: Stops processing.
- [Action]
- Check the command specified in the definition file and correct the error.
KFRB00918-E
Operand name in definition file invalid, file = aa...aa, line = bb...bb, operand = cc...cc. (S+C)
- An operand name is invalid in the definition file.
- aa...aa: Definition filename
- In the case of the extraction system definition file, extraction environment definition file, or a transmission environment definition file, the message displays the name of the work file that is created temporarily during analysis (definition-filename_tmp).
- bb...bb: Line resulting in the error
- cc...cc: Operand name
- S: Stops processing.
- [Action]
- Check the operand name specified in the definition file and correct the error.
KFRB00919-E
Command argument invalid, file = aa...aa, line = bb...bb, command = cc...cc. (S+C)
- A command argument is invalid.
- aa...aa: Definition filename
- In the case of the extraction system definition file, extraction environment definition file, or a transmission environment definition file, the message displays the name of the work file that is created temporarily during analysis (definition-filename_tmp).
- bb...bb: Line resulting in the error
- cc...cc: Command name
- S: Stops processing.
- [Action]
- Check the command argument specified in the definition file and correct the error.
KFRB00920-E
Operand argument invalid, file = aa...aa, line = bb...bb, operand = cc...cc. (S+C)
- An operand argument is invalid.
- aa...aa: Definition filename
- In the case of the extraction system definition file, extraction environment definition file, or a transmission environment definition file, the message displays the name of the work file that is created temporarily during analysis (definition-filename_tmp).
- bb...bb: Line resulting in the error
- cc...cc: Operand name
- S: Stops processing.
- [Action]
- Check the operand argument specified in the definition file and correct the error.
KFRB00921-E
Unable to analyze definition file due to insufficient memory, memory requirement = aa...aa. (S+C)
- A memory shortage occurred during analysis of the definition file.
- aa...aa: Required memory size at the time of the error
- S: Stops processing.
- [Action]
- Eliminate the cause of the error and re-execute.
KFRB00922-E
Number of nests in definition file exceeds the limit, file = aa...aa, line = bb...bb. (S+C)
- The number of nesting levels in the definition file exceeded the maximum value.
- aa...aa: Definition filename
- In the case of the extraction system definition file, extraction environment definition file, or a transmission environment definition file, the message displays the name of the work file that is created temporarily during analysis (definition-filename_tmp).
- bb...bb: Line resulting in the error
- S: Stops processing.
- [Action]
- Check the number of nesting levels in the definition file and correct the error.
KFRB00923-E
Operand aa...aa specified twice, file = bb...bb, line = cc...cc. (S+C)
- An operand is duplicated.
- aa...aa: Operand name
- bb...bb: Definition filename
- In the case of the extraction system definition file, extraction environment definition file, or a transmission environment definition file, the message displays the name of the work file that is created temporarily during analysis (definition-filename_tmp).
- cc...cc: Line resulting in the error
- S: Stops processing.
- [Action]
- Check the operand specified in the definition file and correct the error.
KFRB00940-E
Unable to set environment variable, file = aa...aa, line = bb...bb. (S+C)
- The value of an environment variable is invalid.
- aa...aa: Definition filename
- In the case of the extraction system definition file, extraction environment definition file, or a transmission environment definition file, the message displays the name of the work file that is created temporarily during analysis (definition-filename_tmp).
- bb...bb: Line resulting in the error
- S: Stops processing.
- [Action]
- Check the environment variable specified in the definition file and correct the error.
KFRB00941-E
I/O error occurred, file = aa...aa. (S+C)
- An I/O error occurred while reading a file required for definition analysis.
- aa...aa: Definition filename
- In the case of the extraction system definition file, extraction environment definition file, or a transmission environment definition file, the message displays the name of the work file that is created temporarily during analysis (definition-filename_tmp).
- S: Stops processing.
- [Action]
- Check the contents of the definition file and correct the error.
KFRB00942-E
Unable to open definition file, definition file = aa...aa, errno = xx...xx. (S+C)
- Datareplicator was unable to open a definition file.
- aa...aa: Definition filename
- In the case of the extraction system definition file, extraction environment definition file, or a transmission environment definition file, the message displays the name of the work file that is created temporarily during analysis (definition-filename_tmp).
- xx...xx: Error number set in errno
- If the error number is 0, the pathname is invalid.
- S: Stops processing.
- [Action]
- Check the contents of the definition file and correct the error.
KFRB00943-E
Record length exceeds the limit, file = aa...aa, line = bb...bb. (S+C)
- A record length exceeds 80 bytes in a definition file.
- aa...aa: Definition filename
- In the case of the extraction system definition file, extraction environment definition file, or a transmission environment definition file, the message displays the name of the work file that is created temporarily during analysis (definition-filename_tmp).
- bb...bb: Line resulting in the error
- S: Cancels processing.
- [Action]
- Check the contents of the definition file and correct the error.
KFRB00944-E
Variable name specified wrong, file = aa...aa, line = bb...bb. (S+C)
- The specified variable contains one of the following errors:
- The variable name is missing
- The variable name is invalid
- aa...aa: Definition filename
- In the case of the extraction system definition file, extraction environment definition file, or a transmission environment definition file, the message displays the name of the work file that is created temporarily during analysis (definition-filename_tmp).
- bb...bb: Line resulting in the error
- S: Cancels processing.
- [Action]
- Check the contents of the definition file and correct the error.
KFRB00945-E
Unable to open definition file specified with include, file = aa...aa, line = bb...bb, definition file = cc...cc, errno = xx...xx. (S+C)
- Datareplicator was unable to open the file specified in include.
- aa...aa: Filename
- bb...bb: Line resulting in the error
- cc...cc: Definition filename
- In the case of the extraction system definition file, extraction environment definition file, or a transmission environment definition file, the message displays the name of the work file that is created temporarily during analysis (definition-filename_tmp).
- xx...xx: Error number set in errno
- S: Cancels processing.
- [Action]
- Check the contents of the definition file and correct the error.
KFRB00946-E
Definition aa...aa described wrong, file = bb...bb, line = cc...cc. (S+C)
- An operand argument is invalid.
- aa...aa: Operand name
- bb...bb: Definition filename
- In the case of the extraction system definition file, extraction environment definition file, or a transmission environment definition file, the message displays the name of the work file that is created temporarily during analysis (definition-filename_tmp).
- cc...cc: Line resulting in the error
- S: Cancels processing.
- [Action]
- Check the contents of the definition file and correct the error.
KFRB00947-E
Command aa...aa invalid. (S+C)
- A command name is invalid.
- aa...aa: Command name
- S: Cancels processing.
- [Action]
- Check the contents of the definition file and correct the error.
KFRB00948-E
Command name in aa...aa command invalid. (S+C)
- An command name is invalid.
- aa...aa: Command name
- S: Cancels processing.
- [Action]
- Check the contents of the definition file and correct the error.
KFRB00949-E
Command argument invalid, command = aa...aa. (S+C)
- A command argument is invalid.
- aa...aa: Command name
- S: Cancels processing.
- [Action]
- Check the contents of the definition file and correct the error.
KFRB00950-E
Operand argument invalid, operand = aa...aa. (S+C)
- An operand argument is invalid.
- aa...aa: Operand name
- S: Cancels processing.
- [Action]
- Check the contents of the definition file and correct the error.
KFRB00951-E
Operand specified twice, command = aa...aa. (S+C)
- An operand is duplicated.
- aa...aa: Command name
- S: Cancels processing.
- [Action]
- Check the contents of the definition file and correct the error.
KFRB00955-E
Specified file size exceeds a size of Character special file, file name = aa...aa, file size = bb...bb, specified size = cc...cc. (S)
- The file size specified in an operand exceeds the actual size of the character special file.
- aa...aa: File name
- bb...bb: Size of the character special file
- cc...cc: File size specified in the operand
- S: Stops processing.
- [Action] For the file resulting in an error, either correct the corresponding operand value or change the size of the character special file, and then re-execute the command.
KFRB01000-E
<extract definition> expansion error or <reflect definition> parsing error. (C)
- Expansion of the extraction definition or analysis of the import definition failed.
Detail information: Displays the line number resulting in the error.
- If the KFRB01203-E message was output previously:
- If the check and with lock options are both not specified in the to clause of the load statement, the value obtained by adding 1 to the line number resulting in the error is displayed.
- S: Cancels import processing.
- O: Correct the contents of the import definition file, and then restart import processing.
KFRB01001-E
Information for update queue file is not <extract definition>. (C)
- The information read from the import information queue file is not the extraction definition.
- S: Cancels import processing.
- O: This is an internal error. Contact the customer support center.
KFRB01002-E
Insufficient shared memory for parse. (C)
- Shortage of shared memory for storing definition analysis results occurred.
- S: Cancels import processing.
- O: Increase the defshmsize operand value in the import environment definition, and then restart import processing.
KFRB01003-E
<extract definition> could not convert to target database language. (C)
- Datareplicator was unable to convert the extraction definition to the character codes used for the target database.
- S: Cancels import processing.
- O: Check the character code set environment settings for any error.
KFRB01004-E
<reflect definition> file not specified. (C)
- No import definition file is specified. When the value of the defmerge operand in the import environment definition is false, you cannot omit the reffile operand.
- S: Cancels import processing.
- O: Create the import definition file and specify its location in the reffile operand.
KFRB01005-E
<load statement> not specified in <reflect definition> file. (C)
- There is no load statement in the import definition file. When the value of the defmerge operand is false, at least one load statement is required.
- S: Cancels import processing.
- O: Specify a load statement in the import definition file.
KFRB01100-E
<extracted data name> in <format clause> in <format statement> is invalid. (C)
- The update information name in the format statement's format clause is invalid.
- S: Cancels import processing.
- O: Correct the update information name and restart import processing.
KFRB01101-E
<extracted data name> in <format clause> in <format statement> is duplicate, <extracted data name> = aa...aa. (C)
- The update information name is duplicated in the format statement's format clause.
- aa...aa: Update information name
- S: Cancels import processing.
- O: Eliminate the duplicated update information name and restart import processing.
KFRB01102-E
<extracted data name> aa...aa in <format clause> in <format statement> is not specified in <extract definition>. (C)
- Update information name aa...aa specified in the format statement's format clause is undefined in the extraction definition.
- aa...aa: Update information name
- S: Cancels import processing.
- O: Specify the update information name defined in the extraction definition and restart import processing.
KFRB01103-E
<field name> in <name clause> in <format statement> is invalid. (C)
- A field name in the format statement's name clause is invalid.
- S: Cancels import processing.
- O: Correct the field name and restart import processing.
KFRB01104-E
<field name> in <name clause> in <format statement> is duplicate, <field name> = aa...aa. (C)
- A field name in the format statement's name clause is duplicated.
- S: Cancels import processing.
- O: Eliminate the duplicated field name and restart import processing.
KFRB01105-E
<field name> in <name clause> in <format statement> exceeds maximum value. (C)
- The number of fields specified in the format statement's name clause exceeded the maximum value.
- S: Cancels import processing.
- O: Reduce the number of fields and restart import processing.
KFRB01106-E
Number of <extracted data> fields is not equal to number of <name clause>. (C)
- The number of update information fields does not match the number of name clauses.
- S: Cancels import processing.
- O: Correct the specification so that the number of update information fields matches the number of name clauses (excluding a name clause with the const clause specified), and then restart import processing. This message might also be displayed when the field name specified in a name clause is invalid. If the number of the update information fields matches the number of name clauses, check the field names specified in the name clauses for errors.
KFRB01107-E
Initial value in <const clause> in <format statement> is invalid. (C)
- The initial value in the format statement's const clause is invalid.
- S: Cancels import processing.
- O: Correct the initial value and restart import processing.
KFRB01108-E
Number of <format statement> exceeds maximum value. (C)
- The number of format statements specified in the import definition file exceeded the maximum value.
- S: Cancels import processing.
- O: Delete excess format statements so that the number of format statements does not exceed the maximum value in the import definition file.
KFRB01109-E
<column data UOC identifier> in <by clause> in <format statement> is invalid. (C)
- The identifier of the column data editing UOC routine in the format statement's by clause is invalid.
- S: Cancels import processing.
- O: Correct the identifier of the column data editing UOC routine and restart import processing.
KFRB01110-E
<nocodecnv> is specified for field that is mapping key column. (C)
- The nocodecnv option is specified for a mapping key field.
- S: Cancels import processing.
- O: Check the fields subject to the nocodecnv option specification, correct the error, and then restart import processing.
KFRB01111-E
Column data UOC is specified for field that is aa...aa type extraction column. (C)
- The column data editing UOC routine is specified for a field that is an aa...aa-type extraction column.
- aa...aa: Data type name
- BLOB: BLOB type
- BINARY: BINARY type
- S: Cancels import processing.
- O: Check the fields subject to the column data editing UOC routine specification, correct the error, and then restart import processing.
KFRB01112-E
Column data UOC is specified for field that is mapping key column. (C)
- A column data editing UOC routine is specified for a mapping key field.
- S: Cancels import processing.
- O: Check the fields subject to the column data editing UOC routine specification, correct the error, and then restart import processing.
KFRB01113-E
<nocodecnv> is specified for field that is not character column. (C)
- The nocodecnv option is specified for a non-character column field.
- S: Cancels import processing.
- O: Check the fields subject to the nocodecnv option specification, correct the error, and then restart import processing.
KFRB01114-E
Column data UOC is specified for field that is Abstract Data Type extraction column. (C)
- A column data editing UOC routine is specified for extraction of a field that is an abstract data type column.
- S: Cancels import processing.
- O: Check the fields subject to the column data editing UOC routine specification, correct the error, and then restart import processing.
KFRB01115-E
Unknown Abstract Data Type found, <type name> = aa...aa. (C)
- There is an extraction definition for an unsupported abstract data type.
- aa...aa: Name of the abstract data type
- S: Starts termination processing.
- O: Determine whether the specified abstract data type is supported by Datareplicator by referencing 1.4.2 Data linkage for a table using an abstract data type.
- For an abstract data type that is not supported by Datareplicator:
- Search the data dictionary table to identify the column of the unsupported abstract data type. Delete that column from the extraction definition, and then initialize the source and target Datareplicators.
- For details about how to search the data dictionary table, see the HiRDB Version 9 UAP Development Guide.
- For an abstract data type that is supported by Datareplicator:
- Upgrade HiRDB and Datareplicator to a version that supports the abstract data type. For notes about upgrading, see Release Notes.
KFRB01200-E
<field name> in <load clause> in <load statement> is invalid. (C)
- A field name in the load statement's load clause is invalid.
- S: Cancels import processing.
- O: Correct the field name and restart import processing.
KFRB01201-E
<field name> aa...aa in <load clause> in <load statement> is not specified in <format statement>. (C)
- Field name aa...aa specified in the load statement's load clause is not defined in the format statement.
- aa...aa: Field name
- S: Cancels import processing.
- O: Specify a field name defined in the format statement, and then restart import processing.
KFRB01202-E
<field name> in <load clause> in <load statement> exceeds maximum value. (C)
- The number of field names specified in the load statement's load clause exceeded the maximum value.
- S: Cancels import processing.
- O: Reduce the number of field names, and then restart import processing.
KFRB01203-E
Number of <field name> in <load clause> in <load statement> is not equal to <reflect table> columns. (C)
- The number of field names specified in the load statement's load clause does not match the number of columns in the target table.
- S: Cancels import processing.
- O: Correct the specification so that the number of field names matches the number of columns in the target table, and then restart import processing.
KFRB01204-E
<extracted data name> in <from clause> in <load statement> is invalid. (C)
- The update information name in the load statement's from clause is invalid.
- S: Cancels import processing.
- O: Correct the update information name and restart import processing.
KFRB01205-E
<extracted data name> aa...aa in <from clause> in <load statement> is not specified in <extract definition>. (C)
- Update information name aa...aa specified in the load statement's from clause is undefined in the extraction definition.
- aa...aa: Update information name
- S: Cancels import processing.
- O: Specify an update information name that is defined in the extraction definition and restart import processing.
KFRB01206-E
<reflect table> existence check failed, <table name> = aa...aa. (C)
- Checking for a table subject to import processing failed.
- aa...aa: Table name
- Detail information: Displays the HiRDB message indicating the cause of the error.
- S: Cancels import processing.
- O: Check the SQL code displayed as detail information and eliminate the cause of the error.
KFRB01207-E
<table name> in <to clause> in <load statement> is not real table, <table name> = aa...aa. (C)
- The table name specified in the load statement's to clause is not a base table.
- aa...aa: Table name
- S: Cancels import processing.
- O: Specify a base table, and then restart import processing.
KFRB01208-E
<authorization identifier> in <to clause> in <load statement> is invalid. (C)
- The authorization identifier in the load statement's to clause is invalid.
- S: Cancels import processing.
- O: Correct the authorization identifier and restart import processing.
KFRB01209-E
<table identifier> in <to clause> in <load statement> is invalid. (C)
- The table identifier in the load statement's to clause is invalid.
- S: Cancels import processing.
- O: Correct the table identifier and restart import processing.
KFRB01210-E
<uoc name> in <by clause> in <load statement> is invalid. (C)
- The UOC routine name in the load statement's by clause is invalid.
- S: Cancels import processing.
- O: Correct the UOC routine name and restart import processing.
KFRB01211-E
Not specified all <mapping key> field in <load clause> in <load statement>. (C)
- Some mapping key fields are missing in the load statement's load clause.
- S: Cancels import processing.
- O: Add the missing mapping key fields and restart import processing.
KFRB01212-E
Duplicate <mapping key> field in <load clause> in <load statement>. (C)
- A mapping key field is duplicated in the load statement's load clause.
- S: Cancels import processing.
- O: Eliminate the duplicated mapping key field and restart import processing.
KFRB01213-E
Number of <load statement> exceeds maximum value. (C)
- The number of load statements specified in the import definition file exceeded the maximum.
- S: Cancels import processing.
- O: Correct the specification so that the number of load statements in the import definition file, including tables subject to implicit import processing (target tables for which the source table name is assumed because there is no explicitly specified load statement), does not exceed the maximum.
KFRB01214-E
Unable to specified <constant field>. (C)
- Specification of a definition field is prohibited.
When you use a UOC routine, you cannot specify a constant field in the load clause.
- S: Cancels import processing.
- O: Eliminate the constant field from the load clause and restart import processing.
KFRB01215-E
Repetition columns cannot be imported to a time-ordered information table, extract data name = aa...aa, field no = bb...bb. (C)
- Datareplicator cannot import a repetition column into a time-ordered table.
- aa...aa: Update information name
- bb...bb: Sequence number assigned to the field name specified in the load clause (this information is displayed only once, even though multiple repetition-column fields are specified)
- S: Cancels import processing.
- O: Either delete the field name for the repetition column from the load clause or delete timestamp from the to clause, and then restart import processing.
KFRB01216-E
Failed to get information of unique check of mapping key, SQLCODE = aa... aa. (C)
- Datareplicator failed to obtain the information that is needed for unique check of mapping key column.
- aa...aa: SQLCODE
- S: Cancels processing.
- O: See the detail information, eliminate the cause of the error, and then restart import processing.
KFRB01217-E
Mapping key column does not satisfy condition of unique check, table name = aa...aa, code = bb...bb. (C)
- The mapping key column does not satisfy the conditions of the unique check.
- aa...aa: Target table name
- bb...bb: Cause code
- UNIQUE: An index satisfying the conditions of the unique check has not been defined for the target table.
- NOT NULL: The index satisfying the conditions of the unique check includes a column whose attribute is not NOT NULL.
- S: Cancels processing.
- O: Check the mapping key column for errors. If there is an error, correct the definition. If there is no error in the specification, take appropriate action on the basis of the cause code. If you cannot take such action, change the value of mapping_key_check in the import environment definition or the value of the check clause in the import definition, and then re-execute import processing.
- UNIQUE
For the target table, define the index that satisfies the conditions of the unique check.
- NOT NULL
Change the component column of the index satisfying the conditions of the unique check to NOT NULL attribute.
KFRB01300-E
<group name> in <group clause> in <group statement> is invalid. (C)
- A group name in the group statement's group clause is invalid.
- S: Cancels import processing.
- O: Correct the group name and restart import processing.
KFRB01301-E
<group name> in <group clause> in <group statement> is duplicate, <group name> = aa...aa. (C)
- A group name is duplicated in the group statement's group clause.
- aa...aa: Group name
- S: Cancels import processing.
- O: Eliminate the duplicated group name, and then restart import processing.
KFRB01302-E
<authorization identifier> in <by clause> in <group statement> is invalid. (C)
- The authorization identifier in the group statement's by clause is invalid.
- S: Cancels import processing.
- O: Correct the authorization identifier and restart import processing.
KFRB01303-E
<table identifier> in <by clause> in <group statement> is invalid. (C)
- The table identifier in the group statement's by clause is invalid.
- S: Cancels import processing.
- O: Correct the table identifier and restart import processing.
KFRB01304-E
<table name> in <by clause> in <group statement> is not <reflect table>, <table name> = aa...aa. (C)
- The table specified in the group statement's by clause is not subject to import processing.
- aa...aa: Table name
- S: Cancels import processing.
- O: Specify a table subject to import processing and restart import processing.
KFRB01305-E
<group name> in <group clause> in <group statement> exceeds maximum value. (C)
- The number of group names specified in the group statement's group clause exceeded the maximum.
- S: Cancels import processing.
- O: Reduce the number of group names and restart import processing.
KFRB01306-E
<table name> in <by clause> in <group statement> is duplicate, <table name> = aa...aa. (C)
- A table name is duplicated in the group statement's by clause.
- aa...aa: Table name
- S: Cancels import processing.
- O: Eliminate the duplicated table name and restart import processing.
KFRB01307-E
Column is not mapping key in <having clause> or <hash-divide key>, <column name> = aa...aa. (C)
- A column name or hash partitioning column specified in the group statement's having clause is not a mapping key.
- aa...aa: Column name
- S: Cancels import processing.
- O: Specify the mapping key for the column in the conditional statement, and then restart import processing. If the hash partitioning method is being used, match the mapping key and the hash partitioning key, and then restart import processing.
KFRB01308-E
Column name is not exist in <having clause>, <column name> = aa...aa. (C)
- A nonexistent column is specified in the group statement's having clause.
- aa...aa: Column name
- S: Cancels import processing.
- O: Specify a column from the table in the conditional statement and restart import processing.
KFRB01309-E
Column type and constant type is not matched in <having clause>, <column name> = aa...aa. (C)
- The data types do not match between the constant and column specified in the group statement's having clause.
- aa...aa: Column name
- S: Cancels import processing.
- O: Correct the conditional statement and restart import processing.
KFRB01310-E
Number of key range overflow in <group clause>, <group name> = aa...aa. (C)
- The number of key ranges specified in the group statement exceeded the maximum.
- aa...aa: Import group name
- S: Cancels import processing.
- O: Correct the specification so that the number of key ranges for the group does not exceed the maximum, and then restart import processing.
KFRB01311-E
Number of range condition overflow in <having clause>, <group name> = aa...aa. (C)
- The number of conditional statements specified in the group statement's having clause exceeded the maximum.
- aa...aa: Import group name
- S: Cancels import processing.
- O: Correct the specification so that the number of conditional statements for the key range does not exceed the maximum, and then restart import processing.
KFRB01312-E
Decimal data overflow in <having clause>, <decimal data> = aa...aa. (C)
- The decimal data value specified in the group statement's having clause resulted in an overflow.
- aa...aa: Decimal data value
- S: Cancels import processing.
- O: Correct the decimal data in the conditional statement and restart import processing.
KFRB01313-E
Invalid data format in <having clause>, <constant data> = aa...aa. (C)
- A constant value in the group statement's having clause is invalid.
- aa...aa: Value of the constant
- S: Cancels import processing.
- O: Correct the constant in the conditional statement and restart import processing.
KFRB01314-E
Invalid date format in <having clause>, <date data> = aa...aa. (C)
- The date data specified in the external format is invalid in the group statement's having clause.
- aa...aa: Date data
- S: Cancels import processing.
- O: Correct the date data in the conditional statement and restart import processing.
KFRB01315-E
Invalid time format in <having clause>, <time data> = aa...aa. (C)
- The time data specified in the external format is invalid in the group statement's having clause.
- aa...aa: Time data
- S: Cancels import processing.
- O: Correct the time data in the conditional statement and restart import processing.
KFRB01316-E
Invalid FES name in <in clause>, <FES name> = aa...aa. (C)
- The target FES in the group statement's in clause is invalid.
- aa...aa: Server name of the target FES
- S: Cancels import processing.
- O: Correct the server name of the target FES and restart import processing.
KFRB01317-E
Invalid FES number in <in clause>, <FES number> = aa...aa. (C)
- The number of target FESs in the group statement's in clause is invalid.
- aa...aa: Number of target FESs
- S: Cancels import processing.
- O: Correct the number of target FESs and restart import processing.
KFRB01318-E
Not exist hash function library, library name = aa...aa. (C)
- A hash function library does not exist.
- aa...aa: Library name
- S: Cancels import processing.
- O: Install the HiRDB hash function library and restart import processing.
KFRB01319-E
Failed to load hash function library, library name = aa...aa, errno = bb...bb. (C)
- A load error occurred in the hash function library.
- aa...aa: Library name
- bb...bb: Error number
- S: Cancels import processing.
- O: See errno.h or the OS documentation for details about the error number, eliminate the cause of the error, and then restart import processing.
KFRB01320-E
Table is not hash-divided in <group clause>, <table name> = aa...aa. (C)
- A table specified in the group statement has not been partitioned by the hash partitioning method.
- aa...aa: Table name
- S: Cancels import processing.
- O: Modify the target table definition and restart import processing.
KFRB01321-E
Not support hash function in <group clause>, <table name> = aa...aa. (C)
- Hash partitioning is not supported for a table specified in the group statement.
- aa...aa: Table name
- S: Cancels import processing.
- O: Modify the table definition and restart import processing.
KFRB01322-E
Failed to get hash-divided table information , <table name> = aa...aa. (C)
- Datareplicator was unable to obtain information about a hash-partitioned table.
- aa...aa: Table name
- S: Cancels import processing.
- O: See the detail information output to the error file, eliminate the cause of the error, and then restart import processing.
KFRB01323-E
Hash key column type mapping error, <column name> = aa...aa. (C)
- A hash key column's data type does not match the data type at the source.
- aa...aa: Column name
- S: Cancels import processing.
- O: Modify the target table definition and restart import processing.
KFRB01324-E
Invalid divide number in <divide clause>, <divide number> = aa...aa. (C)
- The splits count in the group statement's divide clause is invalid.
- aa...aa: Splits count
- S: Cancels import processing.
- O: Correct the splits count for hash partitioning and restart import processing.
KFRB01325-E
Decimal data overflow in <divide clause>, <decimal data> = aa...aa. (C)
- The decimal data value specified in the group statement's divide clause resulted in an overflow.
- aa...aa: Decimal data value
- S: Cancels import processing.
- O: Correct the splits count for hash partitioning and restart import processing.
KFRB01326-E
<rdarea name> in <rdarea_list clause> in <group statement> is invalid. (C)
- An invalid RDAREA name was specified in the hash partitioning definition in the group statement.
- S: Cancels import processing.
- O: Correct the RDAREA name, and then restart import processing.
KFRB01327-E
<rdarea name> in <rdarea_list clause> in <group statement> is duplicate, <rdarea name> = aa...aa. (C)
- A duplicated RDAREA name was specified in the hash partitioning definition in the group statement. RDAREA name = aa...aa
- aa...aa: RDAREA name
- S: Cancels import processing.
- O: Eliminate the duplicated RDAREA name, and then restart import processing.
KFRB01328-E
FES, which includes RDareas and not, coexist error in <hash_fes_clause>, <table name> = aa...aa. (C)
- The hash partitioning definition in the group statement contains FES specifications both with and without RDAREAs. Table name = aa...aa
- aa...aa: Table name
- S: Cancels import processing.
- O: Correct the specifications in terms of RDAREA names, and then restart import processing.
KFRB01329-E
Invalid timestamp format in <having clause>, <timestamp data> = aa...aa. (C)
- Invalid external-format time stamp data was specified in the having clause of the group statement.
- aa...aa: Time stamp data
- S: Cancels processing.
- O: Correct the time stamp data in the conditional statement, and then re-execute import processing.
KFRB01401-E
Dual file definition has a mistake, file = aa...aa, line = bb...bb, code = cc...cc. (C + S + L)
- There is an error in the duplexing definition.
- aa...aa: Duplexing definition file name
- bb...bb: Line number
- cc...cc: Cause code
- S: Cancels processing.
- O: Correct the duplexing definition, and then restart the system. For details about the cause code, see 10.4 List of cause codes.
KFRB01402-E
Unable to use dual file function, code = aa...aa, info = bb...bb. (C + S + L)
- The file duplexing function is not available due to an error.
- aa...aa: Cause code
- bb...bb: Detail information
- S: Cancels processing.
- O: Eliminate the cause of the error on the basis of the cause code, and then restart the system. For details about the cause code, see 10.4 List of cause codes.
KFRB01403-E
Operand combination error, definition file = aa...aa, operand = bb...bb, definition file = cc...cc, operand = dd...dd. (C)
- A combination of operands is invalid.
- aa...aa: Definition filename
- bb...bb: Operand name
- cc...cc: Definition filename
- dd...dd: Operand name
- S: Cancels processing.
- O: Check the combination of operands, correct the error, and then re-execute the command.
KFRB02001-E
Invalid data of reflect status file. (C)
- The contents of the import status file are invalid.
- S: Cancels processing.
- O: Re-execute using the hdsstart -i command.
KFRB02002-E
Socket connection error, errno = xx...xx. (C)
- A socket connection error occurred.
- xx...xx: Error number set in errno
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB02003-E
Port check error, code = yy, zz...zz. (C)
- Port checking resulted in an error.
- yy: Detail code
- zz...zz: information for each detail code (zz...z is displayed only when yy is 3, 4, 5, 7, 11, 12, 13, 14, or 15)
- S: Cancels processing.
- O: Take appropriate action, as indicated in the table below:
| Detail code |
Description |
Action |
| 1 |
Attempt was made to establish connection with the wrong source system. |
Establish connection with the correct source system. |
| The target system's reception process (or thread) has not been generated. |
Eliminate the cause of the error and reestablish connection. |
| 2 |
The source and target systems are not compatible for purposes of connection establishment. |
Check the combination of the source and target systems and establish connection with the correct combination. |
| 3 |
Specified data linkage identifier is not defined in the target Datareplicator's import system definition. |
Add the data linkage identifier specified in the source system to the import system definition, and then reestablish connection. |
| 4 |
The target Datareplicator identifier specified in the target Datareplicator's import system definition does not match the specification at the source system. |
Correct the target Datareplicator identifier specified at the source system, and then reestablish connection. |
| 5 |
Attempt was made to send update information that was not a continuation of the previously transmitted update information. |
Contact the source system's customer engineer. |
| 6 |
The source database is not supported by the target Datareplicator. |
Contact the source system's customer engineer. |
| 7 |
The target Datareplicator cannot allocate a reception buffer because the information buffer at the source is too large. |
Reduce the source system's update information buffer size. |
| 8 |
Attempt was made to send update information using an unsupported character code set. |
Contact the source system's customer engineer. |
| 9 |
The specified send data compression method is not supported. |
Contact the source system's customer engineer. |
| 10 |
Attempt was made to send update information in an unsupported format. |
Contact the source system's customer engineer. |
| 11 |
The specified data linkage identifier is already being used by another source system. |
Correct the data linkage identifier specified at the source system, and then reestablish connection. |
| The target system has been restarted. |
Restart the corresponding destination at the source system. |
| 12 |
I/O error occurred in the import status file during start processing. |
Eliminate the cause of the file error and restart the target Datareplicator. |
| 13 |
Semaphore lock or unlock error occurred during start processing. |
Correct the semaphore error and restart the target Datareplicator. |
| 14 |
I/O error occurred in the import information queue file during start processing. |
Eliminate the cause of the file error and restart the target Datareplicator. |
| 15 |
Processing cannot continue because the source system's update information buffer size has changed since the previous session. |
Restore the previous update information buffer size, and then reestablish connection. |
| 16 |
Received data is not port check information. |
Check if any application is communicating illegally with the service specified in the hdsservice operand in the import environment definition. |
| 17 |
Processing cannot continue because the type of database has changed since the previous session. |
Contact the source system's customer engineer. |
| 18 |
Combination of character codes is invalid. |
Check the dblocale operand in the import system definition and in the extraction system definition for any error. |
| 19 |
Update information was sent for the data linkage identifier that was used for reading update information. |
Specify rcv in the ujcodekind operand in the import environment definition. |
| 20 |
An invalid DBMS was specified in Datareplicator Extension's dbkind operand as being subject to import processing. |
Correct the specification of Datareplicator Extension's dbkind operand, and then re-execute the command. |
| A related program# required for linking data between a mainframe database and Oracle or SQLServer has not been installed. |
Install the required related program,# and then re-execute the command. If SAM files are used, install the related program, re-create the SAM files, and then re-execute the command. |
| 21 |
HiRDB Datareplicator Extension has not been installed. |
Install the HiRDB Datareplicator Extension and re-execute. |
| 22 |
The other company's database connection license has expired. |
Contact the system administrator. |
| 23 |
The license file is damaged. |
Reinstall the HiRDB Datareplicator Extension. |
| 24 |
The connection request that was received from the source system does not support repetition columns. |
Upgrade the source system's Datareplicator so that it supports repetition columns; or, eliminate repetition columns from the extraction definition. |
| 25 |
The dblocale operands do not match between the extraction system definition and the import system definition. |
Specify the same character code system in the dblocale operands in the extraction system definition and the import system definition, and then re-execute the command. |
| 26 |
The syncgroup001 operand is specified in the import system definition, but the source system is set to not send transaction branch information. |
See 3.7.2 Preparations for the import transaction synchronization facility to check the prerequisites for using the import transaction synchronization facility. |
| 27 |
The synchronous event code that was sent does not match the previous synchronous event code that was sent. |
Take one of the following actions:
- In the transmission environment definition, reset the eventsync operand to the previous value.
- Initialize the target Datareplicator.
|
- #
- The following shows the related programs required for linking data between a mainframe database and Oracle or SQLServer:
| Source system |
Oracle |
SQLServer |
| XDM/DS |
XDM/DS/extended linkage 1 |
XDM/DS/extended linkage 2 |
| VOS3 Database Datareplicator |
XDM/DS/extended linkage 1 |
Data cannot be linked. |
VOS1 PDMII E2
VOS1 RDB1 E2 |
VOS1 Database Adaptor 1 |
VOS1 Database Adaptor 2 |
KFRB02004-E
Connection was closed. (C)
- Communication line was disconnected.
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB02005-E
Extracted data is invalid. (C)
- Update information is invalid.
- S: Cancels processing.
- O: This is an internal error. Contact the customer support center.
KFRB02006-E
Received data sequence is invalid. (C)
- Received data sequence is invalid.
- S: Cancels processing.
- O: This is an internal error. Contact the customer support center.
KFRB02007-E
Unable to save extract definition in reflect status file, because reflect status file is insufficient, necessary statssize is xx...xx. (C)
- Datareplicator cannot store the extraction definition because the import status file is too small.
- xx...xx: Size required for status file (Byte)
- S: Cancels processing.
- O: Increase the statssize operand value in the import environment definition and restart using the hdsstart -i command.
KFRB02008-E
Connection count exceed maximum value. (C)
- Attempt was made to establish data linkage using more connections than the maximum.
- S: Cancels processing.
- O: Check that the data linkage identifier to be used to establish connection is specified in the import system definition. If necessary, correct the specification and re-execute.
KFRB02009-E
Data send error, errno = xx...xx. (C)
- An error occurred during data transmission to the source system.
- xx...xx: Error number set in errno
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB02010-E
Data receive error, errno = xx...xx. (C)
- An error occurred during data reception from the source system.
- xx...xx: Error number set in errno
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB02011-E
Receive unknown data. (C)
- Unknown data was received.
- S: Cancels processing.
- O: This is an internal error. Contact the customer support center.
KFRB02012-E
Connection accept error, errno = xx...xx. (C)
- An error occurred while accepting a connection request.
- xx...xx: Error number set in errno
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB02013-E
Socket option set error, errno = xx...xx. (C)
- An error occurred while setting up the socket option. error number = xx...xx
- xx...xx: Error number set in errno
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB02014-E
Select system call error, errno = xx...xx. (C)
- The select system call resulted in an error.
- xx...xx: Error number set in errno
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB02015-E
Receive data exceed maximum receive data length. (C)
- The data to be received exceeds the maximum size.
- S: Cancels processing.
- O: This is an internal error. Contact the customer support center.
KFRB02016-E
Receive data extension failed. (C)
- Receive data expansion processing failed.
- S: Cancels processing.
- O: This is an internal error. Contact the customer support center.
KFRB02017-E
Receive data length is 0 byte. (C)
- The length of the data to be received is 0 bytes.
- S: Cancels processing.
- O: This is an internal error. Contact the customer support center.
KFRB02018-E
Specified service name not found in services file, service name = aa...aa. (C)
- A specified service name was not found in the services file.
- aa...aa: Service name
- S: Cancels processing.
- O: Add this service name to the services file or specify a service name that is in the services file.
KFRB02019-I
Communication master process started, protocol = aa...aa. (C)
- The import communication master process has started.
- aa...aa: Protocol type
- S: Resumes processing.
KFRB02020-I
Communication master process ended, protocol = aa...aa. (C)
- The import communication master process has terminated.
- aa...aa: Protocol type
- S: Resumes processing.
KFRB02021-I
Extracted data receipt started. (C)
- Datareplicator has started receiving update information.
- S: Resumes processing.
KFRB02022-I
Extracted data receipt ended. (C)
- Reception of update information has been completed.
- S: Resumes processing
KFRB02023-I
Accepted stop request in receiver, request kind = aa...aa. (C)
- Datareplicator has accepted a termination request during reception processing.
- aa...aa: Request type:
- Normal: Because Datareplicator has accepted the hdsstop command, processing will be terminated when the end-of-transmission message is received.
- Event: Because Datareplicator has accepted the hdsstop -t event command, processing will be terminated when the first event occurs.
- Immediate: Because Datareplicator has accepted the hdsstop -t immediate command, reception processing will be terminated.
- Force: Because Datareplicator has accepted the hdsstop -t force command, reception processing will be terminated.
- S: Resumes processing.
KFRB02024-E
OSI function call error. function name = aa...aa, errno = xx...xx. (C)
- An OSI function call resulted in an error.
- aa...aa: OSI function resulting in the error
- xx...xx: Error number returned by the OSI function
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see tiuser.h or the OS documentation.
KFRB02025-E
OSI communication program is not installed. (C)
- The program required for OSI communications is not installed.
- S: Cancels processing.
- O: Install the program required for OSI communications and restart the target Datareplicator.
KFRB02026-E
OSI communication program is not active. (C)
- The program required for OSI communications is not active.
- S: Cancels processing.
- O: Start the program required for OSI communications, and then restart the target Datareplicator.
KFRB02027-E
Sender process was held. (E)
- The transmission process was shut down.
- S: Cancels processing.
- O: Restore conformity between the source and target databases, and then start the transmission process.
KFRB02028-E
Connect system call error, errno = xx...xx, host name = aa...aa, service name = bb...bb. (E)
- A Connect system call resulted in an error.
- xx...xx: Error number set in errno
- aa...aa: Host name
- bb...bb: Service name
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see tiuser.h or the OS documentation.
KFRB02029-E
Missing specified host name in hosts file, host name = aa...aa. (E)
- The specified host name was not found in the hosts file.
- aa...aa: Host name
- S: Cancels processing.
- O: Specify the correct host name in the hosts file and re-execute.
KFRB02030-E
Error occurred on target system, message number = nnnnn. (C)
- An error occurred at the target system.
- nnnnn: Message number of the error that occurred at the target system
- nnnnn corresponds to KFRBnnnnn-T, the message ID output by Datareplicator.
- S: Cancels processing.
- O: Correct the error at the target system and re-execute.
KFRB02031-I
Sender process started. (E)
- The transmission process has started.
- S: Resumes processing.
KFRB02032-I
Sender process ended, status = aa...aa. (E)
- The transmission process has ended.
- aa...aa: Termination status:
- Auto-Normal: Normal termination by the termination log
- Manual-Normal: Normal termination by command
- Event: Termination by event detection
- Auto-Force: Forced termination by the termination log
- Manual-Force: Forced termination by command
- Hold: Termination by reduced mode operation
- Error: Termination by error detection
- S: Resumes processing.
KFRB02033-I
Sender process sent log data.(transaction (xx...xx, yy...yy): insert (xx...xx, yy...yy): update (xx...xx, yy...yy): delete (xx...xx, yy...yy): purge (xx...xx, yy...yy)) (E)
- Datareplicator has sent update information.
This message displays the number of each type of SQL statements executed, as shown below:
transaction: Number of transactions in the update information
insert: Number of insert statements issued
update: Number of update statements issued
delete: Number of delete statements issued
purge: Number of purge statements issued
- xx...xx: Count within this unit of update information
- yy...yy: Total in all update information transmitted
- S: Resumes processing.
KFRB02034-I
Sender process connected to target system, host name = aa...aa, service name = bb...bb. (E)
- Connection has been established with the target system.
- aa...aa: Host name
- bb...bb: Service name
- S: Resumes processing.
KFRB02035-W
Target system is not active, host name = aa...aa, services name = bb...bb. (C)
- The target system is not active.
- aa...aa: Host name
- bb...bb: Service name
- S: Resumes processing.
- O: Start the target system.
KFRB02036-I
Sender process sent event data, event code = xx...xx. (E)
- Event data has been transmitted.
- xx...xx: Event code
- S: Resumes processing.
KFRB02037-I
Sender process accepted stop request, request kind = aa...aa. (E)
- A termination request was accepted during transmission processing.
- aa...aa: Request type:
- Normal: Normal termination request
- S: Resumes processing.
KFRB02038-E
Value of editbufsize operand must be more than aa...aa. (E)
- The editbufsize operand value must be greater than aa...aa.
- aa...aa: Required buffer size
- S: Cancels processing.
- O: Increase the editbufsize operand value in the transmission environment definition and re-execute.
KFRB02039-E
No response from target system, host name = aa...aa, service name = bb...bb. (C)
- The target system is not responding.
- aa...aa: Host name
- bb...bb: Service name
- S: Cancels processing.
- O: Check whether an error has occurred at the target system.
KFRB02040-I
Connection close request from source site system accepted. (C)
- A transmission termination request was received from the source system.
- S: Resumes processing.
KFRB02041-W
Halfway end of multi-byte character code found in data, substitute space code. (E)
- A multi-byte character is incomplete in the data subject to code conversion; it will be replaced with a space.
- S: Resumes processing.
KFRB02042-E
Log data is inconsistency with extract definition. (C)
- The extracted update information contradicts the extraction definition.
The extraction definition might have been modified before all update information in the extraction information queue file was transmitted.
- S: Cancels processing.
- O: Before restarting data linkage, synchronize the data linkage environments at the source and target, initialize them, and then re-create the target database on the basis of the source database.
KFRB02043-E
Insufficient buffer occurred while editing log data. (E)
- A shortage occurred in the update information buffer during the editing of update information.
- S: Cancels processing.
- O: Specify an appropriate buffer size based on the formula for determining the size of the update information editing buffer, and then re-execute.
KFRB02046-I
Sender process ended. (E)
- The transmission process has ended.
- S: Terminates processing.
KFRB02047-E
Target system is stopping now. (E)
- The target system is terminating.
- S: Terminates processing.
- O: Restart the target Datareplicator. The source Datareplicator will retry as many time as the retries count specified in the transmission environment definition. If the transmission process (transmission processing) has terminated, restart it.
KFRB02048-I
Sender process connected to target system, NSAP address = aa...aa, Tselector = bb...bb. (E)
- Connection was established with the target system.
- aa...aa: NSAP address
- bb...bb: T-selector value
- S: Resumes processing.
KFRB02049-W
Target system is not active, NSAP address = aa...aa, Tselector = bb...bb. (E)
- The target system is not active.
- aa...aa: NSAP address
- bb...bb: T-selector value
- S: Resumes processing.
- O: Start the target system.
KFRB02050-E
No response from target system, NSAP address = aa...aa, Tselector = bb...bb. (E)
- The target system is not responding.
- aa...aa: NSAP address
- bb...bb: T-selector value
- S: Cancels processing.
- O: Check for an error at the target system.
KFRB02051-E
Fail to convert address for osi. (E)
- An error occurred while converting the address to be used for OSI communications.
- S: Cancels processing.
- O: Check for an error in the NSAP address or the T-selector value.
KFRB02052-E
Error occurred in send-uoc, status = xx...xx. (E)
- An error occurred in the send UOC routine.
- xx...xx: Status code set by the UOC routine
- S: Cancels processing.
- O: Check the status code and take appropriate action.
KFRB02053-W
Connection was closed. Sender process retry connect to target system, reason = aa...aa. (E)
- Line was disconnected. Datareplicator will reestablish the connection.
- aa...aa: Reason for the line disconnection:
- Close: A close packet was detected.
- Econnreset: Termination of the data reception process was detected at the target system while waiting for a response.
- Epipe: Termination of the data reception process was detected at the target system during data transmission.
- Que-full: Queue-full status was detected at the target system.
- other: Other error was detected.
- S: Reestablishes the line connection and resumes processing.
KFRB02054-E
No received data in specified time. (C)
- No data was transmitted within the specified time.
- S: Cancels processing.
- O: Check for an error at the target system. If this message was output at the source system, restart the corresponding destination.
KFRB02055-E
No sent data in specified time. (E)
- Datareplicator was unable to send data within the specified time.
- S: Cancels processing.
- O: Check for an error at the target system. If this message was output at the source system, restart the corresponding destination.
KFRB02056-E
In spite of reach maximum retry times, unable to connect to target system, host name = aa...aa, service name = bb...bb, reason = cc...cc. (E)
- Datareplicator was unable to establish connection with the target system within the specified number of retries.
- aa...aa: Host name
- bb...bb: Service name
- cc...cc: Error number set in errno
- S: Cancels processing.
- O: Start the target system and restart the corresponding destination.
KFRB02057-E
In spite of reach maximum retry times, unable to connect to target system, NSAP address = aa...aa, Tselector = bb...bb, reason = cc...cc. (E)
- Datareplicator was unable to establish connection with the target system within the specified number of retries.
- aa...aa: NSAP address
- bb...bb: T-selector value
- cc...cc: Error number returned by the OSI function
- S: Cancels processing.
- O: Start the target system and restart the corresponding destination.
KFRB02058-W
Log data is PURGE TABLE of partitioned table. This log data is no out. table name = aa...aa. (E)
- Update information for a partitioned table is PURGE TABLE; Datareplicator will ignore this update information.
- aa...aa: Table name
- S: Resumes processing.
- O: Because conformity between the source and target databases has been lost, synchronize the target database with the source database.
KFRB02059-W
Log data is PURGE TABLE of partitioned table. This log data change to event data. event code = aa...aa, table name = bb...bb. (E)
- Update information for a partitioned table is PURGE TABLE; Datareplicator will change it to event data.
- aa...aa: Event code
- bb...bb: Table name
- S: Resumes processing.
KFRB02060-W
Undetermined transaction deleted, count = xx...xx. (E)
- Unresolved transactions are being deleted.
- xx...xx: Number of unresolved transactions being deleted
- S: Resumes processing.
KFRB02061-E
UOC for obtain ADT input data returned error status, UOC name = aa...aa, information = bb...bb. (E)
- Error-level status was returned from the abstract data type input data acquisition UOC routine.
- aa...aa: UOC routine name
- bb...bb: Additional information
- S: Cancels processing.
- O: Check the additional information, resolve the problem, and then restart the corresponding destination.
KFRB02062-W
UOC for obtain ADT input data returned warning status, UOC name = aa...aa, information = bb...bb. (E)
- Warning-level status was returned from the abstract data type input data acquisition UOC routine.
- aa...aa: UOC routine name
- bb...bb: Additional information
- S: Resumes processing.
KFRB02063-W
Cannot accept restart event while processing restart event, rejected event = aa...aa. (C)
- Datareplicator cannot accept a restart event because restart event processing is already underway.
- aa...aa: Event code
- S: Resumes processing.
KFRB02064-W
Stop request accepted from other process. (C)
- A termination request from another process was accepted.
- S: Starts termination processing.
KFRB02065-W
Unable to start data transmission for <send identifier: aa...aa>, because reduction status is continued. (E)
- Datareplicator cannot start transmission processing for target identifier aa...aa because reduced mode operation is in effect.
- aa...aa: Target identifier
- S: Cancels transmission to this destination.
- O: To restart transmission processing, cancel the reduced mode operation and restart this destination.
KFRB02066-W
DSID was not synchronized reflection group in target system. (C)
- The reflect_mode operand in the transmission environment definition is invalid for one of the following reasons:
- In the target system, the data linkage identifiers are not defined as a synchronous import group.
- The target system does not support synchronous import groups.
- S: Resumes processing without using the import transaction synchronization facility.
- O: To use the import transaction synchronization facility, define the data linkage identifiers as a synchronous import group in the target system. If the target system does not support synchronous import groups, upgrade it to a version that supports synchronous import groups, and then define the synchronous import group
KFRB02072-E
Invalid extract data format for target system, extract data format kind = aa...aa, table name = bb...bb. (C)
- An invalid update information format that is not supported by the source system was detected.
- aa...aa: Type of update information format
- 1: Backward deletion update log format of BLOB or BINARY type when the SUBSTR scalar function is used
- bb...bb: Name of table subject to extraction
- The mapping key value is displayed as additional information.
- S: Resumes processing.
- [Action]
- There is an inconsistency between the source and target databases in the BLOB-type or BINARY-type data using the SUBSTR scalar function (backward deletion updating) on the row with the mapping key value displayed as additional information. Restore consistency as follows:
- Terminate updating applications at the source database and apply all extracted update information to the target database.
- Terminate the target Datareplicator normally.
- Upgrade the target Datareplicator to a version (08-01 or later) that can link BLOB-type or BINARY-type backward deletion updating data.
If the target Datareplicator cannot be upgraded to version 08-01 or later, terminate HiRDB normally, and then delete BACKWARD_CUTOFF_UPDATE from the pd_rpl_func_control operand in HiRDB's system common definition. Then start HiRDB normally.
- Identify the row in the source and target databases that contains the inconsistency on the basis of the mapping key value displayed in this message as additional information.
- Import the row identified in step 4 from the source database to the target database to restore consistency.
- Start the target Datareplicator normally.
KFRB02080-W
Detected invalid extract data, extract data kind = aa...aa, SQL kind = bb...bb, table name = cc...cc. (C)
- Unsupported update information was detected.
- aa...aa: Type of update information format
- 1: A table for which the WITHOUT ROLLBACK option is specified was updated by a statement other than UPDATE.
- bb...bb: SQL type
- cc...cc: Name of the table subject to extraction
- The mapping key value is displayed as additional information.
- S: Resumes processing.
- [Action] If aa...aa is 1, there is an inconsistency between the source and target databases. Restore consistency as follows:
- Terminate updating applications at the source database and apply all extracted update information.
- Terminate the target Datareplicator normally.
- Identify the row in the source and target databases that contains the inconsistency on the basis of the mapping key value displayed in this message as additional information.
- Import the row identified in step 3 from the source database to the target database to synchronize the source and target databases.
- Start the target system normally.
KFRB02500-I
Send-master process started. (E)
- The transmission master process has started.
- S: Resumes processing.
KFRB02501-I
Send-master process ended, status = aa...aa. (E)
- The transmission master process has terminated.
- aa...aa: Termination status:
- Normal: Normal termination
- No-Process: Terminated because there was no available transmission process
- Signal: Termination by signal reception
- Error: Termination by error detection
- S: Terminates processing.
KFRB02502-I
Data transmission for <send identifier: aa...aa> ended, status = bb...bb. (E)
- Transmission processing for target definition aa...aa was terminated.
- aa...aa: Target identifier
- bb...bb: Termination status:
- Auto-Normal: Normal termination by termination log detection
- Manual-Normal: Normal termination by command
- Event: Termination by event detection
- Auto-Force: Forced termination by termination log detection
- Manual-Force: Forced termination by command
- Hold: Termination by reduced mode operation
- Error: Termination by error detection
- S: Cancels the corresponding transmission processing.
KFRB02506-E
Found abnormal termination of sender process. (E)
- Abnormal termination of transmission processing was detected.
- S: Cancels the transmission process resulting in the error.
- O: This is an internal error. Check the error message that was displayed immediately before this message. If no error message was displayed, contact the customer support center.
KFRB02507-E
Unable to begin data transmission for <send identifier : aa...aa> (E)
- Datareplicator is unable to start transmission processing for target identifier aa...aa.
- aa...aa: Target identifier
- S: Cancels processing.
- O: Eliminate the cause of the error indicated in the message output immediately previously.
KFRB02508-I
Transmission started for <send identifier : aa...a>. (E)
- Transmission processing for target identifier aa...aa has begun.
- aa...aa: Target identifier
- S: Resumes processing.
KFRB02601-W
Warning from SQL output function, info = "aa...aa". (E)
- A warning was detected during update-SQL output processing. If multiple warning errors were detected from a single row of SQL output information, only the message for the last detected error is displayed.
- aa...aa: Detail information
| Message |
Description |
| "because a data conversion error occurred, the value is printed with hexadecimal, datatype = 0xaa...aa." |
An error occurred during conversion from packed data to character string.
- aa...aa: Data code#
|
| "because of unsupported data type, 'aa...aa' was printed instead of the value, datatype = 0xbb...bb." |
There is an unsupported column data type.
- aa...aa: Column data type
- *BLOB*: BLOB type
- *BINARY*: BINARY type
- *ADT*: ADT type
- bb...bb: Data code*
|
| "because multi column was unsupported, 'aa...aa' was printed instead of the value." |
There is a repetition column.
- aa...aa: *MCOL*
|
- #
- The data code indicates the following column data type:
- 0x65: INTERVAL YEAR TO DAY
- 0x6F: INTERVAL HOUR TO SECOND
- 0x71: DATE
- 0x79: TIME
- 0x7d: TIMESTAMP
- 0x83: ADT
- 0x91: BINARY
- 0x93: BLOB
- 0xE5: DECIMAL
- S: Resumes processing.
KFRB02602-E
Error occurred in SQL output function, info = "aa...aa". (E)
- An error was detected during update-SQL output processing.
- aa...aa: Detail information
| Message |
Description |
| fopen error, file = aa...aa, errno = bb...bb. |
File manipulation failed. Eliminate the cause of the error on the basis of the error number.
For details about the error number, see error.h or the applicable OS documentation.
- aa...aa: File name#
- bb...bb: Error number
|
| fprintf error, file = aa...aa, errno = bb...bb. |
| fflush error, file = aa...aa, errno = bb...bb. |
| sprintf error, errno = bb...bb. |
| internal error, file = aa...aa, line = bb...bb, detail = cc...cc. |
Contact the customer support center.
- aa...aa: Source file name
- bb...bb: Line number
- cc...cc: Internal code
|
- #
- This is a relative path from the source Datareplicator directory.
- S: Cancels processing.
- O: Correct the error on the basis of the detail information, and then restart the transmission target.
KFRB02603-I
SQL statement is printed.( transaction(aa...aa, bb...bb) : insert(aa...aa, bb...bb) : update(aa...aa, bb...bb) : delete(aa...aa, bb...bb) : purge(aa...aa, bb...bb) ) (E)
- SQL statement was output.
- The number of output SQL statements is displayed as follows:
- aa...aa: Number of statements issued at this time
- bb...bb: Cumulative number of statements that have been output
- S: Resumes processing.
KFRB02604-I
Event statement is printed, event code = aa...aa. (E)
- An event statement was output.
- aa...aa: Event code
- S: Resumes processing.
KFRB02605-W
Reduction status of <send identifier: aa...aa> is continued. (E)
- The reduced mode of the transmission target identifier aa...aa continues.
- aa...aa: Transmission target identifier
- S: Cancels update-SQL output processing for the corresponding transmission target.
KFRB03001-I
Reflect process initialization started. (C)
- Import process initialization processing has started.
- S: Resumes processing.
KFRB03002-I
Reflect process is now starting database update, mode = [nn...nnnxx...xx, m]. (C)
- The import process will start updating the target database.
- nn...nn: Start mode type 1:
- Initial: Initial start
- Normal: Normal start
- Recover: Rerun start
- xx...xx: Whether the import suppression function is used
- Skip: The import suppression function is used.
- Blank: The import suppression function is not used.
- m: Start mode type 2:
- N: Start from normal status
- C: Start from critical status
- S: Resumes processing.
KFRB03004-W
INSERT operation might occur DB contradiction, table name = aa...aa. (C)
- The same row might have been imported twice by the INSERT operation during restart in the critical status.
- aa...aa: Table name
- S: Resumes processing.
- [Action]
- See the unimported information file to determine whether the table contents are correct.
KFRB03005-I
Reflect process ended critical session. Changing normal session. (C)
- The import process's critical session has been completed.
The import process terminated import processing in the critical status. Import processing will now change to normal status.
- S: Resumes processing.
KFRB03006-I
Reflect process caught event, event id = nn...nn. (C)
- The import process detected an event.
- nn...nn: Event code
- Event code -1 indicates that an activity unit termination request from the source system was detected.
- S: Resumes processing.
KFRB03007-W
Reflect process found automatically rollback transaction. Retrying the transaction. (C)
- The import process detected a transaction that was rolled back implicitly. Datareplicator will re-execute the transaction.
- S: Resumes processing.
- [Action]
- Contention has occurred between locked resources. Check the referencing program and change a lock search to a no-lock search, if possible.
KFRB03008-I
Reflect process reached the end point of received data, file information = [mm...mm, nn...nn]. (C)
- The import process finished reading all the received update information.
- mm...mm: File ID
- nn...nn: File offset
- S: Resumes processing. Datareplicator goes into monitoring status until it receives the next data.
KFRB03009-I
Reflect process completed commitment, reason = aa...aa, file information = [mm...mm, nn...nn]. (C)
- The import process has completed synchronization point processing.
- Detail information:
- aa...aa: Reason for executing synchronization point processing:
- COMMIT INTERVAL: Specified cmtintvl value was reached.
- DISCONNECT INTERVAL: Specified discintvl value was reached.
- MAX SQL NUMBER: Specified reflect_trn_max_sqlnum value was reached.
- EVENT INFORMATION: Event was detected.
- END OF CONNECTION: End of one transmission with the source system was detected.
- END POINT OF QUEUE: End of update information was detected.
- PURGE TABLE REQUEST: PURGE TABLE was detected.#
- AFTER PURGE TABLE: PURGE TABLE was detected (after execution of PURGE TABLE)
- DEFINITION REQUEST: Change in a definition was detected.
- COMMAND REQUEST: Command termination was detected.
- SYNC EVENT: A synchronous event was detected.
- #
- The number of updating operations displayed in this message does not include PURGE TABLE because the synchronization point processing applies only to the updating operations up to the PURGE TABLE that triggered the processing.
- mm...mm: File ID
- nn...nn: File offset
- Detail information:
- Read transaction count = xx...xx(yy...yy)
- SQL count = [Insert:xx...xx(yy...yy), Update:xx...xx(yy...yy),
- Delete:xx...xx(yy...yy), Purge: xx...xx(yy...yy),
- timestamp:xx...xx(yy...yy), Commit: xx...xx(yy...xx)]
- Additional Transaction Info = zz...zz.
- Read transaction count: Number of transactions entered
- xx...xx: Number of transactions entered since the previous synchronization point processing
- yy...yy: Number of transactions entered since the import process started
- SQL count: Number of SQL statements issued
- Insert: Number of Insert statements issued.
- Update: Number of Update statements issued
- Delete: Number of Delete statements issued
- Purge: Number of Purge statements issued
- timestamp: Number of Insert statements issued to time-ordered table
- Commit: Number of Commit statements issued
- xx...xx: Count since the previous synchronization point processing
- yy...yy: Count since startup of the import process
- Additional Transaction Info: Extraction transaction information (zz...zz)
- S: Resumes processing. Datareplicator displays detail information indicating the number of SQL statements issued before synchronization point processing occurred.
KFRB03010-W
No row satisfying search condition in reflect table. Then the SQL statement skipped, table name = aa...aa, SQLKIND = bb...bb, database status = cc...cc. (C)
- Datareplicator ignored this SQL statement because the target table contained no rows that satisfy the specified condition.
- aa...aa: Table name
- bb...bb: SQL type
- cc...cc: Database status:
- NORMAL: Normal status
- CRITICAL: Critical status
- S: Resumes processing.
- [Action]
- See the unimported information file to determine whether the table contents are correct.
KFRB03011-I
Reflect process is now terminating database update, mode = nn...nn. (C)
- Import processing termination processing is starting.
- nn...nn: Termination mode:
- Normal: Normal termination
- Immediate: Termination by an immediate termination request
- Event: Termination by event detection
- Force: Forced termination
- Defserv: Termination by a definition detection
- S: Resumes processing.
KFRB03012-I
Reflect process terminated. (C)
- The import process has now terminated.
- S: Terminates processing.
KFRB03013-I
Reflect process terminated abnormally. (C)
- The import process terminated abnormally because an error was detected.
- S: Terminates processing.
KFRB03014-I
Reflect process aborted due to unexpected extract data received, additional information = [n, nn...nn, nn...nn]. (C)
- The import process terminated abnormally because an error was detected in the update information.
- n, nn...nn, nn...nn: File offset (internal information)
- S: Cancels processing.
- O: Obtain necessary information, such as a core dump, and contact the customer support center.
KFRB03015-E
Unable to continue Reflect process due to abnormal termination of child process. (C)
- The import process cannot continue because termination of its subprocess was detected.
- S: Terminates processing.
- O: Check the message that was output by the SQL or UOC execution process. Obtain a core dump, if available, and contact the customer support center.
KFRB03016-E
Can not change number of group on rerun mode. (C)
- You cannot change the key group in the rerun mode.
- S: Terminates processing.
- [Action]
- Restore the import definition to its status during the previous execution and re-execute import processing.
KFRB03017-I
Reflect process completed transaction recovery, kind = aa...aa, file information =[bb...bb, cc...cc]. (C)
- The import process completed transaction recovery.
- aa...aa: Recovery type:
- COMMIT: Commit recovery
- COMMIT & RESTART: Commit recovery combined with rollback recovery
- ROLLBACK: Rollback recovery
- bb...bb and cc...cc: Queue file information
- S: Resumes processing. In the case of commit recovery, Datareplicator re-executes the next transaction; otherwise, Datareplicator re-executes the previous transaction.
KFRB03021-E
Bad extracted data received, data kind = n. (C)
- An error was detected in the update information.
- n: Type of update information (internal information)
- S: Terminates processing (subsequently issues KFRB03014-I).
KFRB03022-W
Not found Table-id in reflect definition, Table-id = nn...nn. (C)
- Datareplicator detected update information for a table that is not defined in the import definition.
- nn...nn: Table ID (internal information)
- (If the table-based import method is being used, the table ID is output from one of the import processes.)
- S: Continues processing.
- [Action]
- If you specified defmerge=false in the import environment definition, you can ignore this message. If you specified defmerge=true, the extraction definition contradicts the update information. Terminate the target Datareplicator, synchronize the data linkage environments at the source and target, initialize them, and then re-create the target database on the basis of the source database.
KFRB03023-E
Row length between extracted data and extract definition unmatched, table name = aa...aa. (C)
- Datareplicator detected update information whose row length does not match the extraction definition.
- aa...aa: Table name
- S: Starts termination processing.
- [Action]
- The extraction definition contradicts the update information. Terminate the target Datareplicator, synchronize the data linkage environments at the source and target, initialize them, and then re-create the target database on the basis of the source database. Additionally, check the source system for operational errors.
KFRB03024-E
Bad column type found in extract definition, table name = aa...aa. (C)
- Invalid column attribute was detected in the extraction definition.
- aa...aa: Table name
- S: Starts termination processing.
- [Action]
- The extraction definition contradicts the update information. Terminate the target Datareplicator, synchronize the data linkage environments at the source and target, initialize them, and then re-create the target database on the basis of the source database. Additionally, check the source system for operational errors.
KFRB03025-E
Could not convert to target database language, table name = aa...aa. (C)
- Datareplicator was unable to convert the update information to the target database's character code set.
- aa...aa: Table name
- S: Terminates processing.
- [Action]
- Re-execute import processing. If this message is reissued, contact the customer support center.
KFRB03026-E
Number of extracted column data is not equal to extract definition, table name = aa...aa. (C)
- Datareplicator detected update information that was missing column information required for INSERT.
- aa...aa: Table name
- S: Starts termination processing.
- [Action]
- The extraction definition contradicts the update information. Terminate the target Datareplicator, synchronize the data linkage environments at the source and target, initialize them, and then re-create the target database on the basis of the source database. Additionally, check the source system for operational errors.
KFRB03027-E
Multi-value/Array column data found, table name = aa...aa. (C)
- Datareplicator detected update information that includes a repetition column or an array column.
- aa...aa: Table name
- S: Starts termination processing.
- [Action]
- You cannot import a repetition column (when the Datareplicator version is earlier than 05-02) or an array column. Terminate the target Datareplicator, synchronize the data linkage environments at the source and target, initialize them, and then re-create the target database on the basis of the source database.
- Delete the repetition or array column from the extraction definition or create a UOC routine to modify the import definition.
KFRB03028-W
Data convert error occurred. Reflect process set null value and continue, extract data name = aa...aa, reflect table name = bb...bb, reflect column name = cc...cc. (C)
- A data conversion error occurred. The import process resumes processing assuming the null value for the invalid extraction data.
- aa...aa: Update information name
- bb...bb: Table name subject to import processing
- cc...cc: Column name subject to import processing
- S: Resumes processing.
- [Action]
- See the unimported information file to identify the erroneous extraction data. If necessary, update the data manually.
KFRB03029-E
Data convert error occurred, extract data name = aa...aa, reflect table name = bb...bb, reflect column name = cc...cc. (C)
- A data conversion error occurred.
- aa...aa: Update information name
- bb...bb: Table name subject to import processing
- cc...cc: Column name subject to import processing
- S: Cancels processing.
- [Action]
- Terminate the target Datareplicator, synchronize the data linkage environments at the source and target, initialize them, and then re-create the target database on the basis of the source database
- See the unimported information file to identify the erroneous column and either delete it from the update information or use a UOC routine to import it.
KFRB03030-W
Could not convert to target database language. Reflect process skipped this extract data, table name = aa...aa, column name = bb...bb. (C)
- Datareplicator was unable to convert update information to the target database's character code set. Datareplicator will ignore this update information and continue import processing.
- aa...aa: Source table name
- bb...bb: Source column name
- Detail information: Displays as a hexadecimal character string the first 50 bytes of data that produced the character code conversion error.
- S: Resumes processing.
- O: See the detail information to determine the cause of the code conversion error. If necessary, re-create the affected target table on the basis of the corresponding source table.
KFRB03031-E
HiRDB data base CONNECT error occurred, authorization id = aa...aa, SQLCODE = nn...nn. (C)
- An error occurred while executing HiRDB CONNECT processing.
HiRDB CONNECT resulted in an error.
- aa...aa: Authorization identifier
- nn...nn: SQL code
- Detail information: Displays a HiRDB message indicating the cause of the error.
- S: Cancels processing.
- [Action]
- Eliminate the cause of the error and re-execute import processing.
KFRB03032-E
HiRDB data base PREPARE error occurred, table name = aa...aa, SQLCODE = nn...nn. (C)
- HiRDB PREPARE processing resulted in an error.
- aa...aa: Table name
- nn...nn: SQL code
- Detail information: Displays a HiRDB message indicating the mapping key information and the cause of the error.
- S: Cancels processing.
- [Action]
- Eliminate the cause of the error and re-execute import processing.
KFRB03033-E
HiRDB data base EXECUTE error occurred, table name = aa...aa, SQLCODE = nn...nn. (C)
- HiRDB EXECUTE processing resulted in an error.
- aa...aa: Table name
- nn...nn: SQL code
- Detail information: Displays a HiRDB message indicating the mapping key information and the cause of the error.
- S: Cancels processing.
- [Action]
- Eliminate the cause of the error and re-execute import processing.
- The following table shows example actions.
| SQL code |
Action |
| 100, -803 |
- If KFRB03007-W was issued before this message, the ROLLBACK processing might still be underway on HiRDB.
Terminate the target Datareplicator, and then restart it after no more transactions whose PROGRAM name begins with hdssqle are found by the pdls -d trn -a command.
- There might be an inconsistency between the source and target databases.
Locate the erroneous row from the contents of the unimported information file, check and correct the contents of the source and target databases, and then restart the import processing.
- A unique index for the table subject to extraction might not match the mapping key specified in the extraction definition.
Correct the specification so that the unique index for the table subject to extraction matches the mapping key specified in the extraction definition, and then initialize Datareplicator.
For details about the initialization procedure, see 6.2 Initialization procedure at the environment configuration stage.
|
| -912 |
- The cmtintvl operand value in the import environment definition might be too large.
Specify a smaller value in the cmtintvl operand, and then restart the import processing.
If the cmtintvl operand value is 1, increase the target database's locked resources, and then restart the import processing.
|
KFRB03034-E
HiRDB data base EXECUTE IMMEDIATE error occurred, table name = aa...aa, SQLCODE = nn...nn. (C)
- HiRDB EXECUTE IMMEDIATE processing resulted in an error.
- aa...aa: Table name
- nn...nn: SQL code
- Detail information: Displays a HiRDB message indicating the mapping key information and the cause of the error.
- S: Cancels processing.
- [Action]
- Eliminate the cause of the error and re-execute import processing.
KFRB03035-E
HiRDB data base COMMIT error occurred, SQLCODE = nn...nn. (C)
- HiRDB COMMIT processing resulted in an error.
- nn...nn: SQL code
- Detail information: Displays a HiRDB message indicating the cause of the error.
- S: Cancels processing.
- [Action]
- Eliminate the cause of the error and re-execute import processing.
KFRB03036-E
HiRDB data base DISCONNECT error occurred, SQLCODE = nn...nn. (C)
- HiRDB DISCONNECT processing resulted in an error.
- nn...nn: SQL code
- Detail information: Displays a HiRDB message indicating the cause of the error.
- S: Cancels processing.
- [Action]
- Eliminate the cause of the error and re-execute import processing.
KFRB03037-E
HiRDB data base ROLLBACK error occurred, SQLCODE = nn...nn. (C)
- HiRDB ROLLBACK processing resulted in an error.
- nn...nn: SQL code
- Detail information: Displays a HiRDB message indicating the cause of the error.
- S: Cancels processing.
- [Action]
- Eliminate the cause of the error and re-execute import processing.
KFRB03038-W
Update data for reflect column not exist in update information, extracted name = aa...aa, reflect table name = bb...bb. (C)
- Update data for the target column was not found in the update information.
- aa...aa: Update information name
- bb...bb: Table name subject to import processing
- S: Continues processing without importing this update information because data is not updated in the target column.
- [Action]
- If necessary, check for an error in the extraction definition and import definition.
KFRB03039-E
HiRDB data base SQL error occurred, SQLKIND = aa...aa. (C)
- SQL processing on HiRDB resulted in an error.
- aa...aa: SQL type
- "TRG": Trigger processing
- "AUD": Audit trail processing
- S: Cancels processing.
- [Action]
- Eliminate the cause of the error, and then re-execute the command.
- When the SQL type is AUD:
- Check the hirdb_audit_trail operand value in the extraction system definition or the import system definition. If you want to collect an audit trail, change the operand value.
- If there is no problem with the hirdb_audit_trail operand value, check the HiRDB message, and then eliminate the cause of the error.
KFRB03040-W
Reflect user own coding function returned warning code, process name = aa...aa, status = nn...nn. (C)
- The import information updating UOC routine returned a warning-level status.
- aa...aa: Import UOC process name
- nn...nn: Status code returned from the UOC routine
- S: Resumes processing.
- [Action]
- Check the contents of the import information editing UOC routine and take appropriate action.
KFRB03041-E
Reflect user own coding function returned error code, process name = aa...aa, status = nn...nn. (C)
- The import information updating UOC routine returned an error-level status.
- aa...aa: Import UOC process name
- nn...nn: Status code returned from the UOC routine
- S: Resumes processing.
- [Action]
- Eliminate the cause of the error and re-execute import processing.
KFRB03042-W
HiRDB data base EXECUTE error occurred. Reflect process skip this SQL and continue, table name = nn...nn, SQLCODE = aa...aa. (C)
- An error occurred during EXECUTE SQL processing, but Datareplicator skipped this SQL statement and resumed processing.
- nn...nn: Target table name
- aa...aa: SQL code
- S: Resumes processing.
KFRB03043-W
HiRDB data base EXECUTE IMMEDIATE error occurred. Reflect process skip this SQL and continue, table name = nn...nn, SQLCODE = aa...aa. (C)
- An error occurred during EXECUTE IMMEDIATE SQL processing, but Datareplicator skipped this SQL statement and resumed processing.
- nn...nn: Target table name
- aa...aa: SQL code
- S: Resumes processing.
KFRB03044-E
Column data UOC function returned error code, UOC function name = xx...xx, reflection table name = mm...mm, reflection column name = nn...nn, status = aa...aa. (C)
- The column data editing UOC function returned an error-level status.
- xx...xx: Name of the column data editing UOC function
- mm...mm: Target table name
- nn...nn: Target column name
- aa...aa: Status returned from the column data editing UOC routine
- S: Cancels processing.
- [Action]
- Eliminate the cause of the error and re-execute import processing.
KFRB03045-E
Invalid column data type set in column data UOC function, UOC function name = xx...xx, reflection table name = mm...mm, reflection column name = nn...nn. (C)
- The column data editing UOC function specified an invalid column data type.
- xx...xx: Name of the column data editing UOC function
- mm...mm: Target table name
- nn...nn: Target column name
- S: Cancels processing.
- [Action]
- Eliminate the cause of the error and re-execute import processing.
KFRB03046-E
Invalid column data length set in column data UOC function, UOC function name = xx...xx, reflection table name = mm...mm, reflection column name = nn...nn. (C)
- The column data editing UOC function specified an invalid length of the data.
- xx...xx: Name of the column data editing UOC function
- mm...mm: Target table name
- nn...nn: Target column name
- S: Cancels processing.
- [Action]
- Eliminate the cause of the error and re-execute import processing.
KFRB03047-W
HiRDB data base PREPARE error occurred. Reflect process skip this SQL and continue, table name = nn...nn, SQLCODE = aa...aa. (C)
- An error occurred during PREPARE SQL processing, but Datareplicator skipped this SQL statement and resumed processing.
- nn...nn: Target table name
- aa...aa: SQL code
- S: Resumes processing.
KFRB03048-E
HiRDB data base set 'W' in SQLWARN7, table name = nn...nn. (C)
- W was set in SQLWARN7 during SQL execution.
Detail information: Mapping key information
Datareplicator ignored import processing on a repetition column because the element specified for the repetition column was not found in the corresponding row.
- nn...nn: Target table name
- S: Cancels processing.
- [Action]
- Eliminate the cause of the error and re-execute import processing.
KFRB03049-W
HiRDB data base set 'W' in SQLWARN7. Reflect process skipped this SQL and continue, table name = nn...nn. (C)
- W was set in SQLWARN7 during SQL execution, but Datareplicator skipped this SQL statement and resumed processing.
Detail information: Mapping key information
Import processing on a repetition column was ignored because the element specified for the repetition column was not found in the corresponding row. Datareplicator skips this SQL statement and continues processing.
- nn...nn: Target table name
- S: Resumes processing.
KFRB03051-E
Data base CONNECT error occurred, data base = aa...aa, authorization id = nn...nn, error code = bb...bb. (C)
- An error occurred during DBMS CONNECT processing.
- aa...aa: DBMS type
- nn...nn: Authorization identifier
- bb...bb: DBMS error code
- S: Cancels processing.
- [Action]
- See the DBMS manual and eliminate the cause of the error, and then re-execute import processing.
KFRB03052-E
Data base PREPARE error occurred, data base = aa...aa, table name = nn...nn, error code = bb...bb. (C)
- An SQL statement analysis error occurred in a DBMS.
- aa...aa: DBMS type
- nn...nn: authorization-identifier.table-name
- bb...bb: DBMS error code
- S: Cancels processing.
- [Action]
- See the applicable DBMS manual and eliminate the cause of the error, and then re-execute import processing.
KFRB03053-E
Data base EXECUTE error occurred, data base = aa...aa, table name = nn...nn, error code = bb...bb. (C)
- An SQL execution error occurred in a DBMS.
- aa...aa: DBMS type
- nn...nn: authorization-identifier.table-name
- bb...bb: DBMS error code
- S: Cancels processing.
- [Action]
- See the applicable DBMS manual and eliminate the cause of the error, and then re-execute import processing.
KFRB03054-E
Data base ROLLBACK error occurred, data base = aa...aa, error code = bb...bb. (C)
- An error occurred during ROLLBACK processing on a DBMS.
- aa...aa: DBMS type
- nn...nn: Authorization identifier
- bb...bb: DBMS error code
- S: Cancels processing.
- [Action]
- See the applicable DBMS manual and eliminate the cause of the error, and then re-execute import processing.
KFRB03055-E
Data base COMMIT error occurred, data base = aa...aa, error code = bb...bb. (C)
- An error occurred during COMMIT processing on a DBMS.
- aa...aa: DBMS type
- bb...bb: DBMS error code
- S: Cancels processing.
- [Action]
- See the applicable DBMS manual and eliminate the cause of the error, and then re-execute import processing.
KFRB03056-E
Data base DISCONNECT error occurred, data base = aa...aa, error code = bb...bb. (C)
- An error occurred during DISCONNECT processing on a DBMS.
- aa...aa: DBMS type
- bb...bb: DBMS error code
- S: Cancels processing.
- [Action]
- See the applicable DBMS manual and eliminate the cause of the error, and then re-execute import processing.
KFRB03057-W
Data base EXECUTE error occurred, Reflect process skip this SQL and continue, data base = aa...aa, table name = bb...bb, error code = cc...cc. (C)
- An error occurred during SQL processing on a DBMS, but Datareplicator skipped this SQL statement and resumed processing.
- aa...aa: DBMS type
- bb...bb: Table name
- cc...cc: DBMS error code
- S: Resumes processing.
KFRB03058-W
Data base CONNECT error occurred. Retry connection to database, data base = aa...aa, authorization id = bb...bb, error code = cc...cc. (C)
- An error occurred during CONNECT processing on a DBMS. Datareplicator will re-execute CONNECT processing.
- aa...aa: DBMS type
- bb...bb: Authorization identifier
- cc...cc: DBMS error code
- S: Resumes processing.
KFRB03060-W
Reflect process terminated because HiRDB data base set 'W' in SQLWARN6, table name = nn...nn, SQLCODE = aa...aa. (C)
- An SQL error occurred on the SQLCODE that is to be skipped, but processing was terminated because SQLWARN6 (implicit rollback) occurred.
- nn...nn: Target table name
- aa...aa: SQL code
- S: Cancels processing.
- O: Eliminate the cause of the SQL error, and then re-execute import processing.
KFRB03070-E
Error occurred in XA mode start. (C)
- An error occurred during start in the XA mode.
- S: Cancels processing.
- O: Check the target HiRDB's message, eliminate the cause of the error, and then re-execute.
KFRB03071-E
Commitment prepare error occurred in transaction, XID = aa...aa. (C)
- An error occurred during transaction commit preparation.
- aa...aa: Transaction identifier
- S: Cancels processing.
- O: Check the target HiRDB's message, eliminate the cause of the error, and then re-execute.
KFRB03072-E
Commitment error occurred in transaction, XID = aa...aa. (C)
- An error occurred during transaction commit processing.
- aa...aa: Transaction identifier
- S: Cancels processing.
- O: Check the target HiRDB's message, eliminate the cause of the error, and then re-execute.
KFRB03073-E
Rollback error occurred in transaction, XID = aa...aa. (C)
- An error occurred during transaction rollback processing.
- aa...aa: Transaction identifier
- S: Cancels processing.
- O: Check the target HiRDB's message, eliminate the cause of the error, and then re-execute.
KFRB03074-E
Error occurred in HiRDB interface function, function = aa...aa, value = bb...bb. (C)
- The HiRDB interface function resulted in an error.
- aa...aa: Function name
- bb...bb: Function's return value
- S: Cancels processing.
- O: Contact the customer support center.
KFRB03075-E
HiRDB don't support 2 phase commitment. (C)
- The target HiRDB does not support the two-phase commit method.
fxa_sqle or fxa_all is specified for commit_method in the import system definition, but the target HiRDB does not support the two-phase commit method. The PATH or SHLIB_PATH environment variable might not have been specified correctly; or, library load processing might have failed due to a memory shortage.
- S: Cancels processing.
- O: Check the HiRDB version, the specification of commit_method, and the specification of the PATH or SHLIB_PATH environment variable, and then re-execute.
KFRB03076-W
HiRDB cannot accept the recovery request of the transaction. Retrying the recovery request, XID = aa...aa, function name = bb...bb, return = cc...cc. (C)
- HiRDB could not accept the transaction recovery request. The recovery request will be reissued.
- aa...aa: Transaction identifier
- bb...bb: Function name
- cc...cc: Function's return value
- S: Resumes processing.
KFRB03077-I
HiRDB accepted the recovery request of the transaction, XID = aa...aa, function name = bb...bb, return = cc...cc. (C)
- HiRDB accepted the transaction recovery request.
- aa...aa: Transaction identifier
- bb...bb: Function name
- cc...cc: Function's return value
- S: Resumes processing.
KFRB03078-E
In spite of reach maximum retry times, HiRDB cannot accept the recovery request of the transaction, XID = aa...aa, function name = bb...bb, return = cc...cc, retry count = dd...dd. (C)
- The maximum retry count was reached, but HiRDB could not accept the transaction recovery request.
- aa...aa: Transaction identifier
- bb...bb: Function name
- cc...cc: Function's return value
- dd...dd: Retry count
- S: Cancels processing.
- [Action] Increase the xa_recovery_retry_count and xa_recovery_retry_interval operand values in the import environment definition. Once the target HiRDB has started, restart the import processing.
KFRB03080-E
Environment handle allocation error occurred. (C)
- An error occurred while setting up the ODBC environment handle.
- S: Cancels processing.
- [Action]
- See the ODBC manual and eliminate the cause of the error, and then re-execute import processing.
KFRB03081-E
Connection handle allocation error occurred. SQLSTATE = aa...aa. (C)
- An error occurred while setting up the ODBC connection handle.
- aa...aa: SQLSTATE
- S: Cancels processing.
- [Action]
- See the ODBC manual and eliminate the cause of the error, and then re-execute import processing.
KFRB03082-E
Statement handle allocation error occurred. SQLSTATE = aa...aa. (C)
- An error occurred while setting up the ODBC statement handle.
- aa...aa: SQLSTATE
- S: Cancels processing.
- [Action]
- See the ODBC manual and eliminate the cause of the error, and then re-execute import processing.
KFRB03083-E
Unable to get information of ODBC driver, SQLSTATE = aa...aa. (C)
- Datareplicator was unable to read the ODBC driver information.
- aa...aa: SQLSTATE
- S: Cancels processing.
- [Action]
- See the ODBC manual and eliminate the cause of the error, and then re-execute import processing.
KFRB03084-E
Unable to set attributes of connections, Attribute = aa...aa, Value = bb...bb, SQLSTATE = cc...cc. (C)
- Datareplicator was unable to set up the Connect attribute.
- aa...aa: Attribute
- bb...bb: Value
- cc...cc: SQLSTATE
- S: Cancels processing.
- [Action]
- See the ODBC manual and eliminate the cause of the error, and then re-execute import processing.
KFRB03085-W
ODBC function returned warning code, function name = aa...aa, SQLSTATE = bb...bb. (C)
- A warning occurred in an ODBC function.
- aa...aa: ODBC function name
- bb...bb: SQLSTATE
- S: Resumes processing.
KFRB03086-E
Data base CONNECT error occurred, datasource = aa...aa, authorization id = bb...bb, SQLSTATE = cc...cc, error code = dd...dd. (C)
- An error occurred during ODBC CONNECT processing.
- aa...aa: Data source name
- bb...bb: Authorization identifier
- cc...cc: SQLSTATE
- dd...dd: DBMS error code
- S: Cancels processing.
- [Action]
- See the ODBC manual and eliminate the cause of the error, and then re-execute import processing.
KFRB03087-E
Invalid ODBC version of ODBC driver, version = aa...aa. (C)
- The ODBC driver's ODBC version is invalid.
- aa...aa: ODBC version
- S: Cancels processing.
- [Action]
- Check the supported versions of the ODBC driver that is being used.
KFRB03088-E
Invalid ODBC API conformance level of ODBC driver, conformance level = aa...aa. (C)
- The ODBC driver's ODBC conformance level is invalid.
- aa...aa: Conformance level
- S: Cancels processing.
- [Action]
- Check your ODBC driver's conformance level.
KFRB03089-E
ODBC statement handle free error occurred, SQLSTATE = aa...aa, OPTION = bb...bb. (C)
- An error occurred while freeing the ODBC statement handle.
- aa...aa: SQLSTATE
- bb...bb: SQLFreeStmt() option
- S: Cancels processing.
- [Action]
- See the ODBC manual and eliminate the cause of the error, and then re-execute import processing.
KFRB03090-E
ODBC function returned error code, function name = aa...aa, SQLSTATE = bb...bb. (C)
- An ODBC function resulted in an error.
- aa...aa: ODBC function name
- bb...bb: SQLSTATE
- S: Cancels processing.
- [Action]
- See the ODBC manual and eliminate the cause of the error, and then re-execute import processing.
KFRB03091-W
Unable to set ODBC timeout, SQLSTATE = aa...aa. (C)
- Datareplicator was unable to specify timeout for the ODBC function.
- aa...aa: SQLSTATE
- S: Resumes processing using the default setting (no timeout).
KFRB03092-W
Data base CONNECT error occurred, Retry connection to database, datasource = aa...aa, authorization id = bb...bb, SQLSTATE = cc...cc, error code = dd...dd. (C)
- An error occurred during ODBC CONNECT processing. Datareplicator will retry CONNECT processing.
- aa...aa: Data source name
- bb...bb: Authorization identifier
- cc...cc: SQLSTATE
- dd...dd: DBMS error code
- S: Resumes processing.
KFRB03094-W
HiRDB data base SQL error occurred, SQLKIND = aa...aa. (C)
- Although an error occurred during SQL processing on HiRDB, the system ignores this error and resumes processing.
- aa...aa: SQL type
- "AUD": Audit trail processing
- S: Resumes processing.
- [Action]
- Eliminate the cause of the error, and then re-execute the command.
- When the SQL type is AUD:
- Check the hirdb_audit_trail operand value in the import system definition. If you want to collect an audit trail, change the operand value to a value other than none_cont or none_stop.
- If SQL statements are not issued to HiRDB from an import information editing UOC routine, change the hirdb_audit_trail operand value to a value other than none_cont or none_stop or do not link a HiRDB library when you create the executable file for the import information editing UOC routine.
- If SQL statements are issued to HiRDB from an import information editing UOC routine, make sure that no SQL statement that violates the creation rules is issued, and, if necessary, correct the import information editing UOC routine.
- If none of the above problems applies, check the HiRDB messages and eliminate the cause of the error.
KFRB03101-W
Row not found at UPDATE request and now changing INSERT, extracted name = aa...aa, reflect table name = bb...bb. (C)
- There is no row subject to UPDATE. UPDATE is being changed to INSERT.
- aa...aa: Update information name
- bb...bb: Table name subject to import processing
- The mapping key value is output as additional information.
- S: Resumes processing.
KFRB03102-W
Row already exists at INSERT request and now changing UPDATE, extracted name = aa...aa, reflect table name = bb...bb. (C)
- The row subject to INSERT already exists. INSERT is being changed to UPDATE.
- aa...aa: Update information name
- bb...bb: Table name subject to import processing
- The mapping key value is output as additional information.
- S: Resumes processing.
KFRB03103-W
Change DELETE request to UPDATE (NULL value) because table merge option, extracted name = aa...aa, reflect table name = bb...bb. (C)
- Datareplicator changed DELETE to UPDATE (null value) on the basis of the merge table option.
- aa...aa: Update information name
- bb...bb: Table name subject to import processing
- The mapping key value is output as additional information.
- S: Resumes processing.
KFRB03104-E
Conversion failed from INSERT to UPDATE statement, extracted name = aa...aa, reflect table name = bb...bb. (C)
- Datareplicator was unable to change INSERT to UPDATE for the corresponding rows.
- aa...aa: Update information name
- bb...bb: Table name subject to import processing
- The mapping key value is output as additional information. In addition, a simple dump is output under the HDSPATH directory.
- S: Terminates processing.
- O: Save the simple dump and contact the customer support center.
KFRB03105-E
Conversion failed from DELETE to UPDATE statement, extracted name = aa...aa, reflect table name = bb...bb. (C)
- Datareplicator was unable to change DELETE to UPDATE for the corresponding rows.
- aa...aa: Update information name
- bb...bb: Table name subject to import processing
- The mapping key value is output as additional information. Also, a simple dump is output under the HDSPATH directory.
- S: Terminates processing.
- O: Save the simple dump and contact the customer support center.
KFRB03106-W
Though the DELETE request was changed to UPDATE(NULL value) request, the UPDATE(NULL value) request was skipped because of no row satisfying search condition, extracted name = aa...aa, reflect table name = bb...bb. (C)
- Because the sqlconvopt2 option was specified for the merge table, DELETE was converted to UPDATE with a NULL value, and then the SQL statement was issued. However, this SQL statement was ignored because the target table contained no row satisfying the condition.
- aa...aa: Update information name
- bb...bb: Target table name
- The mapping key value is displayed as additional information.
- S: Resumes processing.
KFRB03110-W
Log data is ADT attribute data specified INSERT. Reflect process set null value and continue, extract data name = aa...aa, reflect table name = bb...bb, reflect column name = cc...cc. (C)
- Datareplicator executed INSERT with the attribute of an abstract data type specified according to the options specified for the merge table and time-ordered information table. Datareplicator assumes the null value for any invalid extraction data and resumes import processing.
- aa...aa: Update information name
- bb...bb: Table name subject to import processing
- cc...cc: Target column name
- S: Terminates processing.
- O: See the import error information file to determine the extraction data and check the data. If necessary, update the data manually.
KFRB03111-E
Not exist hash function library, library name = aa...aa. (C)
- The hash function library was not found.
- aa...aa: Library name
- S: Terminates processing.
- [Action]
- Obtain necessary information, such as error files, and contact the customer support center.
KFRB03112-E
Failed to load hash function library, library name = aa...aa, errno = bb...bb. (C)
- A load error occurred in the hash function library.
- aa...aa: Library name
- bb...bb: Error number
- S: Terminates processing.
- [Action]
- Obtain necessary information, such as error files, and contact the customer support center.
KFRB03113-E
Failed to find hash function symbol, function name = aa...aa, errno = bb...bb. (C)
- Acquisition of a hash function symbol failed.
- aa...aa: Function name
- bb...bb: Error number
- S: Terminates processing.
- [Action]
- Obtain necessary information, such as error files, and contact the customer support center.
KFRB03114-E
Hash function error occurred, return code = aa...aa. (C)
- The hash function terminated with an error.
- aa...aa: Return code
- S: Terminates processing.
- [Action]
- Obtain necessary information, such as error files, and contact the customer support center.
KFRB03115-E
Invalid hash value returned from hash function, RDAREA number = aa...aa, RDAREA index = bb...bb. (C)
- The hash function returned an invalid RDAREA specification order.
- aa...aa: Number of RDAREAs
- bb...bb: RDAREA specification order
- S: Terminates processing.
- [Action]
- Obtain necessary information, such as error files, and contact the customer support center.
KFRB03116-W
Null value set in hash key column, hash key column name = aa...aa. (C)
- The null value was set in the hash key column.
- aa...aa: Name of the hash key column
- S: Resumes processing without importing the corresponding update information.
KFRB03117-E
Failed to get hash key column data, hash key column name = aa...aa. (C)
- Acquisition of the hash key column value failed.
- aa...aa: Name of the hash key column
- S: Terminates processing.
- [Action]
- Obtain necessary information, such as error files, and contact the customer support center.
KFRB03201-I
Definition Server process started. mode = nn...nn. (C)
- The import definition server process has started.
- nn...nn: Type of start mode:
- Initial: Initial start
- Normal: Normal start
- Recover: Rerun start
- S: Resumes processing.
KFRB03202-I
Definition Server process terminated, status = nn...nn, addinfo = xx...xx. (C)
- The import definition server process has terminated.
- nn...nn: Termination status:
- Initial: Initial status (starts with initialization at restart)
- Normal: Normal termination status
- Immediate: Immediate termination status
- Event: Event termination status
- Error: Error termination status (executes rerun at restart)
- xx...xx: Detail information (internal information)
- S: Terminates processing.
- [Action]
- If the termination status is Initial or Error, an error might have occurred. Check the error message issued before this message. If an error occurred, eliminate the cause of the error, and then re-execute import processing.
KFRB03203-E
Definition Server process terminated abnormally, module = aa...aa, line = nn...nn, addinfo = xx...xx. (C)
- The import definition server process terminated abnormally due to an error.
- aa...aa: Module name
- nn...nn: Line number
- xx...xx: Detail information (internal information)
- S: Cancels processing.
- O: Obtain necessary information, such as a core dump, contact the customer support center.
KFRB03204-I
Now, watching reflect process. (C)
- Datareplicator is monitoring the import process.
- S: Resumes processing.
KFRB03205-I
Found abnormal termination of Reflect process, group name = aa...aa. (C)
- Datareplicator detected abnormal termination of the import process.
- aa...aa: Group name
- S: Resumes processing.
KFRB03206-E
Reflection-env file parsing error occurred. (C)
- An error occurred while analyzing the import environment definition file.
- S: Starts termination processing.
- [Action]
- Correct the operand(s) specified in the import environment definition file.
KFRB03207-E
Internal error occurred in definition server, factor code = aa...aa, addinfo = [mm...mm, nn...nn]. (C)
- The import definition server process resulted in an internal error.
- aa...aa: Cause code
- mm...mm, nn...nn: Detail information (internal information)
- S: Terminates processing.
- [Action]
- Obtain necessary information, such as the import error information file, and contact the customer support center.
KFRB03208-I
Defer start of reflection, deferred time = aa...aa minutes, reflect mode = nn...nn. (C)
- The start of import processing will be delayed.
- aa...aa: Delay time
- If this value is 0, import processing will be delayed until the import processing restart request is issued.
- nn...nn: Import processing method after delay start:
- TBL: Table-based import method
- TRN: Transaction-based import method
- SPD: Undetermined (the method will be determined when an import processing restart request is issued because neither the breaktime nor the breakmode operand is specified)
- S: Resumes processing.
KFRB03209-I
Initialization completed in reflection. (C)
- Initialization of import processing has been completed.
- S: Resumes processing.
KFRB03210-I
Accepted stop request in reflector, request kind = aa...aa. (C)
- An import processing stop request was accepted.
- aa...aa: Request type:
- Normal: Because Datareplicator accepted the hdsstop command, it will terminate processing after completing import processing through the last end-of-transmission message.
- Event: Because Datareplicator accepted the hdsstop -t event command, it will terminate processing after importing the first event that occurs from now on.
- Force: Because Datareplicator accepted the hdsstop -t force command, it will terminate processing after database conformity is achieved.
- Spd: Because Datareplicator accepted the hdsrfctl -m spd command, it will terminate processing after importing the first event that occurs from now on.
- S-Immediate: Because Datareplicator accepted the hdsstop -t immediate command, it will wait for termination of the import process.
- R-Immediate: Because Datareplicator accepted the hdsrfctl -d data-linkage-identifier -m immediate command, it will wait for termination of the import process.
- G-Immediate: Because Datareplicator accepted the hdsrfctl -g synchronous-import-group-name -m immediate command, it will wait for termination of the import process.
- S: Resumes processing.
KFRB03211-I
All reflect process caught event, event-id = aa...aa. (C)
- All import processes have reached the indicated event.
- aa...aa: Event ID
- S: Resumes processing.
KFRB03213-W
Reflection skip information, extract id = aa...aa. (C)
- Importing of the specified update information was suppressed.
- aa...aa: Identifier of update information whose importing was suppressed
- S: Resumes processing.
KFRB03214-E
Reflection skip list file definition error, file name = aa...aa, line no = bb...bb, reason = cc...cc. (C)
- A definition error was detected in the import suppression list file.
- aa...aa: Name of the import suppression list file
- bb...bb: Number of the line where the error occurred
- cc...cc: Reason code:
- 11: Analysis error
- 12: Duplicate registration error
- 13: Detection of unsupported control code
- S: Terminates processing.
- O: Correct the import suppression list file.
KFRB03301-I
Synchronization control process started. (C)
- The synchronization managing process has started.
- S: Resumes processing.
KFRB03302-I
Synchronization control process ended. (C)
- The synchronization managing process has terminated.
- S: Resumes processing.
KFRB03303-E
Exceeded limit time or transaction count of processing, detail = aa...aa. (C)
- The maximum time to wait until synchronization was exceeded, or the maximum number of transactions to wait for until synchronization was exceeded.
- aa...aa: Reason the maximum value was exceeded:
- time: Maximum time to wait until synchronization
- transaction count: Maximum number of transactions to wait for until synchronization
- S: Cancels processing.
- O: Take the following action:
- When aa...aa is time:
- Take one of the following actions:
- Check files such as the error information file, eliminate the cause of prolonged processing time, and then restart the import processing.
- Increase the syncwait_limit_time operand value in the import system definition, and then restart the target Datareplicator.
- When aa...aa is transaction count:
- Increase the syncwait_limit_tran_count operand value in the import system definition, and then restart the target Datareplicator.
- If the error cannot be corrected by these actions, disable the synchronous import group (hdsstart -c synchronous-import-group-name) at the target Datareplicator, and then restart the Datareplicator.
KFRB03304-E
Unable to specified dsid of Synchronization control process, group name = aa...aa, dsid = bb, command = cc...cc. (C)
- The data linkage identifier constituting a synchronous import group cannot be manipulated.
- aa...aa: Synchronous import group name
- bb: Data linkage identifier
- cc...cc: Command name
- S: Resumes processing. However, the system will not accept commands.
- O: Specify the synchronous import group name, and then re-execute the command.
KFRB03311-E
Unable to continue Reflect process due to abnormal termination of Synchronized control process. (C)
- Termination of a synchronization managing process was detected. The system will terminate all import processing that constitutes the synchronous import group.
- S: Cancels processing.
- O: Eliminate the cause of the error according to the message that was displayed immediately before this message, and then use the hdsstart or hdsrfctl command to restart the synchronous import group.
KFRB03312-E
Detected illegal extract data. (C)
- Datareplicator detected update information that is not supported by the import transaction synchronization facility. The pd_rpl_reflect_mode operand value might have been changed at the source HiRDB.
- S: Cancels processing.
- O: Use the hdsstop command to terminate the target Datareplicator, disable the synchronous import group (hdsstart -c synchronous-import-group-name), and then restart the Datareplicator.
KFRB03314-W
Executed purge table, table name = aa...a. (C)
- Part of the import transaction was committed by execution of Purge table. From now on, synchronization of import transactions cannot be guaranteed until a synchronous event is detected.
- aa...a: Name of the extraction table on which Purge table was executed
- A table name followed by 30 bytes of spaces is output.
- S: Resumes processing.
- O: From now on, synchronization of import transactions cannot be guaranteed until a synchronous event is detected. Execute a synchronous event immediately at the source system.
KFRB03315-E
UOC cannot be executed. (C)
- The import transaction synchronization facility does not support an import information editing UOC.
- S: Cancels processing.
- O: Delete the specification of by 'uoc-name' from the load statement in the import definition.
KFRB03316-W
Detected illegal event code, event code = aa...a. (C)
- The import transaction synchronization facility does not support any event codes other than ones specified in eventsync.
- aa...a: Detected event code
- S: Ignores the indicated event code and resumes processing.
KFRB03317-E
Detected illegal extract definition. (C)
- The extraction definition cannot be changed while the import transaction synchronization facility is in use.
- S: Cancels processing.
- O: Use the hdsstop command to terminate the target Datareplicator, disable the synchronous import group (hdsstart -c synchronous-import-group-name), and then restart the Datareplicator.
KFRB04001-E
File access error was occurred, operation = nnnnn, file = aa...aa, errno = xx...xx. (S)
- A file manipulation error was detected.
- nnnnn: Manipulation type (system call name)
- aa...aa: Filename
- xx...xx: Error number
- Error number 0 indicates as follows:
- If the manipulation type is open: The file has not been initialized or an initialization error occurred.
- If the manipulation type is read: The file contents are invalid.
- If the manipulation type is write: There is not enough disk space.
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04002-E
Necessary file not found, file = aa...aa. (S)
- A required file is missing.
- aa...aa: Filename
- S: Cancels processing.
- O: See the following table and take appropriate action based on the command that was executed and the file name displayed in aa...aa:
| Command |
File name |
Description |
Action |
| hdestart_n |
Extraction system definition file name |
The extraction system definition file was not found. Possible causes include:
- An invalid directory was specified in the HDEPATH environment variable.
- An attempt was made to start the extraction master process at a node that does not contain the system manager (the command was executed with the -b option omitted).
|
- When the cause is 1
Specify the correct directory in the HDEPATH environment variable.
- When the cause is 2
To start the extraction master process, execute the command at the node where the system manager is located.
|
| hdestop_n |
errfile_1server-name |
The extraction node master error information file was not found. Possible causes include:
- An invalid directory was specified in the HDEPATH environment variable.
- The value of the nodecontrol operand in the extraction system definition is unit.
- The server specified in the -b option is not located at the node where the command was executed, or an invalid server name was specified in the -b option.
- The extraction node master error information file was deleted illegally.
|
- When the cause is 1
Specify the correct directory in the HDEPATH environment variable.
- When the cause is 2
To terminate the source Datareplicator, use the hdestop command. For details about using the hdestop_n command, such as prerequisites, see 7. Command Syntax.
- When the cause is 3
Check whether the command was executed at the node where the server specified in the -b option is located.
- When the cause is 4
The hdestop_n command cannot be executed. Use the hdestop command to terminate the source Datareplicator.
|
| Extraction system definition file name |
The extraction system definition file was not found. Possible causes include:
- An invalid directory was specified in the HDEPATH environment variable.
- An attempt was made to terminate the extraction master process at a node that does not contain the system manager (the command was executed with the -b option omitted).
|
- When the cause is 1
Specify the correct directory in the HDEPATH environment variable.
- When the cause is 2
Execute the command at the node where the system manager is located.
|
| Other |
-- |
A file required for command execution is missing. |
Eliminate the cause of the error, and then re-execute the command. |
KFRB04003-E
Invalid file size, file = nn...nn, size = aa...aa. (S)
- A file size is invalid.
- nn...nn: Filename
- aa...aa: File size
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04004-E
Invalid file type, file = aa...aa. (S)
- A type of file is invalid.
- aa...aa: Filename
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04005-E
Invalid file data, file = aa...aa. (S)
- The contents of a file are invalid.
- aa...aa: Filename
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04006-E
Unable to use both UNIX regular file and Character special file. (S)
- You cannot mix UNIX regular files and character special files.
- S: Cancels processing.
- O: Correct the type of files to be used by referencing 4.6.2 Preparation of the files used with the source Datareplicator or 4.7.2 Preparation of the files used with the target Datareplicator, and then re-execute.
KFRB04007-E
Necessary directory not found, directory = aa...aa. (S+L)
- A required directory is missing.
aa...aa: Directory name
- S: Cancels processing.
- O: See the following table and take appropriate action based on the command that was executed and the directory name displayed in aa...aa:
| Command |
Directory name |
Description |
Action |
| hdestart_n |
Directory name specified in the HDEPATH environment variable |
The source Datareplicator's directory was not found. |
Specify the correct directory in the HDEPATH environment variable. |
| hdestop_n |
KFRB04011-E
Semaphore operation failure, sem-id = aa...aa, kind = nn...nn, errno = xx...xx. (S)
- Lock processing failed.
- aa...aa: Semaphore ID
- nn...nn: Lock type
- xx...xx: Error number set in errno
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04012-E
Unable to allocate semaphore, sem-key = aa...aa, size = bb...bb, errno = cc...cc. (S)
- Semaphore allocation failed.
- aa...aa: Semaphore key
- bb...bb: Semaphore allocation size
- cc...cc: Error number set in errno
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04021-E
Signal operation failure, process-id = aa...aa, kind = bb...bb, errno = xx...xx. (S)
- Signal manipulation failed.
- aa...aa: Remote process ID
- bb...bb: Signal to be sent
- xx...xx: Error number set in errno
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. If Datareplicator was started from JP1/Cm2, you must be a superuser to re-execute this processing.
- If errno=1 is displayed, the user who started the target process must re-execute the command.
KFRB04031-E
Cannot exec child process, process name = aa...aa, errno = xx...xx. (C)
- Datareplicator is unable to execute a subprocess.
- aa...aa: Subprocess name
- xx...xx: Error number set in errno
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04032-E
Cannot fork child process, errno = xx...xx. (S)
- Datareplicator is unable to generate a subprocess.
- xx...xx: Error number set in errno
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04033-E
Timeout occurred in Source site Datareplicator start, waiting time = aa...aasecond, process name = bb...bb. (S)
- The source Datareplicator did not complete its start processing within aa...aa seconds.
- aa...aa: Time to wait for completion of start processing
- bb...bb: Name of the process to be started
- S: Stops processing.
- O: Contact the customer support center and obtain a core dump that has been output under the directory used to execute the hdestart command.
KFRB04034-E
Found abnormal termination process, pid = aa...aa, process name = bb...bb. (S)
- Abnormal termination of a process was detected.
- aa...aa: Process ID of the child process that terminated abnormally
- bb...bb: Name of the process to be started
- S: Stops processing.
- O: Check for messages output to syslogfile, msterrfile1, or msterrfile2, eliminate the cause of the error, and then re-execute the hdestart command. If no message was output, contact the customer support center.
KFRB04041-E
Shared memory operation failure, type = mm...mm, shm-id = aa...aa, kind = nn...nn, errno = xx...xx. (S)
- Manipulation of shared memory failed.
- mm...mm: Type of shared memory
- aa...aa: Shared memory ID
- nn...nn: Manipulation type
- xx...xx: Error number set in errno
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04042-E
Unable to allocate shared memory, type = mm...mm, shm-key = aa...aa, size = bb...bb, errno = cc...cc. (S)
- Allocation of shared memory failed.
- mm...mm: Type of shared memory
- aa...aa: Shared memory key
- bb...bb: Allocation size of shared memory
- cc...cc: Error number set in errno
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04051-E
Insufficient memory, type = mm...mm, size = nn...nn, errno = xx...xx. (S)
- There is not enough memory.
- mm...mm: Detail code
- nn...nn: Allocation size of memory
- xx...xx: Error number set in errno
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04061-E
Necessary environment variable value cannot get, variable name = aa...aa. (S)
- An environment variable required for manipulation is not specified.
- aa...aa: Environment variable name
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04062-E
Environment variable value invalid, variable name = aa...aa. (S)
- The value specified for an environment variable is invalid.
- aa...aa: Environment variable name
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04071-E
Standard input not terminal. (S)
- The standard input is not a terminal.
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04101-E
Invalid command argument. (S)
- Specified command argument is invalid.
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04102-E
Invalid option specified, option name = aa...aa. (S)
- An invalid command option was detected.
- aa...aa: Command option
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04103-E
Necessary option not specified, option name = aa...aa. (S)
- A required command option is missing.
- aa...aa: Command option
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04104-E
Option value is invalid, option name = aa...aa. (S)
- Value of a command option is invalid.
- aa...aa: Command option
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04105-E
Options can not specify simultaneously, option name = aa...aa and bb...bb. (S)
- Mutually exclusive command options are specified.
- aa...aa and bb...bb: Command options
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04201-E
Invalid User-id found. (S)
- User ID is invalid.
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04202-E
Invalid Password found. (S)
- Password is invalid.
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04203-E
Invalid Time range in definition file, definition file = aa...aa. (S)
- A time specified in a definition file is invalid.
- aa...aa: Name of the import system definition file or import environment definition file
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04204-E
Invalid HiRDB Datareplicator-id found in definition file, definition file = aa...aa. (S)
- A target Datareplicator identifier specified in a definition file is invalid.
- aa...aa: Name of the import system definition file or import environment definition file
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04205-E
Invalid replication node-id found in definition file, definition file = aa...aa. (S)
- A data linkage identifier specified in a definition file is invalid.
- aa...aa: Name of the import system definition file or import environment definition file
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04206-E
Invalid service name found in definition file, definition file = aa...aa. (S)
- A service name specified in a definition file is invalid.
- aa...aa: Name of the import system definition file or import environment definition file
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04207-E
Invalid file name found in definition file, file name = aa...aa, definition file = bb...bb. (S)
- A filename specified in a definition file is invalid.
- aa...aa: Specified filename
- bb...bb: Name of the import system definition file or import environment definition file
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04208-E
Invalid T-SELECTOR found in definition file, definition file = aa...aa. (S)
- T-selector specified in a definition file is invalid.
- aa...aa: Name of the import system definition file
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04211-E
Sector size is larger than queuesize, sector size = aa...aa, queuesize = bb...bb. (S)
- The sector length is greater than the size of the import information queue file.
- aa...aa: Sector length
- bb...bb: Queue file size
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04212-E
Sector size is larger than statssize, sector size = aa...aa, statssize = bb...bb. (S)
- The sector length is greater than the size of the import status file.
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04213-E
Command option value is not equal to dsid number of incomplete initialization, previous value = aa...aa, current value = bb...bb. (S)
- The specified data linkage identifier number is different from the one specified during the partial initialization that resulted in being incomplete.
- aa...aa: Previous data linkage identifier number specified
- bb...bb: Data linkage identifier number specified this time
- S: Cancels processing.
- O: Specify the previous data linkage identifier number and re-execute partial initialization; or, initialize the entire target Datareplicator.
KFRB04214-E
The initializing which designated dsid was incomplete, dsid no= aa...aa. (S)
- Partial initialization cannot be completed.
- aa...aa: Data linkage identifier number specified during the previous partial initialization
- S: Cancels processing.
- O: Specify the previous data linkage identifier number and re-execute partial initialization; or, initialize the entire target Datareplicator.
KFRB04215-E
Target site Datareplicator is not initialized. (S)
- The target Datareplicator has not been initialized.
- S: Cancels processing.
- O: Initialize the entire target Datareplicator.
KFRB04216-I
Target site Datareplicator initialization completed. (C)
- Initialization of the target Datareplicator has been completed.
- S: Terminates the system.
KFRB04217-E
Unable to initialize target site Datareplicator, because there are data to be reflected. (S)
- The import environment cannot be initialized.
- S: Cancels processing.
- O: Take appropriate action according to the target Datareplicator's status.
| Target Datareplicator's status |
Action |
- There is still unimported update information that needs to be imported.
|
Import all unimported update information, and then reinitialize Datareplicator. |
- There is still unimported update information, but there is no need to import it.
- All update information has been imported, but Datareplicator was terminated forcibly by the hdsstop -t force command.
- The import information status file or import information queue file was created as a character special file and Datareplicator is to be initialized for the first time.
- The status file name specified in the statsfile operand in the import environment definition is to be changed, but a file with the new status file name already exists.
|
Reinitialize Datareplicator with the hdsstart -i -f command. |
KFRB04218-I
Command request was ignored because process is running, process = aa...aa, pid = bb...bb. (S+L)
- The start request was ignored because the specified process was already running.
- aa...aa: Process type:
- hdemaster: Extraction master process
- hdenodemst: Extraction node master process
- bb...bb: Process ID
- S: Cancels processing.
KFRB04219-E
Command request was ignored because process is not running, process = aa...aa. (S+L)
- The termination request was ignored because the specified process was not running.
- aa...aa: Process type:
- hdemaster: Extraction master process
- hdenodemst: Extraction node master process
- Note:
- If the hdestop_n command is executed in an environment in which all the conditions listed below are satisfied, this message is displayed as the communication execution result even when the extraction node master process is running:
- The nodecontrol operand value in the extraction system definition is unit.
- There is a file named errfile1_server-name under the operation directory.
- The hdestop_n com is executed with the -b operand specified.
- Use the hdestop command to terminate the source Datareplicator in such a case.
- For details about using the hdestop_n command, such as prerequisites, see 7. Command Syntax.
- S: Cancels processing.
KFRB04220-E
Unable to execute aa...aa command because of definition, info = "bb...bb". (S+L)
- The command cannot be executed because the Datareplicator definition does not satisfy the prerequisites for command execution.
- aa...aa: Command name
- bb...bb: Operand information
- S: Cancels processing.
- O: See the following table and take appropriate action based on the command and operand information:
| Command |
Directory name |
Description |
Action |
| hdestop_n |
nodecontrol=unit |
The command cannot be executed because the nodecontrol operand value in the extraction system definition is unit. |
Use the hdestop command to terminate the source Datareplicator. For details about using the hdestop_n command, such as prerequisites, see 7. Command Syntax. |
KFRB04221-E
Command request acceptance error was occurred, command = aa...aa, reason = bb...bb. (S)
- A command request acceptance error occurred.
- aa...aa: Command name
- bb...bb: Reason code
- S: Cancels processing.
- O: See the following table and take appropriate action based on the command and the reason code:
| Command |
Reason code |
Description |
Action |
| hdsrfctl |
1 |
A command argument is invalid |
Check and, if necessary, revise the command argument. Take appropriate action based on the message that is output to the import error information file, syslog file, or standard error output. |
| 11 |
This command was executed with the import processing start option specified, but import processing was already underway. |
There is no need to take any action because import processing has already started. |
| 12 |
This command was executed with the import processing start option specified, but there was no response from the import master process. |
Check the import error information file to determine whether the target Datareplicator is running correctly.
If no error message has been output, the target Datareplicator might be in a status that prevents it from sending a response. Execute the resource deletion command, and then restart the target Datareplicator. |
| hdechgstatus |
11 |
Status updating failed on some nodes or servers. |
Take the following action:
- Check the KFRB00724-W message in the extraction master error information file to identify the name of the host that resulted in the update error.
- If an error message was output immediately before the KFRB00724-W message, take appropriate action based on that error message.
- If no error message has been displayed, check the KFRB00725-W message that was output to the extraction node master error information file to identify the name of the server that resulted in the update failure. Take appropriate action based on the error message that was displayed immediately before the KFRB00725-W message.
|
KFRB04301-E
Target site Datareplicator is already started. (S)
- The target Datareplicator has already started.
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04302-E
Target site Datareplicator is not started. (S)
- The target Datareplicator has not been started.
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04303-E
Same type command was already accepted. This command was ignored, accepted command = aa...aa. (S)
- The same type of command is already executing. Datareplicator will ignore this command.
- aa...aa: Command already accepted
- S: Cancels processing.
KFRB04304-E
After HiRDB Datareplicator initialized, operand changed in definition file, operand = aa...aa, definition file = bb...bb. (S)
- An operand in a definition file was changed after Datareplicator was initialized.
- aa...aa: Operand name
- If the displayed operand name is refenv001 to refenv128, the statsfile operand in the import processing environment file might have been changed.
- bb...bb: Definition filename
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04305-E
Update queue file must be more than two in definition file, definition file = aa...aa. (S)
- You must provide at least two import information queue files.
- aa...aa: Definition filename
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04306-E
Replication node-id not specified in definition file, definition file = aa...aa. (S)
- No data linkage identifier is specified.
- aa...aa: Definition filename
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04307-E
Protocol not specified in definition file, definition file = aa...aa. (S)
- No protocol is specified.
- aa...aa: Definition filename
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04308-E
Unreflected data file must be two in definition file, definition file = aa...aa. (S)
- You must provide at least two unimported information files.
- aa...aa: Definition filename
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04309-E
Reflect status file not specified in definition file, definition file = aa...aa. (S)
- No import status file is specified.
- aa...aa: Definition filename
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04310-E
Reflect environment file not specified for replication node-id in definition file, definition file = aa...aa. (S)
- No import environment definition file corresponding to the data linkage identifier is specified.
- aa...aa: Name of the import environment definition file
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04311-E
File size not specified in definition file, file kind = aa...aa, definition file = bb...bb (S)
- File size is not specified.
- aa...aa: File type
- bb...bb: Definition filename
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04312-E
Shared memory size not specified in definition file, definition file = aa...aa. (S)
- The size of shared memory for storing definition information is not specified.
- aa...aa: Definition filename
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04313-E
Cannot accept command while processing command, rejected command = aa...aa. (S)
- Datareplicator cannot accept the command because command processing is already underway.
- aa...aa: Command name
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04314-E
File name not unique in definition file, file name = aa...aa. (S)
- A filename is not unique in a definition file.
- aa...aa: Filename
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04315-E
Replication node-id not unique in definition file, definition file = aa...aa. (S)
- A data linkage identifier is not unique in a definition file.
- aa...aa: Definition filename
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04316-E
Event code not unique in definition file, definition file = aa...aa. (S)
- An event code is not unique in a definition file.
- aa...aa: Definition filename
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04317-E
T-SELECTOR not specified in definition file, definition file = aa...aa. (S)
- No T-selector is specified.
- aa...aa: Name of the import system definition file
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04318-E
Invalid SQLCODE found in skip_sqlcode, definition file = nn...nn. (S)
- Invalid SQLCODE was specified in skip_sqlcode.
- nn...nn: Definition file
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04319-E
oracleusr not specified in definition file, definition file = aa...aa. (S)
- oracleusr is not specified in the import system definition file.
- aa...aa: Name of the import system definition file
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04320-E
odbcusr not specified in definition file, definition file = aa...aa. (S)
- odbcusr is not specified in the import system definition file.
- aa...aa: Name of the import system definition file
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04321-E
datasource not specified in definition file, definition file = aa...aa. (S)
- datasource is not specified in the import system definition file.
- aa...aa: Name of the import system definition file
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04322-E
Duplicate file kind appointed in definition file, operand = aa...aa, definition file = bb...bb. (S)
- A type of file to be allocated to the Datareplicator file system area is duplicated.
- aa...aa: Operand name
- bb...bb: Definition filename
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04323-E
Invalid file kind appointed in definition file, file kind = aa...aa, definition file = bb...bb. (S)
- The type of file to be allocated to the Datareplicator file system area is invalid.
- aa...aa: Type of file to be allocated
- bb...bb: Definition filename
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04324-E
Unable to use file system, file system = aa...aa, error code = bb...bb. (S)
- A Datareplicator file system area is not usable.
- aa...aa: Name of the Datareplicator file system area
- bb...bb: Detail code for the Datareplicator file system area access error
- S: Cancels processing.
- O: Check that the file specified for the Datareplicator file system area has already been initialized, and then re-execute. For details about the detail codes for Datareplicator file system area access errors, see KFRB00714-E.
KFRB04325-E
Failed to initialize file system, file system = aa...aa, error code = bb...bb. (S)
- A Datareplicator file system area is not usable.
- aa...aa: Name of the Datareplicator file system area
- bb...bb: Detail code for the Datareplicator file system area access error
- S: Cancels processing.
- O: Initialize the file specified for the Datareplicator file system area using the hdsfmkfs command, and then re-execute. For details about the detail codes for Datareplicator file system area access errors, see KFRB00714-E.
KFRB04326-E
Failed to prepare file system, file system = aa...aa, error code = bb...bb. (S)
- A Datareplicator file system area is not usable.
- aa...aa: Name of the Datareplicator file system area
- bb...bb: Detail code for the Datareplicator file system area access error
- S: Cancels processing.
- O: Check that the file specified for the Datareplicator file system area is usable, and then re-execute. For details about the detail codes for Datareplicator file system area access errors, see KFRB00714-E.
KFRB04327-E
Unable to add file system, file system = aa...aa, add file = bb...bb, add size = cc...cc, error code = dd...dd. (S)
- A Datareplicator file system area is not usable.
- aa...aa: Name of the Datareplicator file system area
- bb...bb: Name of the additional file
- cc...cc: Size of the additional file
- dd...dd: Detail code for the Datareplicator file system area access error
- S: Cancels processing.
- O: Check the size of the file to be stored in the Datareplicator file system area, and then re-execute. For details about the detail codes for Datareplicator file system area access errors, see KFRB00714-E.
KFRB04328-E
HiRDB don't support 2 phase commitment. (S)
- fxa_sqle or fxa_all was specified for commit_method in the import system definition, but the target HiRDB does not support the two-phase commit method. The specified PATH or SHLIB_PATH environment variable might be invalid; or, a library load operation might have failed due to a memory shortage.
- S: Cancels processing.
- O: Check the HiRDB version, the specified commit_method, and the specified PATH and SHLIB_PATH environment variables, and then re-execute.
KFRB04329-E
Unable to share the file system with another dsid, file system = aa...aa, definition file = bb...bb. (S)
- If partial initialization is executed, the Datareplicator file system area name cannot be shared with another dsid.
- aa...aa: Name of the Datareplicator file system area
- bb...bb: Definition filename
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04330-E
Insufficient status file size. (S)
- The size of the import status file is inadequate.
- S: Cancels processing.
- O: Increase the statssize operand value in the import environment definition according to the formula for estimating the file size, and then re-execute the command. Note that in Datareplicator 06-03 or later, the minimum size is 165 kilobytes.
KFRB04331-Q
Do you really want to clean up all resources (y or n)? (S)
- Enter a response to whether Datareplicator's shared resources are to be deleted.
- If y is entered: Datareplicator deletes its shared resources.
- If n is entered: Datareplicator cancels the deletion processing on its shared resources, and then terminates the processing.
- S: Waits for a response.
- O: Enter y to delete Datareplicator's shared resources or n to cancel the deletion processing on Datareplicator's shared resources.
KFRB04332-I
All resources were cleaned up successfully. (S)
- Datareplicator's shared resources have been deleted.
- S: Terminates processing.
KFRB04333-I
There are no resources. (S)
- There are no shared resources in Datareplicator.
- S: Terminates processing.
KFRB04334-E
There is not host-name or server-name resource. (S)
- There is no resource with the host name or server name specified in the -x option of the hdeshmclean command.
- S: Cancels processing.
- O: Check and, if necessary, revise the host name or server name specified in the -x option of the hdeshmclean command.
KFRB04335-E
Invalid combination of startmode operand in Synchronization reflection group. (S)
- The combination of startmode operands among the synchronous import groups is invalid.
- S: Cancels processing.
- O: Correct the combination of the startmode operands among the synchronous import groups to either of the following, and then re-execute hdsstart:
- (a) Use only trn and tbl.
- (b) Use only spd.
KFRB04336-E
Dsid specified as Synchronization reflection group does not exist. (S)
- The data linkage identifier specified for a synchronous import group does not exist.
- S: Cancels processing.
- O: Specify a data linkage identifier that was defined in a dsidxxx operand, and then initialize Datareplicator.
KFRB04337-E
Invalid dsid specified as Synchronization reflection group. (S)
- The data linkage identifier specified for a synchronous import group is invalid.
- S: Cancels processing.
- O: Check if the specified data linkage identifier satisfies a condition listed below. If so, correct the data linkage identifier and perform initialization.
- A single character or a string of three to eight characters is specified.
- A character other than 0 to 9 and A to F is specified.
KFRB04338-E
Synchronization reflection group name does not exist. (S)
- The specified synchronous import group name does not exist.
- S: Cancels processing.
- O: Check if the specified synchronous import group name satisfies a condition listed below. If so, correct the synchronous import group name and perform initialization.
- The synchronous import group name differs from the name specified in the syncgroup001 operand.
- The syncgroup001 operand is not specified.
KFRB04339-E
Duplicate dsid specified as Synchronization reflection group. (S)
- A duplicate data linkage identifier was specified for a synchronous import group.
- S: Cancels processing.
- O: Check and, if necessary, revise the duplicate data linkage identifier. After correcting the data linkage identifier, perform initialization.
KFRB04343-W
Synchronous reflection group canceled, group name = nn...n. (S)
- The synchronous import group was cancelled. Hereafter, the import transaction synchronization facility will not be supported for this synchronous import group.
- nn...n: Synchronous import group name
- S: Resumes processing.
KFRB04344-E
Invalid Synchronization reflection group name. (S)
- The synchronous import group is invalid.
- S: Cancels processing.
- O: Correct the synchronous import group.
KFRB04345-E
Not specified dsid as Synchronization reflection group. (S)
- Partial initialization is not supported for data linkage identifiers for synchronous import groups.
- S: Cancels processing.
- O: Specify a data linkage identifier that does not belong to a synchronous import group.
KFRB04400-E
HiRDB access error occurred, SQL kind = aa...aa, SQLCODE = nn...nn. (S)
- A HiRDB access error occurred.
- aa...aa: Type of SQL access
- nn...nn: SQLCODE
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about SQLCODE, see the manual HiRDB Version 9 Messages. If SQLCODE is -449, there might be multiple event control tables (hde_dtbl) in the source HiRDB. Delete any extra event control tables so that there is only one event control table in the source HiRDB.
KFRB04401-E
Invalid send system identifier, identifier = aa...aa. (S)
- A target identifier is invalid.
- aa...aa: Target identifier
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04402-E
Invalid server name, server name = aa...aa. (S)
- A server name is invalid.
- aa...aa: Server name
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04410-E
Source site Datareplicator is already started. (S)
- The source Datareplicator has already started.
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04411-E
Source site Datareplicator is not started. (S)
- The source Datareplicator has not been started.
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04412-I
Source site Datareplicator initialization is interrupted. (S)
- Source Datareplicator initialization processing has been cancelled.
- S: Terminates processing.
KFRB04413-Q
Please confirm HiRDB is not running in replication mode and there is no need to use queue file recovery function, do you really want to continue initialization (y or n)? (S)
- Check the following, and then enter whether you want initialization processing to proceed:
- Check whether the source HiRDB is using HiRDB Datareplicator.
- Check whether it is necessary to use the facility for recovering the extraction information queue file.
- Entering y: Perform initialization processing.
Entering n: Cancel initialization processing and terminate the command.
- If the source HiRDB is using HiRDB Datareplicator:
- When y is entered, conformity between the source and target databases might be lost. In this case, you must initialize the data linkage environments at the source and target, and then re-create the target database.
- If it is necessary to use the facility for recovering the extraction information queue file:
- Enter n. If y is entered, the facility for recovering the extraction information queue file can no longer be used.
- S: Waits for the user's reply.
- O: To execute initial processing, enter y; to cancel initial processing, enter n.
KFRB04414-Q
Extracted data may be lost by initialization, do you really want to continue initialization (y or n)? (S)
- Enter whether you want initialization processing to proceed, after you determine whether it is safe to execute initialization.
- When y is entered: Datareplicator executes initialization processing.
- When n is entered: Datareplicator cancels initialization processing.
- S: Waits for the user's reply.
- O: To execute initial processing, enter y; to cancel initial processing, enter n.
KFRB04415-E
SQL output processing can not start while extraction processing or transmission processing is working. (S + E)
- Update-SQL output processing cannot start because extraction or transmission processing is underway.
- S: Cancels processing.
- O: Terminate the source Datareplicator, and then re-execute the command.
KFRB04416-E
Extraction processing or transmission processing can not start while SQL output processing is working. (S + E)
- Extraction or transmission processing cannot start because update-SQL output processing is underway.
- S: Cancels processing.
- O: Terminate the source Datareplicator, and then re-execute the command.
KFRB04500-I
hdeprep command terminated normally. (S)
- The hdeprep command terminated normally.
- S: Terminates processing.
KFRB04501-E
Specified <table name> in <extract clause> in <extract statement> is not defined in HiRDB system, lineno = aa...aa, table name = bb...bb.cc...cc. (S)
- The table name specified in the extract statement's extract clause is undefined in the HiRDB system.
- aa...aa: Line number in the extraction definition file
- bb...bb: Authorization identifier
- cc...cc: Table identifier
- S: Cancels processing.
- O: Correct authorization-identifier.table-identifier and re-execute.
KFRB04502-E
Specified <column name> in <extract clause> in <extract statement> is not defined in HiRDB system, lineno = aa...aa, column name = bb...bb. (S)
- The column name specified in the extract statement's extract clause is undefined in the HiRDB system.
- aa...aa: Line number in the extraction definition file
- bb...bb: Column name
- S: Cancels processing.
- O: Correct the column name or delete it, and then re-execute.
KFRB04503-E
Unable to specified <where clause> for forward matching log data name, lineno = aa...aa. (S)
- The where clause is not permitted for an update information name with right truncation.
- aa...aa: Line number in the extraction definition file
- S: Cancels processing.
- O: Specify the complete name of the update information in the from clause or delete the where clause, and then re-execute.
KFRB04504-E
Condition constant value is invalid, lineno = aa...aa. (S)
- The value of the comparison constant is invalid in the send row selection condition.
- aa...aa: Line number in the extraction definition file
- S: Cancels processing.
- O: Correct the value of the constant and re-execute.
KFRB04505-E
Number of condition in <where clause> exceeds maximum value. (S)
- The number of send row selection conditions specified in the where clause exceeded the maximum (256).
- S: Cancels processing.
- O: Revise the send row selection conditions and re-execute.
KFRB04506-E
Unable to specified <where clause> for one of log data names from same table, lineno = aa...aa, log data name = bb...bb. (S)
- The where clause cannot be specified for only one of the update information names in the same table.
- aa...aa: Line number in the extraction definition file
- bb...bb: Update information name
- S: Cancels processing.
- O: Revise the update information names subject to selection of send rows, and then re-execute.
KFRB04507-E
Condition column type is invalid, lineno = aa...aa, column name = bb...bb. (S)
- The attribute of the send rows selection condition column is invalid.
- aa...aa: Line number in the extraction definition file
- bb...bb: Name of the send rows selection condition column
- S: Cancels processing.
- O: Revise the attribute of the send rows selection condition column, and then re-execute.
KFRB04508-E
Duplicate <send system identifier> in <extract control statement file>, send system id = aa...aa. (S)
- A target identifier is duplicated in the extraction system definition.
- aa...aa: Target identifier
- S: Cancels processing.
- O: Eliminate the duplicated target identifier, and then re-execute.
KFRB04509-E
Missing value for operand, operand name = aa...aa. (S)
- An operand value is missing.
- aa...aa: Operand name
- S: Cancels processing.
- O: Specify the required operand value, and then re-execute.
KFRB04510-E
Invalid sendidxx operand in definition file, definition file = aa...aa. (S)
- A sendidxx operand is invalid.
- aa...aa: Name of the extraction system definition
- S: Cancels processing.
- O: Correct the operand in the extraction system definition file and re-execute.
KFRB04511-E
<system table name> is specified in <extract clause> in <extract statement>, lineno = aa...aa. (S)
- A data dictionary table cannot be subject to extraction processing.
- aa...aa: Line number
- S: Cancels processing.
- O: Delete the extract statement and re-execute.
KFRB04512-E
Number of <extract statement> exceeds value of extinfonum operand. (S)
- The number of extract statements exceeded the value specified in the extinfonum operand in the extraction system definition file.
- S: Cancels processing.
- O: Correct so that the number of extract statements does not exceed the extinfonum operand value, and then re-execute.
KFRB04513-E
Only mapping key column is specified in <extract clause> in <extract statement>, lineno = aa...aa. (S)
- The extraction specification requires more than just the mapping key.
- aa...aa: Line number in the extraction definition file
- S: Cancels processing.
- O: Revise the mapping key or delete the extract statement, and then re-execute.
KFRB04514-E
Specified user has no DBA privilege. (S)
- The specified user does not have the DBA privilege.
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04515-E
Number of <mapping key> exceeds maximum value, lineno = aa...aa. (S)
- The number of specified mapping keys exceeded the maximum (16).
- aa...aa: Line number in the extraction definition file
- S: Cancels processing.
- O: Revise the mapping keys and re-execute.
KFRB04516-E
<event table name> is specified in <extract clause> in <extract statement>, lineno = aa...aa. (S)
- An event control table cannot be subject to extraction processing.
- aa...aa: Line number in the extraction definition file
- S: Cancels processing.
- O: Delete the extract statement and re-execute.
KFRB04517-E
Invalid <log data name> in <to clause> in <extract statement>, lineno = aa...aa, log data name = bb...bb. (S)
- The update information name is invalid in the extract statement's to clause.
- aa...aa: Line number in the extraction definition file
- bb...bb: Update information name
- S: Cancels processing.
- O: Correct the update information name and re-execute.
KFRB04518-E
Invalid <log data name> in <from clause> in <send statement>, lineno = aa...aa, log data name = bb...bb. (S)
- The update information name is invalid in the send statement's from clause.
- aa...aa: Line number in the extraction definition file
- bb...bb: Update information name
- S: Cancels processing.
- O: Correct the update information name and re-execute.
KFRB04519-E
Invalid <schema name> in <extract clause> in <extract statement>, lineno = aa...aa, schema name = bb...bb. (S)
- The schema name is invalid in the extract statement's extract clause.
- aa...aa: Line number in the extraction definition file
- bb...bb: Schema name
- S: Cancels processing.
- O: Correct the schema name and re-execute.
KFRB04520-E
Invalid <table name> in <extract clause> in <extract statement>, lineno = aa...aa, table name = bb...bb. (S)
- The table name is invalid in the extract statement's extract clause.
- aa...aa: Line number in the extraction definition file
- bb...bb: Table name
- S: Cancels processing.
- O: Correct the table name and re-execute.
KFRB04521-E
Invalid <column name> in <extract clause> in <extract statement>, lineno = aa...aa, column name = bb...bb. (S)
- The column name is invalid in the extract statement's extract clause.
- aa...aa: Line number in the extraction definition file
- bb...bb: Column name
- S: Cancels processing.
- O: Correct the column name or delete it, and then re-execute.
KFRB04522-E
Invalid <send system identifier> in <send clause> in <send statement>, lineno = aa...aa, send system identifier = bb...bb. (S)
- The target identifier is invalid in the send statement's send clause.
- aa...aa: Line number in the extraction definition file
- bb...bb: Target identifier
- S: Cancels processing.
- O: Correct the target identifier and re-execute.
KFRB04523-E
Specified table name is not base table name, lineno = aa...aa, table name = bb...bb. (S)
- Specified table is not a base table.
- aa...aa: Line number in the extraction definition file
- bb...bb: Table name
- S: Cancels processing.
- O: Specify a base table's name or column name and re-execute.
KFRB04524-E
Syntax error in <extract definition file>, lineno = aa...aa. (S)
- There is a syntax error in the extraction definition file.
- aa...aa: Line number in the extraction definition file
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04525-E
Number of <extract statement> exceeds maximum value. (S)
- The number of extract statements exceeded the maximum.
- S: Cancels processing.
- O: Reduce the number of extract statements and re-execute.
KFRB04526-E
Number of <column name> exceeds maximum value. (S)
- The number of specified column names exceeded the maximum.
- S: Cancels processing.
- O: Reduce the number of columns subject to extraction, and then re-execute.
KFRB04527-E
Invalid <mapping key> column length in <key clause> in <extract statement>, lineno = aa...aa, column name = bb...bb. (S)
- At least one of the columns constituting the mapping key exceeds the maximum length for a mapping key (256 bytes).
- aa...aa: Line number in the extraction definition file
- bb...bb: Column name
- S: Cancels processing.
- O: Eliminate the corresponding column from the mapping key and re-execute.
KFRB04528-E
Duplicate <mapping key> column in <key clause> in <extract statement>, lineno = aa...aa, column name = bb...bb. (S)
- A mapping key column name is duplicated in the extract statement's key clause.
- aa...aa: Line number in the extraction definition file
- bb...bb: Column name
- S: Cancels processing.
- O: Eliminate the duplication and re-execute.
KFRB04529-E
<mapping key> column is not specified in <extract clause> in <extract statement>, lineno = aa...aa, column name = bb...bb. (S)
- No mapping key column is specified in the extract statement's extract clause.
- aa...aa: Line number in the extraction definition file
- bb...bb: Column name
- S: Cancels processing.
- O: Define a mapping key column (unique column) and re-execute.
KFRB04530-E
<send system identifier> in <send clause> in <send statement> does not define in <extract control statement file>, lineno = aa...aa, send system identifier = bb...bb. (S)
- The target identifier specified in the send statement's send clause is not defined in the extraction system definition.
- aa...aa: Line number in the extraction definition file
- bb...bb: Target identifier
- S: Cancels processing.
- O: Correct the target identifier and re-execute.
KFRB04531-E
Number of <send statement> exceeds maximum value. (S)
- The number of send statements exceeded the maximum.
- S: Cancels processing.
- O: Reduce the number of send statements and re-execute.
KFRB04532-W
Event table is not defined. (S)
- No event control table has been defined.
- S: Resumes processing. However, Datareplicator cannot issue events.
- O: To use events, create an event control table, and then re-execute the hdeprep command.
KFRB04533-E
Specified <log data name> is not defined in <extract statement>, lineno = aa...aa, log data name = bb...bb. (S)
- The specified update information name is not defined with the extract statement.
- aa...aa: Line number in the extraction definition file
- bb...bb: Update information name
- S: Cancels processing.
- O: Add an extract statement or correct the update information name, and then re-execute.
KFRB04534-E
Duplicate <log data name> in <to clause> in <extract statement>, lineno = aa...aa, log data name = bb...bb. (S)
- Update information is duplicated in the extract statement's to clause.
- aa...aa: Line number in the extraction definition file
- bb...bb: Update information name
- S: Cancels processing.
- O: Delete the duplicated name or modify the specification, and then re-execute.
KFRB04535-E
Event table must be a fix table. (S)
- The event control table is not defined as a table with the FIX attribute.
- S: Cancels processing.
- O: Re-create the event control table (by executing DROP TABLE and CREATE TABLE) and re-execute.
KFRB04536-E
Invalid column numbers of event table. (S)
- The number of event control table columns is invalid.
- S: Cancels processing.
- O: Reevaluate the structure of the event control table, re-create the event control table (by executing DROP TABLE and CREATE TABLE), and then re-execute.
KFRB04537-E
Invalid column of event table. (S)
- A column's attributes (data type, length, name) are invalid for an event control table.
- S: Cancels processing.
- O: Reevaluate the structure of the event control table, re-create the event control table (by executing DROP TABLE and CREATE TABLE), and then re-execute.
KFRB04538-E
Unable to decide target system for <log data name>, log data name = aa...aa. (S)
- Datareplicator was unable to determine the target system for the update information name.
- aa...aa: Update information name
- S: Cancels processing.
- O: Reevaluate the correspondence to the target system, correct it, and then re-execute.
KFRB04539-E
Unsupported data type was found, lineno = aa...aa, column name = bb...bb. (S)
- This data type is not supported for extraction processing.
- aa...aa: Line number in the extraction definition file
- bb...bb: Column name
- S: Cancels processing.
- O: Delete the corresponding column from the definition and re-execute.
KFRB04540-E
Extraction master process not exist. (S)
- The extraction master process was not found.
- S: Cancels processing.
- O: Start the extraction Datareplicator and re-execute.
KFRB04541-E
Condition column length is invalid, lineno = aa...aa, column name = bb...bb. (S)
- The length of the send row selection condition column is invalid.
- aa...aa: Line number in the extraction definition file
- bb...bb: Name of the send row selection condition column
- S: Cancels processing.
- O: Reevaluate the length of the send row selection condition column, correct it, and then re-execute.
KFRB04542-E
Number of constant value in <in condition> exceeds maximum value, lineno = aa...aa. (S)
- The number of constant values specified in the in condition exceeded the maximum (16).
- S: Cancels processing.
- O: Reevaluate the number of constant values, correct it, and then re-execute.
KFRB04543-E
Constant value length is invalid, lineno = aa...aa. (S)
- The length of a comparison constant is invalid in the send row selection condition column.
- aa...aa: Line number in the extraction definition file
- S: Cancels processing.
- O: Reevaluate the length of the constant value, correct it, and then re-execute.
KFRB04544-E
Constant value type is invalid, lineno = aa...aa. (S)
- The attribute of a comparison constant is invalid in the send row selection condition column.
- aa...aa: Line number in the extraction definition file
- S: Cancels processing.
- O: Reevaluate the length of the constant value, correct it, and then re-execute.
KFRB04545-E
Condition column is not mapping key, lineno = aa...aa, column name = bb...bb. (S)
- The send row selection condition column is not the mapping key.
- aa...aa: Line number in the extraction definition file
- bb...bb: Name of the send row selection condition column
- S: Cancels processing.
- O: Reevaluate the send row selection condition column, correct it, and then re-execute.
KFRB04546-E
Not found condition column in log data, lineno = aa...aa, column name = bb...bb. (S)
- There is no send row selection condition column in the update information.
- aa...aa: Line number in the extraction definition file
- bb...bb: Name of the send row selection condition column
- S: Cancels processing.
- O: Reevaluate the send row selection condition column, correct it, and then re-execute.
KFRB04547-E
Constant value is larger than condition column value range, lineno = aa...aa. (S)
- The comparison constant in the send row selection condition is outside the range of permissible values for the condition column.
- aa...aa: Line number in the extraction definition file
- S: Cancels processing.
- O: Reevaluate the constant value, correct it, and then re-execute.
KFRB04548-E
Duplicate <send system identifier> / <log data name> in <send statement>, lineno = aa...aa, send system identifier = bb...bb, log data name = cc...cc. (S)
- The combination of target identifier and update information name is duplicated in the send statement.
- aa...aa: Line number in the extraction definition file
- bb...bb: Target identifier
- cc...cc: Update information name
- S: Cancels processing.
- O: Reevaluate the combination of target identifier and update information name in the send statement, correct it, and then re-execute.
KFRB04549-E
Unable to specified <flike condition> for numerical column, lineno = aa...aa, column name = bb...bb. (S)
- The flike condition is not permitted for a numeric column.
- aa...aa: Line number in the extraction definition file
- bb...bb: Name of the send row selection condition column
- S: Cancels processing.
- O: Reevaluate the send row selection condition column, correct it, and then re-execute.
KFRB04550-E
Starting offset in <flike condition> is invalid, lineno = aa...aa. (S)
- The comparison start offset value is invalid in the flike condition.
- aa...aa: Line number in the extraction definition file
- S: Cancels processing.
- O: Reevaluate the comparison start offset, correct it, and then re-execute.
KFRB04551-E
Starting offset in <flike condition> is larger than condition column definition length, lineno = aa...aa. (S)
- The comparison start offset value in the flike condition exceeds the length defined for the condition column.
- aa...aa: Line number in the extraction definition file
- S: Cancels processing.
- O: Reevaluate the comparison start offset, correct it, and then re-execute.
KFRB04552-E
Recovery type of BLOB column is not 'all', lineno = aa...aa, column name = bb...bb. (S)
- BLOB column's column recovery restriction is not ALL.
- aa...aa: Line number in the extraction definition file
- bb...bb: Column name subject to extraction processing
- S: Cancels processing.
- O: Change the column recovery restriction to ALL for the column subject to extraction processing, and then re-execute.
KFRB04553-E
BLOB column length is invalid, lineno = aa...aa, column name = bb...bb. (S)
- BLOB column's definition length is invalid.
- aa...aa: Line number in the extraction definition file
- bb...bb: Column name subject to extraction processing
- S: Cancels processing.
- O: Reevaluate the definition length of the column subject to extraction processing, correct it, and then re-execute.
KFRB04554-E
Unable to specified BLOB column for mapping key, lineno = aa...aa, column name = bb...bb. (S)
- A BLOB column is not permitted in the mapping key.
- aa...aa: Line number in the extraction definition file
- bb...bb: Column name subject to extraction processing
- S: Cancels processing.
- O: Reevaluate the mapping key column, correct it, and then re-execute.
KFRB04555-E
Unable to specified Abstract Data Type column for mapping key, lineno = aa...aa, column name = bb...bb. (S)
- An abstract data type column is not permitted for the mapping key.
- aa...aa: Line number in the extraction definition file
- bb...bb: Column name subject to extraction processing
- S: Cancels processing.
- O: Reevaluate the mapping key column, correct it, and then re-execute.
KFRB04556-E
Number of <adt statement> exceeds maximum value. (S)
- The number of adt statements exceeded the maximum.
- S: Cancels processing.
- O: Reduce the number of adt statements and re-execute.
KFRB04557-E
Invalid <schema name> in <adt clause> in <adt statement>, lineno = aa...aa, schema name = bb...bb. (S)
- The schema name is invalid in the adt statement's adt clause.
- aa...aa: Line number in the extraction definition file
- bb...bb: Schema name
- S: Cancels processing.
- O: Correct the schema name and re-execute.
KFRB04558-E
Invalid <data type name> in <adt clause> in <adt statement>, lineno = aa...aa, data type name = bb...bb. (S)
- The data type is invalid in the adt statement's adt clause.
- aa...aa: Line number in the extraction definition file
- bb...bb: Data type name
- S: Cancels processing.
- O: Correct the data type and re-execute.
KFRB04559-E
Invalid <UOC name> in <by clause> in <adt statement>, lineno = aa...aa, UOC name = bb...bb. (S)
- The UOC routine name is invalid in the adt statement's by clause.
- aa...aa: Line number in the extraction definition file
- bb...bb: UOC routine name
- S: Cancels processing.
- O: Correct the UOC routine name and re-execute.
KFRB04560-E
Invalid <UOC library name> in <lib clause> in <adt statement>, lineno = aa...aa, UOC library name = bb...bb. (S)
- The UOC library name is invalid in the adt statement's lib clause.
- aa...aa: Line number in the extraction definition file
- bb...bb: UOC library name
- S: Cancels processing.
- O: Correct the UOC library name and re-execute.
KFRB04561-E
Not exist UOC library specified by <adt statement>, lineno = aa...aa, UOC library name = bb...bb. (S)
- The UOC library specified in the adt statement was not found.
- aa...aa: Line number in the extraction definition file
- bb...bb: UOC library name
- S: Cancels processing.
- O: Create the UOC library, and then re-execute.
KFRB04562-E
Not exist UOC function into UOC library, lineno = aa...aa, UOC function name = bb...bb, UOC library name = cc...cc. (S)
- A UOC function was not found in the UOC library.
- aa...aa: Line number in the extraction definition file
- bb...bb: UOC function name
- cc...cc: UOC library name
- S: Cancels processing.
- O: Re-create the UOC library and re-execute.
KFRB04563-E
Specified data type is not nest unit Abstract data type of extract target, lineno = aa...aa, schema name = bb...bb, data type name = cc...cc. (S)
- Specified data type is not a nest-based abstract data type subject to extraction processing.
- aa...aa: Line number in the extraction definition file
- bb...bb: Schema name
- cc...cc: Data type name
- S: Cancels processing.
- O: Correct the data type and re-execute.
KFRB04564-E
Duplicate <adt statement> for same data type, lineno = aa...aa, schema name = bb...bb, data type name = cc...cc. (S)
- The adt statement is duplicated for the same data type.
- aa...aa: Line number in the extraction definition file
- bb...bb: Schema name
- cc...cc: Data type name
- S: Cancels processing.
- O: Correct the duplication of adt statements and re-execute.
KFRB04565-E
<adt statement> is not defined for this Abstract data type, schema name = aa...aa, data type name = bb...bb. (S)
- No adt statement is defined for this abstract data type.
- aa...aa: Schema name
- bb...bb: Data type name
- S: Cancels processing.
- O: Define an adt statement for every abstract data type and re-execute.
KFRB04566-E
Unsupported Abstract data type was found, lineno = aa...aa, type name = bb...bb. (S)
- Datareplicator cannot extract this abstract data type.
- aa...aa: Line number in the extraction definition file
- bb...bb: Name of the abstract data type
- S: Cancels processing.
- O: Delete the corresponding abstract data type from the extraction definition and re-execute.
KFRB04567-E
Unable to specify <adt statement> for this Abstract data type, lineno = aa...aa, type name = bb...bb. (S)
- The adt statement is not permitted for this abstract data type.
- aa...aa: Schema name
- bb...bb: Data type name
- S: Cancels processing.
- O: Delete the unneeded adt statement and re-execute.
KFRB04568-E
Unable to extract multi-value column, lineno = aa...aa, column name = bb...bb. (S)
- Datareplicator was unable to extract a repetition column.
- aa...aa: Line number in the extraction definition file
- bb...bb: Column name subject to extraction processing
- S: Cancels processing.
- O: Delete the repetition column from the columns subject to extraction processing or change the HiRDB version subject to extraction processing to 05-05 or later, and then re-execute.
KFRB04569-E
Unable to specify multi-value column for mapping key, lineno = aa...aa, column name = bb...bb. (S)
- A repetition column is not permitted for the mapping key.
- aa...aa: Line number in the extraction definition file
- bb...bb: Column names subject to extraction processing
- S: Cancels processing.
- O: Reevaluate the mapping key columns, correct the error, and then re-execute.
KFRB04570-E
Unable to specify each data type for same column, lineno = aa...aa, table name = bb...bb, column name = cc...cc. (S)
- You cannot specify different data types for the same column.
- aa...aa: Line number in the extraction definition file
- bb...bb: Table name subject to extraction processing
- cc...cc: Column name subject to extraction processing
- S: Cancels processing.
- O: Eliminate the invalid specification of extraction data type for the same column, and then re-execute.
KFRB04572-E
Unable to specified BINARY column for mapping key, lineno = aa...aa, column name = bb...bb. (S)
- A BINARY-attribute column cannot be specified for a mapping key.
- aa... aa: Line number in the extraction definition file
- bb...bb: Name of column to be extracted
- S: Cancels processing.
- O: Check the mapping key column for errors. If there is an error, correct it, and then re-execute.
KFRB04573-E
Failed to get information of unique check of mapping key, SQLCODE = aa...aa, SQL = bb...bb. (S)
- Datareplicator was unable to obtain information needed for unique check of mapping key column.
- aa... aa: SQLCODE
- bb...bb: SQL statement
- S: Cancels processing.
- O: Check the detail information, eliminate the cause of the error, and then re-execute the command.
KFRB04574-E
Mapping key column does not satisfy condition of unique check, table name = aa...aa, mapping key = bb...bb, code = cc...cc. (S)
- The mapping key column does not satisfy the conditions of the unique check.
- aa...aa: Source table name
- bb...bb: Name of mapping key component column
- cc...cc: Cause code
- UNIQUE: An index satisfying the conditions of the unique check has not been defined for the source table.
- NOT NULL: The index satisfying the conditions of the unique check includes a column whose attribute is not NOT NULL.
- S: Cancels processing.
- O: Check the mapping key column for errors. If there is an error, correct the definition. If there is no error in the specification, take appropriate action on the basis of the cause code. If you cannot take such action, change the value of the check clause in the extraction definition or the value of the -k option during command execution, and then re-execute the hdeprep command.
- UNIQUE
For the source table, define an index that satisfies the conditions of the unique check.
- NOT NULL
Changes the component column of the index satisfying the conditions of the unique check to NOT NULL attribute.
KFRB04575-E
Extract data size exceeds maximum value, lineno = aa...aa, log data name = bb...bb. (S + L)
- Update information exceeded the maximum size.
- aa...aa: Line number
- bb...bb: Name of update information
- S: Cancels processing.
- O: Correct the extraction definition so that the update information does not exceed the maximum size (256 megabytes), and then re-execute the command.
KFRB04579-E
Invalid extraction environment for extraction table that is specified without rollback option, lineno = aa...aa, reason = bb...bb. (S)
- A condition for using a table for which the WITHOUT ROLLBACK option is specified as the source table is not satisfied.
- aa...aa: Line number in the extraction definition file
- bb...bb: Reason code
- S: Stops processing.
- [Action] Take the following action according to the displayed reason code:
| Reason code |
Description |
Action |
| ukey |
A column specified for a mapping key cannot be updated in a table for which the WITHOUT ROLLBACK option is specified. Therefore, the ukey clause cannot be specified in the extraction definition statement. |
Change the specification of the key clause in the extraction definition statement, and then re-execute the command. |
| sendcontrol |
If a table for which the WITHOUT ROLLBACK option is specified is used as the source table, sendmst cannot be specified in the sendcontrol operand in the extraction system definition. |
Change the sendcontrol operand value to nodemst (default) in the extraction system definition, initialize Datareplicator with the hdestart -i command, and then re-execute the command. |
| divided table |
A table that is row-partitioned among multiple servers and for which the WITHOUT ROLLBACK option is specified cannot be used as the source table. |
Define the table without the WITHOUT ROLLBACK option specified, and then re-execute the command. |
KFRB04580-E
Without rollback option is unable to specify for event table. (S)
- The WITHOUT ROLLBACK option cannot be specified for an event control table (hde_dtbl).
- S: Stops processing.
- [Action] Define the event control table without the WITHOUT ROLLBACK option specified, and then re-execute the command.
KFRB04601-E
Duplicate <dataset name> in <restruct clause> in <restruct statement> or in <extract clause> in <extract statement>, lineno = nn...nn, dataset name = aa...aa. (S+L)
- A dataset name is duplicated in the restruct or extract clause.
- nn...nn: Line number in the update information definition file
- aa...aa: Dataset name
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04602-E
Duplicate <field name> in <field clause> in <restruct statement> or in <extract statement> in <extract statement>, lineno = nn...nn, field name = aa...aa. (S+L)
- A field name is duplicated in the field or extract clause.
- nn...nn: Line number in the update information definition file
- aa...aa: Field name
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04603-E
Invalid field data position in <position clause> in <restruct statement>, lineno = nn...nn. (S+L)
- The value specified in the position clause for the data start position is invalid.
- nn...nn: Line number in the update information definition file
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04604-E
Invalid field type length in <attr clause> in <restruct statement>, lineno = nn...nn. (S+L)
- The value specified in the attr clause for the length of the redefined field attribute is invalid.
- nn...nn: Line number in the update information definition file
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04605-E
Invalid <DBM name> in <restruct clause> in <restruct statement> or in <extract clause> in <extract statement>, lineno = nn...nn, DBM name = aa...aa. (S+L)
- DBM name in the restruct or extract clause is invalid.
- nn...nn: Line number in the update information definition file
- aa...aa: DBM name
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04606-E
Invalid <dataset name> in <restruct clause> in <restruct statement> or in <extract clause> in <extract statement>, lineno = nn...nn, dataset name = aa...aa. (S+L)
- A dataset name in the restruct or extract clause is invalid.
- nn...nn: Line number in the update information definition file
- aa...aa: Dataset name
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04607-E
Invalid <field name> in <field clause> in <restruct statement>, lineno = nn...nn, field name = aa...aa. (S+L)
- A field name in the field clause is invalid.
- nn...nn: Line number in the update information definition file
- aa...aa: Field name
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04608-E
Cannot specify asterisk as all columns in <extract clause> in <extract statement>, lineno = nn...nn. (S+L)
- Asterisk is not allowed in the extract clause.
- nn...nn: Line number in the update information definition file
- S: Cancels processing.
- O: Specify a field name and re-execute.
KFRB04609-E
Invalid uoc file name length in <uocname statement>, lineno = nn...nn. (S+L)
- UOC filename is invalid.
- nn...nn: Line number in the update information definition file
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04610-E
Cannot specify not null option in <attr clause> in <restruct statement>, lineno = nn...nn, field name = aa...aa. (S+L)
- The attr operand's not null option is not permitted.
- nn...nn: Line number in the update information definition file
- aa...aa: Field name
- S: Cancels processing.
- O: Delete the not null option from the line resulting in the error, and then re-execute.
KFRB04611-E
Specified dsid is not for hdssamqin command, dsid = xx. (S+L)
- The type of data linkage identifier is invalid in the update information input command (hdssamqin command).
- xx: Data linkage identifier
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04612-E
hdssamqin command is already in use. (S+L)
- The update information input command (hdssamqin command) is already in use.
- S: Cancels processing.
- O: Re-execute after the current command has terminated. If no command is executing, the previous command might have terminated abnormally. In this case, execute the command with the -o option specified.
KFRB04613-E
Invalid update kind in log data file, read position = aa...aa, update kind = bb...bb. (S+L)
- The update type is invalid in the update information file.
- aa...aa: Update data read position
- bb...bb: Update type
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04614-E
Failed to convert numeric data, read position = aa...aa, field name = bb...bb, error code = nn...nn. (S+L)
- Conversion of numeric data failed.
- aa...aa: Update data read position
- bb...bb: Field name resulting in the conversion error
- nn...nn: Error code:
- 1: Data length overflow
- 2: Invalid data value
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04615-E
Update queue file write error, errno = xx...xx. (S+L)
- A write error occurred in the import information queue file.
- xx...xx: Error number set in errno
- S: Cancels processing.
- O: Check errno.h or the user's OS documentation for the error number, eliminate the cause of the error, and then re-execute.
KFRB04616-E
Invalid kind of queue data, error code = nn...nn. (S+L)
- Data is invalid in the queue input file.
- nn...nn: Error code:
- 1: The file does not begin with the port information (it is not queue data).
- 2: The data linkage identifier does not match.
- 3: The source DBMS is invalid.
- 4: The transmission sequence ID is invalid.
- 5: The extraction definition information was not found.
- 6: The update information was not found.
- 7: The update information split code is invalid.
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04617-E
Internal error, function name = aa...aa, code = nn. (S+L)
- An internal error occurred.
- aa...aa: Function name
- nn: Termination code
- S: Cancels processing.
- O: Contact the customer support center.
KFRB04618-I
Log data file replication completed successfully. (S+L)
- Input of the update information file has been completed.
- S: Terminates processing.
KFRB04619-E
Invalid data start position, DBM name = aa...aa, dataset name = bb...bb, field name = cc...cc. (S+L)
- The data start position is invalid.
- aa...aa: DBM name
- bb...bb: Dataset name
- cc...cc: Field name
- S: Cancels processing.
- O: Reevaluate the restruct statement in the update information definition file, eliminate the cause of the error, and then re-execute.
KFRB04620-E
hdssamqin command caught signal nn...nn. (S+L)
- The update information input command received a signal.
- nn...nn: Received signal
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04621-E
First log data is not 'PH' log. (S+L)
- The first log is not the log header information (log ID: PH).
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04622-E
Invalid runid or file number of log data file, the last time runid = xxxx, file number = mm...mm, the present runid = yyyy, file number = nn...nn, endinfo = aa...aa. (S+L)
- The run ID or file sequence number is invalid.
- xxxx: Last run ID
- mm...mm: Last file number
- yyyy: Current run ID
- nn...nn: Current file number
- aa...aa: Termination information about the previous execution
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04623-E
Used PDMII user change routine. (S+L)
- Datareplicator cannot read update information data using PDM2's user conversion routine.
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04624-E
Failed to get update data from PDMII log file, read position = aa...aa, field name = bb...bb, field position = mm...mm, field length = nn...nn, total data size = xx...xx. (S+L)
- Datareplicator was unable to obtain update data from PDM2 E2's log file.
- aa...aa: Update data read position
- bb...bb: Field name
- mm...mm: Field position
- nn...nn: Field length
- xx...xx: Total data size
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04625-E
No dataset name in 'ED' log, DBM name = aa...aa, dataset name = bb...bb. (S+L)
- A data set name specified in the update information definition file was not found in the update extraction definition information (ED log).
- aa...aa: DBM name
- bb...bb: Dataset name
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04626-E
No DBM name in 'ED' log, DBM name = aa...aa. (S+L)
- DBM name specified in the update information definition file was not found in the update extraction definition information (ED log).
- aa...aa: DBM name
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04627-E
Invalid log data. (S+L)
- Log data is invalid. Update log information was output before the update extraction definition information (ED log) was obtained.
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04628-E
Duplicate 'ED' log data. (S+L)
- The update extraction definition information (ED log) has already been obtained.
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04629-E
No 'ED' log data. (S+L)
- The update extraction definition information (ED log) has not been obtained yet.
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04630-E
Invalid mapping key field name, field name = aa...aa. (S+L)
- A mapping key field name is invalid in the update information definition file.
- aa...aa: Field name
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04631-E
Update queue file is full. (S+L)
- The import information queue file is full.
- S: Cancels processing.
- O: Re-execute when the import information queue file becomes available as a result of execution of import processing.
KFRB04632-I
Log data file read information, read position = nn...nn. (S+L)
- This message provides information about the read position in the update information file.
- nn...nn: Read position (import position in the import information queue file)
- S: Cancels processing.
- O: See the previous error message, eliminate the cause of the error, and then re-execute.
KFRB04633-E
Extract field is all mapping key, DBM name = aa...aa, dataset name = bb...bb. (S+L)
- The extraction fields specified in the update information definition file are all part of the mapping key.
- aa...aa: DBM name
- bb...bb: Dataset name
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04634-E
Name data convert error occurred, aa...aa name = bb...bb, code = nn...nn. (S+L)
- A code conversion error occurred on the DBM name, dataset name, field name, or update information name.
- aa...aa: Type of name resulting in the error:
- DBM: DBM name
- dataset: Dataset name
- field: Field name
- update: Update information name
- bb...bb: Name resulting in the error
- nn...nn: Conversion error code
- S: Cancels processing.
- O: Correct the erroneous name and re-execute.
KFRB04635-E
Mapping key field is not a lowest lank field, DBM name = aa...aa, dataset name = bb...bb, mapping key field = cc...cc. (S+L)
- A mapping key field specified in the extract clause in the update information definition file is not at the lowest field level.
- aa...aa: DBM name
- bb...bb: Dataset name
- cc...cc: Name of the mapping key field
- S: Cancels processing.
- O: Correct the update information definition file and re-execute.
KFRB04636-E
No extract field name in 'ED' log, DBM name = aa...aa, dataset name = bb...bb, field name = cc...cc. (S+L)
- A field name specified in the extract clause in the update information definition file was not found in the update extraction definition information (ED log).
- aa...aa: DBM name
- bb...bb: Dataset name
- cc...cc: Field name
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04637-I
Unextracted data is in output file, file name = aa...aa. (S+L)
- Datareplicator output unextracted data from the update information input file to the unextracted information file.
- aa...aa: Name of the unextracted information file
- S: Cancels processing.
- O: To import the update information that was output to the unextracted information file, create a definition specifying only the dataset name corresponding to the unextracted information in the update information definition file, and then re-execute the hdssamqin command with the -c option specified.
KFRB04638-E
Field length too large for reflect column, DBM name = aa...aa, dataset name = bb...bb, field name = cc...cc. (S+L)
- A field length exceeds the maximum permitted for an import column.
- aa...aa: DBM name
- bb...bb: Dataset name
- cc...cc: Field name
- S: Cancels processing.
- O: Correct the update information definition file and re-execute the command.
KFRB04639-E
Invalid use of length information field, DBM name = aa...aa, dataset name = bb...bb, field name = cc...cc. (S+L)
- You cannot specify a record length storage field for variable-length data in the extraction statement.
- aa...aa: DBM name
- bb...bb: Dataset name
- cc...cc: Field name
- S: Cancels processing.
- O: Correct the update information definition file and re-execute the command.
KFRB04640-E
Invalid kind of log data file. (S+L)
- The type of update information file is invalid.
- S: Cancels processing.
- O: Re-execute the command with the -c option specified.
KFRB04641-E
DBMS license check error, status = aa...aa. (S+L)
- A DBMS license check error occurred.
- aa...aa: Detail code
- S: Cancels processing.
- O: Take appropriate action based on the following table, and then re-execute the command:
| Detail code |
Description |
Action |
| 100 |
HiRDB Datareplicator Extension has not been installed. |
Install the HiRDB Datareplicator Extension and re-execute. |
101
102 |
The license file is damaged. |
Reinstall the HiRDB Datareplicator Extension. |
| 103 |
No license was required for establishing connection with the other company's database. |
Install the license product and re-execute. |
| 104 |
The license required for establishing connection with the other company's database has expired. |
Contact the system administrator. |
KFRB04642-E
Invalid log data file, file name = aa...aa. (S+L)
- The update information file is invalid.
- aa...aa: Name of the update information file
- S: Cancels processing.
- O: Re-create the update information file and re-execute the command.
KFRB04643-W
Insufficient buffer occurred while editing log data, record size = aa...aa. (S+L)
- The update information editing buffer is insufficient.
- aa...aa: Update record length
- S: Cancels processing.
- O: Specify a size for the update information editing buffer that is at least the update record length in the hdssamqin command's -l option, and then re-execute the command.
KFRB04701-E
Unable to get directory path list, function = aa...aa, errno = bb...bb. (S+L)
- An error occurred while obtaining a list of information subject to monitoring from the operation directory file.
- aa...aa: Name of the function resulting in the error
- bb...bb: Error number set in errno
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB04702-E
Invalid operation in MIB file. operation = aa...aa. (S+L)
- A command is invalid in the MIB file.
- aa...aa: Operation specified in the MIB file
- S: Cancels processing.
- O: The contents of the MIB file might have been updated at the machine, resulting in the error. Restore the MIB file to its status when Datareplicator was installed, and then re-execute.
KFRB04703-E
Memory allocate error, errno = aa...aa, size = bb...bb. (L)
- Datareplicator was unable to allocate a memory area while collecting information subject to monitoring.
- aa...aa: Error number set in errno
- bb...bb: Area allocation size
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB04704-E
Shared memory access error, path = aa...aa, function = bb...bb, errno = cc...cc. (L)
- A shared memory access error occurred while collecting information subject to monitoring.
- aa...aa: Name of operation directory
- bb...bb: Name of function resulting in the error
- cc...cc: Error number set in errno
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. For details about the error number, see errno.h or the OS documentation.
KFRB04705-W
Unable to access shared memory for exclusion, path = aa...aa. (L)
- Datareplicator was unable to collect Datareplicator information due to another command's lock control.
- aa...aa: Name of the operation directory
- S: Skips this Datareplicator information and collects the next Datareplicator information.
KFRB04706-E
Remote control operation format error, operation = aa...aa. (L)
- The format of remote control operation that was specified by the MIB browser is invalid.
- aa...aa: Remote control operation specified by the MIB browser
- S: Cancels processing.
- O: Check the format of the remote control operation specified by the MIB browser's SNMP value, and then re-execute.
KFRB04707-E
Remote control operation index error, index = aa...aa. (L)
- The index value of remote control operation that was specified by the MIB browser is invalid.
- aa...aa: Datareplicator's index subject to remote control specified by the MIB browser
- S: Cancels processing.
- O: Check the index of the remote control operation specified by the MIB browser's SNMP value, and then re-execute.
KFRB04708-I
Remote control operation start, operation = aa...aa, bb...bb=cc...cc. (L)
- Datareplicator is starting remote control processing specified by the MIB browser.
- aa...aa: Datareplicator operation subject to remote control specified by the MIB browser
- bb...bb: Datareplicator type:
- HDEPATH: Source Datareplicator
- HDSPATH: Target Datareplicator
- cc...cc: Name of operation directory
- S: Resumes processing.
KFRB04709-E
Unable to execute remote control operation, command name = aa...aa, errno = bb...bb. (L)
- Datareplicator was unable to execute remote control processing specified by the MIB browser.
- aa...aa: Name of the command for remote control operation specified by the MIB browser
- bb...bb: Error number set in errno
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04751-E
Duplicate <directory path> in <directory file>, directory path = aa...aa. (S)
- The operation directory to be added to the objects of monitoring has already been registered.
- aa...aa: Specified operation directory name
- S: Cancels processing.
- O: Check the registered operation directories and re-execute.
KFRB04752-E
Not exist <directory path> in <directory file>, directory path = aa...aa. (S)
- The operation directory to be deleted from the objects of monitoring is not registered.
- aa...aa: Specified operation directory name
- S: Cancels processing.
- O: Check the registered operation directories and re-execute.
KFRB04753-E
Not exist authorization to access <directory file>. (S)
- The user does not have access privilege for the operation directory file.
- S: Cancels processing.
- O: Have the root user execute the command.
KFRB04801-E
command format error. (S)
- Format of the Datareplicator file system area initialization or display command is invalid.
- S: Cancels processing.
- O: Re-execute the command in the correct format.
KFRB04802-E
Invalid -l operand, file number must be 1 - 255. (S)
- The specified operand (-l) is invalid. The permitted number of files is in the range 1 to 255.
- S: Cancels processing.
- O: Check the operand (-l) and re-execute.
KFRB04803-E
Invalid -f operand, max file path length must be under 127 bytes. (S)
- The specified operand (-f) is invalid. The Datareplicator file system name must be expressed as 1 to 127 characters.
- S: Cancels processing.
- O: Check the operand (-f) and re-execute.
KFRB04804-Q
aa...aa = bb...bb is active.
Force initialization for file system area, do you want to continue initialization (y or n)?. (S)
- Asks if you want to execute forced initialization of the Datareplicator file system area. To execute, enter y; otherwise, enter n.
This message is displayed only when -r force is specified in the hdsfmkfs command.
- aa...aa: HDEPATH for the source system and HDSPATH for the target system
- bb...bb: Name of the Datareplicator directory
- S: Waits for the user's reply.
- O: To execute forced initialization, enter y; otherwise, enter n.
KFRB04805-E
Specified system file area is not initialized, please initialize by hdsfmkfs command, file system area = aa...aa. (S)
- The specified Datareplicator file system area has not been initialized. Enter the hdsfmkfs command to initialize it.
- aa...aa: Name of the Datareplicator file system area
- S: Cancels processing.
- O: Initialize the file system area with the hdsfmkfs command, and then re-execute.
KFRB04806-E
Specified file is not character device, file system area = aa...aa. (S)
- A specified Datareplicator file system area is not a character special file.
- aa...aa: Name of the Datareplicator file system area
- S: Cancels processing.
- O: Specify the correct character special filename and re-execute.
KFRB04807-E
Specified file is already used by another user, aa...aa = bb...bb, file system area = cc...cc. (S)
- A specified Datareplicator file system area is being used by another Datareplicator.
- aa...aa: HDEPATH for the source system or HDSPATH for the target system
- bb...bb: Name of the Datareplicator directory in use
- cc...cc: Name of the Datareplicator file system area
- S: Cancels processing.
- O: Re-execute after the Datareplicator using the area has terminated.
KFRB04808-E
Invalid -l operand, shortage number of sectors, device sector = aa...aa, minimum need sector = bb...bb. (S)
- Operand (-l) specification is invalid. There are not enough sectors for the specified number of files.
- aa...aa: Number of sectors in the Datareplicator file system area
- bb...bb: Minimum number of sectors required for the specified files
- S: Cancels processing.
- O: Obtain the correct number of system files to be specified in the operand (-l), and then re-execute.
KFRB04809-Q
This area is already used by aa...aa = bb...bb.
Initialization for file system area, do you want to continue initialization (y or n)?. (S)
- Ask if you want to initialize the Datareplicator file system area. To initialize it, enter y; otherwise, enter n.
This message is displayed only when a Datareplicator file system area used by Datareplicator is to be initialized.
- aa...aa: HDEPATH for the source system or HDSPATH for the target system
- bb...bb: Name of the Datareplicator directory
- S: Waits for the user's reply.
- O: To initialize the Datareplicator file system area, enter y; otherwise, enter n.
KFRB04810-E
Current path get error occurred , errno = aa...aa. (S)
- Acquisition of current path (getcwd) resulted in an error.
- aa...aa: Error number set in errno
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute. Or, specify the absolute pathname of the Datareplicator file system area.
KFRB04811-E
I/O error occurred , type = aa...aa, file system area = bb...bb, errno = cc...cc. (S)
- An input/output error occurred in a Datareplicator file system area.
- aa...aa: Input or Output
- bb...bb: Name of the Datareplicator file system area resulting in the error
- cc...cc: Error number set in errno
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04812-E
Link I/O error occurred , type = aa...aa, file system area = bb...bb, link name = cc...cc, errno = dd...dd. (S)
- A link input/output error occurred in a Datareplicator file system area.
- aa...aa: Type of link
- bb...bb: Name of the Datareplicator file system area
- cc...cc: Link name
- dd...dd: Error number set in errno
- S: Cancels processing.
- O: Eliminate the cause of the error and re-execute.
KFRB04813-E
Insufficient memory , size = aa...aa, errno = bb...bb, table = cc...cc. (S)
- A memory shortage occurred.
- aa...aa: Size of memory to be allocated
- bb...bb: Error number set in errno
- cc...cc: Name of table to be created in memory
- S: Cancels processing.
- O: Resolve the memory shortage and re-execute.
KFRB04814-E
Duplicate file name, system file name = aa...aa. (S)
- A system file is duplicated.
- aa...aa: System filename
- S: Cancels processing.
- O: Specify the correct system filename and re-execute.
KFRB04815-E
File number over flow, file system area = aa...aa, max file number = bb...bb. (S)
- The number of files exceeded the maximum specified with the hdsfmkfs command.
- aa...aa: Name of the Datareplicator file system area
- bb...bb: Maximum number of files
- S: Cancels processing.
- O: Use the hdsfstatfs command to check the status of the file system area, increase the number of system files in the hdsfmkfs command or allocate the system file in another file system area, and then re-execute.
KFRB04816-E
Shortage of file size, file system area = aa...aa, area size = bb...bb. (S)
- There is not enough space in a Datareplicator file system area.
- aa...aa: Name of the Datareplicator file system area
- bb...bb: Size of the Datareplicator file system area
- S: Cancels processing.
- O: Use the hdsfstatfs command to check the status of the file system area, allocate the system file in another file system area, and then re-execute.
KFRB04817-E
Too small sector size, file system area = aa...aa, sector size = bb...bb. (S)
- The sector length is too small for a character special file. The sector length must be at least 256 bytes.
- aa...aa: Name of the Datareplicator file system area
- bb...bb: Sector length
- S: Cancels processing.
- O: Increase the sector length, and then re-execute.
KFRB04818-E
Exist specified file as character special file, file system area = aa...aa, storage file = bb...bb. (S)
- A file to be stored in the Datareplicator file system area already exists as a character special file.
- aa...aa: Name of the Datareplicator file system area
- bb...bb: Name of the file to be stored
- S: Cancels processing.
- O: Delete or rename the file to be stored, and then re-execute.
KFRB04819-E
Invalid -q operand. (S)
- Operand (-q) specification is invalid.
- S: Cancels processing.
- O: Check the operand (-q) specification and re-execute.
KFRB04820-E
Invalid -n operand. (S)
- Operand (-n) specification is invalid.
- S: Cancels processing.
- O: Check the operand (-n) specification and re-execute.
KFRB04821-W
Ignore aa...a request, reason = bb...b, kind = cc...c, inf = dd...d. (C)
- Request aa...a was ignored for the reason bb...b.
- aa...a: Reset request:
- send_counter_reset: Resetting of the data transmission count
- reflect_counter_reset: Resetting of the import processing count
- bb...b: Reason for ignoring the reset request:
- process_starting: Process is starting
- cc...c: Type of identifier:
- send_id: Destination identifier
- ds_id: Data linkage identifier
- dd...d: Identifier
- S: Resumes processing.
- O: To reset the data-transmission count, do one of the following:
- Terminate the transmission process at the source, and then restart it with the -r option specified.
- If the eventcntreset parameter is specified in the transmission environment definition, issue the corresponding event.
- To reset the import processing count, do one of the following:
- Terminate the source Datareplicator, and then restart it with the -r option specified.
- If the eventcntreset parameter is specified in the import environment definition, issue the corresponding event.
KFRB04822-I
It reset the number of the aa...a, kind = bb...b, inf = cc...c. (C)
- aa...a was reset.
- aa...a: Item that was reset:
- send_counter: Data transmission count
- reflect_counter: Import processing count
- bb...b: Type of identifier:
- send_id: Destination identifier
- ds_id: Data linkage identifier
- cc...c: Identifier
- S: Resumes processing.
KFRB04901-E
Definition format error, file = aa...aa, line = bb...bb. (S)
- The format of a conversion definition file is invalid.
- aa...aa: Name of the conversion definition file
- bb...bb: Line number
- S: Cancels processing.
- O: Correct the information on the indicated line in the conversion definition file, and then re-execute.
KFRB04902-E
Invalid character code, file = aa...aa, line = bb...bb, kind = cc...cc, reason = dd...dd. (S)
- A character code is invalid.
- aa...aa: Name of the conversion definition file
- bb...bb: Line number
- cc...cc: Type:
- before: Source character code
- after: Target character code
- dd...dd: Reason for the error
- S: Cancels processing.
- O: Correct the character code on the indicated line in the conversion definition file as appropriate to the indicated reason, and then re-execute.
KFRB04951-E
Command(aa...aa) execution error, code = bb...bb, info = cc...cc. (S)
- An error occurred in the current file copy command.
- aa...aa: Command name
- Source: hdefcopy
- Target: hdsfcopy
- bb...bb: Error code
- cc...cc: Detail information for each error code (if there is no output information, ** is displayed)
- S: Cancels processing.
- O: Take the following action according to the error code:
| Error code |
Details |
Action |
| 1 |
There is no duplexing control file. |
File duplexing is not being used. Re-execute the command at a node where file duplexing is used. |
| 2 |
The physical file at the copy source is not duplexed. |
Specify a physical file that is used for duplexing and re-execute the command. |
| 3 |
Two physical files do not constitute the same logical file. |
Specify physical file names that constitute the same logical file and re-execute the command. |
| 4 |
Two physical files have different file types. |
Specify physical files whose file types are the same and re-execute the command. |
| 5 |
The status of the source file is invalid. |
Use the status display command to make sure that the status of the source file is ACTIVE. To copy the current file, specify the name of a source file that is in ACTIVE status and re-execute the command. |
| 6 |
The status of the target file is invalid. |
Use the status display command to make sure that the status of the target file is HOLD. To copy the current file, specify the name of a target file that is in HOLD status and re-execute the command. |
| 7 |
Mapped file is invalid. |
After restarting Datareplicator, re-execute the command. |
| 11 |
Two physical files have different sector lengths.
Detail information: Sector length of the source file |
Specify physical files with the same sector length and re-execute the command. |
| 12 |
The source file is invalid. |
Either initialize Datareplicator or specify the correct file, and then re-execute the command. |
| 13 |
The size of the source file is invalid. |
Either initialize Datareplicator or specify the correct file, and then re-execute the command. |
| 14 |
The size of the target file is insufficient.
Detail information: Size of the source file. |
Use a file that can store the amount of data indicated as detail information as the physical file and re-execute the command. |
| 15 |
The specified file size exceeded the maximum value.
Detail information: file name, detail code |
See the action for KFRB00069-E. |
KFRB04953-E
Command(aa...aa) execution error, code = bb...bb. (S)
- An error occurred in the duplexing file status displays command.
- aa...aa: Command name
- Source: hdefstate
- Target: hdsfstate
- bb...bb: Error code
- S: Cancels processing.
- O: Take the following action according to the error code:
| Error code |
Details |
Action |
| 1 |
There is no duplexing control file. |
File duplexing is not being used. Re-execute the command at a node where file duplexing is used. |
| 2 |
The specified file is not duplexed. |
Specify a physical file that is used for duplexing and re-execute the command. |
| 3 |
The file is in unused status. |
The specified file has never been used by Datareplicator. Specify the correct file name and re-execute the command. |
KFRB04954-I
Command(aa...aa) execution success. (S)
- Command execution was completed.
- aa...aa: Command name
- S: Resumes processing.
KFRB05001-I
Capture process started. (E)
- Datareplicator is starting the extraction process.
- S: Resumes processing.
KFRB05002-I
Capture process terminated. (E)
- Datareplicator is terminating the extraction process.
- S: Terminates processing.
KFRB05003-E
Capture process terminated abnormally, module = aa...aa, line = bb...bb. (E)
- The extraction process is terminating abnormally.
- aa...aa: Module name (internal information)
- bb...bb: Line number (internal information)
- S: Cancels processing.
- O: Obtain a core dump and a shared memory dump, and then contact the customer support center.
KFRB05004-E
Internal error occurred in capture process, addinfo = [aa...aa], runid = xx...xx, blkno = yy...yy, recno = zz...zz.(E)
- Datareplicator detected an internal conflict in the extraction process. Detail information = [aa...aa], Run ID = xx...xx, Block number = yy...yy, Record number = zz...zz.
- aa...aa: Error number
- xx...xx: Run ID
- yy...yy: System log block number
- zz...zz: System log record number
- S: Cancels processing.
- O: See 10.4 List of cause codes and take action appropriate to the displayed error number.
KFRB05005-E
This data-type is unable to be extracted, data-type = aa...aa. (E)
- Datareplicator cannot extract this data type.
- aa...aa: Data type
- S: Cancels processing.
- O: Obtain a shared memory dump, HiRDB system log file, system log file, and data linkage file, and then contact the customer support center.
KFRB05006-E
Error occurred in analyzing HiRDB log file, addinfo = [aa...aa, bb...bb], runid = xx...xx, blkno = yy...yy, recno = zz...zz. (E)
- An error occurred during the analyzing of the HiRDB system log file. Detail information = [aa...aa, bb...bb], Run ID = xx...xx, Block number = yy...yy, Record number = zz...zz.
- aa...aa: Detail information 1 (internal information)
- bb...bb: Detail information 2 (internal information)
- xx...xx: Run ID
- yy...yy: System log block number
- zz...zz: System log record number
- S: Cancels processing. Datareplicator outputs internal information as the detail information.
- O: Obtain a shared memory dump, HiRDB system log file, system log file, and data linkage file, and then contact the customer support center.
KFRB05007-E
Error occurred in reading HiRDB log file, addinfo = [aa...aa], runid = xx...xx, blkno = yy...yy, recno = zz...zz. (E)
- An input error occurred on the HiRDB system log file. Detail information = [aa...aa], Run ID = xx...xx, Block number = yy...yy, Record number = zz...zz.
- aa...aa: Error number
- xx...xx: Run ID
- yy...yy: System log block number
- zz...zz: System log record number
- S: Cancels processing.
- O: See 10.4 List of cause codes and take an action appropriate to the displayed error number.
KFRB05008-I
Accepted stop request, request kind = aa...aa. (E)
- Datareplicator accepted a termination request for the extraction process. Request type = aa...aa
- aa...aa: Request type:
- Normal: Normal termination request
- S: Starts termination processing.
KFRB05009-E
Invalid version, HiRDB Datareplicator not compatible with HiRDB. (E)
- HiRDB and the HiRDB Datareplicator do not have matching versions.
- S: Cancels processing.
- O:
- When the data linkage recovery facility is not used:
- Use systems with matching versions.
- When the data linkage recovery facility is used:
- All errors specific to the data linkage recovery facility are output to the error information file for the KFRB05009-E message. Identify the nature of the error from the information displayed for function: in the message text. For details, see 9.6.5(2) Handling errors during data linkage recovery via unload log files.
KFRB05010-E
Unable to access communication file due to permanent lock error. (E)
- Datareplicator was unable to access the data linkage file because lock has not been released.
- S: Cancels processing.
- O: Obtain a shared memory dump, system log file, and data linkage file, and then contact the customer support center.
KFRB05011-E
HiRDB overwrites unextracted system-log. (E)
- Overwriting occurred on the HiRDB system log subject to extraction processing.
- S: Cancels processing.
- O: To restart data linkage, synchronize the data linkage environments at the source and target, initialize them, and then re-create the target database on the basis of the source database before restarting HiRDB Datareplicator linkage.
KFRB05012-I
Replication-start-log of HiRDB captured, runid = xx...xx, blkno = yy...yy, recno = zz...zz. (E)
- Datareplicator detected HiRDB's data linkage start log (HiRDB Datareplicator linkage start log).
- xx...xx: Run ID
- yy...yy: System log block number
- zz...zz: System log record number
- S: Resumes processing.
KFRB05013-I
Replication-end-log of HiRDB captured, runid = xx...xx, blkno = yy...yy, recno = zz...zz. (E)
- Datareplicator detected HiRDB's data linkage termination log (HiRDB Datareplicator linkage termination log).
- xx...xx: Run ID
- yy...yy: System log block number
- zz...zz: System log record number
- S: Cancels processing.
- O: To restart data linkage, synchronize the data linkage environments at the source and target, initialize them, and then re-create the target database on the basis of the source database before restarting HiRDB Datareplicator linkage.
KFRB05014-E
Unable to read HiRDB system-log, because the value of logiosize operand is smaller than pd_log_max_data_size operand of HiRDB, logiosize = aa...aa. (E)
- Datareplicator cannot read the HiRDB system log because the logiosize operand value in the extraction environment definition file is smaller than the HiRDB's pd_log_max_data_size operand value.
- aa...aa: Value of logiosize
- S: Cancels processing.
- O: Correct the logiosize operand value in the extraction environment definition file, and then restart.
KFRB05015-I
Normal termination process started, found normal termination log of HiRDB, runid = xx...xx, blkno = yy...yy, recno = zz...zz. (E)
- Normal termination of the extraction process has started because Datareplicator detected HiRDB's normal termination log (EOF). Run ID = xx...xx, Block number = yy...yy, Record number = zz...zz.
- xx...xx: Run ID
- yy...yy: System log block number
- zz...zz: System log record number
- S: Terminates processing.
KFRB05016-E
HiRDB replication function is terminated. (E)
- The HiRDB Datareplicator linkage facility has been terminated or cancelled.
- S: Cancels processing.
- O: To restart data linkage, synchronize the data linkage environments at the source and target, initialize them, and then re-create the target database on the basis of the source database before restarting HiRDB Datareplicator linkage.
KFRB05017-I
Table to be extracted is not defined in this server, server name = aa...aa. (E)
- The table subject to extraction processing is not defined at this server.
- aa...aa: Server name
- S: Terminates processing.
KFRB05018-I
Found the end of HiRDB system-log, runid = xx...xx, blkno = yy...yy, recno = zz...zz. (E)
- The end of the HiRDB system log was detected. Run ID = xx...xx, Block number = yy...yy, Record number = zz...zz.
- xx...xx: Run ID
- yy...yy: System log block number
- zz...zz: System log record number
- S: Resumes processing.
KFRB05019-E
Read point in HiRDB system-log skipped, runid = xx...xx, blkno = yy...yy, recno = zz...zz. (E)
- The read pointer for the HiRDB system log was skipped. Run ID = xx...xx, Block number = yy...yy, Record number = zz...zz.
pdrplstop and pdrplstart might have been executed before HiRDB's extraction process finished extraction processing.
- xx...xx: Run ID
- yy...yy: System log block number
- zz...zz: System log record number
- S: Cancels processing.
- O: To restart data linkage, synchronize the data linkage environments at the source and target, initialize them, and then re-create the target database on the basis of the source database before restarting HiRDB Datareplicator linkage.
KFRB05020-I
The value of extsuppress operand is true, extraction suppressed in this server, server name = aa...aa. (E)
- Extraction processing is suppressed at this server.
- aa...aa: Server name
- S: Resumes processing.
KFRB05021-W
Ignored event-command because Event-table is not FIX-TABLE, runid = xx...xx, blkno = yy...yy, recno = zz...zz. (E)
- Datareplicator ignored the event because the event control table is not a FIX-attribute table. Run ID = xx...xx, Block number = yy...yy, Record number = zz...zz.
- xx...xx: Run ID
- yy...yy: System log block number
- zz...zz: System log record number
- S: Resumes processing. Note that events are not usable because no event information is being collected.
- O: Change the operation mode so that events will not be used.
- [Action]
- After completion of extraction processing, terminate the source Datareplicator, re-create the event control table, and then re-execute the hdeprep command. Then restart extraction processing.
KFRB05022-W
EOF block is not the last block of read blocks, runid = xx...xx, blkno = yy...yy, recno = zz...zz. (E)
- The last block read was not the EOF block.Run ID = xx...xx, Block number = yy...yy, Record number = zz...zz.
Datareplicator issues this message when it detects a HiRDB system log that cannot be extracted with this data linkage.
- xx...xx: Run ID
- yy...yy: System log block number
- zz...zz: System log record number
- S: Resumes processing.
KFRB05023-W
Ignored column-log, runid = xx...xx, blkno = yy...yy, recno = zz...zz. (E)
- Datareplicator ignored the column-based log. Run ID = xx...xx, Block number = yy...yy, Record number = zz...zz.
Datareplicator issues this message when it detects a column-based HiRDB system log that is not subject to data linkage.
- xx...xx: Run ID
- yy...yy: System log block number
- zz...zz: System log record number
- S: Resumes processing.
KFRB05025-E
Definition inconsistent. the value of extsuppress operand is true, but table of this server is defined in extract definition, server name = aa...aa. (E)
- Extraction has been suppressed at this server, but this server's table is specified in the extraction definition as being subject to extraction processing.
- aa...aa: Server name
- S: Cancels processing.
- O: To restart data linkage, synchronize the data linkage environments at the source and target, initialize them, and then re-create the target database on the basis of the source database before restarting HiRDB Datareplicator linkage.
KFRB05026-I
Normal termination process started, found planned termination log of HiRDB, runid = xx...xx, blkno = yy...yy, recno = zz...zz. (E)
- Normal termination of the extraction process has started because Datareplicator detected HiRDB's planned termination log (EOF). Run ID = xx...xx, Block number = yy...yy, Record number = zz...zz.
- xx...xx: Run ID
- yy...yy: System log block number
- zz...zz: System log record number
- S: Terminates processing.
KFRB05027-W
Ignored event-command because specified send identifier is wrong, event code = aa...aa, send identifier = bb...bb. (E)
- Datareplicator ignored an event because the specified target identifier was invalid.
- aa...aa: Event code
- bb...bb: Target identifier
- S: Ignores the event and resumes processing.
KFRB05028-E
Exception data were detected, exception data = aa...aa, message-id = bb...bb. (E)
- Datareplicator detected exception data.
- aa...aa: Exception data
- bb...bb: Message ID in the advanced queue
- S: Terminates processing.
- O: Specify data replacement so that data linkage is supported, and then restart extraction processing.
KFRB05029-W
Exception data were detected, exception data = aa...aa, extraction data type = bb...bb, substitution type = cc...cc, message-id = dd...dd. (E)
- Datareplicator detected exception data.
- aa...aa: Exception data
- bb...bb: Extraction data type
- cc...cc: Replacement pattern:
- null: Replace with the null value
- high: Replace with the maximum value
- low: Replace with the minimum value
- dd...dd: Message ID in the advanced queue
- S: Resumes processing.
KFRB05030-E
Extract data does not belong to extraction target were detected. table-id = aa...aa. (E)
- Datareplicator detected update information that does not belong to a table that is subject to extraction processing.
- aa...aa: Table ID
- S: Terminates processing.
- O: To restart data linkage, you must reset it.
KFRB05031-W
The number of vacant transmission queue files decreased to dd..dd. (C)
- The number of available extraction information queue files has decreased to dd..dd.
- dd...dd: Number of extraction information queue files
- S: Resumes processing.
- O: Check to see if transmission processing has started. If transmission processing has not started, start it.
KFRB05034-I
Queue file recovery started,first file = aa...aa,last file = bb...bb (C)
- Recovery of the extraction information queue file has started.
- aa...aa: First file name in the extraction information queue file to be recovered (qufile001 to qufile016).
- bb...bb: Last file name in the extraction information queue file to be recovered (qufile001 to qufile016).
- S: Resumes processing.
KFRB05035-I
Queue file recovery completed,first file = aa...aa,last file = bb...bb (C)
- Recovery of the extraction information queue file has been completed.
- aa...aa: First file name in the extraction information queue file that has been recovered (qufile001 to qufile016).
- bb...bb: Last file name in the extraction information queue file that has been recovered (qufile001 to qufile016).
- S: Resumes processing.
- O: Check that the range of files of recovered matches the information displayed in the KFRB05034-I message that was output when recovery started.
KFRB05037-W
Queue file that was formatted in an old version exists. (C)
- The facility for recovering the extraction information queue file cannot be used because there is an extraction information queue file that was initialized by an older version of HiRDB Datareplicator.
- S: Resumes processing.
- O: If the facility for recovering the extraction information queue file is used in the system, execute an initial start on the source Datareplicator. If the facility for recovering the extraction information queue file is not used in the system, there is no need to execute an initial start.
KFRB05038-W
All of queue files are in an initial state. (C)
- There is no need to execute the facility for recovering the extraction information queue file because all extraction information queue files are in initial status.
- S: Stops processing.
KFRB05039-E
Unable to execute queue file recovery function, reason = aa...aa. (C)
- A condition for using the facility for recovering the extraction information queue file is not satisfied.
- aa...aa: Reason code
- syncterm:
- The facility for recovering the extraction information queue file cannot be used when true is specified in the syncterm operand in the extraction system definition.
- S: Stops processing.
- O: Use the data linkage recovery facility to perform the recovery.
KFRB05040-I
Datareplicator recovery function started. (C)
- Recovery using the data linkage recovery facility (system log method) has started.
- S: Resumes processing.
KFRB05041-I
Skip of update information for Datareplicator recovery function completed, additional transaction info = aa...aa. (C)
- Recovery by the data linkage recovery facility has been completed. Datareplicator will now resume normal data linkage processing and sending update information.
- aa...aa: Extraction transaction information in the last update information that was skipped
- S: Resumes processing.
KFRB05042-E
Recover information file is invalid, file name = aa...aa, reason = bb...bb. (C)
- The recovery information file is invalid.
- aa...aa: File name
- bb...bb: Reason code
- file not found:
- There is no recovery information file under the directory specified in the HDEPATH environment variable.
- invalid file format:
- The format of the recovery information file is invalid.
- invalid recover information condition:
- Because the recovery information in the recovery information file has not been synchronized, recovery cannot be performed using this recovery information.
- S: Cancels processing.
- O: Take appropriate action according to the following table.
| Reason code |
Description |
Action |
| file not found |
There is no recovery information file under the directory specified in the HDEPATH environment variable. |
Make sure that the following are true:
- The recovery information file has been transferred under the directory specified in the HDEPATH environment variable.
- The name of the recovery information file is correct.
|
| invalid file format |
The format of the recovery information file is invalid. |
Make sure that the following are true:
- The recovery information file transfer method is binary mode.
- If the recovery information file is a character special file, the correct count value was specified in the dd command when the file was copied to a regular file.
If neither of the above applies, the recovery information file has become corrupted. Execute data linkage recovery by using unload log files. |
| invalid recover information condition |
Because the recovery information in the recovery information file has not been synchronized, recovery cannot be performed by using this recovery information. |
Execute data linkage recovery by using unload log files. |
KFRB06001-I
Agent process started. (L)
- The agent has started.
- S: Resumes processing.
KFRB06002-I
Agent process terminated. (L)
- The agent was terminated.
- S: Terminates processing.
KFRB06003-I
Variable of agent option is changed. (L)
- Agent settings were changed.
- S: Resumes processing.
KFRB06004-E
Agent process is already started. (S+L)
- The agent is already active.
- S: Cancels startup processing.
KFRB06005-E
Agent process is not started. (S+L)
- The agent is not active.
- S: Cancels termination processing.
KFRB06006-E
Agent process start failed. (S)
- Agent startup processing resulted in an error.
- S: Cancels startup processing.
- O: Check the error message issued immediately before and eliminate the cause of the error, and then re-execute.
KFRB06007-W
Collector process's output is invalid, process name = aa...aa. (L)
- Output of the information collection process is invalid.
- aa...aa: Process name
- S: Attempts the processing for up to five times at the specified monitoring interval, and then terminates processing if the error has not been eliminated.
- O: Datareplicator might not be installed correctly. If so, reinstall Datareplicator and restart it. If the same warning is issued again, contact the customer support center.
KFRB06008-W
Collector process error occurred, process name = aa...aa, exit code = bb...bb. (L)
- The information collection process resulted in an error.
- aa...aa: Process name
- bb...bb: Process termination code
- S: Attempts the processing for up to five times at the specified monitoring interval, and then terminates processing if the error has not been eliminated.
- O: Eliminate the cause of the error.
KFRB06009-W
Cm2 systemtrap command error occurred, info = aa...aa. (L)
- An error occurred in JP1/Cm2's systemtrap command.
- aa...aa: systemtrap command's error message
- If the message exceeds 255 bytes, the systemtrap command outputs only the first 255 bytes of the message.
- S: Attempts the processing for up to five times at the specified monitoring interval, and then terminates processing if the error has not been eliminated.
- O: Eliminate the cause of the error associated with JP1/Cm2's systemtrap command. If the $OV_BIN environment variable setting is wrong, correct it, and then restart.
KFRB06010-E
Other process is changing agent option. (S+L)
- Another process is updating the agent settings.
- S: Cancels the processing to update agent settings.
- O: Wait a while, and then re-execute.
KFRB06011-I
Command request was accepted, command = aa...aa. (L)
- A command request was accepted.
- aa...aa: Command line
- S: Resumes processing.
KFRB06012-E
File access error was occurred, operation = aa...aa, file = bb...bb, errno = cc...cc. (S+L)
- A file manipulation error was detected.
- aa...aa: Manipulation type
- bb...bb: Filename
- cc...cc: Error number set in errno
- Error number 0 indicates the following:
- read: Invalid file contents
- write: Insufficient disk space
- S: Cancels processing.
- O: Check errno.h or the user's OS documentation for the error number and eliminate the cause of the error.
KFRB06013-E
Failed to connect service control manager, code = aa...aa, errno = bb...bb. (S+L)
- Connection establishment with the service control manager failed.
- aa...aa: Code
- bb...bb: Error number obtained by GetLastError()
- S: Cancels processing.
- O: Check errno.h or the user's OS documentation for the error number and eliminate the cause of the error.
KFRB06014-E
Failed to set state of event object to signaled, function name = aa...aa, event name = bb...bb, errno = cc...cc. (S+L)
- Event setup failed.
- aa...aa: Function name
- bb...bb: Event name
- cc...cc: Error number obtained by GetLastError()
- S: Cancels processing.
- O: Check errno.h or the user's OS documentation for the error number and eliminate the cause of the error.
KFRB06015-E
Invalid setup information. (S+L)
- Setup information is invalid.
- S: Cancels processing.
- O: Reinstall Datareplicator.
KFRB06016-E
Failed to regist service handler function, errno = aa...aa. (L)
- Registration of the service control handler failed.
- aa...aa: Error number obtained by GetLastError()
- S: Cancels processing.
- O: Check errno.h or the user's OS documentation for the error number and eliminate the cause of the error.
KFRB06017-E
Failed to create event object, function name = aa...aa, event name = bb...bb, errno = cc...cc. (L)
- Creation of an event object failed.
- aa...aa: Function name
- bb...bb: Event name
- cc...cc: Error number obtained by GetLastError()
- S: Cancels processing.
- O: Check errno.h or the user's OS documentation for the error number and eliminate the cause of the error.
KFRB06018-E
Agent process terminated abnormally, error code = aa...aa. (L)
- The agent terminated abnormally.
- aa...aa: Error code
- S: Cancels processing.
- O: Check the manual for the message corresponding to the error code and eliminate the cause of the error.
KFRB06101-E
Signal operation failure, process-id = aa...aa, kind = bb...bb, errno = cc...cc. (S+L)
- Signal operation failed.
- aa...aa: Remote process ID
- bb...bb: Signal to be sent
- cc...cc: Error number set in errno
- S: Cancels processing.
- O: Check errno.h or the user's OS documentation for the error number and eliminate the cause of the error.
KFRB06102-E
Cannot exec child process, process name = aa...aa, errno = bb...bb. (S+L)
- Datareplicator was unable to execute a subprocess.
- aa...aa: Subprocess name
- bb...bb: Error number set in errno
- S: Cancels processing.
- O: Check errno.h or the user's OS documentation for the error number and eliminate the cause of the error.
KFRB06103-E
Cannot fork child process, errno = aa...aa. (S+L)
- Datareplicator was unable to create a subprocess.
- aa...aa: Error number set in errno
- S: Cancels processing.
- O: Check errno.h or the user's OS documentation for the error number and eliminate the cause of the error.
KFRB06104-E
Invalid command argument. (S+L)
- A specified command argument is invalid.
- S: Cancels processing.
- O: Check the manual for the correct command arguments and re-execute.
KFRB06105-E
Option value is invalid, option name = aa...aa. (S+L)
- The value of a command option is invalid.
- aa...aa: Command option
- S: Cancels processing.
- O: Check the manual for details, such as the permitted value range for the command option, and then re-execute.
KFRB06106-E
Insufficient memory, type = aa...aa, size = bb...bb, errno = cc...cc. (L)
- Datareplicator was unable to allocate memory.
- aa...aa: Detail code
- bb...bb: Memory allocation size
- cc...cc: Error number set in errno
- S: Cancels processing.
- O: Check errno.h or the user's OS documentation for the error number and eliminate the cause of the error.
KFRB06201-E
Install directory not found. (L)
- Datareplicator was unable to find the Datareplicator installation directory. Registry information is wrong.
- S: Cancels processing.
- O: Reinstall Datareplicator.
KFRB06202-E
Insufficient memory for SNMP request, size = aa...aa, errno = bb...bb. (L)
- At the SNMP agent, Datareplicator was unable to allocate sufficient memory to execute the information collection or remote control requested by the supervisor.
- aa...aa: Memory allocation size
- bb...bb: Error number set in errno
- S: Cancels the requested information collection or remote control operation.
- O: Check the user's OS documentation for the error number and eliminate the cause of the error. Then re-execute information collection or remote control at the supervisor.
KFRB06203-E
Insufficient memory for MIB analyze, size = aa...aa, errno = bb...bb. (L)
- Datareplicator was unable to allocate sufficient memory to analyze the MIB file at the SNMP agent.
- aa...aa: Memory allocation size
- bb...bb: Error number set in errno
- S: Terminates the SNMP agent.
- O: Check the user's OS documentation for the error number and eliminate the cause of the error. Then restart the SNMP service.
KFRB06204-E
Invalid command in MIB file, object id = aa...aa. (L)
- An invalid command was detected during MIB file analysis at the SNMP agent. The MIB file might be damaged.
- aa...aa: Object ID specifying the invalid command
- S: Terminates the SNMP agent.
- O: Reinstall Datareplicator, recover the MIB file, and then restart the SNMP service.
KFRB06205-E
Collector process time over for 10 sec, process = aa...aa. (L)
- The information collection process could not collect information within 10 seconds at the SNMP agent.
- aa...aa: Detail information about the information collection process
- S: Cancels the information collection process.
- O: Take an appropriate action on the basis of the message output by the information collection process, and then re-execute information collection from the supervisor.
KFRB06206-E
Collector process error occurred, process = aa...aa. (L)
- An error occurred in the information collection process at the SNMP agent.
- aa...aa: Detail information about the information collection process
- S: Terminates the information collection process.
- O: Take an appropriate action on the basis of the message output by the information collection process, and then re-execute information collection from the supervisor.
KFRB06207-E
Invalid SNMP request type, request type = aa...aa. (L)
- The attribute of the object ID requested for information collection or remote control was invalid at the SNMP agent. The SNMP agent can process only the INTEGER, Counter, and DisplayString attributes.
- aa...aa: Attribute code of the object ID
- S: Terminates the requested information collection or remote control operation.
- O: Check the attribute of the object ID requested by the supervisor, and then re-execute information collection or remote control from the supervisor.
KFRB06208-E
Invalid SNMP request code, request code = aa...aa. (L)
- The request code for information collection or remote control is invalid at the SNMP agent. The SNMP agent can process the GET, GETNEXT, and SET request codes.
- aa...aa: Request code
- S: Terminates the requested information collection or remote control operation.
- O: Check the supervisor's request code and re-execute information collection or remote control from the supervisor.
KFRB06209-E
Invalid SNMP specified value size, value size = aa...aa. (L)
- The length of the character string specified for a remote control parameter is invalid at the SNMP agent.
- aa...aa: Length of character string specified for the parameter
- S: Terminates the requested remote control operation.
- O: Check the length of character string specified for the remote control parameter, and then re-execute remote control operation from the supervisor.
KFRB06210-E
Invalid SNMP specified value, value = aa...aa. (L)
- A numeric parameter specified for remote control is invalid at the SNMP agent.
- aa...aa: Specified numeric value
- S: Terminates the requested remote control operation.
- O: Check the maximum and minimum values for the remote control parameter, and then re-execute remote control from the supervisor.
KFRB06211-E
Process create error occurred, process = aa...aa, error code = bb...bb. (L)
- Datareplicator cannot create the information collection process at the SNMP agent for information collection or remote control.
- aa...aa: Process information to be created
- bb...bb: Error number returned by the CreateProcess function
- S: Cancels information collection or remote control operation.
- O: Check the user's OS documentation for the error number, eliminate the cause of the error, and then re-execute information collection or remote control from the supervisor.
KFRB06212-E
Wait for process failed, process = aa...aa, error code = bb...bb. (L)
- Datareplicator was unable to wait for completion of the information collection process at the SNMP agent.
- aa...aa: Process information to be completed
- bb...bb: Error number returned by the WaitForSingleObject function
- S: Cancels information collection.
- O: Check the user's OS documentation for the error number, eliminate the cause of the error, and then re-execute information collection or remote control from the supervisor.
KFRB06213-E
Unable to get a process exit code, process = aa...aa, error code = bb...bb. (L)
- Datareplicator was unable to obtain the termination code of the information collection process at the SNMP agent.
- aa...aa: Process information whose termination code is to be obtained
- bb...bb: Error number returned by the GetExitCodeProcess function
- S: Cancels information collection.
- O: Check the user's OS documentation for the error number, eliminate the cause of the error, and then re-execute information collection or remote control from the supervisor.
KFRB06501-E
Specified DSN name is not for SQL Server. (C + S)
- An invalid DSN was specified. The specified DSN name is not for SQL Server.
- S: Cancels processing.
- O: An invalid DSN name was specified in one of the following:
- Extraction system definition
- hdeprepS -D
- hdeeventS -D
- hderesstateS -D
Specify the correct DSN name and re-execute the command.
KFRB06503-E
Error occurred in object creation, object type = aa...aa, object name = bb...bb, errcode = cc...cc, info = dd...dd (C + S)
- Creation of an SQL Server object failed.
- aa...aa: Object type
- Index: Index
- Table: Table
- Trigger: Trigger
- bb...bb: Object name
- cc...cc: SQLSTATE
- dd...dd: SQL Server error message
- S: Cancels processing.
- [Action]
- Check the SQL Server manual, eliminate the cause of the error on the basis of the SQLSTATE error code and SQL Server error message, and then re-execute the command.
KFRB06504-E
Object does not exists, object type = aa...aa, object name = bb...bb, errcode = cc...cc, info = dd...dd (C + S)
- The SQL Server object does not exist.
- aa...aa: Object type
- Table: Table
- bb...bb: Object name
- cc...cc: SQLSTATE
- dd...dd: SQL Server error message
- S: Cancels processing.
- [Action]
- Check the SQL Server manual, eliminate the cause of the error on the basis of the SQLSTATE error code and SQL Server error message, and then re-execute the command.
KFRB06505-E
SQL Server error, func = aa...aa, return = bb...bb, errcode = cc...cc, info = dd...dd (C + S)
- An error occurred on SQL Server.
- aa...aa: Function name
- bb...bb: Return value
- cc...cc: SQLSTATE
- dd...dd: SQL Server error message
- S: Cancels processing.
- [Action]
- Check the SQL Server manual, eliminate the cause of the error on the basis of the error code SQLSTATE and SQL Server error message, and then re-execute the command.
KFRB06506-E
SQL Server version error. This SQL Server version is not supported. (C + S)
- The SQL Server version is not supported.
- S: Cancels processing.
- [Action]
- Check the Datareplicator Extension manual and use a supported version of SQL Server.
KFRB06507-E
QUEUE_ID value in the queue table has exceeded aa...aa (99% of its maximum value). (C)
- The value of QUEUE_ID for RPL_EXT_QUEUETBL exceeded aa...aa (99% of the maximum value).
- aa...aa: 99% of the maximum value of QUEUE_ID
- S: Cancels processing.
- [Action]
- Execute initial start of the source Datareplicator.
KFRB06508-W
"hderesstateS" command may show previous/default value as resource operand table could not be updated with aa...aa, func = bb...bb, return = cc...cc, errcode = dd...dd, info = ee...ee (C)
- Datareplicator was unable to update the value of RPL_EXT_RESOPDTBL to aa...aa.
- aa...aa: Value in seconds that was obtained by converting the sqls_msgkeeptime operand value in the extraction system definition
- bb...bb: Function name
- cc...cc: Return value
- dd...dd: SQLSTATE
- ee...ee: SQL Server error message
- S: Resumes processing.
- [Action]
- Check the SQL Server manual, eliminate the cause of the error on the basis of the SQLSTATE error code and SQL Server error message, terminate and restart the source Datareplicator, and then re-execute the command.
KFRB09084-E
Specified group name not found, aa...a. (S+L)
- A specified import group name was not found.
- aa...a: Import group name
- S: Cancels processing.
- [Action]
- Specify the correct group name in the command option.
KFRB09087-E
Output information exceeds the limits aa...a[KB]. (S+L)
- Output of information has been cancelled because the size of the analysis results output file exceeds the maximum (-k option value).
- aa...a: Maximum size of the analysis result output file (-k option value)
- S: Cancels processing.
- [Action]
- Either increase the size specified in the -k option of the hdsrefinfm command or reduce the value specified in the -t option.
KFRB09088-W
The information at requested number can't be output, kind = aa...a, req-num = bb...b, out-num = cc...c, reason = dd...d. (S+L)
- The command is unable to output as many transaction information items as requested (-t option value). The command outputs as many information items as it can, as indicated in cc...c.
- aa...a: Type of transaction information:
- un-reflect: Unimported transaction information
- reflected: Imported transaction information
- bb...b: Number of items requested (-t option value)
- cc...c: Number of items that can be output
- dd...d: Reason code:
- no more data exist in queue file:
- The import information queue file contains no more information than the count cc...c, or the import information queue file storing the information has already been overwritten.
- definition change was detected:
- Because a change to the definition was detected, older imported transaction information cannot be output.
- maximum number:
- The maximum number of items that can be output (2,000,000,000) was reached.
- S: Resumes processing.
KFRB09089-E
Option value is invalid, Option = aa. (S+L)
- An invalid value was specified in the command option.
- aa: Command option
- S: Cancels processing.
- [Action]
- Specify the correct value in the command option.
KFRB09090-W
Length of the character string exceed 45 bytes, resource = aa...a, id = bb...b. (S+L)
- The length of an authorization identifier, table identifier, or column name exceeded 45 bytes. These names are not output to the hdsrefinfm command's output result (only the table ID or column ID is displayed).
- aa...a: Type of resource:
- TableName: Authorization identifier or table identifier
- ColumnName: Column name
- bb...b: Table ID or column ID
- S: Resumes processing.
KFRB09091-E
Invalid environment variable value, variable name = aa...a. (S+L)
- An invalid value was specified in the environment variable aa...a.
- aa...a: Name of environment variable:
- HDS_RFI_ELANG: Character codes in the source database
- HDS_RFI_PLANG: Character codes in the import system
- S: Cancels processing.
- [Action]
- Set the correct value in the environment variable.
KFRB09092-E
The option requires an argument, Option = aa. (S+L)
- Command option aa requires an option argument.
- aa: Command option
- S: Cancels processing.
- [Action]
- Specify the correct command option.
KFRB09093-E
System call error(function=fstat), Filename=aa...a, errno=bb...b. (S+L)
- The fstat system call returned an error.
- aa...a: File name
- bb...b: Error number
- S: Cancels processing.
- [Action]
- Check the OS documentation for the error based on the error number, and then eliminate the cause of the error.
KFRB09094-E
Internal error, aa...a. (S+L)
- An internal conflict occurred.
- aa...a: Maintenance information
- S: Terminates processing.
- [Action]
- Contact the customer support center.
KFRB09200-E
Insufficient memory[aa...aa], require size = bb...bb. (S+L)
- Memory allocation failed.
- aa...aa: Type of memory to be allocated
- bb...bb: Requested size
- S: Cancels processing.
- [Action]
- Terminate unneeded processes or commands and re-execute.
KFRB09201-E
Duplicate option specified, Option name = aa...aa. (S)
- A parameter (option) is duplicated.
- aa...aa: Duplicated parameter (option) name
- S: Cancels processing.
- [Action]
- Delete the duplicated parameter (option) and then re-execute.
KFRB09202-E
Exceeds max number of option, Option name = aa...aa. (S)
- The number of specified parameters (options) exceeds the maximum.
- aa...aa: Name of the parameter (option) that was specified too many times
- S: Cancels processing.
- [Action]
- Reduce the number of parameters (options) and then re-execute.
KFRB09203-E
Unrecognized option specified. (S)
- An invalid parameter (option) is specified.
- S: Cancels processing.
- [Action]
- Delete the invalid parameter (option) and then re-execute.
KFRB09204-E
Necessary option not specified, Option name = aa...aa. (S)
- A required parameter (option) is missing.
- aa...aa: Parameter (option) name
- S: Cancels processing.
- [Action]
- Specify the required parameter (option) and then re-execute.
KFRB09205-E
Specified value is out of range, Option name = aa...aa. (S)
- A specified parameter (option) is outside the permitted range of values.
- aa...aa: Parameter (option) name
- S: Cancels processing.
- [Action]
- Correct the parameter (option) value, and then re-execute.
KFRB09206-E
Conflict options are specified, Option name = aa...aa and bb...bb. (S)
- Mutually exclusive parameters (options) are specified.
- aa...aa, bb...bb: parameter (option) names
- S: Cancels processing.
- [Action]
- Specify only one of the parameters (options) and then re-execute.
KFRB09207-W
Unrecognized value specified, ignore this. (S)
- Datareplicator ignored a parameter (option) whose value was outside the permitted range of values.
- S: Resumes processing; the results might not be as expected.
- [Action]
- Reevaluate the value of the parameter (option) after the next execution.
KFRB09208-E
Unanalyzable option specified, argc count=aa...aa, analyze parameter count=bb...bb.
- Not all parameters (options) could be analyzed.
- aa...aa: Number of specified parameters
- bb...bb: Number of analyzed parameters
- S: Cancels processing.
- [Action]
- Reevaluate the format of the specified parameters (options).
KFRB09209-E
Too long path name, Option name = aa...aa. (S)
- The pathname of the file specified in a parameter (option) exceeds 255 bytes.
- aa...aa: Parameter (option) name
- S: Cancels processing.
- [Action]
- Check the specified parameter (option) value. If it exceeds 255 bytes, change the current directory.
KFRB09210-E
Specified value format error, Option name = aa...aa. (S)
- The specification format of a parameter (option) is invalid.
- aa...aa: Parameter (option) name
- S: Cancels processing.
- [Action]
- Correct the specification format and re-execute.
KFRB09211-E
End-date is smaller than start-date, Option name = aa...aa. (S)
- The end date precedes the start date.
- aa...aa: Parameter (option) name
- S: Cancels processing.
- [Action]
- Correct the date specification and re-execute.
KFRB09212-I
Usage: hdstrcedit -f Input-file[, Input-file][-o Output-file][-l Level][-p pid[, -p pid ...]...][-t YYYYMMDDHHMMSS[, YYYYMMDDHHMMSS][-O Options] (S)
- This message lists the parameters (options) of the hdstrcedit command.
- S: Cancels processing (this message is issued when an error is detected in one of the displayed parameters (options)).
KFRB09213-E
System call error (function=aa...aa), errno = bb...bb. (S+L)
- A system call resulted in an error.
- aa...aa: Name of the system call resulting in the error
- bb...bb: Error number returned from the system call
- S: Cancels processing.
- [Action]
- Check the cause of the error, eliminate it, and then re-execute.
KFRB09214-E
Specified file not found, file name = aa...aa. (S)
- A specified file was not found.
- aa...aa: Filename
- S: Cancels processing.
- [Action]
- Correct the parameter (option) and re-execute.
KFRB09215-E
No access permission, file name = aa...aa. (S)
- File access was denied (no permission).
- aa...aa: Filename
- S: Cancels processing.
- [Action]
- Obtain permission to access the file or have an authorized user access the file.
KFRB09216-E
No record in file, file name = aa...aa. (S)
- File is empty.
- aa...aa: Filename
- S: Cancels processing.
- [Action]
- Specify the correct filename, and then re-execute.
KFRB09217-E
Invalid contents in file, file name = aa...aa. (S)
- File format is invalid.
- aa...aa: Filename
- S: Cancels processing.
- [Action]
- Specify the correct filename, and then re-execute.
KFRB09301-E
Specified file not found, file-type = aa...aa, file name = bb...bb. (S)
- A specified file was not found.
- aa...aa: File type
- NMTSTATFILE: An invalid server name was specified in the HDEPATH environment variable or in the -b option.
- bb...bb: File name
- S: Cancels processing.
- O: Specify the correct value, and then re-execute the command.
KFRB09302-E
Unable to execute, because other command is not stopped. (S)
- Datareplicator cannot execute this command because another command is executing.
- S: Cancels processing.
- O: Re-execute this command after the current command has terminated.
KFRB09303-E
Source site Datareplicator is not stopped. (S)
- The source Datareplicator is running.
- S: Cancels processing.
- O: Terminate the source Datareplicator, and then re-execute the command.
KFRB09304-E
Specified queue file is in use, file name = aa...aa. (S)
- Registration of the specified queue file cannot be released because the file is in use.
- aa...aa: File name
- S: Cancels processing.
- O: Re-execute the command when the extraction information queue file is not being used.
KFRB09305-E
Transmission queue file cannot be added any more, because nn...nn queue files already exist. (S)
- No more extraction information queue files can be registered because the maximum number of files have already been registered.
- nn...nn: Number of extraction information queue files that have been registered
- S: Cancels processing.
KFRB09306-E
Specified file is already in use, file-type = aa...aa, file name = bb...bb. (S)
- The specified file has already been registered as an extraction information queue file.
- aa...aa: File type
- QUEFILE: Extraction information queue file
- bb...bb: File name
- S: Cancels processing.
- O: Specify another file name.
KFRB09307-E
No more transmission queue files can be removed, because at least nn...nn queue files are required. (S)
- No more extraction information queue file can be released from registration.
- nn...nn: Number of extraction information queue files that are registered
- S: Cancels processing.
KFRB09308-I
Transmission queue file was added successfully. (S)
- Registration of an extraction information queue file was successful.
- S: Terminates the command.
KFRB09309-I
Transmission queue file was removed successfully. (S)
- Extraction information queue file registration release was successful.
- S: Terminates the command.
KFRB09310-E
Specified file not found in source site system, file-type = aa...aa, file name = bb...bb. (S)
- A specified file is not registered in the source system.
- aa...aa: File type
- EXTQUEFILE: Extraction information queue file name specified in the HDEPATH environment variable or in the -d option is invalid.
- bb...bb: File name
- S: Cancels processing.
- O: Check and, if necessary, revise the specification, and then re-execute the command.
KFRB09311-E
Specified file was not found, the file must exist as a character special file, filename = aa...aa. (S)
- A nonexistent file was specified in the -a option. The file specified in the -a option must be an existing character special file because the allocated queue file is either a character special file or stored in the Datareplicator file system area.
- aa...aa: File name specified in the -a option
- S: Cancels processing.
- O: Create the character special file to be added as a queue file, and then re-execute the command.
KFRB09312-E
Dualing information for queue file was not found in the specified dual file definition, filename = aa...aa. (S)
- The duplexing definition file specified in the -n option does not contain the duplexing definition for the queue file specified in the -a option.
- aa...aa: File name specified in the -a option
- S: Cancels processing.
- O: Specify queue file information in the duplexing definition file for the queue file that is to be added, and then re-execute the command.
KFRB09313-E
Datareplicator is not use file duplicate function. (S)
- Because Datareplicator is not using the file duplexing facility, you cannot add duplexed queue files.
- S: Cancels processing.
- O: Re-execute the command without duplexing the queue file to be added (without specifying the -n option).
KFRB10001-I
The copy command of active-file was executed, file(aa...aa). (L)
- The command that copies the current file executed successfully.
- aa...aa: File name
- S: Resumes processing.
KFRB10002-E
The mapped-file is broken, file(aa...aa).Please restart Datareplicator. (L)
- The mapped file has been damaged.
- aa...aa: Logical file name
- S: Cancels startup processing.
- O: Restart HiRDB Datareplicator.
KFRB10003-E
An active file does not exist.logicalfile = aa...aa(A:bb...bb,B:cc...cc). (L)
- There is no available current file.
- aa...aa: Logical file name
- bb...bb: Status of the primary file
- cc...cc: Status of the secondary file
- S: Cancels startup processing.
- O: Use the data linkage recovery facility to recover, re-initialize, and then re-execute.
KFRB10004-I
A state of a file was changed. aa...aa->bb...bb(cc...cc). (L)
- A file's status was changed.
- aa...aa: Status before change
- bb...bb: Status after change
- cc...cc: File name
- S: Resumes processing.
KFRB10005-I
A file was opened. logicalfile = aa...aa(A:bb...bb, B:cc...cc). (L)
- A file was opened.
- aa...aa: Logical file name
- bb...bb: Status of the primary file
- cc...cc: Status of the secondary file
- S: Resumes processing.
KFRB10006-W
A process is downing in writing file. logicalfile = aa...aa(A:bb...bb, B:cc...cc). (L)
- Process terminated while writing to a file.
- aa...aa: Logical file name
- bb...bb: Status of the primary file
- cc...cc: Status of the secondary file
- S: Resumes processing.
KFRB10007-I
File copy from aa...aa to bb...bb completed. (S + L)
- File copying was completed.
- aa...aa: Source (normal file)
- bb...bb: Target (erroneous file)
- S: Resumes processing.
KFRB10008-W
The sector length of a file is different, file(aa...aa, bb...bb), sector-size:cc...cc. (L)
- The file has a different sector length.
- aa...aa: Source (normal file)
- bb...bb: Target (erroneous file)
- cc...cc: Sector length
- S: Resumes processing.
- O: Set the target RAW device's sector length to the same value as for the source.
KFRB10009-W
The source copying file is invalid, file(aa...aa). (L)
- The source file is invalid.
- aa...aa: Source (normal file)
- S: Resumes processing.
- O: The source file is invalid. This message is displayed when no current file is available. After using the data linkage recovery facility to recover the file, initialize it and re-execute the command.
KFRB10010-W
The file size of a copying file is invalid, file(aa...aa). (L)
- The size of the source file is invalid.
- aa...aa: Source (normal file)
- S: Resumes processing.
- O: The source file is invalid. This message is displayed when no current file is available. After using the data linkage recovery facility to recover the file, initialize it and re-execute the command.
KFRB10011-W
The disk capacity of a copy place is insufficient, file(aa...aa), copy-size:bb...bb. (L)
- There is not enough disk space at the target.
- aa...aa: Target (erroneous file)
- bb...bb: Size of the source file
- S: Resumes processing.
- O: Increase the disk space at the target.
KFRB10012-I
The copy of file started, file(aa...aa). (L)
- The file will be copied.
- aa...aa: File name
- S: Resumes processing.
KFRB10013-W
The copy of file failed, file(aa...aa). (L)
- The file copy operation failed.
- aa...aa: File name
- S: Resumes processing.
KFRB10014-W
The kind of file is invalid, file(aa...aa). (L)
- The file type is invalid.
- aa...aa: File name
- S: Resumes processing.
KFRB10015-W
A block of file was broken, file(aa...aa). (L)
- A file block is damaged.
- aa...aa: File name
- S: Resumes processing.
KFRB10016-W
A size of file was zero, file(aa...aa). (L)
- The file size is 0 bytes.
- aa...aa: File name
- S: Resumes processing.
KFRB10017-W
A copy of file was failed, file(aa...aa). (L)
- The file copy operation failed.
- aa...aa: File name
- S: Resumes processing.
KFRB10018-E
The program unable to continue. Please restart this program, file(aa...aa). (L)
- The program cannot continue its processing. Restart the program.
- aa...aa: File name
- S: Terminates processing.
- O: Restart HiRDB Datareplicator. We recommend that you recover the erroneous file.
KFRB10019-W
The status of file is hold at last time, file(aa...aa). (L)
- The previous status of the file header was HOLD during current file checking.
- aa...aa: File name
- S: Resumes processing.
KFRB10020-W
The last write time of file is different, file(aa...aa). (L)
- The last update time is different.
- aa...aa: File name
- S: Resumes processing.
KFRB10021-I
A file problem has occurred.Stopping usage of the file. (L)
- A file error occurred. Switchover processing will be performed.
- S: Resumes processing.
KFRB10022-I
Stopping usage of file completed. (L)
- Switchover processing has been completed.
- S: Resumes processing.
KFRB10023-W
Stopping usage of file failed. (L)
- Switchover processing failed.
- S: Resumes processing.
KFRB10024-E
The logical file name is different, A(aa...aa, bb...bb), B(cc...cc, dd...dd). (L)
- The logical file name set in the header of the primary file does not match the logical file name set in the header of the secondary file.
- aa...aa: Physical file name for the primary file
- bb...bb: Logical file name set in the header of the primary file
- cc...cc: Physical file name for the secondary file
- dd...dd: Logical file name set in the header of the secondary file
- S: Cancels startup processing.
- O: Check the correspondence between physical and logical file names for the primary and secondary files displayed in the message to determine whether they match the settings for the duplexing definition file. If they do not match, the link target of the symbolic link created as the physical name might be invalid. If the link target is invalid, re-create the symbolic link so that the link target is correct, and then restart Datareplicator.
KFRB11001-E
Invalid command argument.
Usage : aa...aa (S)
- The command line is invalid.
- aa...aa: Command specification method
- S: Stops processing.
- O: Correct the command line, and then re-execute the command.
KFRB11002-E
Environment variable value invalid, variable name = aa...aa. (S)
- Specification of the indicated environment variable is invalid.
- aa...aa: Environment variable name
- S: Stops processing.
- O: Correct the environment variable, and then re-execute the command.
KFRB11003-E
Error occurred in aa...aa command. (S)
- An error occurred while processing the indicated command started by Datareplicator.
- aa...aa: Name of the command that was to be started
- hdestart: Initialization of the extraction environment failed.
- hdeprep: Creation of the extraction definition preprocessing file failed.
- pddef: An error occurred in the HiRDB database definition utility.
- pdload: An error occurred in the HiRDB database load utility.
- S: Stops processing.
- O: Eliminate the cause of the error on the basis of the error information that is output by the command that was to be started, and then re-execute the command.
KFRB11004-E
Time out error occurred. (S)
- Initialization of the extraction environment failed due to a timeout.
- S: Stops processing.
- O: Investigate the cause of the timeout error on the basis of the error information that is output by the hdestart command, and then re-execute the command.
KFRB11005-E
MSTERRFILE1 exclusion error occurred. (S)
- Initialization of the extraction environment failed because a lock error or a timeout occurred during input/output processing on the extraction master error information file (msterrfile1).
- S: Stops processing.
- O: Re-execute the command after evaluating the following:
- Lock error
Check and, if necessary, revise the command executor's permissions and the permissions of the user who executes the extraction master process.
- Timeout
Investigate the cause of the timeout error on the basis of the error information that is output by the hdestart command.
All rights reserved. Copyright (C) 2007, 2013, Hitachi, Ltd.