|
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,
|
|
|
|
|
|
|