Search found 53125 matches

by ray.wurlod
Thu Jun 16, 2011 2:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL1390C The environment variable DB2INSTANCE is not defined
Replies: 3
Views: 2649

Have you re-booted after changing the environment variable? Often this is required on Windows systems.
by ray.wurlod
Thu Jun 16, 2011 2:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Best options for Incremental Loading Reusablity
Replies: 3
Views: 1653

Sometimes you just can't effect reusable design. What's the problem with not being able to?
by ray.wurlod
Thu Jun 16, 2011 2:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: No row was found for FETCH, UPDATE or DELETE
Replies: 2
Views: 2015

You have simply been alerted by DB2 to the fact that you have selected 0 rows from a table.
by ray.wurlod
Thu Jun 16, 2011 2:22 pm
Forum: General
Topic: Unable to select Stage Types in Designer
Replies: 4
Views: 1583

It does seem thus. Do you have another project, and is the DS_STAGETYPES record empty there too? If not, you can use "UniVerse" commands to copy the record from one project to the other. Establish a file pointer with SET.FILE then use COPY. If you're using ED then I'm guessing you're famil...
by ray.wurlod
Thu Jun 16, 2011 12:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hi Required a solvation for the rule.
Replies: 1
Views: 1105

Vertical pivot then combine the non-key columns into one pipe-delimited column.
by ray.wurlod
Thu Jun 16, 2011 12:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance issue.Need alternate approach
Replies: 17
Views: 7190

Two things spring immediately to mind. The obvious one is to run on bigger hardware. The other one is to store your data already sorted in Data Sets where, among other things, sort order is preserved. Insert explicit Sort stages on the inputs to the Join stage so as to assert "don't sort (previ...
by ray.wurlod
Thu Jun 16, 2011 12:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to see performance stats for particular project
Replies: 10
Views: 3146

Verify that the port numbers used at your site for JobMonApp are open in the firewall and not bound to some other process.
by ray.wurlod
Thu Jun 16, 2011 12:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Processing File
Replies: 2
Views: 1369

Is the number of comma-delimited fields, including the empty ones, constant for all records? If so, import the table definition for the sequential file and use that in your job design. If not, life gets slightly more complex for you - you'll need to read the entire line as a single string and parse ...
by ray.wurlod
Thu Jun 16, 2011 12:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error while viewing data
Replies: 4
Views: 2567

Add environment variable APT_DISABLE_COMBINATION to the job as a job parameter and set it to False.

Operator combination can be disabled in any parallel stage, but the approach described above is the quickest for your purposes, and more easily reversed subsequently.
by ray.wurlod
Thu Jun 16, 2011 12:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Slowly Changing Dimension stage will support RCD?
Replies: 1
Views: 1645

Yes. Essentially, the pertinent parts of the dimension table are cached in memory.
by ray.wurlod
Thu Jun 16, 2011 12:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Install 8.01 with out effecting the existing version 7.5.3
Replies: 2
Views: 1959

Let me counsel you to avoid 8.0.1. It's very buggy. Get 8.1 or even 8.5. Version 8.0 mandates the "ade" shared memory key. Therefore you will need to change the shared memory key that your 7.5 installation uses - there are scripts for accomplishing this. I believe that version 8.5 may be m...
by ray.wurlod
Thu Jun 16, 2011 12:10 am
Forum: General
Topic: unable to see job parameters
Replies: 9
Views: 2394

Get in touch with your official support provider, or search IBM Fix Central, to see whether this is a known issue and, if so, whether a patch exists for it. Does it occur on everyone's client or just on yours?
by ray.wurlod
Thu Jun 16, 2011 12:08 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Environment for Information Analyzer and QuailtyStage
Replies: 2
Views: 2386

1. You probably don't need test environments for IA, but you might consider having a production environment for IA separate from development, so that you can use baseline and checkpoint analyses to monitor data quality over time in the production database(s). 1. You probably do need the full softwar...
by ray.wurlod
Wed Jun 15, 2011 3:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error while viewing data
Replies: 4
Views: 2567

Disable operator combination to determine where the error actually is, then we may be able to assist.