[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
Title: | DB Integrator Public Conference |
Notice: | Database Integration - today! Kit/Doc info see note 36 |
Moderator: | BROKE::ABUGOV |
|
Created: | Mon Sep 21 1992 |
Last Modified: | Fri Jun 06 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 1171 |
Total number of notes: | 5187 |
1126.0. "DBI-E-DDRV_UNSUPPROD error on local rdb link." by svrav1.au.oracle.com::DLAWLER () Thu Feb 20 1997 01:25
Hi,
Has anyone seen this before and perhaps could give an explanation.
This is on an AlphaServer 2100 running OpenVMS 6.2.
$ @sys$share:decrdb$shover
Current PROCESS Oracle Rdb environment is version V7.0-0 (MULTIVERSION)
Current SYSTEM Oracle Rdb environment is version V6.0-16 (MULTIVERSION)
SQL> at 'fi /type=dbi/dbtype=rdb/dbname=dbi_catalog';
SQL> sh ver
Current version of SQL is: Oracle Rdb SQL V7.0-0
Underlying versions are:
Database with filename /type=dbi/dbtype=rdb/dbname=dbi_catalog
DBI V3.1-02A
Rdb/Dispatch V7.0-0 (OpenVMS AXP)
SQL> sh link
User links in database with filename /type=dbi/dbtype=rdb/dbname=dbi_catalog
Link LOCAL_RDB
Connection information: user$rdb:[dlawler]mf_personnel
To database type: DEC Rdb
State: Inactive
SQL> create table lr_emp link to employees using local_rdb;
%RDB-F-SYS_REQUEST, error from system services request
-DBI-E-ATTLNKERR, Error attaching database, Link name='LOCAL_RDB', Connect strin
g='user$rdb:[dlawler]mf_personnel'
-DBI-E-DDRV_UNSUPPROD, Product unsupported by DDRV
SQL> exit
Cheers and thanks,
Dennis.
T.R | Title | User | Personal Name | Date | Lines |
---|
1126.1 | V7 required if using Rdb7 | BROKE::SERRA | Rdb Engineering | Thu Feb 20 1997 15:47 | 9 |
| if rdb is version 7, then you must use the Distributed Option version7.
rdb changed it's internal name in V7. The 'newly' acquired old dbi
products didn't support that new name. V7 supports it.
thanks
steve
|