Search found 42189 matches
- Thu Mar 08, 2007 8:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job Abort After 50 warnings
- Replies: 13
- Views: 5230
- Thu Mar 08, 2007 8:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem with Multiple Instance in DX server Job
- Replies: 3
- Views: 1378
- Thu Mar 08, 2007 8:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Select Privileges & Sox compliance
- Replies: 12
- Views: 3189
Re: Select Privileges & Sox compliance
But my client is adament on not to give these select privileges on dba tables to ETL user account as they are against the Sox compliance . I'm sorry, but that is just so wrong and shows a poor understanding of what 'Sox compliance' means. Without those privs you are SOL. So, it's ok for the ETL use...
- Thu Mar 08, 2007 8:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job Abort After 50 warnings
- Replies: 13
- Views: 5230
- Thu Mar 08, 2007 8:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: transfer data from 1 database 2 another database.
- Replies: 7
- Views: 1798
- Thu Mar 08, 2007 8:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error in the routine
- Replies: 3
- Views: 1499
- Thu Mar 08, 2007 8:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: splitting a string into three fields
- Replies: 33
- Views: 5453
- Thu Mar 08, 2007 8:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Stage variable on duplicates..
- Replies: 4
- Views: 995
Why complicate it so much? Three variables like so: svNewKey: in.field1 : '|' : in.field2 : '|' : in.field3 svIsDup: svNewKey = svOldKey svOldKey: svNewKey Make sure you have a decent initial value for the stage variables and you handle nulls in svNewKey if any of the three fields are nullable. Then...
- Thu Mar 08, 2007 8:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Checking Inserts/Updates on large tables
- Replies: 18
- Views: 4700
- Thu Mar 08, 2007 8:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Row count of a link
- Replies: 24
- Views: 19340
Silly me. Based on your assertation that 'it worked in the Manager' I assumed you knew you were supposed to use an active stage and were actually doing that in your job. Obviously, that's not a fault in the routine itself, but how you were calling it in your job which is what I was suggesting all a...
- Thu Mar 08, 2007 7:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ORA OCI stage and Oracle sequence
- Replies: 10
- Views: 3860
That's where I was trying to get to, Ray. Eventually. Just because you use a Sequence doesn't magically mean you can't have duplicates. That could be the case if the target table started off life empty and you never had any issues with the Sequence itself, like some kind soul resetting it for you. B...
- Thu Mar 08, 2007 7:53 am
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: Other Web Service options
- Replies: 8
- Views: 4268
- Thu Mar 08, 2007 7:50 am
- Forum: General
- Topic: Call java code
- Replies: 4
- Views: 2343
- Wed Mar 07, 2007 11:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: splitting a string into three fields
- Replies: 33
- Views: 5453
Code tags work, not sure what your issue was. Each word has two spaces between them. Each word has one space between them. Thank you for confessing your sins, My Son. It helps other supplicants who come here searching for answers from going astray. With your original stage variable order, you were d...
- Wed Mar 07, 2007 11:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ORA OCI stage and Oracle sequence
- Replies: 10
- Views: 3860
Then the issue is something you haven't mentioned yet. How about posting the sequence object definition? Curious what some specific attributes are: Increment By Max Value Cycle Fun stuff like that... but please post them all. I'm also curious about your 'very strange' remark - when you ran the job 3...