Search found 42189 matches

by chulett
Wed Nov 08, 2006 12:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TIMEOUT implementation in DataStage job
Replies: 4
Views: 2321

Seems to me you'd have to handle that via the ODBC drivers themselves somehow, a setting perhaps. Not really any way to have DataStage 'time out' inside a job that I've ever seen.
by chulett
Wed Nov 08, 2006 12:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage
Replies: 3
Views: 1244

Did you get this one wrong in the interview? Seriously, these 'fishing' type questions of yours don't really have a place here. Now, if you have an actual problem with your repository and let us know what you've tried to do so far to fix it and ask some specific questions then we'd be glad to chime ...
by chulett
Wed Nov 08, 2006 12:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hash File Stage and lookups
Replies: 3
Views: 1156

Parallel jobs don't support hashed files.
by chulett
Wed Nov 08, 2006 12:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date time stamp difference in time stamp
Replies: 10
Views: 11974

Just wanted to check to see if your case was the 'crossing midnight' case. I'd suggest you take this to your support provider, see what they have to say... could be a bug in your version. Or it could just be you are using it in the wrong place. Based of the reference to DSJ.ME, I'm guessing you are ...
by chulett
Wed Nov 08, 2006 12:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Bulk Loader using oracle 10g
Replies: 4
Views: 1575

Give it a try... the OCI Bulk stage works fine with 10g from my experience.
by chulett
Wed Nov 08, 2006 12:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Email Notification Stage Error
Replies: 11
Views: 2481

Ok... you need to go through some documentation, it would seem. Open up the Designer Guide pdf manual and read the chapter on Job Sequences. Not only will you find sections on Triggers and Expressions but each stage is discussed individually and usually has a pictorial example of how it would be use...
by chulett
Tue Nov 07, 2006 10:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date time stamp difference in time stamp
Replies: 10
Views: 11974

Does this post apply?
by chulett
Tue Nov 07, 2006 9:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Email Notification Stage Error
Replies: 11
Views: 2481

You have control over what happens whenever a stage has problems. What are the trigger values out of the Notification stage? Are you allowing the Sequence to automatically handle failures? Are you using an Exception Handler?
by chulett
Tue Nov 07, 2006 7:36 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: RTI console (Register an RTI server)
Replies: 4
Views: 3495

First suggestion would be to read as much of the supplied documentation as you can stand - there is both an Administration Guide and a Users Guide. This isn't something you can just pick up and start whipping stuff out with, you need to read. Before you can register anything, the RTI Server must be ...
by chulett
Tue Nov 07, 2006 7:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Flat File with Header, Body And Footer
Replies: 9
Views: 6252

You mean other than the approaches you've already been given in the other posts in this thread? :?
by chulett
Tue Nov 07, 2006 7:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage 7.5.2 Writing to XML file
Replies: 6
Views: 4547

As far as I know, the XML stages function the same in Server and PX. However, most of the techniques discussed in the guide leverage hashed files for chunk storage, hence the mention of Server jobs in it. Not all do, it's well worth going through regardless...
by chulett
Tue Nov 07, 2006 3:47 pm
Forum: IBM<sup>®</sup> DataStage TX
Topic: Difference between TX, Hawk and SOA....
Replies: 7
Views: 4311

jvmerc wrote:Did they also refer to the most recent release of DS as Hawk?

Yes they did. :wink:
by chulett
Tue Nov 07, 2006 1:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Value of Array Size while inserting into a DB2 Table
Replies: 5
Views: 1136

Many factors go into figuring that out... or you can just use the numbers Chuck or Bill or whatever in the heck his name is pulled out of his whazoo. :wink:
by chulett
Tue Nov 07, 2006 11:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to disable autostart of DSENGINE ?
Replies: 2
Views: 1346

Remove the appropriate .rc file. What O/S? Typically it is /sbin/rc2.d/S999ds.rc which links back to the 'sample' under the DSEngine directory. Sure you really want to do that?