Search found 53125 matches

by ray.wurlod
Mon Sep 06, 2010 4:22 pm
Forum: General
Topic: Can't start server after xmeta password change
Replies: 4
Views: 3977

You should have been able to escape the ampersand character or quote the password in your AppServerAdmin.sh command.
by ray.wurlod
Mon Sep 06, 2010 2:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: getting error in DB2UDB enterpise stage while doing upsert
Replies: 5
Views: 1990

The schema does not contain the field ORDER_KEY mentioned in your SQL. Perhaps you need to qualify the table name with the correct schema name.
by ray.wurlod
Mon Sep 06, 2010 2:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Replace DataStage Administrator ID by Others
Replies: 5
Views: 2858

For the DataStage administrator this script is not necessary. Follow the advice in my earlier post.
by ray.wurlod
Sun Sep 05, 2010 6:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Processing multiple business key changes in a Type2 SCD
Replies: 8
Views: 3557

Actually I just re-read the original post. It seems to me that this is just what the SCD stage is supposed to be able to do - by caching the (dimension) table in memory.
by ray.wurlod
Sun Sep 05, 2010 3:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Tracking Performance
Replies: 3
Views: 1044

Enable gathering of performance data and use the Performance Analyzer.
by ray.wurlod
Sun Sep 05, 2010 2:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Processing multiple business key changes in a Type2 SCD
Replies: 8
Views: 3557

Pity your initial post didn't begin "I have a requirement...". I could have answered that! ;)
by ray.wurlod
Sun Sep 05, 2010 1:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC vs DB2 Connector Stage
Replies: 4
Views: 3173

There are very many "funny" things with the DB2 Connector. We experience erratic behaviour connecting to DB2 on a mainframe. But the DB2 Connector is very new - presumably IBM will iron out some of the faults we (the users) have reported. After all, DB2's fairly important to them!
by ray.wurlod
Sun Sep 05, 2010 1:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Processing multiple business key changes in a Type2 SCD
Replies: 8
Views: 3557

That's true (at least at first thought). Sounds like you need to process into a working area that has been pre-loaded from target, before the final load, as you suggested. I can not think of an approach in a parallel job that would allow you to do this all at once. Curiously there IS a one-job solut...
by ray.wurlod
Sat Sep 04, 2010 5:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding Partitions
Replies: 4
Views: 1390

It's always the link.

What confuses people is that they open the link properties via the Input tab in the stage properties.

In most cases, of course, you can right click the stage and open the link properties directly.
by ray.wurlod
Sat Sep 04, 2010 5:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset Usage on different Nodes
Replies: 7
Views: 2786

The pathname of a virtual Data Set descriptor file will be found in the score. It's usually an unqualified file name, which means that the file will be found - only while the job is running - in the project directory.
by ray.wurlod
Sat Sep 04, 2010 5:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Processing multiple business key changes in a Type2 SCD
Replies: 8
Views: 3557

My current site performs the "expiry" updates first, and queues up the inserts. It seems not only to perform better but is also easier to unwind (from a snapshot) if the update phase fails. Since the inserts all have new surrogate keys, they can happily be bulk loaded. Database is DB2, but...
by ray.wurlod
Sat Sep 04, 2010 2:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stages is missing from one project to another
Replies: 5
Views: 2113

Every Palette can be customized - drag stage types from the stage types branch of the Repository.
by ray.wurlod
Sat Sep 04, 2010 2:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ANSI -> UTF8 problem
Replies: 7
Views: 4802

NLS maps are guaranteed to be round-trip maps within the one map, but not between maps. You really want to look at the byte values of the result of the Iconv() function. (Use the ByteVal() function for this.)
by ray.wurlod
Sat Sep 04, 2010 2:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Base64 Encoding
Replies: 27
Views: 10449

Real UniVerse (the one now owned by Rocket Software) includes a BASE64 function. I think this was added in version 10.2 or 10.3.
by ray.wurlod
Sat Sep 04, 2010 2:15 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: How to delete the tables from the meta data repository?
Replies: 6
Views: 2264

I doubt that anyone outside IBM can answer that, and they won't. Any reason not to upgrade to 8.1.2 ?