Search found 452 matches

by kaps
Wed Nov 08, 2006 9:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capture errors on multiple fields in a record ?
Replies: 8
Views: 2274

Deepak - we don't need to use lookup to validate data. Most of the times it's just checking the domain value of the column.

I believe Ray's reply suggests to have as many links as the errors which I am trying to avoid....

Thanks
by kaps
Tue Nov 07, 2006 11:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capture errors on multiple fields in a record ?
Replies: 8
Views: 2274

Capture errors on multiple fields in a record ?

We have a process to deliver a file which has more than 50 fields. We need to add error process to this. we need to load a error table whenever there is a data violation. Problem is we need to capture all the violations in a record not just the first one. I can have mulitple links going out but I do...
by kaps
Wed Nov 01, 2006 10:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Checking particular condition in Routine activity(Sequencer)
Replies: 2
Views: 774

I returned number from the shell script isntead of string.

rtn.$ReturnValue= "Invalid Header Record" (did not work)

rtn.$ReturnValue= 1 (worked)
by kaps
Tue Oct 31, 2006 6:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Checking particular condition in Routine activity(Sequencer)
Replies: 2
Views: 774

Checking particular condition in Routine activity(Sequencer)

Hi Requirement is to check for header, trailer formats, check the counts in the trailer of incoming file and if everything is correct then run the job or don't run the job. I have a shell script to do all of the above and I am calling this script from a routine. I have to check for 3 files so I have...
by kaps
Thu Oct 19, 2006 7:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: file as a stage variable
Replies: 2
Views: 980

file as a stage variable

How can I pass a valule to a DataStage job and use it in transformer for other purpose. Say I need to do a pre processing to get a date and pass that date to a job to compare with a field coming out of my input file. I read somewhere in this forum that we can use a file as a stage variable when it h...
by kaps
Mon Oct 09, 2006 9:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Installation of a stage in every project ?
Replies: 7
Views: 1879

Thanks a lot for the reply...I will try to reinstall the server...
by kaps
Mon Oct 09, 2006 1:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Installation of a stage in every project ?
Replies: 7
Views: 1879

Thanks for the reply.

What is template project ? I have never used it before. Can you please elaborate the steps involved or direct me to the manual which talks about this ?

Thanks
by kaps
Mon Oct 09, 2006 10:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Installation of a stage in every project ?
Replies: 7
Views: 1879

Installation of a stage in every project ?

we have recently installed a stage to our existing project. I beleive we have to install that stage in every project we create now on. Is there any option we can avoid the reinstall of this stage in each project ? I remember reading about this in this forum but I am not able to locate that post now....
by kaps
Thu Oct 05, 2006 4:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: About "Commit/Backout only once at end of job" of
Replies: 1
Views: 902

About "Commit/Backout only once at end of job" of

In MQ Plug in help it says "If Commit/Backout only once at end of job is selected, messages are deleted only when the job finishes successfully" Does it mean that it's going to only delete those messages which are read when the job started or it's going to delete the messages which are pre...
by kaps
Wed Sep 27, 2006 10:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Full outer join of more than two files in DataStage
Replies: 4
Views: 3980

Full outer join of more than two files in DataStage

All We are looking to do full outer join of two files in DataStage. I can do this using Merge Stage. But reading some of the postings in this forum I think the performance is not good and some people say its ugly ! Can anyone tell me why the performace is not good when we use Merge stage ? If I do t...
by kaps
Tue Sep 12, 2006 12:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Remove message from MQ queue
Replies: 0
Views: 923

Remove message from MQ queue

Hi
We read XML messages from MQ using MQ stage. I am looking for a way to remove messages from queue once I successfully load them to staging file/table. I don't want to do destructive read. I want to delete them after I make sure that all the messages are read and written to stage file.

Thanks
by kaps
Mon Sep 11, 2006 8:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MQ channel sender problem ?
Replies: 3
Views: 1248

I found out the problem. By default sender channel will be down for every 6000 idle secs.

Thanks
by kaps
Fri Sep 08, 2006 2:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Array size in DB2UDB stage
Replies: 1
Views: 919

Array size in DB2UDB stage

I am specifying Array Size as 1 in my DB2UDB Input stage while I am writing to the table. I have done this to enable the dynamic lookup conecpt meaning I am using the Target table as my lookup and I want to capture multiple state of same enitity. i.e.If a record is updated more than once a day I wan...
by kaps
Fri Sep 08, 2006 8:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MQ channel sender problem ?
Replies: 3
Views: 1248

MQ channel sender problem ?

We are reading Messages from a queue on diferent MQ server to etl server using MQ stage. But it appears whenever I do a destructive read the channel sender located on MQ server goes down.
is this a normal behaviour ? Does anyone experienced this before ?

Thanks
by kaps
Wed Sep 06, 2006 3:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob -lognewest error
Replies: 7
Views: 2975

You need to run this command once before running the job to get the beginning id and once after the run to get the end id and then use both begin id and end id to get the log details using the following command

dsjob -logdetail $prm_project $prm_job $Bgn_Evnt_Id $End_Evnt_Id