Search found 53125 matches

by ray.wurlod
Thu Jun 01, 2006 4:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Updating records in SCD type 2
Replies: 6
Views: 1853

Two stages, one handling the inserts and one handling the updates. The logic is determined upstream in the job design.
by ray.wurlod
Thu Jun 01, 2006 4:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance issue
Replies: 8
Views: 2086

It might, if there are lots of indexes and constraints to be checked on the target table. :cry:

But that's not a DataStage problem.
by ray.wurlod
Thu Jun 01, 2006 4:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage 7.1 Server Job hangs when reading a named pipe.
Replies: 5
Views: 1749

Welcome aboard. :D

What is your timeout setting? How do you know it doesn't time out?
by ray.wurlod
Thu Jun 01, 2006 4:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup to Hashfile and Writing to same Hash File
Replies: 11
Views: 2663

Temporarily change the name of the "read from" hashed file to one that exists (for example VOCLIB). Validate the job, which will create the hashed file in the Hashed File stage that has the input link. Then change the name of the "read from" hashed file back to what it needs to be (the one you have ...
by ray.wurlod
Thu Jun 01, 2006 4:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting universe information about a Job
Replies: 11
Views: 3663

I don't believe that's correct, but will need to check. There is another possible value, for mainframe jobs. Will post back once I've checked.
by ray.wurlod
Thu Jun 01, 2006 4:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Importing Data
Replies: 1
Views: 1133

This simply means that you have not installed any plug-in (= optionally installed) stage types that support the View Data capability.
by ray.wurlod
Thu Jun 01, 2006 4:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: File Write Failure
Replies: 4
Views: 1183

Except on Windows, which doesn't use the ds.rc scripts. :oops:

However, you do need to verify the inheritable permissions on the folder into which you are trying to write the file.
by ray.wurlod
Thu Jun 01, 2006 4:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Failed to Compile test harness
Replies: 4
Views: 1924

Re: Failed to Compile test harness

pmadhavi wrote:I am not able to use Ereplace or Convert or any other similar function in the transformer.

Why not?
by ray.wurlod
Thu Jun 01, 2006 4:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating a shared container
Replies: 5
Views: 1360

You need to pass parameter values to a shared container via its Properties once the shared container has been painted onto the design canvas. This is done from the Repository view, but otherwise is an identical process to painting a stage onto the design canvas. It's good practice to click the comma...
by ray.wurlod
Thu Jun 01, 2006 4:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to store job start date and time and job end dateandtime
Replies: 11
Views: 3103

... because JOBCONTROL.H contains the DEFFUN declaration for DSGetJobInfo()
by ray.wurlod
Thu Jun 01, 2006 4:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extracting Name of jobs using DSExecute command
Replies: 5
Views: 1876

$INCLUDE DSINCLUDE JOBCONTROL.H not required sleep 20 strFileName = 'Directory name' : "/" : File Name' mismatched quotes Call DSLogInfo(strFileName, "Job Control") OpenSeq strFileName To objFileVar Else Create objFileVar Else ErrorCode = 1 End End WeofSeq objFileVar Call DSExecute ("UV", "SELECT N...
by ray.wurlod
Thu Jun 01, 2006 4:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance issue
Replies: 8
Views: 2086

One job sequence to rule them all.
by ray.wurlod
Thu Jun 01, 2006 4:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage 7.5 on linux OS
Replies: 3
Views: 933

But only on the documented versions of Red Hat. AS 3.0 is one of them.
by ray.wurlod
Thu Jun 01, 2006 4:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Contains Terminators
Replies: 12
Views: 3707

I do not believe that there is.
by ray.wurlod
Thu Jun 01, 2006 4:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Determining job 'ownership' in a project..
Replies: 4
Views: 1447

It is DS_AUDIT. "DS.AUDIT" was a typo, which has since been corrected via the edit facility. Clearly this is an example of a Type 1 SCD. These things happen occasionally. "Table" and "hashed file" are interchangeable terms in this particular context.