Search found 42189 matches

by chulett
Fri Nov 04, 2005 8:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading data from an XML file
Replies: 9
Views: 2413

gpatton wrote:Make sure the tag is fully qualified.

You should probably explain what that means, g.
by chulett
Fri Nov 04, 2005 8:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error description capturing process
Replies: 1
Views: 603

Why post this twice? Please see the answers in your previous version of this question.
by chulett
Fri Nov 04, 2005 8:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to capture Errordescription into ErrorTable
Replies: 3
Views: 828

No, it doesn't... or at least I haven't seen that returned anywhere from an OCI stage. Give it a shot and let us know. Typically I believe you will find that you have to farm that, post job, from the job logs. :?

Glad to be proven wrong!
by chulett
Fri Nov 04, 2005 8:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Connect to Database using Job control
Replies: 8
Views: 2440

You could have had a more robust script, that only generated an exit status of 0 if absolutely everything was OK. This *is* the answer - you need a better script, one that properly communicates what happened in sqlplus back to DataStage. Most times, when people have this issue it's because they hav...
by chulett
Fri Nov 04, 2005 8:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading data from an XML file
Replies: 9
Views: 2413

Not an XML expert by any stretch, but that XPath information it imported looks wrong. Try a couple of things. Change the XPath bits in the Description field from #PCDATA to just text() and see if that works. Also, only select a field as a Key if it is a repeating element, if you always just get simp...
by chulett
Fri Nov 04, 2005 8:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: where are the log files for DS
Replies: 12
Views: 3265

Re: where are the log files for DS

Where does DS store job logs? Are they in a text file that can be edited? David seems to have thrown you straight into the Advanced Placement class when it doesn't even seem like you've taken the 101 version yet. In addition to all that, the simple answer is 'no' - they are not text files. You'll s...
by chulett
Fri Nov 04, 2005 12:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Migrtion to 7.5 from 6.0.3
Replies: 2
Views: 756

Re: Migrtion to 7.5 from 6.0.3

We have imported all the jobs from 6.x to 7.5. Tell us what this means. You have a new, clean install of 7.5 that you imported 6.0.3 jobs from another server into - or did you upgrade 'in place' from 6.0.3 to 7.5? What was your upgrade procedure? If you searched the forum, you would have seen many ...
by chulett
Thu Nov 03, 2005 11:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Run the DATASTAGE Server jobs by command line.
Replies: 1
Views: 1409

Please have a go at searching the forum as this topic has been discussed ad nauseum here. Specially, search for the dsjob command - that and read the Server Jobs Developer's Guide the Command Line Interface chapter in particular.
by chulett
Thu Nov 03, 2005 1:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Protect jobs from delete
Replies: 11
Views: 3024

Sure. It's basically a 'switch' managed from the Administrator client.
by chulett
Thu Nov 03, 2005 12:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Protect jobs from delete
Replies: 11
Views: 3024

Can't be done as far as I know. Protect the project.
by chulett
Thu Nov 03, 2005 12:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Protect jobs from delete
Replies: 11
Views: 3024

You need to make the project a 'Protected' project. And yes, via the Administrator.
by chulett
Thu Nov 03, 2005 7:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Roolback in sequencer
Replies: 3
Views: 1357

The is no builtin mechanism in DataStage that can handle this type of scenario. There is no builtin mechanism is any database that can handle this type of scenario. Well, unless Ray pops up and tells me that Redbrick can handle it. Just want to make sure this doesn't come across as some kind of Dat...
by chulett
Thu Nov 03, 2005 7:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reference lookup generated %d rows.
Replies: 3
Views: 842

The only confusing part might be the missing 'number of rows' that were actually returned. All you are seeing is the place-holder %d for a decimal number that is not being populated and is a bug in the stage, I would think. In the long run it doesn't really matter, however - Arnd nailed the gist of ...
by chulett
Thu Nov 03, 2005 7:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Status returns 1 even though Oracle msgs raised
Replies: 5
Views: 1617

That's a new one on me... I take it there is no "next Oracle message"? :?
by chulett
Tue Nov 01, 2005 6:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete data from hash files
Replies: 3
Views: 1676

Never tried that way. We've taken two different approaches: One is to rebuild the hashed file such that the deleted rows are automagically removed. Another approach is to add a 'deleted' column and mark them as logically deleted by updating that indicator during the delete process. Your jobs then ne...