Search found 42189 matches

by chulett
Tue Jan 23, 2007 7:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Obtaing Job sequence Info
Replies: 12
Views: 3984

What kind of 'interrogation' are you planning? A simple notification stage linked to an Exception Handler (since this is version 6 we're talking about) will email out the problem encountered and the job it happened in. Or run all of your failure links to a Sequencer set to 'Any' then to the Notifica...
by chulett
Tue Jan 23, 2007 6:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to intercept warnings from Oracle stage
Replies: 10
Views: 2520

You're almost there. The only way to properly capture rejected records from an OCI stage is to keep your Array Size set to 1. Anything higher and, while the number of records written will be correct, the actual contents of what is written will be from the wrong records. Sad but true. I would use lin...
by chulett
Mon Jan 22, 2007 6:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: I wnat storred porocedures in oracle....
Replies: 16
Views: 4074

Actually, it's a pretty common tactic for phpbb boards like this, I'm surprised we haven't seen them before. That's why you'll see more and more 'tricks' to fool spambots during the registration process - all in an attempt to ensure there is a real live well-intentioned human on the other end... not...
by chulett
Mon Jan 22, 2007 6:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: I wnat storred porocedures in oracle....
Replies: 16
Views: 4074

:wink:

I sent an email to Walter and he nukethed them from orbit.
by chulett
Mon Jan 22, 2007 6:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding exporting datamodel
Replies: 53
Views: 13005

What in the world would any of this have to do with DataStage? Use TOAD or sql*plus.
by chulett
Mon Jan 22, 2007 5:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue retrieving number of rows processed
Replies: 18
Views: 4417

From my standpoint, I'd want to be assured that a) the transformer is in place and b) the errors continue even with it there, before too much more time is spent on this. I'd also like to see what these look like now, not what they may or may not have looked like in the past. Otherwise we're chasing ...
by chulett
Mon Jan 22, 2007 4:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with data types
Replies: 17
Views: 3666

... and the warning messages are?
by chulett
Mon Jan 22, 2007 4:26 pm
Forum: General
Topic: CR/LF for the new generation
Replies: 45
Views: 19163

Ray still has the scar from that time when... well, never mind. It wasn't a pretty sight. :wink:

Dealt with 200MB and 300MB packs, too. Heavy, noisy and God Forbid you dropped one.
by chulett
Mon Jan 22, 2007 4:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: I wnat storred porocedures in oracle....
Replies: 16
Views: 4074

Peoples, this is a Spambot for a porn site. Suggest you just ignore all of 'her' posts and keep your hands in your pocketses as you walk on by...
by chulett
Mon Jan 22, 2007 4:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wee have mystery dbx processes on our Unix server
Replies: 31
Views: 9529

Re: Wee have mystery dbx processes on our Unix server

bcarlson wrote:I know what DBX is - it is a debugging environment on Unix. How is DataStage using it and why?

Not on my UNIX system, for whatever that may be worth. It doesn't seem to exist here.
by chulett
Mon Jan 22, 2007 2:37 pm
Forum: General
Topic: CR/LF for the new generation
Replies: 45
Views: 19163

Ah... those were the days! The first machine I worked on as a professional used CDC 'Hawk' drives, from what I recalled. One fixed platter and one removable platter about the size of a pizza and in a 'cartridge' about two or three inches thick. The fixed platter stored our O/S and the removable plat...
by chulett
Mon Jan 22, 2007 2:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conditionnal run of a job
Replies: 9
Views: 1502

Yup, many moons ago I posted such. I checked your previous post and I found a korn waiting style script, didn't notice anything for Winders...
by chulett
Mon Jan 22, 2007 2:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine DSU.GetXXXXXX did not finish OK
Replies: 12
Views: 4455

So... you changed a routine called 'ForceWarn' to no longer force a warning? Not the approach I would have taken. :?
by chulett
Mon Jan 22, 2007 1:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conditionnal run of a job
Replies: 9
Views: 1502

DSguru2B wrote:Doesnt it spit out a warning if file doesnt exist for the very same reason ?

I believe that is a true statement. May or may not be an issue for folks, if so a quick "if -s" or other UNIX file check could easily be run in a Command stage. For Windows... [shrug]
by chulett
Mon Jan 22, 2007 12:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conditionnal run of a job
Replies: 9
Views: 1502

The WFF stage will do both, for the latter tell it to wait zero seconds and you get an existence check.