Search found 42189 matches
- Wed Sep 14, 2005 6:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Strange behavior while creating job sequence
- Replies: 1
- Views: 892
- Tue Sep 13, 2005 9:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to find a huge job log
- Replies: 14
- Views: 4639
- Tue Sep 13, 2005 5:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Best Practices for Version Control Tool of DS
- Replies: 3
- Views: 1630
- Tue Sep 13, 2005 4:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to find a huge job log
- Replies: 14
- Views: 4639
- Tue Sep 13, 2005 7:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to find a huge job log
- Replies: 14
- Views: 4639
- Tue Sep 13, 2005 7:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job hanging while writing to odbc stage
- Replies: 3
- Views: 1207
The OCI stages are the native stages provided for accessing Oracle via DataStage. In my mind, ODBC is the 'stage of last resort' only to be used when you've got no other choice. All that's required to use OCI is an Oracle client installed on the DataStage server and some config tweaks in the dsenv f...
- Tue Sep 13, 2005 6:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How does pointer get set when we create a hashed file stage?
- Replies: 1
- Views: 859
- Tue Sep 13, 2005 6:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DB2 Timestamp Problem
- Replies: 2
- Views: 1161
- Tue Sep 13, 2005 6:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Expression Evaluation
- Replies: 17
- Views: 4962
Curious what happens when you try something simple like:
Code: Select all
If Lnk_FromSrc.ExpEval Then 'True' Else 'False'in a derivation for various values?
- Tue Sep 13, 2005 6:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unexpected termination by Unix signal 9(SIGKILL)
- Replies: 9
- Views: 13514
No, the SIGKILL ( kill -9 ) is something that is either explicitly issued by a person or perhaps by a monitoring tool when it thinks Something Is Wrong. DataStage itself won't do this. Perhaps this "third party tool" you've mentioned? Or perhaps by an Admin who is not all that DataStage aware? I've ...
- Tue Sep 13, 2005 6:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Checking the jobs in runnable state
- Replies: 10
- Views: 3685
- Mon Sep 12, 2005 9:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Empty string are converted to null on SQL Server
- Replies: 9
- Views: 8916
Chuck, in your shoes I'd build a small test job and pass in a couple of fields with the values you are questioning and then interrogate them. See if they test as Null or Empty depending on how they look in the source file and how you set your options in the Sequential File stage. Then you will have ...
- Mon Sep 12, 2005 9:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multi Reference lookup counts
- Replies: 8
- Views: 2486
Not really sure what you are asking, Julie. If you are asking if there is some way, when returning a 'multi-row result set' from a reference lookup, to know how many rows each lookup returned, there isn't an automatic one that I'm aware of. I'm guessing you could do some custom sql in an additional ...
- Mon Sep 12, 2005 9:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to find a huge job log
- Replies: 14
- Views: 4639
- Mon Sep 12, 2005 9:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job hanging while writing to odbc stage
- Replies: 3
- Views: 1207
Sounds like your job is locking itself out - is that what you meant by "waiting for resources"? And are you saying you have three output links all writing to the same Oracle table using three different ODBC stages - or do all three links go into a single ODBC stage? If you were using OCI stages (and...