Chapter 2 Getting Started with the Repository


Setting up the repository server

The repository server hosts the repository database. The repository administrator will set up this server for use by the team.

Steps To create a repository on the server:

  1. Choose a server on which to install the repository. The server must be accessible to all those who will need to work with the repository.
  2. Install or obtain access to a DBMS suitable to store the repository tables. For this step, you have two options:

  3. Create an empty database to host the repository, with an administrator user who has full rights on all the tables. For instructions on performing this step with SQL Anywhere, see the Installation Guide .
  4. On a client machine, with PowerDesigner installed, create a direct repository definition to connect to the new database (see Setting up a client for direct access). Note that you cannot create a repository via the repository proxy.
  5. Connect to the repository using this definition (see Connecting to a Repository). A message box is displayed inviting you to install the repository. This will involve running a SQL script to create the necessary tables. Click Yes to continue.
  6. The read-only Repository Installation Script window opens. Click Execute to run the script and create the repository tables:


    When the repository has been successfully installed, a final message "Repository installation completed" is displayed in the Output window. In the repository Browser, the root of the repository tree now displays the repository name, the repository user and the current branch (MyBase::ADMIN::<Default>), and is ready for use.

Notes:

 


Copyright (C) 2007. Sybase Inc. All rights reserved.