Search found 53125 matches
- Thu Apr 16, 2009 4:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequence problem
- Replies: 8
- Views: 5028
- Thu Apr 16, 2009 4:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Inconsistent AfterStage Subroutine
- Replies: 6
- Views: 2157
That was an edited note, added (I think) after I'd done theorizing. I have no explanation whatsoever for that behaviour. It may have something to do with the way that the two Transformer stages are combined in the process, but I'd have to spend a lot of time (which I don't have today) researching it.
- Thu Apr 16, 2009 4:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Update table directly from a routine
- Replies: 3
- Views: 2031
Re: Update table directly from a routine
Resist stupid requirements.vijay.barani wrote:I have a requirement like i have to update a table directly from a routine.
- Thu Apr 16, 2009 4:23 pm
- Forum: General
- Topic: Transform Binary Data
- Replies: 2
- Views: 1296
- Thu Apr 16, 2009 4:16 pm
- Forum: General
- Topic: How to find the number of users logged into Data Stage?
- Replies: 5
- Views: 3040
Open Director. Disable (in View menu) display of categories. Sort by Status and find all the running jobs by that means. To find the connected clients, open a Command window in DataStage Administrator client and execute the following query. SELECT COUNT(*) FROM DS_LICENSE; Note that this technique w...
- Thu Apr 16, 2009 5:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to view XML data in Server job
- Replies: 1
- Views: 719
- Thu Apr 16, 2009 5:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to differentiate between changes to a datastage job
- Replies: 2
- Views: 1083
- Thu Apr 16, 2009 5:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: time conversion
- Replies: 2
- Views: 967
- Thu Apr 16, 2009 1:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dsenv file
- Replies: 10
- Views: 8492
Resist stupid or ignorant requirements. You do NOT need to edit the dsenv file to connect to Oracle from a DataStage server running on Windows for the simple reason that Windows-based DataStage server installations just don't have a dsenv file. Was any part of that unclear? Please convey to the auth...
- Thu Apr 16, 2009 12:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dynamic Notification_Activity
- Replies: 16
- Views: 6033
- Thu Apr 16, 2009 12:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance issue
- Replies: 3
- Views: 1201
What's different between DEV and UAT?
In particular what other processing was going on at the same time?
You may find some of the observations in this post interesting.
In particular what other processing was going on at the same time?
You may find some of the observations in this post interesting.
- Wed Apr 15, 2009 8:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: job abort - Exception raised in GCI subr - Access violation
- Replies: 10
- Views: 4799
Why do you think it's there particularly? An access violation can occur when trying to put NULL into a not null column, or when trying to put a string into too small a field or buffer, but can also occur for about a million other reasons. Craig asked for 20 or so lines, you have provided two. Probab...
- Wed Apr 15, 2009 6:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Inconsistent AfterStage Subroutine
- Replies: 6
- Views: 2157
If you think about what was happening before, with both Transformers in one process, there wasn't really any output link from the first Transformer. That's why DSGetLinkInfo() returns zero row counts. Inter-process row buffering forces the two Transformer stages into separate processes so now there ...
- Wed Apr 15, 2009 5:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compiling through dscc utility
- Replies: 3
- Views: 1163
- Wed Apr 15, 2009 5:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Inconsistent AfterStage Subroutine
- Replies: 6
- Views: 2157