You dont have javascript enabled! Please enable it!

An Unexpected Error Occurred During DPM 2016 Installation ID: 4387 #SysCtr #SCDPM

2 Min. Read

This is a short blog post about my experience in deploying System Center Data Protection Manager 2016.

I am involved currently with several DPM projects on upgrading System Center Data Protection Manager 2012 R2 to 2016.

For more information, please check my recent DPM articles here.

While installing DPM 2016 (greenfield deployment) on top of Windows Server 2016 and SQL Server 2014 SP2, I came across a very strange issue!

The error is the following:

DPM2016-InstallationError-02

First things first is to look at the error logs file.

As you can see below, all the errors are related to System.IO.FileNotFoundException.

This led me to think it could disk error or volume.

I scanned all the disks, even I created a new virtual machine and tried again, but still I received the same error!

DPM2016-InstallationError-03

The next thing is to look online… Bing it… Google it… Search engine failed on me to return any result regarding this error!

…I did recently many successful deployments without any error, so what is the difference in this environment versus the others?

In this particular deployment, I downloaded the DPM installation media from the Internet. However, in the other installation, I copied the media over the network.

Could it be that Windows blocked the setup files that came from the Internet to help protect this machine…

So let’s double check!

DPM2016-InstallationError-04

As you can see, one of the file is blocked. In fact, I noticed that all setup files are blocked and not only the .exe or .dll files.

So how can we unblock 677 files?

DPM2016-InstallationError-05

With PowerShell of course!

Get-Childitem -Path 'D:\SC 2016 SCDPM\' -Recurse | Unblock-File -Confirm:$false –Verbose

DPM2016-InstallationError-06

Let’s try the installation again now…

And here you go Smile

DPM2016-InstallationError-07

Hope that helps!

With that I will sign-off for 2016.

I want to thank the Community, Followers, Readers, Microsoft Product Groups, MVP Award Program, MVP’s, Developers and ITPro’s!

Until then… see you in 2017…

Happy Holidays!

An Unexpected Error Occurred During DPM 2016 Installation ID: 4387 #SysCtr #SCDPM 2

Cheers,
-Ch@rbel-

Photo of author
About the Author
Charbel Nemnom
Charbel Nemnom is a Senior Cloud Architect, Swiss Certified ICT Security Expert, Certified Cloud Security Professional (CCSP), Certified Information Security Manager (CISM), Microsoft Most Valuable Professional (MVP), and Microsoft Certified Trainer (MCT). He has over 20 years of broad IT experience serving on and guiding technical teams to optimize the performance of mission-critical enterprise systems with extensive practical knowledge of complex systems build, network design, business continuity, and cloud security.
Previous

Upgrade The VM Configuration Version in Windows Server Hyper-V Cluster with PowerShell? #HyperV

A Year in Review… Goodbye 2016! Welcome 2017 #NewYear #MVPBuzz

Next

2 thoughts on “An Unexpected Error Occurred During DPM 2016 Installation ID: 4387 #SysCtr #SCDPM”

Leave a comment...

  1. I didn’t succeed with this example above ((error 4387), did excactly the same install with sql server 2016, back to sql server 2014 i succeed… Thanks Anyway!

Let me know what you think, or ask a question...

error: Alert: The content of this website is copyrighted from being plagiarized! You can copy from the 'Code Blocks' in 'Black' by selecting the Code. Thank You!