Search found 53125 matches

by ray.wurlod
Tue Nov 27, 2007 5:37 am
Forum: General
Topic: dsrecords command error
Replies: 6
Views: 10290

And that, in turn, implies that you must have APT_ORCHHOME and DSHOME set. You also need APT_CONFIG_FILE set to point to the configuration file that was in use when the Data Set was created, or to a compatible configuration file. The dsrecords executable, as koolnitz implies without being specific, ...
by ray.wurlod
Tue Nov 27, 2007 5:30 am
Forum: General
Topic: DATASTAGE SUPPORTS OREDB ?
Replies: 7
Views: 3326

Yes, but what client access is possible? Is there a specialized ODBC driver? Is there a specific API? You see, DataStage doesn't actually "support" anything. As far as Oracle is concerned, DataStage is just another client application. If there is an API, then you can write - for example - a Build st...
by ray.wurlod
Mon Nov 26, 2007 11:25 pm
Forum: General
Topic: DATASTAGE SUPPORTS OREDB ?
Replies: 7
Views: 3326

Answer this: what client and API support exist for OREDB ?
by ray.wurlod
Mon Nov 26, 2007 11:22 pm
Forum: General
Topic: DATASTAGE SUPPORTS OREDB ?
Replies: 7
Views: 3326

UniVerse and UniData are multidimensional databases. DataStage can extract from them. You need to get more information about the structures involved, probably from someone outside of the DataStage milieu.
by ray.wurlod
Mon Nov 26, 2007 8:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem with database connection
Replies: 5
Views: 1659

Forget rows/sec!!! It's meaningless, and it's a "red herring" in the present context.

My guess is that there's a blip in your network causing these disconnections. Get your network administrator to investigate.
by ray.wurlod
Mon Nov 26, 2007 8:36 pm
Forum: General
Topic: administrator client -- open access or restricted audience?
Replies: 13
Views: 4020

It's been no big deal - non-administrator tasks, such as creating projects, are disabled if the login is not that of a DataStage Administrator. I imagine that the same is true if the DataStage Administrator role (or not) has been allocated through the IIS security mechanism. Indeed it's sometimes us...
by ray.wurlod
Mon Nov 26, 2007 8:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: px version of Ereplace()
Replies: 51
Views: 66643

What I really meant was to create a separate "test bed" containing main(), a bit like the server routines test environment but in C and at the O/S level.

DSguruji, where's the FAQ ?!!
by ray.wurlod
Mon Nov 26, 2007 8:32 pm
Forum:
Topic: Cognos 8
Replies: 6
Views: 2632

From memory we installed Powerplay and were able to use its metabroker.
by ray.wurlod
Mon Nov 26, 2007 5:24 pm
Forum:
Topic: Cognos 8
Replies: 6
Views: 2632

That would have been useful to have in Aug 2006 when I needed it!
by ray.wurlod
Mon Nov 26, 2007 5:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Catch the last record in Stage Variable
Replies: 5
Views: 2655

Tell us how you are deriving your stage variables.

Have you considered other stage types, such as Remove Duplicates (which allows for First or Last of each group)? That way you would need no stage variables at all to fulfil your requirement. Simply group by SN.
by ray.wurlod
Mon Nov 26, 2007 2:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Upsert Vs Insert/Update
Replies: 9
Views: 4743

They already have. This thread and the one referred to have excellent, best practice advice.

Separate your inserts from your updates.
by ray.wurlod
Mon Nov 26, 2007 2:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage 8 installation/ compilation problem
Replies: 13
Views: 5568

APT_COMPILER and APT_LINKER can be pathnames.
by ray.wurlod
Mon Nov 26, 2007 2:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: EBCDIC TO EBCIDIC
Replies: 8
Views: 3573

If the record schema is simple, the Sequential File stage also has the ability to "read as EBCDIC" or "write as EBCDIC".
by ray.wurlod
Mon Nov 26, 2007 2:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problems importing jobs
Replies: 5
Views: 2843

Are you able to re-start the XMETA database (the common Repository)? Non-existent categories should be created as part of importing.
by ray.wurlod
Mon Nov 26, 2007 2:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Jobs Complilation problem
Replies: 11
Views: 3846

Every time I've seen it it's been a licensing issue on the compiler. Some C++ compilers are licensed for only one user at a time, and they behave differently if a second compile is attempted while one is occurring. You might also like to disable operator combination to find out exactly the source of...