_CEE_RUNOPTS values not being picked up in the slapd.env file.SVC ABEND S878 IN TSSRSVCS+E63C
search cancel

_CEE_RUNOPTS values not being picked up in the slapd.env file.SVC ABEND S878 IN TSSRSVCS+E63C

book

Article ID: 15368

calendar_today

Updated On:

Products

Top Secret Compliance Event Manager LDAP SERVER FOR Z/OS

Issue/Introduction

How to resolve _CEE_RUNOPTS values not getting picked up in the slapd.env file.

Various errors could be seen depending on the product:
ETLDP60I CA LDAP Server: _CEE_RUNOPTS possibly bad because it may be  on multiple lines in the slapd env file.
SVC ABEND S878 IN TSSRSVCS+E63C
Started task ends with RC 256

Changes to the _CEE_RUNOPTS in the slapd.env file are not going into effect.

Below are the following parameters that are coded in the slapd.env file:

# These are the LE runtime options and should not need to be changed
_CEE_RUNOPTS=all31(on),heappools(on,40,20,80,20,1024,20,2048,20),
stack(16K,16K,ANY,FREE,52K,160K),threadstack(on,32k,32k,anywhere,free),
heap(1m,128k,anywhere,free,8k,4k),anyheap(5m,128k,anywhere,free),
belowheap(32k,1k,free),rptopts(on),rptstg(on),termthdact(uaimm),
trap(on,nospie),dyndump(*userid,dynamic,tdump),trace(on,,nodump)

Resolution

All of _CEE_RUNOPTS should be on one line instead of multiple lines.

example:

_CEE_RUNOPTS=all31(on),heappools(on,40,20,80,20,1024,20,2048,20),stack(16K,16K,ANY,FREE,52K,160K),threadstack(on,32k,32k,anywhere,free),heap(1m,128k,anywhere,free,8k,4k),anyheap(5m,128k,anywhere,free),belowheap(32k,1k,free),rptopts(on),rptstg(on),termthdact(uaimm),trap(on,nospie),dyndump(*userid,dynamic,tdump),trace(on,,nodump)