Search found 53125 matches

by ray.wurlod
Fri Jan 06, 2006 4:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash files and lookups
Replies: 17
Views: 8131

HFstage1 HFstage2 | ^ | | V | --------> TransformerStage --------> Both hashed file stages refer to the same hashed file. Use an annotation to warn future developers/maintainers that this is the case. HFstage1 performs lookups (cache disabled, lock for update). This sets a row-level lock in the has...
by ray.wurlod
Fri Jan 06, 2006 4:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQLSTATE=IM002,Code=0,Data source name not found
Replies: 3
Views: 7123

If you see "#" characters in that style of error message it means that a job parameter of that name has not been found/resolved in the job. This probably means that it has been: - omitted - mis-spelled - mis-cased You must make sure that any job parameter reference in the job design - no matter wher...
by ray.wurlod
Fri Jan 06, 2006 4:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Entrps Stage and tenacity
Replies: 4
Views: 1185

We have a ton of DataStage jobs...

May I ask how you weigh them? :lol:
by ray.wurlod
Fri Jan 06, 2006 4:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Entrps Stage and tenacity
Replies: 4
Views: 1185

I doubt it, since there doesn't appear to be anything in the manuals that describe this. Can you post the reply you get from IBM support so that we can know in future? It's probably one of those undocumented thingies.
by ray.wurlod
Fri Jan 06, 2006 4:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Use key management routines in parallel jobs??
Replies: 8
Views: 3572

The server (SDK) key management routines use persistent storage (a hashed file called SDKSequences) to store the next value. These routines can be thwarted by any non-DataStage process adding new surrogate key values to the target table without updating SDKSequences. If you were to implement somethi...
by ray.wurlod
Fri Jan 06, 2006 4:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transpose a row Question in Parallel jobs
Replies: 18
Views: 7576

Did you ever issue the UNIX command make love ? :lol:
by ray.wurlod
Fri Jan 06, 2006 4:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I C stage and Java Stage?
Replies: 4
Views: 1145

Yes, server only. That's why I left it out of a question about parallel jobs. However, if the tasks are small, there's no reason not to use a server job; they are part of DataStage EE after all.
by ray.wurlod
Fri Jan 06, 2006 4:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cofigaration File
Replies: 2
Views: 928

The only thing that Chapter doesn't cover well - it's elsewhere in the manual - it how node pools and disk pools are used. A stage can be restricted to operate on fewer nodes than are specified in the configuration file, by specifying that that stage will executed in a node pool. For example, you ma...
by ray.wurlod
Fri Jan 06, 2006 4:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing parameters through a file
Replies: 11
Views: 3681

Job control routines, such as RK has described, will also work to control parallel jobs.
by ray.wurlod
Fri Jan 06, 2006 4:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dastagage 7.5 ea2
Replies: 2
Views: 975

What version of Windows? There are issues - for example with SP2 for Windows XP - for which you may need to get a patch from IBM. Search the forum for more information - "patch" may be a good search term.
by ray.wurlod
Fri Jan 06, 2006 3:58 pm
Forum:
Topic: difference between parllel and server jobs
Replies: 4
Views: 1952

Server jobs have the word "Server" on the design canvas, parallel jobs have the work "Parallel" on the design canvas. By they use the same table definitions (though parallel jobs can represent those table definitions in an extra way, as an Orchestrate schema). They use an almost disjoint set of stag...
by ray.wurlod
Thu Jan 05, 2006 10:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datastage
Replies: 1
Views: 973

Welcome aboard. :D We help those who first help themselves. There is an admirable Search facility on this site, and this question has been asked and answered on more than one occasion. Search for your answer first, then seek clarification on anything that might remain unclear. Also search on the ven...
by ray.wurlod
Thu Jan 05, 2006 10:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I C stage and Java Stage?
Replies: 4
Views: 1145

Welcome aboard. :D There is no C stage. There is no Java stage. You've been misinformed as to the names. There are other ways to execute external commands, but from server jobs you are going to need an interlude of some kind (ExecSH before/after subroutine, or DSExecute() function). DataStage server...
by ray.wurlod
Thu Jan 05, 2006 10:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Access DataStage Env Values in Unix
Replies: 4
Views: 1304

Please report whether this works. I have some doubts. On my systems, not all the environment variables in DSParams are set in the dsenv script.
by ray.wurlod
Thu Jan 05, 2006 10:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence Error
Replies: 1
Views: 795

Disk space. The disk you're writing to. If this is a sequential file, then it's the disk where the file lives. If it's Oracle, there are several possibilities; the logs most likely, since much of the other stuff is on raw disk. Get your Oracle DBA to monitor and to advise. Check the available space ...