Our IT department scripts updates to the Windows server that our EasyMorph server instance runs on - including a reboot and they are not shutting down the EasyMorph server before initiating the reboot. As all of these updates are scripted, they can add a command to shut down the server. I wanted to get the proper command from support directly to ensure it is done properly so we don't get "Unexpected Shutdown" errors.
Hi @rdf_uniti amd welcome to the Community!
EasyMorph Server is a Windows service named "EasyMorphServer". You can start and stop it from the command line using the standard Windows commands for starting/stopping services:
net start EasyMorphServer
net stop EasyMorphServer
1 Like