Search found 53125 matches
- Wed May 09, 2007 7:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error from DataStage Login to a project
- Replies: 2
- Views: 1706
It is a licensing issue, but maybe an indirect one. The value is a key to the DS_LICENSE hashed file, which is used to manage licensing. That it could not be written may be operating system permissions on DS_LICENSE (it needs to be writable by all DataStage users), or it could be that your T30FILE t...
- Wed May 09, 2007 7:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Job 2611 Phantom 16948
- Replies: 4
- Views: 2009
- Wed May 09, 2007 7:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Concatenating datasets
- Replies: 6
- Views: 2361
- Wed May 09, 2007 7:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to Export a job which has a message handler.
- Replies: 15
- Views: 5308
- Wed May 09, 2007 7:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Phantom Error
- Replies: 3
- Views: 1276
- Wed May 09, 2007 5:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Cleanup resources problem
- Replies: 10
- Views: 1785
- Wed May 09, 2007 4:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routine Output question
- Replies: 2
- Views: 969
The wraparound in the column is caused by the default display width in the file dictionary. The inserted character to trigger the wraparound is not @FM, so Nick's suggestion won't work. What you need to do is to override the dictionary specification with a field qualifier - in this case FMT to overr...
- Wed May 09, 2007 4:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Issue with null values
- Replies: 4
- Views: 1294
First, a sequential file has no data types, it contains only text. So it can only contain a "representation" of NULL, not a true NULL. Second, a key - by definition - can not be null. Therefore, you may need to re-think your design. If these columns have documented null representations, then the Seq...
- Wed May 09, 2007 4:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: After Job Routine for Job Sequence
- Replies: 12
- Views: 3452
- Wed May 09, 2007 4:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: field function
- Replies: 8
- Views: 2517
- Wed May 09, 2007 4:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Prblems with polish character
- Replies: 8
- Views: 3367
DataStage with NLS enabled only uses its own, idiosyncratic encoding of Unicode internally, and therefore every interface to the "outside world" must have an appropriate character map. Typically the UNIX maps and the Windows map (for connection to the clients) will have different names for the same ...
- Wed May 09, 2007 4:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: rollback
- Replies: 11
- Views: 3106
- Wed May 09, 2007 4:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Join multiple DB2 tables
- Replies: 7
- Views: 1568
- Wed May 09, 2007 4:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Jobs Locked (accessed by another User )
- Replies: 12
- Views: 6157
Yes it does, but does not provide instant gratification. The dsdlockd process by default only wakes every 15 minutes, and it can take two or three cycles to clean up after a defunct process - the first cycle detects the potential for a lock problem, the second cycle checks that the problem is still ...
- Wed May 09, 2007 4:28 pm
- Forum: General
- Topic: project description
- Replies: 3
- Views: 1657
There are thousands of pages in the manuals that describe the stages. You want all that summarized in a post on a forum? It's not going to happen. Enrol on an entry-level training class (four days), which will provide you with a starting skill set and more confidence to answer questions. Etiquette N...