Search found 15603 matches
- Tue Jan 24, 2006 4:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: HOW TO CREATE A CASE STATEMENT IN TRANSFORMER
- Replies: 3
- Views: 11414
Lando, the coding you can do directly in a transformer are limited to single-line constructs; so a classical CASE statement isn't possible. You can write your own "IF THEN ELSE IF THEN ELSE ..." statement but it won't be particularly legible. You could always write your own subroutine with 2 argumen...
- Tue Jan 24, 2006 3:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: no of process ids
- Replies: 28
- Views: 7584
- Tue Jan 24, 2006 3:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS repository
- Replies: 8
- Views: 4851
- Tue Jan 24, 2006 3:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Wierd problem in transformer
- Replies: 11
- Views: 3209
Magesh, you are trying to fix a problem without knowing what your problem is by applying a fix to some other issue. With the suggestions you got in this thread you will be able to identify the cause and you can then choose how to solve it. At the moment it might be a memory leak issue with your rout...
- Tue Jan 24, 2006 3:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Audit / Run-Time Information in Datastage
- Replies: 7
- Views: 2741
Rajesh, this information is stored in the DataStage repository hashed files. It is accessible via many different methods including: 1. The Director client program 2. The UNIX/Windows command line using different command line options of the dsjob program. 3. The BASIC programming interface; see the B...
- Tue Jan 24, 2006 1:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance enhancement
- Replies: 2
- Views: 759
Your question is far too broad to answer. It is like saying "I want to know how to make my car go faster". Here are a couple of evergreen tuning suggestions: Disk I/O is slower than memory - so try to avoid reading and writing your data to or from disk whenever possible. Try to pre-load your hashed ...
- Mon Jan 23, 2006 1:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Wierd problem in transformer
- Replies: 11
- Views: 3209
- Mon Jan 23, 2006 11:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Retrieving job details using UniVerse BASIC.
- Replies: 7
- Views: 2277
- Mon Jan 23, 2006 11:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Retrieving job details using UniVerse BASIC.
- Replies: 7
- Views: 2277
- Mon Jan 23, 2006 10:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Wierd problem in transformer
- Replies: 11
- Views: 3209
- Mon Jan 23, 2006 10:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Wierd problem in transformer
- Replies: 11
- Views: 3209
Magesh, put a constraint "1=2" into your transform and retest. This will evaluate to false for each record and ensure that nothing gets written to the sequential file. Alternatively write to a sequential file called "/dev/null". Does the error still happen? If yes, take a look at your transform deri...
- Mon Jan 23, 2006 10:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Random Link collector Error
- Replies: 15
- Views: 7729
That means that at least the cause of the error is explained - the files are being created somewhere in your environment as normal sequential files instead of as pipes. What kind of collection algorithm are you using? If you change the name of the stage does the error re-occur (if not, then it is so...
- Mon Jan 23, 2006 10:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Wierd problem in transformer
- Replies: 11
- Views: 3209
Do a "reset" from the director and look at the entry with the heading "from previous run" to get more detailed error information; it is not possible to diagnose an exact cause from the information you have provided. When you say that your sequential output file is over 2Gb does that mean quite a bit...
- Mon Jan 23, 2006 10:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Random Link collector Error
- Replies: 15
- Views: 7729
- Mon Jan 23, 2006 8:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS Version Control and UFS filesystem limitation
- Replies: 9
- Views: 3304