KFPN00001-E E+L
Cannot allocate bb....bb byte-insufficient memory aa....aa
- A memory shortage occurred.
- aa....aa: Type of area:
- PROCESS: Process private area
- bb....bb: Size (in bytes) of area that was to be allocated
- S: Terminates processing.
- Action
- Check if there are other processes using a large amount of memory.
- There are processes using a large amount of memory:
- Wait for the processes to terminate, then re-execute the command.
- There are no processes using a large amount of memory:
- Take one of the following actions and wait until there is sufficient memory available:
- Reduce the number of simultaneously executing processes.
- Increase the size of the swap area.
- Increase the amount of memory.
KFPN00002-E L
Internal error, func=aa....aa
- An internal contradiction was detected.
- aa....aa: Name of the module resulting in the error
- S: Terminates processing.
- Action
- Contact the customer support center.
KFPN00003-E E+L
System call error, func=aa....aa, errno=bb....bb
- A system call (function) error occurred.
- aa....aa: Name of system call (function)
- bb....bb: Error number set in errno
- S: Terminates processing.
- Action
- Check the meaning of the error number (errno: external integer variable indicating the error status), refer to errno.h and to the applicable OS manual to eliminate the cause of the error, then re-execute the command.
KFPN00010-I E+L
Processing completed, table="aa....aa"
- Optimizing information about the indicated table has been stored in the dictionary table.
- aa....aa: Table identifier subject to collection of optimizing information
- S: Resumes processing.
KFPN00011-I E+L
Pdgetcst terminated, return code=aa
- Execution of the optimizing information collection utility (pdgetcst) terminated.
- aa: Return code
- When the -c, -d, or -s option is specified:
- 0: Terminated normally.
- 4: If the -c option was specified, the command terminated after storing incomplete optimization information, because at least one of the following occurred:
- If message KFPN00207-W was output immediately before this message:
The table that is the target of the optimizing information collection utility has been modified (by a statement such as INSERT, DELETE, UPDATE, or PURGE TABLE), so the optimization information to be stored might be different from the actual contents of the table.
- If message KFPN00214-W was output immediately before this message:
The table includes an index in a format that is not supported by the optimizing information collection utility, so the utility skipped the collection of optimization information for that index.
- 8: Terminated abnormally.
- When the -e option is specified:
- 0: Terminated normally.
- 4: An error occurred during termination processing, but it finished saving all the optimization information for the specified table or index.
- 8: Terminated abnormally.
- S: Terminates processing.
- O:
- If the return code is 4:
- If optimization information was collected with the -c option specified and message KFPN00207-W was output immediately before this message, take action appropriate to that message. If message KFPN00207-W was not output, no action is necessary.
- If the return code is 8:
- Eliminate the cause of the error by referring to the error message that was output to the log file or standard error output immediately before this message. Then, re-execute the optimizing information collection utility until it runs with a return code of 0.
- If the error persists even after the optimizing information collection utility is re-executed, take corrective action after consulting If an error occurs while registering, updating, or deleting optimizing information in the HiRDB Version 9 System Operation Guide.
KFPN00012-I E+L
Pdgetcat started
- Execution of the pdgetcat utility has started.
- S: Resumes processing.
KFPN00013-I L
Statistics information of table "aa....aa"."bb....bb" for SQL optimization ccccccc
- ccccccc processing on the data dictionary table that optimized information related to target table "aa....aa"."bb....bb" has finished.
- aa....aa: Authorization identifier in the table to be processed
- bb....bb: Identifier in the table to be processed
- ccccccc: Processing type
- added: New entry of optimized information
- altered: Update of optimized information
- dropped: Deletion of optimized information
- S: Continues processing.
KFPN00014-I L
Statistics information of table "aa....aa"."bb....bb" for SQL optimization not found
- An attempt was made to export optimized information related to target table "aa....aa"."bb....bb", but optimized information had not been entered. As a result, no parameter file containing optimized information was created.
- aa....aa: Authorization identifier in the table to be processed
- bb....bb: Identifier in the table to be processed
- S: Continues processing.
KFPN00015-I L
Specified file aa....aa overwritten
- Because a file existed with the same name as the parameter file that contains optimized information specified in the -e option, the pre-existing file was overwritten.
- aa....aa: Name of the parameter file that contains optimized information
- If the file name is 195 bytes or less, the entire file name is displayed. If the file name exceeds 195 bytes, two periods (..) are added in the front, and the last 193 bytes of the file name are displayed.
- S: Continues processing.
KFPN00016-I E+L
Statistics information for SQL optimization exported, table=aa....aa."bb....bb", file=cc....cc
- Optimized information related to table "aa....aa"."bb....bb" has been saved to the cc....cc parameter file that contains optimized information.
- aa....aa: Authorization identifier
- bb....bb: Table identifier
- cc....cc: Name of the parameter file that contains optimized information
- If the file name is 114 bytes or less, the entire file name is displayed. If the file name exceeds 114 bytes, two periods (..) are added in the front, and the last 112 bytes of the file name are displayed.
- In addition, if the KFPN00014-I message is output to the message log file or event log (in UNIX: syslogfile) prior to this message, the cc....cc parameter file that contains optimized information is not created.
- S: Continues processing.
KFPN00100-E E
Usage: pdgetcst [-u user_id] [-a auth_id] [-p password] -t {table_name | ALL} [-l result_list_file_name] [[-d] | [-c {lvl1 | lvl2}] [-q generation_number] | [[- v space_level] -s parameter_file_name] | [-e parameter_file_name]]
- Displays the format of the pdgetcst utility.
- S: Terminates processing.
- O: Check the pdgetcst utility parameters for any input errors.
KFPN00101-E E
Identifier "aa....aa" exceeds 30 characters
- The authorization identifier, password, or table identifier entered on the command line exceeds 30 characters.
- aa....aa: Character string truncated to 30 characters
- S: Terminates processing.
- O: Correct the data so that it does not exceed 30 characters and re-execute.
KFPN00102-E E+L
Invalid file name
- The file name specified in the -s option or -e option is invalid. The following are possible reasons:
- The file name was not expressed as an absolute path name.
- If the -s option was specified, the specified name is not a regular file.
- If the -e option was specified, the file with the specified name exists, but is not a regular file.
- S: Terminates processing.
- O: Review the following, specify the correct file name, and then re-execute the command:
- Whether a file that is not an ordinary file is specified (UNIX edition)
- Whether an item that is not a file is specified (Windows edition)
- Whether an invalid file is specified
- Whether a file name is specified as a relative path name
KFPN00103-E E
Invalid aa....aa
- The authorization identifier or password specified in the PDUSER environment variable is invalid.
- aa....aa: Type of error:
- user_id: Authorization identifier
- password: Password
- S: Terminates processing.
- O:
- Correct the value of the PDUSER environment and re-execute. Alternatively, specify the -u or -p option and re-execute.
- Note on specifying an authorization identifier or a password (Windows edition only):
- When omitting the -u option, make sure that the character string specifying an authorization identifier or password in the command prompt is not enclosed in single quotation marks (').
- Example of correct specification: PDUSER="root"/"root"
- When specifying an authorization identifier or password in a client environment definition (hirdb.ini), enclose it in single quotation marks (').
- Example of correct specification: PDUSER='"root"/"root"'
KFPN00151-E L
Error no: aaaaa-cannot bbbbbb file cc....cc
- A file access error occurred.
- aa....aa: Value of errno returned from the system call
- bbbbbb:Processing resulting in the error:
- close: File close processing#
- open: File open processing
- read: Read processing
- write: Write processing
- unlink: File deletion processing
- chmod: File permission settings processing
- #: When the processing code is close, a write error might have occurred when write processing of buffered data was performed during file closing processing.
- cc....cc: File name (if the file name consists of fewer than 127 bytes, the entire file name is displayed; otherwise, only the first 126 bytes are displayed, prefixed with two bytes of periods (..))
- S: Terminates processing.
- Action
- Refer to errno to eliminate the cause of the error, and re-execute.
KFPN00201-E L
Invalid index name "aa....aa"
- The specified index name is invalid; one of the following conditions applies:
- The specified index name is not defined.
- The specified index name is defined for another table.
- The specified index is not a B-tree index.
- aa....aa: Specified index name
- S: Terminates processing.
- O: Change the index name specified in the parameter file and re-execute.
KFPN00202-E L
Invalid table name "aa....aa"
- The specified table name is invalid for one of the following reasons:
- Specified table is a viewed table.
- Specified table is a dictionary table.
- Specified table was not found.
- The specified table is a rebalancing table.
- The specified table is a temporary table.
- aa....aa: Specified table name
- S: Terminates processing.
- Action
- Check the specified name and re-execute.
KFPN00203-E L
Inconsistent definition
- Table or index definition was modified during utility execution, or a dictionary is damaged.
- S: Terminates processing.
- Action
- Check if the table of index definition was modified during utility execution.
- Modification underway:
- Re-execute after the modification is completed.
- Modification not underway:
- Re-execute.
- If this message is reissued during re-execution, recover the database from its backup copy and re-execute.
- If the same message is reissued after these actions have been taken, contact the customer support center.
KFPN00204-E L
Invalid RDAREA status, RDAREA="aa....aa"
- Indicated RDAREA cannot be analyzed for one of the following reasons:
- RDAREA with INITIAL opening attribute:
- The RDAREA is not on shutdown-release open status or reference-enabled shutdown and open status.
- RDAREA with DEFER or SCHEDULE opening attribute:
- The RDAREA is not on shutdown-release open status, shutdown-release closed status, reference-enabled shutdown and open status, or reference-enabled shutdown and closed status.
- aa....aa: RDAREA name
- S: Terminates processing.
- Action
- Check the RDAREA's status and re-execute the command.
KFPN00206-E L
Unable to operate table during pdgetcst executing
- An attempt was made to update (INSERT, DELETE, UPDATE, PURGE TABLE, or LOCK statement) a table by the optimizing information collection utility (pdgetcst) while a UAP or utility was executing.
- S: Terminates processing.
- O: Check for any UAP or utility that is accessing the corresponding table for the purpose of updating it. If you use the pdls command to check the transaction and lock status, you can check for relevant UAPs or utilities.
- There is a relevant UAP or utility
- Wait for the UAP or utility to terminate, and re-execute.
- There is not a relevant UAP or utility
- If there is not relevant UAP or utility transaction, and only a lock remains, contact the customer support center.
KFPN00207-W L
Optimize information incompleted
- Optimizing information to be stored differs from the actual table contents because of updates (INSERT, DELETE, UPDATE, or PURGE TABLE statement) To the table, which the optimizing information collection utility (pdgetcst) was executing.
- S: Resumes processing.
- O: To acquire valid optimization information, wait until the UAP that is updating the table terminates, then re-execute.
KFPN00208-E L
Invalid column name "aa....aa"
- Specified column name is invalid for one of the following reasons:
- The specified column name is undefined.
- The BLOB column is specified.
- The specified column is an abstract data type.
- aa....aa: Specified column name
- S: Terminates processing.
- Action
- Specify the correct column name in the optimization information parameter file and re-execute.
KFPN00209-E L
More than 30 characters in identifier "aa....aa"
- Name "aa....aa" specified in the optimization information parameter file is longer than 30 bytes.
- aa....aa: Specified value (index identifier, column name); if more than 30 bytes are specified, only the first 30 bytes are displayed
- S: Terminates processing after completion of analysis of optimization information parameter file.
- Action
- Correct the value at the line number indicated in the KPFN00300-E message that was output immediately before this message, then re-execute.
KFPN00210-E L
Already specified in parameter file, line=aa....aa
- Item at line aa....aa has already been specified in the same section.
- aa....aa: Line number
- S: Terminates processing after completion of analysis of optimization information parameter file.
- Action
- Correct the specification so that the item is not duplicated in the same section, then re-execute.
KFPN00211-E L
Invalid parameter, line=aa....aa
- Value of item at line aa....aa is invalid. Following are possible reasons:
- The specified value is outside the value range permitted for the item.
- A mandatory item value is missing.
- The length of the value exceeds the permitted maximum number of digits.
- aa....aa: Line number
- S: Terminates processing after completion of analysis of optimization information parameter file.
- Action
- Correct the value specification and re-execute.
KFPN00212-E L
Specified keyword before "INDEX" or "COLUMN" keyword, line=aa....aa
- Item at line aa....aa is specified before INDEX or COLUMN.
- aa....aa: Line number
- S: Terminates processing after completion of analysis of optimization information parameter file.
- Action
- When the item at line number aa....aa is item optimization information
- Specify the item after the INDEX specification and re-execute.
- When the item at line number aa....aa is item optimization information
- Specify the item after the COLUMN specification and re-execute.
KFPN00213-E L
Sectional information number exceeds section count, line=aa....aa
- The section number specified in SECTION_NO of row aa....aa in the parameter file that contains optimized information exceeds the section count specified in SECTION_COUNT.
- aa....aa: Row number
- S: The parameter file that contains optimized information is analyzed, and then the process is terminated.
- Action
- Correct the section number so that it does not exceed the section count, and then re-execute.
KFPN00214-W L
aa....aa not supported, index name "bb....bb"
- Because aa....aa is not supported by the Optimization Information Collection Utility, the collection of optimization information for "bb....bb" was skipped.
- aa....aa:
- Multi-value column: Repetition column
- bb....bb: Index name
- S: Resumes processing.
KFPN00215-E L
Table not found, schema="aa....aa"
- There is no table in "aa....aa" from which optimization information can be acquired.
- aa....aa: Schema name
- S: Terminates processing.
- O: Check that the table from which optimization information is to be acquired exists in "aa....aa". If not, specify in the -a option the name of the schema in which is located the table from which optimization information is to be acquired.
KFPN00216-E E+L
Invalid aa option
- One of the following errors was found in the specification of the aa option:
- An error was found in the value specified in the aa option.
- When -q is specified as the aa option and the current environment does not support the HiRDB Staticizer Option.
- aa: Option name
- S: Terminates processing.
- O:
- An error was found in the value specified in the aa option:
Correct the value specified in the option, and then re-execute.
- When the -q option is specified as aa:
Delete the specification of the -q option, and then re-execute. Alternatively, specify the -q option in an environment that supports use of the HiRDB Staticizer Option, and then re-execute.
KFPN00217- E+L
Current RDAREA "aa....aa" analyze
- RDAREA "aa....aa" is subject to analysis by the utility as the current RDAREA because no replica RDAREA was found in the specified generation.
- aa....aa: RDAREA name
- S: Resumes processing.
KFPN00218-E L
"aa....aa" keyword before "SECTION_NO" keyword, line=bb....bb
- Section aa....aa of row bb....bb is specified before SECTION_NO.
- aa....aa: Section distribution information item names
- SEC_TOTAL_COUNT: Cumulative frequency of the number of section elements
- SEC_UNIQUE: Number of unique values within a section
- SEC_MAX_VALUE: Maximum value inside a section
- bb....bb: Row number
- S: The parameter file that contains optimized information is analyzed, and then the process is terminated.
- Action
- Correct the aa....aa item in row bb....bb so that it is specified after the SECTION_NO, and then re-execute.
KFPN00300-E L
Syntax error in parameter file, line=aa....aa
- The optimization information parameter file contains a syntax error. Following are possible reasons:
- The item name does not begin in the first byte.
- Multiple items or values are specified on the same line.
- The line consists of more than 80 bytes.
- aa....aa: Line number containing the syntax error
- S: Terminates processing after completion of analysis of optimization information parameter file.
- Action
- Correct the specification in the optimization information parameter file and re-execute.
KFPN00301-E L
Data conversion error, column type=aa....aa, line=bb....bb
- System was unable to convert to type aa....aa a value specified in the optimization information parameter file. Following are possible reasons:
- A numeric value is required, but characters were specified.
- The value specified for the column type in the optimization information parameter file cannot be converted.
- Overflow occurred in the specified value.
- aa....aa: Column type to be converted
- bb....bb: Line number resulting in the conversion error
- S: Terminates processing after completion of analysis of optimization information parameter file.
- Action
- Correct the data to be converted in the optimization information parameter file and re-execute.
KFPN00302-E L
Sectional information invalid, column name "aa....aa"
- There is an error in the section distribution information in the specification column of the parameter file that contains optimized information. The following are possible causes:
- Some items have been omitted from the section distribution information.
- There is invalid syntax in some section distribution information items.
- The specified section count and the section distribution information count do not match.
- aa....aa: Column name specifying invalid section distribution information
- S: Analyzes the parameter file that contains optimized information, and then terminates processing.
- Action
- Specify the correct section distribution information in the parameter file that contains optimized information, and then re-execute.
KFPN00303-E L
RDAREA not found, RDAREA id=aa....aa
- The RDAREA to be processed could not be found for the following reason:
- The RDAREA to be processed was deleted during utility operation.
- aa....aa: RDAREA ID
- S: Terminates processing.
- O: If the RDAREA to be processed was deleted during utility operation, reconstruct an environment that can execute the utility, and then re-execute. If the RDAREA to be processed was not deleted, contact the customer support center.
KFPN00304-E L
Specify hex format parameter to column with character set specification, line=aa....aa
- There is an error in the specification format of row aa....aa of the parameter file that contains optimized information. Values for MAX_VALUE, MIN_VALUE, and SEC_MAX_VALUE columns specifying character sets have been represented in a format other than hexadecimals.
- aa....aa: Row number
- S: Analyzes the parameter file that contains optimized information, and then terminates processing.
- Action
- Correct the specification values in row aa....aa so that they are represented in hexadecimals, and then re-execute. For details about the specification format for MAX_VALUE, MIN_VALUE, and SEC_MAX_VALUE in columns specifying character sets, see Specifications in the optimization information parameter file in the manual HiRDB Version 9 Command Reference.
KFPN00400-E E+L
RPC(system) error, func=aa....aa code=bb....bb
- An RPC-related error or system-related error occurred.
- aa....aa: Name of function resulting in the error
- bb....bb: Error detail code
- S: Terminates processing.
- Action
- See 4. Error Detail Codes to eliminate the cause of the error, and re-execute the command. If the error cannot be corrected by the HiRDB administrator, contact the customer support center.
KFPN00401-E L
Error occurred on BES(SDS), server=aa....aa
- An error occurred during HiRDB/Single Server processing or during back-end server processing in a HiRDB/Parallel Server.
- aa....aa: Name of server resulting in the error
- S: Terminates processing.
- Action
- Correct the error by referring to the message output to standard error, or to standard output, and re-execute.
KFPN00402-E E
Pdgetcst must be executed at unit defined as manager
- Execute the pdgetcst utility from the unit where the system manager (MGR) is defined.
- S: Terminates processing.
- Action
- Remotely log on to the unit on which the system manager (MGR) is defined, and then re-execute the command.
KFPN00403-E L
Directory access error
- An error occurred while accessing the data directory. The data directory may be damaged.
- S: Terminates processing.
- Action
- Recover the database from its backup copy and re-execute. If this message is reissued, contact the customer support center.
KFPN00404-E E+L
Insufficient memory in message buffer pool due to concurrent execution of "pdgetcst"
- A temporary memory shortage occurred in the message storage buffer pool during process allocation when the optimizing information collection utility (pdgetcst) was executed concurrently.
- S: Terminates processing.
- O: Wait until execution of the current pdgetcst is completed, then re-execute.
- Action
- If the pdchprc command was used to request services from a server for which the maximum number of startup processes had been set to 0, use the pdchprc command to increase the maximum number of startup processes.
- If a service was requested from a server being refreshed by the pdpfresh command, re-execute the utility after the pdpfresh command has finished.
- If you are executing utilities concurrently, review and, if necessary, revise the maximum 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.
KFPN00405-E L
Unable to send message from aa....aa to bb....bb
- Data cannot be sent from host aa....aa to host bb....bb because a communication error occurred.
- aa....aa: Send source host name#
- bb....bb: Send destination host name#
- #: If the system switching facility is being used, the host name of the primary system is indicated.
- S: Terminates processing.
- O: Take action appropriate to the KFPN00400-E message that was output before this message. If a physical communication error has not occurred, there may be an inconsistency in the system definitions concerning the relationship between the hosts; check the interhost definitions for the hosts affected by the error and re-execute.
KFPN00406-E E
Current RDAREA changed
- The current RDAREA was changed while the utility was running.
- S: Terminates processing.
- O: Re-execute. Do not change the current RDAREA while the utility is running.
KFPN00450-I L
Deleted optimize information for table "aa....aa"
- Optimizing information was deleted from a dictionary table.
- aa....aa: Table identifier subject to deletion of optimizing information
- S: Resumes processing.
KFPN10000-E E
Invalid directory name, option=aa
- The system was unable to set the directory or device name specified in the aa option of the pdgeter command for one of the following reasons:
- The specified directory or device was not found.
- The command executor did not have the write privilege for the specified directory.
- The entity corresponding to the specified directory name did not have the directory attribute.
- The entity corresponding to the specified device name did not have the device attribute.
- The device name was specified in the -w option.
- aa: Invalid option name specified:
- -o: Name of output destination directory or device
- -w: Name of work directory
- S: Terminates processing.
- Action
- Check the directory name or device name and re-execute the command.
KFPN10050-E E
Unable to set default, option=aa
- The system was unable to set the default value for the aa option of the pdgeter command for one of the following reasons:
- The command executor did not have the write privilege for $PDDIR or $PDDIR/erinf.
- A file with the same default name was found.
- aa: Option for which default value setting failed:
- -o: Name of the output destination directory
- -w: Name of the work directory
- S: Terminates processing.
- Action
- Eliminate the cause of the error and re-execute the command.
KFPN10051-E E
Error information file already exists, directory=aa....aa
- The system was unable to acquire error information because the directory or temporary work area at the pdgeter command output destination contained one of the following directories or files:
- aa....aa: Directory specified in the -o or -w option or its default value
- S: Terminates processing.
- Action
- If the indicated directory or file is not needed, delete it and re-execute the command. If it is needed, use another directory for the pdgeter command and re-execute the command.
KFPN10100-E E
Invalid parameter
- Invalid parameter was specified in the pdgeter command:
- An invalid option was specified.
- S: Terminates processing.
- Action
- Correct the parameter in the pdgeter command and re-execute the command.
KFPN10101-E E
Invalid aa option
- Specified option aa was invalid in the pdgeter command:
- A command argument was missing.
- aa: Invalid option:
- -o: Name of the output destination directory
- -w: Name of the work directory
- -x: Name of the host
- S: Terminates processing.
- Action
- Specify the correct parameter in the pdgeter command.
KFPN10200-W E
Unable to get HiRDB files
- The -a option was specified in the pdgeter command, but the system was unable to obtain the master directory, data directory, or data dictionary. Following are possible reasons:
- $PDDIR/conf/INITCONT (pdinit control statements file) was not found at the command startup host.
- $PDDIR/conf/pdsys (system common definition) was not found at the command startup host.
- The host containing the master directory, etc. (single server or dictionary server), was not specified in the -x option of the pdgeter command.
- The pdstart operand is missing in the system common definition.
- The HiRDB file system area specified in $PDDIR/conf/INITCONT (pdinit control statements file) was not found at the host containing the master directory, etc. (single server or dictionary server).
- S: Resumes processing.
KFPN10201-W E
Unable to get HiRDB System information, host_name=aa....aa
- The system was unable to acquire shared memory dump information or system information for host name aa....aa by the pdgeter command. Following is a possible reason:
- aa....aa: Name of the host for which acquisition of shared memory information or system information failed
- S: Resumes processing.
KFPN10202-W E
Unable to get error information, host_name=aa....aa
- The system was unable to acquire error information for host name aa....aa by the pdgeter command. Following are possible reasons:
- The specified host name was not found.
- A network error occurred.
- There was not enough space at the command startup host.
- A directory or device specified in the -o option may have been deleted for some reason during execution of the pdgeter command.
- A directory specified in the -w option may have been deleted for some reason during execution of the pdgeter command.
- Output of execution results failed for an OS command that was issued within the pdgeter command. In this case, the name of the corresponding command startup host is displayed as host_name.
- aa....aa: Host name
- S: Resumes processing.
- Action
- To acquire error information about the erroneous host, specify the correct host name in the -x option and re-execute the command. If a network error has occurred, the command must be executed at the corresponding host.
KFPN10203-E E
HiRDB home directory not defined
- The system was unable to execute the pdgeter command because the HiRDB directory ($PDDIR) was not set.
- S: Terminates processing.
- Action
- Set the HiRDB directory ($PDDIR) for the HiRDB administrator and re-execute the command.
KFPN10204-W E
HiRDB home directory not defined, host_name=aa....aa
- The system was unable to acquire error information about the indicated host, because the $PDDIR environment variable was not set for host name aa....aa specified in the pdgeter command.
- aa....aa: Host name
- S: Resumes processing.
- Action
- Set the $PDDIR environment variable for the HiRDB administrator at the corresponding host and re-execute the command.
KFPN10300-I E
Pdgeter started
- Execution of the pdgeter command has started.
- S: Resumes processing.
KFPN10301-I E
Pdgeter terminated, return code=aa....aa
- Execution of the pdgeter command has terminated.
- aa....aa: Return code (termination code):
- 0: Terminated normally.
- 4: Terminated normally, but a warning message was output.
- 8: Processing was cancelled due to an error.
- 12: Processing was cancelled due to an interrupt (signal occurred).
- S: Terminates processing.
- Action
- Return code 4:
- Check the warning message that was output during processing and eliminate the cause of the error.
- Return code 8:
- Check the error message that was output during processing and eliminate the cause of the error.
KFPN10302-I E
Usage: pdgeter [-o dir_name | dev_name] [-w dir_name] [-x host_name [,host_name]...] [-am]
- Displays the format of the pdgeter command.
- -o: Name of the output destination directory or device
- -w: Name of the work directory
- -x: Name of the host
- -a: Acquire all information
- -m: Do not acquire shared memory dump or system information
- S: Terminates processing.
- Action
- Specify the correct parameters in the pdgeter command and re-execute the command.
KFPN10400-I S
Pdinfoget started
- Execution of the error information acquisition command (pdinfoget) started.
- S: Continues processing.
KFPN10401-I S
Pdinfoget terminated, return code=aa....aa
- Execution of the error information acquisition command (pdinfoget) terminated.
- aa....aa: Return code (termination code)
- 0: Terminated normally.
- 4: Failed to acquire some error information.
- 8: Processing was cancelled due to an error.
- 12: Processing was cancelled due to an interrupt (signal generated)#.
- #: This return code is only output in UNIX.
- S: Terminates processing.
- Action
- If the return code is 4:
- Check the error information that could not be acquired, refer to the error message to eliminate the cause of the error if necessary, and then re-execute the command or acquire the information by another means.
- If the return code is 8:
- Eliminate the cause of the error based on the message that was output during processing, and then re-execute the command.
- If the return code is 12:
- If you must re-execute a command, do so after first deleting any unnecessary files and directories under the error information directory.
KFPN10402-I S
Usage: pdinfoget {-m|-e init_dir_name -d detail_dir_name [-w work_dir_name]}[-s syslog_name] [-l watoson_log_name] [-c crash_dump_name] [-b xds_shared_memory_dump_dir_name]
- Indicates how to use the error information acquisition command (pdinfoget).
- -m: Specify this when estimating error information.
- -e: Name of the directory to which initialization information is output
- -d: Name of the directory to which error detail information is output
- -w: Work directory
- -s: syslogfile name (in UNIX)
- Event log file name (in Windows)
- -l: Watson log file specification (in Windows)
- -c: Crash dump specification (in Windows)
- -b: Name of the directory to which the shared memory dump of the XDS server is output
- S: Terminates processing.
- Action
- Specify the pdinfoget command correctly, and then re-execute the command.
KFPN10403-I S
aa....aa information file output,file=bb....bb
- Error information file output finished.
- aa....aa:
- init: Initialization information
- detail: Error detail information
- bb....bb: File path name of initial information or error detail information
- S: Continues processing.
KFPN10420-E S
Invalid parameter
- There is an error in the parameter specifications for the error information acquisition command (pdinfoget). An invalid option might have been specified.
- S: Terminates processing.
- Action
- Specify the pdinfoget command correctly, and then re-execute the command.
KFPN10421-E S
Invalid aa option
- aa option specifications of the error information acquisition command (pdinfoget) contain one or more of the following errors.
- No command argument is specified in the option.
- The specified path contains a space (in UNIX).
- The specified path is not an absolute path.
- aa: Name of the invalid option
- -e: Name of the directory to which initialization information is output
- -o: Name of the directory to which error detail information is output
- -w: Work directory
- -s: syslogfile name (in UNIX)
- -l: Watson log file name (in Windows)
- -c: Crash dump name (in Windows)
- -b: Name of the directory to which the shared memory dump of the XDS server is output
- S: Terminates processing.
- Action
- Specify the pdinfoget command correctly, and then re-execute the command.
KFPN10422-E S
Same directory specified -e and -d
- The same directory is specified for the -e and -d options of the error information acquisition command (pdinfoget).
- S: Terminates processing.
- Action
- Specify different directory names for the -e and -d options, and then re-execute the command.
KFPN10423-E S
Unable to specified combination of option
- An invalid option combination was specified in the error information acquisition command (pdinfoget).
- The -e or -d option was specified at the same time as the -m option.
- Either the -e or -d option was omitted.
- S: Terminates processing.
- Action
- Specify the option correctly and then re-execute the command.
KFPN10430-E S
Invalid directory, option=aa
- The specified directory name in the aa option of the error information acquisition command (pdinfoget) is invalid for one of the following reasons.
- The specified directory was not found.
- The command executor does not have write privileges for the specified directory.
- The specified directory name does not have the directory attribute.
- aa: Option name that has an invalid specification value
- -e: Name of the directory to which initialization information is output
- -d: Name of the directory to which error detail information is output
- -w: Work directory
- -b: Name of the directory to which the shared memory dump of the XDS server is output
- S: Terminates processing.
- Action
- Specify the correct directory name and then re-execute the command.
KFPN10431-E S
Error information file already exists, directory=aa....aa
- Because there is a specific directory or file in the directory specified for the -e or -d option of the error information acquisition command (pdinfoget), the error information cannot be obtained.
For details about those directories or files, see Directories that cause an error if located in an output directory under pdinfoget (Acquire error information and estimate its volume) in the manual HiRDB Version 9 Command Reference. - aa....aa: Name of the directory for which the -e or -d option is specified
- S: Terminates processing.
- Action
- If the directory or file is unnecessary, delete it and then re-execute the command. If the directory or file is necessary, specify a separate directory name and then re-execute the command.
KFPN10432-E S
Error work directory already exists, directory=aa....aa
- Error information cannot be acquired, because a directory or file with the same name as the work directory was created under the work directory by the error information acquisition command (pdinfoget).
- aa....aa: Name of the work directory created under work directory by the pdinfoget command
- S: Terminates processing.
- Action
- If the directory or file with the abovementioned name is unnecessary, delete it and then re-execute the command. If the directory or file with the abovementioned name is necessary, either change the work directory or wait 1 or more seconds before re-executing the command.
KFPN10433-W S
Invalid directory, environment variable=aa....aa
- During execution of the error information acquisition command (pdinfoget), the directory specified in environment variable aa....aa was invalid for the following reason:
- The root directory is specified.
- aa....aa: Name of the environment variable
- PDCONFPATH: Directory storing HiRDB system definition files
- S: Continues processing.
- Action
- Error information outside of the HiRDB system definitions cannot be acquired. Error information for the HiRDB system definitions is acquired under the directory specified in the environment variable PDCONFPATH.
KFPN10440-E S
Invalid HiRDB home directory
- The error information acquisition command (pdinfoget) cannot be executed, either because the HiRDB directory ($PDDIR) has not been set or because an invalid directory was set in the HiRDB directory.
- S: Terminates processing.
- Action
- Set the correct HiRDB directory ($PDDIR), and then re-execute the command.
KFPN10441-E E
Error occurred, aa....aa errno=bb....bb
- An error occurred in error information acquisition command (pdinfoget) processing.
- aa....aa: Processing code during which the error occurred
- TMPDIR: Default work directory acquisition processing
- OpenEventLog: Open processing of the event log
- BackupEventLog: Backup processing of the event log
- CloseEventLog: Close processing of the event log
- bb....bb: Error detail code
- S: Terminates processing.
- Action
- If an error message was output before this message, take an appropriate action in response to that message and then enter the command. If this message is output even after taking such measures, save the contents of the message and contact the customer support center.
KFPN10442-E E
Insufficient memory
- A memory shortage occurred.
- S: Terminates processing.
- Action
- Check whether there are other processes that are using a large amount of memory.
- If other processes are using a large amount of memory:
- Wait for the associated processes to terminate, then re-execute the command.
- If no other processes are using a large amount of memory:
- Use one of the following methods to make sure that there is sufficient memory:
- Reduce the number of concurrently executing processes.
- Increase the swapping area.
- Increase the real memory.
KFPN10450-W S
Unable to get error information, host_name=aa....aa
- Host name aa....aa error information cannot be obtained using the error information acquisition command (pdinfoget). The following are possible reasons:
- There is no file to be acquired.
- You do not have reference privileges for the file to be acquired.
- The required environment variable was not set correctly.
- An error occurred while copying the error information.
- aa....aa: Host name
- S: Continues processing.
- Action
- Check the error information that could not be acquired, refer as necessary to the OS command error message output by the execution log or console, and then re-execute the command or separately acquire the information.
KFPN10451-I S
Unable to complete aa....aa, code=bb....bb, file=cc....cc
- Unable to complete processing function aa....aa by the error information acquisition command (pdinfoget) into file cc....cc. However, the error information is acquired and processing continues.
- aa....aa: Processing that could not be completed
- ARCFILE: Archive processing of an error information file
- COMPRESS: Compression processing of an error information file
- ARCHIVE: Archive and compression processing of an error information file
- bb....bb: Detail code
- cc....cc: Name of file
- S: Continues processing.
- Action
- Because it is still possible to acquire the necessary error information, execute the error information acquisition command (pdinfoget) to acquire error information from all of the files under the output directory for initial information (specifying the -e option), and all the files under the output directory for detail information (specifying the -d option).
KFPN10500-I L
Pdaudput started
- Execution of the audit log output utility for JP1/NETM/Audit (pdaudput) was started.
- S: Continues processing.
KFPN10501-I L+S
Pdaudput terminated, return code=a, rows=bb....bb, PDLOAD_TIMESTAMP=cc....cc, PDLOAD_SEQNUM=dd....dd
- Execution of the audit log output utility for JP1/NETM/Audit (pdaudput) was terminated.
- a: Return code
- 0: Terminated normally.
- 4: Terminated normally (processing terminated because the audit log output file for JP1/NETM/Audit was swapped).
- 8: Processing was cancelled due to an error.
- bb....bb: Number of rows in which the audit log for JP1/NETM/Audit was output
- cc....cc: Last output audit trail PDLOAD_TIMESTAMP value
- Note that if bb....bb is 0, the final audit trail information that was output during the previous execution of the pdaudput utility is output. Also, if you use the -k i or -k m option to execute the pdaudput command, one asterisk (*) is output.
- dd....dd: Last output audit trail PDLOAD_SEQNUM value
- Note that if bb....bb is 0, the final audit trail information that was output during the previous execution of the pdaudput utility is output. Also, if you use the -k i or -k m option to execute the pdaudput command, one asterisk (*) is output.
- S: Terminates processing.
- O:
- If a (the return code) is 4:
- The audit trail that was not output in the audit log for JP1/NETM/Audit remains in the audit trail table. Check the audit trails corresponding to cc....cc and dd....dd collected in JP1/NETM/Audit, and then re-execute the pdaudput command. If, after executing the pdaudput command, you plan to delete the output audit trail, execute the pdaudput command until bb....bb becomes 0, and then delete the audit trail table data. For details about how to check whether an audit trail is being collected in JP1/NETM/Audit, as well as for details about how to delete an audit trail that has been completely output after the pdaudput command is executed, see the HiRDB Version 9 System Operation Guide.
- If a (the return code) is 8:
- Eliminate the cause of the error based on the message that was output during processing.
KFPN10502-I E
Usage: pdaudput [-u user_id] [-k {r | i | m}] [-d directory] [-s file_size] [-w file_name]
- Displays how to use the audit log output utility for JP1/NETM/Audit (pdaudput).
- S: Terminates processing.
KFPN10503-I L+S
Audit log output file for JP1/NETM/Audit swapping completed. current file:aa....aa
- Swap processing of the audit log output file for JP1/NETM/Audit was completed.
- aa....aa: Name of the current audit log output file for JP1/NETM/Audit
- S: Terminates processing.
KFPN10520-E E+L
Insufficient memory. size=aa....aa bytes, area type=bb....bb
- A memory shortage occurred during execution of the audit log output utility for JP1/NETM/Audit (pdaudput).
- aa....aa: Area size that was attempted to be secured (in bytes)
- bb....bb: Area type
- PROCESS: Process private memory
- S: Terminates processing.
- O: Check whether there are other processes that are using a large amount of memory.
- If other processes are using a large amount of memory:
- Wait for the associated processes to terminate, then re-execute the pdaudput command.
- If no other processes are using a large amount of memory:
- Use one of the following methods to make sure that there is sufficient memory:
- Reduce the number of concurrently executing processes.
- Increase the swapping area.
- Increase the real memory.
KFPN10521-E E+L
System call error, func=aa....aa, return code=bb....bb
- An error occurred during a system call (function) when the audit log output utility (pdaudput) for JP1/NETM/Audit was executing.
- aa....aa: System call (function) name
- bb....bb: Detail code of system-related errors
- S: Terminates processing.
- O: Eliminate the cause of the error by referring to 4.2 Detail codes for system-related errors, and then re-execute the pdaudput command. If the error cannot be corrected, contact the customer support center.
KFPN10522-E E+L
Invalid option for pdaudput, option:aa
- There was an error in the specification value of the option for the audit log output utility for JP1/NETM/Audit (pdaudput).
- aa: Invalid option
- S: Terminates processing.
- O: Check the specification format of the option, correct any errors, and then re-execute.
KFPN10523-E E+L
File access error, func=aa....aa, errno=bb....bb, file=cc....cc
- An error in file access processing occurred while the audit log output utility (pdaudput) for JP1/NETM/Audit was executing.
- aa....aa: Processing code during which the error occurred
- open: An open process of a file
- close: A close process of a file
- fgets: Reading
- write: Write processing
- unlink: File deletion processing
- lockf: lock processing
- lseek: Migration processing of the reading or writing file pointer
- stat: Processing for acquisition of the file status
- fstat: Processing for acquisition of the file status
- bb....bb: errno value returned by the system call
- cc....cc: File name
- If the file name is 128 bytes or less, the entire file name is displayed. If the file name exceeds 128 bytes, two periods (..) are added in the front, and the last 126 bytes of the file name are displayed.
- S: Terminates processing.
- O: Eliminate the cause of the error by referring to 4.2 Detail codes for system-related errors, and re-execute the pdaudput command. If the error cannot be corrected, contact the customer support center.
KFPN10524-E E+L
Error occurred, reason code=aa(bb....bb)
- An error occurred during execution of the audit log output utility for JP1/NETM/Audit (pdaudput).
- aa: Reason code
- bb....bb: Additional information
- S: Terminates processing.
- O: Take the action appropriate to the reason code below.
Reason code (aa) | Additional information (bb....bb) | Meaning | Action |
---|
01 | ALREADY_STARTED | The pdaudput utility is already executing. | Wait for the executing pdaudput utility to terminate, and then re-execute. |
02 | NOT_AUDITOR | You are not an auditor, so you cannot execute the pdaudput command. | Check whether the authorization identifier and password for the auditor have been correctly specified. |
03 | NOT_FOUND_AUDIT_TRAIL_TABLE | The audit trail table does not exist. | Create an audit trail table and then re-execute. |
04 | NOT_SYSTEM_MANAGER | The pdaudput command cannot be executed because no system manager has been defined for the unit. | Execute the command on the unit where the system manager is defined. |
KFPN10525-E E+L
Invalid file, cause:aa file_name:bb....bb
- The file that was accessed during execution of the audit log output utility for JP1/NETM/Audit (pdaudput) was invalid.
- aa: Reason code
- 01: Invalid file type
- 02: Invalid file analysis results
- bb....bb: File name
- If the file name is 128 bytes or less, the entire file name is displayed. If the file name exceeds 128 bytes, two periods (..) are added in the front, and the last 126 bytes of the file name are displayed.
- S: Terminates processing.
- O: The invalid file and the corrective action for it are shown below. For details about command options, refer to the manual HiRDB Version 9 Command Reference.
File name (bb....bb) | Action |
---|
pdaudputctrl (Management file for pdaudput) | Use the pdaudput -k i command to initialize the management file for pdaudput. |
auditmsg1.log or auditmsg2.log (audit log output file for JP1/NETM/Audit) | Use the pdaudput -k m command to initialize the audit log output file for JP1/NETM/Audit. |
File name specified in the -w option | Change the retrieval condition definition file defined in the -w option into a regular file, and then re-execute. |
KFPN10526-E E+L
Dictionary access error occurred, SQLCODE=aa....aa, SQLERRMC=bb....bb
- During execution of the audit log output utility (pdaudput) for JP1/NETM/Audit, a dictionary access error occurred.
- aa....aa: SQL communication area (SQLCA) SQLCODE
- bb....bb: SQL communication area (SQLCA) SQLERRMC
- A maximum of 524 characters are output to standard error.
- S: Terminates processing.
- O: In 1.2(4) Notes on messages, see the description of the relationships between message IDs and SQLCODE codes in the SQL Communications Area (SQLCA) used by the UAP, and refer to the message corresponding to SQLCODE(aa....aa). If the cause of the error is one of the following, take corrective action according to the message found there:
- Dictionary shutdown
- Memory shortage
- Lock resource shortage
- Lock error
- Communication error
- I/O error
- For other errors, if you cannot take corrective action according to the corresponding message, contact the customer support center.
KFPN10527-E E+L
Unable to execute SQL, SQLCODE=aa....aa, SQLERRMC=bb....bb
- During execution of the audit log output utility (pdaudput) for JP1/NETM/Audit, an error occurred while the SQL statement that retrieves the audit trail table was executing.
- aa....aa: SQL communication area (SQLCA) SQLCODE
- bb....bb: SQL communication area (SQLCA) SQLERRMC
- A maximum of 524 characters are output in standard errors.
- S: Terminates processing.
- O: In 1.2(4) Notes on messages, see the description of the relationships between message IDs and SQLCODE codes in the SQL Communications Area (SQLCA) used by the UAP, and refer to the message corresponding to SQLCODE(aa....aa). If the cause of the error is one of the following, take corrective action according to that message found there:
- Dictionary shutdown
- Memory shortage
- Lock resource shortage
- Lock error
- Communication error
- I/O error
- For causes other than those mentioned above, specify the correct search conditions in the search conditions definition file specified in the pdaudput -w option. If search conditions were correctly specified in the search conditions definitions file that was specified in the -w option, contact the customer support center.
KFPN10528-E E+L
Invalid option specified in command line, option=aa
- Option aa was specified in the command line of the audit log output utility (pdaudput) for JP1/NETM/Audit, where it cannot be specified.
- aa....aa: Invalid option
- If there are multiple options that cannot be specified, the first option that cannot be specified is displayed.
- S: Terminates processing.
- Action
- Delete the option represented by aa or correct another option, and then re-execute.
KFPN10570-Q S
"pdaudput -k i" will be initialized, do you really want to continue initialization ? [y:YES , n:NO]
- The management file for pdaudput (pdaudputctrl) already exists. When you execute the pdaudput -k i command, all files used in outputting the audit log for the JP1/NETM/Audit are initialized, and recreated. Answer whether or not to initialize.
- y: Initialize.
- n: Do not initialize.
- S: If you answer y, processing continues.
- S: If you answer n, processing terminates.
- In cases other than those mentioned above, processing terminates.
- O: Respond with y or n.
KFPN11000-E E
Invalid directory or file name, option=aa
- The directory or file specified in option aa of the pddefrev command cannot be set for one of the following reasons:
- The specified directory or file was not found.
- The command executor does not have write privilege for the specified directory.
- The specified directory does not have directory attribute (name specified as a directory name does not belong to a directory).
- The command executor does not have read privilege for the specified file.
- aa: Option whose value is invalid:
- -o: Definition SQL output file
- -w: Work directory name
- S: Terminates processing.
- Action
- Check the directory name or file name and re-execute the command.
KFPN11100-E E
Invalid parameter
- The pddefrev command contains an invalid parameter:
- An invalid option was specified.
- S: Terminates processing.
- Action
- Correct the parameter in the pddefrev command and re-execute the command.
KFPN11101-E E
Invalid aa option
- Option aa is invalid in the pddefrev command for one of the following reasons:
- A command argument is missing.
- Information specified in -o option is not an absolute path.
- aa: Option whose value is invalid:
- -f: Control statements file name
- -o: Definition SQL output file name
- -w: Work directory name
- S: Terminates processing.
- Action
- Check the pddefrev command and correct any invalid parameters.
KFPN11302-I E
Usage: pddefrev -f control_file_name -o output_file_name [-w work_dir_name]
- Displays the format of the pddefrev command.
- -f: Control statements file name
- -o: Definition SQL output file name
- -w: Work directory name
- S: Terminates processing.
- Action
- Specify the pddefrev command correctly and re-execute.
KFPN90001-E E
Insufficient memory, required memory size=aa....aa, area type=bbbbbbb
- Memory shortage occurred.
- aa....aa: Size (in bytes) of area to be allocated
- bbbbbbb: Type of area
- PROCESS: Process private memory
- S: Terminates processing.
- Action
- Check if there is a process that uses a large amount of memory:
- If there is a process that uses a large amount of memory:
Wait until that process has terminated, then re-execute the command.
- If there is no process that uses a large amount of memory:
Contact the customer support center.
KFPN90002-E E
Internal error, func=aa....aa
- Internal conflict was detected.
- aa....aa: Name of the module resulting in the error
- S: Terminates processing.
- Action
- Contact the customer support center.
KFPN90003-E E
System call error, func=aa....aa, errno=bb....bb
- System call resulted in an error.
- aa....aa: Name of the system call resulting in the error
- bb....bb: Value of errno for the system call resulting in the error
- S: Terminates processing.
- Action
- Check the value of the error indicator, correct the error by referencing errno.h and the applicable OS manual, then re-execute.
KFPN90004-E E
Usage: pdvwopt [-d] filename
- Displays the format of the pdvwopt command (access path display utility).
- S: Terminates processing.
- Action
- Check the pdvwopt command for any invalid parameters.
KFPN90006-E E
Access path file bb....bb error, file=cc....cc, errno=aa....aa
- File access error occurred.
- aa....aa: Value of errno returned from the system call
- bb....bb: Processing that resulted in the error:
- close: File close processing
- open: File open processing
- read: Read processing
- write: Write processing
- cc....cc: File name
- If the file name is less than or equal to 126 bytes, HiRDB displays the entire file name. Otherwise, it outputs the file name by appending 2-byte periods to the first 126 bytes.
- S: Terminates processing.
- Action
- Check the value of the error indicator, correct the error by referencing errno.h and the applicable OS manual, then re-execute.
KFPN90007-E E
Command version incompatible, access path file version=aa....aa, command version=bb....bb
- The version revision number of the access path information file does not match the version revision number of the command.
- aa....aa: Version revision number of the access path information file
- bb....bb: Version revision number of the command
- S: Terminates processing.
- O: Use a command with the same version revision number as the access path information file and re-execute.
KFPN90008-E E
Invalid format of access path file aa....aa
- The format of specified file aa....aa is invalid.
- aa....aa: Name of the specified file
- If the file name is less than or equal to 126 bytes, HiRDB displays the entire file name. Otherwise, it outputs the file name by appending 2-byte periods to the first 126 bytes.
- S: Terminates processing.
- O: Check if the specified file is an access path information file.
KFPN91001-I E
Usage: pdobils [-s server_name] [-r] [-C [delimiter] [-H]] [-e]
- There is an error in the pdobils command option format.
- S: Terminates processing.
- O: Re-execute on the basis of the method of command usage.
KFPN91002-E S
Invalid server name aa....aa
- The server name specified in the pdobils command is invalid.
- aa....aa: Server name
- If the specification is 9 or more characters, the first 9 characters are displayed.
- S: Terminates processing.
- O: Correct the server name specification in the pdobils command, then re-execute the command.
KFPN91003-E S
Internal function error, func=aa....aa, return code=bb....bb
- An error occurred during processing of the pdobils command.
- aa....aa: Function name where the error occurred
- bb....bb: Detail code of the system-related error
- S: Terminates processing.
- O: See 4.2 Detail codes for system-related errors, eliminate the cause of the error, and then re-execute the command.
KFPN91004-E S
Insufficient memory on PROCESS, size=aa....aa
- An attempt was made during execution of the pdobils command to allocate the process private area, but it could not be allocated due to insufficient memory.
- aa....aa: Size of the attempted allocation area (bytes)
- S: Terminates processing.
- O: Take one of the following actions and wait until there is sufficient memory available:
- Reduce the number of simultaneously executing processes.
- Increase the size of the swap area.
- Increase the amount of memory.
KFPN91005-E S
Unable to execute pdobils command, because unit of hostname aa....aa not online
- The pdobils command could not execute because the unit on hostname aa....aa has not started.
- aa....aa: Hostname that the pdobils command could not execute
- S: Terminates processing.
- O: Wait for the system or unit to go online, then re-execute.
KFPN91006-E S
Unable to execute pdobils command, because server aa....aa not active
- The pdobils command could not be executed, because server aa....aa has not started.
- aa....aa: HiRDB server name that could not execute the pdobils command
- S: Terminates processing.
- O: Start the HiRDB server, and re-execute.