Search found 89 matches

by Nagin
Thu Mar 15, 2007 11:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Writing to ORAOCI9 stage - Performance improvement
Replies: 4
Views: 1593

Writing to ORAOCI9 stage - Performance improvement

Hi, I have a simple job developed by some one else. ORAOCI9 stage --> Transformer --> ORAOCI9 stage. I am trying to tune the performance of the job. The job is currently processing 650 rows per second. My source has 10 million rows. At the rate of 650 rps its taking 4 hrs. We have the same job in In...
by Nagin
Fri Feb 23, 2007 9:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSU.ClearHashFile is not cataloged
Replies: 7
Views: 2601

Another possibility is that the job was exported from another project and imported into this one but the routine was not, so that ClearHashFile does not even appear in the Repository. If this is the case, you must obtain the routine from wherever the job was exported from. Yep, Ray nailed it. The r...
by Nagin
Thu Feb 22, 2007 4:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSU.ClearHashFile is not cataloged
Replies: 7
Views: 2601

narasimha wrote:Re-compile your routine ClearHashFile and try if it works.
I tried re-compiling the job I am still getting the same error
by Nagin
Thu Feb 22, 2007 4:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSU.ClearHashFile is not cataloged
Replies: 7
Views: 2601

DSU.ClearHashFile is not cataloged

I have a simple job
HashFile -> IPC-> Transformer->IPC->Hashfile.

This job is called as a after job sub routine. And the parameters are seem to be passing right. Any of you guys seen this error before? Any ideas what could be causing this?

Thank you.
by Nagin
Thu Feb 22, 2007 2:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while trying to retrieve text for error ORA-12154
Replies: 10
Views: 4870

DSguru2B wrote:Great, you can mark the post as "Resolved" then.
I guess I can't mark the post as resolved as I am not the one started it.
by Nagin
Thu Feb 22, 2007 2:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while trying to retrieve text for error ORA-12154
Replies: 10
Views: 4870

The problem has been resolved. I am able to view data now. It was wrong TNSnames that was causing the problem. I think I am wrong regading the dsenv file not being needed when we are using the Oracle DataDirect wire protocol. I think no matter which protocol we are using we need dsenv file to let DS...
by Nagin
Wed Feb 21, 2007 10:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while trying to retrieve text for error ORA-12154
Replies: 10
Views: 4870

You are configuring this for ODBC or OCI? The first two files you mentioned are for ODBC while the third is needed for OCI. LIBPATH = SHLIB_PATH on some operating systems, you set whichever is appropriate for yours. You also need to make sure ORACLE_HOME is set in the dsenv file as well, then stop ...
by Nagin
Tue Feb 20, 2007 12:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while trying to retrieve text for error ORA-12154
Replies: 10
Views: 4870

ORA-12154

You need to properly configure DataStage for Oracle, something that is documented in both the Plug-in Configuration Guide and the OCI documentation. It involves editing the dsenv file to set $ORACLE_HOME and to include the proper libraries in your equivalent SHLIB_PATH. Once that is done you need t...
by Nagin
Wed Dec 20, 2006 1:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation of Job Sequence
Replies: 5
Views: 2303

Thanks Narasimha and Craig, that answers my question. And would it be OK to assume that it is the same thing when we reset the Job Sequence status?. For instance, If the underlying job aborts for some reason, the sequence will also abort. In this situation, if I just modify the job, recompile it and...
by Nagin
Wed Dec 20, 2006 11:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation of Job Sequence
Replies: 5
Views: 2303

Compilation of Job Sequence

I have a Master Jobsequence 'A' calling multiple job sequences jobsequence1, job sequence2, job sequence3... and so on. If I modify a job in the job sequence1 and compile the job but not the jobsequence1, would it cause any trouble when I kick off the Master Jobsequence? In other words what happens ...
by Nagin
Tue Dec 05, 2006 7:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Mutex Timeouts
Replies: 5
Views: 1745

Maybe your computer is too fast! It could be exhausting the number of retries before the timeout kicks in. Search the Forum for information about the SPINTRIES and SPINSLEEP configuration variables that can be used to tune mutex lock behaviour. You might also increase the timeout on your IPC stages...
by Nagin
Tue Dec 05, 2006 7:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Mutex Timeouts
Replies: 5
Views: 1745

Maybe your computer is too fast! It could be exhausting the number of retries before the timeout kicks in. Search the Forum for information about the SPINTRIES and SPINSLEEP configuration variables that can be used to tune mutex lock behaviour. You might also increase the timeout on your IPC stages...
by Nagin
Tue Nov 28, 2006 10:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: calculate Job EndDateTime and Job ElapsedTime.
Replies: 27
Views: 11260

What exactly is the problem you are waiting on a resolution for? With cryptic messages and obviously edited posts from other folks, I can't really tell at this point. :? Craig, We are trying to find how to get the job end date time as the following command triggering a warning message "DSGetJo...
by Nagin
Tue Nov 28, 2006 9:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: calculate Job EndDateTime and Job ElapsedTime.
Replies: 27
Views: 11260

narasimha wrote:Can you please go for a new post for this, it is not related to the discussion in this thread.
Can you please tell me how do I look up the new post, if you've started it. Its an interesting topic, I would like to know more about it.