Search found 53125 matches

by ray.wurlod
Tue Dec 06, 2005 1:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to migrate data from unidata to oracle
Replies: 20
Views: 5254

Please post all settings you have used in your UniData stage.

When you refer to "repository", I trust you don't mean DataStage repository (which is not based on UniData).
by ray.wurlod
Tue Dec 06, 2005 1:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: please list out active and passive stages in datastage
Replies: 8
Views: 13949

Open the stage type's properties in the Stage Types branch of the Repository to determine its active/passive status.
by ray.wurlod
Tue Dec 06, 2005 1:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Like searches in a string
Replies: 2
Views: 876

LOCATE, FIND and FINDSTR statements can be used in routines to search for delimited substrings.

INDEX() searches for a particular occurrence (for example the first) of a given substring.
by ray.wurlod
Tue Dec 06, 2005 1:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: what is in datastge dsapi_slave ( urgent)
Replies: 6
Views: 2980

Why could something that's an unchanging fact be urgent?

The answers can be found via search - I have posted them in the past.

For example the answer to "wether (sic) dsapi_slave invokes of both active / passive" is no.
by ray.wurlod
Tue Dec 06, 2005 1:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: "Unable to lock RT_CONFIG2660 file"
Replies: 9
Views: 2763

All instances will need to take short-lived locks on the same RT_CONFIG file during startup. See if you can spread the startup requests by a small amount, say five seconds apart. SLEEP 5 will do it for you.
by ray.wurlod
Tue Dec 06, 2005 2:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is this consider as load.
Replies: 1
Views: 705

Welcome aboard. :D There's no real differentiation. Most estimation schemes talk about "the ETL processing" rather than isolating each phase. Since you're writing to a persistent target, I guess you'd have to regard the job as performing a load. Presumably it's getting those data from somewhere (ext...
by ray.wurlod
Tue Dec 06, 2005 2:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: stored procedure
Replies: 2
Views: 1285

Is this a server job question or a parallel job question?
by ray.wurlod
Tue Dec 06, 2005 2:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error code 65280
Replies: 7
Views: 15549

Check the permissions to every directory in the path /app/dstage/Ascential/DataStage/DSEngine/Projects/edw
by ray.wurlod
Mon Dec 05, 2005 11:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Perfmon to monitor DataStage
Replies: 6
Views: 1547

The danger of using PerfMon is that it can generate lots of wonderfully detailed statistics that don't really reveal that much, but which PHBs can react to. System Tuning 101 A system is a set of finite resources (CPU, memory, I/O bandwidth, swap space, network bandwidth, semaphores, to name a few)....
by ray.wurlod
Mon Dec 05, 2005 11:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage scheduling
Replies: 9
Views: 3791

Did you notice that the original poster is on Windows? :oops:
by ray.wurlod
Mon Dec 05, 2005 11:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Vertical pivot
Replies: 4
Views: 1394

There is a very simple approach using stage variables. It may be posted on the server forum, but it will work just as well in parallel jobs. You just have to make sure that the data are partitioned on the first column values so that all values of each distinct value are on the one partition.
by ray.wurlod
Mon Dec 05, 2005 11:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sort Stage - Restrict Memory Usage option
Replies: 3
Views: 1471

Not really. Find a starting point. Under reproducible conditions gradually increase till system starts paging, then back off a bit. (Highly technical, I know, but it's an old and honourable technique!)
by ray.wurlod
Mon Dec 05, 2005 9:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Perfmon to monitor DataStage
Replies: 6
Views: 1547

Not to mention the odd well-intentioned old cynic asking folks who claim that there are performance problems to define exactly what performance means in an ETL environment! There's a story about selling software into a certain country where it is axiomatic that you will be greeted with "Performance ...
by ray.wurlod
Mon Dec 05, 2005 9:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we get only job status???
Replies: 31
Views: 6898

The job might've gotten hung up trying to process itself.
by ray.wurlod
Mon Dec 05, 2005 9:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Vertical pivot
Replies: 4
Views: 1394

What did your search for "vertical pivot" on this site reveal?