Search found 53125 matches

by ray.wurlod
Tue Dec 15, 2009 2:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: working on Datasets
Replies: 20
Views: 5778

Please check that APT_ORCHHOME and LD_LIBRARY_PATH (or LIBPATH or SHLIB_PATH) environment variables are also correctly set.
by ray.wurlod
Tue Dec 15, 2009 2:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replacing '&' with '&amp;'
Replies: 3
Views: 1969

Search DSXchange for a parallel equivalent of the server routine Ereplace. It's exactly what you need.
by ray.wurlod
Tue Dec 15, 2009 2:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance tuning for jobs using Funnel and Sort
Replies: 3
Views: 1419

Assuming Target1 and Target2 are Data Sets (and, if not, why not?), would it be possible to sort data on their way in to the Data Sets?

How and where in the design are your data partitioned?
by ray.wurlod
Tue Dec 15, 2009 2:20 am
Forum: General
Topic: istool syntax
Replies: 30
Views: 52297

That is correct. Deployment packages (which is what Information Server Manager (istool)) deals with, are different from DataStage export files.

Command line choices for importing from dsx files do exist, including dsjob, dscmdimport and dsimport.
by ray.wurlod
Tue Dec 15, 2009 2:18 am
Forum: General
Topic: Refreshing Business Objects Report via datastage
Replies: 3
Views: 1469

That's easily fixed - get yourself a premium membership. There's a link from the DSXchange home page.
by ray.wurlod
Tue Dec 15, 2009 12:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Refreshing Business Objects Report via datastage
Replies: 4
Views: 1865

Posting the same question in multiple fora will not get any more answers, and is frowned upon by us more experienced posters (who do not want to have to read the same question more than once).
by ray.wurlod
Tue Dec 15, 2009 12:38 am
Forum: General
Topic: General data validation approach
Replies: 3
Views: 1394

Welcome aboard. Best practice is to become fully aware of all of the data quality issues, probably using a profiling tool such as Information Analyzer. Apply this regularly, for example quarterly, because data quality always degrades. Once your profiling effort has been done you will have establishe...
by ray.wurlod
Tue Dec 15, 2009 12:35 am
Forum: General
Topic: Refreshing Business Objects Report via datastage
Replies: 3
Views: 1469

Not really. You can refresh the data that the reports ultimately use, but then you would need to initiate any internal Busines Objects reformatting via a command line. That command can be run from DataStage, but DataStage has no control over what the command does (though it can capture the output an...
by ray.wurlod
Mon Dec 14, 2009 11:08 pm
Forum: IBM QualityStage
Topic: error in address standardization
Replies: 4
Views: 1464

Please disable operator combination so that you can know which stage is throwing the error.
by ray.wurlod
Mon Dec 14, 2009 11:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Strange Behavior in Importing Project
Replies: 7
Views: 2098

Have you tried doing the import from the command line? It may generate "better" error output.
by ray.wurlod
Mon Dec 14, 2009 10:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need info
Replies: 4
Views: 1458

Welcome aboard.

May I recommend that you take the IBM training class "DataStage Essentials" at an early opportunity?

You don't login to DataStage from the UNIX environment - you login from one of the DataStage clients in a Windows environment.
by ray.wurlod
Mon Dec 14, 2009 8:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to skip a job in the sequence
Replies: 1
Views: 876

Code: Select all

Nested
Condition ---->  J1  
    |            |
    |            V
    +---------> Any ---->  J2  ---->  J3 ...
             Sequencer
by ray.wurlod
Mon Dec 14, 2009 7:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC Connectivity Issue-SQL server database
Replies: 1
Views: 6503

Yes. The results of the query must be sent back.
by ray.wurlod
Mon Dec 14, 2009 3:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance tuning for jobs using Funnel and Sort
Replies: 3
Views: 1419

If the data are already sorted, use a Sort stage to specify "don't sort (already sorted)".