Search found 206 matches

by rwierdsm
Fri Oct 06, 2006 1:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error viewing sequential file.
Replies: 14
Views: 6401

Wanted to add to this thread since I was just wrestling with a similar error and wanted to make it perfectly obvious to future seekers that sequential files in EE DO NOT LIKE FIELDS DEFINED AS CHAR !!! I received the following error: Bad trailing quote character at field "COLUMN_ONE"; look...
by rwierdsm
Wed Sep 27, 2006 6:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Rename Links - Error's Pop Up
Replies: 2
Views: 1081

Rename Links - Error's Pop Up

Hello all, I just modified a couple of jobs that had passed my unit test. I needed to rename a couple of links to adhere to standards. Suddenly, errors started popping up. - At compile time, my conditional lookup constraint caused an error. DataStage did not rename the link name in the link. Server ...
by rwierdsm
Thu Sep 21, 2006 9:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: user-defined sql queries-teradata stage is destination
Replies: 6
Views: 1852

Re: user-defined sql queries-teradata stage is destination

Can we write user-defined queries in a teradata stage when teradata stage is acting as destination. Hi ssunda, What type of TD stage are you using? If it's the enterprise stage, you can specify on your 'Properties' tab, in the 'Connection' branch a 'DB Options Mode' property. Set this to 'User-defi...
by rwierdsm
Wed Sep 20, 2006 1:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date type cast
Replies: 12
Views: 9891

Actually, it's weirdo not wierdo. :wink:

Rob Wierdsma
by rwierdsm
Tue Sep 19, 2006 8:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Basic Routines in Parallel
Replies: 3
Views: 1366

Thanks for the clarifications, gents :)

Rob
by rwierdsm
Mon Sep 18, 2006 11:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: record delimiter problems
Replies: 12
Views: 6381

Re: record delimiter problems

Now I do not have a record delimiter as none of the records have a newline at the end of the record. What should my record delimiter be as I have tried null and none. I am out of ideas. Please help me. What character(s) are used to distinguish the different records in your file? I.e. when you open ...
by rwierdsm
Mon Sep 18, 2006 9:21 am
Forum: General
Topic: Enterprise with Teradata
Replies: 6
Views: 5574

Thanks for the additional info yakiku, I'm sure this is going to come in handy!
by rwierdsm
Mon Sep 18, 2006 8:25 am
Forum: General
Topic: Enterprise with Teradata
Replies: 6
Views: 5574

Hi RAJARORA, Which stage are you using, the TD Enterprise or TD MLoad stage? There are some issues with the Enterprise stage needing to create a temporary table in the same database as the target table in order to get parallelism happening. If your user id doesn't have create privileges, the enterpr...
by rwierdsm
Mon Sep 18, 2006 8:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Basic Routines in Parallel
Replies: 3
Views: 1366

Basic Routines in Parallel

Folks, I just had an interesting conversation with one of the other developers here on the topic of Basic Routines in a parallel job. I am aware that if I were to include a Basic Transform in a parallel job, the job would only ever be able to run in a SMP environment, not in a MPP environment. Is th...
by rwierdsm
Thu Aug 31, 2006 6:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Aggregation problem
Replies: 13
Views: 3557

chulett wrote:Well, keep the technique in mind for those times when you can't do the aggregation in the source database - times where you are aggregating on transformed data, for instance.
At these times, you can still use the database to do your sort - do as much work up front in the RDBMS as you can.

Rob
by rwierdsm
Wed Aug 02, 2006 7:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggreator Stage - to find max values of a timestamp field
Replies: 6
Views: 4445

I'm starting to come to the realization that I cannot perform any aggregations on non-numeric columns in the aggregator stage :!: Is this true :?: I'm trying to do a vertical pivot. Many of my columns are numeric and I can get the surviving value by doing a Max, however, aggregator is choking on all...
by rwierdsm
Wed Aug 02, 2006 6:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggreator Stage - to find max values of a timestamp field
Replies: 6
Views: 4445

This is a little surreal; I just now needed to do the same thing, and got the same error. Thanks, Arnd, for your idea. I had only a date, not a date time, so I converted to an integer using: DaysSinceFromDate("1900-01-01",From_DB.SNAP_DT) and went back again using: DateFromDaysSince(To_DB....
by rwierdsm
Mon Jul 31, 2006 12:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Strange Date problem
Replies: 10
Views: 2828

In the original post you refer to the timestamp being fine. Are the date and time two different fields or have you truncated the timestamp component in your example? We had a similar problem (not in DB2) where the query tool was rounding off part of the timestamp, causing the date to get incremented...
by rwierdsm
Wed Jul 26, 2006 2:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pad char in Sequantial File stage. Where is it?
Replies: 6
Views: 2563

Re: Pad char in Sequantial File stage. Where is it?

SPlayer, I'm running 7.5x2, and this is how I can get at the pad character property - Go to the Columns tab of the properties of the sequential file stage - double click on the row number column (the grey column with a number) - highlight the Integer type or String type branch in the Properties box ...
by rwierdsm
Tue Jul 25, 2006 6:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Key points for PX development
Replies: 7
Views: 2038

I would add that you need to remember in your estimates that PX jobs WILL take longer to code.

The server transformer stage was like a Swiss Army knife, now you have a whole drawer full of utensils, none of which do everything the Swiss Army knife did, but will do each individual task better.

Rob