Search found 42189 matches

by chulett
Wed Jun 20, 2007 7:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need to Find Maximum Value in a Certain Column
Replies: 9
Views: 2174

How old are you? 8? Don't make me stop this car! :wink:
by chulett
Wed Jun 20, 2007 6:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Different Versions of DS in Same Domain
Replies: 5
Views: 1315

There is a pdf document in your Docs directory that explains the process. It's call 'multiserv.pdf' or something close to that.
by chulett
Wed Jun 20, 2007 6:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to load LONG data.
Replies: 3
Views: 1893

How exactly was this 'resolved'? Can you please post that so the rest of the world knows? Thanks.
by chulett
Wed Jun 20, 2007 6:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need to Find Maximum Value in a Certain Column
Replies: 9
Views: 2174

Sheesh, what's with all the PX answers to a Server question posted in the Server forum? :?
by chulett
Wed Jun 20, 2007 6:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how build sequence numbers in target
Replies: 2
Views: 850

What does "not work properly" about it? How about some specifics - the exact routine you are using, your syntax and the problem you are having. That will help get us started.
by chulett
Wed Jun 20, 2007 6:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Executing db2 sql command in a routine
Replies: 11
Views: 5958

Umm... you need to run it from 'DOS' rather than 'TCL'.
by chulett
Wed Jun 20, 2007 6:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Allow Multiple instance error
Replies: 4
Views: 1534

I, for one, have never seen an 'Allow Multiple instance error', so not really sure exactly what that means. It would probably help to post your actual error message(s) if you still need help.
by chulett
Tue Jun 19, 2007 9:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with decode stage
Replies: 8
Views: 5222

Why not take a peek at the Encode Stage and Decode Stage chapters in the Parallel Job Developer's Guide pdf?
by chulett
Tue Jun 19, 2007 9:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SOURCE TABLE INFO OF A JOB - UNIVERSE
Replies: 5
Views: 2750

Right, it would be just a string. Seems like you'd need to pull out everything between the 'FROM' and 'WHERE' keywords, then parse that into individual table names.

Something like that, anywho. :wink:
by chulett
Tue Jun 19, 2007 9:20 pm
Forum: General
Topic: Routine Triggers with Loops
Replies: 11
Views: 2433

Cool! :D

I'll have to work something like that into my troublesome little loop, and an annotation to explain why in the heck I'm doing it. :lol:
by chulett
Tue Jun 19, 2007 2:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: About ODBC update action............
Replies: 17
Views: 5043

I don't even know if there is such a thing, hence the suggestion to talk to your DBA - they'd be the only ones that could change it I'd wager.
by chulett
Tue Jun 19, 2007 12:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: About ODBC update action............
Replies: 17
Views: 5043

Must be some kind of 'per connection' limit setting on the database. Check with your DBA.
by chulett
Tue Jun 19, 2007 8:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Email notification
Replies: 12
Views: 2771

rafik2k wrote:Is that same site for downloading blat.exe?

Yup, that's the one. Very nice email client. One of my clients used to use the UNIX version, lots of nice little features in it.
by chulett
Tue Jun 19, 2007 8:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: New DataStage Names for old Mercator/Ascential apps?
Replies: 1
Views: 894

Welcome! :D

You'd be better off posting in the TX forum, that's where all the Mercator folks seem to hang out.
by chulett
Tue Jun 19, 2007 7:27 am
Forum: General
Topic: Routine Triggers with Loops
Replies: 11
Views: 2433

I've seen the same behaviour. I once tried to add a simple 'Otherwise' trigger to a job activity inside a Loop in addition to the 'OK (Conditional)' trigger already present. The moment I did that, it would always take the Otherwise path. Never did figure out why and had to move on to other things...