Search found 53125 matches
- Mon May 11, 2009 4:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error running a multi-instance parallel job through sequence
- Replies: 9
- Views: 3181
- Mon May 11, 2009 4:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: condition check
- Replies: 3
- Views: 1132
- Mon May 11, 2009 4:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: arabic character set
- Replies: 17
- Views: 4024
- Mon May 11, 2009 3:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Diff between Websphere DataStage and Infosphere DataStage
- Replies: 3
- Views: 10179
- Mon May 11, 2009 3:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Diff between Websphere DataStage and Infosphere DataStage
- Replies: 3
- Views: 10179
It's all marketing, don't worry about it. When IBM acquired DataStage and other products from Ascential, the products were included within IBM's WebSphere brand for middleware. By the time IBM had worked on version 8.1 for long enough they decided it didn't really fit under WebSphere, so created a n...
- Mon May 11, 2009 3:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Filter Error: The system cannot find the file specified
- Replies: 11
- Views: 4182
- Mon May 11, 2009 3:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: job is being accessed by another user
- Replies: 2
- Views: 1700
This is a lock held by a defunct process. You need to release such locks either using the UNLOCK command or by re-starting DataStage. The UNLOCK command includes options for specifying a particular lock in several different ways. | UNLOCK [NODE node] [USER user.number] | | [FILE pathname | [DEVICE d...
- Mon May 11, 2009 3:47 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Licence for Information Analyzer
- Replies: 12
- Views: 6332
- Mon May 11, 2009 1:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: I get an libodbc.so error when I run UV
- Replies: 3
- Views: 3213
- Mon May 11, 2009 12:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: arabic character set
- Replies: 17
- Views: 4024
If you have Enterprise Edition then you DO have both server and parallel NLS maps on the page you reach by clicking the NLS button from the General tab. The only way you would not see parallel maps is that you don't have Enterprise Edition, in which case you would not be designing parallel jobs. The...
- Mon May 11, 2009 12:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Filter Error: The system cannot find the file specified
- Replies: 11
- Views: 4182
- Mon May 11, 2009 12:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DRS Stage "Function Sequence Error" w/SQL Server
- Replies: 7
- Views: 3303
- Sun May 10, 2009 11:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: arabic character set
- Replies: 17
- Views: 4024
Try loading/using the map ibm-1256 rather than MS-1256. They are the same, though the former is for parallel jobs and the latter for server jobs, which is where I think your error may have arisen. If that doesn't work either, consult Appendix A of National Language Support Guide for more alternatives.
- Sun May 10, 2009 10:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Archive job design suggestion
- Replies: 1
- Views: 2060
(a) It's feasible PROVIDED THAT you hardware supports that many processes. The total load is equivalent to running fifteen simple jobs (one equivalent to each stream) simultaneously. I would prefer individual jobs and either a sequence or job control routine in which I could set an upper limit on th...
- Sun May 10, 2009 4:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fileset
- Replies: 4
- Views: 1395
The exact reason is that the internal structure and access method for a Lookup File Set is through the index on the identified Key column(s) so that, in order to be able to find something in a Lookup File Set, you need to provide a key value. Put another way, this stage supports GetRowByKey() but do...