Yes, exactly.ray.wurlod wrote:I think what Craig meant was for you to reveal how you have set up connectivity to Oracle from the DataStage server. We're talking environment variables and tnsnames.ora particularly here.
Search found 42189 matches
- Mon Jun 15, 2009 7:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: problem with viewing and importing Oracle metadata
- Replies: 12
- Views: 13013
- Mon Jun 15, 2009 7:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error while viewing data
- Replies: 3
- Views: 1300
- Mon Jun 15, 2009 7:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: unable to read warning in director log
- Replies: 8
- Views: 2198
- Mon Jun 15, 2009 7:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: signed numeric data
- Replies: 13
- Views: 4104
- Mon Jun 15, 2009 7:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warnings are not displayed in the log
- Replies: 17
- Views: 6150
- Mon Jun 15, 2009 6:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dsjob - wait command
- Replies: 9
- Views: 10203
- Mon Jun 15, 2009 6:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal Termination of Stage
- Replies: 4
- Views: 2259
- Mon Jun 15, 2009 6:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: getting positon of value
- Replies: 6
- Views: 2113
- Mon Jun 15, 2009 6:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Processing an XML
- Replies: 2
- Views: 1194
OK... and what have you tried? You should have a job with a Folder stage and an XML Input stage at the very least. You should also have imported the metadata from your source xml (ideally from an xsd) so you have the appropriate XPath Expressions to use in the XML Input stage to parse this. And if y...
- Mon Jun 15, 2009 6:29 am
- Forum: General
- Topic: Load an IXF File
- Replies: 10
- Views: 2605
- Sun Jun 14, 2009 10:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: problem with viewing and importing Oracle metadata
- Replies: 12
- Views: 13013
Re: problem with viewing and importing Oracle metadata
Please explain what this means, what exactly you set up where.dsex100 wrote:I have also set up my environment variables according to documentation.
- Sun Jun 14, 2009 10:32 pm
- Forum: General
- Topic: Error when running Data stage server job
- Replies: 22
- Views: 8729
- Sun Jun 14, 2009 3:10 pm
- Forum: General
- Topic: Error when running Data stage server job
- Replies: 22
- Views: 8729
- Sun Jun 14, 2009 9:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Invalid Julian Day in Transformer
- Replies: 8
- Views: 3398
Re: Invalid Julian Day in Transformer
If DSLink3.DOB_DATE = '0001-01-01' Then StringToDate("1700-01-01 00:00:00","%yyyy-%mm-%dd %hh:%nn:%ss") else DSLink3.DOB_DATE You are mixing dates with timestamps. You'd need to declare the field as a Timestamp and then use StringToTimestamp() above rather than StringToDate() if...
- Sun Jun 14, 2009 8:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: can't unpack a packed decimal value
- Replies: 3
- Views: 2130