http://bugs.winehq.org/show_bug.cgi?id=31522
Bug #: 31522 Summary: Microsoft SQL Server Management Studio Express 2005: cannot control server service (needs implemented wbem_services_ExecMethod infrastructure) Product: Wine Version: 1.5.11 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
After connecting to a server the context menu contains options like start, stop, pause, resume, restart. After implementing the properties from bug 31521, stopping the service throws an exception. Slightly boosted log displays this line:
fixme:wbemprox:wbem_services_ExecMethod (0x494f918, L"Win32_Service.Name="MSSQLSERVER"", L"StopService", 0, (nil), (nil), 0xa07dab8, (nil))
A running instance of SQL Server on the same wineprefix is needed to reproduce this bug. Winetricks dotnet20 win7 is needed to install the application.