Link to home
Start Free TrialLog in
Avatar of MCSE3737
MCSE3737Flag for Netherlands

asked on

Fresh install OWA gives blank page with owa/&reason=0

Hi,

I installed Windows 2008 R2, made it  a domain controller and added Exchange 2010 SP1
OWA is not working.
Whe i go to the url  it gives me this with a blank page:
https://fs1/owa/auth/logon.aspx?url=https://fs1/owa/&reason=0

The OS was fully patched and i pre installed all the prerequisites before installing Exchange.
So Owa is not working from the start.
Also the solution in this thread is not working for me:
https://www.experts-exchange.com/questions/25056352/Can-run-OWA-on-Exchange-2010.html

Can someone point me in the right derection as to solve this problem?

SOLUTION
Avatar of Glen Knight
Glen Knight
Flag of United Kingdom of Great Britain and Northern Ireland 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 MCSE3737

ASKER

@Demazter
Yes it is a singlebox lab server with CAS,HUB and MBX role installed.
Whe i go to the url on the box itself it gives me a cert error like this after i click continue on the warning page:
UNTRUSTED CERTIFICATE
Added the site to trusted sites and even imported the cert, no change.
So you cannot continue past the error?

Try removing the enhanced IE security (you can do this in Server manager there is a link called IESec (or similar)
Open the URL using the certificate name for eg https://mail.microsoft.com/owa and check.
ASKER CERTIFIED SOLUTION
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
I allready did that yesreday.
Also:
I changed a sucurity setting to always prompt for credentiala, it does not give me the popup!
Then: I put this in the powershell:
>Test-OwaConnectivity -MailboxCredential (get-credential net\michel) -URL https://net.intra/owa
It gives me a popup for credentials and after i put them in it gives me these findings:

WARNING: [08:20:41.006] : The server returned the language selection page. This is the first logon for the test user.


RunspaceId                  : a0ada4e2-4793-441a-97d2-61a1b492d735
AuthenticationMethod        : FBA
MailboxServer               :
LocalSite                   : Default-First-Site-Name
SecureAccess                : True
VirtualDirectoryName        :
Url                         : https://net.intra/owa/
UrlType                     : Unknown
Port                        : 0
ConnectionType              : Plaintext
ClientAccessServerShortName :
LocalSiteShortName          : Default-First-Site-Name
ClientAccessServer          :
Scenario                    : Logon
ScenarioDescription         : Sign in to Outlook Web App and verify the response page.
PerformanceCounterName      : Logon Latency
Result                      : Success
Error                       :
UserName                    : michel
StartTime                   : 7-10-2010 8:20:35
Latency                     : 00:00:25.7244452
EventType                   : Success
LatencyInMillisecondsString : 25724.45
Identity                    :
IsValid                     : True
@R-R, no luck, same error
@shreedhar
Your solution worked, took 10 seconds to apply this:

Run these commands in Power Shell to fix.

Import-Module ServerManager
Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server,Web-ISAPI-Ext,Web-Digest-Auth,Web-Dyn-Compression,NET-HTTP-Activation,RPC-Over-HTTP-Proxy -Restart


thank you all very much for the quick responses.
Thanks for the help!
I thought you said you had applied all the pre-requisites before installing Exchange.

That's all that script does.
i did, and still...
Avatar of nisshhu
nisshhu

Hi Shree

I am also getting the same error &reason=0
What was there in
http://www.stefanjagger.co.uk/03/default-exchange-2010-owa-shows-blank-page/

Because this site is not opening .. Can you please guide me to  troubleshoot this issue
I used above mentioned PS command and OWA issue resloved. There was some problem with prerequisities.