EntireX Version 9.7
 —  EntireX z/OS CICS® RPC Server  —

Deployment Service

This document covers the following topics:


Introduction

The deployment service is the (server-side) counterpart to the deployment wizard; see Server Mapping Deployment Wizard. It is a built-in service of the EntireX RPC server, which can be enabled/disabled by EntireX RPC server configuration settings.

Usage can be restricted to certain users or group of users, using EntireX Security; see Authorization of Client and Server.

You need to configure the deployment service only when server-side mapping files are used. There are also client-side server mapping files that do not need configuration here; see Server Mapping Files for COBOL in the EntireX Workbench documentation.

graphics/deploymentService.png

Top of page

Scope

The deployment service is used in conjunction with the

See also Deploying Server-side Mapping Files to the RPC Server.

The deployment service uses the same class and server names as defined for the EntireX RPC server, and DEPLOYMENT as the service name, resulting in class/server/DEPLOYMENT as the broker service. Please note DEPLOYMENT is a service name reserved by Software AG. See broker attribute SERVICE.

Top of page

Enabling the Deployment Service

Start of instruction setTo enable the deployment service

  1. For a CICS RPC Server, the server-side mapping container (VSAM file) must be installed and configured. See Install the Server-side Mapping Container for a CICS RPC Server (Optional) under Installing the EntireX RPC Servers under z/OS.

  2. Set ERXMAIN Macro parameter DPLY=YES. See DPLY under Configuring the RPC Server.

  3. Define in the broker attribute file, under the RPC service, an additional broker service with DEPLOYMENT as the service name and values for class and server identical to those used for the RPC service. For example, if your RPC service is named

    CLASS = RPC    SERVER = SRV1    SERVICE = CALLNAT

    the deployment service requires the following additional service definition in the broker attribute file:

    CLASS = RPC    SERVER = SRV1    SERVICE = DEPLOYMENT
  4. Optional. If you need to restrict the use of the deployment service to a selected group of users, use EntireX Security and define security rules for the class/server/DEPLOYMENT broker service. The service name DEPLOYMENT is a constant.

Top of page

Disabling the Deployment Service

Start of instruction setTo disable the deployment service

Top of page