Kbase P88429: Loading a .df file gives error 44
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/17/2004 |
|
Status: Unverified
SYMPTOM(s):
Loading a .df file gives an error
Using a database license
** Database has the wrong version number. (db: 23300, pro: 23131). (44)
CAUSE:
Loading a .df file is not possible by standard methods with a run time license, such as a database license.
FIX:
Start the client session with the -rx parameter to access the Data
Dictionary or Administration menus to administer database schema and
security.
The Data Dictionary and Administration functions and files are
available on ALL Progress client and database products. However, if
you have purchased a "run-time-only" client or just a database product
you may think you cannot access these functionalities.
To access the Data Dictionary and Administration functions you must
start your session with the -rx parameter. Using the -rx parameter
will allow you to get to the editor. You can then move to the tool
bar and gain access to the Data Dictionary and Data Administration
functions. (Or you can use -rx -p _dict.p to gain access directly
to the dictionary) This will allow you to manage your database schema
and security as well as dump and load data definition files(.df). The
-rx parameter also allows you to compile encrypted
code.
Examples
--------
_progres -rx (for UNIX)
prowin32.exe -rx -p _dict.p (for Windows)
There are limitations to this access though. You cannot load or dump
data through the Administration. There are several ways to get data
into your database though.
1) you can use precompiled 4GL code to load data (supplied by an AP).
2) you can use the bulkload and index rebuild utility.
3) you can use a progress client with compile capabilities (4GL or
ProVision).