File Error Codes
This section describes error codes that can be returned by activities in the File palette.
BW-FILE-100000: File name [%1] is not valid
-
Role: errorRole
-
Category: BW_Plugin
-
Description: The file name is not valid.
-
Resolution: Correct the file name or the mapping used to create the file name.
BW-FILE-100001: File [%1] was not found
-
Role: errorRole
-
Category: BW_Plugin
-
Description: The file was not found.
-
Resolution: Correct the file name or the mapping used to create the file name.
BW-FILE-100002: File [%1] already exists
-
Role: errorRole
-
Category: BW_Plugin
-
Description: The file already exists.
-
Resolution: Correct the file name or the mapping used to create the file name.
BW-FILE-100003: An IO exception occurred while trying to write to the file [%1]
-
Role: errorRole
-
Category: BW_Plugin
-
Description: An IO exception occurred while trying to write to the file.
-
Resolution: System error
BW-FILE-100004: File [%1] cannot be created
-
Role: errorRole
-
Category: BW_Plugin
-
Description: File cannot be created.
-
Resolution: System error
BW-FILE-100005: Cannot read the binary content for the file [%1]
-
Role: errorRole
-
Category: BW_Plugin
-
Description: Unable to get the file content in binary form.
-
Resolution: System error
BW-FILE-100006: Cannot read the string content for the file [%1]
-
Role: errorRole
-
Category: BW_Plugin
-
Description: Unable to get the file content in string form.
-
Resolution: System error
BW-FILE-100007: The encoding [%1] is not valid
-
Role: errorRole
-
Category: BW_Plugin
-
Description: The encoding is not valid.
-
Resolution: Check the encoding to make sure it is supported.
BW-FILE-100008: The content provided is not base 64 binary
-
Role: errorRole
-
Category: BW_Plugin
-
Description: The file was not found.
-
Resolution: Check the input data.
BW-FILE-100009: Cannot rename the file [%1] to [%2]
-
Role: errorRole
-
Category: BW_Plugin
-
Description: Cannot rename the file.
-
Resolution: System error
BW-FILE-100010: Cannot rename the file [%1] to [%2]. The destination file exists and its type is different than the type of the source file
-
Role: errorRole
-
Category: BW_Plugin
-
Description: Cannot rename the file. The destination file exists and its type is different than the type of the source file.
-
Resolution: Check input data.
BW-FILE-100011: This activity cannot be used to move a directory
-
Role: errorRole
-
Category: BW_Plugin
-
Description: This activity cannot be used to move a directory.
-
Resolution: See the documentation of the File Rename Activity.
BW-FILE-100012: Cannot remove the file [%1]
-
Role: errorRole
-
Category: BW_Plugin
-
Description: Cannot remove the file.
-
Resolution: System error
BW-FILE-100013: An IO exception occurred while trying to create the file [%1]
-
Role: errorRole
-
Category: BW_Plugin
-
Description: An IO exception occurred while trying to create the file.
-
Resolution: System error
BW-FILE-100014: You cannot overwrite the following file [%1] to file [%2] if the overwrite flag is not selected.
-
Role: errorRole
-
Category: BW_Plugin
-
Description:
-
Resolution: May need to set Overwrite property on activity Configuration.
BW-FILE-100015: You cannot copy a directory [%1] to an existing file [%2]
-
Role: errorRole
-
Category: BW_Plugin
-
Description: You cannot copy a directory to an existing file.
-
Resolution: Change from file path.
BW-FILE-100016: You cannot copy multiple files [%1] to an existing file [%2]
-
Role: errorRole
-
Category: BW_Plugin
-
Description: You cannot copy multiple files to an existing file.
-
Resolution: Change from file path.
BW-FILE-100017: Cannot create missing path [%1]
-
Role: errorRole
-
Category: BW_Plugin
-
Description: Cannot create missing path.
-
Resolution: May need to set Create Missing Dirs property on activity Configuration.
BW-FILE-100018: Cannot copy file [%1] to file [%2]
-
Role: errorRole
-
Category: BW_Plugin
-
Description: Cannot copy file.
-
Resolution: System Error