Search found 7 matches

by lak
Wed Jun 06, 2007 2:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORCHESTRATE step execution terminating due to SIGINT
Replies: 2
Views: 7542

ORCHESTRATE step execution terminating due to SIGINT

Hi, When I run the job I am getting following error.There is no clue in the log.(some times its working fine).Please anybody can help. Sorce is Dataset and some transformations and loading in to Netezza database. ERROR: ORCHESTRATE step execution terminating due to SIGINT Parallel job was aborted Th...
by lak
Thu Mar 08, 2007 8:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: C++ routine
Replies: 12
Views: 4959

APT_COMPILER is installed with a default value. It may not be correct. Check whether your machine even has a compiler installed and, if so, where it actually is. If you're trying to compile from the command line, the compiler executable's directory pathname will need to be in your PATH and any libr...
by lak
Wed Mar 07, 2007 10:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: C++ routine
Replies: 12
Views: 4959

lak wrote:
DSguru2B wrote:How are you compiling it. You need to compile it by using xlC_r. Remember its case sensitive.
I am compiling like...

dsadm@etldev:/u01/Ascential/dev> xlC_r test.c
dsadm@etldev:/u01/Ascential/dev> xlC_r test.c
ksh: xlC_r: not found.
by lak
Wed Mar 07, 2007 10:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: C++ routine
Replies: 12
Views: 4959

DSguru2B wrote:How are you compiling it. You need to compile it by using xlC_r. Remember its case sensitive.
I am compiling like...

dsadm@etldev:/u01/Ascential/dev> xlC_r test.c
by lak
Wed Mar 07, 2007 10:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: C++ routine
Replies: 12
Views: 4959

DSguru2B wrote:Check the path of APT_COMPILER in your datastage administrator. This env. variable holds the path to your compiler.
Thank you Brian..now I found the path (/usr/vacpp/bin/xlC_r) but still when I compile I am getting "No found" error please help

Thanks

-Lak
by lak
Sun Dec 03, 2006 4:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error: unable to delete
Replies: 5
Views: 2665

there is only single user (i.e. dsadm)running these jobs but still getting same error . dsadm@etlprod:/u01/Ascential/DataStage> ls -la drwxrwxr-x 2 dsadm dstage 4096 Dec 03 15:07 asclscratch Please help me. Thanks The file that it can not delete is '/u01/Ascential/DataStage/asclscratch/uat_edw.MAINT...
by lak
Sat Dec 02, 2006 9:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error: unable to delete
Replies: 5
Views: 2665

Thank you.Can you please tell me whats is the parent directory? You probably lack write permission to the parent directory on the production server. Write permission to its parent directory is required to delete a file because the directory (a list of contents) has to be edited to remove the file en...