DataStage Error: subArgs={asc}}}(0),1: Failure during execut

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
Harini
Premium Member
Premium Member
Posts: 80
Joined: Tue Mar 16, 2010 1:32 am

DataStage Error: subArgs={asc}}}(0),1: Failure during execut

Post by Harini »

Hi all,

I get the following error, whenever i use the remove duplicates stage.

I use DS 8.0.1 parallel job.


Job description:
Am trying to generate a 10 records, using row generator, with duplicates, and then i tried to remove the duplicates, and retain the first record, usign 'remove duplicates' stage.

Error:

subArgs={asc}}}(0),1: Failure during execution of operator logic.
subArgs={asc}}}(0),1: Input 0 consumed 0 records.
subArgs={asc}}}(0),1: Output 0 produced 0 records.
subArgs={asc}}}(0),1: Fatal Error: Fork failed: Resource unavailable; try again
node_node2: Player 1 terminated unexpectedly.
main_program: APT_PMsectionLeader(2, node2), player 1 - Unexpected exit status 1.
APT_PMsectionLeader(1, node1), player 2 - Unexpected exit status 1.
main_program: Step execution finished with status = FAILED.

I understand that this is not a datastage error. It is some process error.

Can anyone throw some light upon it?

Thank you.

Meenakshi
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Re: DataStage Error: subArgs={asc}}}(0),1: Failure during ex

Post by ArndW »

Harini wrote:...subArgs={asc}}}(0),1: Fatal Error: Fork failed: Resource unavailable; try again...
It means that your OS couldn't start another process due to resource limitations, most likely your virtual memory is exhausted.
dsx_pilot
Participant
Posts: 1
Joined: Tue May 25, 2010 1:10 pm

Re: DataStage Error: subArgs={asc}}}(0),1: Failure during ex

Post by dsx_pilot »

ArndW wrote:
Harini wrote:...subArgs={asc}}}(0),1: Fatal Error: Fork failed: Resource unavailable; try again...
It means that your OS couldn't start another process due to resource limitations, most li ...
I have the same error. Help pls
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Same error? Same answer.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply