View Single Post
  #2  
Old 02-09-2023, 07:41 AM
Wolfgang's Avatar
Wolfgang Wolfgang is offline
Registered User
 
Join Date: Nov 2002
Location: ... near Sindelfingen near Stuttgart, Germany
Posts: 754
Arrow Re: ME10F.exe doesn't terminate

Quote:
Originally Posted by ludw View Post
Did somebody experience such a behavior:
On a VMware Windows Server 2019, used as a Job Server, ME10 doesn't terminate.... typed EXIT CONFIRM.
I never heard / read about that behaviour (at least my old brain does not remember :-D )

have you done a ME10 trace ?
Code:
trace del_old 'c:/temp/jobserver_me10.log'
{ what you normally do here ... }
exit confirm
{ trace off }
DISPLAY_NO_WAIT "upsss ME10 should not run any more 001"
DISPLAY_NO_WAIT "upsss ME10 should not run any more 002"
DISPLAY_NO_WAIT "try the hard way... "
RUN "TASKKILL /F /IM me10f.exe /T
DISPLAY_NO_WAIT "upsss ME10 should not run any more 101"
DISPLAY_NO_WAIT "upsss ME10 should not run any more 102"
trace off
Normally the trace off's should not be executed at all .. but . something strange is going on on your VM!

And yes, killing the process by executing the kill command itself is rather tricky.. but may be a workarround.
Reply With Quote