DataStage Parallel jobs fail with failure code (11)
This blog will help you to solve the DataStage Parallel jobs are failure with error: Parallel job reports
failure (code 11).DK®
1.Check to ensure the Project Environment Variable APT_MAX_DELIMITED_READ_SIZE has
a valid value. If its empty then set the default value for the same.DK®
APT_MAX_DELIMITED_READ_SIZE: The default value is 100,000 bytes.DK®
2. If still problem is exist in your job. While executing, Its failing with same error then follow below mentioned step.DK®
A). Open datastage administrator and add these two environment variables in respective project.
$APT_DISABLE_FASTALLOC=1 (Set the value to 1)
$MALLOC_CHECK_=0 (Set the value to 0)
B). Use these 2 environment variables in your job.(Job which is failing with above error)
C). Compile/Force Compile the job/s.
D). Now you can execute your job.
Now you will not get this error.DK®
No comments:
Post a Comment