Search found 42189 matches
- Thu Nov 30, 2006 12:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage phantom Error
- Replies: 5
- Views: 6704
These aren't normal 'phantom style' errors - as a matter of fact they don't seem to be errors at all. I would think that you are using a routine or some piece of custom code that has debugging statements left in it - PRINT statements, for example - that are 'logging' information when the routine is ...
- Thu Nov 30, 2006 12:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 enterprise stage - Reject handling
- Replies: 5
- Views: 1568
If commit level is set more than 1 then unless the number of records inserted is more than the commit level the records will not be commited. So in your case this may be the problem. What is the commit level set other than 1 ? I'm sorry, but unless this is in regard to a specific bug with the DB2 E...
- Wed Nov 29, 2006 11:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to configure an odbc connection on unix
- Replies: 19
- Views: 7239
- Wed Nov 29, 2006 10:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to configure an odbc connection on unix
- Replies: 19
- Views: 7239
- Wed Nov 29, 2006 9:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Wait for file activity stage
- Replies: 4
- Views: 1249
- Wed Nov 29, 2006 9:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Transformer satge output links
- Replies: 3
- Views: 977
- Wed Nov 29, 2006 8:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Loading Huge Data
- Replies: 11
- Views: 2710
- Wed Nov 29, 2006 8:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Timestamp Conversion
- Replies: 8
- Views: 1615
- Wed Nov 29, 2006 8:21 am
- Forum: Site/Forum
- Topic: Non Business content
- Replies: 6
- Views: 3372
Interesting... your other option, when in a situation like this, is to hover over the link first rather than simply click on it. You'll see the actual link in the lower status bar of your browser, or at least you will in IE - don't know about others like Firefox. Then just don't click on it if it tu...
- Wed Nov 29, 2006 8:15 am
- Forum: General
- Topic: custom in job activity (sequence)
- Replies: 18
- Views: 10129
Did you search for DSSetUserStatus? Did you find any posts like this one? There are more, but it explains the basic mechanism. In your job that writes the row count to a flat file, also use the routine mentioned in the post to push the Row Count to user status. Then you can pick it up automatically ...
- Wed Nov 29, 2006 1:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: fixed widht file problem
- Replies: 5
- Views: 1763
- Wed Nov 29, 2006 1:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to track which ETL job is loading 1 particular DB table
- Replies: 24
- Views: 9426
- Tue Nov 28, 2006 11:58 pm
- Forum: General
- Topic: custom in job activity (sequence)
- Replies: 18
- Views: 10129
Then a DataStage job to read the value from the source table and stash it somewhere. The Sequence should then be able to retrieve that value and make decisions from it. Search the forum for USERSTATUS or better yet DSSetUserStatus for one way to rather easily do the 'stashing' and retrieval of that ...
- Tue Nov 28, 2006 11:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hawk training
- Replies: 7
- Views: 2014
If or how on the Premium Membership? The memberships help support the site... all of us 'Premium Posters' donate our time but there's still plenty of costs associated with doing something like this. Every little bit helps keep the site alive and you'll also get access to exclusive content in the nea...
- Tue Nov 28, 2006 11:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ArraySize and Transaction Size
- Replies: 16
- Views: 4209
I am not a premium member and so unable to see your full reply. Can you Please post that again so that i can see it. No, I'm afraid not. Sign up! Pennies a day, ya know. And i used to think that Array size is the no. of records that DS will fetch from a DB and Transaction Size is the no. of records...