Search found 53125 matches
- Thu Sep 22, 2005 11:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage Connection Error
- Replies: 4
- Views: 2696
- Thu Sep 22, 2005 8:46 pm
- Forum: Enhancement Wish List
- Topic: Progress of Job Sequence
- Replies: 7
- Views: 3127
- Thu Sep 22, 2005 8:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage conection error
- Replies: 5
- Views: 1696
- Thu Sep 22, 2005 8:41 pm
- Forum: Enhancement Wish List
- Topic: Progress of Job Sequence
- Replies: 7
- Views: 3127
- Thu Sep 22, 2005 5:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage conection error
- Replies: 5
- Views: 1696
- Thu Sep 22, 2005 5:03 pm
- Forum: Enhancement Wish List
- Topic: Progress of Job Sequence
- Replies: 7
- Views: 3127
At at least one of my client sites I crafted a routine to load parameter values into a job sequence from a standard set. It should not be a long stretch to load from these into Job Activities.
Hmm... would this be reinventing the wheel? Can Parameter Manager already do this?
Hmm... would this be reinventing the wheel? Can Parameter Manager already do this?
- Thu Sep 22, 2005 4:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage conection error
- Replies: 5
- Views: 1696
The host name specified is not valid, or the host is not responding. In particular, code 81011 decodes as "unknown host". Make sure that the hostname you've entered can be translated to its IP address on your client machine. Maybe try the IP address instead of a host name in the connection dialog? ...
- Thu Sep 22, 2005 4:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Log hangs when trying to view
- Replies: 6
- Views: 2249
- Thu Sep 22, 2005 4:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SDK Transform Calling
- Replies: 3
- Views: 1508
Transforms are pre-stored expressions. They are not callable. If you use them in Transformer stages then inspect the generated code, you will see that they are replaced by their defining expression; that is, the expression becomes in-line code. It follows that the response suggesting DEFFUN is way o...
- Thu Sep 22, 2005 4:09 pm
- Forum: Data Integration
- Topic: How to use DOS command to move files through a network
- Replies: 1
- Views: 8080
Welcome aboard! :D Under what user ID do your DataStage jobs run? Check that this user has all required permissions. A good way to find out is to run a job that contains ExecTCL as a before-job (or after-job) subroutine, it really doesn't matter. In the Input Values field specify the command SH -c i...
- Thu Sep 22, 2005 5:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error while trying to retrieve text for error ORA-12154
- Replies: 8
- Views: 5839
- Thu Sep 22, 2005 5:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: What is array size and transaction size
- Replies: 4
- Views: 1318
- Thu Sep 22, 2005 5:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: [Resolved] Partial Unload of records with Oracle Enterprise
- Replies: 11
- Views: 2970
- Thu Sep 22, 2005 5:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Suppression Of left zeroes
- Replies: 10
- Views: 4698
There is an undocumented flag [suppress zero] available in the Modify stage. Read about it here.
- Thu Sep 22, 2005 2:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Auto Purge is disable still logs are getting deleted
- Replies: 3
- Views: 1431
Two possibilities. You (or someone) has probably imposed manual override of purge parameters for this job. When you open Job > Clear Log in Director, does it indicate that auto-purge is enabled for this job? You are mistaking the fact that log entries are filtered with "disappearing". By default you...