Welcome aboard.
It's not clear what your problem is.
Can you not place an OCI stage into the design?
Or, if you can, and the job compiles, runs and throws an error, what precisely is this error (details copy/pasted from the Director please)?
Search found 53125 matches
- Mon Jan 18, 2010 11:40 pm
- Forum: General
- Topic: Not able to use Oracle OCI on server job
- Replies: 8
- Views: 1861
- Mon Jan 18, 2010 11:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: master sequence can not restart automatically
- Replies: 7
- Views: 3229
- Mon Jan 18, 2010 11:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage Server Not picking correct System Time
- Replies: 4
- Views: 1925
OK, ignoring the small minutes and seconds discrepancy, that's a 13 hour difference. Can you open the Administrator client command window and execute the command DATE (which will give the date and time from the server system from a DataStage perspective) and the command SH -c date (which will give t...
- Mon Jan 18, 2010 10:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: master sequence can not restart automatically
- Replies: 7
- Views: 3229
- Mon Jan 18, 2010 10:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage Server Not picking correct System Time
- Replies: 4
- Views: 1925
- Mon Jan 18, 2010 8:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 UDB Loading Error
- Replies: 22
- Views: 10415
- Mon Jan 18, 2010 8:56 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: New install, Key and Relationship Analysis not available
- Replies: 4
- Views: 2249
- Mon Jan 18, 2010 8:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage Sparse look up on varchar fields.
- Replies: 3
- Views: 2144
- Mon Jan 18, 2010 8:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 UDB Loading Error
- Replies: 22
- Views: 10415
Check which SQL was actually used at runtime. When you switch to generated SQL the user-defined SQL is not discarded but remains a link property. Under some circumstances (not sure exactly what they are) DataStage can use the stored user-defined SQL. The workaround, if that is happening, is to repla...
- Mon Jan 18, 2010 8:08 pm
- Forum: General
- Topic: Delete a user in webconsole
- Replies: 6
- Views: 1631
- Mon Jan 18, 2010 6:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: So what exactly is stored in the XMETA repository?
- Replies: 3
- Views: 2187
Logging is more complex, because DataStage logs (where RTLogging/ORLogging direct logging to XMETA) fit into the more generic logging structure of Information Analyzer. That, in turn, is why the default logging view in Web Console for Information Server only lets you see the entirety of logged event...
- Mon Jan 18, 2010 6:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: So what exactly is stored in the XMETA repository?
- Replies: 3
- Views: 2187
Simplistic answer is that things that need to be sharable are in XMETA, things that don't need to be sharable are kept within individual products. Thus, for example, the data analyzed by Information Analyzer are kept in the IADB but the analysis results are kept in XMETA. Because nearly all design c...
- Mon Jan 18, 2010 6:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage Sparse look up on varchar fields.
- Replies: 3
- Views: 2144
Sparse lookups are notoriously slow (compared to other methods) because of the overheads involved (separate single-row queries against the database server, possibly exacerbated by network latency issues). Have you considered using a Join stage? Another possiblity is loading all the keys into a tempo...
- Mon Jan 18, 2010 6:07 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: New install, Key and Relationship Analysis not available
- Replies: 4
- Views: 2249
- Mon Jan 18, 2010 5:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Make vector stage
- Replies: 1
- Views: 3803
It's not that kind of vector. It's a structure that might be produced or consumed by a COBOL file definition containing a single field that OCCURS multiple times. Both fixed-count (OCCURS N TIMES) and variable-count (OCCURS MAX N TIMES DEPENDING ON fieldname ) vectors are supported, though there are...