Search found 53125 matches
- Sun May 20, 2007 2:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: APT_Archive::BadVersion: From: Loading memory archive.
- Replies: 4
- Views: 1826
- Sat May 19, 2007 7:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error in join stage
- Replies: 17
- Views: 12186
In UNIX execute permission allows you to use the directory name in a pathname so, yes, you need execute permission. The permissions on Datasets are OK. The permissions on Scratch are not. However, the error message in your original post was unable to write to Datasets, so permissions may or may not ...
- Sat May 19, 2007 7:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Update Strategy
- Replies: 11
- Views: 3799
- Sat May 19, 2007 3:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error in join stage
- Replies: 17
- Views: 12186
- Sat May 19, 2007 3:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel Sort and RemoveDuplicates
- Replies: 3
- Views: 1051
Repartitioning is totally irrelevant to data volume. Who suggested it? Repartitioning is added cost that should be avoided unless absolutely necessary, for example to achieve key or group adjacency or to match database (DB2) partitioning. Repartitioning is particularly costly on cluster or grid conf...
- Sat May 19, 2007 3:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dynamic variable generation
- Replies: 6
- Views: 1432
- Sat May 19, 2007 3:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Looking for Advance training on Datastage
- Replies: 2
- Views: 1128
Search IBM web site. Course code is DX436 for version 7.x - it changes for version 8.x but I don't think that's out yet - they've only just issued the Essentials class for version 8. Get in touch with Gulf Business Machines in Dubai who I believe would be your closest IBM training supplier. Tel: +97...
- Sat May 19, 2007 3:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Large Xml Files
- Replies: 10
- Views: 4262
- Sat May 19, 2007 3:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Difference Between Domain and Server
- Replies: 3
- Views: 2005
Deployment domain consists of a metadata server (hosted by a WebSphere Application Server instance), one or more DataStage servers, one DB2, Oracle or SQL Server instance containing the Repository database, IBM Information Server clients (administration console, reporting console and DataStage clien...
- Sat May 19, 2007 3:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Server Or Parallel Job for XML tasks...?
- Replies: 6
- Views: 1707
- Fri May 18, 2007 9:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Modify Stage - Implicit conversion
- Replies: 12
- Views: 9593
- Fri May 18, 2007 5:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Join Stage
- Replies: 8
- Views: 2464
- Fri May 18, 2007 5:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Restartability logic Vs Performance????
- Replies: 2
- Views: 938
As a general rule you seek to minimize the amount of time you are hitting operational systems with extraction requests. Best practice, therefore, is to extract as rapidly as possible into a staging area (which can be text files) without performing too much manipulation of the data. This is not about...
- Fri May 18, 2007 5:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Modify Stage - Implicit conversion
- Replies: 12
- Views: 9593
- Fri May 18, 2007 5:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Help for uvsh or dssh
- Replies: 1
- Views: 1032
Use a telnet client with a known emulation, such as VT100. Once in dssh, issue the command SET.TERM.TYPE VT100 to inform the shell that that's the emulation you're using. All should be well. Try the CS command, which should clear the screen. Try DS.TOOLS to see whether a formatted menu works. Now yo...