Search found 53125 matches

by ray.wurlod
Wed Jun 27, 2012 5:07 pm
Forum:
Topic: How can we import models from Embarcadero's ER/Studio 9.1 v?
Replies: 3
Views: 1824

Does the new version of ER/Studio have the ability to save/export in an older format? That might be an alternative approach for you till MITI catches up.

As to how long that takes, it is really determined by all their other priorities.
by ray.wurlod
Wed Jun 27, 2012 12:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading RAW Data from DB2
Replies: 6
Views: 5067

Might be worth applying a RAWTOHEX function (or the DB2 equivalent).
by ray.wurlod
Wed Jun 27, 2012 12:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to load the table definition through ODBC dirver
Replies: 3
Views: 1630

You (or a DBA) must run the appropriate bind19 or bind20 command.
by ray.wurlod
Tue Jun 26, 2012 11:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key with included Effective Date
Replies: 12
Views: 5505

It's Kerstin who is seeking a solution, not U (another of our posters).

The second person personal pronoun in English is spelled "you".
by ray.wurlod
Tue Jun 26, 2012 5:09 pm
Forum: General
Topic: RPC daemon error
Replies: 3
Views: 1378

Ur credentials? Ur was a city in ancient Babylonia. The possessive case of the second person personal pronoun in English is spelled "your". If the DataStage RPC daemon is not running, the modality of your connection attempt is irrelevant. The RPC daemon cannot be listening for it if the da...
by ray.wurlod
Tue Jun 26, 2012 5:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading RAW Data from DB2
Replies: 6
Views: 5067

Why do you think that's "non-readable"? I can read it perfectly well in your post.
by ray.wurlod
Tue Jun 26, 2012 5:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Case statement in Aggregator stage
Replies: 6
Views: 2048

In that case, try both while monitoring or gathering performance statistics.
by ray.wurlod
Tue Jun 26, 2012 5:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage with Cassandra Database
Replies: 5
Views: 6383

If it's compatible with the DataDirect driver manager you should be OK.
by ray.wurlod
Tue Jun 26, 2012 4:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Case statement in Aggregator stage
Replies: 6
Views: 2048

No idea. Define what you understand by "performance" in an ETL context.
by ray.wurlod
Tue Jun 26, 2012 12:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Input File for dataset not found
Replies: 6
Views: 3206

Can you please post the exact error message?
by ray.wurlod
Mon Jun 25, 2012 10:24 pm
Forum:
Topic: Business Glossary Anywhere Settings
Replies: 5
Views: 4952

We did consider that, and (being a Government department) decided that they wanted to audit everyone's use of BGA.

In testing, giving them audit trails of 2000 read-only users, they decided that it was all too hard, and we ended up going with a single non-primary AD user. :D
by ray.wurlod
Mon Jun 25, 2012 5:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Case statement in Aggregator stage
Replies: 6
Views: 2048

Or do the summing in the Transformer itself.
by ray.wurlod
Mon Jun 25, 2012 5:04 pm
Forum: General
Topic: AIX upgrage with Datastage
Replies: 2
Views: 1377

You may still be able to ascertain this information from IBM Information Center.
by ray.wurlod
Mon Jun 25, 2012 4:50 pm
Forum: General
Topic: .uvconfig: No such file or directory
Replies: 5
Views: 3344

You must be attached to the DSEngine directory when you run uvregen. That means that the command is bin/uv (or bin/uvregen if you do it the old way). The DSEngine directory is the location of both the uvconfig and .uvconfig files. Do not EVER attempt to change the latter with any kind of text editor.
by ray.wurlod
Mon Jun 25, 2012 4:42 pm
Forum: General
Topic: perl script
Replies: 1
Views: 1047

Research "command search list" or PATH.

This is an absolutely fundamental concept. If you don't understand it you have no business making a technical career in IT.