Implemented in:

13.2

Record Layout

Key

Name

Description

SQL Type

Comment

1

XSVNAM

Server Nasme

CHAR(20)

This is a valid communications name. For example, it is a valid Partner LU Name in LROUTE.DAT


XSVTYP

Server Type

CHAR(1)

I for Integrated Servers
D for Deployed Servers

M for Master Server

NB. Multiple records of type D may exist but only one of type I or M can be defined. (i.e. there can only be one Master or Integrated Server per configuration)


XSVDES

Server Description

VARCHAR(40)



XSVMTH

Communications Method

CHAR(1)

Same values as X_RUN CMTH parameter (Default C)


XSVDLL

Communications DLL

VARCHAR(30)

(Default LCOMGR32.DLL)


XSVENV

Build Environment Name

CHAR(5)

A valid ENVTYP entry in X_BLDENV.DAT


XSVAPN

Allowable partitions

CHAR(150)

50 x3

*AP – in first entry will allow all partitions


XSVLCL

Created Locally

CHAR(1)

The maintenance form will be set to Y when adding. Definitions retrieved from the Master Server will be set to N on the target when applied.


XSVSP1

Spare Field

VARCHAR(100)


  • No labels