uvserver is not the server for UniData. You need the correct UniData server name in the uvodbc.config entry.
This may be what Craig was trying to say.
Search found 53125 matches
- Tue Sep 23, 2008 4:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Failing to connect to UniData 6 database from Designer
- Replies: 9
- Views: 2267
- Tue Sep 23, 2008 4:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using Parameters in the Email Notification Stage
- Replies: 4
- Views: 1487
- Tue Sep 23, 2008 3:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Improper data type. Attempting to Cleanup after ABORT
- Replies: 4
- Views: 1542
- Tue Sep 23, 2008 3:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Server Job Abort Issue
- Replies: 3
- Views: 2130
It's worse than that. VOC is corrupted. Without specialist support (which your support provider will need to buy from IBM) you will not be able to fix this, and your project will remain unusable. There are very few specialists who know how to repair corrupted VOC file, and most of them work for IBM.
- Tue Sep 23, 2008 3:52 pm
- Forum: General
- Topic: How to find the logs pertaining to the current run?
- Replies: 3
- Views: 1054
- Tue Sep 23, 2008 7:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage Sequencer problem
- Replies: 19
- Views: 5627
- Tue Sep 23, 2008 7:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Performance Tuning
- Replies: 13
- Views: 2601
- Tue Sep 23, 2008 7:01 am
- Forum: General
- Topic: DataStage Logs
- Replies: 2
- Views: 1013
Welcome aboard. Generally the answer is no. Every job has its own log (a table in the Repository database) and every condition is captured into that. There is an optional errlog file that might be used to capture errors in the server engine. And, of course, the Windows Application Log might contain ...
- Tue Sep 23, 2008 5:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Performance Tuning
- Replies: 13
- Views: 2601
- Tue Sep 23, 2008 5:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: unable to execute dsjob command from unix prompt
- Replies: 9
- Views: 3944
- Tue Sep 23, 2008 5:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage Sequencer problem
- Replies: 19
- Views: 5627
- Tue Sep 23, 2008 5:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to lock/unlock the jobs as Admin?
- Replies: 7
- Views: 1904
That answer is wrong on so many levels!
The question is about locked jobs, not about read-only jobs.
sureshchandra can get the answers sought via Search of DSXchange, but apparently chooses not to do so.
The question is about locked jobs, not about read-only jobs.
sureshchandra can get the answers sought via Search of DSXchange, but apparently chooses not to do so.
- Tue Sep 23, 2008 5:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: unable to execute dsjob command from unix prompt
- Replies: 9
- Views: 3944
You can get it here
- Tue Sep 23, 2008 5:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to lock/unlock the jobs as Admin?
- Replies: 7
- Views: 1904
- Tue Sep 23, 2008 5:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: unable to execute dsjob command from unix prompt
- Replies: 9
- Views: 3944
cd to wherever the DataStage Engine directory is. Ordinarily the DSHOME environment variable would contain that pathname. An alternative which may work is to capture the contents of the /.dshome file (provided that your installation is not an -itag installation). For example cd `cat /.dshome` The c...