KFPW00001-W E+L
Not found External Data Access Adapter
- The HiRDB External Data Access facility could not be used because the HiRDB External Data Access Adapter was not set up.
- S: Continues processing.
- Action
- To use the HiRDB External Data Access facility, set up the HiRDB External Data Access Adapter.
KFPW00002-E
External Data Access Adapter version invalid, External Data Access Adapter=aa....aa version=bbbb
- The HiRDB External Data Access Adapter version does not assume use of the HiRDB External Data Access facility.
- aa....aa: HiRDB External Data Access Adapter name
- bbbb: Version of the HiRDB External Data Access Adapter
- S: Terminates processing.
- Action
- Cancel the HiRDB External Data Access Adapter causing the error, and then set up a version of the HiRDB External Data Access Adapter that assumes use of the HiRDB External Data Access facility. For details about the version of the HiRDB External Data Access facility required, see the HiRDB External Data Access Version 7 manual.
KFPW00003-W L
No user mapping is specified for aa....aa foreign server
- A foreign server could not be accessed because user mapping was not defined.
- aa....aa: Foreign server name
- S: Continues processing.
- Action
- Define user mapping by executing CREATE USER MAPPING, and then restart HiRDB.
KFPW00004-E L
Specified foreign server conflicts with External Data Access Adapter, name=aa....aa type=bb....bb version=cc....cc
- The HiRDB External Data Access Adapter corresponding to the specified foreign server could not be found.
- aa....aa: Foreign server name
- bb....bb: Foreign server type
- cc....cc: Server version and revision of the foreign server
- S: Abnormally terminates.
- Action
- Install and set up the HiRDB External Data Access Adapter corresponding to bb....bb and cc....cc, and then restart HiRDB.
KFPW02501-E L
System error, func="aa....aa" code=bb....bb information=(cc....cc,dd....dd)
- An error occurred in a HiRDB function.
- aa....aa: Function name
- bb....bb: Error code
- cc....cc: Maintenance information 1
- dd....dd: Maintenance information 2
- S: Abnormally terminates.
- Action
- See 4.2 Detail codes for system-related errors to eliminate the cause of the error, and then re-execute. If you cannot determine the cause of the error, contact a customer engineer.
KFPW02502-E L
System call error occurred, func="aa....aa" errno=bb....bb information=(cc....cc,dd....dd)
- An error occurred during a system call.
- aa....aa: System call name
- bb....bb: Error code (foreign integer variable expressing the error status)
- cc....cc: Maintenance information 1
- dd....dd: Maintenance information 2
- S: Abnormally terminates.
- Action
- Take one of the following actions:
- If the system call name is shl_load and the error code is 2:
The pd_foreign_server_libpath operand may not be properly specified. Specify the pathname of the client library in the foreign server corresponding to the HiRDB External Data Access Adapter in the pd_foreign_server_libpath operand. Then, restart the HiRDB system.
- In all other cases:
For more information on error codes, see errno.h or documentation on the applicable functions to eliminate the cause of the error. Then, restart the HiRDB system.
KFPW02503-I L
aa....aa
- Outputs error information issued by a system call.
If the system log facility in the operating system does not support Japanese character code, messages may not be properly output to the system log. In this case, see the HiRDB message log.
- aa....aa: Error information
- S: Continues processing.
KFPW02504-E L
System call error occurred, func = "aa....aa" information = (bb....bb,cc....cc)
- An error occurred during the system call.
- aa....aa: System call name
- bb....bb: Maintenance information 1
- cc....cc: Maintenance information 2
- S: Continues processing.
- Action
- See the KFPW02503-I message output before this message to eliminate the cause of the error, and then restart the HiRDB system.
KFPW05001-E L
Incorrect definition variable, definition file=aa....aa definition variable=bb....bb
- An error was found in the specified value of an operand in the foreign server information definition.
- aa....aa: Foreign server information definition file name (foreign server name)
- bb....bb: Operand name with the error
- S: Abnormally terminates.
- Action
- Correct the operand with the error, and then restart the HiRDB system.
KFPW05002-E L
The aa....aa definition variable must be specified, definition file=bb....bb type=cc....cc
- A foreign server information definition has not been created.
- aa....aa: Foreign server information definition name
- bb....bb: Foreign server information definition file name (foreign server name)
- cc....cc: Type of foreign server
- S: Terminates processing.
- Action
- Create the foreign server information definition, and then restart the HiRDB system.
KFPW05003-E L
Insufficient shared memory for foreign server definition, file=aa....aa
- There is insufficient area for storing the foreign server information definition in the putenv format.
- aa....aa: Foreign server information definition file name (foreign server name)
- S: Terminates abnormally.
- Action
- There is an operand in the putenv format in the foreign server information definition file not described in any manual. Delete the operand in the putenv format not described in any manual, and then restart the HiRDB system.
KFPW05004-W L
The specified environment variable is invalid, variable=aa....aa definition file=bb....bb type=cc....cc
- The operand in the specified client environment definition is invalid, even if specified in a foreign server information definition file. The specified operand applies fixed values to the foreign server or specified values to the local HiRDB server.
- aa....aa: Operand name of the client environment definition
- bb....bb: Foreign server information definition file name (foreign server name)
- cc....cc: Type of foreign server
- S: Continues processing.
- Action
- Delete the aa....aa operand from the foreign server information definition.
KFPW05010-E L
Server aa....aa termination failed
- An error occurred during the server's shutdown process.
- aa....aa: Server name
- S: Abnormally terminates.
- Action
- Eliminate the cause of the error based on the KFPW02501-E message output before this message, and then restart HiRDB.
KFPW05030-E L
Insufficient memory on PROCESS, size=aa....aa
- A shortage of process private area memory occurred when HiRDB was starting.
- aa....aa: Area size to be secured (unit: bytes)
- S: Abnormally terminates.
- Action
- Re-evaluate the process count, etc., and then restart HiRDB, or increase the swap area.
KFPW05031-E L
HiRDB System "aa....aa" failed, return code=bb....bb
- When the system manager facility "aa....aa" was executing, the HiRDB system terminated with return code bb....bb.
- aa....aa: HiRDB facility
- bb....bb: Return code
- S: Abnormally terminates.
- Action
- See 4.2 Detail codes for system-related errors to eliminate the cause of the error, and then re-execute. If you cannot determine the cause of the error, contact a customer engineer.
KFPW05032-E L
Work file "aa....aa" failed, return code=bb....bb file=cc....cc
- "aa....aa" to work file cc....cc returned error code bb....bb and terminated.
- aa....aa: HiRDB file system facility
- {open|close|lseek|read|write}
- bb....bb: Return code
- cc....cc: Work file name
- S: Abnormally terminates.
- Action
- See 4.2 Detail codes for system-related errors to eliminate the cause of the error, and then re-execute. If you cannot determine the cause of the error, contact a customer engineer.
KFPW05033-E L
System error, func "aa....aa", code=bb....bb
- An error occurred in the HiRDB function.
- aa....aa: HiRDB function name
- bb....bb: Error code
- S: Abnormally terminates.
- Action
- See 4.2 Detail codes for system-related errors to eliminate the cause of the error, and then re-execute. If you cannot determine the cause of the error, contact a customer engineer.
KFPW05034-E L
Server aa....aa initialization failed, function=bb....bb, return code=cc....cc
- While the server was starting, bb....bb caused an error with the return code cc....cc.
- aa....aa: Server name
- bb....bb: Function causing the error
- cc....cc: Return code
- S: Abnormally terminates.
- Action
- See the message output before this message to eliminate the cause of the error, and then restart the HiRDB system.
KFPW05035-E L
System call error occurred, func="aa....aa", errno=bb....bb
- An error occurred during a system call.
- aa....aa: System call name
- When the system call cannot be determined, **** is output.
- bb....bb: Error code (foreign integer variable indicating the error status)
- S: Abnormally terminates.
- Action
- See errno.h or documentation on the operating system you are using to eliminate the cause of the error, and then re-execute.
KFPW05036-E L
System call error occurred, func="system", cmd="aa....aa", code=bb....bb, inf="cc....cc"
- An error occurred during a command executed by the System function.
- aa....aa: Command name
- bb....bb: Termination code of shell
- cc....cc: Error output information of the command
- S: Abnormally terminates.
- Action
- Based on the error output information and termination code of the shell, refer to documentation for the operating system you are using. Eliminate the cause of the error, and then re-execute.
KFPW05037-I L
Information type=aa....aa detail="bb....bb"
- Type aa....aa, detail "bb....bb" occurred.
- aa....aa: Type of information
- bb....bb: Internal information
- S: Continues processing.
KFPW05038-I L
Server aa....aa waiting until dictionary server start
- When starting a back-end server, the dictionary server must already be active. Therefore, wait for the dictionary server to start.
- aa....aa: Server name
- S: Continues processing.
- If the dictionary server started, continues processing. If starting of the dictionary server is not detected within a specified time period, processing continues without checking for startup of the dictionary server.
- Action
- Start the dictionary server or the server machine containing the dictionary server. If a network error may have occurred, eliminate the cause of the error.
KFPW05039-W L
Reduced External Data Access due to DATADICTIONARY search failed SQLCODE=aaaa
- The HiRDB External Data Access facility could not be used because the dictionary table search failed.
- aaaa: SQLCODE
- S: Continues processing in a state in which the HiRDB External Data Access facility cannot be used.
- Action
- To use the HiRDB External Data Access facility, take action according to the message output immediately before this message, and then restart the HiRDB system.
KFPW05040-E L
Unmatched foreign server definition (standby=aa....aa, current=bb....bb)
- Definition information (external server definition or user mapping definition) related to the foreign server in the standby system and the running system does not match. This message is output when all of the following conditions are met:
- The rapid system switchover facility is in use
- The running system stopped and restarted when the standby system was in wait status
- A system switchover occurred in a state in which the standby system stopped and did not restart
- aa....aa: Maintenance information
- bb....bb: Maintenance information
- S: Abnormally terminates.
- Action
- Restart the HiRDB system.
KFPW06000-W E
Cannot connect to foreign server, back end server name=aa....aa foreign server name=bb....bb id=cc....cc
- A connection to a foreign server could not be established during startup of back-end server processing.
- aa....aa: Name of the back-end server
- bb....bb: Foreign server name
- cc....cc: Process ID
- S: Continues processing.
- Action
- Eliminate the cause of the error.
KFPW06001-E E
Cannot connect to foreign server, back end server name=aa....aa foreign server name=bb....bb id=cc....cc
- The system could not connect to a foreign server at process activation, because user mapping was not defined for PUBLIC on the foreign server.
- aa....aa: Name of the back-end server
- bb....bb: Foreign server name
- cc....cc: Process ID
- S: Continues processing.
- Action
- Use the CREATE USER MAPPING statement to define user mapping for PUBLIC, terminate HiRDB normally, and then perform normal startup. Alternatively, change the connection timing for accessing the foreign server (using the set format foreign server definition pd_hb_db_con operand), and then restart HiRDB. For details about the CREATE USER MAPPING statement, see the manual HiRDB Version 8 SQL Reference. For details about the set format foreign server definition pd_hb_db_con operand, see the manual HiRDB Version 8 System Definition.
KFPW06011-W E
Cannot disconnect to foreign server, back end server name=aa....aa foreign server name=bb....bb id=cc....cc
- An attempt to disconnect from a foreign server failed during termination of the back-end server process.
- aa....aa: Name of the back-end server
- bb....bb: Foreign server name
- cc....cc: Process ID
- S: Continues processing.
- Action
- Eliminate the cause of the error.
All Rights Reserved. Copyright (C) 2007, Hitachi, Ltd.