Page 1 of 1

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

Posted: Wed Mar 31, 2010 12:26 am
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

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

Posted: Wed Mar 31, 2010 2:19 am
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.

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

Posted: Tue May 25, 2010 1:17 pm
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

Posted: Tue May 25, 2010 5:29 pm
by ray.wurlod
Same error? Same answer.