Kbase P137448: Found "User name does not match. Shutdown aborted." in admserv.log
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  4/14/2010 |
|
Status: Verified
SYMPTOM(s):
Found "User name does not match. Shutdown aborted." in admserv.log
AdminService is not shutting down when requested.
AdminService is started via either Windows service or Net Start command
Trying to stop AdminService via a Proadsv command.
FACT(s) (Environment):
Windows Server 2003
OpenEdge 10.1B
OpenEdge 10.1C
OpenEdge 10.2x
CAUSE:
In version 10.1B we have added code to only allow the person who started the AdminServer (or root on UNIX) to shutdown the AdminServer. So, if your AdminServer is started as SYSTEM on Windows only SYSTEM can shut it down.
FIX:
Stop the AdminService via Windows service or Net Stop <ServiceName> command.