Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.
Progress OpenEdge Repository
This topic describes how to create a Progress OpenEdge repository.
Notes: |
|
Sparx Systems provides SQL scripts to create the required Enterprise Architect repository tables, on the Sparx Systems website. You can execute the scripts in any way you prefer.
Create the Repository
To create the OpenEdge repository, follow the steps below:
- Run proenv from the OpenEdge menu; select Start | Programs | OpenEdge | proenv.
- Create the database: prodb <database_name> empty.
- Start the database server: proserve <database_name> -S <port_number>
- Open Data Administration to add a user:
prowin32 -db <database_name> -S <port_number> -p _admin -rx
- Select Admin | Security | Edit User List.
- Close Data Administration.
- Open the SQL Explorer Tool, connecting as 'sysprogress'.
- Add a user:
create user 'user','password';
commit;
- Grant privileges:
grant dba, resource to <user>;
commit;
OpenEdge repositories are created without any data, so you must perform a project data transfer in Enterprise Architect to copy a suitable starter project. If you are starting from scratch, EABase.EAP is a good starting point. If you are using an existing .EAP model, you can upsize it.
The material ("material" includes all pages, documents and on-line graphics) on this web site is protected by copyright law. (C) 1998-2010 Sparx Systems Pty Ltd.