The application Tomcat is getting abend S722 because of records getting full. I have changed the log level to info still crossing limits and getting abended. Is there anything more I can do to prevent that?
Tomcat task used for MTC-A is abending with code S722 -OUTLIM (output limit) exceeded
Release : 14.0
With debug enabled thousands of messages can be generated by the process that scans for OPS/MVS rules and SSM resources.
Change debug flag from "true" to "false" in the conf.yaml file located in the directory <MTCADEPLOY>/mtca/conf
server:
mtcaInstallationDirectory: &installDir <MTCADEPLOY>/mtca
debug: false