Monthly Archives: April 2012

You are browsing the site archives by month.

Updating System Center VMM 2008 R2 to System Center VMM 2012

I though I would do a quick blog to recount my adventures with “Updating System Center VMM 2008 R2 to System Center VMM 2012”.

The big problem I had here is that our existing System Center VMM 2008 R2 was running on SQL Server 2005 Express.

Here are the links for – System Requirements for System Center 2012 – Virtual Machine Manager

http://technet.microsoft.com/en-us/library/gg610592.aspx

Most particularly – System Requirements: VMM Database

http://technet.microsoft.com/library/gg610574.aspx

One of the other Pre-requisites is to update WAIK –

The Windows® Automated Installation Kit (AIK) for Windows® 7

http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=5753

So – on to the install; Continue Reading

Error 1719. Windows Installer Service could not be accessed – error message when installing application

We had an issue with a Windows 2008R2 64Bit Server recently where we could not install Windows Updates or any other applications, we got the following error message in any relevant logs -“Windows Installer Service could not be accessed” error message when installing applications.

Looking at the Event Viewer Application logs showed the following error messages;

Event ID : 11719 – Error 1719

Event ID : 1023

This all pointed to the Windows Installer Service

I had a look around for other advice from people with the same issue and found some interesting steps to try.

I carried out a sfc /scannow

I de-registered and re-registered MSIEXEC;

%windir%\system32\msiexec.exe /unregister

and

%windir%\syswow64\msiexec.exe /unregister

I even changed

HKLM\System\CurrentControlSet\Services\MSIServer

to

C:\WINDOWS\SysWOW64\msiexec.exe /V

But still could not install.

I then thought I would try some more Registry tweaks and here is the disclaimer;

I take no responsibility for any damage caused by following any instructions in this blog post!

I exported the

HKLM\System\CurrentControlSet\Services\MSIServer

Reg key.

I also exported the same Reg Key from another (fully functional) Windows 2008 R2 64Bit Server, copied the reg file over and imported (double-clicked) it!

What do you know – Bob’s your uncle – it started working!

The main difference between the reg files was in the “RequiredPrivileges” key, I am not sure if this is the actual solution but I now have a working server again.

Hope this helps someone!

 

System Center DPM 2012 Problem – DPM AccessManager Service

Following on from my previous blog post;

http://www.kevin-burke.co.uk/windows-server-technologies/upgrading-system-center-dpm-2010-system-center-dpm-2012/

During the process of making all my replicas consistent something went wrong.

I don’t know as of yet what caused the issue but will investigate further later.

Basically the DPM Administrator Console suddenly shutdown and would not start back up, claiming the DPM Service was not running.

I checked my services and it was actually running however the DPM AccessManager service was stopped.

I checked the Windows System Logs in Event Viewer and found multiple instances of the following error;

Event ID:      7034

Description: The DPM AccessManager Service service terminated unexpectedly.  It has done this 7 time(s).

I searched around but could find no-one with a similar problem or more importantly a solution, I did stumble across a post on the Microsoft Website;

http://technet.microsoft.com/en-us/library/bb808877.aspx

Which mentioned the DpmSync command;

“DpmSync is a command-line tool that enables you to synchronize the DPM database with the state of the disks in the storage pool and with the installed protection agents. The DpmSync tool restores the DPM database, synchronizes the DPM database with the replicas in the storage pool, restores the Report database, and reallocates missing replicas. “

Using the DPM Management Shell, I ran the command;

dpmsync -sync

dpmsync

dpmsync

I then re-tried the DPM Administrator Console and all was good in the world again.

As I said I do not know what cause this problem but this procedure repaired the problem and I have had no issues since.

 

Upgrading System Center DPM 2010 to System Center DPM 2012

Here are the steps I took in upgrading System Center DPM 2010 to System Center DPM 2012.

I have tried to keep it as simple as possible with nice pictures to make the process easy to follow.

Continue Reading