Search found 42189 matches

by chulett
Tue Oct 06, 2009 1:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IS Client installation error
Replies: 9
Views: 2816

Ah... [facepalm] I was wondering why you felt the need to post the image. Nice catch, Mr Ray. :wink:
by chulett
Tue Oct 06, 2009 1:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORACLE RAC-ODBC connection -Datastage 8.1
Replies: 12
Views: 10617

OK, that's good. Now when you say you are "using it" what exactly does that mean? Is this via an ODBC stage in a job or elsewhere? If elsewhere, have you established whether you can or cannot connect using it in an ODBC stage in a job? The more details you provide about what you are doing,...
by chulett
Tue Oct 06, 2009 12:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Connection Pooling
Replies: 5
Views: 2397

What do you mean by 'manage them from the client side'? Connection pools are transparent to applications, DataStage would have no clue if it was using pooled connections or not. :?
by chulett
Tue Oct 06, 2009 12:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Compile Error
Replies: 18
Views: 4340

What are the compiler options you have set in the Administrator?

Projects / Properties / General / Environment / Parallel / Compiler

I have no clue what they should be for Windows but it sure seems like posting them could help.
by chulett
Tue Oct 06, 2009 12:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORACLE RAC-ODBC connection -Datastage 8.1
Replies: 12
Views: 10617

You may have two host names for the load balancing but you still have only a single tnsnames entry and that's all you need at any given time. Have you been able to use this tnsnames entry outside of DataStage? Meaning, can you make a sqlplus connection to it to the RAC database?
by chulett
Tue Oct 06, 2009 11:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORACLE RAC-ODBC connection -Datastage 8.1
Replies: 12
Views: 10617

Nothing magical about RAC, your 'samples' are in the .odbc.ini file in $DSHOME like normal. Meaning, treat it as any other ODBC Oracle data source.
by chulett
Tue Oct 06, 2009 11:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help with Executing shell script
Replies: 4
Views: 1504

Sure, the normal syntax for executing multiple commands applies. You might want to use "&&" rather than ";" as the former is conditional, an error stops anything after that running.
by chulett
Tue Oct 06, 2009 10:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help with Executing shell script
Replies: 4
Views: 1504

It's certainly *a* right process and how you would do it 'after job' as part of the job in question. Another option would be to use a Sequence job to first run the job and then use an Execute Command stage to run the script as a separate action after the job completes.
by chulett
Tue Oct 06, 2009 10:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Compile Error
Replies: 18
Views: 4340

You installed what C++ compiler?
by chulett
Tue Oct 06, 2009 7:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sending Mail with Cc option
Replies: 4
Views: 1346

What 7.x version? Does it support attachments? Is it ok to email both people in the 'To' line or do you literally need to 'CC' the second person?
by chulett
Tue Oct 06, 2009 7:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generating XML file in Datastage
Replies: 3
Views: 1554

I would suggest you look into the XML Output stage along with use of the Trigger column option in it.
by chulett
Tue Oct 06, 2009 7:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameters
Replies: 7
Views: 2579

The answer totally depends on how your 'job control wrapper' is coded. By default, all a job will use are the default values coded in the job at design time. However, from what you posted it sounds like your wrapper is coded to check to see what parameters the job uses (-lparams) and then I assume i...
by chulett
Tue Oct 06, 2009 7:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: All Oracle versions compatible with Data stage 7.1
Replies: 2
Views: 1873

If you use the client software your version supports, you should be able to connect to higher versioned databases. From what I recall, 7.1 supports 8i and you'll get 9i and 10g officially supported in the 7.5.x world. I'm not positive if 11g is officially supported yet or not, I can check later. To ...