Hitachi

Hitachi Advanced Database Messages


KFAA50245-E

aa....aa could not access the temporary work 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 temporary work file bb....bb.

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

  • Index-rebuild: adbidxrebuild command

  • Unarchive-chunk: adbunarchivechunk command

bb....bb:

Temporary work 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.

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

dd....dd: Type of the temporary work file
  • index record file: Index record file

  • sort result file: Sort result file

ee....ee: Command that was suspended the previous time
  • 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:

  • If aa....aa is Import or Index-rebuild

    Execute the adbidxrebuild command with the --create-temp-file option specified.

  • If aa....aa is Unarchive-chunk

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

If cc....cc is Invalid-permission:

  • If aa....aa is Import or Index-rebuild

    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 suspended the previous time.

    chmod command execution example

    chmod 644 /mnt/disk1/xxxxx/_T20191_I30321_P0
  • If aa....aa is Unarchive-chunk

    Grant access privileges (read and write privileges) for the file by using the OS's chmod command or similar.

    Alternatively, delete the file, and then re-execute the adbunarchivechunk command with the --force option specified.

▪ 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.