Search found 42 matches

by Sairam
Tue Jul 13, 2004 11:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error using Basic transformer in parallel Job
Replies: 1
Views: 841

Error using Basic transformer in parallel Job

Hey Gurus,

I am using a Basic Transformer which has some basic routines to run , with in a parallel shared container .I am getting the following error when it is run on 2 or 4 nodes.

"ds_ipcgetnext - timeout waiting for mutex".

Any help is appreciated

Thanks
Sairam
by Sairam
Thu Apr 22, 2004 3:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can I Create a Sequential File on fly
Replies: 8
Views: 4357

Can I Create a Sequential File on fly

Hi gurus ,

I have a requirement where in I need to create a Sequentail file on fly ,but the name of the Sequentail file created should be concatination of few columns

Like Sequential File Name :SSN:DateTime

Any sugestions will be appreciated


Thanks in Advance

Sairam
by Sairam
Sat Apr 03, 2004 6:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while Running Parallel Routine
Replies: 1
Views: 2379

Error while Running Parallel Routine

Hi Gurus, I have created a parallel routine and specified location of the object file . But I have got the error : " Either the directory containing the library file is not on the library search path, or the library was compiled on a system that is incompatible with this system ." Any Sugg...
by Sairam
Tue Feb 17, 2004 3:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Set the Stage Variable at the Transformer Level
Replies: 6
Views: 2137

Hi Ray, Thanks a lot Ray but I need u r suggestion ,I have designed a job where in I need to pass the Header Information ,Trailer Information and The Detail info , for more validations , to an other job but How can I pass it a)Thru Job Parameters b)Write to a file and then call that file on the next...
by Sairam
Tue Feb 17, 2004 7:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Set the Stage Variable at the Transformer Level
Replies: 6
Views: 2137

Set the Stage Variable at the Transformer Level

Hi,

How can we Set the Stage Variable at the transformer level so that it can used for the validation for the next incoming row

Stage Variables:A,Status


first row set A =10

second row IF (A =10) Do Something ..
then set Status =' OK'

Is there any Set function in Basic ?
by Sairam
Mon Feb 02, 2004 2:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Routine
Replies: 5
Views: 5102

Parallel Routine

Hi

I need a simple parallel routine to be wriiten and be called in a tranformer .

Please share your valuable experiences .
by Sairam
Sun Feb 01, 2004 10:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Shell Script to call a few dsjobs
Replies: 2
Views: 1164

Shell Script to call a few dsjobs

hi gurus,
I have to write a shell script which calls a few datastage jobs .

I need to know the functions used to call a job , then check for status and then call other DS jobs all with in a shell script





any help is appreciated

Thanks
by Sairam
Sun Feb 01, 2004 10:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Shell script which calls a few Datastagejobs
Replies: 2
Views: 3133

Shell script which calls a few Datastagejobs

hi gurus,
I have to write a shell script which calls a few datastage jobs .

I need to know the functions used to call a job , then check for status and then call other DS jobs all with ina shell script





any help is appreciated

Thanks
by Sairam
Sun Jan 11, 2004 12:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: BuildOPS in the parallel Jobs
Replies: 5
Views: 2027

Thanks T.J
Waiting for suggestions from Ray and Innercircle gurus,hope they might come out with some alternative.

Thanks
by Sairam
Sun Jan 11, 2004 8:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Capture @LOGNAME in Parallel Jobs
Replies: 6
Views: 2553

Thanks a Lot Ray
by Sairam
Sat Jan 10, 2004 5:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Capture @LOGNAME in Parallel Jobs
Replies: 6
Views: 2553

Hi Ray,
Thanks for u r reply,

I have tried by using transformer stage on a parallel canvas,but the
@LOGNAME is not recognized as the system variable .

HOW DO I CAPTURE THE @LOGNAME IN A PARALLEL CANVAS?
Your help is sincerely appreciated.

Thanks
by Sairam
Fri Jan 09, 2004 10:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: TO call the Stored Proc or any other API what
Replies: 5
Views: 1684

Hi Kenneth,
Sorry for my incomplete Question.

I need it in the case when we

TO EXECUTE A STORED PROCEDURE TO INSERT A SINGLE ROW INTO A TABLE?

Thanks
by Sairam
Fri Jan 09, 2004 9:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: TO call the Stored Proc or any other API what
Replies: 5
Views: 1684

Yes TJ I have to call the Oracle Stored Procs

I have to use DS 7.x Parallel Extendor

Can we call using a parallel routine or build op.

Thanks
by Sairam
Fri Jan 09, 2004 4:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: BuildOPS in the parallel Jobs
Replies: 5
Views: 2027

BuildOPS in the parallel Jobs

Hi gurus, I know DSServer job but am given The task is to write BuildOP using c/c++ or any functions that will take four string input parameters and that parameters are used as input parameters to the stored proc/Insert Statement and returns four output parameters. This BuildOPs communicates with th...
by Sairam
Fri Jan 09, 2004 3:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Capture @LOGNAME in Parallel Jobs
Replies: 6
Views: 2553

Thanks T.J