The OPS/MVS Event Management and Automation task terminates with the message OPS3146S EMERGENCY PRODUCT SHUTDOWN STARTED - MAXIMUM WTO RATE EXCEEDED. This message indicates that OPS/MVS automatically triggered an emergency shutdown because Write-To-Operator (WTO) rate limits were reached. This safety mechanism protects the z/OS system from resource depletion when a sudden burst of messages or an automation loop generates high message volume.
The MESSAGEMAX threshold is reached due to excessive WTO activity. Common causes include:
OPSUSS server event) firing in a loop.Identify the Cause:
Monitor Thresholds:
MESSAGEHIGHMESSAGEMAX and MESSAGERATE parameters.Tune Parameters:
MESSAGEMAX threshold.TSO OP SET(MESSAGEMAX) VALUE(10000)T = OPSPRM('SET', 'MESSAGEMAX', '10000')Automation Correction: