Search found 53125 matches
- Tue Jan 29, 2008 9:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Truncate Command
- Replies: 6
- Views: 1183
- Tue Jan 29, 2008 9:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Creates so many "-APT_PMsectionLeader" sessions in
- Replies: 4
- Views: 1547
- Tue Jan 29, 2008 9:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transformer warning
- Replies: 10
- Views: 2533
Entire partitioning uses shared memory on SMP environments/configurations. Other partitioning algorithms do not (because they do not need to share anything). If you choose a different partitioning algorithm than Entire (or Auto) for a reference input, then this warning occurs. It's not a "bad" warni...
- Tue Jan 29, 2008 9:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: APT_PMPlayer::APT_PMPlayer: fork() failed -- Fatal
- Replies: 2
- Views: 1821
It's not a particularly helpful message, is it? It can even occur if the process table is full (operating system can not start a new process). It can occur if the section leader process has already reached the limit on number of sub-processes it's allowed to create (this limit is set in the UNIX ker...
- Tue Jan 29, 2008 9:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Repository tuning
- Replies: 4
- Views: 974
- Tue Jan 29, 2008 9:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: interfacing with Active X components
- Replies: 1
- Views: 736
- Tue Jan 29, 2008 9:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Acessing UNIX environmental variable through datastage
- Replies: 11
- Views: 4837
- Tue Jan 29, 2008 9:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Inserting in to Multiple worksheets
- Replies: 7
- Views: 1711
- Tue Jan 29, 2008 9:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Difference between a transform and a routine
- Replies: 5
- Views: 2170
- Tue Jan 29, 2008 9:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SERVER JOB NOT STOPPING!!!!!!
- Replies: 13
- Views: 4770
Re: SERVER JOB NOT STOPPING!!!!!!
dsserver wrote:ps -ef....is it not a UNIX command??? How do we do in windows??
Task Manager
- Tue Jan 29, 2008 9:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SQL Server Bulk load issue
- Replies: 3
- Views: 1833
- Tue Jan 29, 2008 9:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Index in a multi-dimensional Array/Matrix
- Replies: 4
- Views: 1528
FIND may be easier to manage than LOCATE. Or you could make a 1x9 matrix, copy from one to the other (using MAT keyword) and search that using LOCATE. If name found, add six to the where-found value to identify the element number of the desired age. Or you could MATBUILD a nine-element dynamic array...
- Tue Jan 29, 2008 9:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to disable NLS configuration
- Replies: 5
- Views: 5224
NLS is either ON globally (all projects) or OFF globally. You need the former. NLS can not be disabled on a per-project basis, which is one of the reasons that the pseudo-map NONE exists. If this map is set, then no mapping occurs. Set project default maps and locales within the project properties d...
- Tue Jan 29, 2008 9:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error with SETFILE command in a before-stage subroutine
- Replies: 5
- Views: 1549
- Tue Jan 29, 2008 1:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to add trailer records?
- Replies: 6
- Views: 1194