Friday, April 26, 2019

Unable to load DLL 'IfxEvents.dll' - Dynamics 365 for Finance & Operations LBD

Hi LBD enthusiasts,

I'm going to share an issue faced during the 10.0.1 PU25 version installation on F&O LBD.

Error message

System.DllNotFoundException: Unable to load DLL 'IfxEvents.dll': The specified module could not be found
System.TypeInitializationException: The type initializer for 'Microsoft.Dynamics.Performance.Logger.IfxLogger' threw an exception. ---> System.DllNotFoundException: Unable to load DLL 'IfxEvents.dll': The specified module could not be found

Reason

Microsoft Visual C++ 2013 Redistributable Package missing on the AOSs and Orchs Machine.

Resolution

Download Microsoft Visual C++ 2013 Redistributable Package and install it on Orch and AOS machines

Rerun the Installation.

Till soon!

Wednesday, April 24, 2019

LCS Environment Status not Updated - Dynamics 365 for Finance & Operations LBD

Hi Folks,

welcome again in the LBD world!

Issue

It could happen that the LCS Environment Status is not Up to date in relation with the On Premise Env Status.

For instance, the Environment is Up & Running but the LCS Status is Deploying.

Reason

That behavior could happen because the Orchestrators aren't able to communicate with LCS

Resolution

First of all, try to press the "Refresh State" Button on the LCS main Project Page.
If doesn't work, go through all Orchestrators and run the Test-D365FOConfiguration.ps1 script.
Probably will fail with the error : Unable to find access rules for certificate star.xxxxxx.com for user Domain\svc-LocalAgent$

In that case, run the Set-CertificateAcls.ps1 script and rerun the Test-D365FOConfiguration.ps1 script.
Repeat for all Orch

Lastly, go through LCS, count until 10 and refresh the page!

That's it