Help Required while using Custom Stage - parallel Job
Posted: Mon Feb 09, 2009 3:07 am
Hi,
I am using custom stage in one of my parallel jobs.
job structure is like sequential/input stage ----> Custom Stage-----> seq/output stage.
In custom stage i have written one C++ progarm and have given path of the object file of that C++ program and also mapped the output of the cout of the C++ program to the column of the datastage Output/seq file.
while executing the job ... in designer jobs is getting executed and showing that 17 records are getting inserted in output file.... but in director i am getting error like "Test_Custom_65,0: Wrapped Unix command '/home/cbidev01/NJ/URL' terminated with error, signal 6.Test_Custom_65" ---'/home/cbidev01/NJ/URL' is the path of object file of C++ program. along with the above error message I am also getting this warining ---"Test_Custom_65,0: subprocess failed with Unix signal 6(SIGABRT)Test_Custom_65".
please help me to resolve this issue.
Thanks,
NJ
I am using custom stage in one of my parallel jobs.
job structure is like sequential/input stage ----> Custom Stage-----> seq/output stage.
In custom stage i have written one C++ progarm and have given path of the object file of that C++ program and also mapped the output of the cout of the C++ program to the column of the datastage Output/seq file.
while executing the job ... in designer jobs is getting executed and showing that 17 records are getting inserted in output file.... but in director i am getting error like "Test_Custom_65,0: Wrapped Unix command '/home/cbidev01/NJ/URL' terminated with error, signal 6.Test_Custom_65" ---'/home/cbidev01/NJ/URL' is the path of object file of C++ program. along with the above error message I am also getting this warining ---"Test_Custom_65,0: subprocess failed with Unix signal 6(SIGABRT)Test_Custom_65".
please help me to resolve this issue.
Thanks,
NJ