http://bugs.winehq.org/show_bug.cgi?id=33727
Bug #: 33727 Summary: Microsoft SQL Server Management Studio Express 2005: cannot control server service with builtin wmiutils Product: Wine Version: 1.5.31 Platform: x86 URL: http://www.microsoft.com/download/en/details.aspx?id=8 961 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wmi&wbemprox AssignedTo: wine-bugs@winehq.org ReportedBy: djelinski1@gmail.com Classification: Unclassified
Created attachment 44664 --> http://bugs.winehq.org/attachment.cgi?id=44664 +wmiutils,+wbemprox,+tid log of an attempt to connect
It is not possible to control server service when using builtin wmiutils. Normally it is not noticeable, as the application requires .NET 2.0, which installs native wmiutils. However, thanks to bug 33726 I was able to test the application with builtin.
In the attached log you can see a (single) call to wbem_services_GetObject with second parameter (null). With native wmiutils L"Win32_Service.Name="MSSQLSERVER"" is passed instead.