Search found 53125 matches

by ray.wurlod
Thu May 22, 2008 1:51 am
Forum: General
Topic: Getting uvsh help
Replies: 22
Views: 6431

It's there in Arnd's post (on screen #1), in blue.
by ray.wurlod
Thu May 22, 2008 1:48 am
Forum: General
Topic: How to get the elements and their loginfo in a job sequence
Replies: 9
Views: 2097

Start time, end time and job status are not in DS_JOBOBJECTS table, which only contains design-time metadata. Run-time metadata are stored in a separate table for each job. You need to use the DataStage API (in one of a number of ways, perhaps a routine, perhaps the command line interface) to recove...
by ray.wurlod
Wed May 21, 2008 11:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: slow performance while merging 2 files in merge stage
Replies: 13
Views: 3582

Trace level 1 is invoked only under two circumstances.
    (a) stage tracing specifies "capture data"

    (b) running in the Debugger

Avoid it by using neither of these. The default should be trace level 0.
by ray.wurlod
Wed May 21, 2008 11:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: substring - job parameter
Replies: 1
Views: 1141

It is not possible. You will need an additional job parameter containing the six-digit date. You can calculate the one from the other, for example using the Right() function, in the job sequence that invokes your job.
by ray.wurlod
Wed May 21, 2008 11:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Remote Server
Replies: 3
Views: 1382

Which part of "remote server required" is unclear?
by ray.wurlod
Wed May 21, 2008 11:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS runtime error
Replies: 2
Views: 1058

For some reason your DB2 is returning this string when its version is being requested, and DataStage does not recognize it. Take it up with your support provider.
by ray.wurlod
Wed May 21, 2008 11:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to use Email Notification?
Replies: 2
Views: 1193

Create a routine that ends up invoking DSSendMail() function. Invoke your routine from a Routine activity near the end of your job sequence.
by ray.wurlod
Wed May 21, 2008 11:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UNIX variable in Parallel job
Replies: 11
Views: 3091

It ("Reply to Topic") is at the top, too, and in a larger font than "Reply with quote".
:roll:
by ray.wurlod
Wed May 21, 2008 11:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Director job indexing
Replies: 7
Views: 1733

I, on the other hand, adopt the approach of not having too many jobs in the project. Therefore "all jobs" still refreshes in a reasonable amount of time.
by ray.wurlod
Wed May 21, 2008 11:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: slow performance while merging 2 files in merge stage
Replies: 13
Views: 3582

What's different about the jobs?

Trace level 1 means that every piece of data, as well as being processed, has to be logged to the stage trace file. That can be an immense overhead.
by ray.wurlod
Wed May 21, 2008 11:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merge
Replies: 3
Views: 1562

So you can see whether the merge was successful, assuming that your "update not found" rule is "Continue".
by ray.wurlod
Wed May 21, 2008 11:20 pm
Forum: General
Topic: How to get the elements and their loginfo in a job sequence
Replies: 9
Views: 2097

What information precisely do you want to get? Ultimately it will all be stored in DS_JOBOBJECTS table. But why not just use the Job Report tool in the job sequence itself? (This is the tool that looks like the Internet Explorer icon.)
by ray.wurlod
Wed May 21, 2008 11:19 pm
Forum: General
Topic: De duplication of Customer ID from 13 different Source Sys
Replies: 1
Views: 916

QualityStage
by ray.wurlod
Wed May 21, 2008 4:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: connecting to sqlserver
Replies: 2
Views: 1073

... but there is an ODBC driver for SQL Server that can be (is) installed on a UNIX system on which DataStage is installed. Hence wesd's advice to use an ODBC Enterprise stage.
by ray.wurlod
Wed May 21, 2008 4:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: kill process ids
Replies: 10
Views: 3075

hey the best way is kill the sessions type ps -ef|grep dscs n see the PID and KILL -9 PID or go to Datastage Admin command n type ds.tools go through the options u can make it out u r done..... :D Aaaaarrrrggggghh! Don't ever work for me. It would be significantly dangerous for you.