Search found 83 matches

by Inquisitive
Tue Mar 23, 2004 4:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help Needed-Monitor not showing performance statistics
Replies: 0
Views: 786

Help Needed-Monitor not showing performance statistics

Hi, We have few jobs for which the Monitor does not show the count. It shows the count as zero, even though data flows through those links. Is there any setting that has gone wrong ?. Some times the performance statistics on the designer screen also comes incorrect. NOTE: However for most of the oth...
by Inquisitive
Sat Mar 20, 2004 9:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help Needed:Writing to Fileset gives error
Replies: 2
Views: 1229

Hi,

As mentioned in my earlier mail, my input sequential file is over 11 GB in size and ulimit is unlimited.

I have used both 4 node and 8 node configuration fie.

$ ulimit -a
file(blocks) unlimited

Any other inputs ?
by Inquisitive
Sat Mar 20, 2004 3:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help Needed:Writing to Fileset gives error
Replies: 2
Views: 1229

Help Needed:Writing to Fileset gives error

I have a job which reads from a sequential file and writes to a fileset. This job runs fine when my input sequential file has 38 million records ( 3 GB in size) However when my input file grows big to 140 million ( 11 GB) in size, my job gives the following error. File_Set_11,0: Bad read in APT_File...
by Inquisitive
Wed Mar 17, 2004 4:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Custom Transforms ?
Replies: 1
Views: 1303

Custom Transforms ?

How does one use transforms that are under transforms category ?
How can I write a custom transform and how can I use it ?
by Inquisitive
Thu Mar 11, 2004 12:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: PX Jobs on N Nodes: Inconsistent Output
Replies: 1
Views: 604

PX Jobs on N Nodes: Inconsistent Output

I am facing the following problem in one of the parallel jobs that I run using more than 1 node: (The job contains only Input File sets, Output Seq files, Join Stages and Basic Transformer stages) 1) When the input to a job is changed after successfully running it several times with the previous inp...
by Inquisitive
Tue Mar 02, 2004 9:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User defined sql(Stripping off quote char)
Replies: 15
Views: 6458

Hi Craig, I work using DB2 API Stage using PX version 7.0 . View data fires the sql taking the job parameter and it works fine. However while running the job, it ignores the singles quotes in the job parameter. Is it a bug or is there a way to escape the single quotes and pass it to the SQL Rgds
by Inquisitive
Tue Mar 02, 2004 9:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User defined sql(Stripping off quote char)
Replies: 15
Views: 6458

Hi Craig,
I work using DB2 API Stage using PX version 7.0 . View data fires the sql taking the job parameter. However while running the job, it ignores the singles quotes in the job parameter. Is it a bug or is there a way to escape the single quotes and pass it to the SQL

Rgds
by Inquisitive
Mon Mar 01, 2004 4:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User defined sql(Stripping off quote char)
Replies: 15
Views: 6458

Hi Craig,
I tried putting double quotes around the single quotes and it still doesnot work. Could you give me a solution.

Not only that, I need a generic solution. I just gave a sample query to explain my requirement.
Thanks... I would appreciate if some could give me a solution

Regards
by Inquisitive
Sun Feb 29, 2004 8:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User defined sql(Stripping off quote char)
Replies: 15
Views: 6458

Hi All, I am also facing a similar situation and which to escape the quote character. I tried all tricks like putting two single quotes together... I would suggest doing: PARAM2= '#datevalue#' and leave the quotes out of your value. That way your date parameter can be set to a type of 'Date', which ...
by Inquisitive
Thu Feb 26, 2004 1:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Best method to truncate udb/db2 table
Replies: 0
Views: 720

Best method to truncate udb/db2 table

Hi Folks,
Could someone suggest which is the best method to truncate a temp table in udb/db2 using "db2 api stage or enterprise stage "after I have done my processing on the temp table.

Any inputs would be great...

Thanks
by Inquisitive
Thu Feb 05, 2004 10:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: New Post -Handling of Database rejects in DB2 api stage
Replies: 1
Views: 915

New Post -Handling of Database rejects in DB2 api stage

Hi, I need to incorporate handling of database rejects. DB2 stage doesnot seem to be supporting the creation of reject link. The pdf help docs say that it is possible as given below,but I am not clear where to put the transformer stage. Has anyone successfully tried it before Any help wud be appreci...
by Inquisitive
Thu Feb 05, 2004 9:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling database rejects for db2 api stage
Replies: 10
Views: 6754

But the help file for PX in the pdf doc says its is possible.
by Inquisitive
Thu Feb 05, 2004 8:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: linking static libraries using parallel routine
Replies: 8
Views: 7263

Can some one give me inputs. Any tried this before.

Thanks
by Inquisitive
Thu Feb 05, 2004 8:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling database rejects for db2 api stage
Replies: 10
Views: 6754

Hi Vincent / Ray, I am replying to the same issue as I wanted to discuss more. Create a transformer with one link going to the DB2 stage and one a reject link with the reject check box checked. Any row sent down to the DB2 stage that fails will be handled as a rejected row back in the transformer. I...
by Inquisitive
Tue Feb 03, 2004 8:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: linking static libraries using parallel routine
Replies: 8
Views: 7263

linking static libraries using parallel routine

Hi All, I need to call a function written using C++ into a static library ( .a file ) I am getting run time errors. I learnt from the help file that it is possible External Function. This calls a function from a UNIX shared library, and may be used anywhere an expression can be defined. Any external...