Search found 53125 matches

by ray.wurlod
Tue Feb 22, 2011 4:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Substitution for Lookup Stage in DS Job
Replies: 8
Views: 5057

iHijazi wrote:Look up stage with so much data can lead to memory leaks/corrupted data.
Can you please provide some proof of this assertion? It is not something I have ever encountered.
by ray.wurlod
Tue Feb 22, 2011 4:46 am
Forum: General
Topic: Unable to open DataStage - Execute command
Replies: 2
Views: 1510

You're probably correct. Have you tried re-booting? If yes, and that didn't work, have you tried re-installing the client software?
by ray.wurlod
Mon Feb 21, 2011 1:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: same hash file usage in multiple batch jobs
Replies: 10
Views: 4171

Incidentally, using COUNT verb probably doesn't load anything into memory, much less the DataStage cache. COUNT is typically resolved from the count of records stored in the hashed file header (unless a current write is open on the hashed file, which can be determined from the group lock table). Loa...
by ray.wurlod
Mon Feb 21, 2011 1:18 am
Forum: General
Topic: Java Client
Replies: 10
Views: 3463

ODBC works perfectly well with MySQL, even when DataStage is on UNIX.
by ray.wurlod
Sun Feb 20, 2011 4:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Look Up stage condition feature
Replies: 1
Views: 1483

If the condition is not met, the Lookup stage does not attempt the lookup. What happens after that is determined by the "condition not met" rule, which has the same four possibilities as the "lookup failed" rule.
by ray.wurlod
Sun Feb 20, 2011 3:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: same hash file usage in multiple batch jobs
Replies: 10
Views: 4171

Note also that PA entries in VOC can be created by saving two or more commands from the Administrator client.
by ray.wurlod
Sat Feb 19, 2011 3:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-32690: Hash Table Infrastructure ran out of memory
Replies: 2
Views: 4176

You have a hash partitioned table in Oracle, but not enough memory allocated for the Oracle processes to build the hash table in memory. As noted, involve your Oracle DBA.
by ray.wurlod
Sat Feb 19, 2011 3:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reading xml datatype from DB2 table
Replies: 2
Views: 2670

Welcome aboard.

All you've told us is that View Data doesn't work with XML data type, which is not really a surprise. Does the job process these data?
by ray.wurlod
Sat Feb 19, 2011 3:25 pm
Forum: General
Topic: Reg Infospere 8.5 installationon Windows 7(i3 processor)
Replies: 1
Views: 1235

Ignoring the processor, Windows 7 is not a supported operating system except for the client components.
by ray.wurlod
Fri Feb 18, 2011 10:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Heap allocation failed w/ looping
Replies: 4
Views: 4120

Seems to me they've managed to introduce a memory leak into these functions. Definitely needed is a bug report through your official support provider.
by ray.wurlod
Fri Feb 18, 2011 10:27 pm
Forum: General
Topic: Job Reset Issue
Replies: 5
Views: 2744

Your sequence has a job activity set to "Run" rather than "Reset if required, then run", and the job itself is not in a runnable state for whatever reason (probably an Abort on its previous run).
by ray.wurlod
Fri Feb 18, 2011 2:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Substitution for Lookup Stage in DS Job
Replies: 8
Views: 5057

It would be useful to run the Performance Analysis tool over this job.
by ray.wurlod
Fri Feb 18, 2011 2:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Validate timestamp with milliseconds in Transformer
Replies: 4
Views: 11744

The point about IsValid() is that it tests a string. There's no point trying to apply StringToTimestamp() until and unless you're confident that the string contains a valid timestamp.
by ray.wurlod
Thu Feb 17, 2011 3:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to find the group of jobs using the same Dataset
Replies: 4
Views: 4038

Not via a "where used" analysis.

You could possibly interrogate the repository - there have been example queries posted on DSXchange over the years.
by ray.wurlod
Thu Feb 17, 2011 3:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Define New Column
Replies: 6
Views: 4499

Show us what you did in the External Filter stage's command. I would be fairly confident that one can, indeed, generate a different record schema on the output (and therefore can generate values that were not input).