[Bug 32005] New: Microsoft SQL Server Management Studio Express 2005: service status notifications missing (needs ExecNotificationQueryAsync)

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Oct 18 13:20:55 CDT 2012


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 at winehq.org
        ReportedBy: djelinski1 at 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.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list