Search found 42189 matches

by chulett
Wed Oct 07, 2009 11:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORACLE RAC-ODBC connection -Datastage 8.1
Replies: 12
Views: 10617

I've already posted my thoughts.
chulett wrote: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, the better.
by chulett
Wed Oct 07, 2009 7:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sending Mail with Cc option
Replies: 4
Views: 1346

Then you'll need your own routine or script to do this as DataStage doesn't support it 'natively'. Installing something like blat would make this much easier.
by chulett
Wed Oct 07, 2009 6:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameters
Replies: 7
Views: 2579

Correct. It will look for the parameter in the file and not find it, thus letting the parameter default.
by chulett
Wed Oct 07, 2009 6:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination
Replies: 5
Views: 1667

Now search here for "Fault type is 11. Layer type is BASIC run machine." (or individually) and see if any of those posts help.
by chulett
Wed Oct 07, 2009 6:40 am
Forum: General
Topic: Batch script for exporting shared container in datastage ?
Replies: 10
Views: 13927

As noted, I don't believe that you can. What people do is export the entire project and the 'cut' the dsx into individual component files afterwards.
by chulett
Wed Oct 07, 2009 6:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting Up E mail notification On Hp Unix box
Replies: 1
Views: 883

You just need to make sure you can send email from the box using 'sendmail'.
by chulett
Wed Oct 07, 2009 6:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Migration from DS7.5.2 to IIS 8.1.1 - Possible NLS issues
Replies: 17
Views: 6212

SBSA_DW1 wrote:Problem is only with imported Server Teradata API jobs from 7.5.2 to 8.1.1, if we develop a new server job then there is no issue.
If you develop a new server job that accesses Teradata then there is no issue? :?
by chulett
Wed Oct 07, 2009 6:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: picking some part from the string
Replies: 8
Views: 2387

From what I remember, Ray has posted about the Fold() function for requirements like this. Never looked up what it did, however.
by chulett
Tue Oct 06, 2009 9:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameters
Replies: 7
Views: 2579

We're not talking about parameter sets and value files, if that's what you are referring to, those aren't available in any pre-8 release.
by chulett
Tue Oct 06, 2009 9:42 pm
Forum: General
Topic: Convertion
Replies: 10
Views: 2932

Yes, stage variables are a part of the Transformer stage. And they're not "disabled" for you, they're just not being shown - click the button at the top of the Transformer that says "Show/Hide Stage Variables", it's a toggle.
by chulett
Tue Oct 06, 2009 9:17 pm
Forum: General
Topic: parameters not properly passed to a routines
Replies: 1
Views: 776

:? This is the FAQ Discussion forum.

Please repost your question in the proper forum depending on if this 'routine' in question is a BASIC Server or PX C++ routine. And when you do, provide more details of this issue.
by chulett
Tue Oct 06, 2009 3:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Project level NO limit warning
Replies: 3
Views: 933

Do you recognize how very (very) dangerous doing something like that is? Are you literally planning on running every job with unlimited errors allowed? :?
by chulett
Tue Oct 06, 2009 3:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String toDate conversion
Replies: 3
Views: 1168

You forgot the % in front of the "dd" token, which is why you got the day of 1 for all dates, I'd wager.
by chulett
Tue Oct 06, 2009 2:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage 7.5.1 and Oracle 11g
Replies: 2
Views: 1651

That would have to come from IBM / your official support provider, I would imagine.
by chulett
Tue Oct 06, 2009 2:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling Unix commands from ExecCommand stage in Windows
Replies: 13
Views: 3340

Normally, I would say a typical 'here document' script would do the trick for something like this. However, they won't work for passwords in things like ssh or sftp as they just don't allow it. You can do everything else that way, but you'll need to set up authentication (RSA) keys between the serve...