Search found 53125 matches

by ray.wurlod
Wed Oct 12, 2005 3:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: TOTAL
Replies: 3
Views: 869

Turns out Progress was a red herring, and that describing the P-E as a "mainframe" probably wishful thinking. It's the Perkin-Elmer port of TOTAL only. Had a meeting with them today; they have three utilities that can dump the data from the hierarchical database into flat formats as well as COBOL pr...
by ray.wurlod
Wed Oct 12, 2005 2:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Attempted READ of record ID larger than file/table maximum
Replies: 9
Views: 4083

I defer. 768 is the maximum key size supported if GROUP.SIZE is 1.

I think the original error was probably caused by trying to write a NULL key, which is invisible in the error message of course, so the maximum key size is not relevant if I'm right there.
by ray.wurlod
Wed Oct 12, 2005 2:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Extender Memory issue.
Replies: 12
Views: 6917

ulimit is a UNIX setting, normally set in the user's login profile. You need superuser privileges to increase it; we usually specify unlimited for at least file, data and stack.
by ray.wurlod
Tue Oct 11, 2005 3:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: TOTAL
Replies: 3
Views: 869

TOTAL

I have a new challenge, to get data out of a (hierarchical) TOTAL database running on Progress on a Perkin-Elmer mainframe. There is no ODBC access nor any "native API". There is only server edition of DataStage available. FTP access is available. Has anyone ever successfully achieved this? I'm sure...
by ray.wurlod
Tue Oct 11, 2005 3:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORAOCI8 is used as lookup stage
Replies: 12
Views: 2013

TELL US whether this query works in sqlplus or TOAD.

Help us to help you! Ultimately this is an Oracle error, not a DataStage error.
by ray.wurlod
Tue Oct 11, 2005 3:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: make changes to a shared container
Replies: 8
Views: 2963

If you do change a Shared Container you will need to recompile every job that uses it. Usage Analysis can reveal which jobs these are.
by ray.wurlod
Tue Oct 11, 2005 3:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Attempted READ of record ID larger than file/table maximum
Replies: 9
Views: 4083

768 is the maximum allowable value. You can only reduce it. :wink:
by ray.wurlod
Tue Oct 11, 2005 3:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Project Permisions: DataStage Administration
Replies: 2
Views: 609

Delete the .developer.adm and .operator.adm files from the project on the server. These files store the lists of group names associated with each role.
by ray.wurlod
Tue Oct 11, 2005 3:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Source and Target mapping data
Replies: 8
Views: 1995

Why not just use a lineage analysis? (You need MetaStage for this, but that's now being pushed as the reporting tool of choice, so you may as well buy now - resistance is useless!!)
by ray.wurlod
Tue Oct 11, 2005 3:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Check for open file before processing.
Replies: 3
Views: 1411

I fear that you may be relying on a behavior that might be fixed in a later release.
by ray.wurlod
Tue Oct 11, 2005 3:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conversion of date from (Mon dd yyyy hh:mmAM) to (dd-mon-yyy
Replies: 18
Views: 5773

There are also good examples in on-line help for Oconv.

This article is also informative.
by ray.wurlod
Tue Oct 11, 2005 3:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: GCI Link initialisation error
Replies: 4
Views: 2156

Disable row buffering for this job. You can then process as many rows as you like. 15000 rows is not many.
by ray.wurlod
Tue Oct 11, 2005 2:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference between Sort stage and inline Sort
Replies: 5
Views: 5066

Neither the Sort stage nor the implicit sort (by which I assume you to mean sorting specified on the input link of a stage) goes out to UNIX sort command - at least by default. If you want to bring UNIX sort into the mix why not bring third-part sort utilities such as SyncSort or CoSort in as well? ...
by ray.wurlod
Tue Oct 11, 2005 3:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Significance of "Identifier Value" in Data Stage E
Replies: 1
Views: 704

V = view. The basic top-level design of a job is always V0. A local container is V1, the next local container added to the job is V2, and so on. S = stage. The numeric part is the order in which the stage was added to the job. P = pin. A pin is the intersection between a link and a stage. Again the ...
by ray.wurlod
Tue Oct 11, 2005 3:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Orphan Server Instances Problem
Replies: 7
Views: 1260

Can you be more precise about what processes you are seeing? Are they DataStage Resource Service (which is the only thing that could accurately be called "DS Server")? Or are they dsapi_server and dsapi_slave, which can indicate that there were connected clients when you stopped DataStage?