Search found 42189 matches

by chulett
Tue Jul 20, 2010 8:18 am
Forum: Enhancement Wish List
Topic: release jobs
Replies: 7
Views: 10784

My suggestion? Post it again in the correct forum.
by chulett
Tue Jul 20, 2010 7:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in Reject Table loading
Replies: 2
Views: 844

"see the log file for the Oracle specific message"
by chulett
Tue Jul 20, 2010 7:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RDBMS code 507: CLI2
Replies: 6
Views: 5456

It's a database error, how can they have nothing to say on the subject? :roll:
by chulett
Tue Jul 20, 2010 6:54 am
Forum: Enhancement Wish List
Topic: release jobs
Replies: 7
Views: 10784

Sorry but I have no powers here. :(
by chulett
Tue Jul 20, 2010 6:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RDBMS code 507: CLI2
Replies: 6
Views: 5456

What did your DBA say?
by chulett
Tue Jul 20, 2010 6:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to read/write csv files with "complex" record
Replies: 3
Views: 1179

So... you'd either need some sort of 'pre-process' to replace the delimiter string with something more normal and single character or perhaps read the record as a single long field and then parse it in the job? :? I'm guessing one could whip up a BASIC routine using Index() and substringing out the ...
by chulett
Tue Jul 20, 2010 5:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Parsing
Replies: 1
Views: 1316

I think you're on the right track with Index() and Field(), however not sure you can do all that if logic along with it in one derivation. Can you post the syntax you've tried and the result(s) so far?
by chulett
Tue Jul 20, 2010 5:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Connector on Solaris - memory leak?
Replies: 12
Views: 2878

I'm not sure anyone here could actually answer that unless they've ask this same question of IBM. Unless someone else pipes up, I'd suggest you ask your official support provider about that, see if there are any known issues with the connector in your flavor/version. Then let us know what you find o...
by chulett
Tue Jul 20, 2010 5:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Assigning values to job parameters at runtime
Replies: 6
Views: 1908

[modified subject to be less... excited]
by chulett
Tue Jul 20, 2010 5:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ExtraParameters
Replies: 7
Views: 1941

Woo-hoo! KBA Job Control Utilities! :D
by chulett
Mon Jul 19, 2010 9:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: which stage?
Replies: 3
Views: 1258

I don't see anything that would require a constraint and it sounds like you just need one output link with one field set to whatever field is the first one you find with a 'Y' when you do the nested if-then-else that Ray mentioned in the output field's derivation.
by chulett
Mon Jul 19, 2010 9:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage job stuck in running condition while pulling data
Replies: 3
Views: 1538

Have you asked your DBA for help? Checked to see what the state of the Oracle process is? Grep'd for the processes in UNIX? You need to determine which bits, if any, are actually still running.
by chulett
Mon Jul 19, 2010 5:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get the Row Count
Replies: 15
Views: 4971

Red herring, eh? I hate herring.
by chulett
Mon Jul 19, 2010 12:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Incrementing surrogate key
Replies: 10
Views: 4750

The biggest question you need to answer regards concurreny - will your load run in isolation or could others be loading into the target as well? That will drive your available strategies.
by chulett
Mon Jul 19, 2010 7:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in "copy" operator
Replies: 4
Views: 3396

Did you try an exact search for Could not find type: "subrec" ? There are two other posts that mention that, see if anything there helps.