uCosminexus Stream Data Platform - Application Framework Messages

[Contents][Back][Next]

KFSP94106-E

The specified file cannot be accessed. Command name = aa....aa, file name = bb....bb, source code = cc....cc

aa....aa: Command name
bb....bb: File name
cc....cc: Cause code
Description:
The specified file cannot be accessed for the following reason.
Cause code Description
ACCESS_ERROR You do not have the necessary rights to access this file.
FILE_NOT_EXIST The file does not exist.
INVALID_FILE The file is a hidden file.
INVALID_FORM The trace file version is not supported or the file is not a trace file.
IO_ERROR An I/O error occurred when the file was opened or read.
NOT_FILE The target is not a file.
System processing:
Terminates the command.
Action to take:
Take the corrective action indicated for the error source.
Cause code Corrective action
ACCESS_ERROR Add the necessary permissions to the file, and then re-execute the command.
FILE_NOT_EXIST Check the path name of the specified file, and then re-execute the command.
INVALID_FILE Check the specified file, and then re-execute the command.
INVALID_FORM Check the specified file, and then re-execute the command.
IO_ERROR Re-execute the command as indicated by the message that is output after this message.
NOT_FILE Check the specified path name, and then re-execute the command.