Consultor Eletrônico



Kbase P7115: 4GL/ABL: Error ' ** adm/objects/broker.p was not found. (293)' running an ADM1 application under 9.E
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   29/01/2010
Status: Verified

SYMPTOM(s):

4GL/ABL: Error ' ** adm/objects/broker.p was not found. (293)' running an ADM1 application under 9.E.

** adm/objects/broker.p was not found. (293)

Only a Client Networking license is installed

Files are missing when running Progress 8.x applications on Progress 9.x

FACT(s) (Environment):

Progress 8.x
Progress 9.x
Windows
OpenEdge Category: Language (4GL/ABL)

CAUSE:

The ADM runtime support code is not installed with a Client Networking license. The reason for this is that the ADM runtime support code is considered to be 'part and parcel of your application'. This means that you are expected to package up the ADM runtime support code and deploy it with your application. It is not possible for Progress to automatically supply this code as the version which we may install will most likely be different from the version that your application requires, also, if multiple ADM applications from different vendors are installed each application will most likely use a different version of the ADM runtime support code.

FIX:

Include the $DLC/gui/adm directory that was used during development as part of your r-code deployment. Create an 'adm' subdirectory underneath your application directory and place the ADM runtime support code in that directory.