IBM Support

xVy2700E Error 06-001 (No space in return area)

Troubleshooting


Problem

The WOLA return area for zcEE is too small for the data being returned for the RESTful service.

Symptom

xVy2700E Error 06-001 (No space in return area)

Resolving The Problem

zcEE has the following IN00 Parm settings that can be increased to try and handle the larger data being returned:
Please add this to the IN00 Parm file:
 
if     DoThis then do                                                  
/* --------------------------------------------------------------------
   ZCONNECTPMAXPTM parameter sets the max number of seconds a request
   is allowed to process for.
----+----1----+----2----+----3----+----4----+----5----+----6----+----*/
/* 0-600 (default: 10) 0=No Limit                                    */
  "MODIFY PARM NAME(ZCONNECTPMAXPTM)       VALUE(600)"

/* --------------------------------------------------------------------
   ZCONNECTPMAXRECS parameter sets the max number of records a request
   is allowed to return.
----+----1----+----2----+----3----+----4----+----5----+----6----+----*/
/* 0-10000 (default: 1000) 0=No Limit                                */
  "MODIFY PARM NAME(ZCONNECTPMAXRECS)      VALUE(10000)"

/* --------------------------------------------------------------------
   ZCONNECTPMAXRLEN parameter sets the max reply length a request is
   allowed to return.     1024X1024 = 1048576
----+----1----+----2----+----3----+----4----+----5----+----6----+----*/
/* 100-50000000 (default: 100000)                                    */
  "MODIFY PARM NAME(ZCONNECTPMAXRLEN)      VALUE(50000000)"

 end    
                                                               
                

Document Location

Worldwide

[{"Line of Business":{"code":"LOB10","label":"Data and AI"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SS4NKG","label":"IBM Data Virtualization Manager for z\/OS"},"ARM Category":[{"code":"","label":""}],"Platform":[{"code":"PF035","label":"z\/OS"}],"Version":"All Versions"}]

Document Information

Modified date:
23 September 2020

UID

ibm16333081