How to solve db2 setup failure on Windows 2012

  • 01 Dec, 2014

Last week i was installing the db2 10 server on top of windows 2012.  The setup program was unable to install the .Net 3.5 framework.
I try install the .Net 3.5 from Add Features menu but it´s did not work well.

So my Windows Administrator do the following using the Windows 2012 dvd

Dism /online /cleanup-image /scanhealth Dism.exe /online /enable-feature /featurename:NetFX3 /All  /LimitAccess /Source:E:sourcessxs "E:" The "E:" is the dvd unity letter

Related Posts

New life for Lenovo S145

  • 08 Jan, 2023

This is a secondary laptop. My wife use it since the begining of the pandemic on 2020.
She start to work at home and needs a laptop to do the job. This laptop is not so fast comapred to may others laptos (mac pro 2016 and mac pro 2020).
I decided last week to upgrade this laptop and change his HD, i put an NVME m.2 500GB and more 16GB RAM. I cloned the original HD using the Macrium Reflect Free. I found the tutorial bellow with very good instructions on how to create the clone. Everything works after i clone the disk

New life for Lenovo S145Read More

The Operation failed to complete because Disk Management console view is not up-to-date

  • 05 Feb, 2014

It is not so frequent for me to build Windows 2008 images. Yesterday when i made the Windows VM an add a second disk the error message above was displayed Windows Server: The operation failed to complete because the Disk Management console view is not up-to-date ! (http://platao.plansis.com.br/blogkenio.nsf/dx/diskproblem.htm/content/M2?OpenElement) Context:
I was trying to format a newly added disk on Windows Server 2008 R2 however, couldn't format the disk or assign a drive letter to the disk. The Server was a Virtual Machine hosted on a VMware Workstation 10. I tried to refresh the disk management console and even did restart the server however, same error persisted. To my supris

The Operation failed to complete because Disk Management console view is not up-to-dateRead More

Resetting Administrator Password in Windows 2008

  • 27 May, 2013

I made some VM´s using Windows 2008 R2 one year ago.  I forgot the admin password. I follow this steps to  recover:
- Boot from the Micrsoft Windows Server 2008 DVD - From the Install Windows menu, click “Nextâ€�. - Select“Repair your computerâ€� - In the System Recovery Options, select the Operating System instance that you wish to repair and click â€œNextâ€�. - Select “Command Promptâ€�. The - At the command prompt, run the following commands:
c:
cd windowssystem32
ren Utilman.exe Utilman.exe.old
copy cmd.exe Utilman.exe - Reboot the server allowing Windows to load as normal - At the logon screen, press Windows Key + U. - As the command prompt, enter the following

Resetting Administrator Password in Windows 2008Read More