Consultor Eletrônico



Kbase P168931: Where is the config information that is used for connecting to servers in AutoEdge?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   6/29/2010
Status: Unverified

GOAL:

Where is the config information that is used for connecting to servers in AutoEdge?

GOAL:

How to modify AppServer connection properties for AutoEdge

FACT(s) (Environment):

Windows
OpenEdge 10.2x

FIX:

In the AutoEdge installation folders you will find a autoedge-gui.ini file in the autoedge-local\dealer\cfg folder. At the end of the file are the connection strings used by each of the gui clients to connect to them. If you wish to change the port, host or appservice name that is used you must also make changes here for the clients to connect to them.

These look something like the following:

[AutoEdgeHQ]
AppServer=-URL AppServer://localhost:5162/asAutoEdgeHQ -sessionModel Session-free
[AutoEdgeDealer01]
AppServer=-URL AppServer://localhost:5162/asAutoEdgeDlr01 -sessionModel Session-free
[AutoEdgeDealer02]
AppServer=-URL AppServer://localhost:5162/asAutoEdgeDlr02 -sessionModel Session-free

To make similar changes for the WinForms client, open autoedge\dealer\src\winform\Release\Progress.AutoEdge.Console.exe.xml and change the ConnectionString near the top:

e.g.
<appSettings>
<add key="ConnectionString" value="AppServer://localhost/asAutoEdgeHQ" />