Search found 53125 matches

by ray.wurlod
Wed Aug 08, 2007 8:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TERADATA API
Replies: 5
Views: 1336

It keeps the original generated SQL anyway. Just to keep it happy, preserve your user-defined SQL, switch back to generated SQL, fill in one or more table names, then switch back to user-defined SQL, reinstating your SQL if necessary. That should make it happy.
by ray.wurlod
Wed Aug 08, 2007 8:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: writing and reading a hash file in same stage problem
Replies: 18
Views: 3053

Look in the job log for Oracle warnings.

It's hashed file, not hash file.
by ray.wurlod
Wed Aug 08, 2007 8:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need to remove header and footer in Source Sequential File
Replies: 6
Views: 1846

Preprocess with a before-job subroutine. This can write a new file, without header or footer, as well as reconciling the row count and preventing job execution where the counts fail to reconcile.
by ray.wurlod
Wed Aug 08, 2007 8:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Retrieving MINimum value from a list of columns
Replies: 9
Views: 2431

You're not able to employ a BASIC Transformer stage?
by ray.wurlod
Wed Aug 08, 2007 8:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Installing IS on Solaris
Replies: 2
Views: 723

Is port #50 blocked by any firewall software?
Port #50 is usually reserved for remote mail checking protocol; it seems odd that this would be needed by an installation script.
by ray.wurlod
Wed Aug 08, 2007 8:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Bunch of Zip files using File pattern
Replies: 4
Views: 918

Hope wrote:I did that in before job subroutine but I have space issues. When I unzip the files I get the error " No disk space".

Disk is cheap.
Get more disk.
by ray.wurlod
Wed Aug 08, 2007 7:32 pm
Forum: General
Topic: DS 7.5 - Remove COLUMN.SCALE warning from Event Log?
Replies: 1
Views: 986

Yes, basically the metadata in your job must match the metadata reported by the database server.
by ray.wurlod
Wed Aug 08, 2007 7:31 pm
Forum: IBM<sup>®</sup> DataStage TX
Topic: New to WTX
Replies: 11
Views: 7119

Take a class. TX is totally different.
by ray.wurlod
Wed Aug 08, 2007 2:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Bunch of Zip files using File pattern
Replies: 4
Views: 918

Like putting your right elbow in your left ear some things are impossible. You need to pre-process the zipped files with a script that unzips them, then you can use a File Pattern in the Sequential File stage to process the unzipped files. Or you could create a loop in a job sequence that unzips one...
by ray.wurlod
Wed Aug 08, 2007 2:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 partitioning and DataStage
Replies: 6
Views: 3612

Not "different box", only "different platform". If both boxes are AIX, for example, all should be well. If DB2 is on AS/400 or mainframe you have to use the DB2 API stage (and therefore can't use DB2 partitioning).
by ray.wurlod
Wed Aug 08, 2007 2:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: division
Replies: 6
Views: 2400

The latter two are just warnings - alerts, if you prefer.
The first is coming from a composite operator - you need to prevent operator combination to determine which stage is actually generating it.
by ray.wurlod
Wed Aug 08, 2007 2:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: String varchar yyyymmdd to Oracle date error
Replies: 4
Views: 1302

I would have expected to see CURR_CODE = 'ABC', for example, not CURR_CODE = ABC.

Essentially you need to format the date precisely how Oracle's date picture is set up, or explicitly to specify TO_DATE with an alternate date picture.
by ray.wurlod
Wed Aug 08, 2007 2:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: setting display for queries on UV db
Replies: 2
Views: 685

TERM
SET.TERM.TYPE
SETPTR
by ray.wurlod
Wed Aug 08, 2007 2:30 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Connection broken message
Replies: 1
Views: 1842

The connection between your client machine and the DataStage server is broken. Check the usual things (network cable unplugged, network card inoperative, etc.)
by ray.wurlod
Wed Aug 08, 2007 6:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Change Return Parameter Name
Replies: 3
Views: 905

It can not be changed. Ans is short for "answer". You must assign the return value to this particular variable.