Hitachi

Hitachi Advanced Database Messages


KFAA50243-E

aa....aa could not access the command status file. (file = bb....bb, reason = cc....cc, kind = dd....dd, last command = ee....ee, errno = ff....ff) (M)

The aa....aa command cannot access the command status file bb....bb.

aa....aa: Command that cannot access the command status file
  • Import: adbimport command

  • Index-rebuild: adbidxrebuild command

  • Unarchive-chunk: adbunarchivechunk command

bb....bb:

Command status file name

cc....cc: Reason code
  • No-file: The file does not exist.

  • Invalid-permission: Access privilege (read or write privilege) for the file has not been granted.

  • Version-mismatch: The status file was created by using a different version.

  • Other-access-error: An access system call error other than the above occurred.

dd....dd: Type of the command status file
  • Import status file: Command status file of the adbimport command

  • Index-rebuild status file: Command status file of the adbidxrebuild command

ee....ee: Command that was last suspended
  • Import: adbimport command

  • Index-rebuild: adbidxrebuild command

  • Unarchive-chunk: adbunarchivechunk command

ff....ff:

Error number for the access system call

S:

Terminates processing.

Action:
  • If cc....cc is No-file or Version-mismatch and aa....aa is Import or Index-rebuild

    Execute the adbidxrebuild command with the --force option specified.

    If the suspended command is the adbimport command with background import applied (the -b option), executing the adbidxrebuild command with the --force option deletes stored information for table data that was being processed by the adbimport command. In this case, wait for the adbidxrebuild command to complete, and then re-execute the suspended adbimport command with the -b option specified.

  • If cc....cc is No-file or Version-mismatch and aa....aa is Unarchive-chunk

    Re-execute the adbunarchivechunk command with the --force option specified.

  • If cc....cc is Invalid-permission

    Grant access privileges (read or write privileges) for the file by using the OS's chmod command or similar. Then, re-execute the command that was last suspended.

    chmod command execution example

    chmod 644 /home/osuser01/db/ADBSYS/ADBUTL/IMP_20191
  • If cc....cc is Other-access-error

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