KFPN00001-E E+L
Cannot allocate bb....bb byte-insufficient memory aaaaaaa
- A memory shortage occurred.
- aaaaaaa: 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 a customer engineer.
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....aa
- Execution of the pdgetcst utility has terminated.
- aa....aa: Return code
- S: Terminates processing.
KFPN00012-I E+L
Pdgetcat started
- Execution of the pdgetcat utility has started.
- S: Resumes 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}] [-G generation_number] | [[-v space_level] -s 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
Invalid file name
- The file name specified in the -s option is invalid. The following are possible reasons:
- The file name was not expressed as an absolute path name.
- The file name is not a file (in UNIX, an ordinary 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 version)
- Whether an item that is not a file is specified (Windows version)
- 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 version 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:cc....cc-cannot aa....aa file bb....bb
- A file access error occurred.
- aa....aa: Processing resulting in the error:
- close: File close processing
- open: File open processing
- read: Read processing
- write: Write processing
- bb....bb: 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 (..))
- cc....cc: Value of errno returned from the system call
- 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 view table.
- Specified table is a dictionary table.
- Specified table was not found.
- Specified table was defined with a table alias.
- The specified table is a rebalancing table.
- The specified table is a foreign 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 a customer engineer.
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 engineer.
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.
KFPN00214-E 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 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.
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.
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 a customer engineer.
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 a customer engineer.
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 a customer engineer.
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 for the utility server while pdgetcst was executing concurrently.
The KFPS00854-W message may be output when this error occurs; however, a server error has not occurred in this case.
- S: Terminates processing.
- O: Wait until execution of the current pdgetcst is completed, then re-execute.
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.
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 a customer engineer.
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 a customer engineer.
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 S
Usage: pdobils [-s server_name] [-r]
- 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, remove the cause of the error, 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.
All Rights Reserved. Copyright (C) 2007, Hitachi, Ltd.