Hitachi

Hitachi Advanced Database Messages


KFAA40008-E

An error occurred while accessing the core files storage directory. (serverdef = adb_core_path, information = aa....aa) (M)

An error occurred when attempting to access the error information (core file) output directory.

aa....aa: Cause of the error
  • System call error, system call = "bb....bb", errno = cc....cc

    A system call error has occurred.

    bb....bb: Name of system call in which the error occurred

    cc....cc: Error number

  • NOT EXIST

    The directory specified in the adb_core_path operand in the server definition does not exist.

  • INVALID PATH FORMAT

    The specification format of the directory path specified in the adb_core_path operand in the server definition is invalid.

  • LENGTH ERROR

    The path of the directory specified in the adb_core_path operand in the server definition is too long.

  • INVALID LETTER

    An invalid character is specified in the adb_core_path operand in the server definition.

  • NO PERMISSION

    No permission has been granted to access the directory specified in the adb_core_path server definition operand.

S:

Terminates processing.

Action:

Eliminate the error based on the cause of the error aa....aa that is output in the message.

  • If aa....aa is System call error, system call = "bb....bb", errno = cc....cc

    Check in the OS documentation for the system call name and error number that are displayed, and then eliminate the cause of the error. If you cannot determine the corrective action to take based on the system call name and error number that are displayed, execute an adbinfoget command to collect troubleshooting information, and then contact the customer support center.

  • If aa....aa is NOT EXIST

    Correct the adb_core_path operand specification or create the directory specified in the adb_core_path operand.

  • If aa....aa is INVALID PATH FORMAT, LENGTH ERROR, or INVALID LETTER

    Correct the path name specified in the adb_core_path operand.

  • If aa....aa is NO PERMISSION

    Specify a directory that the HADB administrator is authorized to access (read, write, and execute) in the adb_core_path operand or grant access permissions (read, write, and execute) to the HADB administrator by executing the chmod OS command on the directory specified in the adb_core_path operand.