Link to home
Start Free TrialLog in
Avatar of Tchekbo
Tchekbo

asked on

Event ID 64 – Failed to read and update the Outlook Web Access configuration settings after re-create the Outlook Web Access-related virtual directories

I have tried to re-create the Outlook Web Access-related virtual directories with this web site http://www.fots.nl/index.php/archive/event-id-64-failed-to-read-and-update-the-outlook-web-access-configuration-settings/
 because of a problem of blank page to access OWA with Exchange 2010

When I type the command : remove-OWAVirtualDirectory -identity “\owa (default web site)” I have this error : Objet server.company.local\owa (default web site) not found

When I type the command : new-OWAVirtualDirectory “owa (default web site)” I have this error : The virtual directory "owa" already exists

In Exchange Management I have lost Outlook Web App in Client Access

How to repair my virtual directory OWA?
Avatar of Shreedhar Ette
Shreedhar Ette
Flag of India image

Use these command:

Remove-OwaVirtualDirectory "owa (default web site)"

New-OwaVirtualDirectory -name "owa" -WebSiteName "Default Web Site" –InternalURL https://internalURL/owa -ExternalURL https://externalURL/owa

Hope this helps,
Shree
ASKER CERTIFIED SOLUTION
Avatar of Akhater
Akhater
Flag of Lebanon image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Tchekbo
Tchekbo

ASKER

I have the same error with :
- Remove-OwaVirtualDirectory "owa (default web site)"  --> not found
- New-OwaVirtualDirectory -name "owa" -WebSiteName "Default Web Site" –InternalURL -https://internalURL/owa -ExternalURL https://externalURL/owa --> "owa" already exists
- get-OWAVirtualDirectory | remove-OWAVirtualDirectory  
- remove-owavirtualdirectory "server.company.local\owa (default web site)" --> not found

If I type the command get-OWAVirtualDirectory, I have nothing

I have always the problem
then you have a problem with you IIS metabase, you need to download the metabase explorer to fix this issue

get the metabase explorer from http://support.microsoft.com/kb/840671


install it then start Metabase Explorer. To do this, click Start, All Programs, IIS Resources, and then click Metabase Explorer.

Expand the LM key, right-click the DS2MB key, and then click Delete.
Avatar of Tchekbo

ASKER

I have installed Metabase Explorer and Expand the LM key, but I have not the DS2MB key.

Screen Print here : http://dl.free.fr/tutVsQxLE

it would be hard to tell without having IIS metabase to play with at hand ATM

try expanding the w3svc "folder" or the IISadmin one can you find OWA virtual directory anywhere ?
Avatar of Tchekbo

ASKER

I have OWA virtual directory in W3SVC / 1 / ROOT / owa

http://dl.free.fr/bJpx0LAAy
great delete it !
Avatar of Tchekbo

ASKER

Ok I delete OWA virtual directory from metabase explorer.

I type the command New-OwaVirtualDirectory -name "owa" -WebSiteName "Default Web Site" –internalURL https://internalURL/owa -ExternalURL https://externalURL/owa

Or the command New-OWAVirtualDirectory “owa (default web site)”

And I have this error :

ID Event : 8
(PID 8096, thread 73) The task New-OwaVirtualDirectory launched an exception not managed during the treatment of the recording of the index 0. Exception : Microsoft.Exchange.Management.Common.WmiException: An exception WMI occurred on the server ' server.company.local ': the service cannot be started because it is deactivated or because no activated ring peripheral is associated with her.(Exception de HRESULT : 0x80070422) ---> System.Runtime.InteropServices.COMException (0x80070422): The service cannot be started because it is deactivated or because no activated ring peripheral is associated with her
(Exception de HRESULT : 0x80070422)
   at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
   at System.Management.ManagementScope.InitializeGuts(Object o)
   at System.Management.ManagementScope.Initialize()
   at System.Management.ManagementObject.Initialize(Boolean getObject)
   at System.Management.ManagementObject.Get()
   at Microsoft.Exchange.Management.Common.WmiWrapper.GetManagementObject(String computerName, String managementPath)
   --- Fin de la trace de la pile d'exception interne ---
   at Microsoft.Exchange.Management.Common.WmiWrapper.GetManagementObject(String computerName, String managementPath)
   at Microsoft.Exchange.Management.Common.WmiWrapper.GetDirectoryObject(String computerName, String dirName)
   at Microsoft.Exchange.Management.Common.W      miWrapper.IsDirectoryExisting(String computerName, String dirName)
   at Microsoft.Exchange.Management.Metabase.VirtualDirectoryPathExistsCondition.Verify()
   at Microsoft.Exchange.Management.SystemConfigurationTasks.NewOwaVirtualDirectory.InternalValidate()
   at Microsoft.Exchange.Configuration.Tasks.Task.ProcessRecord()
did you try to restart the server ? restart IIS?
Avatar of Tchekbo

ASKER

I have restart the server and IIS et the problem is the same. Same error.
are you running 2008 sp2 or r2 ?

what exchange rollup ?
also please make sure that Windows Update and Windows Module Installer services are enabled and started
Avatar of Tchekbo

ASKER

It's 2008 R2.

I have start the Windows Management Instrumentation service and the command New-OwaVirtualDirectory -name "owa" -WebSiteName "Default Web Site" –internalURL https://internalURL/owa -ExternalURL https://externalURL/owa WORK !

Now when I go to the address to https://server/owa, I have a blank page instead of the authentification.

I have a second problem with blank page in OWA
I am afraid this is a totally different issue, I would suggest you open another question for it