Search found 53125 matches
- Fri Apr 20, 2007 3:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to attach a project with a new installation
- Replies: 2
- Views: 841
I would guess that you installed DataStage in a different location than the old installation. Therefore to "reattach" the old projects a number of steps must be taken. 1. In the new engine insert entries into the UV.ACCOUNT table that match the entries in UV.ACCOUNT in the old installation. 2. Use V...
- Fri Apr 20, 2007 3:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Viewing Output Files in Server
- Replies: 3
- Views: 961
- Fri Apr 20, 2007 3:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Aggregator - Comparison with & without asserting Sort or
- Replies: 6
- Views: 1526
- Fri Apr 20, 2007 3:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Phantom 22076
- Replies: 4
- Views: 1711
- Fri Apr 20, 2007 3:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Upgrade Question
- Replies: 4
- Views: 880
6.0 to 7.5 is a transparent upgrade. Nothing needs to be changed. The jobs will be upgraded automatically. Of course, you won't have much of the new functionality in those jobs and job sequences. But these can be added in the usual maintenance cycle. Don't forget to export AND back up the version 6....
- Fri Apr 20, 2007 3:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequencer Aborts Due to Error Code = -14
- Replies: 23
- Views: 11723
3) This will have no effect. The tables that govern run-time execution are not indexed, with the single exception of DS_JOBS, but its access uses the primary key (NAME) via its hashing algorithm, and therefore does not use any of the table's indexes. As noted earlier, I believe your delays are prima...
- Fri Apr 20, 2007 3:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: File created with encoding other than specified in NLS.
- Replies: 5
- Views: 7681
UTF-8 is not a standard - there are many variants of UTF-8. DataStage itself uses an idiosyncratic encoding called UV-UTF8. UTF = "Unicode transformation format" and the 8 means that it's an eight bit encoding (there are also 16-bit encodings). You might like to try ISO 8859-1 (sometimes erroneously...
- Fri Apr 20, 2007 3:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Modify date that in string format to date format
- Replies: 5
- Views: 1381
- Fri Apr 20, 2007 3:24 pm
- Forum: Data Integration
- Topic: dimension
- Replies: 3
- Views: 9845
A "regular" dimension is one - it doesn't really have a name - that is a parent table to a fact table. That is, the fact table has a foreign key that is resolved in the dimension table. Conformed dimensions are simply shared by more than one fact table. The time dimension is a typical case - every s...
- Fri Apr 20, 2007 4:28 am
- Forum:
- Topic: Version Control- how to perform Rollback
- Replies: 5
- Views: 1787
- Fri Apr 20, 2007 4:27 am
- Forum:
- Topic: Meta Stage-Compilation of a Read only job
- Replies: 5
- Views: 1817
- Fri Apr 20, 2007 4:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: passing values to start loop activity
- Replies: 4
- Views: 1544
- Fri Apr 20, 2007 4:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Trailing Spaces in Unix
- Replies: 7
- Views: 2537
- Fri Apr 20, 2007 4:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date in Lookup Stage
- Replies: 27
- Views: 6374
- Fri Apr 20, 2007 4:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: job is gng into infinete loop
- Replies: 1
- Views: 646
Whatever your job is doing is precisely what you have programmed it to do. Does the before-job subroutine exit cleanly? (You might like to include a DSLogInfo() call as the last executable statement of the routine.) You may not have an infinite loop, but a hang. In the former case, the job will eat ...