Search found 53125 matches

by ray.wurlod
Wed Aug 31, 2005 8:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pre Caching Of hash files
Replies: 9
Views: 2628

Nothing has changed in the mechanism, which is described in dsdskche.pdf - however it seems that few folks are taking advantage of public shared caching.
by ray.wurlod
Wed Aug 31, 2005 4:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fast Export is using Pipes instead of File Path
Replies: 3
Views: 1317

The pipe character is the default delimiter character both in the control file and the data file(s).

From memory - I am not able to check right now - you can change this in the stage properties.
by ray.wurlod
Wed Aug 31, 2005 4:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer Job Hangs - left "running"
Replies: 2
Views: 1050

There is no limit in DataStage.

There is a limit on the total amount of resources (CPU, memory, disk, network bandwidth, processes) that your system can deliver. This is also impacted by anything else that the system might be doing.
by ray.wurlod
Wed Aug 31, 2005 4:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hash key lookup with an EXTRA key ...
Replies: 5
Views: 1135

It won't work using a Hashed File stage. A Hashed File stage can only perform a lookup against the entire key.

You can set it up to use a UV stage to perform the lookup against a partial key. Search the forum for methods. Search on-line help for multi-row returns from reference inputs.
by ray.wurlod
Wed Aug 31, 2005 4:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unix DS services
Replies: 4
Views: 1183

Possibly as many as none, but if you stop the dsrpc daemon you will not be able to start any more jobs. The dsrpc daemon runs under the dsrpcd id. As Arnd noted, you can run the deadlock daemon dsdlockd to detect deadlocks and clean up after defunct (abnormally terminated) processes. If there are co...
by ray.wurlod
Wed Aug 31, 2005 4:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Version Control Unexcepted Error
Replies: 4
Views: 1359

If you ever get that message - no matter where (Ascential product or not) - it's a bug in the client. No-one should ever write code that allows access to a property or method via an assumed With block (or non-existent object). The programmer must guarantee that object references are always scoped wi...
by ray.wurlod
Wed Aug 31, 2005 4:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job hanging
Replies: 2
Views: 870

Very hard to diagnose after the event. You have to look at things while the problem is occurring. Most probable causes are locks (one job has a record in a hashed file locked, another job is trying to use it) or system load. Sounds like locks are the most likely culprit; both the Hashed File stage a...
by ray.wurlod
Wed Aug 31, 2005 4:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Admin training
Replies: 2
Views: 1074

Asccential has no specific DS Admin class.

There is/was one offered in Malaysia by an individual consultant, and Ken Bland's company (which is in the USA) does offer services and mentoring in this field. Check out the Services page there.
by ray.wurlod
Wed Aug 31, 2005 4:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Saving or Retrieving the job log
Replies: 4
Views: 1639

The easiest way is to use Print to File in Director. However this is a manual process - OK for one or two jobs, tedious for many.

There has been SQL posted on more than one occasion for archiving job logs. Search for "archive" and "RT_LOG" should find you something.
by ray.wurlod
Wed Aug 31, 2005 1:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to install NLS seperately?
Replies: 12
Views: 4234

Yes.

In bin in the latter case.
by ray.wurlod
Tue Aug 30, 2005 10:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to install NLS seperately?
Replies: 12
Views: 4234

If NLS is not installed, then NLSMODE does not appear in uvconfig at all. Once any change has been made to uvconfig it does not take effect until uvregen has been run and DataStage restarted. The uvregen utility builds a new image of the disk shared memory segment used by DataStage, structures in wh...
by ray.wurlod
Tue Aug 30, 2005 10:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rows rejected by OLE DB provider
Replies: 3
Views: 1558

That's OK, and this thread will help anyone who does that in future! :D
by ray.wurlod
Tue Aug 30, 2005 9:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to load data to BW
Replies: 7
Views: 1679

Get one of your SAP gurus to check the RFC logs to find out - if possible - why the problem occurred and, indeed, what it may have been. Some kind of timeout would be my guess, but why?
by ray.wurlod
Tue Aug 30, 2005 7:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rows rejected by OLE DB provider
Replies: 3
Views: 1558

Welcome aboard! :D Please post the complete error/warning message for one row. It is very important in DataStage diagnosis to discern all the information that is provided in error messages. In particular, what error codes are displayed, and what do these mean? Why do you think the date fields are th...
by ray.wurlod
Tue Aug 30, 2005 7:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove Duplicate Stage
Replies: 7
Views: 2117

Thanks for posting your "solution". Sometimes questions like those are valuable in "taking a step backwards" from your design. Another good thing is to have someone else look at it - it's amazing how the problem you couldn't see is blindingly obvious to them! And if they're professional they won't s...