Version 8.2 SP2
 —  EntireX Adapter Installation and User's Guide  —

Package Management

This document describes how to set up and manage your EntireX Adapter packages, set up access control lists (ACLs). It covers the following topics:


EntireX Adapter Package Management

The EntireX Adapter is provided as a package called WmEntireX. This section covers the following topics:

Package Dependency Requirements and Guidelines

This section contains a list of dependency requirements and guidelines for user-defined packages. For instructions on setting package dependencies, see the Developer User's Guide.

Enabling and Disabling Packages

All packages are automatically enabled by default. To temporarily prohibit access to the elements in a package, disable the package. When you disable a package, the server unloads all of its elements from memory. Disabling a package prevents the Integration Server from loading that package at startup.

Start of instruction setTo enable a package

  1. Open the Integration Server Administrator if it is not already open.

  2. In the Packages menu of the navigation area, click Management.

  3. Click No in the Enabled column.

    As a result, the server displays a tick and "Yes" in the Enabled column.

Note:
Enabling an adapter package will not cause its associated user-defined package(s) to be reloaded. For information on reloading packages, see the Developer User's Guide.

Important:
Before you manually enable a user-defined package, you first have to enable its associated adapter package (WmEntireX). Similarly, if your adapter has multiple user-defined packages, and you want to disable some of them, disable the adapter package first. Otherwise, errors will be issued when you try to access the remaining enabled user-defined packages.

Start of instruction setTo disable a package

  1. Open the Integration Server Administrator if it is not already open.

  2. In the Packages menu of the navigation area, click Management.

  3. Click Yes in the Enabled column for the package that you want to disable. The server issues a prompt to verify that you want to disable the package. Click OK to enable the package. When the package is disabled, the server displays "No" in the Enabled column.

A disabled package will:

Importing and Exporting Packages

To import and export packages, use the Developer. You can export the package to a ZIP file and save it to your hard drive. The ZIP file can then be imported for use by another Integration Server.

Important:
Do not rename packages you export. The rename function is comparable to moving a package: when you import the renamed package, you lose any triggers, connections, and notifications associated with this package. For details on importing and exporting packages, see the Developer User's Guide.

Top of page

Group Access Control

To control which development group has access to which adapter services, use access control lists (ACLs). You can use ACLs to prevent one development group from inadvertently updating the work of another group, or to allow or deny access to services that are restricted to one group but not to others. For general information on assigning and managing ACLs, see the Developer User's Guide.

Top of page