Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Adapting generation of the UTM application

On the UTM application side, access to the program KDCWADMI and the UPIC connection from WinAdmin or WebAdmin must be generated.

Enabling access to the program interface

In order to enable access to the program interface, the program KDCWADMI and the TAC KDCWADMI must be generated. The following KDCDEF statements are required for this:


PROGRAM KDCWADMI, COMP=ILCS

BS2000 systems


PROGRAM KDCWADMI, COMP=C

Unix, Linux and Windows systems

and

TAC KDCWADMI, PROGRAM=KDCWADMI, CALL=BOTH,
    ADMIN=Y


The program unit KDCWADMI is supplied with openUTM and can be linked to the application or be dynamically loaded by the application.

openFT must be installed and configured if you want to use WinAdmin or WebAdmin to start UTM applications or use WinAdmin to initiate KDCDEF/KDCUPD runs. WinAdmin can send or retrieve data via FTP. 

Making WinAdmin and WebAdmin known as a UPIC client

In addition, WinAdmin or WebAdmin must be generated as a UPIC client in all the openUTM applications to be administered using WinAdmin or WebAdmin. The following KDCDEF statements serve as an example (PTERM/LTERM):


BCAMAPPL bcamappl_name,
        T-PROT=RFC1006

BS2000 systems


BCAMAPPL bcamappl_name,
        T-PROT=RFC1006,
        LISTENER-PORT= port

Unix, Linux and Windows systems
Note: Although LISTENER-PORT is not a 
mandatory parameter, it is required in practice.

and

PTERM pterm-name ,
      LTERM=
lterm-name, 
      BCAMAPPL= bcamappl-name,
      PRONAM= processor-name,
      PTYPE=UPIC-R

LTERM lterm-name

MAX PRIVILEGED-LTERM= lterm-name        

USER wadmin, PASS=C'XYZ',
     PERMIT=ADMIN, 
     RESTART=NO


or

TPOOL LTERM= upiclt,
      NUMBER=10, 
      PRONAM=*ANY, 
      PTYPE=UPIC-R, 
      BCAMAPPL= bcamappl-name

However, in this case it is then not
possible to set up this connection
as a
privileged LTERM.

The names pterm-namelterm-namebcamappl-name, upiclt, and wadmin are freely selectable in accordance with the naming conventions.
pterm-name is the name you give to the WinAdmin or WebAdmin client. bcamappl-name is the name you give to the application for client/server communication. upiclt is the prefix for the name of the LTERM partner, wadmin is an administration-authorized user ID for the application, and XYZ is the password for the wadmin user ID.

The assignment of a password is not mandatory, but a password should nevertheless always be used to maintain the security of the application. 

You need the application name assigned here, the user ID and possibly the password in order to configure WinAdmin or WebAdmin.