2.16 KFPX messages


KFPX14004-E L

Line aaaa:bb....bb operand value cc....cc invalid

Operand bb....bb is invalid.
aaaa: Line number
bb....bb: Operand name
cc....cc: Invalid operand value
S: Terminates processing after analyzing all the specified control statements.
Action
Correct the operand in the control statement and re-execute.

KFPX14017-E L

No control statements

The specified control statements file contains no control statements.
S: Terminates processing.
Action
Specify control statements in the control statements file and re-execute.

KFPX14018-E L

Specified control statement incomplete

A semicolon (;) was specified before the end of a control statement.
S: Terminates processing after analyzing all the specified control statements.
Action
Correct the control statement and re-execute.

KFPX14019-E L

Unable to omit aa....aa RDAREA

An RDAREA required for the database initialization utility is missing.
aa....aa: Type of RDAREA:
datadictionary: Data dictionary RDAREA
datadictionary(LOB): Data dictionary LOB RDAREA
datadirectory: Data directory RDAREA
masterdirectory: Master directory RDAREA
S: Terminates processing after analyzing all the specified control statements.
Action
Specify the displayed RDAREA (aa....aa) with the create rdarea statement and re-execute. Specify two data dictionary LOB RDAREAs.

KFPX14020-E L

Line aaaa:bb....bb operand value cc....cc duplicate

Value cc....cc specified in operand bb....bb has already been specified.
aaaa: Line number
bb....bb: Operand keyword
cc....cc: Duplicated operand value
S: Terminates processing after analyzing all the specified control statements.
Action
Delete the unnecessary operand value (cc....cc) and re-execute.

KFPX14023-E L

Line aaaa:number of bb....bb rdarea exceeds cccc

The number of bb....bb RDAREAs exceeded the maximum of cccc.
aaaa: Line number
bb....bb: Type of RDAREA:
datadictionary: Data dictionary RDAREA
datadictionary (LOB): Data dictionary LOB RDAREA
datadictionary of routines: Data dictionary RDAREA specifying routines
datadirectory: Data directory RDAREA
masterdirectory: Master directory RDAREA
cccc: Maximum number of RDAREAs
S: Terminates processing after analyzing all the specified control statements.
Action
Correct the number of RDAREAs so that the maximum is not exceeded and re-execute.

KFPX14024-E L

Line aaaa:required bb....bb operand not specified

Required operand bb....bb is missing.
aaaa: Line number
bb....bb: Required operand
S: Terminates processing after analyzing all the specified control statements.
Action
Specify the required operand and re-execute.

KFPX14025-E L

Line aaaa:number of parameters in bb....bb operand exceeds cccc

The number of parameters in operand bb....bb exceeds the maximum value cccc.
aaaa: Line number
bb....bb: Operand name
cccc: Maximum number of parameters
S: Terminates processing after analyzing all the specified control statements.
Action
Correct the number of parameters so that the maximum is not exceeded and re-execute.

KFPX14026-E L

Line aaaa:invalid string "bb....bb" in statement cc....cc

Invalid character string "bb....bb" was found in control statement cc....cc.
aaaa: Line number
bb....bb: Invalid character string
cc....cc: Name of the control statement containing the invalid character string
S: Terminates processing after analyzing all the specified control statements.
Action
Delete the invalid character string ("bb....bb") and re-execute.

KFPX14027-E L

Line aaaa:duplicate bb....bb operand

Operand bb....bb is duplicated.
aaaa: Line number
bb....bb: Operand name
S: Terminates processing after analyzing all the specified control statements.
Action
Delete the duplicated operand and re-execute.

KFPX14029-E L

Line aaaa:number of bb....bb operands exceeds cccc

The number of operands bb....bb exceeded the maximum of cccc.
aaaa: Line number
bb....bb: Operand name
cccc: Maximum number of operands
S: Terminates processing after analyzing all the specified control statements.
Action
Correct the number of operands so that the maximum is not exceeded and re-execute.

KFPX14030-E L

Line aaaa:invalid bb....bb statement

An invalid control statement was detected.
aaaa: Line number
bb....bb: Detected invalid control statement
S: Terminates processing after analyzing all the specified control statements.
Action
Correct the control statement and re-execute.

KFPX14031-E E

Line aaaa:control statements out of sequence

The input sequence of control statements is invalid.
aaaa: Line number
S: Terminates processing after analyzing all the specified control statements.
Action
Rearrange the control statements in the correct sequence and re-execute the statements.
RDAREAs must be specified in the following sequence:
  1. Master directory
  2. Data directory
  3. Data dictionary
  4. Data dictionary (LOB)
  5. User
  6. LOB
  7. LIST
Note
Nos. 5, 6, and 7 may be specified in any order.

KFPX14035-E L

Line aaaa:mismatched double quotations in bb....bb

Quotation marks (") are not correctly paired for operand value bb....bb in a control statement.
aaaa: Line number
bb....bb: Specified operand value
S: Terminates processing after analyzing all the specified control statements.
Action
Correct the quotation marks and re-execute.

KFPX14045-W L

Line aaaa:page size raised to bb....bb

A page length was rounded up to bb....bb, because it was not a multiple of 2048.
aaaa: Line number
bb....bb: Assumed value
S: Resumes processing, assuming the indicated page length.
Action
Specify a multiple of 2048 as the page length in the page bb....bb characters operand of the create rdarea statement.

KFPX14046-W L

Line aaaa: bb pages assumed for segment size

The system constant 50 was assumed for the segment length of the master directory RDAREA or the data directory RDAREA. Or, the system constant 1 was assumed for the segment length of the LOB RDAREA.
aaaa: Line number
bb: Assumed value for segment length { 1|50 }
S:
Master directory RDAREA or data directory RDAREA:
Resumes processing with 50 as the segment length.
LOB RDAREA:
Resumes processing with 1 as the segment length.
Action
Correct to bb the segment length in the storage control segment operand of the create rdarea statement.
Master directory RDAREA or data directory RDAREA:
Set the segment length value to 50.
LOB RDAREA:
Set the segment length value to 1.

KFPX14047-W L

Line aaaa:missing semicolon assumed

A semicolon (;) was assumed, because it was missing at the end of a control statement.
aaaa: Line number
S: Resumes processing.
Action
Specify a semicolon (;).

KFPX14051-E L

Too small RDAREA size, RDAREA name aa....aa, size=bbbb

There are not enough units for the number of segments in RDAREA aa....aa.
aa....aa: RDAREA name
bbbb: Required number of segments
S: Terminates processing.
Action
Specify a value of at least bbbb in the initial operand of the control statement and re-execute.

KFPX14078-W L

Line aaaa: extension nouse assumed

The automatic extension facility can be specified only for the types of RDAREAs listed below. Because another type of RDAREA was specified, nouse was assumed for the extension operand specification value.
  • Data dictionary RDAREA
  • Data dictionary LOB RDAREA
  • User RDAREA
  • User LOB RDAREA
  • Registry RDAREA
  • Registry LOB RDAREA
aaaa: Line number
S: Continues processing.
Action
Correct to nouse the specification value of the extension operand in the create rdarea statement.

KFPX14204-E L

Line aaaa:bb....bb operand value cc....cc invalid

Specified operand bb....bb is invalid.
aaaa: Line number
bb....bb: Operand name
cc....cc: Invalid operand value
S: Terminates processing after analyzing all the specified control statements.
Action
Correct the operand value in the control statement and re-execute.

KFPX14217-E L

No control statements

Specified control statements file contains no control statements.
S: Terminates processing.
Action
Specify control statements in the control statements file and re-execute.

KFPX14218-E L

Specified control statement incomplete

A semicolon (;) was specified before the end of a control statement.
S: Terminates processing after analyzing all the specified control statements.
Action
Correct the control statement and re-execute.

KFPX14220-E L

Line aaaa:bb....bb operand value cc....cc duplicate

Value cc....cc specified in operand bb....bb has already been specified or already exists in the system.
aaaa: Line number
bb....bb: Operand keyword
cc....cc: Duplicate operand value
S: Terminates processing after analyzing all the specified control statements.
Action
Delete the unnecessary operand value (cc....cc) and re-execute.

KFPX14223-E L

Line aaaa:number of bb....bb rdarea exceeds cccc

The number of RDAREAs of type bb....bb exceeded the maximum value of cccc.
aaaa: Line number
bb....bb: Type of RDAREA:
datadictionary (LOB): Data dictionary LOB RDAREAs
datadictionary of routines: Data dictionary RDAREAs specifying routines
registry: Registry RDAREA
registry (LOB): Registry LOB RDAREA
datadictionary of dbmanagement: Data dictionary RDAREA with a dbmanagement specification
cccc: Maximum number of RDAREAs of the indicated type
S: Terminates processing.
Action
Correct the number of RDAREAs so that the maximum is not exceeded and re-execute.

KFPX14224-E L

Line aaaa:required bb....bb operand not specified

Required operand bb....bb is missing.
aaaa: Line number
bb....bb: Required operand
S: Terminates processing after analyzing all the specified control statements.
Action
Specify the required operand and re-execute.

KFPX14225-E L

Line aaaa:number of parameters in bb....bb operand exceeds cccc

The number of parameters in operand bb....bb exceeds the maximum of cccc.
aaaa: Line number
bb....bb: Operand name
cccc: Maximum number of parameters
S: Terminates processing after analyzing all the specified control statements.
Action
Correct the number of parameters so that the maximum is not exceeded and re-execute.

KFPX14226-E L

Line aaaa:invalid string "bb....bb" in statement cc....cc

Control statement cc....cc contains invalid character string "bb....bb".
aaaa: Line number
bb....bb: Invalid character string
cc....cc: Name of the control statement containing the invalid character string
S: Terminates processing after analyzing all the specified control statements.
Action
Delete the invalid character string ("bb....bb") and re-execute.

KFPX14227-E L

Line aaaa:duplicate bb....bb operand

Operand bb....bb is duplicated.
aaaa: Line number
bb....bb: Operand name
S: Terminates processing after analyzing all the specified control statements.
Action
Delete the duplicated operand and re-execute.

KFPX14229-E L

Line aaaa:number of bb....bb operands exceeds cccc

The number of operands bb....bb exceeded the maximum of cccc.
aaaa: Line number
bb....bb: Operand name
cccc: Maximum number of operands
S: Terminates processing after analyzing all the specified control statements.
Action
Correct the number of operands so that the maximum is not exceeded and re-execute.

KFPX14230-E L

Line aaaa:invalid bb....bb statement

An invalid control statement was detected.
aaaa: Line number
bb....bb: Detected invalid control statement
S: Terminates processing after analyzing all the specified control statements.
Action
Correct the control statement and re-execute.

KFPX14235-E L

Line aaaa:mismatched double quotations in bb....bb

Quotation marks (") are not correctly paired for operand value bb....bb in a control statement.
aaaa: Line number
bb....bb: Specified operand value
S: Terminates processing after analyzing all the specified control statements.
Action
Correct the quotation marks and re-execute.

KFPX14236-E L

Unable to aa....aa rdarea due to invalid RDAREA status[, server name= bb....bb]

Structure modification processing aa....aa cannot be executed due to invalid RDAREA status.
aa....aa: Structure modification processing:
alter: Modification
expand: Expansion
initialize: Re-initialization
remove: Deletion
define copy: Copy configuration information
recast: Integrate
replicate: Replica definition
move: Move
bb....bb: Server name (this is output only for a shared RDAREA)
S: Cancels structure modification processing for the corresponding RDAREA and processes the next control statement.
Action
When the RDAREA that is the target of structure modification is in-memory:
Release in-memory allocation of the RDAREA, and then retry the operation.
When the RDAREA that is the target of structure modification is not in-memory:
Place the RDAREA on the following status and re-execute:
alter: Closed status or command shutdown status
expand: Open status or command shutdown status (non-shutdown or hold)
initialize: Closed and command shutdown status or error shutdown status
remove: Closed and command shutdown status or error shutdown status
define copy: Closed and command shutdown status
recast: Closed and command shutdown status
move: Closed and command shutdown status

KFPX14238-E L

Unable to aa....aa "bb....bb" due to invalid RDAREA type

Because the RDAREA type is invalid for RDAREA "bb....bb", structure modification processing aa....aa cannot be executed.
aa....aa: Structure modification processing:
initialize: Reinitialize the RDAREA
remove: Delete the RDAREA
replicate: RDAREA replica definition
define copy: Copy RDAREA configuration information
move: Move the RDAREA
create audit table: Create an audit trail table for the RDAREA
alter: Modify the RDAREA
bb....bb: RDAREA name
S: Cancels structure modification processing for the corresponding RDAREA and resumes processing.
Action
See Functions of the database structure modification utility in the manual HiRDB Version 9 Command Reference, to determine how to specify an RDAREA on which structure modification can be executed, and then retry the operation.

KFPX14245-W L

Line aaaa: page size raised to bb....bb

A page length was rounded up to bb....bb, because it was not a multiple of 2048.
aaaa: Line number
bb....bb: Assumed value
S: Assumes the indicated page length and resumes processing.
Action
Specify a multiple of 2048 as the page length in the page bb....bb characters operand of the create rdarea statement.

KFPX14246-W L

Line aaaa: bb pages assumed for segment size

The system constant 1 was assumed as the segment length of the LOB RDAREA.
aaaa: Line number
bb: Assumed segment length value
S: Resumes processing with 1 as the segment length.
P: Correct to 1 the segment length value in the storage control segment operand of the create rdarea statement.

KFPX14247-W L

Line aaaa:missing semicolon assumed

A semicolon (;) was assumed, because it was missing at the end of a control statement.
aaaa: Line number
S: Resumes processing.
Action
Specify a semicolon (;).

KFPX14250-I L

Processing of [aa....aa] statement ended return code=bb[, RDAREA name ="cc....cc"[to dd....dd]]

Structure modification utility function bb....bb terminated with return code bb.
aa....aa: Database structure modification utility function (this information may not be displayed in the event of a control statement analysis error):
  • alter rdarea: RDAREA modification
  • alter HiRDB mode: Conversion from single to parallel
  • alter system: Modification of system definitions
  • create rdarea: RDAREA addition
  • expand rdarea: RDAREA expansion
  • initialize rdarea: RDAREA re-initialization
  • remove rdarea: RDAREA deletion
  • create generation: HiRDB file system area generation registration
  • remove generation: HiRDB file system area generation removal
  • replicate rdarea: RDAREA replica definition
  • define copy rdarea: RDAREA configuration information copying
  • recast rdarea: RDAREA integration
  • move rdarea: RDAREA moving
  • create auditor: Auditor registration
  • create audit table: Audit trail table creation
bb: Return code:
0: Normal termination
4: Warning error occurred, but processing terminated
8: Terminated abnormally (refer to the output error message to eliminate the cause of the error, and then re-execute)
cc....cc: RDAREA name
In some cases, this message is not output when a control statement analysis error occurs. This message also is not output when using the alter HiRDB mode or create auditor functions.
dd....dd: Server name for the migration destination (is only output during RDAREA migration)
S: Resumes processing.

KFPX14251-E L

Too small RDAREA size, RDAREA name aa....aa, size=bbbb

There are too few segments in RDAREA aa....aa.
aa....aa: RDAREA name
bbbb: Required number of segments
S: Terminates processing.
P: Set the specification of the initial operand in the control statement to bbbb or greater and re-execute.

KFPX14253-E L

aa....aa bb....bb not defined

aa....aa named bb....bb was not found in the system.
aa....aa: Type of name:
RDAREA: RDAREA
File: HiRDB file
Rfile: Replica HiRDB file system area name
bb....bb: Displays one of the following:
  • RDAREA name
  • HiRDB file name
  • Replica HiRDB file system area name (generation number)
S: Cancels structure modification processing for the corresponding RDAREA and processes the next control statement.
Action
Correct the RDAREA name and the HiRDB file name, and then re-execute. For the replica HiRDB file system area name, register the generation of the HiRDB file system area, and then re-execute.

KFPX14255-W L

Unable to initialize index aa....aa.bb....bb due to cc....cc, RDAREA name="dd....dd"

Index aa....aa.bb....bb cannot be initialized because cc....cc.
aa....aa: Authorization identifier
bb....bb: Index identifier
cc....cc: Error cause:
RDAREA status is invalid: Status of RDAREA is invalid.
HiRDB system error occurred: An SQL error occurred.
dd....dd: RDAREA name
S: Interrupts index initialization of the affected RDAREA and executes the next process.
Action
If RDAREA status is invalid:
RELEASE and OPEN the RDAREA status and re-execute initialization. Or, re-create the index when inserting data into the RDAREA index that was initialized with the database reorganization utility.
If SQL error occurred:
Refer to the SQL message, eliminate the cause of the error, and then re-execute initialization. Or, re-create the index when inserting data into the RDAREA index that was initialized with the database reorganization utility.
If this action is not performed and retrieval or insertion is executed on the aa....aa.bb....bb index, the results are not guaranteed because the index data was not deleted.

KFPX14259-E L

Unable to remove due to exist table or index

There is a table, index, LOB column, sequence generator, or replica RDAREA in the RDAREA to be deleted. As a result, the RDAREA cannot be deleted.
S: Terminates processing.
Action
Delete any table, index, LOB column, sequence generator, or replica RDAREA in the RDAREA to be deleted, and then retry the operation.

KFPX14262-E L

Unable to aa....aa due to insufficient master directory rdarea

aa....aa cannot be processed, because a space shortage occurred in the master directory RDAREA.
aa....aa: Processing resulting in the error:
create rdarea: RDAREA addition
replicate rdarea: RDAREA replica definition
S: Terminates processing.
Action
Re-execute after expanding the master directory RDAREA (expand rdarea).

KFPX14268-W L

Too small RDAREA size, RDAREA = aa....aa, area size=bbbb-cccc

Because the RDAREA size (number of segments) is less than the number of table and index definitions in the area, some of the tables and indexes cannot be used.
aa....aa: RDAREA name
bb....bb: Minimum number of segments required to use the tables and indexes in the target RDAREA (total number of tables and indexes stored in the target RDAREA)
cc....cc: Number of allocated RDAREA segments
S: Resumes processing.
Action
Specify a larger number of segments, and then re-execute initialization. Or, delete unneeded table or index definitions.

KFPX14280-E L

Failed to allocate RDAREA "aa....aa" to global buffer bb....bb, return code=cc[, server name= dd....dd]

An error occurred while allocating RDAREA "aa....aa" in global buffer bb....bb.
aa....aa: RDAREA name
bb....bb: Global buffer name
cc: Reason code:
4: Specified buffer length is less than the RDAREA page length.
8: The specified buffer pool was not found (if a global buffer is not allocated to the original RDAREA or replica RDAREA, the item bb....bb may not be displayed).
12: Specified buffer pool is for indexes or LOB.
16: Output to status log file failed.
dd....dd: Server name (this name is output only for a shared RDAREA)
S: Cancels structure modification processing for the corresponding RDAREA and resumes processing.
Action
Eliminate the cause of the error and re-execute.

KFPX14302-W L

Line aaaa: extension nouse assumed

The automatic extension facility can be specified only for the types of RDAREAs listed below. Because another type of RDAREA was specified, nouse was assumed for the extension operand specification value.
  • Data dictionary RDAREA
  • Data dictionary LOB RDAREA
  • User RDAREA
  • User LOB RDAREA
  • Registry RDAREA
  • Registry LOB RDAREA
aaaa: Line number
S: Continues processing.
Action
Correct to nouse the specification value of the extension operand in the create rdarea, expand rdarea, initialize rdarea, or alter rdarea statement.

KFPX18400-I S

Pdexp terminated, return code=aa....aa

Processing of the dictionary export/import utility (pdexp) terminated with the indicated return code.
aa....aa: Return code:
0: Normal termination
4: Warning error occurred, but processing terminated
8: Normal termination for some items but abnormal termination for others
12: Processing terminated without normal completion of any item, or the utility server process was cancelled or terminated abnormally
S: Terminates processing.
O:
If the return code is other than 0, check the message output by the utility and take action appropriate to that message.
In the following cases, the return code is 12 even if some processing was completed normally:
  • Processing was cancelled with the pdcancel command.
  • An error occurred in the utility server process.
If exit processing terminates with return code 12, retrieve the TABLE_SCHEMA and TABLE_NAME columns of the SQL_TABLES dictionary table to determine which processes terminated normally.

KFPX18410-E L+S

Insufficient memory on aa....aa, size=bb....bb

Work area could not be allocated because a memory shortage occurred.
aa....aa: Area type:
DYNAMIC_SHMPOOL: Dynamic shared memory
PROCESS: Process private area
STATIC_SHMPOOL: Static shared memory
bb....bb: Size of area to be allocated (in bytes)
S: Terminates processing.
O: Increase the amount of memory that can be used and re-execute.

KFPX18430-E E+L+S

Error occurred:aa....aa

An error was detected in export/import processing or in HiRDB.
aa....aa: Error detected by the utility or error message detected by HiRDB
S: Terminates processing.
O: Take one the following actions:
  • Take action appropriate to the message output before this message.
  • Take action appropriate to the message output by HiRDB.

KFPX18431-E E+L+S

cc....cc import error occurred, error_sql_no=aa....aa,error_sql=bb....bb

An error was detected in the create cc....cc issued during import.
aa....aa: Number of procedure statement in the create cc....cc statement
bb....bb: SQL statement or SQL procedure statement causing the error in the procedure of the create cc....cc statement
cc....cc: {Procedure|Trigger}
S: Terminates processing.
O: Eliminate the cause of the error on the basis of the displayed error_sql_no, error_sql, and the SQL error message output after this message, and then re-execute.

KFPX18467-E E

Line aa....aa:incorrect control statement

One of the following errors was found in the -t, -p, or -g specification:
  • Quotation marks (") are not specified correctly.
  • Length of specification value is incorrect.
  • Line is not in the schema-name.identifier format.
  • No value is specified for -t, -p, or -g.
aa....aa: Line number
S: Analyzes the control statements and terminates processing.
O: Correct the control statement.

KFPX18468-E E

Line aa....aa:invalid operation

An error was found in the specification of the control statement. Or, an option other than -t, -p or -g was specified.
aa....aa: Line number
S: Analyzes the control statements and terminates processing.
O: Correct the control statement.

KFPX18476-E E

Line aa....aa:invalid value in bb....bb name

The bb....bb specification is incorrect.
aa....aa: Line number
bb....bb: Specification containing the error
{ procedure | schema | table | trigger }
S: Analyzes the control statements and terminates processing.
O: Correct the control statement.

KFPX18477-E E

Line aa....aa:unable to specify -t and -p and -g at the same time

A table import/export (-t option), stored procedure import/export (-p option), and trigger import/export (-g option) cannot be specified concurrently.
aa....aa: Line number
S: Terminates processing at the point where the error is detected.
O: Import/export tables, stored procedures, or triggers separately.

KFPX18480-E E

Number of -t/-p/-g statement exceeds 64

The number of tables (-t option), stored procedures (-p option), or triggers (-g option) to be imported/exported with the dictionary import/export utility exceeded the maximum (10,000).
S: Terminates processing.
O: Modify the specification of the -t, -p, or -g option so that it does not exceed 10,000.
To process 10,001 or more tables, stored procedures, or triggers, start by splitting the number to be processed at one time into groups of 10,000 or fewer.

KFPX18481-E E

No -t/-p statement

There are no table (-t option), stored procedure (-p option), or trigger (-g option) specifications for import/export processing.
S: Analyzes the control statements and terminates processing.
O: Specify at least one -t, -p, or -g option.

KFPX18490-E E

Line aa....aa:duplicate name

The same table (-t option), stored procedure (-p option), or trigger (-g option) is specified more than once for import or export.
aa....aa: Line number
S: Analyzes the control statements and terminates processing.
O: Correct the control statements.

KFPX18502-E L+S

No privileges to export/import

The user does not have the necessary privilege for exporting or importing objects; the DBA privilege is required.
S: Terminates processing.
O: Have the administrator grant the DBA privilege, and then re-execute.

KFPX18504-E L+S

Unable to export aa....aa, name="bb....bb"."cc....cc"

aa....aa cannot be exported for the reason indicated in the message output before this message.
aa....aa: Item to be exported { procedure|table|trigger }
bb....bb: Schema name (PUBLIC for a public view or public procedure)
cc....cc: Table identifier, routine identifier, or trigger identifier
S: Terminates processing.
O: Take action appropriate to the message output before this message.

KFPX18506-E L+S

Specified aa....aa not found in dictionary, name="bb....bb"."cc....cc"

aa....aa, which was specified for export, was not found in the dictionary.
aa....aa: Item to be exported { procedure|table|trigger }
bb....bb: Schema name (PUBLIC for a public view or public procedure)
cc....cc: Table identifier, routine identifier, or trigger identifier
S: Aborts the process for this table and executes the next process.
O: Specify the correct table name, procedure name, or trigger name.

KFPX18507-W L+S

cc....cc invalid, name="aa....aa."bb....bb"

cc....cc is invalid.
Export processing was performed normally, but the invalid cc....cc and whether or not all the specified tables were processed were not checked during import processing. If any of the specified tables is not found at the import destination, import processing will be cancelled at that point. cc....cc can be imported successfully if all the specified tables are found at the import destination.
aa....aa: Schema name (PUBLIC for a public procedure)
bb....bb: Procedure identifier or trigger identifier
cc....cc: {Procedure|Trigger}
S: Processing of cc....cc terminated normally. However, the return code of the utility is 4.
O: When this cc....cc is imported, check that all the specified tables are at the import destination.

KFPX18508-E L+S

Not support facility in definition of aa....aa"bb....bb"."cc....cc"

The definition specified as object aa....aa for export contains a function that is not supported by the Dictionary Import/Export Utility (pdexp); the object cannot be exported.
The following functions are not supported by the Dictionary Import/Export Utility:
If aa....aa is a table:
  • Tables and viewed tables containing an abstract data type
If aa....aa is a procedure:
  • Procedures using an abstract data type
  • Procedures that are declared within an abstract data type
  • Procedures using a procedure
  • Procedures using a function definition (CREATE FUNCTION and system definition scalar functions)
aa....aa: {table|procedure}
bb....bb: Schema name (PUBLIC for a public view or public procedure)
cc....cc: Table identifier or routine identifier
S: Resumes processing by skipping the export processing of the table, viewed table, or procedure. However, if an attempt was made to export a procedure that uses abstract data types, procedures, or function definitions, the system terminates processing.
O: If an error occurred in a procedure that uses abstract data types, procedures, or function definitions, remove the procedure specification from the control statement file, and then re-execute the utility.
If an error occurred in other unsupported tables, viewed tables, or procedures, use the pddef command, or related commands, to execute the indicated definition SQL statement for the system to which items were to be exported.

KFPX18550-E L+S

Unable to import aa....aa, name="bb....bb"."cc....cc"

aa....aa cannot be imported for the reason indicated in the message that was output before this message.
aa....aa: Item to be exported { index|procedure|table|trigger }
bb....bb: Schema name (PUBLIC for a public view or public procedure)
cc....cc: Index identifier, routine identifier, table identifier, or trigger identifier
S: Terminates processing.
O: Take action appropriate to the message that was output before this message.

KFPX18551-E L+S

Table not defined, name="aa....aa"."bb....bb"

Table "aa....aa"."bb....bb" is not defined in the import destination system. Therefore, importing of the stored procedure or trigger indicated in message KFPX18550-E cannot be performed.
aa....aa: Schema name (PUBLIC for a public view or public procedure)
bb....bb: Table identifier
S: Aborts import processing of the stored procedure or trigger indicated in the KFPX18550-E message, which is output after this message, and then executes the next import process.
O: Define table "aa....aa"."bb....bb" and import the table again.

KFPX18555-E L+S

Same cc....cc already exist, name="aa....aa"."bb....bb"

A cc....cc to be imported already exists at the import destination system.
aa....aa: Schema name (PUBLIC for a public procedure)
bb....bb: Routine identifier or trigger identifier
cc....cc: {procedure|trigger}
S: Aborts import processing of this cc....cc, and then executes the next import processing.
O: To reimport, delete cc....cc using the DROP cc....cc statement, and then execute.

KFPX18560-E L+S

Invalid export file

The specified file is not an export file, or the specification of the table, stored procedure, or trigger did not match the content of the export file for the following reasons:
  • An option other than table importing (option -t) was specified for the table export file.
  • An option other than stored procedure importing (option -p) was specified for the stored procedure export file.
  • An option other than trigger importing (option -g) was specified for the trigger export file.
S: Terminates processing.
O: Specify the correct export file in the-i option.

KFPX18562-E L+S

Export file incompleted

An export file error or an inappropriate EOF was detected.
S: Terminates processing.
O: Check that the export file was exported normally. If it was not, import an export file that was exported normally.

KFPX18563-E L+S

Same table already exist, name="aa....aa"."bb....bb"

A table to be imported already exists at the import destination system.
aa....aa: Schema name (PUBLIC for a public view)
bb....bb: Table identifier
S: Aborts processing for the table and resumes processing.
O: To reimport the table, delete the table with the DROP TABLE statement and re-execute.

KFPX18566-E L+S

Specified aa....aa not found in export file, name="bb....bb"."cc....cc"

Import item aa....aa was not found in the export file.
aa....aa: Item to be imported { procedure|table|trigger }
bb....bb: Schema name (PUBLIC for a public view or public procedure)
cc....cc: Table identifier, routine identifier, or trigger identifier
S: Aborts processing of the applicable table and resumes processing.
O: Specify the correct table name, stored procedure name, or trigger name.

KFPX18579-E L+S

aaaaa error occurred on bb....bb

An error occurred when the dictionary table indicated by bb....bb was accessed.
aaaaa: Processing {Input}
bb....bb: Dictionary table identifier
S: Terminates processing.
O: Take action appropriate to the message that was output before this message.

KFPX21000-I S

Usage: pdobjconv

The option format of the pdobjconv command is invalid.
S: Terminates processing.
O: Check the command format of the pdobjconv command, and then re-execute.

KFPX21001-I E+L

SQL OBJECT converter start at aa....aa on bb....bb

The pdobjconv command was started.
aa....aa: Start time (in the format hh:mm:ss)
bb....bb: Start date (in the format yyyy:mm:dd)
S: Continues processing.

KFPX21002-I E+L

SQL OBJECT converter ended, return code= aa

The pdobjconv command terminated with return code aa.
aa: Return code:
0: Normal termination
4: Although a warning error occurred, processing terminated normally.
8: Although processing terminated, conversion of some SQL objects failed.
12: Abnormal termination
S: Terminates processing.
Action
Take appropriate action based on the return code:
0 or 4:
No action is needed.
8:
SQL object conversion failed for some viewed tables, procedures, or functions.
If HiRDB automatically activated the pdobjconv command, refer to the $PDDIR/spool/pdobjconv.log file, eliminate the cause of the error, and then re-execute the pdobjconv command. If the operator executed the pdobjconv command, refer to the pdobjcon.log file in the current directory, eliminate the cause of the error, and then re-execute the pdobjconv command.
12:
Processing was cancelled in midstream. Refer to the message, eliminate the error, and then re-execute the pdobjconv command.

KFPX21003-E S

Invalid option for pdobjconv

The specification of the pdobjconv command is invalid.
S: Terminates processing.
O: Correct the specification of the pdobjconv command and re-execute.

KFPX21004-E E

Insufficient memory on PROCESS for SQL OBJECT conversion, size=aa....aa

During execution of the pdobjconv command, there was an attempt to allocate the process native memory area, but the allocation failed due to insufficient memory.
aa....aa: Area size that was to be allocated (in bytes)
S: Terminates processing.
Action
Increase the size of the available memory using one of the following methods:
  • Reduce the number of concurrently executing processes.
  • Increase the swap area size.
  • Add real memory.

KFPX21005-E E+L

System call error in SQL OBJECT conversion, func=aa....aa, errno=bb....bb

During execution of the pdobjconv command, an error occurred in a system function.
aa....aa: System function name
bb....bb: Error code
S: Terminates processing.
Action
Check the errno of the system function, eliminate the cause, and then re-execute.

KFPX21006-E E+L

Open error in report file "aa....aa" for SQL OBJECT conversion, errno=bb....bb

An error occurred during opening of the pdobjconv command's execution report file, due to reason bb....bb.
aa....aa: File name
bb....bb: Error code
S: Terminates processing.
Action
Check the errno of the system function, eliminate the cause, and then re-execute.

KFPX21007-E E+L

RPC(aa....aa) error occurred in SQL OBJECT conversion, code=bb....bb

An RPC error occurred during execution of the pdobjconv command.
aa....aa: RPC processing type
bb....bb: Error detail code
S: Terminates processing.
Action
Eliminate the cause of the error by referring to 4.2 Detail codes for system-related errors and the preceding KFPS05032-E message, and then re-execute the command. If the error code is -999, error information indicating the error cause is output before this message (KFPX21007-E). If the error code is 310, the communication destination server may not be active.

KFPX21008-E E

Pdobjconv must be executed at HiRDB unit including system manager

Execute the pdobjconv command on the unit where the system manager is defined.
S: Terminates processing.
Action
Re-execute the command at the unit in which the system manager is defined.

KFPX21100-E E+L

aa....aa "bb....bb"."cc....cc" not found in system

Specified viewed table, procedure, or function "bb....bb"."cc....cc" was not found in the HiRDB system.
aa....aa: One of the following:
View: Viewed table
Procedure: Procedure
Function: Function
bb....bb: Authorization identifier
cc....cc: Table name, procedure name, or function name
S: Terminates processing.
Action
Specify the correct viewed table, procedure, or function, and then re-execute.

KFPX21101-W E+L

aa....aa "bb....bb"."cc....cc" dropped from system during SQL OBJECT conversion

During execution of the pdobjconv command, a viewed table, procedure, or function "bb....bb"."cc....cc" was dropped from the HiRDB system.
aa....aa: One of the following:
View: Viewed table
Procedure: Procedure
Function: Function
bb....bb: Authorization identifier
cc....cc: Table name, procedure name, or function name
S: Continues processing.

KFPX21102-I E+L

SQL OBJECT of aa....aa "bb....bb"."cc....cc" already converted

Because the SQL object (viewed table, procedure, or function "bb....bb"."cc....cc") had already been converted, conversion processing was not performed.
aa....aa: One of the following:
View: Viewed table
Procedure: Procedure
Function: Function
bb....bb: Authorization identifier
cc....cc: Table name, procedure name, or function name
S: Continues processing.

KFPX21103-I E+L

SQL OBJECT of aa....aa "bb....bb"."cc....cc" converted successfully

Conversion of the SQL object (viewed table, procedure, or function "bb....bb"."cc....cc") was successful.
aa....aa: One of the following:
View: Viewed table
Procedure: Procedure
Function: Function
bb....bb: Authorization identifier
cc....cc: Table name, procedure name, or function name
S: Continues processing.

KFPX21104-E E+L

SQL OBJECT conversion for aa....aa "bb....bb"."cc....cc" failed

Conversion of the SQL object (viewed table, procedure, or function "bb....bb"."cc....cc") failed.
aa....aa: One of the following:
View: Viewed table
Procedure: Procedure
Function: Function
bb....bb: Authorization identifier
cc....cc: Table name, procedure name, or function name
S: Continues processing.
Action
Determine the cause of the error from the message that follows this message, correct the error, and then re-execute.

KFPX21105-W S+E+L

Register again REGISTRY MANIPULATION PROCEDURE; enter pdreginit command

The registry manipulation procedure must be re-registered.
S: Continues processing.
Action
Use the pdreginit command to re-register the registry manipulation procedure.

KFPX21200-I S

Usage: pdjarsync [-S |-l |-R |-D |-L][-x host_name [,host_name]][-u owner_name [,owner_name]][-f jar_file_name]

The specification of the pdjarsync command was invalid.
S: Terminates processing.
O: Enter the command correctly and re-execute.

KFPX21201-E S

Specification host aa....aa not found in system definition file

Specified host aa....aa was not found in the system common definition.
aa....aa: Host name
S: Terminates processing.
O: Specify the correct host name and re-execute.

KFPX21202-E E

aa....aa file "bb....bb" already exist

Specified JAR file "aa....aa" is already registered.
aa....aa: File type
JAR: JAR file
CLIB: C library file
bb....bb:file name
S: Terminates processing.
O: Re-register the JAR file or C library file as required (re-execute the command with the -R option specified).

KFPX21203-E S

Internal function error, func=aa....aa, return code=bb....bb

An error occurred in the internal processing of the command.
aa....aa: Name of the function in which the error occurred
bb....bb: System-related error detail code
See 4.2 Detail codes for system-related errors.
S: Terminates processing.
O: Correct the error and re-execute.

KFPX21204-E S

Insufficient memory on PROCESS for aa....aa file synchronizer, size=bb....bb

Because of a memory shortage, a process private area could not be allocated during execution of the pdjarsync or pdclibsync command.
aa....aa: Type of file to be synchronized
JAR: JAR file
CLIB: C library file
bb....bb: Size of the process private area that was to be allocated (bytes)
S: Terminates processing.
O: Take one of the following actions:
  • Reduce the number of concurrently executing processes.
  • Increase the swap area size.
  • Add real memory.

KFPX21205-E S

Pdstart command parameter missing in system common definition

An error was detected in the pdstart command in the system common definition.
S: Terminates processing.
O: Correct the pdstart command in the system common definition and re-execute.

KFPX21206-E S

Incorrect hostname or unitid specified in system definition

The specified host name or unit identifier is not defined in the system definition as a HiRDB host or unit.
S: Terminates processing.
O: Correct the host name or unit identifier specified in pdunit or pdstart in the system common definition or the unit identifier specified in the pd_unit_id operand in the unit control information definition, and then re-execute.

KFPX21207-E S

System call error in aa....aa file synchronizer, func=bb....bb, errno=cc....cc

An error occurred in system function bb....bb.
aa....aa: File type
JAR: JAR file
CLIB: C library file
bb....bb: Function that was executed
cc....cc: Error code (errno)
S: Terminates processing.
O: Determine the cause of the error from the error code (errno), correct the error, and then re-execute. For the error codes, see the applicable OS manual.

KFPX21208-E S

Invalid option

Command line specification is invalid.
S: Terminates processing.
O: Specify the command correctly and re-execute.

KFPX21209-E E

"aa....aa" file "bb....bb" not found in system

File bb....bb was not found.
aa....aa: File type
JAR: JAR file
CLIB: C library file
bb....bb:File name
S: Terminates processing.
O: Check that the specified file name and authorization identifier are correct. If there is an error, correct the file name or authorization identifier and re-execute the command.

KFPX21210-I S

Usage: pdclibsync [-S|-I|-R|-D|-L] [-x host_name[,host_name]] [-u auth_id[,auth_id]] [-f c_library_file_name]

An error was found in the specification format of the pdclibsync command option.
S: Terminates processing.
O: Check the specification format of the option, and re-execute the pdclibsync command.

KFPX21300-I E

Usage: pdextfunc {-c|-e[ force]}

There is an error in the specification format of an option of the pdextfunc command.
S: Terminates processing.
O: Check the specification format of the option, and then re-execute the pdextfunc command.

KFPX21301-W E

Function "aa....aa(bb....bb)" already defined

The function that was to be defined, aa....aa(bb....bb), is already defined.
aa....aa: Name of the function that was to be defined
bb....bb: List of data types of parameters of the function that was to be defined
S: Continues processing.
O: If an extended system-defined scalar function was previously defined with the pdextfunc command, ignore this message. If this message is output in other circumstances, contact the customer support center.

KFPX21302-W E

Function"aa....aa(bb....bb)" not found

The function that was to be deleted aa....aa(bb....bb) was not found.
aa....aa: Name of the function that was to be deleted
bb....bb: List of data types of the arguments of the function that was to be deleted
S: Continues processing.
O: If the extended system-defined scalar function was previously deleted with the pdextfunc command, or has not been defined, ignore this message. If this message is output in other circumstances, contact the customer support center.

KFPX21303-E E

Error occurred during execution of pdextfunc, aa....aa

An error occurred during execution of the pdextfunc command.
aa....aa: Error detail message
S: Terminates processing.
O: Take appropriate action as indicated in the error detail message, and then re-execute the pdextfunc command.

KFPX21304-I E

Process completed

The definition or deletion of the extended system-defined scalar function has completed.
S: Terminates processing.

KFPX21305-E E

Timeout occurred during execution of pdextfunc

A timeout occurred during execution of the pdextfunc command. A timeout occurs when a request from the command to the server does not yield a response from the server within 1 minute.
S: Terminates processing.
O: Server-side processing might have been delayed due to an increase in the load on the machine (CPU or file I/O, for example). If there is a high load on the machine, remove the high load, and then re-execute the command. If the error still cannot be resolved, contact the customer support center.

KFPX21306-E E

PDUSER has no DBA privilege

The user specified as PDUSER does not have DBA privileges.
S: Terminates processing.
O: Specify a user with DBA privileges as PDUSER, and then re-execute the command.

KFPX24000-I S

DB initialize ended, return code=aa

The database initialization utility terminated with the indicated return code.
aa: Return code:
0: Normal termination.
4: Warning error occurred, but processing terminated.
8: An error occurred during the execution of the database initialization utility. The initialization terminated. Terminate HiRDB, and then restart it.
12: Error occurred while executing the database initialization utility (refer to the output message to eliminate the cause of the error, and then re-execute).
S: Terminates processing.

KFPX24001-E L

Insufficient memory on PROCESS, size=aa....aa

Attempt to allocate the process private area during execution of the database initialization utility failed due to a memory shortage.
aa....aa: Size (in bytes) of the area that was to be allocated
S: Terminates processing.
Action
Check the number of processes and re-execute. If the same error recurs, contact the customer support center.

KFPX24002-E L

System call error, func=aa....aa, errno=bbbb

System function aa....aa was executed, but an error occurred.
aa....aa: Executed function
bbbb: Error code (errno)
S: Terminates processing.
Action
Eliminate the cause of the error according to the error code and re-execute.

KFPX24003-E S

Message output failed, return code=aa, msgno=bbbb

Attempt to output messages to a log file resulted in return code aa....aa.
aa....aa: Detail code for system-related error
bbbbb: Message number that was subject to output
S: Terminates processing.
Action
See 4.2 Detail codes for system-related errors to eliminate the cause of the error, and then re-execute.

KFPX24004-E L

Control statement file open failed : aa....aa

Control information file open processing failed for reason aa....aa.
aa....aa: Reason for open failure:
errno=bbbb: Processing terminated with error code bbbb.
no such file: Specified file was not found.
permission denied: Specified file was found, but the required privilege is not defined.
S: Terminates processing.
Action
Eliminate the cause of the error and re-execute. For the control information file, specify the absolute pathname of the file in the dictionary server (DS).

KFPX24005-E L

Line aaaa:HiRDB file name unable to start with "pl"

A name beginning with pl cannot be specified as a HiRDB file name
aaaa: Line number
S: Terminates processing.
Action
Change the HiRDB file name to a name that does not begin with the string pl, and then re-execute the command.

KFPX24006-E L

Line aaaa:double quotations missing

Quotation marks (") are missing from a file name.
aaaa: Line number
S: Terminates processing after analyzing all the specified control statements.
Action
Specify quotation marks (") around the file name and re-execute.

KFPX24007-E L

Line aaaa:number of bb....bb operands exceed the server limit cccc

The number of bb....bb operands exceeded the maximum of cccc permitted per server.
aaaa: Line number
bb....bb: Operand name
cccc: Maximum number of operands
S: Terminates processing after analyzing all the specified control statements.
O: Correct the number of bb....bb operands so that the maximum is not exceeded and re-execute.

KFPX24008-E L

Interprocess communication failed, return code=aaaa

A communication error occurred while reporting termination of the database initialization utility.
aaaa: Detail code for system-related error
S: Terminates processing.
Action
See 4.2 Detail codes for system-related errors to eliminate the cause of the error, and then re-execute. Or, because the initialization has terminated, terminate HiRDB, and then restart it.

KFPX24009-W L

Line aaaa:bb....bb assumed for page size

Only page length bb....bb can be specified for the RDAREA, but a different value was specified; the system assumed bb....bb.
aaaa: Line number
bb....bb: Assumed page length
S: Resumes processing.
Action
Correct the page length to bb....bb in the page operand of the create rdarea statement.
Master directory RDAREA or data directory RDAREA:
Set the page length to 4096.
LOB RDAREA:
Set the page length to 8192.

KFPX24010-E L

RPC "aa....aa" failed, return code=bb....bb, svname=cc....cc

RPC function "aa....aa" terminated with error code bb....bb.
aa....aa: RPC function:
callv: Send
reply: Receive
bb....bb: Error code
cc....cc: Server identifier
S: Terminates processing.
Action
When expansion units are in use (the pd_system_expand_unit operand is specified):
If the server indicated in cc....cc is on an expansion unit, delete the create rdarea statement that specifies the server identifier from the control statement file, and then re-execute the database initialization utility (pdinit). If you want to create an RDAREA on the expansion unit, create the RDAREA using the database structure modification utility (pdmod). For details about expansion units, see the HiRDB Version 9 System Operation Guide.
Other than above:
See 4.1 Detail codes for RPC-related errors to resolve the cause of the error, and then re-execute the command.

KFPX24011-W L

Line aaaa:dictionary server name assumed

The specified dictionary server was not found; the system assumed the defined dictionary server name.
aaaa: Line number
S: Resumes processing.

KFPX24012-I L

DB initialize start at aa....aa on bb....bb

Execution of the database initialization utility has started.
aa....aa: Start time hh:mm:ss (hour:minute:second)
bb....bb: Start date yyyy/mm/dd (year/month/date)
S: Resumes processing.

KFPX24013-I L

DB initialize ended return code=aa at bb....bb on cc....cc

The database initialization utility terminated with return code aa.
aa: Return code:
0: Normal termination
4: Warning error occurred, but processing terminated.
8: Initialization terminated normally, but a communication error occurred during termination of initialization. Terminate HiRDB, and then restart it.
12: Terminated abnormally (refer to the output message to eliminate the cause of the error, and then re-execute).
bb....bb: Start time hh:mm:ss (hour:minute:second)
cc....cc: Start date yyyy/mm/dd (year/month/date)
S: Terminates processing.

KFPX24014-E L

HiRDB system "aa....aa" failed, return code=bb....bb

Function "aa....aa" terminated with return code bb....bb.
aa....aa: Function name:
besinf: Collection of back-end server information
branchdel: Deletion of registered transaction branch
branchreg: Registration of transaction branch
dicinf: Collection of dictionary server information
getpath: Collection of DBPATH
mainloop: Execution of RPC service
open: Initialization of RPC server
bb....bb: Detail code for system-related error
S: Terminates processing.
Action
See 4.2 Detail codes for system-related errors to eliminate the cause of the error, and then re-execute.

KFPX24015-E L

Putenv failed, due to insufficient memory on PROCESS

Attempt to set an environment variable resulted in an error due to a space shortage.
S: Terminates processing.
P: Check the number of processes and re-execute. If the same error recurs, contact the customer support center.

KFPX24016-E L

RPC service failed, no such communication id, return code=aa....aa

RPC communication terminated with error code aa....aa, but the server resulting in the communication error cannot be identified.
aa....aa: Error code
S: Terminates processing.
Action
See 4.1 Detail codes for RPC-related errors to eliminate the cause of the error, and then re-execute. If a message has been output before this message, eliminate the cause of the error according to that message and re-execute.

KFPX24017-E L

HiRDB file "aa....aa" failed, return code=bb....bb, HiRDB file name=cc....cc

Function "aa....aa" for HiRDB file cc....cc terminated with return code bb....bb.
aa....aa: HiRDB file system function:
close: Close HiRDB file
create: Create HiRDB file
write: Write data to HiRDB file
statfs: Acquire HiRDB file system area information
bb....bb: Error code
cc....cc: HiRDB file name
S: Terminates processing.
Action
See 5.1 Error codes returned from HiRDB file system access requests to eliminate the cause of the error, and then re-execute.

KFPX24018-E L

Masterdirectory 1st file name invalid, name = "aa....aa"

The first file name "aa....aa" in the master directory RDAREA does not match the file name specified in the system common definition.
aa....aa: Name of the first file specified in the master directory RDAREA
S: Terminates processing.
Action
Specify in the control statement and in pd_master_file_name of the system common definition the same name for the first file in the master directory RDAREA, and then re-execute.

KFPX24019-E L

View definition file open failed : aa....aa

pdview.pddef open processing failed for reason aa....aa.
aa....aa: Reason for open failure:
errno=bbbb: Processing terminated with error code bbbb.
no such file: Specified file was not found in %PDDIR%\lib\sysdef.
permission denied: Specified file was found, but the required privilege is not defined.
S: Terminates processing.
Action
Contact the customer support center.

KFPX24020-E L

Number of aa....aa exceeds bb....bb

The number of RDAREAs or HiRDB files exceeded value bb....bb specified in system common definition aa....aa.
aa....aa: System common definition:
pd_max_rdarea_no: Maximum number of RDAREAs
pd_max_file_no: Maximum number of HiRDB files comprising an RDAREA
pd_max_tmp_table_rdarea_no: Maximum number of RDAREAs for temporary tables
bb....bb: Defined value
S: Terminates processing.
Action
Reduce to no more than aa....aa the number of RDAREAs or HiRDB files specified in the control statements and re-execute. Or, terminate HiRDB, correct the value of aa....aa, and then re-execute.

KFPX24021-E L

Control statement file invalid device(a)

The specified control statements file is invalid.
a: File entry type
Same as mode entry that was output by the OS's ls -l command
S: Terminates processing.
Action
Specify a regular file and re-execute.

KFPX24022-E L

Line aaaa:unable to specify "bb....bb" and "cc....cc" statement at the same time in "define system" statement

"bb....bb" and "cc....cc"cannot be specified together in the define system statement.
aaaa: Line number
bb....bb: Operand specification value
cc....cc: Operand specification value
S: Terminates processing.
Action
Correct the values specified in the define system statement and re-execute the statement.

KFPX24024-E L

Unable to send message from aa....aa to bb....bb

A communication error occurred between host aa....aa and host bb....bb.
aa....aa: Send source host name#
bb....bb: Send destination host name#
#: If the system switchover facility is being used, the host name of the primary system is indicated.
S: Terminates processing.
Action
Take action appropriate to the KFPX24010-E message, which was output before this message. If the error is not a physical communication error, 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.

KFPX24025-W L

Line aaaa:"bb....bb" operand ignored because cannot be specified

Operand "bb....bb" was ignored because it cannot be specified.
aaaa: Line number
bb....bb: Operand name
open attribute:
This operand cannot be specified for a master directory, data directory, data dictionary, or data dictionary LOB RDAREA
S: Resumes processing.
Action
Delete operand "bb....bb".

KFPX24026-E L

Line aaaa:dd....dd operand value bb....bb invalid, because HiRDB file size exceeds ccc byte

The specified value bb....bb is invalid for the initial operand, because the HiRDB file in the database will exceed maximum value ccc (bytes) if created based on the specified value.
The specified value bb....bb is invalid for the extension operand, because the HiRDB file in the database will exceed maximum value ccc (bytes) after automatic extension if created based on the specified value.
aaaa: Line number
bb....bb: Specified value
ccc: Maximum permissible value:
In UNIX:
64G: 64 gigabytes
In Windows:
2G: 2 gigabytes
dd....dd: Specified operand:
initial: initial operand
extension: extension operand
S: Terminates processing after analyzing all control statements.
Action
Specify a smaller value in this control statement operand and re-execute.

KFPX24028-W L

Line aaaa:max entries raised to bb....bb

Because the value specified for the max entries operand in the create rdarea statement was not a multiple of 500, it was rounded up to bb....bb. This operand specifies the maximum number of lists that can be created in a list RDAREA.
aaaa: Line number
bb....bb: Rounded-up number
S: Continues processing.

KFPX24029-W L

Extension use specification for RDAREA aa....aa ignored, due to no expand option for HiRDB file system area of last HiRDB file

Specification of extension use is invalid because extension (-e option of the pdfmkfs command) is not specified for the HiRDB file system area in which the last HiRDB file comprising RDAREA aa....aa was created.
aa....aa: RDAREA name
S: Continues processing.
Action
To use the automatic extension facility, extension must be specified for the applicable HiRDB file system area. Use the -e option of the pdfmkfs command to specify a maximum number of extensions.

KFPX24030-E L

Unable to create shared RDARED aa....aa due to not specified pd_shared_rdarea_use=Y

Unable to create the shared RDAREA aa....aa because Y is not specified in the pd_shared_rdarea_use operand.
aa....aa: RDAREA name
S: Terminates processing.
Action
Terminate HiRDB, specify Y in the pd_shared_rdarea_use operand, and then re-execute the command.

KFPX24031-E L

Unable to aa....aa "bb....bb" due to invalid operand combination

Initialization aa....aa of RDAREA bb....bb cannot be performed due to an error in the specified combination of operands.
This message is output only if there is an error in the check for the prerequisite conditions when temporary table use is specified. This message is not output if nouse is specified.
When the shared operand (shared RDAREA) is also specified, an error results due to the combination of operands, and this message is output.
aa....aa: Initialization processing
create rdarea: Creation of RDAREA
bb....bb: Name of RDAREA
S: Terminates processing.
Action
A user RDAREA that is to be used as a temporary table RDAREA must be a public RDAREA. To specify a temporary table operand, specify user used by PUBLIC. Do not specify the shared operand (shared RDAREA) for a temporary table RDAREA.

KFPX24200-I S

DB modification ended, return code=aa

The database structure modification utility terminated with return code aa.
aa: Return code:
0: Normal termination
4: Warning error occurred, but processing terminated.
8: Part of the processing terminated (eliminate the cause of the error and execute the part that resulted in the error).
12: Terminated abnormally (refer to the output message to eliminate the cause of the error, and then re-execute).
16: Database has been damaged (it must be recovered).
S: Terminates processing.

KFPX24201-E L

Insufficient memory on PROCESS, size=aa....aa

Attempt to allocate the process private area during execution of the database structure modification utility failed due to a memory shortage.
aa....aa: Size (in bytes) of the area that was to be allocated
S: Terminates processing.
Action
Check the number of processes and re-execute. If the same error recurs, contact the customer support center.

KFPX24202-E L

System call error, func=aa....aa, errno=bbbb

System function aa....aa executed, but an error occurred.
aa....aa: Executed function
bbbb: Error code (errno)
S: Terminates processing.
Action
Eliminate the cause of the error according to the error code and re-execute.

KFPX24203-E S

Message output failed, return code=aa....aa, msgno=bbbbb

Attempt to output messages to a log file resulted in return code aa....aa.
aa....aa: Detail code for system-related error
bbbbb: Message number that was subject to output
S: Terminates processing.
Action
See 4.2 Detail codes for system-related errors to eliminate the cause of the error, and then re-execute.

KFPX24204-E L

Control statement file open failed : aa....aa

Control information file open processing failed for reason aa....aa.
aa....aa: Reason for open failure:
errno=bbbb: Processing terminated with error code bbbb.
no such file: Specified file was not found.
permission denied: Specified file was found, but the required privilege is not defined.
S: Terminates processing.
Action
Eliminate the cause of the error and re-execute.

KFPX24205-E L

Line aaaa:HiRDB file name unable to start with "pl"

A name beginning with pl cannot be specified as a HiRDB file name.
aaaa: Line number
S: Cancels structure modification for the corresponding RDAREA and processes the next control statement.
Action
Specify a HiRDB file name beginning with any character string other than pl, and then re-execute.

KFPX24206-E L

Line aaaa:double quotations missing

Quotation marks (") are missing from a file name.
aaaa: Line number
S: Terminates processing after analyzing all the specified control statements.
Action
Specify quotation marks (") around the file name and re-execute.

KFPX24207-E L

Line aaaa:number of bb....bb operands exceed the server limit cccc

The number of bb....bb operands exceeded the maximum of cccc permitted per server.
aaaa: Line number
bb....bb: Operand name
cccc: Maximum number of operands
S: Terminates processing after analyzing all the specified control statements.
Action
Correct the number of bb....bb operands so that the maximum is not exceeded, and then re-execute.

KFPX24208-E L

Work file open failed, aa....aa

A work file open error occurred.
aa....aa: Cause of the error:
errno=bbbb: Processing terminated with error code bbbb.
no such file: Specified file was not found.
permission denied: Specified file was found, but the required privilege is not defined.
S: Terminates processing.
Action
Eliminate the cause of the error by referring to the file created under %PDDIR%\tmp and re-execute the command.

KFPX24209-W A

Line aaaa:bb....bb assumed for page size

A page length value other than bb....bb was specified for an RDAREA for which the page length specification must be bb....bb; bb....bb was assumed.
aaaa: Line number
bb....bb: Assumed page length
S: Terminates processing.
P: Correct the page length in the page operand of the create rdarea statement to bb....bb. The page length for a LOB RDAREA is 8192.

KFPX24210-E L

RPC "aaaaa" failed, return code=bb....bb, svname=cc....cc

RPC function "aaaaa" for server cc....cc terminated with error code bb....bb.
aaaaa: RPC function:
callv: Send
reply: Receive
bb....bb: Detail error code for RPC-related error
cc....cc: Server identifier
S: Terminates processing.
Action
When expansion units are in use (the pd_system_expand_unit operand is specified):
If the server indicated in cc....cc is on an expansion unit, start up the expansion unit, and then re-execute the database structure modification utility (pdmod). For details about expansion units, see the HiRDB Version 9 System Operation Guide.
Other than above:
See 4.1 Detail codes for RPC-related errors to eliminate the cause of the error, and then re-execute.

KFPX24211-W L

Line aaaa:dictionary server name assumed

Because the specified dictionary server name could not be found, the defined dictionary server name was assumed.
aaaa: Line number
S: Terminates processing.

KFPX24212-I L

DB modification start at aa....aa on bb....bb

Execution of the database structure modification utility has started.
aa....aa: Start time hh:mm:ss (hour:minute:second)
bb....bb: Start date yyyy/mm/dd (year/month/date)
S: Resumes processing.

KFPX24213-I L

DB modification for ended return code=aa at bb....bb on cc....cc

The database structure modification utility terminated with return code aa.
aa: Return code:
0: Normal termination
4: Warning error occurred, but processing terminated.
8: Part of the processing terminated (eliminate the cause of the error and execute the part that resulted in the error).
12: Terminated abnormally (refer to the output message to eliminate the cause of the error, and then re-execute).
16: Database has become inconsistent (it must be recovered).
bb....bb: Start time hh:mm:ss (hour:minute:second)
cc....cc: Start date yyyy/mm/dd (year/month/date)
S: Terminates processing.

KFPX24214-E L

HiRDB system "aa....aa" failed, return code=bb....bb

Function "aa....aa" terminated with return code bb....bb.
aa....aa: Function name:
begin: Transaction startup
besinf: Collection of back-end server information
branchdel: Deletion of registered transaction branch
branchreg: Registration of transaction branch
commit: Termination of transaction
dicinf: Collection of dictionary server information
rollback: Rollback of transaction
getpath: Collection of DBPATH
bb....bb: Detail code for system-related error
S: Terminates processing.
Action
See 4.2 Detail codes for system-related errors to eliminate the cause of the error, and then re-execute.
If aa....aa is commit and bb....bb is -902, it is possible that an error caused the unit to terminate abnormally or perform a system switchover. Refer to any messages output before this message, eliminate the cause of the error, and then re-execute.

KFPX24215-E L

Putenv failed, due to insufficient memory on PROCESS

Attempt to set an environment variable resulted in an error due to a space shortage.
S: Terminates processing.
Action
Check the number of processes and re-execute. If the same error recurs, contact the customer support center.

KFPX24216-E L

RPC service failed, no such communication id, return code=aa....aa

RPC communication terminated with return code aa....aa, but the server resulting in the communication error cannot be identified because the communication ID is unknown.
aa....aa: Detail code for RPC-related error
S: Terminates processing.
Action
See 4.1 Detail codes for RPC-related errors. If a message has been output before this message, eliminate the cause of the error according to that message and re-execute.

KFPX24217-E L

HiRDB file "aa....aa" failed, return code=bb....bb, HiRDB file name=cc....cc

Function "aa....aa" for HiRDB file cc....cc terminated with return code bb....bb.
aa....aa: HiRDB file system function:
close: Close HiRDB file
create: Create HiRDB file
delete: Delete HiRDB file
write: Write data to HiRDB file
fstat: Acquire HiRDB file information
statfs: Acquire HiRDB file system area information
bb....bb: Error code for HiRDB file system
cc....cc: HiRDB file name
S: If delete, continues processing. If other than delete, terminates processing.
Action
delete:
See 5.1 Error codes returned from HiRDB file system access requests to eliminate the cause of the error. If the HiRDB file is not needed, delete it with the pdfrm command.
Function other than delete:
See 5.1 Error codes returned from HiRDB file system access requests to eliminate the cause of the error and re-execute.

KFPX24218-E L

Line aaaa:unknown file name "bb....bb" in used cc....cc

File "bb....bb" in an RDAREA specified for addition is already in use by server cc....cc. Or, file "bb....bb" cannot be checked for duplication, because server cc....cc is not defined in the system common definition.
aaaa: Line number
bb....bb: File name
cc....cc: Server name
S: Terminates processing.
Action
The initialized status has been changed in the server definition of the system common definition. Restore the initial definition or change the name of the file to be added in the RDAREA.

KFPX24219-E L

Unable to execute "pdmod" at the same time

A mutually exclusive utility is executing. The database structure modification utility cannot be executed in the following cases:
  • When another database structure modification utility is executing
  • When a dictionary is being reorganized
S: Terminates processing.
Action
Re-execute the database structure modification utility after the mutually exclusive utility has terminated.

KFPX24220-E L

Number of aa....aa exceeds bb....bb[, server name=cc....cc]

The number of RDAREAs, HiRDB files, or the maximum number of inner replica groups exceeded the value bb....bb of the aa....aa operand of the system common definition.
aa....aa: Operand in the system common definition
pd_max_file_no: Maximum number of HiRDB files comprising the RDAREA
pd_max_rdarea_no: Maximum number of RDAREAs
pd_inner_replica_control: Maximum number of inner replica groups
pd_max_tmp_table_rdarea_no: Maximum number of RDAREAs for temporary tables
bb....bb: Defined value
cc....cc: Server name (this is output only for a shared RDAREA)
S: Cancels structure modification for the corresponding RDAREA and processes the next control information file.
Action
Terminate HiRDB, correct the value of aa....aa, and then re-execute.

KFPX24221-E L

Control statement file invalid device(a)

The specified control statements file is invalid.
a: File entry type
Same as mode entry that was output by OS's ls -l command
S: Terminates processing.
Action
Specify a regular file and re-execute.

KFPX24222-E L

Too small page size aa....aa for bb....bb cc....cc, dd....dd name=ee....ee.ff....ff

FIX table or index ee....ee.ff....ff cannot be stored with modified page length aa....aa.
aa....aa: Modified page length
bb....bb: Type of length
row length: Row length
key length: Key length
cc....cc: Row length (unit: bytes)
dd....dd: Type of name
TABLE: FIX table
INDEX: Index
ee....ee: Authorization identifier
ff....ff: Table identifier or index identifier
S: Terminates processing.
Action
Specify a page length meeting the following conditions, and then re-execute the command:
Calculation equation: row-length[Figure][Figure]RDAREA-page-length[Figure] 1000[Figure][Figure] 1000
key-length[Figure] MIN((RDAREA-page-length[Figure] 2) - 1,240, 4,036)

KFPX24223-E L

RDAREA aa....aa not specified

RDAREA aa....aa was not specified in the control statement.
aa....aa: RDAREA name
S: Terminates processing
Action
Specify RDAREA aa....aa or others in the server operand, and then re-execute.

KFPX24224-E L

Unable to send message from aa....aa to bb....bb

A communication error occurred between host aa....aa and host bb....bb.
aa....aa: Send source host name#
bb....bb: Send destination host name#
#: If the system switchover facility is being used, the host name of the primary system is indicated.
S: Terminates processing.
Action
Take action appropriate to the KFPX24210-E message, which was output before this message. If the error is not a physical communication error, 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.

KFPX24225-I L

Processing of aa....aa statement ended, RDAREA name="bb....bb"

The aa....aa process of the database structure modification utility ended for RDAREA "bb....bb".
However, because the transaction is not concluded until the KFPX24226-I message is output, processing is rolled back if the return code in KFPX24226-I is 8.
aa....aa: Database structure modification utility function:
create rdarea: Add RDAREA
bb....bb: RDAREA name
S: Resumes processing.

KFPX24226-I L

Processing of create rdarea statement ended return code=a

The addition of a dictionary RDAREA or registry RDAREA terminated with a return code indicated in a.
a: Return code:
0: Normal completion
4: Warning error occurred, but processing terminated.
8: Terminated abnormally. By referring to the preceding error messages, correct the cause of the error, and then re-execute.
S: Resumes processing.

KFPX24227-E L

Line aaaa:unable to specify bb....bb and cc....cc statement at the same time

Functions bb....bb and cc....cc of the database structure modification utility cannot be specified in the same control statements file.
aaaa: Line number
bb....bb: Database structure modification utility function:
alter HiRDB mode: Change RDAREA from HiRDB/Single Server configuration to HiRDB/Parallel Server configuration.
alter rdarea: Modify RDAREA.
alter system: Modify system definitions.
create rdarea: Add RDAREA.
expand rdarea: Expand RDAREA.
initialize rdarea: Reinitialize RDAREA.
remove rdarea: Delete RDAREA.
cc....cc: Database structure modification utility function:
create rdarea for system:
Add data dictionary RDAREA or data dictionary LOB RDAREA.
S: Terminates processing.
Action
Specify functions that cannot be specified in the same control statements file in separate files and re-execute the functions independently.

KFPX24228-E L

Unable to omit DATADICTIONARY LOB RDAREA

No control statement for adding a data dictionary LOB RDAREA was specified.
In the cases shown below, two data dictionary LOB RDAREAs with the LOB used by HiRDB (SQL_ROUTINES) specification must be specified in the same control statements file:
  • To add an RDAREA with the datadictionary of routines specification
  • To add a data dictionary LOB RDAREA with the LOB used by HiRDB (SQL_ROUTINES) specification
S: Terminates processing.
Action
Define two RDAREAs with the LOB use by HiRDB (SQL_ROUTINES) specification in the same control statement and re-execute.

KFPX24229-E L

Control statement for create rdarea in system must first statement of control statement file

Control statements for adding data dictionary RDAREAs and data dictionary LOB RDAREAs must be specified at the beginning of the control statements file.
S: Terminates processing.
Action
Specify the control statements for adding data dictionary RDAREAs and data dictionary LOB RDAREAs at the beginning of the control statements file and re-execute.

KFPX24230-E L

Line aaaa:unable to create rdarea due to already exist RDAREA type

An RDAREA of the type of RDAREA to be added already exists in the system.
aaaa: Line number
S: Terminates processing.
Action
Delete unneeded control statements and re-execute.

KFPX24231-W L

Unable to initialize LOB column aa....aa. bb....bb due to cc....cc, RDAREA name="dd....dd"

RDAREA "dd....dd", which stores a LOB column of LOB column structure base table aa....aa.bb....bb, cannot be initialized because cc....cc.
aa....aa: Authorization identifier
bb....bb: Table identifier
cc....cc: Reason for error:
RDAREA status is invalid: The RDAREA status is invalid.
HiRDB system error occurred: An SQL error occurred.
dd....dd: Name of user LOB RDAREA
S: Aborts initialization of the affected user LOB RDAREA and executes the next process.
Action
Do one of the following:
  • Set user LOB RDAREA "dd....dd" to HOLD or CLOSE status, and then reinitialize "dd....dd".
  • Eliminate cause cc....cc, and then re-execute this control statement.
  • Execute the PURGE TABLE statement for the LOB column structure base table.
If no action is taken and retrieval or insertion is executed on table aa....aa.bb....bb, the results are not guaranteed because the LOB column data has not been deleted.

KFPX24232-E L

Unable to initialize rdarea "aa....aa" allocated for SQL_ROUTINES.DEF_SOURCE

RDAREA aa....aa cannot be reinitialized because it is a data dictionary LOB RDAREA allocated to the DEF_SOURCE column of the SQL_ROUTINES data dictionary table.
aa....aa: Name of data dictionary LOB RDAREA
S: Terminates processing.
Action
Execute re-initialization of the database dictionary LOB RDAREA only for RDAREAs in which objects are stored.

KFPX24233-E L

Definition file aa....aa open failed: bb....bb

Open error occurred in definition file aa....aa under %PDDIR%\lib\sysdef for reason bb....bb.
aa....aa: File name
bb....bb: Reason for the open error:
no such file: The specified file was not found in %PDDIR%\lib\sysdef.
permission denied: The specified file was found, but there was no applicable privilege.
errno=cccc: Processing terminated with error code cccc.
S: Terminates processing.
Action
Contact the customer support center.

KFPX24234-E L

Unable to execute "cc....cc" in "alter system" statement due to exist view table derived from DATADICTIONARY, view table name "aa....aa".bb....bb

The "cc....cc" operand of the alter system statement cannot be executed because no viewed table refers to the dictionary table.
All viewed tables that refer to the dictionary table must be deleted.
aa....aa: Authorization identifier
bb....bb: Name of the viewed table
cc....cc: Operand name
S: Terminates processing.
Action
Delete the viewed tables that refer to the dictionary table, and then re-execute. To determine the names of the viewed tables that refer to the dictionary tables, execute the following SQL statement:

SELECT VIEW_SCHEMA, VIEW_NAME
FROM MASTER.SQL_VIEW_TABLE_USAGE
WHERE BASE_OWNER='MASTER'


KFPX24235-E L

Line aaaa:unable to specify "dicinf limited" due to "HiRDB security" is "no"

dicinf limited cannot be specified in the alter system statement because the HiRDB security function is not being used.
aaaa: Line number
S: Terminates processing.
Action
To specify dicinf limited, specify HiRDB security yes, and restart processing with the database initialization utility.

KFPX24236-E L

Unable to execute "aa....aa" in "alter system" due to UAP and/or utility is executing

The "aa....aa" operand in the alter system statement cannot be executed because a UAP or utility is executing.
aa....aa: Operand name
S: Terminates processing.
Action
Re-execute the operand after all UAPs and utilities that are accessing the dictionary table have terminated.

KFPX24237-I L

Dicinf mode change to aa....aa

dicinf was changed to aa....aa.
aa....aa: Type of change:
limited: Referencing of the dictionary table is restricted.
unlimited: Referencing of the dictionary table is not restricted.
S: Terminates processing.
Action
Re-execute after all UAPs and utilities that are accessing the dictionary table have terminated.

KFPX24238-W L

SQL OBJECT of procedure "aa....aa".bb....bb invalidated

The SQL object of procedure "aa....aa".bb....bb was invalidated.
aa....aa: Authorization identifier
bb....bb: Routine identifier
S: Resumes processing.
Action
Re-create the SQL object for procedure "aa....aa".bb....bb using the ALTER ROUTINE statement. For a procedure with an authorization identifier MASTER and a routine identifier that begins with SQL_REGISTRY, re-create the SQL object by specifying -k renew in the Registry Function Initialization Utility (pdreginit).
When the database structure modification utility (pdmod) is used to change the RDAREA name, an error will occur during the execution of ALTER ROUTINE if you have specified the previous RDAREA name in the SQL procedure statements in procedure "aa....aa".bb....bb. In this case, re-create the routine or trigger as follows:
  1. Execute GET DIAGNOSTICS, and identify the routine or trigger that produced the error using the diagnostic information for ALTER ROUTINE.
  2. Use DROP PROCEDURE or DROP TRIGGER to delete the routine or trigger that produced the error.
  3. Change the RDAREA name in the SQL procedure statements to the new RDAREA name.
Re-create the routine or trigger using CREATE PROCEDURE or CREATE TRIGGER.

KFPX24239-I L

Dictionary datatype mchar changed to "use"

The dictionary datatype mchar option was changed to "use".
S: Resumes processing.

KFPX24240-W L

Line aaaa:"bb....bb" operand ignored because cannot specified

Operand "bb....bb" was ignored because it cannot be specified.
aa....aa: Line number
bb....bb: Operand name
open attribute:
This operand cannot be specified for a master directory, data directory, data dictionary, or data dictionary LOB RDAREA.
S: Resumes processing.
Action
Delete operand "bb....bb".

KFPX24241-E L

Line aaaa:dd....dd operand value bb....bb invalid, because HiRDB file size exceeds ccc byte

The specified value bb....bb is invalid for the initial operand, because the HiRDB file in the database will exceed maximum value ccc (bytes) if created based on the specified value.
The specified value bb....bb is invalid for the extension operand, because the HiRDB file in the database will exceed maximum value ccc (bytes) after automatic extension if created based on the specified value.
aaaa: Line number
bb....bb: Specified value
ccc: Maximum value:
When using large files:
64G: 64 gigabytes
When not using large files:
2G: 2 gigabytes
dd....dd: Specified operand:
initial: initial operand
extension: extension operand
S: Terminates processing after analyzing all control statements.
Action
Specify a smaller value in this control statement operand and re-execute.

KFPX24242-W L

Unable to aa....aa bb....bb.cc....cc due to dd....dd, RDAREA name="ee....ee"[(generation number ff)]

Processing aa....aa on storage RDAREA "ee....ee" at bb....bb.cc....cc cannot be performed due to the reason dd....dd.
aa....aa: Processing type
purge BLOB attribute: Deletion of BLOB-attribute data
purge PLUGIN INDEX: Deletion of plug-in index data
set check pending status: Set in check pending status
bb....bb: Authorization identifier
cc....cc: Table identifier or index identifier
dd....dd: Reasons for the error
RDAREA status is invalid: RDAREA status error
HiRDB system error occurred: SQL error
not found replica RDAREA: Replica RDAREA does not exist
ee....ee: RDAREA name
Outputs the bb....bb.cc....cc storage RDAREA name. However, if the reason for the error is not found replica RDAREA, the name of the original RDAREA where the replica RDAREA was not found is output.
ff: Generation number (1 to 10)
The generation number of the replica RDAREA that did not exist is output only when the error reason is not found replica RDAREA.
S: Skips processing aa....aa on the indicated RDAREA; continues with the next processing operation.
Action
  • Processing type is purge BLOB attribute or purge PLUGIN INDEX
    If the problem is an RDAREA status error, either RELEASE or OPEN the RDAREA at "ee....ee". If the problem is an SQL error, see the preceding SQL message, correct the cause of the problem, and then re-execute.
  • Processing type is set check pending status
    Forcibly set bb....bb.cc....cc in check pending status. Also, if the "ee....ee" RDAREA is using the inner replica facility, specify the generation number of "ee....ee", and forcibly set it in check pending status. However, if the reason for the error is not found replica RDAREA, the corresponding RDAREA does not exist; create a replica RDAREA with generation number ff, or combine RDAREAs, and then use an integrity check utility to check the integrity. For details about the procedure for integrity checking, see the manual HiRDB Version 9 Installation and Design Guide.

KFPX24244-I L

Unable to delete LIST data, rdarea id = aa....aa

Deletion of list data created from a table stored in the RDAREA that was to be initialized failed.
aa....aa: ID of list RDAREA in which the error occurred
Format: A 10-digit RDAREA ID is displayed (9 is used as the padding character for IDs that consist of fewer characters than 10 digits); the comma (,) is used as a delimiter.
S: Continues processing.
P: If an error occurred in the list RDAREA identified in this message, an error may occur during list re-creation or list deletion following re-initialization completion. Determine the error details based on the message that is output before this message and identify the RDAREA from the RDAREA ID that is output in this message, and investigate the cause of the error.

KFPX24245-W L

Line aaaa:max entries raised to bb....bb

Because the value specified for the max entries operand in the create rdarea statement or initialize rdarea statement was not a multiple of 500, it was rounded up to bb....bb. This operand specifies the maximum number of lists that can be created in a list RDAREA.
aaaa: Line number
bb....bb: Rounded-up number
S: Continues processing.

KFPX24246-W L

Extension use specification for RDAREA aa....aa ignored, due to no expand option for HiRDB file system area of last HiRDB file

Specification of extension use is invalid because extension (-e option or -a option of the pdfmkfs command) is not specified for the HiRDB file system area in which the last HiRDB file comprising RDAREA aa....aa was created.
aa....aa: RDAREA name
S: Continues processing.
Action
To use the automatic extension facility, extension must be specified for the applicable HiRDB file system area. Use the -e option of the pdfmkfs command to specify the maximum number of extensions, or the -a option to specify automatic extension.

KFPX24247-E L

Unable to remove generation "aa....aa" due to bb....bb

HiRDB file system area generation "aa....aa" could not be deleted because of reason bb....bb.
aa....aa: HiRDB file system area name whose generation is to be deleted
bb....bb: Reason
original HiRDB file system area: Specified the original HiRDB file system area.
exist replica rdarea: The replica RDAREA is using the target HiRDB file system area.
not defined: The generation of the specified HiRDB file system area is not registered.
S: Terminates processing.
Action
Deleting all generation information for the HiRDB file system area makes it possible to delete the original HiRDB file system area. When the replica RDAREA uses the HiRDB file system area, use the following SQL statements to check the replica RDAREA. Delete the replica RDAREA if it is unnecessary, and then re-execute the command.

SELECT RDAREA_NAME
 FROM MASTER.SQL_RDAREAS X,MASTER.SQL_PHYSICAL_FILES Y
   WHERE X.ORIGINAL_RDAREA_ID IS NOT NULL
     AND X.RDAREA_NAME = Y.RDAREA_NAME AND X.SERVER_NAME='server-name'
     AND Y.PHYSICAL_FILE_NAME LIKE 'HiRDB-file-system-area-name%'


KFPX24248-E L

Unable to initialize rdarea "aa....aa" due to not found replica RDAREA(generation number bb) for original RDAREA "cc....cc"

Another RDAREA cannot be processed while RDAREA "aa....aa" is being initialized, because the replica RDAREA for generation number bb in original RDAREA "cc....cc" was not found.
aa....aa: Name of the RDAREA to be reinitialized
bb: Generation number
cc....cc: Name of original RDAREA used to process another RDAREA
S: Terminates processing.
Action
Create the corresponding replica RDAREA, and then re-execute the command.

KFPX24249-E L

Unable to "aa....aa" due to generation already registerd in HiRDB file system area

Process "aa....aa" could not be performed because the generation of the HiRDB file system area was already registered.
aa....aa: Process
alter HiRDB mode: Reconfigure to a HiRDB/Parallel Server
S: Terminates processing.
Action
Delete all generation information in the HiRDB file system area, and then re-execute the command.

KFPX24250-E L

Unable to aa....aa rdarea due to invalid replica status

Process aa....aa could not be performed because the replica status of the replica RDAREA is invalid.
aa....aa: Process
remove: Deletes the RDAREA
S: Terminates processing.
Action
Change the replica status of the replica RDAREA from current to sub, and then re-execute the command.

KFPX24251-W L

Not found HiRDB file system area "aa....aa"

The replica HiRDB file system area or original HiRDB file system area could not be found.
aa....aa: HiRDB file system area name
S: Continues processing.
Action
Because the generation information of the HiRDB file system area is already registered, you have to create an applicable HiRDB file system area before using the replica RDAREA.

KFPX24252-E L

Unable to recast rdarea due to aa....aa rdarea "bb....bb" in progress

The RDAREA could not be integrated because RDAREA "bb....bb" is performing the aa....aa process.
aa....aa: Process
initialize: Initializes the RDAREA.
remove: Deletes the RDAREA
bb....bb: RDAREA name
S: Terminates processing.
Action
Re-execute the command after the aa....aa process terminates.

KFPX24253-E L

Staticizer Option required

The HiRDB Staticizer Option is required to register the generation of the HiRDB file system area or define the replica RDAREA.
S: Terminates processing.
Action
Install the HiRDB Staticizer Option, and then re-execute the command.

KFPX24254-E L

Unable to replicate rdarea due to not exist table or index

The replica RDAREA could not be defined because no table, index, or LOB column was defined in the original RDAREA.
S: Terminates processing.
Action
Check if the target original RDAREA is correct, and then re-execute the command.

KFPX24255-E L

Unable to aa....aa due to not specified original RDAREA

Process aa....aa could not be performed because the original RDAREA was not specified.
aa....aa: Reconfiguration process
  • replicate rdarea: Defines RDAREA replica.
  • recast rdarea: Integrates the RDAREA.
S: Terminates processing.
Action
Specify the original RDAREA, and then re-execute the command.

KFPX24256-E L

Number of replica count exceed 10,replica count limit over RDAREA aa....aa

The replica counter exceeded the maximum value of 10 at RDAREA aa....aa.
aa....aa: Name of the RDAREA where the replica counter exceeded the maximum value (original RDAREA)
S: Terminates processing.
Action
Check the number of replica definitions in the original RDAREA, and then re-execute the command.

KFPX24257-E L

Unable to define copy rdarea due to specified RDAREA aa....aa invalid original RDAREA/replica RDAREA

The configuration information of the RDAREA could not be copied because specified RDAREA aa....aa was neither the original RDAREA nor the replica RDAREA.
aa....aa: RDAREA name
S: Terminates processing.
Action
Check if the specified RDAREA is correct. Specify either the original RDAREA or the replica RDAREA, and then re-execute the command.

KFPX24258-E L

Unable to define copy rdarea due to invalid sameness original RDAREA

The configuration information of the RDAREA could not be copied because the original RDAREA of the RDAREA specified in the copy destination and copy source were not the same.
S: Terminates processing.
Action
Check the original RDAREA name of the RDAREA specified in the copy destination and copy source, and then re-execute the command.

KFPX24259-E L

Unable to aa....aa due to create generation invalid HiRDB file system area

Process aa....aa could not be performed because the generation of the HiRDB file system area was not registered.
aa....aa: Reconfiguration process
replicate rdarea: RDAREA replica definition
define copy rdarea: Copies configuration information of the RDAREA
S: Terminates processing.
Action
Register the generation of the HiRDB file system area, and then re-execute the command.

KFPX24260-E L

Unable to recast rdarea due to invalid original RDAREA replica count 1

RDAREA could not be integrated because the replica counter of the original RDAREA was not 1.
S: Terminates processing.
Action
Check the replica counter count of the original RDAREA, and then re-execute the command.

KFPX24261-I L

HiRDB system must restarted

Always restart the HiRDB system after you have migrated an RDAREA.
S: Continues processing.
Action
Restart the HiRDB system.

KFPX24262-E L

Line:aaaa:unable to move rdarea "bb....bb" due to lack of specification for related RDAREA "cc....cc"

RDAREA "bb....bb" could not be migrated because related RDAREA "cc....cc" was not specified.
aaaa: Row number
bb....bb: RDAREA to be migrated
cc....cc: Related RDAREA
S: After analysis of the applicable control statement ends, processing terminates, and then processing of the next control statement starts.
Action
Specify all related RDAREAs, and then re-execute the command.

KFPX24263-E L

Line aaaa:unable to move rdarea "bb....bb" due to rdarea in different server

RDAREA "bb....bb" could not be migrated because a different back-end server was specified.
aaaa: Row number
bb....bb: RDAREA name
S: After analysis of the applicable control statement ends, processing terminates, and then processing of the next control statement starts.
Action
Specify only RDAREAs on the same server, and then re-execute the command.

KFPX24264-E L

Line aaaa:unable to move rdarea. Source BES and destination BES identical

The RDAREA could not be migrated because the current server name of the migration target RDAREA was specified.
aaaa: Row number
S: After analysis of the applicable control statement ends, processing terminates, and then processing of the next control statement starts.
Action
Respecify the server name of the migration destination, and then re-execute the command.

KFPX24265-E L

Line aaaa:unable to move rdarea "bb....bb" due to NONDIV_IDX defined, index_name=cc....cc. "dd....dd"

The RDAREA could not be migrated because a non-partitioning key index was defined in specified RDAREA "bb....bb".
aaaa: Row number
bb....bb: RDAREA name
cc....cc: Authorization identifier
dd....dd: Index identifier
S: After analysis of the applicable control statement ends, processing terminates, and then processing of the next control statement starts.
Action
Drop the non-partitioning index, and then re-execute the command.

KFPX24266-E L

Line aaaa:unable to move rdarea "bb....bb" due to create generation invalid HiRDB file system area

The RDAREA could not be migrated because the generation of the HiRDB file system area in the HiRDB file comprising specified RDAREA "bb....bb" was not registered on the migration target server.
aaaa: Row number
bb....bb: RDAREA name
S: After analysis of the applicable control statement ends, processing terminates, and then processing of the next control statement starts.
Action
Register the generation of the HiRDB file system area on the migration target server, and then re-execute the command.

KFPX24268-E L

Unable to aa....aa rdarea "bb....bb" due to exist INSERT ONLY table cc....cc.dd....dd

aa....aa could not be performed because falsification prevented table cc....cc.dd....dd was found in RDAREA "bb....bb".
aa....aa: Database structure modification utility (pdmod) facility
initialize: Reinitializes the RDAREA.
replicate: RDAREA replica definition
bb....bb: RDAREA name
cc....cc: Authorization identifier
dd....dd: Table identifier
S: Processing of the applicable control statement terminates, and then processing of the next control statement starts.
Action
When reinitializing the RDAREA, take one of the following actions:
  • When recovery is necessary, recover from a backup file.
  • To increase the RDAREA size, either expand the RDAREA (expand rdarea) or perform automatic extension of the RDAREA.

KFPX24269-E L

Unable to aa....aa because bb....bb already exists in HiRDB system

aa....aa could not be performed because bb....bb was already registered or created.
aa....aa: Database structure modification utility facility
  • create auditor: Registers an auditor.
  • create audit table: Creates an audit trail table.
bb....bb: Auditor or audit trail table
  • auditor: Auditor
  • audit table: Audit trail table
S: After analysis of the applicable control statement ends, processing terminates, and then processing of the next control statement starts.
Action
When recreating an audit trail table, execute the command after the auditor drops the audit trail table using DROP TABLE.

KFPX24270-E L

Unable to create audit table unless privilege for RDAREA "aa....aa" granted only auditor

An audit trail table could not be created because a user other than the auditor had usage privileges to RDAREA "aa....aa".
aa....aa: RDAREA name
S: After analysis of the applicable control statement ends, processing terminates, and then processing of the next control statement starts.
Action
Specify an RDAREA for users so that only the auditor has usage privileges, and then re-execute the command.

KFPX24271-E L

Unable to create auditor because user "aa....aa" bb....bb

Because user "aa....aa" is bb....bb, he or she cannot be registered as an auditor.
aa....aa: Authorization identifier
bb....bb: Reason
has DBA privilege: User "aa....aa" already has the DBA privilege.
password account locked: User "aa....aa" is in a password invalid account lock state.
S: After analysis of the applicable control statement ends, processing terminates, and then processing of the next control statement starts.
Action
Take one of the following actions:
  • If the reason is has DBA privilege:
    Take one of the following actions:
    [Figure]Use the REVOKE statement to delete the user's DBA privilege, and then re-execute the command.
    [Figure]Specify a user who does not have DBA privilege or a new user, and then re-execute the command.
  • If the reason is password account locked:
    Either clear the password invalid account lock state or specify a user (including new users) who is not in password invalid account lock state, and then re-execute the command.

KFPX24272-E L

Unable to create audit table due to no auditor

An audit trail table could not be created because there was no auditor.
S: After analysis of the applicable control statement ends, processing terminates, and then processing of the next control statement starts.
Action
Register an auditor using the create auditor statement in the database structure modification utility, and then re-execute.

KFPX24273-E L

Unable to create audit table due to duplicate table name aa....aa.bb....bb

This name could not be used in the audit trail table because table aa....aa.bb....bb already exists.
aa....aa: Authorization identifier
bb....bb: Table identifier
S: After analysis of the applicable control statement ends, processing terminates, and then processing of the next control statement starts.
Action
Give the audit trail table a different name, and then re-execute the command.

KFPX24274-E L

Unable to create shared RDAREA aa....aa due to not specified pd_shared_rdarea_use=Y

Y is not specified in the pd_shared_rdarea_use operand; unable to add the shared RDAREA aa....aa.
aa....aa: RDAREA name
S: Cancels the structural change on the specified RDAREA and continues processing another control statement.
Action
Terminate HiRDB, assign Y to the pd_shared_rdarea_use operand, and then re-execute the command.

KFPX24275-E L

No schema for aa....aa

A schema is missing; unable to create an audit trail table.
aa....aa: Authorization identifier for the auditor for which a schema is missing (8-character maximum)
S: Cancels the structural change on the specified RDAREA and continues processing another control statement.
Action
Use create schema to create a new schema, and then re-execute the command.

KFPX24276-E L

Unable to replicate rdarea "aa....aa" due to exist SEQUENCE,number=bbb

The RDAREA replica definition cannot be executed because a sequence generator does not exist in RDAREA aa....aa.
aa....aa: RDAREA name
bbb: Sequence generator stored in RDAREA aa....aa
S: Stops structure change processing of the RDAREA, and continues processing the following control statement.
Action
Delete all of the sequence generators stored in RDAREA aa....aa, and then re-execute.

KFPX24277-E L

Unable to aa....aa due to exist memory table or memory index

The structure change processing indicated in aa....aa cannot be performed because a memory database allocation table or index defined in that table does not exist in the RDAREA that was targeted for the structure change.
aa....aa: Structure change processing
move rdarea: RDAREA migration
replicate rdarea: RDAREA replica definition
alter HiRDB mode to parallel: Altering RDAREA attribute from a single server to a parallel server
S: Stops structure change processing of the RDAREA, and continues processing the following control statement.
Action
Deallocate the in-memory database, and then re-execute the configuration change. However, if you execute the RDAREA replica definition after deallocating the memory database, you cannot allocate the table that exists in that RDAREA to the memory database.

KFPX24278-E L

Unable to aa....aa "bb....bb" due to invalid operand combination

Structure modification processing aa....aa cannot be performed on RDAREA bb....bb due to an error in the specified combination of operands.
This message is output only if there is an error in the check for the prerequisite conditions when temporary table use is specified. This message is not output if nouse is specified.
When the shared operand (shared RDAREA) is also specified, an error results due to the combination of operands, and this message is output.
aa....aa: Structure modification processing
create rdarea: Addition of RDAREA
bb....bb: Name of RDAREA
S: Cancels structure modification processing for the corresponding RDAREA and processes the next control statement.
Action
A user RDAREA that is to be used as a temporary table RDAREA must be a public RDAREA. To specify a temporary table operand, specify user used by PUBLIC. Do not specify the shared operand (shared RDAREA) for a temporary table RDAREA.

KFPX24400-E L

HiRDB system "aa....aa" failed return code=bb....bb

The "aa....aa" function terminated with return code bb....bb.
aa....aa: Function name:
pd_com_call: Communication calling
pdi_adm_get_my_orghostname: Collection of host name
pdi_adm_pdmgrinf: Collection of manager server information
pdi_adm_pddicinf: Collection of dictionary server information
pdi_ndm_branchreg: Branch registration
pdi_ndm_branchdel: Deletion of branch registration
pdi_utl_sh_prolog: Start of RPC environment
pdi_utl_sh_epilog: Termination of pdvrup control process
bb....bb: Detail code of system-related error
S: Terminates processing
Action
See 4.2 Detail codes for system-related errors to eliminate the cause of the error and re-execute.

KFPX24401-I E

Usage:pdvrup

Displays the specification format for the pdvrup command. There are no options in this command.
S: Terminates processing.
Action
Correct the command's format and re-execute.

KFPX24402-E L

System call error, func=aa....aa, errno=bbbb

An error occurred while system function aa....aa was executing.
aa....aa: Function that was executing
bbbb: Error code
S: Terminates processing.
Action
Eliminate the cause of the error based on the error code and re-execute.

KFPX24403-E L

Pdvrup must be executed at unit where manager is defined

The pdvrup command must be executed at the server machine where the system manager is defined.
S: Terminates processing.
Action
Log onto the remote server machine where the system manager is defined and execute the pdvrup command.

KFPX24404-I L

Pdvrup ended, return code=aa

The pdvrup command terminated with return code aa.
aa: Return code:
0: Normal termination
4:An error occurred during execution of the pdvrup command; the version upgrading terminated normally. Terminate HiRDB, and then restart it.
12: Abnormal termination
S: Terminates processing.
Action
If the return code is 12, correct the error by referring to the error message that is output and then re-execute.

KFPX24405-E L

Insufficient memory on PROCESS, size=aa....aa

Because of a memory shortage, a process private area could not be allocated during execution of the pdvrup command.
aa....aa: Area size that was to be allocated (in bytes)
S: Terminates processing.
Action
Check the total number of processes, including processes external to HiRDB, delete unneeded processes, and then re-execute. If this message is output repeatedly, contact the customer support center.

KFPX24406-E L

Message output failed, return code=aa....aa, msgno=bbbbb

An attempt to output a message to a log file terminated with return code aa....aa.
aa....aa: System-related error detail code
bbbbb: Message number that was to be output
S: Terminates processing.
Action
Correct the error by referring to 4.2 Detail codes for system-related errors.

KFPX24407-E L

Unable to execute "pdvrup" at the same time

Because the pdvrup command is already being executed, the pdvrup command that was specified subsequently cannot be executed.
S: Terminates processing.
Action
Wait for the pdvrup command being executed to terminate.

KFPX24408-E L

Pdvrup command failed, due to DATABASE Version already coincide with HiRDB version, version=aaaaa

Version upgrading was not executed because the HiRDB version already matches the dictionary version.
aaaaa: Version number
S: Terminates processing.

KFPX24409-E L

Pdvrup command terminated, due to server process abnormal end

Remote server process terminated abnormally during execution of the pdvrup command.
S: Terminates processing.
Action
Unless the server process was terminated with the pdstop or pdcancel command, contact the customer support center.

KFPX24410-E L

Definition file aa....aa open failed: bb....bb

Open error occurred in definition file aa....aa under %PDDIR%\lib\sysdef for reason bb....bb.
aa....aa: File name
bb....bb: Reason for the open error:
no such file:
The specified file was not found in %PDDIR%\lib\sysdef.
permission denied:
The specified file was found, but there was no applicable privilege.
errno=cccc:
Processing terminated with error code cccc.
S: Terminates processing.
Action
Contact the customer support center.

KFPX24600-I S

Pdreginit command start at aa....aa on bb....bb

The Registry Function Initialization Utility was started.
aa....aa: Starting time (hh:mm:ss)
hh: hour
mm: minute
ss: second
bb....bb: Starting date (yyyy/mm/dd)
yyyy: year
mm: month
dd: day
S: Resumes processing.

KFPX24601-I S

Pdreginit command for ended return code=a at bb....bb on cc....cc

The Registry Function Initialization Utility terminated on return code a.
a: Return code
0: Normal termination
4: A warning-level error was detected, but processing terminated.
8: The utility terminated abnormally. See the preceding message, correct the cause of the error, and then re-execute.
bb....bb: Starting time (hh:mm:ss)
hh: hour
mm: minute
ss: second
cc....cc: Starting date (yyyy/mm/dd)
yyyy: year
mm: month
dd: day
S: Terminates processing.

KFPX24602-E S

Invalid option is specified with pdreginit command

An option not specifiable in the pdreginit command has been specified. Or, an option has been specified without an argument.
S: Terminates processing.
Action
Either specify the correct option or the argument for the option and re-execute.

KFPX24603-I S

Usage: pdreginit [-k {all|proc|renew} ] [-a statement_control_file_name]

An option for the Registry Function Initialization Utility (pdreginit) contains a specification format error.
S: Terminates processing.
Action
Specify the pdreginit utility correctly and re-execute.

KFPX24604-E S

No RDAREA for routine definition

A data dictionary LOB RDAREA is not defined. Therefore, a registry RDAREA and a registry LOB RDAREA cannot be added.
S: Terminates processing.
Action
Define a data dictionary LOB RDAREA using the Database Structure Modification Utility (pdmod) and re-execute.

KFPX24605-E S

EXEC SQL aa....aa Error

The SQL statement indicated by aa....aa is in error.
aa....aa: SQL statement on which execution was attempted
S: Terminates processing.
Action
Correct the cause of the error based on the error message following this message and re-execute.

KFPX24606-E L

Unable to omit registry RDAREA or registry LOB RDAREA

A control statement for adding a registry RDAREA or a registry LOB RDAREA is not specified.
For adding an RDAREA with a for registry specification or an RDAREA with a for LOB used by HiRDB (SQL_REGISTRY) specification, specify both control statements.
S: Terminates processing.
Action
Define an RDAREA with a for registry specification and an RDAREA with a for LOB used by HiRDB (SQL_REGISTRY) specification in the same control statement file, and then re-execute.

KFPX27000 level

Messages output by HiRDB SQL Executer

Messages (KFPX27001 to KFPX27999) output by HiRDB SQL Executer. For details, see online Help for HiRDB SQL Executer.

KFPX28400-I L+S

aa....aa process started

aa....aa processing has started.
aa....aa: Processing { Export|Import|Create DDL }
S: Resumes processing.

KFPX28401-I L+S

aa....aa process terminated

aa....aa processing has terminated.
aa....aa: Processing { Export|Import|Create DDL }
S: Resumes processing.

KFPX28402-I L+S

aa....aa, name="bb....bb"."cc....cc"

Table "bb....bb"."cc....cc", stored procedure "bb....bb"."cc....cc", or trigger "bb....bb"."cc....cc" was exported or imported, or definition SQL statements were generated.
aa....aa: Processing that was executed
{Procedure exported|Procedure imported|Table exported|Table imported|Trigger exported|Trigger imported|DDL Created}
bb....bb: Schema name (PUBLIC for a public view or public procedure)
cc....cc: Table identifier, routine identifier, or trigger identifier
S: Resumes processing.

KFPX28403-E E+S+L

HiRDB call error, func=aa....aa, errno=bb....bb

An error occurred during control processing between a utility and HiRDB.
aa....aa: Processing in which error occurred
{connect|disconnect|commit|rollback}
For all other cases, the code indicates the HiRDB processing type.
bb....bb: Error code
S: Terminates processing.
O: Take one of the following actions. If the operator cannot resolve the error, notify the HiRDB manager.
If another message was output before this message:
Take action appropriate to the previous message.
If no message was output before this message:
See 4. Error Detail Codes, correct the error, and then re-execute the command.

KFPX28404-E E+L+S

System call error, func=aa....aa, errno=bb....bb

An error occurred in a system function.
aa....aa: System function
bb....bb: Error code
S: Terminates or resumes processing.
O:
Message was output before this message:
Take action appropriate to that message.
Error occurred in system function indicated by func:
Check the errno of the system function and take action appropriate to the errno contents.
Error occurred in tcgetattr function during password input:
In UNIX, consider the following causes:
  • A utility was started by rsh (remote shell).
  • The terminal environment is invalid.
These messages are output before and after password input.
In Windows, the terminal environment is invalid. These messages are output before and after password input.

KFPX28405-E L+S

Dictionary error(aa....aa, bb....bb)

A dictionary error was detected.
aa....aa: Name of dictionary table
bb....bb: Cause of error
S: Terminates processing.
O: Check whether the dictionary was recovered correctly and recover it using the correct procedure.

KFPX28406-E E

RPC error occurred

In UNIX:
An error occurred during communication between a utility's pdexp control process and a server process.
In Windows:
An error occurred during communication between a utility server and a server process.
S: Terminates processing.
O: Check to see whether HiRDB started normally at the utility startup host or a host containing an export file.

KFPX28407-E E+L+S

File error occurred, func=aa....aa, file=bb

aa....aa error occurred in file bb.
aa....aa: Type of error
{ OPEN|CLOSE|READ|WRITE|CREATE }
bb: File name:
-e: Export file at the time of exporting
-f: Control statements file
-i: Import file
-p: Processing result output file
-o: Definition SQL output file
S: Terminates processing.
O:
OPEN error:
Check that the specified file name is correct.
Other error:
Check the specified file to see if required information has been set, such as privileges.
-o file:
  • Host name not specified in -i
    Check the file specified in -o to see if required information (such as privileges) has been set.
  • Host name specified in -i
    Check the file name specified in o or the temporary work file (file with name beginning with pdexp_sql) that is created under %PDDIR%\tmp at the corresponding host to see if required information (such as privileges) has been set.
-p file:
Check the contents of the message log file because the processing results are output to that file.

KFPX28408-E E

Invalid execution node

The server machine that started the pdexp utility is invalid.
S: Terminates processing.
O:
  • HiRDB/Single Server:
    Start pdexp at the Single Server (SDS) server machine.
  • HiRDB/Parallel Server:
    Start pdexp at the server machine of the system manager (MGR).

KFPX28409-E E

Invalid device, file=-f

The control statements file specified by -f is invalid, or the specified file cannot be accessed.
S: Terminates processing.
O: Specify the correct file, or check that the status of the directory in the path specification is correct.

KFPX28410-E E

Insufficient memory in message buffer pool due to concurrent execution of "pdexp"

When the pdexp command was executed concurrently, a temporary memory shortage occurred in the message storage buffer pool during process allocation.
S: Terminates processing.
O: Re-execute pdexp after the current pdexp execution is completed. If the number of XDSs to be started at the same time is greater than 32, set pd_utl_exec_mode to 1 in the system common definition.

KFPX28411-E E

Unable to send message from aa....aa to bb....bb

A communication error occurred between host aa....aa and host bb....bb.
aa....aa: Send source host name#
bb....bb: Send destination host name#
#: If the system switchover facility is being used, the host name of the primary system is indicated.
S: Terminates processing.
Action
Take action appropriate to the KFPX28403-E message, which was output before this message. If the error is not a physical communication error, 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.

KFPX28412-E E

Invalid environment, reason=aaaaaa

An error was detected in the execution environment of the dictionary export/import utility.
The following is a possible cause:
In UNIX:
  • The utility is being executed in the remote shell environment.
  • An & was attached to the shell and the utility was executed in the background.
  • The utility was executed in an environment in which password response is disabled.
In Windows:
  • The utility was executed in an environment in which password response is disabled.
aaaaaa: Reason code:
no_tty: The execution environment does not have a terminal.
S: Terminates processing.
O: Reason code is no_tty:
To execute the utility in an environment in which password response is disabled, specify the authorization identifier and password in the PDUSER environment variable and re-execute without specifying the -u option on the command line.

KFPX28413-E E+S+L

File I/O error occurred, reason=aa....aa, func=bb....bb, errno=cc....cc, (dd....dd)

An error occurred during a file I/O operation.
aa....aa: Error reason
In UNIX, if the entry type of the file specified by Invalid-device cannot be identified, a single character enclosed in parentheses is displayed. This entry type is the same as the entry mode that was printed by specifying the OS's ls -l command.
Invalid-parameter:
The combination of specified parameter is invalid.
Invalid-device:
The entry type for the specified file is invalid.
File-format:
The specified format does not match the actual format.
File-lock:
A write was attempted on a file that the utility is reading or writing.
No-file:
The file to be opened for read does not exist. Or, the file being written to was erased.
Invalid-permission:
The specified file contains an invalid permission.
No-space:
The file to be written to does not have enough space.
Invalid-file:
An invalid file was specified.
bb....bb: Name of the system function in which the error occurred
If the error is not with a system function, the symbol *** is output.
cc....cc: Error number
The number 0 is output if no errors have occurred in a system function.
dd....dd: Name of the source file and the line number at which an error was detected
S: Terminates processing.
Action
Correct the cause of the error by referring to the error reason and the error number, and then re-execute.

KFPX28440-E E

Invalid option

An error was detected in the command line specification (an invalid option was specified).
S: Terminates processing.
O: Correct the option.

KFPX28441-I E

Usage: pdexp {-e [host_name:] export_file_name |-i [host_name:]export_file_name [-o output_file_name [-a]]} [-f statement_control_file_name] [-u user_name]

An error was detected in an option specification of the dictionary export/import utility.
S: Terminates processing.
O: Re-execute the utility with the correct specifications.

KFPX28442-E E

Unable to specify -e and -i at the same time

An error was detected on the command line (-e and -i were specified at the same time).
S: Terminates processing.
O: Specify either -e or -i, not both.

KFPX28443-E E

Missing aa....aa option

An error was detected on the command line (neither -e nor -i is specified, or -e is specified but -f is not).
aa....aa: Option name { -e/-i|-f }
S: Terminates processing.
O: Specify the option correctly.

KFPX28445-E E

Invalid value in aa option

One of the following errors was detected in the command line specification:
  • The value specified for the aa option is invalid.
  • The value specified for the aa option is too long (if the -u option is specified, there were more than 8 characters; if other than the -u option is specified, there were more than 1,023 bytes).
  • No value is specified for the aa option.
  • The value specified for the aa option is not an absolute path name.
aa: Name of invalid option
S: Terminates processing.
O: Specify the option correctly.

KFPX28446-E E

Invalid value in host name

One of the following errors was detected in the command line specification:
  • The host name specification is invalid.
  • The specified host name is not a host that supports export/import processing.
  • The specified host name indicates the host for a secondary system in the system switchover facility.
S: Terminates processing.
O: Specify the correct host name.
  • When executing this command on the local host in a HiRDB/Single Server, the host name should be omitted.
  • If the system switchover facility is used, specify the host name for the primary system.

KFPX28447-E E

Invalid aa....aa

During execution of the dictionary export/import utility, the authorization identifier or password that was specified in the environment variable was invalid.
aa....aa: Invalid item:
auth_id: Authorization identifier
password: Password
S: Terminates processing.
O:
auth_id is output:
Correct the contents of the PDUSER environment variable and re-execute the command.
password is output:
Correct the contents of the PDUSER environment variable and re-execute the command. If a password was entered as the response to an input response message, re-execute the command, making sure that the response is correct.
In the Windows edition of HiRDB, if the -u option is omitted, check if the character string specifying the authorization identifier or the password is not enclosed in single quotation marks (') at the command prompt.
Example of correct specification: PDUSER="root"/"root"
If specifying in a client environment definition (hirdb.ini), this is further enclosed in single quotation marks.
Example of correct specification: PDUSER='"root"/"root"'

KFPX28501-E E

Invalid environment for aa....aa

This HiRDB system cannot import or export aa....aa because there is no dictionary table for aa....aa.
aa....aa: {procedure|trigger}
S: Terminates processing.
O:
Export:
aa....aa cannot be exported because the system has no aa....aa.
Import:
Add RDAREAs for the stored procedures with the database structure modification utility, and then import the stored procedures.

KFPX28502-E L+S

Incompatible aa....aa between export and import system

Objects cannot be imported because the aa....aa of the export system is different from that of the import system.
aa....aa: Item:
byte order: Byte order
S: Terminates processing.
O: Export/import objects between systems that support the same byte order.

KFPX28503-E L+S

Incompatible character code set, HiRDB= aa....aa, export file=bb....bb

The character codes of the export file are inconsistent with the character codes of the import destination HiRDB.
aa....aa: HiRDB Character codes:
CHINESE: EUC Chinese kanji codes
LANG-C: One-byte character codes
SJIS: Shift JIS kanji codes
UJIS: EUC Japanese kanji codes
UTF-8: Unicode (UTF-8)
bb....bb: Export file character codes:
CHINESE: EUC Chinese kanji codes
LANG-C: One-byte character codes
SJIS: Shift JIS kanji codes
UJIS: EUC Japanese kanji codes
UTF-8: Unicode (UTF-8)
S: Terminates processing.
O: Export/import objects between systems that support the same type of character codes.

KFPX28504-W L+S

Unable to specify aa....aa name, reason~bb....bb, name="cc....cc"."dd....dd"

Triggers internally created by HiRDB during the table definition of a referencing table cannot be exported. Such triggers, which are created when a referencing table is imported/exported, need not be imported/exported.
aa....aa: Name
trigger
table
bb....bb: Reason
system trigger
AUDIT TRAIL TABLE
cc....cc: Schema name
dd....dd: Trigger name or table identifier
S: Ignores the processing of the specified name, and continues processing.
O: Take one of the following actions:
  • If bb....bb is system trigger, the name of the trigger internally created by HiRDB during the definition of the referencing table should not be specified as the name of the control statement.
  • If bb....bb is AUDIT TRAIL TABLE, the name of the audit trail table should not be specified as the name of the control statement.

KFPX28505-E E+L

Audit trail file write error, reason=aaaaa

An error occurred during output of the audit trail file. The audit trail for the utility is not output to the audit trail file.
aaaaa: Error detail code
S: Continues processing.
O: Resolve the cause of the error by referencing the error detail code. For details about error codes, see 4.2 Detail codes for system-related errors.

FPX29001-E S

Specified value aa....aa invalid

The specified value was outside the permitted range of values.
aa....aa: Specified invalid value
S: Ignores the specified value, in which case the set value is not changed.
Action
Select the menu again and correct the value.

KFPX29003-E S

Enter file or directory name with complete path name=aa....aa

The directory and file names must be absolute path names beginning with /.
aa....aa: Specified file name and directory name
S: Ignores the specified value, in which case the set value is not changed.
Action
Specify the complete path name.

KFPX29005-E S

Invalid file or director specified aa....aa bb....bb

The specified directory or file name was invalid.
aa....aa: Specified directory or file name
bb....bb: Type of error:
not character special file:
A raw file was selected, but the specified file was not a character special file; or, the specified file was not found.
invalid directory name:
A regular file was selected, but a file name was specified without the high-order directory name.
not UNIX file:
A regular file was selected, but the specified file was not a regular file.
S: Ignores the specified value, in which case the set value is not changed.
Action
Select the item again and enter the correct directory or file name.

KFPX29006-E S

Rdarea-add-menu can select after system generation

The Add RDAREA menu cannot be selected until system generation is completed.
S: Resumes processing.
Action
Add RDAREAs after system generation is completed.

KFPX29009-E S

System-generation can select after unit initialized

When a HiRDB/Parallel Server environment is being created, system generation cannot be selected until unit initialization has been completed. A unit has not been initialized, or initialization of the unit containing the system manager or dictionary server has not been completed.
S: Resumes processing by ignoring the specified value.
Action
Select the unit initialization menu to initialize units and generate the system after unit initialization has been completed.

KFPX29010-E S

Invalid status

Menu selection order is invalid. Or, HiRDB has already been started in the HiRDB directory where the HiRDB environment is to be created.
S: Ignores the specified value.
Action
Select the menus in the correct order.
To re-create the HiRDB environment in this HiRDB directory, terminate HiRDB, execute the pdsetup command, and then re-execute.

KFPX29011-E S

HiRDB directory or /tmp is full in aa....aa

Specified menu processing cannot be executed because there is not enough space in the HiRDB directory or /tmp at host aa....aa.
aa....aa: Name of the host where the space shortage occurred
S: Cancels the specified menu processing.
Action
Create at least 1 MB of space in the HiRDB directory and /tmp at host aa....aa and re-execute the menu.

KFPX29012-E S

Plugin-setup-menu can select after system generation

The plug-in setup screen can be selected only after system generation is complete.
S: Resumes processing by ignoring the specified value.
Action
After the system build is complete, select the plug-in setup screen from the main menu.

KFPX29013-E S

Invalid file or directory specified aa....aa

The specified directory or file name contains an error. The following are possible causes of the problem:
  • A plug-in PP is not installed.
  • A name specified in an item contains an error.
aa....aa: Specified directory or file name (for a remote host, hostname: is indicated at the beginning of the name)
S: Resumes processing.
Action
Check whether a plug-in PP is installed. If it is installed, check the name of the plug-in PP installation directory, the name of the plug-in, the name of the plug-in definition file, and the name of the plug-in PIC file.
After correcting the cause of the error, re-execute the plug-in setup option(s) in the plug-in setup menu.

KFPX29015-E S

Unable to setup PLUGIN for necessary parameter omitted

A required parameter is omitted on the plug-in setup screen; the plug-in was not installed.
The name of the plug-in PP installation directory, the name of the plug-in, the name of the plug-in definition file, and the name of the plug-in PIC file cannot be omitted on the plug-in setup screen.
S: Resumes processing.
Action
On the plug-in setup screen, specify the name of the plug-in PP installation directory, the name of the plug-in, the name of the plug-in definition file, and the name of the plug-in PIC file and then re-execute the plug-in setup option(s).

KFPX29017-E S

PLUGIN already exists

The specified plug-in is already registered.
S: Resumes processing.
Action
Confirm the values specified on the plug-in installation screen. After revising any values that need to be modified, re-execute.

KFPX29500-I L

HiRDB system generation start at aa....aa on bb....bb

HiRDB system environment generation will be started.
aa: Start time (hh:mm:ss)
bb....bb: Start date (yyyy/mm/dd)
S: Continues processing.

KFPX29501-I L

HiRDB system generation ended return code=aa....aa at bb....bb on cc....cc

HiRDB system environment generation has terminated.
aa....aa: Return code:
0: Normal termination
8: Abnormal termination
bb....bb: Termination time (hh:mm:ss)
cc....cc: Termination date (yyyy/mm/dd)
S: Terminates processing.
Action
If the return code is 8, HiRDB system environment generation failed and the process was cancelled. Correct the error by referring to the %PDDIR%\spool\result_generate.log file, and then re-execute environment generation from setup.

KFPX29502-I L

HiRDB definition files creation start, PDCONFPATH=aa....aa

Creation of a HiRDB system definition file group is starting.
aa....aa: Name of the directory in which the HiRDB system definition file group will be created
S: Continues processing.

KFPX29503-I L

HiRDB definition files creation ended

Creation of a HiRDB system definition file group has terminated.
S: Continues processing.

KFPX29504-I L

HiRDB file system area initialization for aa....aa start, file=bb....bb:cc....cc, size=dd....dd

Initialization of a HiRDB file system area is starting.
aa....aa: Purpose of the HiRDB file system area:
DB: For RDAREAs
SYS: For system files
WORK: For work tables
UTL: For utilities
SVR: For any purpose other than utilities
bb....bb: Host name
cc....cc: Name of the HiRDB file system area
dd....dd: Size of the HiRDB file system area (in MB)
S: Continues processing.

KFPX29505-I L

HiRDB file system area initialization ended, file=aa....aa:bb....bb

Initialization of a HiRDB file system area terminated.
aa....aa: Host name
bb....bb: Name of the HiRDB file system area
S: Continues processing.

KFPX29506-I L

HiRDB system file initialization for aa....aa start

Initialization of a system file is starting.
aa....aa: System file type:
system_log: System log file
synchronization_point_dump: Synchronization point dump file
server_status: Server status file
unit_status: Unit status file
S: Continues processing.

KFPX29507-I L

HiRDB system file initialization ended

Initialization of a system file has terminated.
S: Continues processing.

KFPX29508-I L

HiRDB system starting at aa....aa on bb....bb

Activation of the HiRDB system is starting.
aa....aa: Activation start time (hh:mm:ss)
bb....bb: Activation start date (yyyy/mm/dd)
S: Continues processing.

KFPX29509-I L

HiRDB system started at aa....aa on bb....bb

Activation of a HiRDB system has been completed.
aa....aa: Activation completion time (hh:mm:ss)
bb....bb: Activation completion date (yyyy/mm/dd)
S: Continues processing.

KFPX29510-I L

HiRDB management file creation start, HiRDB file system area=aa....aa

Creation of the HiRDB management information file is starting.
aa....aa: Name of the HiRDB file system area
S: Continues processing.

KFPX29511-I L

HiRDB management file creation ended

Creation of HiRDB management information has terminated.
S: Continues processing.

KFPX29512-E L

Specified directory aa....aa is not HiRDB directory

The directory specified in the PDDIR environment variable is not a HiRDB directory, or its setup has not been completed.
aa....aa: Name of the directory specified in the PDDIR environment variable
S: Terminates processing.
Action
If the name of the HiRDB directory is incorrect, correct it. If setup has not been completed, rebuild the environment after setup is completed.

KFPX29513-E L

Invalid HiRDB status, PDDIR=aa....aa

HiRDB is already active in the HiRDB directory in which an attempt to build a HiRDB environment is being made.
aa....aa: Name of the directory specified in the PDDIR environment variable
S: Terminates processing.
Action
Check the value specified in the PDDIR environment variable. If the specified value is correct, stop the active HiRDB, perform setup again, and then build an environment.

KFPX29514-E L

System call error, func=aa....aa, errno=bb....bb

An error occurred in a system function.
aa....aa: System function name
bb....bb: Error code
S: Terminates processing.
Action
Check the errno of the system function, correct the error, and then re-execute.

KFPX29515-E L

aa....aa file "bb....bb" open failed, reason code=cc....cc

Opening of file aa....aa failed.
aa....aa: File type:
Management: Management information
bb....bb: File name
cc....cc: Error detail code
S: Terminates processing.
Action
Check the error detail codes related to the management information access library, correct the error, and then re-execute.

KFPX29516-E L

HiRDB definition file creation failed, file="aa....aa"

Creation of a HiRDB system definition file failed.
aa....aa: File name
S: Terminates processing.
Action
Determine the cause of the error from the error message output to the execution results log file for environment building that was performed before this message was output, correct the error, and then re-execute.

KFPX29517-E L

HiRDB file system area initialization failed, path name="aa....aa"

Initialization of a HiRDB file system area failed.
aa....aa: Name of the HiRDB file system area
S: Terminates processing.
Action
Determine the cause of the error from the error message output to the execution results log file for environment building that was performed before this message was output, correct the error, and then re-execute.

KFPX29518-E L

HiRDB system file initialization failed, file="aa....aa"

Initialization of a system file failed.
aa....aa: File name
S: Terminates processing.
Action
Determine the cause of the error from the error message output to the execution results log file for environment building that was performed before this message was output, correct the error, and then re-execute.

KFPX29519-E L

HiRDB start failed

HiRDB system startup failed.
S: Terminates processing.
Action
Determine the cause of the error from the error message output to the execution results log file for environment building that was performed before this message was output, correct the error, and then re-execute.

KFPX29520-E L

HiRDB management file creation failed, reason code=aa....aa

Creation of the HiRDB management information file in the HiRDB file system area failed.
aa....aa: Error detail code
S: Terminates processing.
Action
Check the error detail codes related to the management information access library, correct the error, and then re-execute.

KFPX29521-I L

PLUGIN setup start

Plug-in setup is starting.
S: Continues processing.

KFPX29522-I L

PLUGIN setup ended

Plug-in setup has terminated.
S: Continues processing.

KFPX29523-I L

Registry initialization start

Registry initialization is starting.
S: Continues processing.

KFPX29524-I L

Registry initialization ended

Registry initialization has terminated.
S: Continues processing.

KFPX29525-I L

Processing of PLUGIN registration start

Plug-in registration is starting.
S: Continues processing.

KFPX29526-I L

Processing of PLUGIN registration ended

Plug-in registration has terminated.
S: Continues processing.

KFPX29527-E L

PLUGIN setup failed, PLUGIN name=aa....aa, install directory=bb....bb

Setup of plug-in aa....aa failed.
aa....aa: Plug-in name
bb....bb: Name of the installation directory in which the plug-in was to be set up
S: Terminates processing.
Action
Determine the cause of the error from the error message output to the execution results log file for environment building that was performed before this message was output, correct the error, and then re-execute.

KFPX29528-E L

Registry initialization failed

Registry initialization failed.
S: Terminates processing.
Action
Determine the cause of the error from the error message output to the execution results log file for environment building that was performed before this message was output, correct the error, and then re-execute.

KFPX29529-E L

Processing of PLUGIN registration failed, PLUGIN name=aa....aa

Registration of plug-in aa....aa failed.
aa....aa: Plug-in name
S: Terminates processing.
Action
Determine the cause of the error from the error message output to the execution results log file for environment building that was performed before this message was output, correct the error, and then re-execute.

KFPX29631-E D

The value of [aa....aa] is not numeric.

In the definition of the detail definition screen, a non-numeric value was specified in a numeric specification input item.
aa....aa: Name of the input item with an invalid specification value
S: Displays an error message; waits until the correct value is entered.
Action
Specify a numeric value, and then re-execute the command.

KFPX29632-E D

The value of [aa....aa] contains an out-of-range error.

In the definition of the detail definition screen, an out-of-range value was specified in an input item.
aa....aa: Name of the input item with an invalid specification value
S: Displays an error message; waits until the correct value is entered.
Action
Specify a value within the range, and then re-execute the command.

KFPX29633-E D

An error occurred when the operand information file was being read.
Detail: <aa....aa>
Error row: <bb....bb>

An error occurred during the reading of the operand information file (an internal information file for managing the simple setup tool).
aa....aa: Detailed information on the error (one of the following character strings is embedded):
  • Operand information is coded before the version.
  • Invalid operand information type.
  • Invalid operand format.
  • Invalid operand abbreviation criteria.
  • Invalid operand disclosure criteria.
  • Invalid target server type.
  • Invalid specifiable definition type.
  • Invalid value type.
  • Invalid minimum value.
  • Invalid maximum value.
  • Invalid OS type.
  • Invalid multiple operand specification criteria.
  • Invalid option flag abbreviation criteria.
  • Invalid option flag disclosure criteria.
  • Invalid flag argument criteria.
  • Operand information in COM0 format not found.
  • Operand information does not exist.
bb....bb: Error row
S:
  • In cases other than Operand information does not exist:
    The operand that produced the error will not be editable in the detail definition screen.
  • In the case of Operand information does not exist:
    Terminates processing.
Action
Re-install HiRDB, and then re-run the simple setup tool.

KFPX29634-E D

Operand information file (aa....aa) not found.

Operand information file aa....aa not found.
aa....aa: Name of the operand information file
S: Processing continues, but the operand in error cannot be edited on the detail definition screen.
Action
Set the operand information file indicated in aa....aa, and then re-execute the command.

KFPX29635-E D

Operand information file (aa....aa) is empty.

Invalid contents of operand information file aa....aa.
aa....aa: Name of the operand information file
S: Processing continues, but the operand in error cannot be edited on the detail definition screen.
Action
Review the operand information file aa....aa, and then re-execute the command.

KFPX29636-E D

Unable to open the operand information file (aa....aa)

Operand information file aa....aa cannot be opened.
aa....aa: Name of the operand information file
S: Processing continues, but the operand in error cannot be edited on the detail definition screen.
Action
Check the status of the operand information file aa....aa, make sure that it is in the open-enabled status, and then re-execute the command.

KFPX29637-E D

The value of [aa....aa] has a character count limit error.

The number of characters specified in an input item in the detail definition screen exceeded the limit.
aa....aa: Name of the input item with the invalid specification value
S: Displays an error message; waits until the correct value is entered.
Action
Reduce the number of characters to within the limit, and then re-execute the command.

KFPX29638-E D

Attempt to read the check results on the system definition failed.
Detail: <aa....aa>

The file storing the results of system definition checks could not be read.
aa....aa: Error details and the name of the affected file
S: Processing continues; the results of system definition checks are not displayed.
Action
Based on the error detail information indicated in aa....aa, resolve the error, and then re-execute the command.

KFPX29639-E D

No value was input.

A value is not specified in the required input item in the definition of the detail definition screen.
S: Displays an error message; waits until the correct value is entered.
Action
Specify a value, and then re-execute the command.

KFPX29640-E D

Less than the minimum required number of characters.

The value specified on the detail definition screen is less than the minimum required number of characters.
S: Displays an error message; waits until the correct value is entered.
Action
Change the specified value to greater than or equal to the minimum required number of characters, and then re-execute the command.

KFPX29641-E D

More than the maximum allowable number of characters.

The value specified on the detail definition screen is more than the maximum allowable number of characters.
S: Displays an error message; waits until the correct value is entered.
Action
Change the value to less than or equal to the maximum allowable number of characters, and then re-execute the command.

KFPX29642-E D

Non-numeric value.

A non-numeric value was specified in the input item in the definition of the detail definition screen.
S: Displays an error message; waits until the correct value is entered.
Action
Specify a numeric value, and then re-execute the command.

KFPX29643-E D

Less than the minimum required value.

The value specified in the definition of the detail definition screen is less than the minimum required value.
S: Displays an error message; waits until the correct value is entered.
Action
Specify a value greater than or equal to the minimum required value, and then re-execute the command.

KFPX29644-E D

Greater than the maximum allowable value.

The value specified in the definition of the detail definition screen is greater than the maximum allowable value.
S: Displays an error message; waits until the correct value is entered.
Action
Specify a value less than or equal to the maximum allowable value, and then re-execute the command.

KFPX29645-E D

The operand [aa....aa] cannot be deleted.

An attempt was made to delete an operand that cannot be omitted.
aa....aa: Operand name
S: Continues processing.

KFPX29646-E D

The operand to be added is not selected.

The operand to be added in the Select an add operand dialog box is not selected.
S: Displays an error message; waits until the correct operand is selected.
Action
Select the operand to be added.

KFPX29647-E D

The option flag to be added is not selected.

The option flag to be added in the Select an add option flag dialog box is not selected.
S: Displays an error message; waits until the correct option flag is selected.
Action
Select the option flag to be added.

KFPX29648-E D

The specified item [aa....aa] already exists.

An attempt was made to add item aa....aa, which already exists.
aa....aa: The parameter or name that was to be added
S: Displays an error message; waits until the correct value is entered.

KFPX29649-E D

The HiRDB file to which an RDAREA is to be allocated does not exist.

A HiRDB file name was not specified in the Specifying a HiRDB file to which an RDAREA is to be allocated dialog box.
S: Displays an error message; waits until the correct value is entered.
Action
Specify a HiRDB file, and then re-execute the command.

KFPX29650-E D

The name of the System A status file is the same as the name of the System B status file.

The same name was specified for the System A status file and the System B status file.
S: Displays an error message; waits until the correct value is entered.
Action
Eliminate any name duplication between the System A and System B system status files, and then re-execute the command.

KFPX29651-E D

The name of the System A system log file is the same as the name of the System B system log file.

The same name was specified for both the System A and System B system log files.
S: Displays an error message; waits until the correct value is entered.
Action
Eliminate nay name duplication between the System A and System B system log files, and then re-execute the command.

KFPX29652-E D

The -o option can be specified only for one buffer.

In the Edit global buffer dialog box, an attempt was made to allocate the -o option to more than one global buffer.
S: Displays an error message, and cancels the allocation operation.
Action
Review the -o option to be specified for global buffers, and then re-execute the command.

KFPX29653-E D

No value specified in [aa....aa]

No value is specified in the aa....aa input item in the detail definition screen for the simple setup tool.
aa....aa: Name of the input area with an invalid specification value
S: Displays an error message; waits until the correct value is entered.
Action
Specify a value, and then re-execute the command.

KFPX29654-E D

A hosts file read error occurred.
Detail: <aa....aa>

The error indicated by aa....aa occurred during the reading of the hosts file.
aa....aa: Detailed information on the hosts file read error
S: Continues processing.
Action
Based on the detailed error information indicated in aa....aa, resolve the error, and then re-execute the command.

KFPX29655-E D

Select a host name.

A host name is not selected in the Select a host name from the hosts file dialog box.
S: Displays an error message; waits until the correct host name is selected.
Action
Select a host name, and then re-execute the command.

KFPX29656-E D

Incomplete specification of [aa....aa].

The specification of aa....aa is incomplete in the definition of the detail definition screen for the simple setup tool.
aa....aa: Name of the input item with an incomplete specification value
S: Displays an error message; waits until the correct value is entered.
Action
Specify the correct value, and then re-execute the command.

KFPX29657-E D

No RDAREA allocated to global buffer [aa....aa].

No RDAREA is allocated to the global buffer in the Edit global buffer dialog box.
aa....aa: Name of the error-generating global buffer.
S: Displays an error message; waits until the command is executed with the correct specification.
Action
Allocate an RDAREA to the global buffer, and then re-execute the command.

KFPX29658-E D

No HiRDB file allocated to RDAREA [aa....aa].

In the Edit RDAREA dialog box, no HiRDB is allocated to RDAREA aa....aa.
aa....aa: RDAREA name
S: Displays an error message; waits until the correct value is entered.
Action
Allocate a HiRDB file to the RDAREA indicated by aa....aa, and then re-execute the command.

KFPX29659-E D

Only one HiRDB setup tool can be started.

An attempt was made to start more than one HiRDB simple setup tool.
S: Continues processing.
Action
The previously started simple setup tool should be closed. Or, the previously started simple setup tool should be used.

KFPX29660-E D

The pdconfchk command in the current version of HiRDB does not support this setup tool; so definition checks cannot be performed. After the setup process is complete or the definition is updated, run the pdconfchk command from the command prompt to check the contents of the definition.

Because the HiRDB version being used is old, the pdconfchk command does not support HiRDB's simple setup tool. For this reason, operands cannot be checked. Use the pdconfchk command to check the operands after the setup process or the definition updating process is complete.
S: Continues processing.
Action
Use the pdconfchk command to check the operands after the setup process or the definition updating process is complete. The pdconfchk command compatible with the simple setup tool is available in HiRDB 06-02-/B or later.

KFPX29661-E D

The pd_system_id operand cannot be changed when the definition.

For updating a definition, the pd_system_id operand cannot be changed.
S: Continues processing.

KFPX29662-E D

In [aa....aa], the value of [bb....bb] is not specified.

In a system switchover specification, bb....bb for unit aa....aa is not specified.
aa....aa: Unit name
bb....bb: Missing item
S: Displays an error message; waits until the correct value is entered.
Action
Specify the input item where the error is indicated, and then re-execute the command.

KFPX29663-E D

The value of [bb....bb] in [aa....aa] is not numeric.

In a system switchover specification, bb....bb required for unit aa....aa is not specified as a numeric value.
aa....aa: Unit name
bb....bb: Input item where the error is indicated
S: Displays an error message; waits until the correct value is entered
Action
Specify a numeric value, and then re-execute the command.

KFPX29664-E D

The value of [bb....bb] in [aa....aa] has an out-of-range error.

In a system switchover specification, the value specified in bb....bb for unit aa....aa is out of range.
aa....aa: Unit name
bb....bb: Input item where the error is indicated
S: Displays an error message; waits until the correct value is entered.
Action
Specify a value within the range, and then re-execute the command.

KFPX29665-E D

The value of [bb....bb] in [aa....aa] has a character count limit error.

The value of bb....bb in unit aa....aa has a character count limit error.
aa....aa: Unit name
bb....bb: Error-indicated input item
S: Displays the error message, and waits for input of the correct value.
Action
Specify a value within the range, and then re-execute the command.

KFPX29666-E D

The -i option (initializing an area) is not specified. When using the system switchover facility, the -i option (initializing an area) must be specified.

The system switchover facility is specified, but the -i option (initializing an area) is not specified in the Edit the HiRDB file system area dialog box.
S: Displays an error message; waits until the correct value is entered.
Action
When using the system switchover facility, specify the -i option (initializing an area), and then re-execute the command.

KFPX29667-E D

The -i option (initializing an area) in [aa....aa] is not specified. When using the system switchover facility, the -i option (initializing an area) must be specified.

The system switchover facility is specified, but the -i option (initializing an area) for the HiRDB file system area aa....aa is not specified in the Edit the HiRDB file system area dialog box.
aa....aa: Name of the HiRDB file system area
S: Displays an error message; waits until the correct value is entered.
Action
When using the system switchover facility, specify the -i option (initializing an area), and then re-execute the command.

KFPX29668-E D

SVR is specified in the -k option (purpose of use) of [aa....aa]. When the system switchover facility is used, SVR cannot be specified in the -k option (purpose of use).

The system switchover facility is specified, but SVR is specified as the purpose of use for the HiRDB file system area aa....aa.
aa....aa: Name of the HiRDB file system area
S: Displays an error message; waits until the correct value is entered.
Action
When using the system switchover facility, specify an appropriate purpose of use other than SVR, and then re-execute the command.

KFPX29669-E D

No secondary system host name is specified for a unit. When the system switchover facility is used, a secondary system host name must be specified in the setup dialog for the system switchover facility.

The system switchover facility is specified, but no secondary system host name is specified for the unit.
S: Displays an error message; waits until a secondary system host name is entered and the command is re-executed.
Action
For the unit for which no secondary system host name is specified, use the setup dialog for the system switchover facility to specify a secondary system host name, and then re-execute the command.

KFPX29670-E D

Acquisition of a folder name failed. Processing has been terminated.

The acquisition of the folder name specified in the Reference a folder dialog box failed.
S: Displays an error message; waits until the correct folder name is specified and the command is re-executed.
Action
Either check the status of the specified folder and put it in a reference-enabled status or specify another folder, and then re-execute the command.

KFPX29671-E D

The execution directory is invalid. Processing has been terminated.
The setup tool should be executed in the HiRDB install directory\pdzistup\bin directory.

The execution directory for the simple setup tool is invalid.
S: Terminates processing.
Action
Review the execution directory. Re-execute the command from an appropriate directory. Notice that this error is generated when the system searches for the HiRDB installation directory \bin\pdntcmd.bat from the execution directory for the simple setup tool and if the installation directory is not found.

KFPX29672-E D

The installation environment file (Setup.ini) for HiRDB is invalid. Processing has been terminated.
HiRDB may not have been installed correctly. Check the HiRDB installation environment.

The contents of the installation environment file (Setup.ini) for HiRDB are invalid.
S: Terminates processing.
Action
Review the HiRDB installation environment. If the environment is invalid, re-install HiRDB, and then re-execute the command.

KFPX29673-E D

The port number is incorrect. Port numbers must be between 5001 and 65535.

A value other than 5001 through 65535 was specified as a port number.
S: Generates an error message; waits until the correct value is specified as a port number and the command is re-executed.
Action
Change the port number specification to within the 5001 through 65535 range, and then re-execute the command.

KFPX29674-E D

The specified drive does not have enough space; setup cannot be continued.
aa....aa

The destination drive for the setup process does not have enough free space; the setup processing cannot be continued.
aa....aa:
Standard or custom setup:
setup-destination-folder-name (this is output if the system files and the RDAREA are stored in different folders)
Wizard setup:
hostname:setup-destination-folder-name
S: Generates an error message; waits until the command is executed by specifying the name of an appropriate folder for the setup process.
Action
Specify a folder in a drive that has enough free space as a setup destination, and then re-execute the command.

KFPX29675-E D

There are too many backup files for aa....aa. Delete some backup files, and then select OK. If the cancel option is entered, the files will be overwritten.

There are too many backup files; a backup file cannot be created.
aa....aa: Name of the file to be backed up.
S: Waits for an action in response to the message.
Action
When deleting a backup file, delete the file, and then click OK. To overwrite a backup file, click Cancel.

KFPX29676-E D

The port number is already used by another program. <Default: 22200>
Check the following files, and specify an available number:
Host is UNIX
[Figure]"/etc/services"
Host is Windows
[Figure]"Windows system directory \drivers\etc\services"

The port number specified in the HiRDB system definition is already being used by another program listed in the services file.
S: Generates an error message; waits until an available port number is specified and the command is executed.
Action
Check the contents of the services file of the setup target host, and ensure that there are no duplicate port numbers specified in the HiRDB system definition. Also, because other programs do not check for duplication of port numbers that are being used but are not listed in the services file, execute the netstat command from the setup target host to verify whether the specified port number is in use.

KFPX29677-E D

A system error occurred.
[Figure]Error code: aa....aa
[Figure] Error contents: bb....bb
[[Figure] API name: cc....cc]

A system error has occurred. This error message is output when an error occurs during setup in Windows system process processing or with the Windows API.
aa....aa: System error code
bb....bb: System error contents
cc....cc: Name of the API where the error occurred
S: Terminates processing.
Action
There may be insufficient memory. Increase the memory or delete unnecessary applications, and then re-execute. If this error occurs even when there is no memory shortage, contact the customer support center. The term process processing used in the message refers to the processing of the Win32 API Create Process function. The API name is not always displayed.

KFPX29678-E D

File creation failed.
File name: aa....aa
Terminates processing.

Creation of the file indicated by aa....aa failed.
aa....aa: File name
S: Terminates processing.
Action
Check to see if the system is in a condition that permits the creation of the aa....aa; resolve the cause of the error, and then re-execute the command.

KFPX29679-E D

Setup tool ini file open failure.
File name: aa....aa
Terminates processing.

Opening of the ini file indicated by aa....aa failed.
aa....aa: Name of the ini file that failed to open
S: Terminates processing.
Action
Check to see if the ini file indicated by aa....aa exists or it is in a condition in which it can be opened; resolve the cause of the error, and then re-execute the command.

KFPX29680-E D

An error occurred in aa....aa processing. The contents of the error have been output to the log file pdi_log.txt.

Error occurred during aa....aa processing.
aa....aa: The processing in which the error occurred
S: Terminates processing.
Action
Investigate the contents of the error that are output to the log file pdi_log.txt; resolve the cause of the error, and then re-execute the command.

KFPX29681-E D

An error occurred during socket initialization. Processing has been terminated.

An error occurred during the initialization of a Windows socket. It is possible that the system is not ready to establish a network connection or the maximum number of processes that can simultaneously use WinSock has been reached.
S: Terminates processing.
Action
Either the system is not ready to establish a network connection or the maximum number of processes that can simultaneously use WinSock has been reached. Re-execute the command after a while.

KFPX29682-E D

Creation of a temporary file directory failed.
Directory name: aa....aa
Terminates processing.

Creation of temporary file directory aa....aa failed.
aa....aa: Directory name
S: Terminates processing.
Action
Investigate whether directory aa....aa is in a condition in which it can be created; resolve the cause of the error, and then re-execute the command.

KFPX29683-E D

The variable aa....aa is specified incorrectly. The variable aa....aa must be specified as four alphanumeric characters.

The input item aa....aa is specified incorrectly.
aa....aa: Input item
S: Displays an error message; waits until the correct value is entered.
Action
Specify the input item with four alphanumeric characters, and then re-execute the command.

KFPX29684-E D

An attempt to read the system definition file failed.
Terminates processing.
[Figure]Subject file: aa....aa
[Figure] Error contents: bb....bb

The reading of the system definition file aa....aa failed due to the cause indicated by bb....bb.
aa....aa: System definition file
bb....bb: Error contents
S: Continues processing.
Action
Based on the error description indicated in bb....bb, resolve the cause of the error, and then re-execute the command.

KFPX29685-E D

An error occurred during creation of database information.
Error contents: aa....aa
Details of the error are output to the log file pdi_log.txt.

An error occurred during database information creation processing.
aa....aa: Error contents
  • File open failure
  • File read failure
  • Memory shortage
  • Invalid format for definition contents
S: Terminates processing.
Action
If the error contents indicated by aa....aa and the log file (pdi_log.txt) are output, reference the contents of the log file, resolve the cause of the error, and then re-execute the command.

KFPX29686-E D

An error occurred during access to the remote host. Processing has been terminated.
[Details of the error are output to the log file pdi_log.txt.]

An error occurred during access to the remote host for the following possible reasons:
  • Unable to open the target file.
  • Target file inaccessible.
  • Either the remote host has not started or does not exist.
  • The port number for the Rsh Port Name (the name set by the pdntenv command) code in the service file for the remote host does not match that of the local host.
  • The user starting up the HiRDB service for the remote host does not match that of the local host.
  • The HiRDB service for the remote host does not start.
  • The logon user/password (HiRDB administrator) for the remote host does not match that of the local host.
S: Terminates processing.
Action
Based on the contents that are output to the log file (pdi_log.txt) and conceivable reasons, resolve the cause of the error, and then re-execute the command.

KFPX29687-E D

An error occurred during the generation of an internal object. Processing has been terminated.
It is possible that there is a memory shortage.

An error occurred during the generation of an internal object for the simple setup tool. A possible cause is a memory shortage.
S: Terminates processing.
Action
Either provide additional memory or close any applications that are not needed, and then re-execute the command.

KFPX29688-E D

An error occurred during file generation (directory).
Cause: aa....aa
Name of the host on which the file was being created: bb....bb
File name: cc....cc

An error occurred during creation of a file (directory) for the following possible reasons:
  • Target file cc....cc cannot be opened in the overwrite mode.
  • Target file cc....cc is inaccessible.
  • Either remote host bb....bb has not started or does not exist.
  • The port number for Rsh Port Name (the name set by the pdntenv command) code in the service file for the remote host bb....bb does not match that of the local host.
  • The user starting up the HiRDB service for remote host bb....bb does not match that of the local host.
  • The HiRDB service for the remote host bb....bb has not been started.
  • The logon user/password (HiRDB administrator) for the remote host bb....bb does not match that of the local host.
aa....aa: Cause of error
  • Copying failed
  • Backup failed
  • File open failed
  • Access to remote host file failed
  • Directory creation failed
bb....bb: Name of the host in which a file (directory) was to be created
cc....cc: File (directory) name
S: Terminates processing.
Action
Investigate the cause of the error indicated by aa....aa, resolve the cause of the error, and then re-execute the command.

KFPX29689-E D

File open failure
File name: aa....aa

Opening the file aa....aa failed.
aa....aa: File name
S: Terminates processing.
Action
Investigate whether file aa....aa is in a condition in which it can be opened, resolve the cause of the error, and then re-execute the command.

KFPX29690-E D

A memory shortage occurred. KFPX29687-

A memory shortage occurred.
S: Terminates processing.
Action
Either provide additional memory or close any applications that are not needed, and then re-execute the command.

KFPX29691-E R

An error occurred during HiRDB startup processing. Refer to the messages output to syslogfile (in Windows, the event log), and take action as indicated in the messages.

An error occurred during HiRDB starting processing. Refer to the messages output to the event log (in UNIX, syslogfile), and take appropriate action.
S: Terminates processing.
Action
Refer to the messages output to the event log (in UNIX, syslogfile), eliminate the cause of the error, and re-execute.

KFPX29692-Q D

Operand [aa....aa] will be deleted. OK to proceed?

This is a deletion confirmation message on operand aa....aa.
aa....aa: Operand name
S: Take action in response to the message.

KFPX29693-Q D

Option flag [bb....bb] for operand [aa....aa] will be deleted. OK to proceed?

This is an option flag bb....bb deletion confirmation message on operand aa....aa.
aa....aa: Operand name
bb....bb: Option flag
S: Take action in response to the message.

KFPX29694-Q D

In operand [aa....aa] only the option flag [bb....bb] exists. The operand itself will be deleted. OK to proceed?

This is an option flag bb....bb deletion confirmation message on operand aa....aa. Because the operand aa....aa only contains the option flag bb....bb, deleting the option flag also deletes the operand.
aa....aa: Operand name
bb....bb: Option flag
S: Take action in response to the message.

KFPX29695-Q D

In operand [aa....aa], option flag [bb....bb] cannot be omitted. Deleting the option flag will result in the deletion of the operand itself. OK to proceed?

This is an option flag bb....bb deletion confirmation message on operand aa....aa. Because the option flag bb....bb cannot be omitted, deleting the option flag also deletes the operand.
aa....aa: Operand name
bb....bb: Option flag
S: Take action in response to the message.

KFPX29696-Q D

Item aa....aa will be deleted. OK to proceed?

This is an aa....aa deletion confirmation message.
aa....aa: Item to be deleted
S: Take action in response to the message.

KFPX29697-Q D

Checks on the system definition are not yet complete; the setup process cannot be started. OK to terminate the detailed definition?

This is a confirmation message asking whether the detail definition screen can be closed when checks on the system definition are not yet complete. The setup process cannot be executed unless checks on the system definition are complete.
S: Take action in response to the message.

KFPX29698-Q D

The contents of the system definition have been modified, but definition update processing has not yet been executed. Close the detailed definition?

This is a confirmation message asking whether the detail definition screen can be closed when definition updating processing has not yet been executed.
S: Take action in response to the message.

KFPX29699-Q D

HiRDB is starting. Stop HiRDB and continue with setup?
Note: If the HiRDB environment has already been set up, executing the setup process will overwrite the current environment.

This is a confirmation message asking whether the processing of the simple setup tool is to be continued by closing HiRDB, in view of the fact that the simple setup tool was started when HiRDB was still running.
S: Take action in response to the message.

KFPX29700-Q D

The specified setup directory is not found. [<aa....aa>]
Create a directory?

This is a confirmation message asking whether a directory is to be created when the directory created at the setup destination is not found.
aa....aa: Setup destination directory name (indicated for a custom screen)
S: Take action in response to the message.

KFPX29701-Q D

All currently set information will be reset if control is returned to the startup screen. OK to proceed?

  • This is a confirmation message asking whether it is OK to proceed in view of the fact that if control is returned from the custom screen to the startup screen, all information defined on the custom screen is reset to the default status.
  • This is a confirmation message asking whether it is OK to proceed in view of the fact that if control is returned from the wizard setup screen to the startup screen, all information defined in the wizard setup is reset to the default status.
S: Take action in response to the message.

KFPX29702-Q D

The system definition file already exists in the setup destination HiRDB environment. Create a backup for the existing file?

This is a confirmation message asking whether a backup for the existing system definition file is to be created during the setup process.
S: Take action in response to the message.

KFPX29703-Q D

A HiRDB environment already exists. Continue with the setup process?
Note: If the HiRDB environment has already been set up, executing the setup process will overwrite the current environment.

This is a confirmation message asking whether the setup process is to be continued on the existing HiRDB environment.
S: Take action in response to the message.

KFPX29704-I D

Starting HiRDB setup processing.

This is a setup startup message.
S: Continues processing.

KFPX29705-I D

The setup process has been cancelled.

This is a setup cancellation message.
S: Continues processing.

KFPX29706-I D

In the current version of HiRDB, system definition files cannot be distributed to standby systems. Such files must be distributed manually.

Because the current version of HiRDB is old, system definition files cannot be distributed to the standby systems. Version 06-02/E or later should be used. If a version upgrade is not available, such files must be distributed manually.
S: Continues processing.
Action
Manually distribute the system definition files to the secondary system host.

KFPX29707-E D

Specify a setup directory.

An attempt was made to execute setup without specifying a setup directory.
S: Displays an error message; waits until the command is executed by specifying a setup directory.
Action
Execute the command by specifying a setup directory.

KFPX29708-E D

A non-alphanumeric character is specified in a logical file name.

Alphanumeric characters are not specified as a logical file name in the detail definition screen of the simple setup tool.
S: Displays an error message; waits until the command is executed with the correct value.
Action
Execute the command by specifying the correct value.

KFPX29709-I D

Item [aa....aa] has reached the maximum number that can be set in HiRDB.

In the detail definition screen of the simple setup tool, the value of the input item aa....aa reached the maximum number that can be set in HiRDB.
aa....aa: Input item name
S: Continues processing (by preventing the applicable value from being increased).

KFPX29710-I D

Item [aa....aa] has reached the minimum number that can be set in HiRDB.

In the detail definition screen of the simple setup tool, the value of the input item aa....aa reached the minimum number that can be set in HiRDB.
aa....aa: Input item name
S: Continues processing (by preventing the applicable value from being reduced).

KFPX29711-E D

A value other than SYS or SVR is specified as the type of the HiRDB file system area.

In the detail definition screen of the simple setup tool, a value other than SYS or SVR is specified as the purpose of the HiRDB file system area.
S: Displays an error message; waits until the command is executed with the correct value.
Action
Specify either SYS or SVR depending on the purpose of use, and then execute the command.

KFPX29712-E D

In [aa....aa], a non-alphanumeric character is specified.

In the detail definition screen of the simple setup tool, a non-alphanumeric character is specified in the input item aa....aa.
aa....aa: Input item name
S: Displays an error message; waits until the command is executed with the correct value.
Action
Execute the command by specifying the correct value.

KFPX29713-E D

The server [aa....aa] contains a mix of non-redundant and redundant file groups.

In the detail definition screen of the simple setup tool, the server aa....aa contains a non-redundant file group and redundant file groups on a mixed basis.
aa....aa: Server name
S: Displays an error message; waits until the command is executed with the correct value.
Action
Specify in a manner that eliminates the mixing of non-redundant and redundant file groups, and then execute the command.

KFPX29714-W D

HiRDB file system area for System A may be on the same disk as HiRDB file system area for System B.

It is possible that in the detail definition screen of the simple setup tool, the system A HiRDB file system area and the system B HiRDB file system area are set up on the same disk. If a disk failure occurs, setting up these areas on the same disk defeats the purpose of file redundancy. (Determine whether the file system areas are set up on the same disk as follows: In Windows, refer to the drive name of the specified HiRDB file system area path name; in UNIX, refer to the initial directory name of the specified HiRDB file system area path name).
S: Continues processing.
Action
Check to see whether the system A HiRDB file system area and the system B HiRDB file system area are set up on the same disk; if necessary, set them up so that they occupy separate disks.

KFPX29715-E D

Login to the setup target host failed.
[Figure]Error code: aa....aa

Login to the setup target host failed.
aa....aa: Reason code indicating the nature of the error
S: Displays an error message; waits until the command is re-executed.
Action
Check the items corresponding to the indicated reason code, and then log in again. If you still cannot log in after performing these checks, the HiRDB server needs to be upgraded.
Reason codeWhat to check
10
  • Is the setup target host running?
  • Does the setup target host exist?
  • Does the ping command successfully reach the specified host name or IP address?
20
  • Does the login user's password on the setup target host match the HiRDB administrator password?
  • Does the login user exist on the setup target host?
  • If the setup target host is running Windows, has the HiRDB service (HiRDB/Single Server or HiRDB/Parallel Server) been started?
    For details about how to check whether a service has been started, see the documentation for Windows.
  • Does the HiRDB server version on the setup target host match the HiRDB server version on the host that is executing the simple setup tool?
30
  • If the setup target host is running Windows, are the paths to the Windows directories correctly set?
  • If the setup target host is running UNIX, is there sufficient space available in /tmp/login-user-name?
  • If the setup target host is running UNIX, has rsh.exe been set to execute with HiRDB administrator privileges?
40
  • If the setup target host is running Windows, is there sufficient space available in %windir%\Temp\login-user-name?

KFPX29716-E D

Select the host to be set up.

The setup process was started when the input item in which a host name is specified is still empty.
S: Displays an error message; waits until the command is executed with the correct value.
Action
Specify a host name, and then re-execute the command.
Specify a UNIX host as a remote host, and then re-execute the command.

KFPX29718-E D

For host name [aa....aa], capacity of disk [bb....bb] is short by [cc....cc]MB.

For host name aa....aa, the disk capacity of bb....bb is insufficient by the disk volume indicated in cc....cc.
aa....aa: Host name
bb....bb: In Windows, the drive name; in UNIX, the file system name
cc....cc: Amount of disk capacity shortage
S: Displays an error message; waits until the command is re-executed.
Action
Take one of the following actions:
  • Delete any unneeded files from the disk to increase the amount of available space.
  • Reduce the size of the file to be created. Alternatively, create the file on a separate disk.

KFPX29720-E D

The name of the system A sync-point dump file is identical to that of the system B sync-point dump file.

The same name was specified for the system A sync-point dump file and the system B sync-point dump file.
S: Displays an error message; waits until the command is executed with the correct value.
Action
Specify files so that the system A sync-point dump file name and the system B sync-point dump file are not duplicated, and then re-execute the command.

KFPX29721-E D

Setup could not continue because the HiRDB environment does not exist in the setup target host.

There is no HiRDB environment in the specified target host.
S: Displays an error message; waits until the command is executed with the correct value.
Action
Specify the correct host name and operation directory, and then re-execute the command.

KFPX29722-E D

Specify the working directory.

The HiRDB directory was not specified.
S: Displays an error message, and waits for re-execution.
Action
Specify the HiRDB directory, and re-execute.

KFPX29724-Q D

The specified detailed definition information file (directory) does not exist. Create the file (directory)?

This confirmation message is output so that the user can confirm whether to create a file or directory when the named file or directory does not exist at the location specified for saving the detailed definitions.
S: Performs message response processing.
Action
Respond to the confirmation message.

KFPX29725-Q D

The specified detail definition information file (directory) already exists. Overwrite?

This message is for checking whether to overwrite the contents of a file or directory when there is already file or directory specified in the location for saving detailed definitions.
S: Performs message response processing.
Action
Respond to the confirmation message.

KFPX29727-E D

An error occurred while saving or reading a file (directory).
- Cause: aa....aa
- File name: bb....bb
- Detail code: cc....cc

An error occurred while the file (directory) was being saved or read. The following are possible causes:
  • The file cannot open in overwrite mode.
  • The file cannot be accessed.
  • There is a shortage of disk capacity for storing the file.
  • The file was not found.
aa....aa: Cause of the error:
  • The file could not be opened.
  • The file could not be written.
  • The file could not be read.
  • File deletion failed.
  • Directory creation failed.
  • Directory deletion failed.
bb....bb: Name of the file in which the error occurred
cc....cc: Code that displays the error detail information
S: Terminates processing.
Action
Investigate the cause of the error shown in aa....aa, eliminate the cause of the error, and then re-execute.

KFPX29731-E D

The specified value is invalid.
Detail: aa....aa

The specified value is invalid, so processing cannot continue.
aa....aa:
If aa....aa is Failed to connect to the local machine, the following are possible causes:
  • A name was not been input for the local machine.
  • The name that was input for the local machine is invalid.
  • The name that was input for the local machine exceeds the maximum length (HiRDB limit) of the host name.
If aa....aa is Environment contains an unspecified value or an out-of-range value, the following are possible causes:
  • No port number was input.
  • No unit number was input.
  • The value specified for the number of units is outside of the valid range.
  • The HiRDB size per unit is smaller than the minimum size (RDAREA capacity or system file capacity check error).
  • The maximum number of concurrently connected users was not input.
  • The value specified for the maximum number of concurrently connected users is outside of range.
  • No HiRDB size has been input.
  • The value specified for the HiRDB size is outside of the valid range.
  • The number set for front-end servers is out of the valid range.
  • The number set for back-end servers is out of valid range.
  • No automatic unload directory was input.
S: Terminates processing.
Action
If aa....aa is Failed to connect to the local machine:
  • Re-execute the simple setup tool to input the correct local machine name.
If aa....aa is Environment contains an unspecified value or an out-of-range value:
  • Input the correct value in the field where the cursor was set.

KFPX29732-E D

The HiRDB versions do not match.

The HiRDB versions do not match, so processing cannot continue. The following are possible causes:
  • The version of HiRDB in which the simple setup tool was started does not match the version of the setup destination HiRDB that is remotely connected.
S: Terminates processing.
Action
Check the version of HiRDB in which the simple setup tool was started and the version of the setup destination HiRDB that is remotely connected. If the versions are different, re-execute using the same version of HiRDB.

KFPX29733-E D

The size of the HiRDB file system area is insufficient.
aa....aa requires [bb....bb] or greater

A calculation for estimating the HiRDB file system area requirements indicates that there is a capacity shortage. The following are possible causes:
  • The specified HiRDB size, RDAREA capacity, or system file capacity is too small.
  • The settings (database configuration) for fields such as the specified number of users is too large
S: Terminates processing.
Action
Take one of the following corrective actions, and then re-execute.
  • Enlarge the size of HiRDB.
  • Change the RDAREA capacity ratio.
  • Reduce the settings (database configuration).

KFPX29734-I D

The user RDAREA set in the wizard was more than 64 GB.
Set to 64 GB.

Because a user RDAREA exceeding 64 GB cannot be created in the wizard, the value was set to 64 GB.
S: Continues processing.