Cisco 3750 and 3750e in a Stack

Here’s something that came up, we are replacing a few switches and want to replace it will a couple of 3750s and a 3750e in a stack. The issue was that the 3750e has a different IOS to the 3750s but still must be the same version. After some playing around I found these versions … Read more

After Upgrading to DPM 2012 SP1 SQL Maintenance Tasks are Inaccessible

PROBLEM: Using Microsoft DPM 2012 SP1 with the locally installed SQL 2008 R2 SP2 instance (i.e. the one that DPM installs) once installed, you can’t get into the Maintenance tasks using SQL Management Studio. Clicking on Maintenance Tasks gives you an error: The task with the name “Task Name XXX” and the creation name “Microsoft.SqlServer.Management.DatabaseMaintenance.DbMaintenanceFileXXXTask, … Read more

DPM Reporting Broken after an Upgrade to New Hardware

PROBLEM: You upgraded DPM after the upgrade you can click to run any reports in “Reporting” within the DPM console and you get an error like the following: Cannot open database “DPMDB” requested by the login. The login failed. Login failed for user ‘%servername%\DPMR$%servername%. CAUSE: The account ‘%servername%\DPMR$%servername%. doesn’t have the correct mappings for the … Read more

After Upgrading to DPM 2012 SP1 SQL Maintenance Tasks are Inaccessible

PROBLEM: Using Microsoft DPM 2012 SP1 with the locally installed SQL 2008 R2 SP2 instance (i.e. the one that DPM installs) once installed, you can’t get into the Maintenance tasks using SQL Management Studio. Clicking on Maintenance Tasks gives you an error: The task with the name “Task Name XXX” and the creation name “Microsoft.SqlServer.Management.DatabaseMaintenance.DbMaintenanceFileXXXTask, … Read more

The System Administrator Has Set Policies to Prevent This Installation – Windows 2012

Error: Error: “The System Administrator Has Set Policies to Prevent This Installation”, when trying to install a software.” When trying to install an MSI on a server. Solution Browse the registry to HKLM\Software\Policies\Microsoft\Windows\Installer  Create: DisableMSI       Type: REG_DWORD  value = 0   (0 should allow you to install it was originally 1) Install … Read more