I am getting CEMALERT error "CEM0266E CEM Policy MAPINIT Failed, RC = 00000038" with a Splunk Policy statement, how do I address this error?
The CEMALERT proc contains CEEOPTS DD which points to the CEMECEEO parmlib member in **.CUSTOM.PARMLIB(CEMECEEO). Parmlib member CEMECEEO can be updated with settings to address the CEM0266E error. Add the following lines to parmlib member CEMECEEO:
ANYHEAP(1500000,8192,ANYWHERE,FREE)
HEAP(500000,16384,ANYWHERE,FREE,8192,4096)
HEAPPOOLS(ON,32,71,128,3,256,3,1024,3,2048,10,65536,10)
STACK(20000,5000,ANYWHERE,FREE,524288,131072)
THREADHEAP(4096,4096,ANYWHERE,FREE)
THREADSTACK(OFF,4096,4096,ANYWHERE,FREE,131072,131072)
Stop and re-start the CEMALERT task with the SPLUNK policy.