Progress OpenEdge Repository

Note:

This feature is available in the Corporate, Business and Software Engineering, System Engineering and Ultimate editions.

In order to use an OpenEdge data repository, you must connect to it in Enterprise Architect first; follow the steps below:

  1. In the Open Project dialog, select the Connect to Server checkbox.
  2. Click on the [ ... ] (Browse) button, as you normally would to browse for a project. As you have selected Connect to Server, the Data Link Properties dialog displays instead of the Browse Directories dialog.
     
    DataLink-MySQL
     
  3. Select Microsoft OLE DB Provider for ODBC Drivers from the list.
  4. Click on the Next button. The Connection tab displays.
     
    DataLink-OpenEdge-Connection
     
  5. In the Use data source name field, click on the drop-down arrow and select the ODBC driver you have set up to connect to your OpenEdge repository. In the setup example the driver title is openedge_ea.
  6. Enter the User name and Password.
  7. Enter the initial catalog.
  8. Click on the All tab, and double-click on Extended Properties.
  9. In the Property Value field, edit the value to: DefaultSchema=PUB.
     
    DataLink-OpenEdge-Connection-All
     
  10. Click on the Connection tab again, and click on the Test Connection button to confirm that the details are correct.
  11. If the test succeeds, click on the OK button. If the test does not succeed, revise your settings.
  12. After you have clicked on the OK button, the Logon to Progress dialog displays.
     
    ConnectionName-OpenEdge
     
  13. Check the details, and click on the OK button. The Connection Name & Type dialog displays.
     
    ConnectionName-OpenEdge-2
     
  14. Give the connection a suitable name so you can recognize it in the Recent Projects panel on the Open Project dialog.
  15. If required, select the Encrypt Connection String checkbox. This encrypts and hides the connection details of the database from the users that the connection string is given to.
  16. If required, select the Lazy Load checkbox to not load the full project view when the model is loaded. Instead, only the parts that are necessary to display the visible portion of the tree are loaded. This means that a model loads faster and users can begin work sooner, but at the expense of later small delays as Enterprise Architect loads specific portions of the model.
  17. If required, select the Use WAN Optimization checkbox. (To improve performance over a Wide Area Network, remote database calls can be routed through a WAN Optimizer that compresses the data returned from the repository, reducing transfer time.)
     
    If you select this checkbox, complete the next three fields (see your administrator for the correct values). Otherwise go to step 21.
  18. In the Server field, type the network name or address of the optimizer server.
  19. In the Port field, type the port on which the server is running on the remote machine.
  20. In the DSN field, type the data source name of the database as it appears on the remote machine.
  21. Click on the OK button to complete the configuration.