ABEND04E Received in DSNARRS while running WebSphere Application Server for z/OS
 Technote (FAQ)
 
Problem
An ABEND04E was received in DSNARRS while running WebSphere Application Server for z/OS.
 
Cause
The DB2 settings were incorrect.
 
Solution
Increase the MAX USERS and MAX BATCH CONNECT settings in the following dataset:

DSN710.SDSNSAMP(DSNTIJUZ)

Parameter CTHREAD is used to increase MAX USERS

Parameter IDBACK is used to increase MAX BATCH CONNECT

example:
DSN6SYSP AUDITST=NO,
BACKODUR=5,
CHKFREQ=50000,
CONDBAT=64,
CTHREAD=700, <--- changed from default(70)
DBPROTCL=DRDA,
DLDFREQ=5,
DSSTIME=5,
EXTRAREQ=100,
EXTRASRV=100,
EXTSEC=NO,
IDBACK=500, <--- changed from default(20)
IDFORE=40,
IDXBPOOL=BP0,
LBACKOUT=AUTO,
 
 
 


Document Information


Product categories: Software > Application Servers > Distributed Application & Web Servers > WebSphere Application Server for z/OS > System Management/Repository
Operating system(s): z/OS
Software version: 4.0.1
Software edition:
Reference #: 1164292
IBM Group: Software Group
Modified date: Mar 26, 2004