Hitachi

Hitachi Advanced Database Messages


KFAA51214-E

The specified name is invalid. (buffer = aa....aa, option = b, reason = cc....cc) (M)

The specified name is invalid.

aa....aa:

Global buffer name

b: Option with invalid specification
  • g: Global buffer name

  • n: DB area name

cc....cc: Cause of the error
  • TOO LONG: The name is too long.

  • INVALID CHARACTER: The syntax rule of the global buffer name or identifier is violated.

S:

Stops the HADB server's start processing.

Action:

Check the specification of the server definition's adbbuff operand. There is an error in the specification of either the global buffer name specified in the -g option, or the DB area name specified in the -n option. The cause of the error is displayed in place of cc....cc. Take one of the following actions to correct the adbbuff operand specification, and then re-execute the adbstart command:

  • If cc....cc is TOO LONG

    Carefully review the maximum length of each name to sure that names fit within their length ranges.

  • If cc....cc is INVALID CHARACTER and b is g

    Respecify the global buffer name by referencing Operands and options related to global buffers (command format) in Detailed descriptions of the server definition operands in Designing the Server Definition in the HADB Setup and Operation Guide.

  • If cc....cc is INVALID CHARACTER and b is n

    See Specifying names in the manual HADB SQL Reference and revise the specified DB area name.