Search found 53125 matches

by ray.wurlod
Thu Oct 30, 2014 6:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Terdata Connector Parameter values
Replies: 2
Views: 2359

It depends on a number of factors, including the number of AMPs available in Teradata. Work with your DBA (and, if you have one, a DataStage practitioner experienced with Teradata).

You can get some benefit too from the IBM Knowledge Center, or the Connectivity Guide for Teradata Databases manual.
by ray.wurlod
Thu Oct 30, 2014 5:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Shared container with multiple output links
Replies: 2
Views: 1897

Direct the "unused" links into some kind of a sink, such as a Copy stage.

You must connect four links in the job to four links in the Shared Container.
by ray.wurlod
Thu Oct 30, 2014 5:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in reading decimal field after conv EBCDIC to ASCII
Replies: 4
Views: 4343

Welcome aboard. How did you "convert to ASCII"? Did you try "read as EBCDIC" in the Sequential File stage?
by ray.wurlod
Thu Oct 30, 2014 5:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File Existence
Replies: 4
Views: 3694

The Where Used analysis would be the easier route.

If you do not have the table definition, export the project and search the export file.

Or use a utility like "files in a project" from Chuck Smith
by ray.wurlod
Thu Oct 30, 2014 5:49 pm
Forum: General
Topic: Installing repository dbs remotely vs locally
Replies: 3
Views: 859

Good call. That's why I asked the question. If you had elected to use a remote database, I would have advised strongly to use a dedicated, very high speed network segment.
by ray.wurlod
Thu Oct 30, 2014 12:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage -Netezza Error : SQLCODE=HY000][Native=46] ERROR:
Replies: 3
Views: 6348

Determine whether record-level or page-level deadlocks are occurring, with the help of your DBA. If it's record-level, you can change your job design so that the same key value cannot be processed on more than one partition.
by ray.wurlod
Thu Oct 30, 2014 12:19 am
Forum: General
Topic: Installing repository dbs remotely vs locally
Replies: 3
Views: 859

Tell us how fast the network is between where you propose to install the engines and where the databases are. That will be the main consideration.
by ray.wurlod
Wed Oct 29, 2014 7:00 am
Forum: General
Topic: Locating a parameter included in parameter set
Replies: 3
Views: 1011

You could export the project then search the export file for parametersetname.parametername
by ray.wurlod
Tue Oct 28, 2014 6:00 pm
Forum: General
Topic: How to change the user in executing the datastage
Replies: 4
Views: 1857

If you're running from the clients (Designer or Director), you can change your engine credentials using the web console for Information Server (on the Administration tab.)

You will, of course, need the dsadm password.
by ray.wurlod
Tue Oct 28, 2014 7:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to put this logic to Datastage Transformer
Replies: 6
Views: 5741

Use a second Aggregator to find those maxima.
by ray.wurlod
Mon Oct 27, 2014 4:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not getting desired result when using Change Capture stage
Replies: 4
Views: 2075

Please tidy up your ASCII art using the Preview facility.

Then tell us whether the inputs to the Change Capture stage are identically sorted and partitioned.
by ray.wurlod
Mon Oct 27, 2014 7:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to put this logic to Datastage Transformer
Replies: 6
Views: 5741

Sort by key then by CRDR. Use an Aggregator stage to count groups. Don't forget to partition by key.
by ray.wurlod
Mon Oct 27, 2014 7:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to put this logic to Datastage Transformer
Replies: 6
Views: 5741

Initialize stage variables to 0. Detect change in key, possibly using LastRowInGroup() function. Accumulate while not last row in group; reset once last row in group has been processed. Use extra stage variables to "remember".
by ray.wurlod
Mon Oct 27, 2014 7:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pro and con of Transformer stage
Replies: 1
Views: 1194

1. Yes.
2. No - this used to be the case, but has not been true since version 8.1.1.