Search found 42189 matches

by chulett
Thu Jan 05, 2006 10:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with Datastage Upgrade
Replies: 5
Views: 1623

You should'nt have to reload them. I don't recall off the top of my head, but there are commands you can issue that will upgrade either a job or all jobs in a project. Support will be able to give you the command.
by chulett
Thu Jan 05, 2006 10:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reports Files write to EXCEL FILE OUTPUT
Replies: 2
Views: 1103

Write to a .csv file instead. They can be 'automatically' imported into Excel.
by chulett
Thu Jan 05, 2006 8:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting Job Parameter in Before Job Subroutine
Replies: 9
Views: 2801

Check the post Arnd linked to, three posts up from yours. It explains the process.
by chulett
Thu Jan 05, 2006 8:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NLS setting for Oracle with AL32UTF8
Replies: 7
Views: 4619

Search is your friend! This post seems to have the information that you need. There were others, btw.
by chulett
Wed Jan 04, 2006 8:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lotas Notes
Replies: 5
Views: 1723

From "back in the day" when I had to deal with Lotus Notes as one of my sources, there is also a product called NotesPump that we used. I only mention it for completeness as it doesn't allow you access to Notes data directly, but can be used to 'pump' or push Notes data elsewhere that you do have ac...
by chulett
Wed Jan 04, 2006 8:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: About Datastage XE
Replies: 3
Views: 1656

Nope... DataStage XE is the 'official' abbreviation for the Extended Edition. From what I recall, it contains just the Server product and MetaStage. I'm not sure they market that particular flavor of the product anymore. And actually "PX" is part of the Enterprise Edition, not the sum total of it. D...
by chulett
Wed Jan 04, 2006 7:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: output column value should not be modified
Replies: 8
Views: 2746

Is there any other approach to this problem without using lookups. No, not really - if we're talking a pure DS solution. Any output column will be updated in the target with whatever value you provide. In order for you to allow the value to remain unchanged in certain circumstances, you'll need to ...
by chulett
Tue Jan 03, 2006 8:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retrieving the Job Version Number
Replies: 10
Views: 2507

Hmmm... can't say that I've ever had a need to do that, so haven't looked for a way. I'm sure someone has, though.

What are you up to, Arnd? Curious about the why of your what.
by chulett
Tue Jan 03, 2006 1:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting Job Parameter in Before Job Subroutine
Replies: 9
Views: 2801

Re: Setting Job Parameter in Before Job Subroutine

Welcome! :D

lata walekar wrote:Is it possible to set the parameters of a job from its before routine itself ?

Short answer is no. Stick with your 'server routine' which I assume means via a Job Sequence.
by chulett
Tue Jan 03, 2006 12:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: getting an error msg as TABCTL32.OCX
Replies: 1
Views: 2064

Reinstall the client.
by chulett
Tue Jan 03, 2006 12:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: cyclic or Linear Dependency error
Replies: 1
Views: 2135

It basically means you've created a loop in the job and without discrete beginning and ending stages the job 'will not run'.
by chulett
Mon Jan 02, 2006 9:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ETL auditing
Replies: 9
Views: 2918

Re: ETL auditing

yiminghu wrote:But business wants more detail level aduiting, they want to know which individual input row end up ?

Can you shed some light on exactly what this might mean - "Which individual row end up"?
by chulett
Mon Jan 02, 2006 8:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Connection from client to Server
Replies: 6
Views: 1632

I'd definitely recommend you look into setting up a Citrix server local to the DataStage server and installing the Client software there. We just did exactly that and it has helped our 'remote' folks tremendously and even those of us connecting via VPN from home get a great benefit as well. For exam...
by chulett
Mon Jan 02, 2006 8:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: clean database
Replies: 3
Views: 1109

I'd also be curious if your design is to 'clean' a single table? In other words, are you sourcing from the same table you are clearing? I know it sounds silly, but I've seen people try to do that - they will only write back 'the records they want to keep' - hence the question. And if that is the cas...