Consultor Eletrônico



Kbase 35466: Cannot access the DataServer menus with a DataServer license
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   15/08/2000
Solution ID: P5466

FACT(s) (Environment):

DataServers

SYMPTOM(s):

Cannot create the schema image within the schema holder

Cannot access the DataServer menu under the "Data Administration" window

DataServer menu is grayed out

Only license installed is DataServer

CAUSE:

The DataServer license is a run-time license, for instance Client Networking. This type of license can only run a COMPILE-ONLY version of Progress. In addition, such users will not be able to access the Progress Procedure Editor or Data Administration.

FIX:

Use "-rx" in the database connection parameters to enable the Procedure Editor and Data Administration windows.

The -rx parameter (Encrypted Compiler Mode) should only be used to enable query or run-time Progress clients to compile encrypted source code and access the Data Dictionary to manage schema.

This example shows a single user connection to the database using "-rx".

prowin32 <schema holder name> -1 -rx (GUI client)
pro <schema holder name> -1 -rx (character client)