Customizing Exchange 07 - set-owavirtualdirectory error
Hi there
I've recently customized my OWA 07 web interface and everything works fine, but now I've a problem when i try to set my Default Outlook Web Access Theme I keep getting this error:
set-owavirtualdirectory : the operation could not be performed because object 'MYEXCHANGESERVER\owa (default website)' could not be found on domain controller 'MYDC.domain.com'.
I'm able to browse to my MYEXCHANGESERVER in my network, The DC DNS has the correct object alias.
Any ideas?
Thks
Ricardo Franco
May 13th, 2010 7:26pm
Hello
Can you run his cmd and post the results.
Get-OwaVirtualDirectory -Identity "ServerName\owa (default web site)" | Fl
Thanks
Mhussain
Free Windows Admin Tool Kit Click here and download it now
May 13th, 2010 8:29pm
Unfortunaly I get the same result:
get-owavirtualdirectory : the operation could not be performed because object 'MYEXCHANGESERVER\owa (default website)' could not be found on domain controller 'MYDC.domain.com'
My DC DNS isn't resolving the " ...\owa (default website) "
Should I add manually some new record in DNS or a Header in IIS ??
Thanks MhussainRicardo R Franco ricardo.franco@netcabo.pt Lisboa Portugal
May 14th, 2010 11:33am
Hi,
Could you please run the cmdlet Get-OwaVirtualDirectory | fl identity
and post the results here?
'MYEXCHANGESERVER\owa (default website)'
By default, there is a space between web and site.Frank Wang
Free Windows Admin Tool Kit Click here and download it now
May 17th, 2010 6:32am
Hi,
How about your question? Any updates?Frank Wang
May 19th, 2010 5:03am
I tested this URL redirection in test and it worked fine...now that i am going to production I get this error! Can anybody help?
Free Windows Admin Tool Kit Click here and download it now
May 20th, 2010 12:25am
Hi Frank
I've followed your suggestion ("Get-OwaVirtualDirectory | fl identity") and I got this:
________________________________
Identity : MYEXCHANGESERVER\owa (default website)
Identity : MYEXCHANGESERVER\Exchange (default website)
Identity : MYEXCHANGESERVER\Public (default website)
Identity : MYEXCHANGESERVER\Exchweb (default website)
Identity : MYEXCHANGESERVER\Exadmin (default website)
_____________________________
Afterwards I ran the : "Get-OwaVirtualDirectory -Identity "MYEXCHANGESERVER\owa (Default Web Site) | Fl "
and I got a bunch of metadata from the "owa (Default Web Site)".
For setting my customized Owa Web Page I ran:
set-owavirtualdirectory - Identity "MYEXCHANGESERVER\owa (Default Web Site)" - defaulttheme "MYCUSTOMIZEDWEBPAGENAME"
And you now what? It worked fine !!
I don´t now what was the issue, maybe it needed time to replicate itself troughout my domain or maybe I typed the wrong command... I don´t know!
Frank thanks alot for you concern and for the tips!!
Ricardo R Franco ricardo.franco@netcabo.pt Lisboa Portugal
May 20th, 2010 12:42pm
Hi Ricardo,
Glad to know you solved your problem. :)Frank Wang
Free Windows Admin Tool Kit Click here and download it now
May 20th, 2010 12:56pm