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.
Search found 42189 matches
- 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
- 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.
- Wed Oct 07, 2009 6:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Parameters
- Replies: 7
- Views: 2579
- Wed Oct 07, 2009 6:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal termination
- Replies: 5
- Views: 1667
- Wed Oct 07, 2009 6:40 am
- Forum: General
- Topic: Batch script for exporting shared container in datastage ?
- Replies: 10
- Views: 13927
- 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
- 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
- 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
- Tue Oct 06, 2009 9:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Parameters
- Replies: 7
- Views: 2579
- Tue Oct 06, 2009 9:42 pm
- Forum: General
- Topic: Convertion
- Replies: 10
- Views: 2932
- Tue Oct 06, 2009 9:17 pm
- Forum: General
- Topic: parameters not properly passed to a routines
- Replies: 1
- Views: 776
- 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
- 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
- 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
- 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...