HCL Workload Automation, Version 9.4

AWSBWX - Dataxtract messages

This section lists error and warning messages that might be issued by dataxtract.

The message component code is BWX.

AWSBWX002E   An error has occurred opening the file "file_name" for writing.

Explanation

See message.

file_name is the file that cannot be opened.

System action

The action stops.

Operator response

Check the following:

  • That the file exists
  • That the file is in the correct directory
  • That the file has read permission
  • That there is sufficient disk space to open and read a file
  • That there are sufficient file descriptors available to open a file.

Correct any errors that you find, and perform the action again.

AWSBWX003E   An error has occurred opening the file "file_name" for reading.

Explanation

See message.

file_name is the file that cannot be opened.

System action

The action stops.

Operator response

Check the following:

  • That the file exists
  • That the file is in the correct directory
  • That the file has read permission
  • That there is sufficient disk space to open and read a file
  • That there are sufficient file descriptors available to open a file.

Correct any errors that you find, and perform the action again.

AWSBWX004E   An error has occurred writing the file "file_name".

Explanation

See message.

file_name is the file that cannot be written.

System action

The action stops.

Operator response

Check the following:

  • That the file exists
  • That the file is in the correct directory
  • That the file has write permission
  • That there is sufficient disk space to write the file

Resolve the problem and rerun the operation.

AWSBWX005E   An error has occurred renaming the file "file_name" in "file_name_renamed".

Explanation

See message.

file_name is the file that cannot be renamed. file_name_renamed is the file renamed.

System action

The action stops.

Operator response

Check the following:

  • That the file exists
  • That the file is in the correct directory
  • That the file has write permission
  • That there is sufficient disk space to write the file

Resolve the problem and rerun the operation.

AWSBWX006W   An error occurred while creating the directory "directory". The book file is created in the default directory "default_directory".

Explanation

See message.

directory is the directory that cannot be created. default_directory is the default directory where the book file will be created.

System action

The file is saved in the indicated default directory.

Operator response

If the creation of the book file in the default directory is acceptable, no action is required.

Otherwise, check the following:

  • That the indicated directory name and path is valid
  • That there is sufficient disk space to create the directory
  • That the user performing the operation has write access to the directory path

Correct any error that you find and repeat the operation.

AWSBWX007W   An error occurred opening the file "file_name" for writing. The book file is created in the default directory "default_directory".

Explanation

See message.

file_name is the file that cannot be opened.

default_directory is the default directory where the book file will be created.

System action

The file is saved in the default directory.

Operator response

If the creation of the book file in the default directory is acceptable, no action is required.

Otherwise, check the following:

  • That the specified directory name and path is valid
  • That there is sufficient disk space to create the directory
  • That the user performing the operation has write access to the directory path

Correct any error that you find and repeat the operation.