Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
stylecircle

Excerpt

The Business Entity Designer, Business Entity Tester and Business Entity Browser are started as regular Progress OpenEdge GUI Client programs.


All three programs require a similar set of startup parameters for the prowin32.exe executable:

Standard startup parameters

As all Progress OpenEdge client startup parameters those parameters may be directly appended to the prowin32.exe shortcut or be stored in a parameter file (.pf file).

ParameterDescription
-basekey ini –ininame ini\progress.ini

The path to the progress.ini file. The progress.ini file defines the propath for the session. The propath needs to reference the Business Entity Designer installation directory.

-assemblies AssembliesPath to the Assemblies directory of the Business Entity Designer installation directory
-rereadnolockBest default for all tools and AppServers, ensure that all records read are current and not cached
-inp 16000

Best default for compiling large statements (DEFINE TEMP-TABLE)

-tok 4000Best default for compiling large statements (DEFINE TEMP-TABLE)
-D 500Best default for Progress OO Systems
-s 200Best default for Progress OO Systems
-mmax 65534Good value for complex OpenEdge GUI applications

-IOEverywhere 1

Required on OpenEdge 10.2B03 +, default on OpenEdge 11

-p Consultingwerk\BusinessEntityDesigner\UI\start.pStartup Procedure for the Business Entity Designer
-p Consultingwerk\SmartComponents\Tools
\OERABusinessEntityTester\start.p
Alternative: Startup Procedure for the Business Entity Tester

-p Consultingwerk\SmartComponents\Tools
\BusinessEntityBrowser\start.p

Alternative: Startup Procedure for the Business Entity Browser

For further details about OpenEdge startup parameters, please refer to the Progress OpenEdge documentation provided by Progress Software.

Customer specific startup parameters 

Further startup parameters are required to connect to the development databases which are needed as the source for the schema of designed Business Entities.

Typical database connection parameters include

-db

-H

-S

Please contact your system or database administrator for details about connecting to the databases.

Choosing a working directory for the shortcuts 

It is recommended that you choose a common base directory to the directory where the source code and the r-code of the generated business entities will be stored (see later in the section about the preferences for the Business Entity Designer).