Search found 42189 matches

by chulett
Fri Jun 23, 2006 5:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ideas while handling Fact & Dimension Tables in Star Sch
Replies: 13
Views: 5009

Yikes, we just set the Wayback Machine to 2003 it seems. Those 'Version 7 job templates' never materialized for Server jobs. They made a brief appearance and then were yanked from what I recall. Something similar branded as 'Wizards' is in the product, I do believe, but only for PX jobs. I'll look a...
by chulett
Fri Jun 23, 2006 5:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sequencer
Replies: 10
Views: 1613

Umm... it's the Terminator that's new; the Exception Handler has been there since job sequences were introduced. Umm... yes, but with the introduction of the Terminator the behaviour of the Exception Handler changed. For the better. Prevously it would only detect and handle problems in the Sequence...
by chulett
Fri Jun 23, 2006 5:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Upgrade from DataStage 7.5 to DataStage 7.5.1.A
Replies: 8
Views: 3314

chucksmith wrote:We have had issues with Designer 7.5.1.A deciding to crash usually when working with sequences.

There's a patch for that! :wink:
by chulett
Fri Jun 23, 2006 5:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: create timestamp column
Replies: 9
Views: 1978

Factor in the 'overhead' of calling out for the system date/time on every record through the transformer. I'm not really sure how much it adds, but it must be something. Balance that against doing it in Oracle, where the overhead is negligable as far as I know. The downside would be it would only wo...
by chulett
Fri Jun 23, 2006 1:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: create timestamp column
Replies: 9
Views: 1978

DSguru2B wrote:In sql server you do it by the function getdate(). Dont know its equivalent function in oracle.

sysdate
by chulett
Fri Jun 23, 2006 10:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple XML Transactions into One Single File
Replies: 11
Views: 2379

As noted - one field with a single forward slash as the XPath expression.
by chulett
Fri Jun 23, 2006 10:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sequencer
Replies: 10
Views: 1613

Or better yet. Define a link coming out of all the 5 job activities going into the sequencer stage with mode set to "Any". Have a link coming out of the sequencer stage going into the terminator activity. That will get your work done. Overkill. And so Old School. If you've got the Terminator stage,...
by chulett
Fri Jun 23, 2006 7:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple XML Transactions into One Single File
Replies: 11
Views: 2379

I would disagree that "it doesn't work"... more correct to say you haven't gotten it working. Yet.

I suggest setting up your sequential file with one large varchar field to hold the entire record, then just use a forward slash "/" as the XPath expression. That should get you much closer.
by chulett
Fri Jun 23, 2006 7:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ETL Structure
Replies: 12
Views: 3479

'conformed'. And he said 'in star schema terminology'. :wink:
by chulett
Fri Jun 23, 2006 6:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ stage real-time message processing issue
Replies: 2
Views: 1503

You would need to 'SOA Enable' the job to accomplish what it seems you are asking for... and that would require the purchase of that component. There's nothing 'real time' about DataStage otherwise.
by chulett
Fri Jun 23, 2006 6:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple XML Transactions into One Single File
Replies: 11
Views: 2379

You've completely lost me. :?

If you are saying the current output is correct but it all needs to be in one sequential (non XML) file - have you tried an Output link from the XML Output stage to a Sequential File stage?
by chulett
Fri Jun 23, 2006 6:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to rename a category
Replies: 19
Views: 4728

Anything can be hacked, for goodness sake. They biggest question here is - why bother when the tool provides a simple mechanism to do it? Why take the chance of horking it up like we saw recently with one of our members...
by chulett
Fri Jun 23, 2006 6:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stored proc called from Oracle 10g db using Oracle 8i stage
Replies: 3
Views: 1269

Where exactly was this error generated? By the SP or when you 'select few columns from tables A and B' after that? Are you using User-defined sql? If so, post it and your datatypes.
by chulett
Fri Jun 23, 2006 6:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Upgrade from DataStage 7.5 to DataStage 7.5.1.A
Replies: 8
Views: 3314

Sorry, if you say you've tried it then you must be in the position that Arnd notes where all paths on the new machine are identical. I'd still be leery of doing a 'disk copy' of internal structures for pretty much *any* software I knew used interlinked repositories and other complex internal structu...