Search found 55 matches

by Thanh Dalton
Fri Oct 30, 2009 7:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lkp_1,0: Operator terminated abnormally: received signal SIG
Replies: 11
Views: 7220

Lkp_1,0: Operator terminated abnormally: received signal SIG

Hello, a lookup works fine. But as soon as a condition (the range) is added to the lookup stage, got the error at run time: Lkp_1,0: Operator terminated abnormally: received signal SIGBUS. Condition: Key Expression: Range (DSLink2.lower, ">=", DSLink2.upper, "<=", 0) Key Type: a....
by Thanh Dalton
Fri Oct 30, 2009 7:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Output from subprocess: : not found
Replies: 3
Views: 1819

the default path to C++ compiler for transformer stage

chulett, thanks a lot.

The issue has been resolved.
Our Sys admin folks have created a symbolic link from the default directory, /opt/SUNWspro, to the installation dir., /disk/apps/sunstudio12.1

So no environment variables need to be updated.
by Thanh Dalton
Thu Oct 29, 2009 7:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Output from subprocess: : not found
Replies: 3
Views: 1819

How to modify DSParams from Administrator tool

You will need to modify your DSParams file settings for the compiler. Go into the Administrator tool, then editing the settings for your project and DSParams. The compiler environment settings are to be found right at the top. Arndw: Thank you so much for your great help. Those environment variable...
by Thanh Dalton
Tue Mar 03, 2009 3:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to call a routine in PX job
Replies: 5
Views: 1511

Yup, that's what it is. Data is inconsistant and it caused pain!
TD
by Thanh Dalton
Tue Mar 03, 2009 3:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to call a routine in PX job
Replies: 5
Views: 1511

Thanks for the help! I tried so hard but didn't get the routines to work for me. At last, somebody here helped and I use the "Right" and "field" functions to rearange the data and convert it to the date format later: If Len(DSLink3.DTINTEREST) > 0 Then field(DSLink3.DTINTEREST,'/...
by Thanh Dalton
Tue Mar 03, 2009 11:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to call a routine in PX job
Replies: 5
Views: 1511

How to call a routine in PX job

I have columns with date/datetime formated as m/d/yyyy. I want to convert them to yyyy/mm/dd. I see that DS has a routine called DateGenericToTimeStamp. Could anybody tell me how to use this routine in Transformer please?
Thanks in advance
TD
by Thanh Dalton
Fri Dec 19, 2008 9:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extra records got transfered
Replies: 1
Views: 449

I should have mentioned that the job in fault is one of the jobs which are all in a sequence job. I deleted the table which had extra records and ran only the job which caused trouble individualy. I got the correct number of records then. I checked the job in fault and compared with the others in th...
by Thanh Dalton
Thu Dec 18, 2008 2:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extra records got transfered
Replies: 1
Views: 449

Extra records got transfered

I ran a job to extract data from Sybase to DB2. The number of records are more than expected. I found one of the extra records in the target table. It looks like real data but it is not from the source table. I should mention that I have done this many times from server to server, database to databa...
by Thanh Dalton
Thu Aug 07, 2008 7:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP_Enterprise_4,1: error in readCommFifo or ftp command fun
Replies: 8
Views: 4085

The Help says I can do it in the Execution page but the execution mode is greyed out in the FTP stage. I tried to change it by clicking the other options. So far, no luck...
Thanh D
by Thanh Dalton
Thu Aug 07, 2008 6:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP_Enterprise_4,1: error in readCommFifo or ftp command fun
Replies: 8
Views: 4085

Thank you so much for the reply but do you know where I can enable tracing in the FTP stage?
Thanh D
by Thanh Dalton
Thu Aug 07, 2008 6:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP_Enterprise_4,1: error in readCommFifo or ftp command fun
Replies: 8
Views: 4085

Thank you so much for the reply but do you know where I can enable tracing in the FTP stage?
Thanh D
by Thanh Dalton
Thu Aug 07, 2008 6:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP_Enterprise_4,1: error in readCommFifo or ftp command fun
Replies: 8
Views: 4085

Thank you so much for the reply but do you know where I can enable tracing in the FTP stage?
Thanh D
by Thanh Dalton
Wed Aug 06, 2008 1:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP_Enterprise_4,1: error in readCommFifo or ftp command fun
Replies: 8
Views: 4085

FTP_Enterprise_4,1: error in readCommFifo or ftp command fun

I have run lots of FTP jobs but lately the log has shown this error quite often. Sometimes, the job runs until finished. Sometimes, it hangs and I have to abort it. The log still shows how many records were ftp'ed although the job aborted. FTP_Enterprise_4,1: error in readCommFifo or ftp command fun...
by Thanh Dalton
Wed Jan 30, 2008 8:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC properties's settings
Replies: 2
Views: 4159

I used DB2/API to do this before. The thing is our datastage server connects to DB2 mainframe and on mainframe site, the administrator sets the timeout for non-activity thread is 30 mins. When I ran the job, it took more than 30 mins to get the input data and processing before the job could start wr...
by Thanh Dalton
Tue Jan 29, 2008 9:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC properties's settings
Replies: 2
Views: 4159

ODBC properties's settings

Hi all, I'm trying to use ODBC stages to connect to DB2 database to read a record in and update it after. When I set ODBC Properties's settings to have a SQL generated, I got the error below: ODBC_Connector_1: [IIS-CONN-ODBC-000104] The connector is operating in autocommit mode. Rather than using pr...