Search found 53125 matches

by ray.wurlod
Wed Sep 24, 2008 11:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RCP
Replies: 7
Views: 1676

"We are all individuals!"

"I'm not!"

:lol:
by ray.wurlod
Wed Sep 24, 2008 11:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RT_LOG149
Replies: 6
Views: 1468

Could be that the local Repository table RT_LOG149 has become corrupted. In the Administrator client command window count the rows.

Code: Select all

SELECT COUNT(*) FROM RT_LOG149;
Let us know the result.
by ray.wurlod
Wed Sep 24, 2008 11:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with Routine Calls
Replies: 15
Views: 4271

The placeholder must also not be a variable in use for any other purpose. The DEFFUN declaration should also appear before any executable statement.
by ray.wurlod
Wed Sep 24, 2008 9:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unidata stage - advice on best approach
Replies: 6
Views: 1682

No practical limit.
by ray.wurlod
Wed Sep 24, 2008 9:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with Routine Calls
Replies: 15
Views: 4271

You must not use a literal as an argument placeholder in a DEFFUN declaration.
by ray.wurlod
Wed Sep 24, 2008 7:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RCP
Replies: 7
Views: 1676

RCP completely thwarts rigorous metadata management.

I regard it (RCP) primarily as a tool for lazy developers.
by ray.wurlod
Wed Sep 24, 2008 5:34 pm
Forum: IBM QualityStage
Topic: recover Project in Quality Stage
Replies: 7
Views: 2603

Find it and point to it. It's the only way, as far as I am aware. That is why I suggested using a Windows Explorer filter to find it.
by ray.wurlod
Wed Sep 24, 2008 4:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Auto Purge does not work
Replies: 5
Views: 1453

The default is always to have immediate purge option selected because that's probably what you want to do when you open this dialog. But you can see the current job auto-purge settings in the bottom half of the window, and these will take effect each time the job completes successfully. Don't waste ...
by ray.wurlod
Wed Sep 24, 2008 4:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need to solve a small scenario which i couldn't get
Replies: 12
Views: 3678

chulett wrote:D'oh! Fixed my typo.

First declension: nausea, nauseam, nauseae (etc.)
by ray.wurlod
Wed Sep 24, 2008 3:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Design
Replies: 2
Views: 1049

Doesn't Search work for you? There are many ways to discard headers and trailers. But if you discard the trailer (your specification) how can you then check something against a value in the trailer? You can get the line count with a wc -l command and read the trailer with a tail -1 command, both of ...
by ray.wurlod
Wed Sep 24, 2008 3:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Internal Error: (d->nPartitions()== nPartitions_)
Replies: 5
Views: 3295

Are you accessing a Data Set that was created with a different configuration file (and therefore with a different number of partitions)?
by ray.wurlod
Wed Sep 24, 2008 3:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert Query in Update window.
Replies: 3
Views: 959

No. You can refer to the sequence in the Derivation field in the Columns grid and use generated SQL.
by ray.wurlod
Wed Sep 24, 2008 3:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: No image available when generating report
Replies: 5
Views: 1554

I think this is more likely to be a setting within Internet Explorer.
by ray.wurlod
Wed Sep 24, 2008 3:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading asterisks instead of timestamp
Replies: 8
Views: 2120

Check your metadata (table definition, record schema) thoroughly. Asterisks indicate a problem there. It may simply be with the length; if you have NLS enabled, then your Size for Oracle timestamp needs to be 38 in the job design.
by ray.wurlod
Wed Sep 24, 2008 3:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fail over setup in Windows
Replies: 5
Views: 1294

You can get high availability (HA) solutions from IBM but you can never get true automatic failover. A job that has partially been completed would have to be restarted on the failover machine.