Search found 53125 matches

by ray.wurlod
Thu Apr 17, 2008 4:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: diff b/w force complie, mutiple complie and complie in PX
Replies: 8
Views: 1535

That response is bewildering! Force Compile exists for parallel jobs. If you change a parallel job but do not change an already compiled Transformer or Build stage, then an ordinary compile does not re-compile these stage types. Force Compile guarantees that they are re-compiled and re-linked, even ...
by ray.wurlod
Thu Apr 17, 2008 4:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to Connect to Oracle Database.
Replies: 11
Views: 2329

In this case I usually make the parameter a List type to prevent operators inadvertently supplying an incorrect value.
by ray.wurlod
Thu Apr 17, 2008 4:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Designer crashes while creating a Sequence
Replies: 9
Views: 2064

True... IF you happen to know the eCase number.
by ray.wurlod
Thu Apr 17, 2008 4:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Designer crashes while creating a Sequence
Replies: 9
Views: 2064

True... IF you happen to know the eCase number.
by ray.wurlod
Thu Apr 17, 2008 2:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling COBOL ROUTINE from DataStage v8
Replies: 4
Views: 1371

I don't believe there is from EE. I don't know enough about Federation Server but would assume that the answer is no there also, unless your DB2/390 has hooks to the COBOL functions. Ultimately, you need a COBOL program to call a COBOL function.
by ray.wurlod
Thu Apr 17, 2008 2:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSR_IMPORT (Action=2) error- metadata imp from Netezza ODBC
Replies: 3
Views: 1646

Your support provider can be tasked with determining whether there are any patches related to getting metadata from Netezza.
by ray.wurlod
Thu Apr 17, 2008 2:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: HOW TO CREATE CUSTOM STAGES IN PX
Replies: 1
Views: 917

There's both the manual Parallel Job Advanced Developer's Guide and on-line help. The first step is to decide what you need to achieve. The second step is to determine that none of the existing stages can do the job (there's a lot of capability there). Only then would you contemplate a custom stage ...
by ray.wurlod
Thu Apr 17, 2008 2:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Logging for the DataStage Engine
Replies: 4
Views: 1845

Code: Select all

cd $DSHOME  # assuming DSHOME has been set
touch errlog
chmod 777 errlog

Note that this technique is appropriate only for UNIX-hosted DataStage (or UniVerse) systems, not Windows-based ones.

Administering UniVerse (version 9.6) page 14-14.
by ray.wurlod
Thu Apr 17, 2008 2:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Server Engine - UniVerse
Replies: 31
Views: 18204

PI/Open still exists. Prime INFORMATION still exists. They were among the databases that Informix sold to IBM in 2001. No-one is going to take the time to explain what everything in $DSHOME/bin does. You use very few of them directly - they support what the engine does. Occasionally you will find on...
by ray.wurlod
Thu Apr 17, 2008 2:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: filter command in the sequential stage
Replies: 8
Views: 1655

How exactly did you specify the Filter Command?
by ray.wurlod
Thu Apr 17, 2008 2:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reference lookup error
Replies: 1
Views: 788

The message indicates that the SQL on the reference input has returned more than one row. However, in DataStage only one row is accepted, and it chooses (is designed) to use the last row selected. Perhaps you could design the query to return only one row; this will run faster; or use an ODBC stage i...
by ray.wurlod
Thu Apr 17, 2008 2:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Designer crashes while creating a Sequence
Replies: 9
Views: 2064

What exact release?

I have seen that happen occasionally in 7.5.2 and 7.5x2, but don't know why. Restarting the client clears the problem. Sometimes (rarely) you get to see an OLE Automation error message box flash past.
by ray.wurlod
Thu Apr 17, 2008 2:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Approach in Filling a Relational Database
Replies: 15
Views: 4102

I definitely advocate guaranteeing RI within the ETL tool.

Do not rely upon database errors to check RI. For one thing, it's slow.
by ray.wurlod
Thu Apr 17, 2008 2:27 pm
Forum: General
Topic: RE: Helper Subroutines
Replies: 14
Views: 3818

1. From a DataStage perspective nothing whatsoever. But, if you read a history of the UniVerse product and VMARK Software, Inc., you will know that UniVerse was created to capture some of Prime's market share, so it had to be able to do what Prime INFORMATION did. 2. IBM will probably deny that ther...
by ray.wurlod
Thu Apr 17, 2008 5:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: File nane with date
Replies: 25
Views: 10315

Yes, but it involves writing an after-job subroutine. You may as well use ExecSH as the after-job subroutine to execute a UNIX mv command.