cancel
Showing results for 
Search instead for 
Did you mean: 

Configuring Vault Access for OWA 2003

Julian_Southern
Level 3
I have EV 6.0 SP6 and I'm trying to configure OWA 2003 access for our users. I have followed the Installation and Configuration guide. When i try to configure the OWA extensions on our back-end servers I get the following outpout when running the script:

Microsoft (R) Windows Script Host Version 5.6
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.

Version: 5.6
Setup started at: 26/02/2010 08:49:13
Configuring Exchange virtual server: HS1-EXC-001
Configuring mailbox information stores...
Configuring mailbox information store: Mailbox Store A - M (HS1-EXC-001)
ERROR: ADO connection error: -2147023834 The service has not been started.
ERROR: Failed to make ADO connection to: http://HS1-EXC-001/exadmin/admin/thompsons.law.co.uk/mbx/SystemMailbox{15BCABC0-43B8-419F-B4DF-F8DE222244F8}/%23%23SchemaURI%23%23/
Configuring public folder information stores...
Configuring public folder information store: Public Folder Store (HS1-EXC-001)
ERROR: ADO connection error: -2147023834 The service has not been started.
ERROR: Failed to make ADO connection to: http://HS1-EXC-001/exadmin/admin/thompsons.local/Public%20Folders/%23%23SchemaURI%23%23/
Configuring HTTP virtual servers...
Configuring HTTP virtual server: Exchange Virtual Server
WARNING: Forms virtual directory already exists, skipping configuration
WARNING: Proxy virtual directory already exists, skipping configuration
Configuring public folder virtual directories...
Configuring public folder virtual directory: Public
WARNING: Virtual directory EnterpriseVaultPublic already exists, skipping configuration.
Configuring mailbox virtual directories...
Configuring mailbox virtual directory: Exchange
WARNING: Virtual directory EnterpriseVaultExchange already exists, skipping configuration.
Configuring proxy bypass list...
Setup finished with errors at: 26/02/2010 08:49:14

Searching the forums and Googling I have seen refrences to running the script with the /dnsdomain: switch but this still fails and my problem doesn't quite meet the same symptoms. It seems as though a service needs to be started but I can't for the life of me figure out which one it is.

Thanks for any help.

Julian
1 REPLY 1

Julian_Southern
Level 3
I think I've cracked this now. There were DCOM errors in the System Log (should have checked)

The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID
{9DA0E103-86CE-11D1-8699-00C04FB98036}
 to the user DOMAIN\********* SID (S-1-5-21-1859341-586160202-927750060-78057).  This security permission can be modified using the Component Services administrative tool.

Once a game the user i was running it under Launch Activation permissions the scriot ran fine using the following command line

C:\WINDOWS\system32\cscript.exe "C:\Program Files\Enterprise Vault\OWA\BackEnd2003Setup.wsf" /formregdomain:thompsons.law.co.uk

Many Thanks