Received TCP/IP error message ESP2215E
search cancel

Received TCP/IP error message ESP2215E

book

Article ID: 54486

calendar_today

Updated On:

Products

ESP Workload Automation

Issue/Introduction

How to fix error message listed below: 

ESP2215E InitApi MaxSoc=50, Process initialization error, Task=007200

Cause

Usually means the SAF user ID associated with the ESP master STC does not have a proper OMVS segment defined to it. 

Resolution

Assuming your security system is RACF and ESP's SAF user ID is ESPIDX. Have your Security Admin issue the RACF TSO command
     LISTUSER ESPIDX OMVS

If there is no OMVS segment, then a RACF TSO command such as the following would be required
      ALTUSER ESPIDX OMVS(AUTOUID HOME(/) PROGRAM(/bin/sh))

Note: Only a security administrator can issues these commands