Scalable Database Server, HiRDB Version 8 Messages

[Contents][Back][Next]

2.2 KFPB messages


KFPB00101-E E+L

DF/UX server (process ID=aa....aa) killed, code=bbbbbbb, file=cc....cc, line=dd....dd

The DF/UX server process was terminated abnormally because an error occurred in HiRDB library in the DF/UX server process.
aa....aa: Process ID of the aborted process
bbbbbbb: Abort code
cc....cc: Name of the source file in which the error was detected
dd....dd: Position at which the error was detected
S: Terminates abnormally.
P: Contact HiRDB administrator.
O: Contact HiRDB administrator.
Action
Contact a customer engineer.

KFPB10383-E E+L

Failure occurred in remote access, reason code=aa, process ID=bb....bb, connection ID=cc....cc, RMID=dd....dd

An error occurred during remote database access processing.
aa: Reason code
bb....bb: Process ID of the single server or front-end server
cc....cc: Connection ID between HiRDB and DF/UX
If the connection ID cannot be displayed, the asterisk (*) is displayed instead.
dd....dd: RMID to be passed from HiRDB to DF/UX
S: Ignores this SQL transaction.
Action
Take action appropriate to the reason code:
Reason code Explanation Action
1 DF/UX has not been started or terminated abnormally. If DF/UX has not been started, start DF/UX and re-execute the UAP. If DF/UX terminated abnormally, refer to the message that was output by DF/UX to check the cause of the abnormal termination.
See the Distributed Database System DF/UX for details.
Contact a customer engineer if necessary.
2 Maximum number of DF/UX users was exceeded. Reduce the number of concurrent users or change the maximum number of DF/UX users.
See the Distributed Database System DF/UX for details.
3 Timeout was detected by DF/UX. Re-execute the UAP or change the DF/UX abort time.
See the Distributed Database System DF/UX for details.
4 Communication error was detected by DF/UX. Refer to the message that was output by DF/UX to determine the cause of the communication error, eliminate the cause, and re-execute the UAP.
See the Distributed Database System DF/UX for details.
Contact a customer engineer if necessary.
5 DF/UX version does not match. Check the DF/UX version. If it is not the correct version, replace it with the correct version.

KFPB10388-E E+L

DF/UX error detected in remote access, process ID=aa....aa, connection ID=bb....bb, RMID=cc....cc, dd....dd

An error occurred in DF/UX during remote database access processing.
aa....aa: Process ID of the single server or front-end server
bb....bb: Connection ID between HiRDB and the DF/UX front-end server.
If the connection ID cannot be displayed, the asterisk (*) is displayed instead.
cc....cc: RMID to be passed from HiRDB to DF/UX
If the RMID cannot be displayed, the asterisk (*) is displayed instead.
dd....dd: Maintenance information
S: Ignores this SQL statement.
Action
If a DF/UX message is output, refer to that message to determine the cause of the error. If the error cause cannot be determined, contact a customer engineer.

KFPB20001-E L

Library version incompatible, library version=aa....aa, HiRDB version=bb....bb

The library version of HiRDB connected to the DF/UX (DF for Windows NT in the case of Windows NT) server facility execution file does not match HiRDB version.
aa....aa: Library version number
bb....bb: HiRDB version number
S: Releases association with the distributed client.
O: Contact HiRDB administrator.
Action
Re-create the DF/UX server facility executable file. For a description of how to create this file, see the manual HiRDB Version 8 System Operation Guide.

KFPB20002-E L

Communication error, user=aa....aa, code=bb, inf=cc....cc

HiRDB program linking the DF/UX server facility execution file failed to communicate with HiRDB server during remote database access.
aa....aa: User ID specified by the distributed client
When the distributed client is HiRDB, the user ID matches the authorization identifier specified by the UAP.
bb: Reason code
cc....cc: Maintenance information
S: Releases association with the distributed client.
O: Take action appropriate to the reason code:
Reason code Explanation Action
01 Communication error occurred. Refer to HiRDB client library message output to the communication error log file.
02 Buffer area for communication with HiRDB server cannot be allocated. If this error occurs frequently, contact a customer engineer.
03 Contradiction was detected in the contents of send data. Contact a customer engineer.
04 Distributed database facility cannot be used. To use the facility, specify the pd_node_name operand in the front-end server definition or single server definition; to not use the facility, terminate DF/UX.

KFPB20003-E L

Insufficient memory, user=aa....aa, size=bb....bb, inf=cc....cc

A memory shortage occurred in HiRDB program linking the DF/UX server facility execution file during OSI-RDA remote access.
aa....aa: User ID specified by the distributed client
When the distributed client is HiRDB, the user ID matches the authorization identifier specified by the UAP.
bb....bb: Size of memory to be allocated
cc....cc: Maintenance information
S: Releases association with the distributed client.
O: If the user ID is displayed correctly, instruct the programmer at the client system to do one of the following:
  1. Reduce the number of arguments and variables to be manipulated.
  2. Reduce the length of the data to be manipulated.
  3. Reduce the number of cursor declarations and PREPARE statements. If this message is output frequently, contact a customer engineer.

KFPB20005-E L

Error occurred in library, user=aa....aa, inf=bb....bb

An error occurred in HiRDB program linking the DF/UX server facility execution file.
The following may be the reason for this error:
An argument specified in the dfsvplink command that creates the DF/UX server facility execution file is invalid.
aa....aa: User ID specified by the distributed client
When the distributed client is HiRDB, the user ID matches the authorization identifier specified by the UAP.
bb....bb: Maintenance information
S: Resumes processing.
O: Check the specification of the dfsvplink argument.
If the specified argument is incorrect:
Specify the correct value and re-create the DF/UX server facility execution file. For the re-creation method, see HiRDB Version 8 System Operation Guide.
If the specified argument is correct or in the case of Windows:
Contact a customer engineer.

KFPB20006-E L

DF/UX error detected, user=aa....aa, inf=bb....bb

An error was detected in the DF/UX server facility.
aa....aa: User ID specified by the distributed client
When the distributed client is HiRDB, the user ID matches the authorization identifier specified by the UAP.
bb....bb: Maintenance information
S: Releases association with the distributed client.
O: Contact a customer engineer.
Action
Check the DF/UX version. If it is not the correct version, replace it with the correct version; if it is the correct version, contact a customer engineer.
Contact a customer engineer in the case of Windows.

KFPB21001-E L

Insufficient data area in DF/UX server process, user=aa....aa, size=bb....bb

Retrieval results cannot be transferred because the output buffer length for transferring data to the DF/UX server process in remote access is insufficient.
This output buffer length was specified by HiRDB program linking the DF/UX server facility execution file.
aa....aa: User ID specified by the distributed client.
When the distributed client is HiRDB, the user ID matches the authorization identifier specified by the UAP.
bb....bb: Output buffer length (in bytes)
S: Releases association with the distributed client.
O: Contact a customer engineer.