Search found 53125 matches

by ray.wurlod
Wed Apr 18, 2007 2:53 pm
Forum: General
Topic: Dynamic Hash file options!
Replies: 4
Views: 2037

Not bad as far as it goes, but it doesn't really explain the terms. They are all values that can be set when the hashed file is created or subsequently when the hashed file is tuned. MINIMUM.MODULUS is the smallest number of groups that the hashed file is permitted to have. Its default value is 1. T...
by ray.wurlod
Wed Apr 18, 2007 1:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to call Quality stage job in Datastage ?
Replies: 2
Views: 1019

If you have QualityStage, you have the installation media from which you can install the QualityStage plug-in for DataStage, and the qsrtmngr component that needs to be installed on the DataStage server machine. Also on this CD will be all the documentation for using the plug-in stage; essentially, ...
by ray.wurlod
Wed Apr 18, 2007 1:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding Connecting to PeopleSoft from Datastage Px
Replies: 3
Views: 1384

Welcome aboard. :D The PeopleSoft PACK that you can buy from PeopleSoft consists only of server jobs and associated table definitions and routines. While you CAN access the Oracle tables on which you have PeopleSoft running from parallel jobs, there are no short cuts. You would have to import the Or...
by ray.wurlod
Wed Apr 18, 2007 1:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: rows to column
Replies: 4
Views: 1480

Read the manual for the Pivot stage (pivot.pdf).
You may need to create an artificial pivot key column upstream of the Pivot stage, and discard it afterwards.
by ray.wurlod
Wed Apr 18, 2007 1:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Change the design
Replies: 2
Views: 981

The best solution will be one that uses no views at all. Second best is to use materialized views. If you use a standard view you have first to execute the SELECT statement that defines the view before you can even begin to select rows from the view (that is, from the result set of its defining quer...
by ray.wurlod
Wed Apr 18, 2007 1:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The connection has timed out (81015)
Replies: 1
Views: 5265

Your DataStage client is not establishing a connection to your DataStage server within 60 seconds.

Can you ping this IP address from a CMD shell?
Can you telnet to the UNIX machine?
Is the DataStage RPC daemon (dsprcd) running on the DataStage server machine?
by ray.wurlod
Wed Apr 18, 2007 12:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we export joblog to a file
Replies: 27
Views: 11793

You can use the Print dialog from Director (check Print To File). You can create a DataStage job to do it. You can create a routine using the DataStage API - depending on what you want you may need various of the DSGetLog... functions. However, it's probable that most of the details you require are ...
by ray.wurlod
Wed Apr 18, 2007 12:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UV Stage
Replies: 2
Views: 1255

The fundamental requirement is that the hashed file has an entry in the VOC file. This will be the case automatically if you created the hashed file in the account (project), but not if you created the hashed file in a directory. In the latter case, you will need to create a VOC entry using the SETF...
by ray.wurlod
Wed Apr 18, 2007 12:00 am
Forum: General
Topic: Median Calculation
Replies: 36
Views: 10179

Then my final sentence applies.
by ray.wurlod
Tue Apr 17, 2007 8:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file error
Replies: 8
Views: 2014

For just a few cents per day you can purchase a premium membership which gives you full access. All revenue from premium membership goes towards bandwidth costs for this site (but does not completely cover them).
by ray.wurlod
Tue Apr 17, 2007 8:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unlock issue
Replies: 4
Views: 1385

Are you connected as a user who has administrative privileges (dsadm or root)?
by ray.wurlod
Tue Apr 17, 2007 6:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Process empty value problem.
Replies: 9
Views: 2111

Mistakes made in development or training do not cause loss of face. They cause learning.

Thank you for posting your resolution. It would not have been possible for us to detect that situation. Consider how much your detective skills have improved!
by ray.wurlod
Tue Apr 17, 2007 6:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Genereal Question on running DTS or SSIS packages on DataSta
Replies: 1
Views: 710

You can run anything that has a command line interface from DataStage.

But why would you want to run an ETL tool from an ETL tool?!! :?
by ray.wurlod
Tue Apr 17, 2007 6:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF Index file Problem...
Replies: 18
Views: 7793

This most likely indicates one of the following possibilities:
1) the import schema you specified is incorrect
2) invalid data (the schema is correct, but there is an error in the data).