KFPT00001-E E+L
aa....aa:system call error, func=bb....bb,errno=cc....cc
- An error occurred in a system call (function).
- aa....aa: Command name
- pdorcheck: Application condition check for online reorganization
- pdorcreate: Create a discrepancies application environment for online reorganization
- pdrdrefls: Display information of related RDAREAs
- pdorend: Discrepancies application for online reorganization
- bb....bb: System call when the error occurred
- cc....cc: Error number set in errno
- S: Terminates processing.
- O:
- Based on the error number (errno: foreign variable indicating the error status), see errno.h and reference documentation on the applicable functions to eliminate the cause of the error, and then re-execute the command. For representative errno examples, see 4.3 System call return codes.
KFPT00002-E E+L
aa....aa:insufficient memory, size=bb....bb
- A memory shortage occurred.
- aa....aa: Command name (see the command name in the embedded characters of KFPT00001-E)
- bb....bb: Memory size to be secured (unit: bytes)
- S: Terminates processing.
- O:
- Check if a process uses a lot of memory. If such a process is found, wait for the process to terminate, and then re-execute the command. If such a process is not found, contact the HiRDB administrator.
- Action
- Re-evaluate the size of the system's virtual memory. If there is a space shortage, add real memory. If real memory cannot be added, free up more virtual memory by stopping other resident programs or processes, for example.
KFPT00003-E E+L
aa....aa:interface error, func=bb....bb,code=cc....cc
- An interface error occurred between functions in the program.
- aa....aa: Command name (see the command name in the embedded characters of KFPT00001-E)
- bb....bb: Name of function causing the error
- cc....cc: Detail code
- S: Terminates processing.
- O: Contact the customer support center.
KFPT00004-E E+L
aa....aa:system management function error, func=bb....bb,code=cc....cc
- A system-related error occurred.
- aa....aa: Command name (see the command name in the embedded characters of KFPT00001-E)
- bb....bb: Name of function causing the error
- cc....cc: Error detail code
- S: Terminates processing.
- O:
- See 4.2 Detail codes for system-related errors or 4.1 Detail codes for RPC-related errors to eliminate the cause of the error, and then re-execute the command. If the error is not resolved, contact the customer support center.
KFPT00005-E E+L
aa....aa:SQL error occurred
- An SQL error occurred.
- aa....aa: Command name (see the command name in the embedded characters of KFPT00001-E)
- S: Terminates processing.
- O:
- See the message related to the SQL statement issued immediately before this message to eliminate the cause of the error. If no message related to the SQL statement is output, contact the customer support center.
KFPT00006-E E
aa....aa:bb....bb not setup
- Cannot execute the command because bb....bb is not embedded.
- aa....aa: Command name (see the command name in the embedded characters of KFPT00001-E)
- bb....bb: Option name
- Staticizer Option: HiRDB Staticizer Option
- S: Terminates processing.
- Action
- Embed bb....bb, and then re-execute the command.
KFPT00007-E E+L
aa....aa:unable to access to dictionary table, kind=bb....bb,table=cc....cc
- An error occurred when accessing the dictionary table.
- aa....aa: Command name (see the command name in the embedded characters of KFPT00001-E)
- bb....bb: SQL type
- OPEN: OPEN error
- CLOSE: CLOSE error
- SELECT: SELECT error
- PREPARE: PREPARE error
- FETCH: FETCH error
- cc....cc: Name of the dictionary table
- S: Terminates processing.
- O:
- See the KFPAxxxxx message output immediately before this message to eliminate the cause of the error indicated by the message, and then re-execute the command. If no KFPAxxxxx message is output, contact the customer support center.
KFPT00008-E L
aa....aa:unable to access to reflection management table
- An error occurred when accessing the reflection management table.
- aa....aa: Command name (see the command name in the embedded characters of KFPT00001-E)
- S: Terminates processing.
- O:
- See the KFPAxxxxx message output immediately before this message to eliminate the cause of the error the message indicates, and then re-execute the command. If no KFPAxxxxx message is output, contact the customer support center.
KFPT00009-E E+L
aa....aa:SQL error occurred during reflection execution, TBLID=bb....bb, kind=cccc,code=dd....dd
- An SQL error occurred during discrepancies application processing of the table ID (bb....bb).
- aa....aa: Command name (see the command name in the embedded characters of KFPT00001-E)
- bb....bb: Table ID
- cccc: SQL type
- PREP: PREPARE error
- EXEC: EXECUTE error
- dd....dd: Internal code
- S: Terminates processing.
- O:
- See the KFPAxxxxx message output immediately before this message to eliminate the cause of the error the message indicates, and then re-execute the command. If no KFPAxxxxx message is output, contact the customer support center.
KFPT00010-E L
aa....aa:failed to load library, library name=bb....bb, reason=cc....cc
- Failed to load the library.
- aa....aa: Command name (see the command name in the embedded characters of KFPT00001-E)
- bb....bb: Name of the library failing to load
- cc....cc: Reason loading failed
- S: Terminates processing.
- O: Contact the HiRDB administrator.
- Action
- If the library name is lib_phsgml_rpl, lib_phsgml_rpl64, or lib_phsgml_rpl_r, check if the HiRDB Text Search Plug-in is set up correctly.
KFPT00011-E L
aa....aa:failed to get procedure address, procedure name=bb....bb, library name=cc....cc, reason=dd....dd
- Acquisition of the function address failed.
- aa....aa: Command name (see the command name in the embedded characters of KFPT00001-E)
- bb....bb: Function name
- cc....cc: Library name
- dd....dd: Reason for failure
- S: Terminates processing.
- O: Contact the HiRDB administrator.
- Action
- If the function name is get_sgml_indata_ex, check if the HiRDB Text Search Plug-in is set up correctly.
KFPT00012-E L
aa....aa:file access error, func=bb....bb,file=cc....cc,errno=dd....dd
- A file access error occurred.
- aa....aa: Command name (see the command name in the embedded characters of KFPT00001-E)
- bb....bb: Element (name of the system call causing the error)
- cc....cc: File name
- If the file name is more than 150 bytes long, 150 bytes is displayed from the end.
- dd....dd: Error number set to errno
- S: Terminates processing.
- O: Contact the HiRDB administrator.
- Action
- Based on the error number (errno: foreign variable indicating the error status), see errno.h and reference documentation on the applicable functions to eliminate the cause of the error, and then re-execute the command. For representative errno examples, see 4.3 System call return codes.
KFPT00013-E L
aa....aa:LOCK TABLE failed, table name=bb....bb, lock kind=cc....cc
- Locking on table bb....bb failed.
- aa....aa: Command name (see the command name in the embedded character in message KFPT00001-E).
- bb....bb: "authorization-identifier"."table-identifier"
- cc....cc: Lock mode
- EXCLUSIVE: Lock mode
- S: Terminates processing.
- O: See the KFPAxxxxx message that was output before this message, resolve the error, and then re-execute the command.
KFPT00019-E L
aa....aa:Unable to load compression library, name="bbbbbb", return code=cc....cc, errno=dd....dd
- Compression library bbbbbb cannot be loaded for the reason indicated in return code cc....cc and error code dd....dd.
- aa....aa: Command name (see the command name in the embedded characters of KFPT00001-E)
- bbbbbb: Name of compression library
- PDZLIB
- cc....cc: Return code
- 4: Library bbbbbb, which was specified as the name of the compression library during table definition, is not installed in HiRDB.
- 8: An error occurred when loading the compression library bbbbbb.
- 12: The compression library loaded successfully, but an error occurred during symbol resolution.
- dd....dd: Error code (errno)
- When cc....cc is 4: ****
- When cc....cc is 8: errno when loading the compression library
- When cc....cc is 12: errno during symbol resolution in the compression library
- S: Terminates processing.
- O: Contact the HiRDB administrator.
- Action
- Refer to the return code and error code to eliminate the cause of the error, and then re-execute the command. For typical errno examples, see 4.3 System call return codes. If you cannot eliminate the cause of the error, contact the customer support center.
KFPT00020-E L
aa....aa:Expand processing error occurred, library="bbbbbb", errinf=cc....cc
- The error indicated in cc....cc occurred during expansion processing with compression library bbbbbb.
- aa....aa: Command name (see the command name in the embedded characters of KFPT00001-E)
- bbbbbb: Name of compression library
- PDZLIB
- cc....cc: Error information
- Error information for the error that occurred during expansion processing with compression library bbbbbb
- S: Terminates processing.
- O: Contact the HiRDB administrator.
- Action
- Based on the error information below, eliminate the cause of the error, and then re-execute the command. If you cannot eliminate the cause of the error, contact the customer support center.
- When the error information has a value of less than -1000 (-1nnn)
Taking errno to be the value nnn (equal to error information + 1,000), look up errno (value 1 to 151) in errno.h and in the documentation of the applicable OS, eliminate the cause of the error, and then re-execute the command. For typical errno examples, see 4.3 System call return codes.
- When the error information is -4
Add the memory required to execute the compression library, about 260KB, and then re-execute the command.
- Other than above
Contact the customer support center.
KFPT00021-E L
aa....aa:"bbbbbb" return with invalid code cc....cc
- Invalid return code cc....cc was returned from compression library bbbbbb.
- aa....aa: Command name (see the command name in the embedded characters of KFPT00001-E)
- bbbbbb: Name of compression library
- PDZLIB
- cc....cc: Return code
- Return code of compression library bbbbbb
- S: Terminates processing.
- O: Contact the customer support center.
KFPT00022-E L
aa....aa:Length of Expand data bb....bb cc....cc, compression library name="dddddd"
- One of the following error occurred in compression library dddddd.
- When cc....cc is invalid
The post-expansion data length bb....bb is invalid.
- When bb....bb is larger than
The post-expansion data is larger than the post-expansion area cc....cc.
- When bb....bb is a message that contains less than compressed data length
The post-expansion data length (the length displayed before less than compressed data length) is smaller than the pre-expansion data length cc....cc.
- aa....aa: Command name (see the command name in the embedded characters of KFPT00001-E)
- bb....bb: post-expansion-data-length, larger than, or post-expansion-data-length less than compressed data length
- cc....cc: invalid, the size of the post-expansion data storage area, or the pre-expansion data length
- dddddd: Name of compression library
- PDZLIB
- S: Terminates processing.
- O: Contact the customer support center.
KFPT01000-E E+L
aa....aa:insufficient memory in message buffer pool
- A temporary memory shortage occurred in the message storage buffer pool during process allocation.
- aa....aa: Command name (see the command name in the embedded characters of KFPT00001-E)
- S: Terminates processing.
- O:
- Too many utilities were executed concurrently. Revise the number of utilities that can be executed at the same time. To find out the maximum number of utilities that can be executed concurrently, see the manual HiRDB Version 9 Command Reference.
KFPT01001-E E+L
aa....aa:unable to send message from bb....bb to cc....cc
- An attempt to transmit data from host bb....bb to host cc....cc failed because a transmission error occurred.
- aa....aa: Command name (see the command name in the embedded characters of KFPT00001-E)
- bb....bb: Transmission source host name
- cc....cc: Transmission host name
- S: Terminates processing.
- O:
- Take action according to the KFPT00004-E message output before this message. However, if a physical communication error did not occur, it is possible for a contradiction to result in the system definition between hosts. Re-evaluate the host-to-host definition that causes the error, and then re-execute.
KFPT01002-E E+L
aa....aa:invalid log record format exists in system log file, server=bb....bb, file_group=cc....cc, block_number=0xdd....dd, record_number=0xee....ee
- A system log record in an invalid format was detected.
- aa....aa: Command name (see the command name in the embedded characters of KFPT00001-E)
- bb....bb: Server name
- cc....cc: File group name of the system log file
- dd....dd: Block number (hexadecimal)
- ee....ee: Record number (hexadecimal)
- S: Abnormally terminates.
- O: Contact the customer support center.
KFPT01003-E L
aa....aa:unable to reflect,because reflect management table initialized
- Discrepancies application processing could not be re-executed because the reflection management table was initialized.
- aa....aa: Command name (see the command name in the embedded characters of KFPT00001-E)
- S: Abnormally terminates.
- O: Recover the state immediately before starting discrepancies application processing for the target RDAREA from the stored backup data. Then, re-execute discrepancies application processing.
KFPT01004-I L
Pdorend:interrupt request accepted
- An interrupt request was accepted.
- S: Continues processing.
KFPT01005-E L
Pdorend:request for reflect service failed, request=aa....aa,code=bb....bb
- A request to the pdorend reflection process failed.
- aa....aa: Request content (maintenance information)
- CONNECT: Activation request
- CNTLINF: Control information transmission request
- TABLEFRST: Table definition information transmission start request
- TABLENEXT: Table definition information transmission continue request
- TABLELAST: Table definition information transmission terminate request
- DBUPDINF: DB update request
- COMMIT: COMMIT request
- DISCONNECT: Stop request
- bb....bb: Response code (maintenance information)
- S: Terminates processing.
- O: Take action according to the KFPTxxxxx-E message output immediately before this message.
KFPT01006-E L
aa....aa:procedure for obtain ADT input data returned error status, procedure name=bb....bb, information=cc....cc
- An abstraction data type input data retrieval function returned error label status.
- aa....aa: Command name (see the command name in the embedded characters of KFPT00001-E)
- bb....bb: Name of function where the error occurred
- cc....cc: Additional information
- S: Terminates processing.
- O: Contact the customer support center.
KFPT01007-E L
aa....aa:server down detected
- An abnormal server termination was detected, or processing could not be executed because a system switchover occurred.
- aa....aa: Command name (see the command name in the embedded characters of KFPT00001-E)
- S: Terminates processing.
- P:
- Based on error messages already output, eliminate the cause of the error resulting in abnormal server termination, and then re-execute the command. If a system switchover occurred during processing, make the files required for command processing available from the host executing the command for referencing or updating, and then re-execute.
KFPT01008-E L
Pdorend:error occurred during reflection execution, server=aa....aa,pdorend command process id=bb....bb
- An error occurred during discrepancies application processing of server aa....aa.
- aa....aa: Name of server where the discrepancies application processing error occurred
- bb....bb: Process ID of the pdorend command executing the discrepancies application processing on server aa....aa
- S: Terminates processing.
- O:
- Refer to the message log file and the event log (in UNIX, syslogfile). Take action based on the error message (error message for the same process as process ID bb....bb) output after this message.
KFPT01009-I L
Pdorend:reflection execution finished, server=aa....aa,pdorend command process id=bb....bb,ins=cc....cc,upd=dd....dd,del=ee....ee,cmt=ff....ff
- The catch-up processing by server aa....aa terminated.
- aa....aa: The name of the server subject to catch-up processing
- bb....bb: Process ID for the updatable online reorganization database reflection command (pdorend) that executed the catch-up processing for server aa....aa.
- cc....cc: INSERT number of rows#
- dd....dd: UPDATE number of rows#
- ee....ee: DELETE number of rows#
- ff....ff: target transaction commit count
- #: If a rollback occurs on the subsystem RDAREA during an updatable online reorganization operation, this also includes the number of DB updates performed for the recovery of the transaction.
- S: Continues processing.
KFPT01010-W L
aa....aa:SQL error skip occurred during reflection execution, server=bb....bb, pid=cc....cc
- An SQL error occurred on the item to be skipped during reflection processing by server bb....bb.
- aa....aa: Command name (see the command name in the embedded character in message KFPT00001-E)
- bb....bb: Name of the server on which the reflection processing error occurred.
- cc....cc: Process ID
- S: Continues processing.
- Action
- See the contents of the skip information output file _bb....bb_cc....cc that was specified in the skip_info operand of the report statement of the reflection control file. Acquire the contents (key value) of the update information that was skipped. From the acquired key value, retrieve the original RDAREA and the replica RDAREA, and update the data in the original RDAREA with the contents of the replica RDAREA as necessary.
KFPT01011-E E+L
aa....aa:only one "bb....bb" can be specified in reflection control file
- Only one "bb....bb" statement can be specified in the reflection control file.
- aa....aa: Command name (see the command name in the embedded character in message KFPT00001-E).
- bb....bb: Name of the statement
- S: Terminates processing.
- Action
- Reduce the number of "bb....bb" statements specified in the reflection control file, and then re-execute the command.
KFPT01012-E E+L
aa....aa:invalid absolute pathname, operand="bb....bb", max length=cccc, line=dd....dd
- The absolute path name of the "bb....bb" operand specified in the dd....dd th row of the reflection control file is greater than the maximum value cccc for absolute path names.
- aa....aa: Command name (see the command name in the embedded character in message KFPT00001-E).
- bb....bb: Operand name
- skip_info:The skip_info operand of the report statement.
- sqltrc_dir: The sqltrc_dir operand of the report statement.
- cccc: Maximum value for absolute path names
- dd....dd: Row number
- S: Terminates processing.
- Action
- For the skip_info operand of the report statement
Create a file with a name that is _server-name (9 characters maximum) appended to _process-ID (11 characters maximum) in the absolute path name specified in the skip_info operand. Change the absolute path name to a length less than or equal to the length that is obtained by subtracting the maximum length (20 characters) of the _server-name_process_ID from the maximum absolute path name that is indicated in the message, and then re-execute the command.
- For the sqltrc_dir operand of the report statement
Specify a directory path for the sqltrc_dir operand whose absolute path name length is no greater than the maximum value of the absolute path name indicated in cccc.
KFPT01013-E E+L
aa....aa:invalid format exists in reflection control file, line=bb....bb, info="cc....cc"
- The "cc....cc" format specified in the bb....bb th row of the reflection file is in error.
- aa....aa: Command name (see the command name in the embedded character in message KFPT00001-E).
- bb....bb: Row number
- cc....cc: Character string containing the error (if the character string is more than 30 characters in length, only the first 30 characters are output)
- S: Terminates processing.
- Action
- Revise the contents of "cc....cc", and then re-execute the command.
KFPT01014-E E+L
aa....aa:invalid attribute exists in reflection control file, line=bb....bb, operand="cc....cc"
- The value of the "cc....cc" operand specified in the bb....bb th row of the reflection file contains an error.
- aa....aa: Command name (see the command name in the embedded character in message KFPT00001-E).
- bb....bb: Row number
- cc....cc: Operand name
- S: Terminates processing.
- Action
- Revise the value of the "cc....cc" operand, and then re-execute the command.
KFPT01015-E E+L
aa....aa:"bb....bb" statement not specified in reflection control file
- The "bb....bb" statement required in the reflection file is missing.
- aa....aa: Command name (see the command name in the embedded character in message KFPT00001-E).
- bb....bb: Name of the statement
- S: Terminates processing.
- Action
- Specify the "bb....bb" statement in the reflection file, and then re-execute the command.
KFPT01016-E L
aa....aa:SQLWARN occurred. Unable to reflection execution, server=bb....bb, pid=cc....cc, SQLCODE=dd....dd, SQLWARN=ee....ee
- In server bb....bb, an SQLWARN error that prematurely terminated reflection processing occurred.
- aa....aa: Command name (see the command name in the embedded character in message KFPT00001-E).
- bb....bb: Name of the server on which the reflection processing error occurred.
- cc....cc: Process ID
- dd....dd: SQLCODE
- ee....ee: SQLWARN
- The value of n for the SQLWARNn error that occurred is output. If multiple SQLWARNn errors occurred, they are output delimited with commas.
- S: Terminates processing.
- Action
- Refer to the SQL statement message that is output immediately after this message, and resolve the cause of the error. If an SQL statement-related message is not output, contact the customer support center.
KFPT01017-E L
aa....aa:invalid attribute exists in reflection control file, operand="bb....bb", value="cc....cc", reason=dd....dd
- The value "cc....cc" specified in the "bb....bb" operand in the reflection file is in error.
- aa....aa: Command name (see the command name in the embedded characters of message KFPT00001-E).
- bb....bb: Operand name
- cc....cc: Operand specification value#
- For the skip_info operand:
Name of the directory part in the skip information output file name that was specified in the operand
- #: If the value specified in the operand is more than 100 bytes, the first 100 bytes from the end of the operand are output.
- dd....dd: Reason code
- Invalid-device: Invalid file format
- Invalid-permission: Invalid file permission
- No-directory: A directory is missing
- S: Terminates processing.
- Action
- Invalid-device:
- Specify the directory correctly and re-execute the command.
- Invalid-permission:
- Grant the user the necessary privileges to the directory and re-execute the command.
- No-directory:
- Create the directory and re-execute the command.
KFPT01018-W L
aa....aa:unable to bb....bb, table name=cc....cc
- bb....bb processing cannot be performed on table cc....cc.
- aa....aa: Command name (see the command name in the embedded characters of message KFPT00001-E)
- bb....bb: Processing type
- set check pending status: Set in check pending status
- cc....cc: "authorization-identifier"."table-identifier "
- S: Continues processing.
- Action
- If the processing type is set check pending status, use the following procedure:
- Complete the reflection processing that was interrupted by the pdorend command request to perform updatable online reorganization, then refer to the error message output immediately before this message, and eliminate the cause of the error indicated in the message.
- Identify tables set in check pending status.
(a) Table cc....cc is a referenced table
Set all referencing tables that make table cc....cc a referenced table in check pending status.
(b) Table cc....cc is a referencing table and a check constraint table
Set table cc....cc in check pending status.
(c) Table cc....cc is a referencing table and a referenced table, and table cc....cc is a check constraint table and a referenced table
Set table cc....cc and all referencing tables that make table cc....cc a referenced table in check pending status.
- Use an integrity check utility to forcibly set in check pending status the original generation of (-q 0 specified) tables identified in 2.
- Use an integrity check utility to check the integrity of tables set in check pending status in 3.
- For details about integrity check utilities, see the manual HiRDB Version 9 Command Reference. For the procedure for table integrity checking, see the manual HiRDB Version 9 Installation and Design Guide.
KFPT01019-E E+L
Pdorend:invalid combination of operand exists in reflection control file, operand name=aa....aa and bb....bb
- There is an invalid combination of operands in the attached reflection control file.
- aa....aa: Invalid combination of operands
- bb....bb: Invalid combination of operands
- S: Terminates processing.
- O: Check the control statement specifications described in the attached reflection control file, correct the specifications, and then re-execute the pdorend command.
KFPT01020-I L
Pdorend:SQL trace information file swapped, from=aa....aa, to=bb....bb
- An SQL trace information file was switched.
- aa....aa: File name before switch
- bb....bb: File name after switch
- If the file name exceeds 84 bytes, the last 84 bytes are displayed.
- S: Continues processing.
KFPT02000-E E
aa....aa:invalid option specified with this command, option=bb
- An invalid option was specified.
- aa....aa: Command name (see the command name in the embedded characters of KFPT00001-E)
- bb: Invalid option
- S: Terminates processing.
- O: Correct the command line specification, and then re-execute.
KFPT02001-E E
aa....aa:invalid combination of option flags (bb and cc) exists in command line
- An invalid combination of option flags was found in the command line.
- aa....aa: Command name (see the command name in the embedded characters of KFPT00001-E)
- bb: Invalid combination of option flags
- cc: Invalid combination of option flags
- S: Terminates processing.
- O: Correct the command line specification, and then re-execute.
KFPT02002-E E
aa....aa:invalid bb option
- An error was found in the specification of the bb option.
This message is output in one of the following cases: - There is no specified value.
- The specified value exceeds the maximum value.
- The type of the specified value is invalid.
- aa....aa: Command name (see the command name in the embedded characters of KFPT00001-E)
- bb: Invalid option flag
- S: Terminates processing.
- O: Correct the option specification, and then retry the operation. If you need to correct the pattern character string of the RDAREA batch specification, see the manual HiRDB Version 9 Command Reference to determine how to correctly specify a pattern character string, and then re-execute the command.
KFPT02003-E E
aa....aa:option flag bb....bb not specified in command line
- No specification for a required option flag was found in the command line.
- aa....aa: Command name (see the command name in the embedded characters of KFPT00001-E)
- bb....bb: Required option flag
- S: Terminates processing.
- O: Correct the option specification, and then re-execute.
KFPT02004-W E
aa....aa:no data, RDAREA="bb....bb",server=cc....cc
- There is no table, index, or LOB data in the specified RDAREA.
- aa....aa: Command name (see the command name in the embedded characters of KFPT00001-E)
- bb....bb: RDAREA name
- cc....cc: Server name
- S: Continues processing.
- O: Check the specified RDAREA name.
KFPT02005-E E+L
aa....aa:not original RDAREA, RDAREA="bb....bb",server=cc....cc
- The specified RDAREA is not the original RDAREA.
- aa....aa: Command name (see the command name in the embedded characters of KFPT00001-E)
- bb....bb: RDAREA name
- cc....cc: Server name
- S: Terminates processing. However, if this message is output by an application condition check (pdorcheck command) for online reorganization, processing terminates after all RDAREAs specified in the option have been checked.
- O: Specify the original RDAREA, and then re-execute.
KFPT02006-E E
aa....aa:number of bb....bb exceeds cc....cc
- The specified number of bb....bb exceeds maximum value cc....cc.
- aa....aa: Command name (see the command name in the embedded characters of KFPT00001-E)
- bb....bb: Type of specified value
- server names: Server name
- RDAREA names: RDAREA name
- table names: Table name
- cc....cc: Maximum specifiable value
- S: Terminates processing.
- O: Check the number of specified bb....bb, correct this number, and then re-execute the command.
KFPT02007-E E
aa....aa:error exists in command line
- An invalid specification value with no option flag was found in the specified command line.
- aa....aa: Command name (see the command name in the embedded characters of KFPT00001-E)
- S: Terminates processing.
- O: See the usage of the command output after this message, correct the error, and then re-execute the command.
KFPT02008-E E
Pdrdrefls:invalid AUTHID in PDUSER
- The authorization identifier set in environment variable PDUSER is invalid.
This message is output in the following cases: - The specified value exceeds the maximum length.
- The content of the specified value is invalid.
- The character code of the specified value is invalid.
- S: Terminates processing.
- O: Correct the environment variable PDUSER, and then re-execute the command. For details about PDUSER, see the HiRDB Version 9 UAP Development Guide.
KFPT02009-I E
Usage: pdrdrefls [-k dsp] -e org {-r RDAREA_name[,RDAREA_name, ...] |-r ALL |-t [auth_id.]table_name} [-s server_name[,server_name, ...]] [-l [-d separator]] [-a] [-c constraint_type]
- Indicates the specification format of the pdrdrefls command (-k dsp). This message is output when the specification format of the command is invalid.
- S: Terminates processing.
- O: Correct the specification format of the pdrdrefls command, and then re-execute.
KFPT02010-I E
Usage: pdrdrefls -k chk -e org {-r RDAREA_name[,RDAREA_name, ...] |-r ALL} [-s server_name[,server_name, ...]] [-c constraint_type]
- Indicates the specification format of the pdrdrefls command (-k chk). This message is output when the specification format of the command is invalid.
- S: Terminates processing.
- O: Correct the specification format of the pdrdrefls command, and then re-execute.
KFPT02012-I E
Usage: pdorcheck {-r RDAREA_name[,RDAREA_name, ...] |-r ALL}
- Indicates the specification format of the pdorcheck command. This message is output when the specification format of the command is invalid.
- S: Terminates processing.
- O: Correct the specification format of the pdorcheck command, and then re-execute.
KFPT02014-I E+L
Pdorcreate terminated, return code=a
- Creation of the discrepancies application environment for online reorganization terminated.
- a: Return code
- 0: Normal termination
- 8: Abnormal termination
- S: Terminates processing.
- O: If the return code is 8, eliminate the cause of the error based on the E-level message output during processing, and then re-execute.
KFPT02015-I E
Usage: pdorcreate {[-r RDAREA_name[,RDAREA_name, ...]] -o RDAREA_name | -d}
- Indicates the specification format of the pdorcreate command. This message is output when the specification format of the command is invalid.
- S: Terminates processing.
- O: Correct the specification format of the pdorcreate command, and then re-execute.
KFPT02016-E E+L
aa....aa:unable to execute Online DB Reorganization, reason=bb....bb,resource kind=cc....cc,name=dd....dd
- Updatable online reorganization could not be executed.
- aa....aa: Command name (see the command name in the embedded characters of KFPT00001-E)
- bb....bb: Reason
- "invalid datatype": A data type not subject to processing is defined.
- "unique index": The UNIQUE specification index required to execute updatable online reorganization is not defined.
- "invalid RECOVERY type": The update log acquisition mode of the RDAREA for storing LOB columns is defined by a mode other than the log acquisition mode (ALL).
- cc....cc: Resource type
- table: Table
- dd....dd: Name of resource not meeting the application condition:
- Resource type is table: "authorization-identifier"."table-identifier"
- S: Continues processing.
- O: Contact the HiRDB administrator.
- Action
- If bb....bb is "invalid datatype":
- Check the data type of the configuration column in the table output by the applicable resource name, and then take one of the following actions:
- Define the table output by the applicable resource name in another RDAREA not subject to updatable online reorganization.
- Change the table output by the applicable resource name to a data type that can perform updatable online reorganization. For details about the data types on which updatable online reorganization can be performed, see the description of the pdorcheck command in the manual HiRDB Version 9 Command Reference.
- If bb....bb is "unique index":
- Take one of the following actions on a table output by the applicable resource name:
- Define one of the following indexes:
- A primary key index not including in the configuration columns VARCHAR or MVARCHAR with a definition length of 256 bytes or more, nor an NVARCHAR column with a definition length of 128 characters or more
- A cluster key index specifying PRIMARY not including in the configuration columns VARCHAR or MVARCHAR with a definition length of 256 bytes or more, nor an NVARCHAR column with a definition length of 128 characters or more
- A cluster key index specifying UNIQUE not including in the configuration columns VARCHAR or MVARCHAR with a definition length of 256 bytes or more, nor an NVARCHAR column with a definition length of 128 characters or more
- An index specifying UNIQUE not including in the configuration columns (all configuration columns having the NOT NULL constraint) VARCHAR or MVARCHAR with a definition length of 256 bytes or more, nor an NVARCHAR column with a definition length of 128 characters or more
- Define the table output by the applicable resource name in another RDAREA not subject to updatable online reorganization.
- If bb....bb is "invalid RECOVERY type":
- Check the data type of the configuration columns for the table output by the applicable resource name, and then take one of the following actions:
- Define the table output by the applicable resource name in another RDAREA not subject to updatable online reorganization.
- Execute DROP TABLE on a table output by the applicable resource name, set the column recovery restriction for all columns defined in the user LOB RDAREA to ALL, and then redefine the table.
KFPT02017-E E+L
aa....aa:invalid execution node
- Server machine attempting to execute command aa....aa is invalid.
- aa....aa: Command name (see the command name in the embedded characters of KFPT00001-E)
- S: Terminates processing.
- O: For HiRDB/Single Servers, execute the command from a server machine with Single servers. For HiRDB/Parallel Servers, execute the command from a server machine with the system manager.
KFPT02018-W E+L
Pdorcreate:reflection management table already aaaaaaa
- If aaaaaaa is created:
The reflection management table was already created.
- If aaaaaaa is dropped:
The reflection management table was already deleted or cannot be created.
- aaaaaaa: Status type
- created: Created
- dropped: Deleted or was not created
- S: Terminates processing.
KFPT02019-E E+L
aa....aa:specified value not found in system, bb....bb=cc....cc
- The specified name cc....cc was not found in the HiRDB system.
When bb....bb is table, cc....cc might be one of the following tables: - A viewed table
- A dictionary table
- A temporary table
- aa....aa: Command name (see the command name in the embedded characters of KFPT00001-E)
- bb....bb: cc....cc type
- server: Server
- RDAREA: RDAREA
- table: Table
- cc....cc: The specified identifier name (names other than the server name are enclosed in double quotation marks ("))
- S: Performs one of the following:
- pdorcheck command:
- If what is output in cc....cc is a batch-specified RDAREA name, processing terminates.
- Otherwise, processing continues until all RDAREAs specified in the option have been checked.
- pdorcreate command or pdrdrefls command:
- Terminates processing.
- O: Check whether the specified name is defined in HiRDB, and whether it is a permissible identifier. Specify the correct name, and then re-execute the command.
- If ALL is output as the RDAREA name, take one of the following actions:
- If the option allows ALL to be specified
If ALL is specified at the beginning, re-execute the command in a state in which the RDAREAs that are the target of the command exist.
If multiple RDAREA names are specified and ALL is specified as the second or subsequent RDAREA name, specify ALL by itself and re-execute the command.
- If the option does not allow ALL to be specified
Delete ALL, or change it to the correct name, and then re-execute the command.
KFPT02020-I E+L
Pdorcreate:reflection management table aaaaaaa
- Creation process or deletion process of the reflection management table is complete.
- aaaaaaa: Status type
- created: Created
- dropped: Dropped
- S: Continues processing.
KFPT02021-E E+L
aa....aa:invalid RDAREA type, name="bb....bb"
- RDAREA "bb....bb" is not a user RDAREA or user LOB RDAREA.
- aa....aa: Command name (see the command name in the embedded characters of KFPT00001-E)
- bb....bb: RDAREA name
- S: Terminates processing. If this message is output by an application condition check (pdorcheck command) for online reorganization, processing terminates after all RDAREAs specified in the option have been checked.
- O: Check the specified RDAREA name, specify the correct name, and then re-execute the command.
KFPT02022-I E+L
Pdorcheck:all resources conformed to Online DB Reorganization
- All resources in the specified RDAREA are subject to updatable online reorganization.
- S: Continues processing.
KFPT02023-W E+L
Pdorcreate:unable to delete environment of Online DB Reorganization, reason=aa....aa,server=bb....bb
- A discrepancies application environment for online reorganization could not be deleted.
- aa....aa: Reason
- EXECUTING ORG: No servers are executing updatable online reorganization
- bb....bb: Server name
- S: Continues processing.
- O: Execute the pddbls command, and then check the status of all RDAREAs defined at the server output by bb....bb. Reply as follows to the dialog message (KFPT02024-Q) prompt output immediately after this message:
- If there is an RDAREA in online reorganization hold status:
Enter n at the dialog input prompt, wait for updatable online reorganization to terminate, and then re-execute the command.
- If there is no RDAREA in online reorganization hold status:
Enter y at the dialog input prompt, and then continue the deletion process.
KFPT02024-Q E+L
Pdorcreate:command will delete environment of Online DB Reorganization by force. If RDAREA in Online DB Reorganization hold status exists, delete operation may destroy DB. Do you really want to proceed?(y/n)
- This is a prompt message asking whether or not to forcibly delete the execution environment for updatable online reorganization.
If there is an RDAREA that is in online reorganization hold status, be careful, because specifying y may damage the database. - S: Continues processing if the user entered y. Terminates processing if the user entered n or any other value beside y or n.
- O:
- Check if the status of all RDAREAs belonging to the server for the KFPT02023-W message output immediately before this message is in online reorganization hold status.
- If no RDAREAs are in online reorganization hold status, enter y. If some RDAREAs are in online reorganization hold status, enter n.
- The status of the RDAREA can be checked using the pddbls command.
KFPT02025-E E+L
Pdorcreate:plural RDAREAs defined for same server specified, server=aa....aa, RDAREA="bb....bb" and "cc....cc"
- Multiple RDAREAs on the same server were specified.
- aa....aa: Server name
- bb....bb: RDAREA name on server aa....aa
- cc....cc: RDAREA name on server aa....aa
- S: Terminates processing.
- O: Remove specified RDAREA aa....aa or "bb....bb" from the specification in the -r option, and then re-execute the command.
KFPT02026-I E+L
Pdorcreate:dropping reflection management table canceled
- Dropping of the reflection management table was cancelled.
- S: Continues processing.
KFPT02027-E E+L
aa....aa:replicated RDAREA not defined, name="bb....bb"
- No replica RDAREA is defined in RDAREA "bb....bb".
- aa....aa: Command name (see the command name in the embedded characters of KFPT00001-E)
- bb....bb: RDAREA name
- S: Terminates processing. If this message is output by an application condition check (pdorcheck command) for online reorganization, processing terminates after all RDAREAs specified in the option have been checked.
- O: Define a replica RDAREA in RDAREA "bb....bb", and then re-execute the command.
KFPT02028-W E
Pdrdrefls:insufficient specification of RDAREA about relation, relation kind=aaa, required RDAREA name="bb....bb"
- Specification of RDAREA is insufficient for the relation indicated by aaa.
- aaa: Relation type
- org: Relation to updatable online reorganization
- bb....bb: Specified RDAREA name
- S: Terminates processing.
- O: Add the RDAREA name output by this message, and then re-execute the command. Alternatively, execute the pdrdrefls -k dsp command to check the related resources.
KFPT02029-W E
Pdrdrefls:all specified RDAREAs unsatisfied condition of aa option
- No specified RDAREAs meet the conditions for the aa option.
- aa: Option name of condition
- -s: Server name
- S: Continues processing.
- O: Check the aa option specification and the RDAREA specified by the option, correct the option, and then re-execute the command.
KFPT02030-W E
Pdrdrefls:all table RDAREAs of specified table unsatisfied condition of aa option
- No RDAREAs for table storage in the specified table meet the conditions of the aa option.
- aa: Option name of condition
- -s: Server name
- S: Continues processing.
- O: Check the specification content of the aa option and the content of the RDAREA storing the table specified by the option, correct the content, and then re-execute the command.
KFPT02031-E E+L
Pdrdrefls:RDAREA unsatisfied condition of option aa specified, RDAREA=bb....bb
- The RDAREA specified by option aa does not meet the conditions.
- aa: Option name of condition
- -s: Server name
- bb....bb: RDAREA name that does not meet the conditions
- S: Checks if the command is executable by the aa option on all RDAREAs specified by the option, and then terminates processing.
- O: Check the specification content of the aa option and the content of the RDAREA specified by the option, correct the content, and then re-execute the command.
KFPT02032-E E
aa....aa:not available without specification of bb....bb operand
- Command aa....aa could not be executed because the bb....bb operand is not defined in the system definition.
- aa....aa: Command name
- pdorcreate: Creates the discrepancies application environment of online reorganization
- pdorcheck: Application condition check of online reorganization
- bb....bb: Operand of the system definition
- pd_inner_replica_control: Maximum number of inner replica groups
- pd_max_reflect_process_count: Number of processes secured during discrepancies application processing
- S: Terminates processing.
- O: Terminate HiRDB, add the system definition operand, and then start HiRDB. Then, re-execute the command.
KFPT02034-E E+L
aa....aa:invalid RDAREA, name="bb....bb", reason="cc....cc"
- The specified RDAREA is not a valid execution target for the command.
- aa....aa: Command name
- pdorcheck: Application condition check for online reorganization
- pdorcreate: Create a reflection processing environment for online reorganization
- pdrdrefls: Display information of related RDAREAs
- pdorend: Reflection processing for online reorganization
- bb....bb: Name of RDAREA
- cc....cc: Reason
- RDAREA for temporary table: The temporary table RDAREA is displayed.
- S: Terminates processing. However, if this message is output by an application condition check (pdorcheck command) for online reorganization, processing terminates after all RDAREAs specified in the option have been checked.
- O: Change the RDAREA indicated in bb....bb to an RDAREA that can be executed by aa....aa, and then re-execute the command.