Search found 42189 matches
- Wed Nov 14, 2007 7:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Deriving Date based on given Time zone
- Replies: 5
- Views: 1067
Sorry, I'm not familiar enough with the date/time functions in PX to give anything other than high-level advice. So, you don't need to figure out the time difference, just if the timezone change affected the date or not? Make sure your requirement is clear, then others can give you specific help wit...
- Wed Nov 14, 2007 7:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error accessing Oracle Enterprise stage in parallel jobs.
- Replies: 2
- Views: 1233
- Wed Nov 14, 2007 7:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Deriving Date based on given Time zone
- Replies: 5
- Views: 1067
- Wed Nov 14, 2007 7:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Abort the job from "After job subroutine"
- Replies: 21
- Views: 10455
Which will kill your performance but prove (if it then works) that your design is correct. As you suggested I just sent both Insert link and Delete link into single DRDBMS stage and also ensured link ordering was proper from Transformer stage so that Delete operation works first and then followed by...
- Tue Nov 13, 2007 10:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem in Lookup
- Replies: 3
- Views: 1025
You need to make the values match if we're talking hashed lookup. So either remove the leading zeroes in the lookup or zero pad the driving records to match. If the lookup is a database stage, then it shouldn't matter and an implicit conversion would make the value match automagically. Like in Toad.
- Tue Nov 13, 2007 10:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: IPC & Manageing resource contention
- Replies: 11
- Views: 2797
There's no manual that will say "don't add one of these to every job". The Inter-Process Stages are documented in the Server Job Developer's Guide in Chapter 12, but all that's going to tell you how much of a wonderful job it will do speeding all your jobs up. The only way you'll get "concrete proof...
- Tue Nov 13, 2007 10:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Investigating why DataStage compile is failing
- Replies: 4
- Views: 1000
- Tue Nov 13, 2007 9:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Abort the job from "After job subroutine"
- Replies: 21
- Views: 10455
But still no luck as job used to try to insert data first and then try to delete. Which resulted in Database constraint violation. Used to try? You need to do a more thorough job of detailing your requirements. Describe your complete job flow. What exactly are you trying to delete? What exactly are...
- Tue Nov 13, 2007 6:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: EtlStats
- Replies: 7
- Views: 4578
- Tue Nov 13, 2007 5:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to install Datastage Command Stage Plugin
- Replies: 4
- Views: 2629
- Tue Nov 13, 2007 4:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multiple Clients in a PC
- Replies: 8
- Views: 1482
- Tue Nov 13, 2007 4:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Passing parameter values through BASIC routine
- Replies: 5
- Views: 1823
- Tue Nov 13, 2007 12:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multiple Clients in a PC
- Replies: 8
- Views: 1482
- Tue Nov 13, 2007 9:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ORA-01841: (full) year must be between -4713 and +9999
- Replies: 16
- Views: 14541
- Tue Nov 13, 2007 8:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Handling repetition element in xml
- Replies: 9
- Views: 3873
You simply copy it to the clipboard from the log and place it anywhere you like. Then edit to your heart's content with your favorite editing tool. When done, I've already said where it goes back in the job. If you are like me and XSLT illiterate enlist the help of someone who isn't. Explain the si...