Adding a File to an Asset Using the ClearQuest Artifact Store

2-12 Oracle Fusion Middleware Integration Guide for Oracle Enterprise Repository

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 Artifact Store File option.

8. From the Store list, select ClearQuest Repository.

9. Click the Browse button next to the File Name box to edit a ClearQuest shortcut.

10. Click the button to Launch ClearQuest Web interface and create a shortcut to a ClearQuest resource. 11. In the ClearQuest Web interface use the Operation - Create a Shortcut link to run the wizard to generate a shortcut in ClearQuest. 12. Copy and paste everything following the question mark ? in the resulting shortcut to the Launch ClearQuest Web shortcut screen.

13. Click OK to populate the File Name with the shortcut portion.

14. Click View to test the URL.

■ This should open the ClearQuest interface to the resource to which the shortcut was assigned. 3 Harvest-HTTP Repository Host Integration 3-1 3 Harvest-HTTP Repository Host Integration This chapter describes how to set up a Harvest-HTTP repository and integrate it with Oracle Enterprise Repository. This chapter contains the following sections: ■ Section 3.1, Overview ■ Section 3.2, Installation ■ Section 3.3, Configure an Artifact Store ■ Section 3.4, Add the Harvest Artifact Store to an Asset

3.1 Overview

The Harvest-HTTP Repository Integration is a single servlet Web application that allows the addition of files residing in a Harvest Repository to assets within Oracle Enterprise Repository. The application handles the physical retrieval of a file within a Harvest Repository based on an URL. The servlet name is retrieve.

3.2 Installation

1. Deploy the Harvest-HTTP Repository Host Integration on the application server. 2. Modify and edit the app_serverharvest_ repWEB-INFclassesharvest.properties file. ■ enterprise.repositories.harvest.hco.path – Local path to the Harvest hco.exe file for example, \C:\\Program Files\\CA\\AllFusion Harvest Change Manager\\hco.exe ■ enterprise.repositories.harvest.tmp.path – Local path to where files are temporarily stored. ■ enterprise.repositories.harvest.use-single-sign-on =false Leave the rest of the properties as they are by default. 3. Save changes and close. 4. Restart application server. Note: UnixLinux paths use forward slashes and Windows paths use double backslashes \\.