Search found 53125 matches
- Mon Dec 03, 2007 2:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dsjob error processing
- Replies: 4
- Views: 1460
- Mon Dec 03, 2007 2:12 pm
- Forum: General
- Topic: New Problem Diagnosis Method
- Replies: 3
- Views: 1396
- Mon Dec 03, 2007 5:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problems running a routine to compile a single job
- Replies: 15
- Views: 4984
- Mon Dec 03, 2007 5:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dsjob error processing
- Replies: 4
- Views: 1460
- Mon Dec 03, 2007 5:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: KeyMgtGetNextValue
- Replies: 7
- Views: 2695
- Sun Dec 02, 2007 10:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Any function to subtract 1month from the given date
- Replies: 7
- Views: 1593
- Sun Dec 02, 2007 8:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error Compiling parallel transformer (Lookup)
- Replies: 7
- Views: 5818
Whe you say your "old server" do you mean a version 8 server or an earlier version? As you might be aware, the underlying security mechanism has changed for version 8 - you need to set up IIS, or "suite", users then allocate credentials within Information Server. DataStage role-based security is bui...
- Sun Dec 02, 2007 8:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Not able to see environment variables in Administrator
- Replies: 11
- Views: 3653
If you mean migrating the changes wrought in one project to another project, then the answer is no. The vendor has never given any official reason for this though, off the record, the view was expressed that one would expect the environment variables to be different in different projects and therefo...
- Sun Dec 02, 2007 7:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to set oracle paremeter for particular DS project
- Replies: 5
- Views: 1778
- Sun Dec 02, 2007 7:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SAP Pack Not Visible
- Replies: 1
- Views: 777
- Sun Dec 02, 2007 7:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Command format for uvregen
- Replies: 3
- Views: 3289
- Sun Dec 02, 2007 2:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: MS SQLServer Binary datatype issue
- Replies: 1
- Views: 973
- Sun Dec 02, 2007 2:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Command format for uvregen
- Replies: 3
- Views: 3289
Welcome aboard. It's not so much the syntax as the fact that you must be attached to the DataStage engine directory to execute this command. cd $DSHOME pwd bin/uv -admin -stop bin/uvregen bin/uv -admin -start If you do not have the DSHOME environment variable set, prefer cd `cat /.dshome` for the fi...
- Sun Dec 02, 2007 2:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Join Vs Merge in DS Server
- Replies: 3
- Views: 1584
- Sun Dec 02, 2007 2:29 pm
- Forum: General
- Topic: Error while trying to retrieve text for error ORA-12154
- Replies: 18
- Views: 12009
The uv command is in bin, as are all the other executables. In your case, I guess this is /ardent/bin/uv. It doesn't really matter where in dsenv you set your Oracle environment variables, though after any DataStage-specific ones seems to be somewhat of a convention. Also make sure that PATH and LD_...