Continuous console messages appear after a system IPL or during heavy MSF traffic:
OPS3540I APPC SEND DATA FUNCTION FAILED FOR [sysid] - RC=0014OPS3540I APPC FLUSH DATA FUNCTION FAILED FOR [sysid] - RC=0014OPS3541H APPC ALLOCATE FUNCTION FAILED FOR [sysid] - RPL6RC = X'00580000'The VTAM DSESLIM (Defined Session Limit) parameter in the OPS/MVS APPL definition is set to a value less than 3. A limit of 2 can cause sessions to hang or go out of sync when parallel processing is required.
Update the VTAM configuration and recycle the MSF sessions using the following steps:
APPL definition for the OPS/MVS MSF LU and set DSESSLIM=3netname APPL APPC=YES,
AUTH=ACQ,
AUTOSES=1,
DSESLIM=3, <===== here
DMINWNL=1,
DMINWNR=1,
MAXPVT=512K,
MODETAB=modetab,
PARSESS=YES,
PRTCT=vtampswd
APPL definition active in VTAM.See the section of the applicable release manual titled "Configure the Multi-System Facility (MSF)"
This is applicable to releases 12.3 and subsequent