Cannot Acces ECP HTTP400 Bad Request

Hi all,

Im facing a weird problem with my exchange 2013 i cannot acces the ECP anymore i found lots of tips and tricks but they won't work for me..

when i try to change the authentication type it gives me the following:

[PS] C:\Windows\system32>Set-owavirtualdirectory -identity "Server02\owa <Default Web site>" -FormsAuthentication:$true
The operation couldn't be performed because object 'Server02\owa <Default Web site>' couldn't be found on
'Server01.swb.local'.
    + CategoryInfo          : NotSpecified: (:) [Set-OwaVirtualDirectory], ManagementObjectNotFoundException
    + FullyQualifiedErrorId : [Server=Server02,RequestId=7e86d4e5-1593-4def-bcab-6e915df66b20,TimeStamp=1/31/2015 9:12:34
    AM] [FailureCategory=Cmdlet-ManagementObjectNotFoundException] 4DB788F1,Microsoft.Exchange.Management.SystemConfi
  gurationTasks.SetOwaVirtualDirectory
    + PSComputerName        : server02.swb.local

Note! that exchange is running on server02 and domain controller on server01, it worked fine but now its broken.

Hope some specialist can help me out.

Kind Regards.

January 31st, 2015 4:17am

Hi,

I suggest to recreate OWA/ECP virtual directory to check this issue according to this situation.

  • Recreate ECP Virtual Directory:

Remove-EcpVirtualDirectory -Identity Servername\ecp (Default Web Site)

New-EcpVirtualDirectory -InternalUrl https://ServerFQDN/ecp -WebSiteName Default Web Site

  • Recreate OWA Virtual Directory:

Remove-OwaVirtualDirectory -Identity Servername\owa (Default Web Site)

New-OwaVirtualDirectory -InternalUrl https://ServerFQDN/owa -WebSiteName Default Web Site

  • Reset IIS: IISReset /force

Please also check if there are any events in application log.

Best Regards.

Free Windows Admin Tool Kit Click here and download it now
February 2nd, 2015 3:06am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics