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.

The project name is a mandatory parameter.

The operation is not performed.

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.

See message text.

The operation is not performed.

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.

See message text.

The operation is not performed.

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.

See message text.

The operation is not performed.

Provide the required information and retry the operation.

AWKDSE005E

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

An error occurred when running the DataStage dsjob ljobs command.

The operation is not performed.

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.

An error occurred when running the DataStage dsjob lparams command.

The operation is not performed.

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

AWKDSE007E

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

An error occurred when running the DataStage dsjob lprojects command.

The operation is not performed.

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".

Error running the DataStage dsjob lprojects command.

return_code identifies the return code of the DataStage command.

The operation is not performed.

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".

Error running the DataStage dsjob ljobs command.

return_code identifies the return code of the DataStage command.

The operation is not performed.

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".

An error occurred when running the DataStage dsjob lparams command.

return_code identifies the return code of the DataStage command.

The operation is not performed.

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.

See message text.

The operation is not performed.

Provide the required information and retry the operation.

AWKDSE013E

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

See message text.

The operation is not performed.

Provide the required information and retry the operation.

AWKDSE014E

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

See message text.

The operation is not performed.

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

AWKDSE015E

An error occurred while running the job.

The job running failed.

The operation is not performed.

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.

See message text.

fileName identifies the name of the file not found.

dirName identifies the path where the file was not found.

The operation is not performed.

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".

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.

The operation is not performed.

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".

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.

The operation is not performed.

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.

The specified command cannot be run.

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

The operation is not performed.

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

AWKDSE020E

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

The filter you specified did not return any values.

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

The operation is not performed.

Verify that you specified a correct filter.

AWKDSE021E

The HCL Workload Automation agent cannot monitor the DataStage job.

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.

The product stops monitoring the DataStage job.

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.

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

The operation is not performed.

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