Search found 53125 matches

by ray.wurlod
Mon Jan 31, 2005 3:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Application Error
Replies: 2
Views: 2693

This is a client (Windows - OLE Automation) issue, and so can not readily be classed as "server" or "parallel". Search the forum for "OLE Automation". Somehow the connection from DataStage Designer to the DSObjects control that exposes the objects has been lost somewhere in the Windows operating sys...
by ray.wurlod
Mon Jan 31, 2005 3:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Startup Failed Error, No Child Processes.
Replies: 11
Views: 5684

It's rare, but this one can also occur if the process table on one machine has become full, so that no processes can be started.
by ray.wurlod
Mon Jan 31, 2005 4:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read Log
Replies: 12
Views: 2579

Do you really want to do this in a Transfomer stage, so that you get the (same) link count from the first job for every row processed in your second job? (Or are you perhaps initializing a stage variable, in which case I withdraw the question?) You can get as many row counts as you like in a single ...
by ray.wurlod
Mon Jan 31, 2005 3:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Looping
Replies: 7
Views: 1625

If the maximum number of paths you will have is finite and manageably small, create that many output links. It doesn't matter if no rows are passed along any particular output link. In your plan, you want to process the same data N times, where N is the number of values in the hashed file. This is n...
by ray.wurlod
Mon Jan 31, 2005 1:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Looping
Replies: 7
Views: 1625

Don't use a loop at all. Use one job in which the Transformer stage has five outputs, writing to the five different files. Use constraints based on the return value from the lookup to determine which rows are sent along which links. This way you only need to process your source data once. This will...
by ray.wurlod
Mon Jan 31, 2005 1:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read Log
Replies: 12
Views: 2579

You could avoid the overheads of opening an operating system shell and of starting up the dsjob command by using the DataStage BASIC function DSGetLinkInfo() directly in your BASIC code. You would, of course, need to attach and detach the finished job, but this is a smaller overhead than your approa...
by ray.wurlod
Mon Jan 31, 2005 12:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read Log
Replies: 12
Views: 2579

This is both a caring and a sharing place. How did you solve it? Help out others who might be searching for this solution in the future!
by ray.wurlod
Sun Jan 30, 2005 11:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: routines and subroutines in datastage
Replies: 6
Views: 4551

The best source is the authoratitive source, the DataStage BASIC manual and the on-line help.
by ray.wurlod
Sun Jan 30, 2005 11:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read Log
Replies: 12
Views: 2579

You can never really know the number of records loaded in a Transformer stage; only the number of records sent to the data target. The remainder depends on too many factors to post here. Why do you want to do it this way? The counts are in variables @INROWNUM and @OUTROWNUM in the Transformer stage;...
by ray.wurlod
Sun Jan 30, 2005 8:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to interact metastage with datastage
Replies: 1
Views: 962

Welcome aboard! :D There are two answers, one for technical metadata, the other for process metadata. For technical metadata you can, for example, export to MetaStage from DataStage (or import from MetaStage) using the MetaBroker (which you can profitably think of as a specialised filter for viewing...
by ray.wurlod
Sun Jan 30, 2005 3:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ascential PACK for Siebel and SAP BW
Replies: 1
Views: 709

These are separately priced products from Ascential (mainly to pass on the licensing costs from Siebel and SAP), and come with their own documentation when purchased.

You could probably approach Ascential for the manuals only. :wink:
by ray.wurlod
Sun Jan 30, 2005 3:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal End error while running a DS load job into Oracle
Replies: 32
Views: 8438

Welcome aboard! :D Check the job log file for warning or error messages. For example, by default a DataStage job will abort if 50 warnings have been logged (you set the limit when requesting the job run). Or it may be that the Oracle rollback segments is too small, in which case there will be an Ora...
by ray.wurlod
Sat Jan 29, 2005 4:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read hash file using Universe Stage
Replies: 3
Views: 749

Welcome aboard! :D The only thing you require is for the name of the hashed file to be "registered" in the DataStage project. If you created the hashed file with Account selected, you need to do nothing - simply load the hashed file's metadata into the UV stage and you're off and running. (Import th...
by ray.wurlod
Fri Jan 28, 2005 8:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error - Unit_Of_Work,0: rollback failed with reason = 2009
Replies: 1
Views: 870

Were there any other warnings or errors logged? What does your job set out to do? Can you give a brief outline of its design (stages used, and source and target data sources (text file, database, etc.) particularly)?

With just the error message there's not really much to go on.
by ray.wurlod
Fri Jan 28, 2005 6:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: database password changed
Replies: 17
Views: 3833

Easy, yes, but harder than seeing it in clear in a ps -ef report! :twisted: