HCL Workload Automation, Version 9.4

AWKDSE - Job plug-in for IBM InfoSphere DataStage messages

This section lists error and warning messages that might be issued by the job plug-in for IBM InfoSphere DataStage.

The message component code is DSE.

AWKDSE001E   You did not specify the project name.

Explanation

The project name is a mandatory parameter.

System action

The operation is not performed.

Operator response

Provide the required information either here or in the DataStageJobExecutor.properties file and retry the operation.

AWKDSE002E   You did not specify the job name or job alias. The job name or the job alias is a mandatory parameter.

Explanation

See message text.

System action

The operation is not performed.

Operator response

Provide the required information either here or in the DataStageJobExecutor.properties file and retry the operation.

AWKDSE003E   You did not specify the user name or the password. The user name and the password are required parameters.

Explanation

See message text.

System action

The operation is not performed.

Operator response

Provide the required information either here or in the DataStageJobExecutor.properties file and retry the operation.

AWKDSE004E   You did not specify the remote file path. The remote file path is a mandatory parameter.

Explanation

See message text.

System action

The operation is not performed.

Operator response

Provide the required information and retry the operation.

AWKDSE005E   An error occurred while attempting to retrieve the list of jobs.

Explanation

An error occurred when running the DataStage dsjob ljobs command.

System action

The operation is not performed.

Operator response

Analyze the error message in the Java DataStage plug-in log file.

AWKDSE006E   An error occurred while attempting to retrieve the list of parameters for the job.

Explanation

An error occurred when running the DataStage dsjob lparams command.

System action

The operation is not performed.

Operator response

Analyze the error message in the Java DataStage plug-in log file.

AWKDSE007E   An error occurred while attempting to retrieve the list of projects.

Explanation

An error occurred when running the DataStage dsjob lprojects command.

System action

The operation is not performed.

Operator response

Analyze the error message in the Java DataStage plug-in log file.

AWKDSE009E   An error occurred while attempting to retrieve the list of projects. The return code is: "return_code".

Explanation

Error running the DataStage dsjob lprojects command.

return_code identifies the return code of the DataStage command.

System action

The operation is not performed.

Operator response

Analyze the return code and the related error message in the java DataStage plug-in log file.

AWKDSE010E   An error occurred while attempting to retrieve the list of jobs. The return code is: "return_code".

Explanation

Error running the DataStage dsjob ljobs command.

return_code identifies the return code of the DataStage command.

System action

The operation is not performed.

Operator response

Analyze the return code and the related error message in the Java DataStage plug-in log file.

AWKDSE011E   An error occurred while attempting to retrieve the list of parameters for the job. The return code is: "return_code".

Explanation

An error occurred when running the DataStage dsjob lparams command.

return_code identifies the return code of the DataStage command.

System action

The operation is not performed.

Operator response

Analyze the return code and the related error message in the java DataStage plug-in log file.

AWKDSE012E   You did not specify the domain name. The domain name is a mandatory parameter.

Explanation

See message text.

System action

The operation is not performed.

Operator response

Provide the required information and retry the operation.

AWKDSE013E   You did not specify the server name. The server name is a mandatory parameter.

Explanation

See message text.

System action

The operation is not performed.

Operator response

Provide the required information and retry the operation.

AWKDSE014E   You did not specified the DataStage installation directory in the DataStageJobExecutor.properties configuration file.

Explanation

See message text.

System action

The operation is not performed.

Operator response

Specify the DataStage server installation path in the DataStageJobExecutor.properties file and try the operation again.

AWKDSE015E   An error occurred while running the job.

Explanation

The job running failed.

System action

The operation is not performed.

Operator response

Analyze the DataStage error message in the job output to solve the problem.

AWKDSE016E   The file "fileName" was not found in the directory "dirName". Verify that you have correctly specified the path in the DataStageJobExecutor.properties file.

Explanation

See message text.

fileName identifies the name of the file not found.

dirName identifies the path where the file was not found.

System action

The operation is not performed.

Operator response

Verify that you have correctly specified the path in the DataStageJobExecutor.properties file.

AWKDSE017E   The row limit value "value" you specified is not valid for the DataStage job "job" in the project "project".

Explanation

The value you specified in the row limit field is not valid. It must be an integer value from 1 through 9999999

value identifies the value you specified as row limit.

job identifies the DataStage job name for which the row limit is invalid.

project identifies the DataStage project name where the DataStage job is defined.

System action

The operation is not performed.

Operator response

Specify a valid row limit value in the DataStage job definition and retry the operation.

AWKDSE018E   The warning limit value "value" is not valid for the DataStage job "job" in the project "project".

Explanation

The value you specified for the warning limit field is not valid. It must be an integer value from 1 through 9999999.

value identifies the value you specified as the warning limit.

job identifies the DataStage job name where the warning limit is invalid.

project identifies the DataStage project name where the DataStage job is defined.

System action

The operation is not performed.

Operator response

Verify that you specified a valid value for the warning limit value in the DataStage job definition. It must be an integer value from 1 through 9999999.

AWKDSE019E   The command "fileName" cannot be run. Verify that you have the correct permissions to run the command.

Explanation

The specified command cannot be run.

fileName identifies the name of the file that cannot be run.

System action

The operation is not performed.

Operator response

Verify that you have the required permissions to run the command.

AWKDSE020E   No object found with the filter "filter" you specified.

Explanation

The filter you specified did not return any values.

The filter identifies the filter you specified for the object list.

System action

The operation is not performed.

Operator response

Verify that you specified a correct filter.

AWKDSE021E   The HCL Workload Automation agent cannot monitor the DataStage job.

Explanation

The HCL Workload Automation agent stops monitoring the DataStage job because of internal problems.

The DataStage job status cannot be retrieved and the agent sets the status of the HCL Workload Automation job to unknown.

System action

The product stops monitoring the DataStage job.

Operator response

Verify the DataStage job status in the DataStage product. If the DataStage job completed successfully, manually release the HCL Workload Automation job dependencies.

AWKDSE022E   No parameter was found for the selected job.

Explanation

No parameter was found on the DataStage for the selected job.

System action

The operation is not performed.

Operator response

Verify that the job you specified is correct and that the connection to the server works correctly.