Search found 53125 matches

by ray.wurlod
Tue Jul 11, 2006 6:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise stage connection issue
Replies: 4
Views: 3284

Welcome aboard. :D

The phrase "env: null" in the error message immediately caught my eye. Is the Oracle environment to which you are trying to connect correctly defined in tnsnames.ora?
by ray.wurlod
Tue Jul 11, 2006 6:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: BASIC Transform vs Transform
Replies: 14
Views: 5445

A quick way might be simply to open an Expresion Editor to see whether BASIC functions, such as Iconv() and Oconv() are there.

If you want to track it down in DS_JOBOBJECTS, you will see that the different stage type objects are instantiated from different classes.
by ray.wurlod
Tue Jul 11, 2006 6:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Parallel jobs not running
Replies: 3
Views: 4314

System administrator. Who should have knowledge about configuring rsh.

Revert back by changing back what was changed and caused things to stop working.

If your site does not know what was changed, how can you expect us, on different continents, to know?
by ray.wurlod
Tue Jul 11, 2006 5:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using CFF stage / reading complex flat files.
Replies: 3
Views: 1064

This is beyond the capacity of CFF stage.

You need to create a job, routine or script to pre-process this file into three files/streams containing the data you require.

If you write a routine, you can load the data directly into hashed files.
by ray.wurlod
Tue Jul 11, 2006 5:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Query about dscmdexport
Replies: 13
Views: 5668

Prevention is better than cure.

Code: Select all

DEL c:/scratch/project99.dsx
dscmdexport /H=R101 /O=1 dstage99 c:/scratch/project99.dsx
by ray.wurlod
Tue Jul 11, 2006 5:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to import excel file
Replies: 6
Views: 1595

Is there any other way, leaving this ODBC and Converting into CSV. There's always another way. You could, for example, read the XLS file directly and spend a fortune on Microsoft-savvy consultants who can interpret what each byte in the file means. Doesn't mean that the other ways are sensible! Wha...
by ray.wurlod
Tue Jul 11, 2006 5:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DTD specification for the exported DSProject-xml format
Replies: 3
Views: 1881

The style sheets (for example DSExport-DSX.xsl and DSExport-HTML.xsl) are to be found on your client machine in the DataStage installation folder (for example C:\Program Files\Ascential\DataStage7.5).
by ray.wurlod
Tue Jul 11, 2006 5:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to Schedule
Replies: 9
Views: 2516

The user ID must be recorded in both cron.allow and at.allow to be permitted to schedule. Negotiate with your SA.
by ray.wurlod
Tue Jul 11, 2006 5:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Updating DS_JOBOBJECTS
Replies: 4
Views: 1587

The first place you're "doing wrong" is trying to hack DS_JOBOBJECTS. Disclaimer The following advice is provided without any liability, express or implied, being incurred by the provider of the advice. Any damage to your Repository, any voiding of your warranty as a result of actions taken by you a...
by ray.wurlod
Tue Jul 11, 2006 5:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Its very urgent!!Please reply
Replies: 28
Views: 12093

poonamgoyal wrote:can't write routines...client said no for it
What would you do if you were a mechanic and your client wanted you to repair an engine but forbade you to use a spanner? Sometimes you just have to challenge apparently arbitrary restrictions, particularly if there are no other solutions available.
by ray.wurlod
Tue Jul 11, 2006 5:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Parallel jobs not running
Replies: 3
Views: 4314

Check with your administrator whether permission to use rsh has been changed.
by ray.wurlod
Tue Jul 11, 2006 5:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date generation
Replies: 2
Views: 1195

It's probably easier to generate all dates (Column Generator stage) then remove those whose day of week is Saturday or Sunday (Filter stage).
by ray.wurlod
Tue Jul 11, 2006 5:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic Metadata
Replies: 8
Views: 5669

Not sure how RCP would help here; the problem here is that the column itself is missing from the data (if I read the question correctly). RCP is for when you don't want to physically include the column definition in the metadata for a link.
by ray.wurlod
Mon Jul 10, 2006 5:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sybase OC stage - Reject capturing
Replies: 6
Views: 1400

The BASIC Transformer in parallel jobs is not the same as the server Transformer stage. For one thing, it won't do reference lookups.

See extended post in parallel forum for appropriate techniques to use in parallel jobs.
by ray.wurlod
Mon Jul 10, 2006 5:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Start Loop in DS7.1
Replies: 38
Views: 9090

:idea: It's not a bad idea to check that DSSetParam() has worked correctly.