Specifically, Chapter 2 of the Parallel Job Developer's Guide
There are several restrictions on what you can do within the server shared container - read all about them in the manual.
Search found 53125 matches
- Mon Mar 12, 2007 7:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: server shared container in parallel job
- Replies: 5
- Views: 2083
- Mon Mar 12, 2007 7:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date conversation
- Replies: 17
- Views: 4580
- Mon Mar 12, 2007 6:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: error in log
- Replies: 6
- Views: 1727
Parallel jobs reserve filename suffixes ".v", ".ds" and ".fs" for virtual Data Set control files, persistent Data Set control files, and File Set and Lookup File Set control files respectively. It throws this exception if you try to use these suffixes in an inappropriate location or in an inappropri...
- Mon Mar 12, 2007 6:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Staging Data In Sequential File
- Replies: 11
- Views: 2586
- Mon Mar 12, 2007 6:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ExecDOS
- Replies: 5
- Views: 2577
- Mon Mar 12, 2007 6:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Batch script
- Replies: 6
- Views: 1266
For example: dsjob -run -wait -param ParamName=Value1 Myproject Myjob.1 dsjob -run -wait -param ParamName=Value2 Myproject Myjob.2 dsjob -run -wait -param ParamName=Value3 Myproject Myjob.3 dsjob -run -wait -param ParamName=Value4 Myproject Myjob.4 dsjob -run -wait -param ParamName=Value5 Myproject ...
- Mon Mar 12, 2007 6:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Use Stage Variables when datasource is empty
- Replies: 6
- Views: 1901
- Mon Mar 12, 2007 6:41 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Load Database Metadata
- Replies: 3
- Views: 3114
Try making a copy of SouthBreeze and adding primary keys. Then try an import from that. I would guess that ProfileStage should be able to import table definitions that lack primary keys, though lacking them will severely hinder some of the later analyses, especially table and cross-table analyses, s...
- Mon Mar 12, 2007 8:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Bind Variable issues
- Replies: 11
- Views: 3690
- Mon Mar 12, 2007 8:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: manual entry of Job parameters !!!
- Replies: 13
- Views: 3808
- Mon Mar 12, 2007 8:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: server to parallel migration
- Replies: 3
- Views: 1190
- Mon Mar 12, 2007 7:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: manual entry of Job parameters !!!
- Replies: 13
- Views: 3808
- Mon Mar 12, 2007 7:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Improving the performance of transformer stage
- Replies: 5
- Views: 1423
Are you sure the bottleneck is in the Transformer stage, or is this simply a convenient scapegoat? What throughput do you get if you replace the Oracle stage with a Peek stage? What does that reveal to you? What settings are you using in your Oracle stage? What are the settings of the two environmen...
- Mon Mar 12, 2007 7:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: File pattern
- Replies: 3
- Views: 896
- Mon Mar 12, 2007 7:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: load Problem from sequential file
- Replies: 14
- Views: 5074
Get your DBA to perform a raw export of some of the rows from this table so you can see precisely what's stored in them. Create another DataStage job that selects from the table and writes to a text file. This will help you to establish whether storage is correct and the fault is in the viewer(s), o...