How to Disable CM Mass Process When Full Client is Inaccessible
After an upgrade, the Content Manager (CM) full client fails to load. Apache service is using a lot of memory. Attempting to restart the Apache service fails to fix the issue, as the service is consuming a large amount of CPU.
Tyler Content Manager
Content Manager
CM
TCM
SaaS
On-Premises
After a version upgrade, CM can automatically queue up certain Mass Process jobs. As a result, this can cause CM to consume system resources - potentially rendering the application unusable for hours.
Log in, and connect, to the SSMS instance on the database server that holds the CM database
Expand the CM database > Tables
Scroll down and right click on the MassProcessStartAndRunTime table
Select Edit Top 200 Rows
Find the row for the Mass Process that needs to be stopped based on the ProcessID column and value within the DayOfWeekInt column (e.g., Sunday = 1, Monday = 2, etc.)
Set the RunHours and RunMinutes values to 0 for the row
Press Enter to commit the changes
Restart the Apache Tomcat service
See Restarting Apache Tomcat Services for additional information on rebooting a site's service(s).Â
SaaS Clients: Reach out to EERP TSM SaaS for assistance.
Â