Search found 42189 matches

by chulett
Thu Feb 03, 2011 8:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Rejecting Null records
Replies: 15
Views: 6741

Just for grins... The Left() adds nothing, the assignment is unneeded and the values are 'backwards' IMHO. I personally would name the stage variable something like svIsEmpty and the expression would automatically evalute to "true" or "false" where true would indicate it is, in f...
by chulett
Thu Feb 03, 2011 8:24 am
Forum: General
Topic: How to store Job start time,end time,job name in Oracle
Replies: 51
Views: 37920

You are (IMHO) way better off gathering this information in a separate step rather than plugging up your 'after job' area in every job. Build something that sweeps the information from each job after all jobs have run and which loads that information to a flat file. After it completes, a simple load...
by chulett
Wed Feb 02, 2011 11:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sql query as parameter
Replies: 3
Views: 2334

While there may be 'no limit' to the parameter string size, there is definitely one for SQL in the Oracle stage. Check with your official support provider.
by chulett
Wed Feb 02, 2011 11:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job restarting automatically
Replies: 7
Views: 2452

I honestly have no idea where that would be documented nowadays. I've leave any answer to people with access to the product and documentation.
by chulett
Wed Feb 02, 2011 2:26 pm
Forum: General
Topic: execute oracle procedure in routines
Replies: 3
Views: 2409

Did you look up what a "ORA-01741" means?
by chulett
Wed Feb 02, 2011 12:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL server sql question
Replies: 4
Views: 1732

You can edit your post and correct that.
by chulett
Wed Feb 02, 2011 9:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to separate the duplicate and rest in other file
Replies: 7
Views: 2858

Argh... why in the heck was this set up as a poll? Please don't do that as that's not something I can undo. :?
by chulett
Wed Feb 02, 2011 9:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PREPARE or EXECUTE IMMEDIATE statement is blank or empty
Replies: 3
Views: 4711

Not unless you explain what you are doing pre/post sql and post the "following DB2 message".
by chulett
Wed Feb 02, 2011 9:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job restarting automatically
Replies: 7
Views: 2452

An 'always on' WISD/RTI/SOA job would do that.
by chulett
Wed Feb 02, 2011 9:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Junk characters
Replies: 2
Views: 2092

First order of business is to identify it, you can't properly deal with something if you don't know what it is. Check via a hex editor or the UNIX 'od' command or via the appropriate sql command, depending on where this is happening.
by chulett
Tue Feb 01, 2011 12:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: STORED PROCEDURE STAGE
Replies: 2
Views: 1270

It will execute once per node unless you run the stage in Sequential Mode.
by chulett
Tue Feb 01, 2011 11:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Call to Sqlldr Failed
Replies: 4
Views: 2254

Did you check to see if the anti-virus "quarantined" or removed anything it thought was a threat? They've been known to eat things they shouldn't on a DataStage server and are not recommended there... unless you exlcude those directories from it. And the log shouldn't exist "anywhere&...
by chulett
Tue Feb 01, 2011 10:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Call to Sqlldr Failed
Replies: 4
Views: 2254

So, it was working and then stopped? Any idea what changed? And is it literally any job with an Oracle stage or only if that Oracle stage is calling sqlldr?

Also, "(...)" means there is more to the message. Double-click on it and post the full message.
by chulett
Tue Feb 01, 2011 10:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Download Data from http source
Replies: 9
Views: 5115

eostic wrote:...years ago people used the Perl Stage, but that no longer exists.....
Sniff... now that I've used. Too bad it be dead.
by chulett
Tue Feb 01, 2011 10:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: File Name Issue....
Replies: 6
Views: 2873

If your scripting or command line skills leave something to be desired, another option is the Folder stage. It can return filenames based on a wildcard pattern if all you define is a single column in it.