Consultor Eletrônico



Kbase P153079: 4GL/ABL: AppBuilder session starts very slowly on Windows 2008 Terminal Service environment
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   9/22/2009
Status: Unverified

SYMPTOM(s):

4GL/ABL: AppBuilder session starts very slowly on Windows 2008 Terminal Service environment

AppBuilder session starts normally on standalone PC environment

The starting of the AppBuilder session references a .pf file as well as a custom .ini file

FACT(s) (Environment):

The AppBuilder session starts normally when started from a proenv session command line without the use of the custom .ini file
Windows Server 2008
OpenEdge 10.1C

CAUSE:

The AppBuilder session is using a custom .ini file that has many references to mapped networked drives (UNC paths). This causes delay in loading the various settings from the drive as well as in the search of needed components on startup.

FIX:

Start the session from the proenv session or load the .ini before starting the AppBuilder session. Alternatively, restructure the custom .ini in the following ways:
1. Put the local drive paths before the UNC paths. This will expedite the Progress searching process files that are on he local drive on startup and avoid having to search the UNC paths for non existing files.
2. Remove any UNC paths that are not necessary to the development environment.