Search found 53125 matches
- Tue Jan 24, 2006 7:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Wierd Problem with Shared Container
- Replies: 6
- Views: 1871
- Tue Jan 24, 2006 7:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Metadata mismatch
- Replies: 5
- Views: 4655
Welcome aboard. :D Whatever column definitions is apposite to the table must be the same in your job design. It's differences that cause this message to be logged. Change your Columns grid so that this column is defined as Numeric (or Decimal) with precision 10 and scale 4. Currently you have it def...
- Tue Jan 24, 2006 7:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: OSH command limitation ?
- Replies: 2
- Views: 822
It's actually a general DataStage limitation. The upper limit on the number of links connected to a stage (unless otherwise further limited) is 127. This used to be a documented limit and used also to be visible by examining the Stage Type properties in the Repository; it's still an actual limit but...
- Tue Jan 24, 2006 5:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: MVS database connection from DS on Unix
- Replies: 3
- Views: 1319
- Tue Jan 24, 2006 5:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to use Input link values as stored procedure arguments?
- Replies: 12
- Views: 3124
- Tue Jan 24, 2006 5:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: What can I do with Datastage checkpoints?
- Replies: 4
- Views: 7441
You don't use checkpoints. DataStage does, when a job sequence is re-run that failed earlier. All you do is check a box to indicate that you would like this functionality to be compiled in to the job sequence. The only other thing of which to be aware is the "do not checkpoint me" check box in acti...
- Tue Jan 24, 2006 5:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS Version Control and UFS filesystem limitation
- Replies: 9
- Views: 3304
Export doesn't delete anything - it's just another way to take a backup. Once you've taken a backup - or two - you actually need to start deleting things. And therefore you have to find out which things you want to delete. You can start by getting the job numbers from DS_JOBS. SELECT NAME,JOBNO FROM...
- Tue Jan 24, 2006 5:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to attach National Language Support shared memory seg
- Replies: 2
- Views: 2274
- Tue Jan 24, 2006 5:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: add_to_heap() - Unable to allocate memory
- Replies: 5
- Views: 3320
What error messages do you get when trying to restart DataStage? These "memory offset" parameters are quite sensitive; you are not permitted to generate any shared memory segment larger than the system can deliver; this in turn is configured by UNIX kernel parameters such as shmmax and shmmni. Nothi...
- Tue Jan 24, 2006 4:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: User ID login problem.. After DS upgrade..
- Replies: 3
- Views: 1392
- Tue Jan 24, 2006 4:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error : Attempting to clean up after abort raised in a stage
- Replies: 2
- Views: 1774
- Tue Jan 24, 2006 4:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: row splitter , row merger, pivot stages
- Replies: 7
- Views: 2517
- Tue Jan 24, 2006 4:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Improve Performance by reducing if clauses in Transformer
- Replies: 8
- Views: 2256
THEN IF is always faster than AND (you bail out of the test as soon as any condition is not met). Ordering by likelihood of failure will also help that. Doing it all in a routine add negligible overhead. CASE compiles to exactly the same object code as the equivalent nested IF, so if you think it's ...
- Tue Jan 24, 2006 4:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: o/p is seq file how get data into in newline
- Replies: 4
- Views: 1371
- Tue Jan 24, 2006 4:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Retrieving job details using UniVerse BASIC.
- Replies: 7
- Views: 2277