uCosminexus Service Platform, Messages

[Contents][Index][Back][Next]

KDEG30101-E

The file name specified in the Flat Files - Adapter request message is invalid. (adapter name = aa....aa, operation name = bb....bb, file name = cc....cc, error cause = dd....dd)

aa....aa: Adapter name
bb....bb: Operation name
cc....cc: File name
dd....dd: Cause
Description
The file name specified in the file adapter request message is invalid.
Cause information Description
path is UNC format The specified file name is in the UNC format.
file name is invalid The specified file name is a symbolic link, a parent directory expression (../ or ..\), or a current directory expression (./ or.\).
not absolute The specified file name is not an absolute path.
canonical file exception The format of the specified file name is invalid.
length invalid The length of the specified file name exceeds 200 bytes when converted to UTF-8.
parent dir not exists The parent directory of the specified file does not exist.
path is not file The specified file name is not a file.
file not exists The specified file does not exist.
file cannot read The user does not have the read permissions for the specified file.
file cannot write The user does not have the write permissions for the specified file.
(S)
Processing is cancelled.
(O)
Check the file name specified in the request message, and then eliminate the cause of the error.