http://bugs.winehq.org/show_bug.cgi?id=31524
Bug #: 31524 Summary: Microsoft SQL Server Management Studio Express 2005: cannot control server service (needs Win32_Service.*Service methods) 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 commands like start, stop, pause, resume, restart. After implementing bug 31522, the following methods will be needed for these commands to work: Win32_Service.StopService Win32_Service.PauseService Win32_Service.StartService Win32_Service.ResumeService
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.