- The IIS logs are in the form - the error page occurs when you try to set the timezone (1st time OWA run):
2015-08-06 08:21:53 10.0.0.247 GET /owa/auth/errorfe.aspx httpCode=500&msg=198161982&owaError=Microsoft.Exchange.Data.Storage.ConnectionFailedTransientException&owaVer=15.0.995.28&be=SERVER&ts=130833229137126455&CorrelationID=<empty>;&cafeReqId=79fd5aef-13f3-47ef-af7b-246f0cae0304;
443 - xxx.xxx.xxx.xxx Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.3;+WOW64;+Trident/7.0;+.NET4.0E;+.NET4.0C;+.NET+CLR+3.5.30729;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.30729;+InfoPath.3)
https://server.domain.com/owa/userX@domain.com/languageselection.aspx?url=/owa/UserX@domain.com/?offline%3ddisabled 200 0 0 46
- In the event viewer among numerous other entries this seemed the most relevant (timestamp wise too):
[Process:Microsoft.Exchange.RpcClientAccess.Service PID:3096 Thread:21] Error occurred while resolving the Active Directory object for from email address field: '/o=Domain/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=b345dd298b51c4ea38370abfc0281b0eb-Domain
Acc'. Audit log will not be generated for this case. Exception details:
Microsoft.Exchange.Data.Storage.ObjectNotFoundException: The Active Directory user wasn't found.
at Microsoft.Exchange.Data.Storage.ExchangePrincipalFactory.FromProxyAddress(IRecipientSession session, String proxyAddress, RemotingOptions remotingOptions)
at Microsoft.Exchange.Data.Storage.ExchangePrincipalFactory.FromProxyAddress(ADSessionSettings adSettings, String proxyAddress, RemotingOptions remotingOptions)
at Microsoft.Exchange.Data.Storage.ExchangePrincipal.FromProxyAddress(ADSessionSettings adSettings, String proxyAddress)
at Microsoft.Exchange.Data.Storage.COWAudit.GetSubmitEffectiveMailboxOwner(MailboxSession session, CallbackContext callbackContext)
* The user is present in the directory
- The command Get-Mailbox UserName| FL ExchangeVersion does not
return 0.0
- Last but not least the domain controllers are windows 2003. :)
Any ideas will be greatly appreciated.