Search found 42189 matches

by chulett
Mon May 19, 2008 11:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Database Connection limit exceeded error
Replies: 11
Views: 5959

Ah... that makes sense.
by chulett
Mon May 19, 2008 9:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Database Connection limit exceeded error
Replies: 11
Views: 5959

Yes, thanks. I'm sure someone will be along shortly with some help for your problem.
by chulett
Mon May 19, 2008 9:56 pm
Forum: General
Topic: UVSH - HELP
Replies: 12
Views: 9003

Why not switch Putty to emulate a VT100 and see if that helps? It's under Connection / Data / Terminal-type string.
by chulett
Mon May 19, 2008 9:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Variable schema name for SQL Builder generate code
Replies: 8
Views: 1704

First off, a caveat: I think the SQL Builder tool sucks and is totally unneeded, except on paper so you have it as part of your feature set. I wouldn't touch it with a ten foot pole. There, with that out of the way... I don't believe you can parameterize the schema with the SQL Builder. I use the 'G...
by chulett
Mon May 19, 2008 9:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can I make a schedule to rerun the job when it is failed???
Replies: 6
Views: 1322

Loop? Failure trigger perpetuates the loop, success exits? Hmmm... not sure how that would solve a deadlock, however.
by chulett
Mon May 19, 2008 9:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Query in .sql file
Replies: 3
Views: 807

It would probably help if you mentioned the database in question... Oracle?
by chulett
Mon May 19, 2008 9:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Database Connection limit exceeded error
Replies: 11
Views: 5959

I thought this was your fourth post but it's actually your first as you've posted this in four different forums. Please don't do that, it doesn't help get you an answer faster and just causes problems maintaining a coherent conversation. I can't help other than to strongly suggest you delete the oth...
by chulett
Mon May 19, 2008 5:58 pm
Forum: General
Topic: Sequential Files, Timestamps, Null values and Asterisks
Replies: 26
Views: 15059

Yes. Once set in the Administrator, it will automatically be included in the environment of every job in the project. Include it as a parameter to override that value.
by chulett
Mon May 19, 2008 5:56 pm
Forum: General
Topic: UVSH - HELP
Replies: 12
Views: 9003

Silly, perhaps, but you *did* notice the dots in "SET.TERM.TYPE", yes?

From the FAQ: "By default, PuTTY announces its terminal type to the server as xterm." Give that a shot. You should also be able to override that to whatever you like, I would think.
by chulett
Mon May 19, 2008 5:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling Perl Script
Replies: 5
Views: 1722

Perl itself is required. Obviously. :wink:

You don't have to worry about any compiler / interpreter silliness, it's all handled for you automagically. Thought this might help:

http://www.perl.com/doc/FMTEYEWTK/comp-vs-interp.html
by chulett
Mon May 19, 2008 5:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: File nane with date
Replies: 25
Views: 10315

Not his thread, or I woulda asked the same. :wink:
by chulett
Mon May 19, 2008 4:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI Date Conversion Failed
Replies: 5
Views: 2198

Re: OCI Date Conversion Failed

Perhaps I am in the wrong direction trying to solve this by altering Oracle parameters. You are. Your best solution is to craft a methodology that doesn't rely on any particular 'NLS' parameter setting, something that will work regardless of them. This is typically done using generated sql and matc...
by chulett
Mon May 19, 2008 2:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error installing Datastage 7.5 on Solaris
Replies: 5
Views: 1290

Re: Error installing Datastage 7.5 on Solaris

leeb wrote:and have created the symbolic links to append a "." on the end of some files.

I'm curious why this step? And which 'some files'? I don't know beans about Solaris or what extra who-ha it may require, it was just that this struck me as odd and something that could cause the install script to fail.
by chulett
Mon May 19, 2008 11:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: read txt from a job sequence
Replies: 17
Views: 6277

Probably an issue because you are still running 7.1. :cry:

Since you can't do this directly in the Sequence job, you'll need to do all of this work inside a routine and make sure what you pass back as the 'Ans' has been properly cleansed there.
by chulett
Mon May 19, 2008 10:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Row count generation
Replies: 13
Views: 3837

And on the off chance you mean every 10th record, then a MOD() could be used... assuming that is available in PX.