Search found 53125 matches

by ray.wurlod
Tue Jan 06, 2009 5:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: stored procedure stage
Replies: 3
Views: 1117

Your support provider will advise. They, in turn, will need to investigate whether it's a known bug or a new one and, if the former, whether there exists a patch. We (the posters at DSXchange) do not have the resources to do those things.
by ray.wurlod
Tue Jan 06, 2009 3:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: analyze.shm
Replies: 27
Views: 8909

Yes. Never react to a single sample. Monitor over time - maybe four weekly samples.
by ray.wurlod
Tue Jan 06, 2009 3:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KeyMgtGetNextValue producing value -1
Replies: 6
Views: 1864

Look at the source code for this routine (in the SDK branch) and identify the situations under which it might return -1. Apply detective skills to determine which of these is happening in your case.
by ray.wurlod
Tue Jan 06, 2009 3:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Updatable Looukps
Replies: 7
Views: 1780

It is not possible in parallel jobs in version 7.

It is possible in server jobs, using two hashed file stages connected to the same Transformer stage and which refer to the same hashed file. Search for more information; it has been discussed more than once, and recently.
by ray.wurlod
Tue Jan 06, 2009 3:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage
Replies: 5
Views: 1366

Like, wow! (Maynard G Krebs)
:?
by ray.wurlod
Tue Jan 06, 2009 3:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String to BigInt Conversion
Replies: 1
Views: 1395

Try StringToDecimal() with the scale set to 0.
by ray.wurlod
Tue Jan 06, 2009 3:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamically populate Parameter sets
Replies: 2
Views: 1901

No, there's nothing the way you're thinking. However, there's nothing to stop you updating/rewriting the value file itself, perhaps in a before-job subroutine or in an upstream job, routine or command activity in the job sequence. Values files for parameter sets are stored in a directory named for t...
by ray.wurlod
Tue Jan 06, 2009 3:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: STATS ON SHARED CONTAINER
Replies: 1
Views: 1411

Shared containers don't get executed separately, so the answer is "no".

Components within the shared container should be able to be monitored as if they were components in the parent job itself.
by ray.wurlod
Tue Jan 06, 2009 3:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Accented char problem in XML output stage
Replies: 5
Views: 4367

Welcome aboard.

Start by disabling operator combination. Until you've done that you have no idea which stage (operator) is generating the problem.
by ray.wurlod
Tue Jan 06, 2009 3:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To Crate Connectivty between database and datastage
Replies: 4
Views: 1304

There is a document prepared by IBM support on configuring access from DataStage to remote DB2. It can be had for the asking from your support provider.
by ray.wurlod
Tue Jan 06, 2009 3:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Ignoring duplicate entry at table record 22; no further warn
Replies: 1
Views: 1806

Check your assumptions. You don't get this message unless more than one row is returned. This might be because you are doing a lookup on a partial key or non-key column, or it might be that there are indeed duplicates in the reference table.
by ray.wurlod
Tue Jan 06, 2009 3:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: analyze.shm
Replies: 27
Views: 8909

Without the STATISTICS keyword, ANALYZE.FILE reports only the tuning settings (the parameters that can be set when the hashed file is created). There is no way to tell from that whether the hashed file is well tuned. Add this keyword to have sizing information reported. ANALYZE.FILE myhashedfile STA...
by ray.wurlod
Tue Jan 06, 2009 3:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: analyze.shm
Replies: 27
Views: 8909

Lose the semi-colons.
by ray.wurlod
Tue Jan 06, 2009 3:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KeyMgtGetNextValue producing value -1
Replies: 6
Views: 1864

If two jobs are accessing the same sequence ("qwerty") then you will get a deadlock situation, as the first one in holds the lock until it (the job) completes. Prefer KeyMgtGetNextValueConcurrent() in these circumstances.
by ray.wurlod
Tue Jan 06, 2009 3:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: routine locked
Replies: 10
Views: 2606

We probably expect you to post next that jobs won't run because the log tables can't be opened.