Search found 42189 matches

by chulett
Tue Dec 12, 2006 4:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: access same job
Replies: 10
Views: 1714

Kris, check this post.
by chulett
Tue Dec 12, 2006 4:32 pm
Forum: General
Topic: book about datastage and datawarehousing project
Replies: 6
Views: 2962

No such thing. However, Kimball & Caserta have a book out called The Data Warehouse ETL Toolkit and it's the next best thing.
by chulett
Tue Dec 12, 2006 12:35 pm
Forum: General
Topic: DataStage Client Encounter a problem, then quit
Replies: 9
Views: 4649

Specifically the e72758-multi-client.zip patch.
by chulett
Tue Dec 12, 2006 11:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: pass a value in parameter for the next job
Replies: 17
Views: 4642

Any routine that returns a non-zero return code is considered to have failed if you have the 'Automatically handle' option on in the Sequencer. But this too can be handled without turning that option off, the method is documented in the Help.
by chulett
Tue Dec 12, 2006 10:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Upgrade
Replies: 7
Views: 1972

Actually, the 'normal' way in my experience is an 'upgrade in place' where the new software is installed right over the top of the existing software. Is server B installed with the 'old' version and projects?
by chulett
Tue Dec 12, 2006 9:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to increase the Sequence number in PX from Oracle
Replies: 14
Views: 8232

Granted... but just trying to ensure we're answering the right question.
by chulett
Tue Dec 12, 2006 9:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: access same job
Replies: 10
Views: 1714

You will have a problem in Production as a 'normal' job can only be run by any one given controlling process at a time. If one 'main' job has it running, any other that attempt to start it will error. You'll need to make your job a Multi-Instance job. Search the forum if you're not familiar with tha...
by chulett
Tue Dec 12, 2006 8:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage and Cobol Files, Microfocus, RM_Cobol and others
Replies: 2
Views: 1278

Welcome aboard! :D

There's nothing 'native' to the product to do so. However, perhaps by purchasing specific ODBC drivers or an iWay C-ISAM Adaptor you should be able to do it.
by chulett
Tue Dec 12, 2006 8:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODS Data wrongly Loaded
Replies: 5
Views: 1269

zuri_2000 wrote:can we obtain a solution for this using any stage apart from doing it manually.

Possibly... you could write a job to undo the changes if the process is convoluted and not something you'd want to tackle in sql.

But there's no magic solution, no. :cry:
by chulett
Tue Dec 12, 2006 8:10 am
Forum: Site/Forum
Topic: Another Milestone
Replies: 2
Views: 2304

Another groaner from Uncle Ray. :lol:
by chulett
Tue Dec 12, 2006 8:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to increase the Sequence number in PX from Oracle
Replies: 14
Views: 8232

Re: How to increase the Sequence number in PX from Oracle

But before loading, I want to retrieve the maximum value of the Sl_No (a sequence number) Just as an FYI and to check your terminology... If this 'sequence number' is actually controlled by an Oracle Sequence object then there's no need to get any kind of 'maximum' value or increment it yourself. I...
by chulett
Tue Dec 12, 2006 8:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Upgrade
Replies: 7
Views: 1972

Why take a chance? Backup anything like that you've edited and care about just in case.
by chulett
Tue Dec 12, 2006 7:58 am
Forum: General
Topic: DataStage Client Encounter a problem, then quit
Replies: 9
Views: 4649

The less 'cheesy' answer would be to download the patch for this from the eService website. :wink:
by chulett
Tue Dec 12, 2006 7:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODS Data wrongly Loaded
Replies: 5
Views: 1269

SQL queries to delete the data (or 'backout' the changes) and then rerun the job pointing to the correct source. Not sure what other kind of answer you were looking for. :?

Do you have some specific questions on this?
by chulett
Tue Dec 12, 2006 7:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job returns different values for the same query
Replies: 13
Views: 3298

Re: Job returns different values for the same query

This is a serious issue and please help me with a solution ASAP. OK, you already got the ASAP lecture, although a little toned down from what the Grand Poobah would have said. We are all volunteers here who help when we can help - people sleep, people work, but someone will always get to you As Soo...