Skip Headers
Oracle® Life Sciences Data Hub Adapter Toolkit Guide
Release 2.2

Part Number E18734-03
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

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

7 Setting Up an Adapter

This section contains the following topics:

In order to use and test your adapter by creating and running an object of the relevant type, you must do these tasks in your local Oracle LSH installation. If you are developing an adapter for use in other companies, provide information about these tasks to the other companies.

Defining a Service Location, Service, and Service Instance

Do the following tasks in the Oracle LSH user interface. Instructions are in the Oracle LSH System Administrator's Guide.

Defining Remote Locations and Connections

For Oracle-based systems, define at least one Remote Location and Connection; see the chapter on registering remote locations and connections in the Oracle LSH System Administrator's Guide.

Assigning User Groups to the Adapter Area

Assign one or more user groups to your Adapter Area. Users in user groups assigned to the Adapter Area can see and select the new adapter type when they create a new Load Set, Data Mart, Program, or Business Area. If you have not already created user groups, see the Oracle LSH System Administrator's Guide for more information.

Note:

The users in user groups assigned to Adapter Areas should have roles that include ONLY View privileges. Giving users Modify privileges on the objects in the Adapter Area could result in the Adapter's becoming invalid and no longer working.

For example, if a user modifies a predefined Parameter in a Load Set or Data Mart, the system automatically creates a new version of the Parameter definition in the Adapter Area, creating a new version of the Adapter Area itself, and the adapter becomes invalid.

You can assign user groups to Adapters in the user interface or by running an API.

User Interface Method User interface instructions are included in the chapter on setting up adapters in the Oracle LSH System Administrator's Guide.

API Method Run the API CDR_PUB_SECURITY_PKG.ASSIGNUSRGRPTOOBJ. See "API Method".

Installing and Starting the Distributed Processing Server

For adapters that use the Distributed Processing (DP) Server during execution (those that run on the operating system rather than PL/SQL), install and start the Distributed Processing (DP) Server on the computer where the external system is installed.

Instructions for installing the DP Server are in the Oracle LSH Installation Guide; instructions for starting the DP Server are in the Oracle LSH System Administrator's Guide.

Edit cdrconfig.xml

The cdrconfig.xml shipped in the Oracle LSH client plug-in, cdrclient.exe, includes a section for each adapter. You must add a section to this file for your adapter that includes the path to the installed external system; see "Planning Integrated Development Environment Adapters".

At each installation, each Definer must copy this file to his or her computer, edited to include the actual path to the system.

If you are developing an adapter for use by other companies, provide instructions for editing the file.

See the Oracle LSH Installation Guide Section 7.15.2.1 "Install the Client Plug-In" for further information.