Consultor Eletrônico



Kbase 16381: Rdb database error code -32292 (0x013881dc) (1860)
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/05/1998
Rdb database error code -32292 (0x013881dc) (1860)


This error could occur while you are trying to connect to a Rdb
database or trying to create a schema holder for a Rdb database:
Rdb database error code -32292 (0x013881dc) (1860).

See kbase 16380 - What Rdb database error code 0x013881dc mean?
to decode what this error means. Once you have an idea what it means;
in this case the Rdb database internal structure is not at the same
level as your Rdb you can follows the steps outlined in:

kbase 16379 How to find out which version of Rdb database you are
using? Example:
$ mcr rdo
RDO> data file rdbdemo
%RDB-F-WRONG_ODS, the on-disk structure of database filename is not
suppported by version of facility being used
-RDMS-F-ROOTMAJVER, database format 41.0 is not compatible with
software version 51.0
%RDO-F-BACKCONV, please backup your database and use the RMU/CONVERT
command
RDO> exit

To convert your Rdb database internal structure so that it is at the
same level as your Rdb software:
$ rmu/convert rdbdemo.rdb
%RMU-I-RMUTXT_000, Executing RMU for DEC Rdb V5.1-04
%RMU-F-NOPRIVERR, no privileges for attempted operation

You must have the appropriate privileges to do that!

You will find more information about the conversion of Rdb databases
in:

SYS$COMMON:[SYSHLP]DECRDB051.RELEASE_NOTES;1
SYS$COMMON:[SYSHLP]DECRDB060A.RELEASE_NOTES;1
SYS$COMMON:[SYSHLP]DECRDB061.RELEASE_NOTES;1

Progress Software Technical Support Note # 16381