Error code 25036 during VirtualCenter installation
During the installation of VirtualCenter the following error code was presented “25036″. With no further message the installation is cut-off. After a close inspection it seemed that there already were a couple of SQL Express 2005 services installed, the software was removed and the services were still there but disabled. I guess for some reason the removal of SQL 2005 Express wasn’t successful. The installation procedure seems to have a hard time overwriting the registry values or changing the old values. This problem can easily be solved by manually deleting that specific service in the registry. (HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services)




March 4th, 2008 at 15:33
Or you can remove the service with the command “sc delete ’servicename’ “
March 4th, 2008 at 15:57
VMware 3.5 / 2.5 Upgrade and Install Gotchas (Updated)…
We started to play around with our crash and burn VMware VI farm this week. We decided to see how different scenarios played out with VMware’s new VI versions ESX 3.5 and Virtual Center 2.5. We ran into a few issues that could have and can be avoided….
March 4th, 2008 at 20:34
Good tip Ted! Thanks,