In my lab I uninstalled Exchange 2010 and then installed Exchange 2013. The setup ran fine but after the setup the following errors were logged every second on my exchange server:

The module dll c:\program files\microsoft\exchange server\v14\bin\kerbauth.dll failed to load. the data is the error
The Module DLL C:Program FilesMicrosoftExchange ServerV14Binkerbauth.dll failed to load. The data is the error 1

Solution:

Navigate to C:\Windows\System32\inetsrv\config and open ApplicationHost.config file with notepad.

locate the following entry:

  • <add name=”kerbauth” image=”C:\Program Files\Microsoft\Exchange Server\V14\Bin\kerbauth.dll” />

Change it from V14 to V15 and then reboot or do an IISRESET. After this all the errors should be gone.

The entry should read like this:

  • <add name=”kerbauth” image=”C:\Program Files\Microsoft\Exchange Server\V15\Bin\kerbauth.dll” />

Hope it helps.

    wpChatIcon

    Discover more from COLLABORATION PRO

    Subscribe now to keep reading and get access to the full archive.

    Continue reading