Search found 53125 matches
- Sat Jun 14, 2008 1:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: orchadmin -f command-file error
- Replies: 6
- Views: 2415
- Sat Jun 14, 2008 1:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date Selection Issue
- Replies: 7
- Views: 1587
- Sat Jun 14, 2008 1:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date Selection Issue
- Replies: 7
- Views: 1587
- Sat Jun 14, 2008 1:21 am
- Forum: General
- Topic: How to run the job as parameter driven
- Replies: 6
- Views: 1452
Introduce a job parameter to the job for the plant identifier. Replace the hard-coded plant identifier within the job design with a reference to the job parameter. To process all plants, create a loop in a job sequence the cycles through the plant identities (a Start Loop activity with a "list of th...
- Fri Jun 13, 2008 3:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: External Filter Error
- Replies: 25
- Views: 5176
- Fri Jun 13, 2008 3:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Add block to queue failed - issue
- Replies: 3
- Views: 6525
- Fri Jun 13, 2008 3:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fatal Error: APT_Decimal::asInteger: the decimal value is ou
- Replies: 3
- Views: 8792
- Fri Jun 13, 2008 3:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: orchadmin -f command-file error
- Replies: 6
- Views: 2415
- Fri Jun 13, 2008 3:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: odbc update error
- Replies: 2
- Views: 999
- Fri Jun 13, 2008 3:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Getting Phantom Error
- Replies: 1
- Views: 1289
Welcome aboard. A segmentation fault is memory-related, and can be caused by such things as trying to shoehorn too large a string into a column buffer (for example "ABCDEFGHIJKLM" into a Char(10) or VarChar(10) column would do it), trying to load a NULL into a not nullable column, and various other ...
- Fri Jun 13, 2008 3:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date Selection Issue
- Replies: 7
- Views: 1587
- Fri Jun 13, 2008 3:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error writing to ROOT
- Replies: 5
- Views: 2611
- Fri Jun 13, 2008 3:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to speed up multiple lookups in a Databasic routine
- Replies: 11
- Views: 2120
- Fri Jun 13, 2008 3:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: disk space using by datastage
- Replies: 10
- Views: 3244
You can execute the AVAIL command as a TCL command. Edit (resulting from ag_ram's quibble): This will show total size of file systems and, most importantly for DataStage, available free space. The best way to determine space occupied by DataStage is through monitoring. Measure free space before and ...
- Fri Jun 13, 2008 3:29 pm
- Forum: General
- Topic: DataStage Client Installation
- Replies: 3
- Views: 1264