If you are running your Lync 2013 system on Windows 2012 Servers and want to provision your Windows 2012 DHCP server with the required DHCP options 43 and 120 for Lync Phone Edition you might run into this issue.
From your Lync standard or front-end server you copy the files
DHCPUtil.exe
DHCPConfigScript.bat
from the folder "C:\Program Files\Common Files\Microsoft Lync Server 2013" to your Windows 2012 DHCP Server, but trying to start DHCPUtil.exe the following message shows up
DHCPUtil.exe needs two .dll files to start up
msvcp110.dll
msvcr110.dll
To fix this, go to "C:\Windows\System32" on your standard or front-end server and you will find the files there. Next, simply copy them to "C:\Windows\System32" on the DHCP Server and DHCPUtil.exe will now run.
For more info on DHCPUtil.exe.
Thanks for the simple solution! Although it wouldn't let me copy directly into the folder even being an administrator, powershell took care of that.
ReplyDeleteCopy-Item -path C:\msvcp110.dll -destination c:\windows\system32
Copy-Item -path C:\msvcr110.dll -destination c:\windows\system32
and ignore the dll errors when you have to register them
ReplyDeleteGreat Post¡ Works perfect¡
ReplyDelete