http://bugs.winehq.org/show_bug.cgi?id=32005
Bug #: 32005 Summary: Microsoft SQL Server Management Studio Express 2005: service status notifications missing (needs ExecNotificationQueryAsync) Product: Wine Version: 1.5.15 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 42188 --> http://bugs.winehq.org/attachment.cgi?id=42188 +wbemprox trace of attempt to restart service
Continuation from bug 31524: Now that methods for controlling service are implemented, it is possible to invoke stop/pause/restart on service. Under Windows, selecting Restart first stops service, then starts it. Under Wine it only stops the service. The application never receives any notification after service status changes. After invoking either stop or restart the service is stopped, but the options to stop and pause are still enabled and the options to start and resume are still disabled. This is most likely due to unimplemented IWbemServices::ExecNotificationQueryAsync, that can be seen early in the attached log. I improved the stub a little, so the parameter values are included.
Attached log was obtained by connecting to a MSDE database and selecting Restart. Winetricks dotnet20 win7 was required to install this application.