Search found 42189 matches

by chulett
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

Not a strange problem but actually a known one related to Service Pack 2 on Windows XP. There's been a patch available to correct that on Ascential's eServices website for quite some time now. :wink:
by chulett
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

Ah... Ray's own Kobayashi Maru. :wink:
by chulett
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

Read the online help that installs with the product, specifically Chapter 2 which covers the Version Control "Methodology".
by chulett
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

Actually, Dennis lets me take cuts. :wink:
by chulett
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

Two different days, Sai.
by chulett
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...
by chulett
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

By default (and through the GUI) they are 32bit. You either have to create them by hand as 64bit or RESIZE them afterwards.

Search the forum for 64BIT and RESIZE to get the syntax.
by chulett
Tue Sep 13, 2005 6:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 Timestamp Problem
Replies: 2
Views: 1161

If you are using the DB2 stage, you'll find that it can want Date/Timestamp fields in internal format, depending on how you've defined it in the stage.
by chulett
Tue Sep 13, 2005 6:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Expression Evaluation
Replies: 17
Views: 4962

:? What about it "isn't working"? How are you using your expression field and what kind of output are you seeing?

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?
by chulett
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 ...
by chulett
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

Which is why the script does a 'reset' instead. :wink:
by chulett
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 ...
by chulett
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 ...
by chulett
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

In other words, to do this from the operating system you need to examine all of the RT_LOGnnn directories in the Project directory where this happened, looking for the 'Big Ones'. A query against DS_JOBS will translate the job number into a job name.
by chulett
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...