3.6.0 Matrix Server Release Notes (5697-7087, February 2008)

PolyServe Matrix Server Release Notes 30
Copyright © 1999-2008 PolyServe, Inc. All rights reserved.
18766 Forcefully terminating MNI leaves process running
When the MNI GUI or CLI is forcefully terminated (for
example, with Ctrl-C), the backend process mssql_mni_cgi.exe
continues to run.
Workaround. Run taskkill /im mssql_mni_cgi.exe on the
affected nodes.
18814 Confusing error message appears when attempting to
virtualize a SQL instance with an unsupported service account
When an attempt is made to virtualize a SQL instance using the
local Administrator account as the service account, the
following operating system error appears:
A member could not be added to or removed from the
local group because the member does not exist
MxDB for SQL Server does not support using local user service
accounts for the service account. Instead, use a domain user
service account or LocalSystem.
18857 Warning that AdminConnection\TCP protocol is not valid
When a SQL 2005 instance is installed and the value of the
TcpDynamicPorts key is set to 0, the following Application
event is written repeatedly for the instance:
The configuration of the AdminConnection\TCP
Protocol in the SQL instance <instance> is not valid.
This warning can be ignored. When SQL Server starts, it will set
the key. The registry key can be found at:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL
Server\<MSSQL.x>\MSSQLServer\SuperSocketNetLib\
AdminConnection
Bug
Description