http://bugs.winehq.org/show_bug.cgi?id=33497
Bug #: 33497 Summary: Microsoft SQL Server 2005 Express Edition: installer fails (needs ComAdminCatalog class from comadmin.dll) Product: Wine Version: 1.5.29 Platform: x86 URL: http://go.microsoft.com/fwlink/?linkid=65212 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: djelinski1@gmail.com Classification: Unclassified
Continuation from bug 32048: After fixing DtcGetTransactionManagerExW stub from bug 32048, the installer aborts displaying message about WMI configuration:
"The SQL Server System Configuration Checker cannot be executed due to WMI configuration on the machine daniel Error:87 (0x57)."
Interesting part of the log (displayed after DtcGetTransactionManagerExW fixme): err:ole:CoGetClassObject class {f618c514-dfb8-11d1-a2cf-00805fc79235} not registered err:ole:create_server class {f618c514-dfb8-11d1-a2cf-00805fc79235} not registered fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported err:ole:CoGetClassObject no class object {f618c514-dfb8-11d1-a2cf-00805fc79235} could be created for context 0x15
http://mikolajapp.appspot.com/uuid/query?q=%7Bf618c514-dfb8-11d1-a2cf-00805f...
Most likely the missing class COMAdminCatalog is the culprit here.
Prerequisites: winetricks mspatcha workaround for bug 32048
http://bugs.winehq.org/show_bug.cgi?id=33497
--- Comment #1 from Daniel Jelinski djelinski1@gmail.com 2013-05-01 17:30:31 CDT --- Error message was probably unrelated to missing class. After further examination I found a more likely reason (see bug 33504). Anyway, the installer reports in its logs that COM+ check returned error, so this class will most likely still need to be implemented.
http://bugs.winehq.org/show_bug.cgi?id=33497
Daniel Jelinski djelinski1@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Microsoft SQL Server 2005 |Microsoft SQL Server 2005 |Express Edition: installer |Express Edition: installer |fails (needs |wants ComAdminCatalog class |ComAdminCatalog class from |from comadmin.dll |comadmin.dll) | Severity|normal |enhancement
--- Comment #2 from Daniel Jelinski djelinski1@gmail.com 2013-05-02 15:50:38 CDT --- Actually after fixing bug 33504 the installer handles the missing class gracefully, only reporting the following in the log: "Article: Check COM+ Catalogue, Result: Warning Description: COM+ is not working Action: On MS Windows 2003 cluster, MSDTC needs to be clustered for COM+ to work."
Setting importance to "enhancement", as it seems that the class is not really required.
https://bugs.winehq.org/show_bug.cgi?id=33497
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer Status|UNCONFIRMED |NEW CC| |focht@gmx.net Ever confirmed|0 |1
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello folks,
confirming, still present.
Log files containing detailed prereq check/install info:
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/Microsoft SQL Server/90/Setup Bootstrap/LOG/Files
$ cat SQLSetup0001_nexus4_Core(Local).log ... Machine = nexus4, Article = WMIServiceWin32OSWorking, Result = 0 (0x0) Machine = nexus4, Article = WMIServiceWin32CompSystemWorking, Result = 0 (0x0) Machine = nexus4, Article = WMIServiceWin32ProcessorWorking, Result = 0 (0x0) Machine = nexus4, Article = WMIServiceReadRegWorking, Result = 0 (0x0) Machine = nexus4, Article = WMIServiceWin32DirectoryWorking, Result = 0 (0x0) Machine = nexus4, Article = WMIServiceCIMDataWorking, Result = 0 (0x0) Machine = nexus4, Article = XMLDomDocument, Result = 0 (0x0) Machine = nexus4, Article = Processor, Result = 0 (0x0) Machine = nexus4, Article = PhysicalMemory, Result = 0 (0x0) Machine = nexus4, Article = DiskFreeSpace, Result = 0 (0x0) Machine = nexus4, Article = OSVersion, Result = 0 (0x0) Machine = nexus4, Article = OSServicePack, Result = 0 (0x0) Machine = nexus4, Article = OSType, Result = 0 (0x0) Machine = nexus4, Article = AdminShare, Result = 0 (0x0) Machine = nexus4, Article = PendingReboot, Result = 0 (0x0) Machine = nexus4, Article = IEVersion, Result = 0 (0x0) Machine = nexus4, Article = DriveWriteAccess, Result = 0 (0x0) Error: COM+ check returned 0x80040154:Unknown error 0x80040154 Machine = nexus4, Article = COMPlus, Result = 70256 (0x11270) Machine = nexus4, Article = ASPNETVersionRegistration, Result = 0 (0x0) Machine = nexus4, Article = MDAC25Version, Result = 0 (0x0) Machine = nexus4, Article = SKUUpgrade, Result = 0 (0x0) ******************************************* Setup Consistency Check Report for Machine: nexus4 ******************************************* Article: WMI Service Requirement, Result: CheckPassed Article: MSXML Requirement, Result: CheckPassed Article: Operating System Minimum Level Requirement, Result: CheckPassed Article: Operating System Service Pack Level Requirement, Result: CheckPassed Article: SQL Compatibility With Operating System, Result: CheckPassed Article: Minimum Hardware Requirement, Result: CheckPassed Article: Pending Reboot Requirement, Result: CheckPassed Article: Default Installation Path Permission Requirement, Result: CheckPassed Article: Internet Explorer Requirement, Result: CheckPassed Article: Check COM+ Catalogue, Result: Warning Description: COM+ is not working Action: On MS Windows 2003 cluster, MSDTC needs to be clustered for COM+ to work. Article: ASP.Net Registration Requirement, Result: CheckPassed Article: Minimum MDAC Version Requirement, Result: CheckPassed Article: Edition Upgrade Check, Result: CheckPassed --- snip ---
Alternate download link: http://saturn.installshield.com/devstudio/setuprequirements/sqlexpress/SQLEX...
$ sha1sum SQLEXPR.EXE 3b10e09f2ad52d15d8cabdcdfb197b98ffc78402 SQLEXPR.EXE
$ du -sh SQLEXPR.EXE 56M SQLEXPR.EXE
$ wine --version wine-1.7.25
Regards
https://bugs.winehq.org/show_bug.cgi?id=33497
Lokesh Bhandari lokesh.bhandari@enjayworld.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |lokesh.bhandari@enjayworld. | |com
--- Comment #4 from Lokesh Bhandari lokesh.bhandari@enjayworld.com --- Please any one who installed successfully microsoft sql server 2005 express edition. Tell the procedure to install the SQLEXP.exe
https://bugs.winehq.org/show_bug.cgi?id=33497
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://go.microsoft.com/fwl |https://web.archive.org/web |ink/?linkid=65212 |/20130318195510/http://down | |load.microsoft.com/download | |/6/C/7/6C7458CA-8B07-411E-9 | |E3B-0DED20512696/SQLEXPR32. | |EXE