Search found 53125 matches
- Fri Oct 13, 2006 8:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Server Authorization Codes
- Replies: 10
- Views: 3088
It's always wanted it exactly like it is on the paper. So the date may actually be 01/01/2500 (leading zero). The authorization code itself is always eleven characters long. On the paper they print numeric characters in italic, so you can differentiate between lower case "L" and the figure 1, and be...
- Fri Oct 13, 2006 7:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: STAGECOM Data structures & Hawk
- Replies: 15
- Views: 3630
It's all completely different in Hawk. You don't (can't?) access the repository directly; instead you rely upon calls to a "metadata delivery service". However, I see no reason to believe the rumour. The way that server jobs run still has to support DataStage BASIC, and there is no reason to believe...
- Fri Oct 13, 2006 7:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle NLS problem
- Replies: 6
- Views: 2622
- Fri Oct 13, 2006 7:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Designing a Generic Datastage job for multiple input sources
- Replies: 8
- Views: 7402
- Fri Oct 13, 2006 7:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Migration of DS Installation
- Replies: 18
- Views: 4305
Read about it as FORMAT.CONV in the UniVerse User Reference page 1-191 and following.
- Fri Oct 13, 2006 4:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: request with date of day
- Replies: 13
- Views: 5040
- Fri Oct 13, 2006 4:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Staging area
- Replies: 14
- Views: 3942
- Fri Oct 13, 2006 4:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Migration of DS Installation
- Replies: 18
- Views: 4305
- Fri Oct 13, 2006 4:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Backup copies creations with After job subroutines
- Replies: 13
- Views: 3598
- Fri Oct 13, 2006 4:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to compile the jobs.
- Replies: 1
- Views: 849
My guess is that the file system on which your project directory resides is, or has been, full. This has caused some of the Repository tables to become corrupted. Open your Administrator client and issue the query SELECT * FROM RT_CONFIG2646; in the Command window for your project, and post the resu...
- Fri Oct 13, 2006 1:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Migration of DS Installation
- Replies: 18
- Views: 4305
No, if what you have in mind is, for example, restore from system backup onto new system. The problem is that there is a lot of information in system tables that is not updated by this method. There is a "UniVerse" utility for exporting a project so that it can be rebuilt, called format.conv (it als...
- Fri Oct 13, 2006 1:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Staging area
- Replies: 14
- Views: 3942
- Fri Oct 13, 2006 1:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Backup copies creations with After job subroutines
- Replies: 13
- Views: 3598
You want to rewrite the mv command in a before/after subroutine? OK, it can be done. Why not make an attempt? Then we'll guide you if you can't get it to work. Specification 1 Open the parent directory using OpenPath. Generate CNAME commands and execute these through DSExecute(). Close the directory...
- Fri Oct 13, 2006 1:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Generate Column value
- Replies: 12
- Views: 3664
- Fri Oct 13, 2006 12:47 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle EE Update issue
- Replies: 5
- Views: 1510
I'm forced to assume that "Orchastrate" misspelled is a result of your not using copy/paste. Get your Oracle DBA to intercept the command to see exactly what statement was executed. If all else fails, join your data stream to the target table to make sure you get all the relevant rows updated; you m...