Saturday, July 24, 2010

Batch Script for Fixing Cisco LMS

Recently after a bunch of Windows Updates, Cisco LMS Web UI stopped working and soon after logging in you'd receive various error messages. This has to do in part with numerous Apache permission issues, and casuser account losing permissions to various things.

This batch fixes some basic Apache permissions. Save this as .cmd and be sure your file paths are correct. Please note that this script will reboot your machine once finished running (forced shutdown).


pdreg -u Apache
pdreg -r Apache -e "\MDC\Apache\bin\Apache.exe" -f "-d \MDC\Apache -D SSL" -d Tomcat
shutdown -r -f

** - in lieu of having shutdown restart commands you can also restart the Cisco Web Server service and the Daemon Service. (net stop and net start)

No comments:

Post a Comment

Generating "Always On Top" NSWindow in macOS across all detected displays

Also: Using UIKit & Cocoa Frameworks using Objective-C In m acOS or OS X , written in either Objective-C or Swift  Langues, you m...