[Bug 30089] Microsoft SQL Server 2005 Express Edition: SQL Server System Configuration Checker fails (needs Win32_ComputerSystem WMI class)

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jun 26 15:06:10 CDT 2012


http://bugs.winehq.org/show_bug.cgi?id=30089

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |dotnet
      Fixed by SHA1|                            |3ebf6c8bfa08618971eed89a034
                   |                            |a25c2fd4edc3d
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #7 from Anastasius Focht <focht at gmx.net> 2012-06-26 15:06:10 CDT ---
Hello,

Hans is right, the Win32_ComputerSystem class and specifically the property
"NumberOfProcessors" is successfully queried now.

Fixed by commit
http://source.winehq.org/git/wine.git/commitdiff/3ebf6c8bfa08618971eed89a034a25c2fd4edc3d

>From application's own WMI log:

--- snip ---
...
Performing check on local machine nexus4
Connecting to nexus4 machine
ConnectServer returned 0 (0x0)
ConnectServer returned 0 (0x0)
Openning namespace \\root\cimv2
GetNamespace \\root\cimv2 returned 0 (0x0)
Creating class instance Win32_ComputerSystem
CreateInstanceEnum Win32_ComputerSystem returned 0 (0x0)
Enumerating the first class of Win32_ComputerSystem
EnumClass of Win32_ComputerSystem returned 1 (0x1)
Getting property NumberOfProcessors
Get property NumberOfProcessors returned 0 (0x0)
Variant value: 4
Creating class instance Win32_OperatingSystem
CreateInstanceEnum Win32_OperatingSystem returned 0 (0x0)
Enumerating the first class of Win32_OperatingSystem
EnumClass of Win32_OperatingSystem returned 1 (0x1)
Getting property OSLanguage
Get property OSLanguage returned 0 (0x0)
Variant value: 1033
Getting property SystemDirectory
Get property SystemDirectory returned 0 (0x0)
Variant value: C:\windows\system32
Creating class instance Win32_OperatingSystem
CreateInstanceEnum Win32_OperatingSystem returned 0 (0x0)
Enumerating the first class of Win32_OperatingSystem
EnumClass of Win32_OperatingSystem returned 1 (0x1)
Getting property SystemDirectory
Get property SystemDirectory returned 0 (0x0)
Variant value: C:\windows\system32
Creating class instance Win32_Processor
CreateInstanceEnum Win32_Processor returned 0 (0x0)
Enumerating the first class of Win32_Processor
EnumClass of Win32_Processor returned 1 (0x1)
Getting property CpuStatus
<boom>
--- snip ---

An exception is triggered which might be related to missing "CpuStatus"
property of Win32_Processor WMI class.
I suggest to file a new bug targeting that issue.

Regards

-- 
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