From windows event view: Event ID: 7002 User: SYSTEM Computer: <computerName> Description: User Logoff Notification for Customer Experience Improvement Program Since adminserver is started through command line and under this account. This result in adminserver WARNING: Received signal: SIGTERM Since DB is auto started with adminserver. the DB processes (_mprshut and _mprosrv, etc) are terminated. Result in error "The user failed to connect to database <DB> with error -1 in rpDB_OpenDatabase."
Online backup was started through task scheduler and running under system account: BACKUP : (7129) Usr 0 set name to NT AUTHORITY\SYSTEM. This is why it was not terminated. |