Search found 53125 matches

by ray.wurlod
Tue Sep 21, 2010 9:01 pm
Forum: IBM QualityStage
Topic: Cannot lookup on table
Replies: 5
Views: 3295

You might also consider provisioning just that table.
by ray.wurlod
Tue Sep 21, 2010 2:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: enhancement in etl
Replies: 5
Views: 1879

Why? You writing a book or something? Maybe no-one else has ideas or, if they do, they prefer not to share them. Remember that DSXchange is an all-volunteer site.
by ray.wurlod
Tue Sep 21, 2010 2:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: WAS information
Replies: 14
Views: 6196

Then look at a few more lines of the log.
by ray.wurlod
Mon Sep 20, 2010 8:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue regarding the insert
Replies: 10
Views: 3084

A sequence containing ten job activities with explicit error handling from each, collecting through a sequencer into final error handling.
by ray.wurlod
Mon Sep 20, 2010 8:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: aggregator problem
Replies: 6
Views: 2101

Unreal!
:lol:
by ray.wurlod
Mon Sep 20, 2010 8:27 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Why does the job abort?
Replies: 3
Views: 3187

These ones are rather difficult to diagnose, other than to make the blindingly obvious statement that an interrupt signal was raised somewhere in the system and handled by one of your processes. You should investigate the SystemOut.log and SystemErr.log for the WebSphere AppServer, and any logs for ...
by ray.wurlod
Mon Sep 20, 2010 2:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Require assistance in conversion from string to date
Replies: 2
Views: 1206

"00000000" is not a valid date (there is no year 0, there is no month 0, there is no day 0). So don't try to convert it.
by ray.wurlod
Mon Sep 20, 2010 2:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Run the same Parallel Job using different set of parameters
Replies: 6
Views: 5853

Standard components. The "Get" jobs write values to a file, the "Retrieve" activities read the file for example using cut command.
GetParams1 --> RetrieveParams1 --> RunInstance1 --> GetParams2 --> RetrieveParams2 --> RunInstance2 --> ...
by ray.wurlod
Mon Sep 20, 2010 2:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fault type is 11 - Aggregator Stage Issue
Replies: 6
Views: 5056

It's not array size. Your Aggregator stage is running out of memory. That's why sorting the data removes the problem - sorted data enables a more efficient memory-consumption strategy to be used in the Aggregator stage.
by ray.wurlod
Mon Sep 20, 2010 2:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trim
Replies: 4
Views: 1625

If the values are quoted you can use the "contains terminators" property in the Columns grid of a Sequential File stage.
by ray.wurlod
Mon Sep 20, 2010 2:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Disaster Recovery and Hashed Files
Replies: 1
Views: 980

You need to have some "recovery" jobs ready to re-load the hashed files with synchronized data. Hashed files don't "fail over", particularly not when cached in memory.
by ray.wurlod
Mon Sep 20, 2010 2:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: aggregator problem
Replies: 6
Views: 2101

Are you saying that you're trying to sum a VarChar data type?

Please post the exact properties you've used in the Aggregator stage, as well as whether your data are sorted (and, if so, on what fields).
by ray.wurlod
Mon Sep 20, 2010 2:05 pm
Forum: General
Topic: How to hold some dynamic value during the Job run
Replies: 11
Views: 3752

I can't envisage how DSSetUserStatus would work from multiple processing nodes. In parallel jobs you're better off writing to a file unless you call DSSetUserStatus from a BASIC Transformer stage constrained to execute on a single node.
by ray.wurlod
Mon Sep 20, 2010 2:02 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Why does the job abort?
Replies: 3
Views: 3187

Please post the exact text of the error message.
by ray.wurlod
Mon Sep 20, 2010 2:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: WAS information
Replies: 14
Views: 6196

OK, so I was away for the weekend. (Had to go to baseball umpiring school to renew my accreditation.)

Try

Code: Select all

head -1 /opt/IBM/WebSphere/AppServer/logs/log.txt