Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.
Create a Project in a PostgreSQL Database
To create a project in a repository on PostgreSQL 7, 8 or 9, you work through these stages:
- Stage 1: Create an empty database repository and set up the data tables
- Stage 2: Set up the PostgreSQL ODBC Driver
- Stage 3: Perform a project integrity check on the project file you are using as a base (optional, but recommended)
- Stage 4: Transfer the data
- Stage 5: Connect to the repository to open the project
Prerequisites
- PostgreSQL 7.3.2 or higher has been installed
- psqlODBC, version 7.03.01.00 or higher has been installed (do not use version 8.3.4 or 8.4.1)
Create Database Repository
Step |
Action |
See also |
---|---|---|
1 |
Create the empty database. |
Create a PostgreSQL Repository Registered User's Scripts page Trial User's Scripts Page |
2 |
Load the PostgreSQL_EASchema.sql file from the Sparx Systems website. For this you can work from the PostgreSQL (PSQL) command line, or with a tool such as pgAdminIII or EMS PostgreSQL Manager. |
|
3 |
Run the script to create all required data tables. |
Set Up the ODBC Driver
Step |
Action |
See also |
---|---|---|
1 |
Create a suitable ODBC Data Source to point to your new database. |
Set up a PostgreSQL ODBC Driver |
Perform a Project Integrity Check
Step |
Action |
See also |
---|---|---|
1 |
In Enterprise Architect, open the file-based project or template from which you are creating the project on the repository. |
|
2 |
Select and run 'Project | Data Management | Project Integrity Check'. This ensures your project data is 'clean' before being copied to the repository. |
Project Integrity Check |
Transfer the project data to the repository
Step |
Action |
See also |
---|---|---|
1 |
Open Enterprise Architect. (If the 'Open Project' dialog displays, click on the to open with no project loaded.) |
|
2 |
Select the 'Project | Data Management | Project Transfer' menu option. The 'Project Transfer' dialog displays. |
|
3 |
In the 'Transfer Type' panel, select '.EAP to DBMS'. |
|
4 |
In the 'Source Project' field, type the name of the project file to copy to the repository. If the .EAP file has Replication enabled, this must be removed before performing the transfer. |
Remove Replication |
5 |
At the right of the 'Target Project' field, click on the The 'Datalink Properties' dialog displays. |
|
6 |
Select 'Microsoft OLE DB Provider for ODBC Drivers' from the list. Click on the . |
|
7 |
On the 'Use Data Source Name' field, click on the drop-down arrow and select the ODBC Data Source you configured to point to your new database. Click on the . The 'Project Transfer' dialog redisplays. |
Set up a PostgreSQL ODBC Driver |
8 |
If required, select the 'Logfile' checkbox and type a path and filename for the data transfer log file. |
|
9 |
Click on the to begin the data transfer process. |
|
10 |
When the process is complete, you have created a project on a PostgreSQL database and can now connect to it and open it from Enterprise Architect. |
Connect to a PostgreSQL Data Repository |
Notes
- During the transfer, if an error message displays reporting '...nonstandard use of \\ in a string literal...', set the server variable in the postgresql.conf file to: escape_string_warning = off
Learn more