Search found 42189 matches

by chulett
Wed Mar 21, 2007 11:13 pm
Forum: General
Topic: Merging Records
Replies: 30
Views: 8622

Let's play the 'please give us some sample data' game again. This time, using code tags much like Ray did, can you supply a small set of your actual input data and what the desired output should look like? Three separate examples would be best, not side by side so they don't all run together like l...
by chulett
Wed Mar 21, 2007 11:02 pm
Forum: General
Topic: Link Count
Replies: 27
Views: 10932

The problem persists because... you haven't changed anything? Or is this now a separate job that checks another job or jobs? Describe it, this problem job - in detail - especially why it needs to call this routine in the transformer.
by chulett
Wed Mar 21, 2007 5:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Sever version Installation on Aix
Replies: 5
Views: 1870

There's really nothing all that fundamentally different about a UNIX install. You'll have an 'install.sh' script to run rather than (I assume) a setup.exe to double-click on. The Installation and Upgrade Guide has sections for UNIX installs, things to do before and after the install... it's all there.
by chulett
Wed Mar 21, 2007 4:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using Zoned DataType Fields
Replies: 3
Views: 1348

Would not the CFF stage handle these? :?
by chulett
Wed Mar 21, 2007 1:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Database stage for Oracle 10g
Replies: 16
Views: 3961

I'm not sure. I'm familiar with how you'd do all this on a UNIX server but have never had the pleasure of working with DataStage on Windows. So some other kind soul will need to step in and help with that aspect of this issue, before I lead you too far astray.
by chulett
Wed Mar 21, 2007 12:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Web Service Job gets SIGSEGV error
Replies: 9
Views: 2161

There is no RTIAgent without the SOA Edition being installed. They are leveraging the Web Services PACK, a different animal from RTI.
by chulett
Wed Mar 21, 2007 12:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to change server jobs to parallel?
Replies: 8
Views: 2629

Oh, you betcha. As Ray would say, you just need to bring buckets of cash!
by chulett
Wed Mar 21, 2007 12:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading the files
Replies: 15
Views: 3865

What was confusing about my reply posted: Fri Mar 16, 2007 11:12 pm?
by chulett
Wed Mar 21, 2007 12:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML schema Validations:
Replies: 9
Views: 2023

Time to call Support, it seems.
by chulett
Wed Mar 21, 2007 12:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Database stage for Oracle 10g
Replies: 16
Views: 3961

So, by "connection" you must mean the tnsnames.ora file entry aka the Data Source Name. That's not client specific, per se. It's just a text file that generally lives in the $ORACLE_HOME/network/admin directory of the current client. If you are using the 9i client then you'd need to ensure the conne...
by chulett
Wed Mar 21, 2007 11:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Database stage for Oracle 10g
Replies: 16
Views: 3961

No, the 'OCI' stages leverage the client directly and have nothing to do with ODBC. Now, you could use the ODBC stage (or the DRS in ODBC mode) to use that connection, but you are much better off getting the 'native' connectivity working. IMHO.
by chulett
Wed Mar 21, 2007 10:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job scheduling
Replies: 3
Views: 1118

You'll need to leverage the dsjob command line command in your UNIX script (and it should be a generic script that all jobs can use) and then schedule that via your Enterprise Scheduling software. You'll find a couple of such scripts posted here and much discussion on the subject. You'll also find a...
by chulett
Wed Mar 21, 2007 9:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Check existence of a file from a Transformer
Replies: 5
Views: 1652

You sure you want to do that in a transformer? Once for every row processed by the job?

Use the 'Initial Value' area of a Stage Variable to do that if you only need to check once, then leverage that variable in the constraint for the job run.
by chulett
Wed Mar 21, 2007 7:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem when running the Job Sequence
Replies: 7
Views: 4643

No. That's exactly what it means. And there's no "option" where you can change that timeout value. Run fewer jobs at the same time.
by chulett
Wed Mar 21, 2007 7:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: My Jobs Disappear
Replies: 2
Views: 742

Yup. Been there, done that. :wink: