Skip Headers
Oracle® Fusion Middleware Integration Guide for Oracle Enterprise Repository
11g Release 1(11.1.1)
E15754-01
  Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
 
Next
Next
 

3 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:

3.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 machine. 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.

3.2 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 hostname 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.

3.3 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.

3.4 Security Considerations