Hi,
AnOther interview question.
Search found 42189 matches
- Thu Oct 12, 2006 11:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Staging area
- Replies: 14
- Views: 3942
- Thu Oct 12, 2006 11:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job Sequence Trigger is not getting Triggered
- Replies: 23
- Views: 8841
- Thu Oct 12, 2006 11:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle EE Update issue
- Replies: 5
- Views: 1510
- Thu Oct 12, 2006 11:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job Sequence Trigger is not getting Triggered
- Replies: 23
- Views: 8841
I am not typing anything under Trigger tab, everything I am selecting from the Activity section by right clicking. Good, thanks. I only mentioned it because you have been doing it in all your previous posts when you posted your trigger code. Now... do you have any of the four 'Compilation Options' ...
- Thu Oct 12, 2006 10:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Duplicate Data
- Replies: 1
- Views: 858
Like most things DataStage, many different ways. How about sorting the incoming data and then using Stage Variables to check for a 'group change'? The first time you see whatever data makes each record unique, you send it off to the 'non duplicate' table and everything else for that group goes to th...
- Thu Oct 12, 2006 10:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unknown number of transactions in a transaction group
- Replies: 3
- Views: 1459
Ok... a simple answer that doesn't work when you add more details. You've got two answers in a normal Server job: 1) Treat it as an 'all or nothing' load with a zero transaction size. 2) Turn on Transaction Grouping. Neither would work for you, it seems. The first doesn't meet the requirement and th...
- Thu Oct 12, 2006 10:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ITAG solution
- Replies: 7
- Views: 2035
It's the technology that permits multiple versions of DataStage Engine to co-exist on one box. Not according to Google! It must be either the: International Trepanation Advocacy Group (oh my) or the Information Technology Association of Galway or the Iowa Talented and Gifted Association or the Info...
- Thu Oct 12, 2006 10:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Taking backup using after job subroutine
- Replies: 9
- Views: 1909
- Thu Oct 12, 2006 10:06 pm
- Forum: Enhancement Wish List
- Topic: How about a Change Data Detection stage for all DS versions?
- Replies: 5
- Views: 2595
Re: How about a Change Data Detection stage for all DS versi
I think I've read that Parallel server has some functionality for determining data changes when no update_dt is available. Isn't that the Change Data Capture stage? From what I've heard, it uses CRC32 under the covers so more properly CDD rather than true CDC... and it's not like you couldn't do CD...
- Thu Oct 12, 2006 10:00 pm
- Forum: Enhancement Wish List
- Topic: Could anyone else use a checksum() type ability for DB2?
- Replies: 8
- Views: 3200
- Thu Oct 12, 2006 9:57 pm
- Forum: General
- Topic: Here's some Perl code for Parameter replacement
- Replies: 7
- Views: 4274
Well, actually... they are the 'KBA Job Control Utilities' and 'KBA' is Ken Bland and Associates. You'll see names like Stephen Wong, Michael Favero (and others I'm sure) in addition to Ken's. And yah, been relying on it heavily for 3+ years now. I've extended the 'wrapper' code around it quite a bi...
- Thu Oct 12, 2006 9:42 pm
- Forum: General
- Topic: Getting Good Information
- Replies: 2
- Views: 2586
Um... what? Oh, never mind - amazing what a quick Google can turn up.
- Thu Oct 12, 2006 9:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job Sequence design
- Replies: 5
- Views: 1812
- Thu Oct 12, 2006 9:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: migration from datastage 5.2 to datastage 7.5
- Replies: 4
- Views: 1713
Will you be upgrading the 5.2 server to 7.x or setting up a new 7.x server on a different machine? That will dictate the steps involved. For the former, it should be as simple as installing the 7.x software 'over the top of' the 5.2 installation. Upgrading will be automagic. For the latter, install ...
- Thu Oct 12, 2006 4:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unknown number of transactions in a transaction group
- Replies: 3
- Views: 1459
Re: Unknown number of tansactions in a transaction group
sattibabu_2004 wrote:I must rollback, if any of table 2 insert fails I have to rollback insert on table 1 also.
Why not just set both links to have a zero transaction size?