Skip Headers
Oracle® Fusion Middleware Integration Guide for Oracle Enterprise Repository
11g Release 1 (11.1.1.4.0)

Part Number E15754-05
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

4 Serena ChangeMan Integration

This chapter describes how to integrate Serena PVCS Dimensions with Oracle Enterprise Repository, which enables the use of a webdav-enabled PVCS repository within Oracle Enterprise Repository.

This chapter contains the following sections:

4.1 Adding Serena Changeman Plug-ins

To add Serena Changeman Plug-ins:

  1. Navigate to this Oracle_HOME\repositoryXXX\core\tools\solutions directory on your computer. A list of all the solution packs for Oracle Enterprise Repository is displayed.

  2. Unzip the OER30-RC-Enhanced-SCM-Integrations.zip file to a temporary directory.

  3. Using an SQL tool appropriate for your database, run the SQL script located in the temporary directory to add Serena Changeman to your Oracle Enterprise Repository database.

4.2 Configuring an Artifact Store

This procedure is performed in the Oracle Enterprise Repository Asset Editor.

  1. Select Configure Artifact Stores from the Actions menu.

  2. Click Add to open the Create a new Artifact Store dialog.

  3. Create a new SCM repository using the following parameters:

    • Hostname: <app server name with port> where Harvest-HTTP Artifact Store Integration was installed.

    • Path: harvest_rep/retrieve/<harvest_broker_name>

    • Leave Username and Password blank.

  4. Click OK.

4.3 Configuring a PVCS Artifact Store

To configure a PVCS artifact store:

  1. Login to Oracle Enterprise Repository as a user. (Requires assignment to a role that includes the Edit Artifact Stores permission.)

  2. Click the Edit/Manage Assets link in the sidebar on the Assets screen. The Asset Editor launches.

  3. Select Configure Artifact Stores in the Actions menu. The Configure Artifact Stores dialog is displayed.

  4. Click the Add button. The Create a new Artifact Store dialog is displayed.

  5. Enter a descriptive name for the repository.

  6. In the Type list, select the PVCS repository type for this repository definition.

  7. Enter a host name and path for the server.

  8. If necessary, enter a username and password.

    Note:

    • This is an option; entering a username and password allows automatic login. To add a database password, add the "+" character and the database password. An example PVCS URL used to reach a specific file in PVCS through webdav resembles the following: http://repositoryName+databaseName:password@host.server.com:port/webdavPath/additionalPathStructure/filename

    • If a username and/or a password is used to access this repository, check the option to Proxy Download Requests.

  9. When finished, click Save.

4.4 Add a File to an Asset Using a PVCS Repository

To add a file to an asset using a PVCS repository:

  1. Launch the Asset Editor.

  2. Select the appropriate asset.

  3. Navigate to the File Information section on the asset's Overview tab.

  4. Click Add.

  5. In the dialog, enter a name and description, if necessary.

  6. Click Edit. The Edit URL dialog is displayed.

  7. Select the Repository File option.

  8. From the Host drop-down list, select PVCS Repository.

  9. In the File Name box, enter the file name or browse to the file in the PVCS repository and select it.

  10. Select View to test the URL.

4.5 Security Considerations