Search found 7 matches

by mujeebrahman
Thu Dec 27, 2012 5:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Number of input links supported on DTS stage ?
Replies: 9
Views: 6722

If we use 2 DTS stages, can we use same work queue for both. In case of job failure, do you know how the roll back and replay will happen if we use 2 DTS stages?

Your help of this is much appreciated.

Thanks
by mujeebrahman
Mon Mar 10, 2008 1:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating Job Sequence number
Replies: 3
Views: 2010

Thanks Ray for your immediate reply. I think your are talking about the Sequence jobs.In sequence jobs, this SDK key managent routines are there under trigger options. But I think that is for conditions for the sequence to run successfully. Actually what I want to do is to load the sequence number o...
by mujeebrahman
Sun Mar 09, 2008 11:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating Job Sequence number
Replies: 3
Views: 2010

Creating Job Sequence number

Hi, I need to create a unique sequence number for a job. If I run the job at a particular instant of time say today, it should have a sequence number and if I run the same job again after some time say tomorrow, then it should have a new sequence number. Do anybody have any idea how to create the se...
by mujeebrahman
Wed Feb 13, 2008 10:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rollback Option in DataStage
Replies: 10
Views: 9194

Thanks to everyone for such a fast reply. I have to use two target DB2 stages since I have to load two tables. As sugeested by asita, the child table cannot be loaded before the parent table since the primary key in parent table is the foreign key in child table. Besides transaction size, there is o...
by mujeebrahman
Wed Feb 13, 2008 8:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rollback Option in DataStage
Replies: 10
Views: 9194

Not loaded properly means sometimes some of the records will be loaded in child table and some of them are not. If a date field is there in the record, then because of incompatibilty, it is not loaded into the child table.
by mujeebrahman
Wed Feb 13, 2008 7:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rollback Option in DataStage
Replies: 10
Views: 9194

Not loaded properly means sometimes some of the records will be loaded in child table and some of them are not. If a date field is there in the record, then because of incompatibilty, it is not loaded into the child table.
by mujeebrahman
Wed Feb 13, 2008 7:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rollback Option in DataStage
Replies: 10
Views: 9194

Rollback Option in DataStage

I have a job in which I have to load two tables into the database. The two tables have parent child relatonship.I have a sequential file as input stage and then a transformer stage and finally I have to split the input record into two tables and load into the database as two different tables. I am u...