Search found 42189 matches
- Mon Aug 28, 2006 8:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: hours to time
- Replies: 16
- Views: 5771
You can edit your own post, you know. You need to get the separators in the input so it knows it is a time. I thought it was interpreting it as the number of seconds past midnight, but changing the input to 170001 got me 09:00:00 not 08:00:01 so not sure what's going on. If you break up your field w...
- Mon Aug 28, 2006 7:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Data Rationalisation - Performance and Optimisation
- Replies: 13
- Views: 3682
Will increasing the arrary size mean that some records could be missed for an update because they both come through in the same chunk of records? Or is each record written to the hash file and available immediately for reference regardless of the array size used in the database? The latter. The has...
- Mon Aug 28, 2006 2:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: scheduling
- Replies: 2
- Views: 803
That's not possible via the DataStage Director, which leverages cron behind the scenes on a UNIX server. Perhaps an Enterprise Scheduler could be setup like that. Another approach is to build a job control 'wrapper' and schedule that. The wrapper would be responsible for running the other job in a l...
- Mon Aug 28, 2006 12:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: phantom error
- Replies: 2
- Views: 1056
- Mon Aug 28, 2006 12:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: space as key in Hash file
- Replies: 5
- Views: 1337
- Mon Aug 28, 2006 9:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date format problem
- Replies: 17
- Views: 5644
- Mon Aug 28, 2006 9:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transactional Stages in DX 7.5
- Replies: 3
- Views: 923
I'm not sure what you mean by 'Transactional' stages? Is that a section label of the PX pallete? If they are present in the pallete, they should be in the online help. You can also drag one onto the canvas, open it and then click on the Help button inside the stage. Can you give us some actual names...
- Mon Aug 28, 2006 6:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: help regarding email notification stage
- Replies: 3
- Views: 1179
Re: help regarding email notification stage
Also the status of all jobs are included using the 'Include job status in email' tab What you get with that option is the status of all jobs run up to (and including) the failed job that triggered it. The failed job will typically be the last one listed in the body of the email... pretty much exact...
- Mon Aug 28, 2006 6:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: FTP stage error
- Replies: 5
- Views: 1460
- Mon Aug 28, 2006 6:44 am
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: Problems with RTI
- Replies: 7
- Views: 5971
Well, from using the RTI/SOA Edition I can tell you that TX jobs are valid for it to handle. However, I'm not sure you can install everything on one server. And you haven't mentioned what you are using on the RTI Agent side of the equation - WebSphere, Web Logic, etc? And how did you setup and confi...
- Sun Aug 27, 2006 10:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Invalid UsreID/Password when login DataStage Client
- Replies: 9
- Views: 5831
- Sun Aug 27, 2006 3:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage Enterprise Edition Certification [ Test 415 ]
- Replies: 9
- Views: 2493
- Sun Aug 27, 2006 3:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Lookup on Dates columns is Failing
- Replies: 5
- Views: 1520
Ok... did you look at what that transform actually says that it does? First problem is the fact that it expects a Timestamp meaning something in "YYYY-MM-DD HH24:MI:SS" format. Second problem is your date would be returned in Internal Date format, not exactly what you were looking for. Not knowing e...
- Sun Aug 27, 2006 3:17 pm
- Forum: Site/Forum
- Topic: Some suggestion/changes for the forum...
- Replies: 6
- Views: 3738
I've seen duplicate replies, but it is rare. Sometimes it is the result of impatience, what you referred to as 'double-clicking'. There have been times when I've been blessed with double or even triple replies when the site is especially slow or acting up through no fault of my own. And you may not ...
- Sun Aug 27, 2006 1:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Lookup on Dates columns is Failing
- Replies: 5
- Views: 1520
Double-check your work. If it works some of the time, then it's not a transactional problem and you should be able to make it work all the time. Check the format of the time portion that makes it into the database. Make sure you are providing that same format to the lookup and that everything matche...