Exchange 2013 issue / OWA time-out and WiFi/Cell problem.

Hi everybody,
I'm having some issues with an Exchange 2013 server.
When some users try to logon to the OWA page it keeps loading the page and ends with a time-out.
This only applies to 6 or 7 users, other users can login and open the page.
I tried to replace the signed certificate to solve this problem, and did a online analyzer check, most tests come out good.
I can't seem to find the source of this problem.
There are also multiple users that are having trouble to receive e-mail through the wifi on phones and tablets at home but when they switch to 3g it works fine.
You might need more information, just ask.. i don't know where to search anymore.
I tried inheritance on the AD, disabled SSL in the IIS, restarted the server, replaced the signed cert. etc.
Update:
I set the selfsigned cert in the IIS default web page,, to check if it responds to the certificate and it does, so the issue doesn't come from the certificate.
This issue probably came up after CU1, and i've read something about healthboxes..
I'm going to install CU6 and hope for good result.
Kind regards,
Tim

I've installed CU6, only one of the six users have gained access to OWA or ECP.
Al the other users won't get a logon screen, just a blank page.
So there is no option to insert a username or password to login, the page keeps loading and ends with "the page cannot be displayed"
But on my working spot i can open owa or ecp without any issues.
I've recreated the virtual directory for ECP and OWA with powershell, and checked the certificate.
I checked if the same certificate was connected to the back-end port 444, and this is set correct.
I even reconnected the cert on 444 with the following.
Open the Command Prompt
Run-
netsh http show sslcert
This will show the certs, copy and paste this information into notepad.  Under     IP:port   : 127.0.0.1:443, note the certificate hash and application ID.
Run this command-  (Yes, I know there is no :444 listed in the output from the earlier command.)
netsh http delete sslcert ipport=0.0.0.0:444
Run this command.  Replace certhas with the certificate hash and appid with the application ID you saved in notepad.
netsh http add sslcert ipport=0.0.0.0:444 certhash=123123123123123 appid="{123123123123-1231231235}"
I used powershell to set the login authentication,
et-Owavirtualdirectory -identity "YourMailBoxServerName\owa (Exchange Back End)" -WindowsAuthentication $True -Basicauthentication $false -Formsauthentication $false
set-Owavirtualdirectory -identity "YourCASserverName\owa (Default Web Site)" -WindowsAuthentication $True -Basicauthentication $false -Formsauthentication $false
and iisreset /noforce
I unchecked the "require SSL" on the default website and left it enabled on the owa and ecp etc.
Checked if HTTP over Proxy is installed, but this one is need to install exchange 2013.
I've checked all ECP/OWA directories in in the IIS, the directories point to the Exchange V15 folders, this should be correct.
Something is really broken, i really can use the help..
I'm going to try to install Exchange 2013 SP1, but i don't know if this one is needed when CU6 has been installed.
The strange thing is, it seem to be location based, not user based.
I can login perfectly, but when i try this at one of the employees, it ends up blank.
When i try to connect on a location dat does not work, at the exact time i press the enter-key to open the page, the eventviewer logs the following:
Event 4634 - An account was logged off.
For the issue on the smartphones and tablets, everything worked fine a few months ago, and happens to users on different ISP connections.
I already checked the inheritance settings on the users in the AD.
Kind regards,
Tim

Similar Messages

  • Exchange 2013 issues along with toolbox and exchange powershell

    I have a server 2012 with exchange 2013, no errors on install, we have about 50 user mailboxes setup. about 3-5 times a day sending and receiving will stop working, we have to reboot about 3 or 4 times then it starts working again. 
    Also the Exchange power shell doesnt work, we get :
    VERBOSE: Connecting to NVSVMSX.KATV.local.
    New-PSSession : [nvsvmsx.katv.local] Processing data from remote server nvsvmsx.katv.local failed with the following
    error message: [ClientAccessServer=NVSVMSX,BackEndServer=nvsvmsx.katv.local,RequestId=3c4178cd-3e21-4ebf-9c65-23e5855cf
    17f,TimeStamp=11/11/2014 6:53:03 PM]
    [AuthZRequestId=b12c2ecf-ff1f-42df-b0f8-441878180bfa][FailureCategory=AuthZ-CmdletAccessDeniedException] The user
    "KATV.local/Computers/NVSVMSX" isn't assigned to any management roles. For more information, see the
    about_Remote_Troubleshooting Help topic.
    At line:1 char:1
    + New-PSSession -ConnectionURI "$connectionUri" -ConfigurationName Microsoft.Excha ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [New-PSSession], PSRemotin
       gTransportException
        + FullyQualifiedErrorId : IncorrectProtocolVersion,PSSessionOpenFailed
    we get that 3 times then nothing.
    Also on the Toolbox we get MMC error
    "Type is not resolved for member "Microsoft.Exchange.Configuration...."
    Please help, we are at a loss and not sure what to do at this point, we have looked every where for a permissions issue and have found nothing so far.
    thank you
    BD

    Hi,
    Please check if this user was in Organization Management Group. If not, please use the following cmdlet to add this user to this group.
    Add-RoleGroupMember “OrganizationManagement” -Member <member>
    If this issue still exists, Run Setup /PrepareSchema and Setup /PrepareAD again.
    In addition, please refer to this similar thread
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/33038c63-a993-4032-9355-023ae91a1c6a/cant-access-ecp-after-install?forum=exchangesvrdeploy
    And hope KB 2898571 will be helpful for you.
    To solve ToolBox issue, please try to install or uninstall ASP.NET 4.5 on Windows 8 or Windows Server 2012, use one of the following options:
    Run the following command from an administrative command prompt: dism /online /enable-feature /featurename:IIS-ASPNET45
    For Windows 8 client computers, turn on "IIS-ASPNET45" in "Turn Windows Features On/Off" under "Internet Information Services-> World Wide Web Services -> Application Development Features -> ASP.NET 4.5".
    For Windows Server 2012 computers, enable "IIS-ASPNET45" using Server Manager, under "Web Server (IIS) -> Web Server ->Application Development -> ASP.NET 4.5".
    Refer from
    http://support.microsoft.com/kb/2736284
    Best Regards.

  • OC4J -Time out and Oracle sequence problem

    hi
    i m using OC4J to access application which is using java as front and
    and we using oracle sequence with cache as 20.
    so when i accessing application thro' network my sequence skip from 20
    mean 1-21-41-61 is it possible due to if lost connection opened from java for oracle thro' OC4J ? will it keep cache ?or lost ? is it really time out error?
    if then hw to set time out in oracle?
    u can refer below link
    Re: ORABPEL-05002

    i think i may be having the same problem. My table is savings entries out of order. I would assume that each row saved would be in sequence number order...instead it goes from like 963, 964, 678, 679, ....??? wonder why it would place new entries in front of older entries in the table???

  • Exchange 2013 issues - (new send email Stuck in Drafts not send)

    Exchange 2013 issues - (new send email Stuck in Drafts folder not send)

    I am also having this issue.
    server 2012 VM with exchange 2013. plenty of resources, more than recommended so cannot be a BAck Pressure issue especially as no clients are connected yet.
    In the early stages of setup and testing, mail sent to other mailboxes worked fine in outlook 2007 and OWA but after a few issue that developed and are now resolved, any e-mail send within outlook or OWA just goes straight into the drafts folder.
    I tried, DNS setting changes under roles, on the server, on DNS server, MX DNS records, increased resources, looked at received connectors, changed and even deleted send connectors as this is not required for internal mail. Tried changing authentication
    types but then outlook won't connect to, staying with Basic Auth.
    Have not been able to test inbound e-mail as this is going to replace a production server and is not ready, although I could probably simulate a route from another server and push e-mail to it. Will try tomorrow.
    I have spent about 20 hours trying to figure this out and made probably 40 changes. Change, test, rollback etc. Been searching through loads of forums and technet sites all with no help.
    All services are started, server has been rebooted several times.
    It is also an AD server and has both Exchange roles installed. There is no reason why it should not work. This is so frustrating, we don't have these issues with the now end of life Scalix, or MDaemon or Zimbra. Pity the client wanted a Microsoft solution.
    To be honest there are not a lot of things that cannot be changed in ECP although there is more under exchange powershell however I am not familiar with all the commands yet. I have resorted to watching training videos even though I am a seasoned IT Pro, although
    not so much with exchange it seems.
    I have seen many people have this issue on Exchange 2007, 2010 and 2013. Someone must know how to resolve this or find a work around?
    So far I have an expensive solution the client has purchased that I cannot get running properly.
    Aside from this issue, I really like the new Server 2012 and new Hyper-V.
    I was about to install Exchange Server 2013 on a physical machine due to this f#ckin' issue. But a post for the DNS change has saved my life:
    http://social.technet.microsoft.com/Forums/en-US/exchangeserverpreview/thread/04c0147b-f4e3-4041-a566-310854e71068/ (rafael9908's answer)
    And thanks Jesper Bernle for excellent info provided by your link.

  • Exchange 2013 Issue: Outlook 2010 auto populating the From Tab when forwarding email

    Exchange 2013 Issue: Outlook 2010 auto populating the From Tab when forwarding email        
    I am running Exchange 2013 and I have an end user who connects to it via Outlook 2010. All was going well till he went to forward an email and he noticed that the From button appeared and auto populated the sender's email address.
    I have clicked the Empty Auto Complete List in Outlook's Send messages... still displayed the From tab when forwarding.
    I recreated the profile in outlook... same thing.
    I created the profile with outlook 2013... same thing.
    There is only one user profile setup in Outlook.
    (I know the from tab usually appears when you have multiple profiles setup in Outlook and/or when you configure the "From" tab.)
    I opened the end user's email in Exch 2013's OWA... what was different here was when I clicked on the email and it opened, it did NOT have the Reply or Forward option... and it displayed as a "Draft" email.
    Does anyone have any ideas?

    So are you saying that the from button is filling the option with the original senders address (eg the person who sent the message to your user), or that it's filling in the your users address (in which case I don't understand what the issue is, since
    it IS going from your user)?

  • HT203200 I have a song that I purchased from Itunes on my Iphone and there was an error downloading.  Every time i try to download it times out and says to try again.  I have tried several times and still get same message.  Help?

    I have a song that I purchased from Itunes on my Iphone and there was an error downloading.  Every time i try to download it times out and says to try again.  I have tried several times and still get same message.  Help?  I have been charged for this song but have not been able to download.

    Go here:
    http://www.apple.com/support/itunes/contact/
    and follow the instructions to report the issue to the iTunes Store.
    Regards.

  • Just bought the ipad4 and can't log into facebook. Times out and tells me to check my network connection. Anyone having the same problem or any ideas?

    Just bought the ipad4 and can't log into facebook. Times out and tells me to check my network connection. Anyone having the same problem or any ideas?

    Hey barnsieno10,
    Thanks for using Apple Support Communities.
    Looks like sign in issue, This article is a great resource for the message you are receiving.
    FaceTime, Game Center, Messages: Troubleshooting sign in issues
    http://support.apple.com/kb/ts3970
    Have a nice day,
    Mario

  • Process chains time outs and hangs with no error msg - in SP13

    Hi all,
    We are having all kind of weird problems after we patched our system with SP13. Our process chain time outs and hangs, but surprisingly we never get any error msg. And scarier part is, the problem seems to be intermittent. PC runs fine on some days and hangs on some.
    Further analysis into the dump – as below
    Termination occurred in the ABAP program "SAPLRSSM" -
    in "RSSM_SLEEP_DEBUG".
    The main program was "SAPMSSY1 ".
    In the source code the termination point is in (Include) program "LRSSMU39".
    This refers to an issue that appears to have been addressed by OSS Note
    934648(meant for SP8). This notes also indicates to populate RSADMIN table to
    exclude "RSSM_SLEEP_DEBUG". Not sure if this note is valid for SP13? However we went ahead and populated the RSADMIN table.
    So now we have no clue what’s going on and where to fix the issue.
    As per SAP suggestion we applied the following notes:
    0000653996  Analyzing lock situations
    0000893563  Correction: Deadlock on completion of a remote chain
    0000994007  Corrections: Deadlock with external status query
    0001005481  Correction: Process successful, but there is no instance
    0001047174  Correction: Incorrect scope when locking in process chains
    0001051957  Correction: TIME_OUT during dialog confirmation of processes
    0001083660  Report for error stack analysis
    Nothing seems to help us. And SAP suggested a few options, which we implemented to no rescue.
    I’m sure that many of the customers have applied SP13, and want some feedback from them, if this is happening in their systems too?
    If so, how did you fix this issue?
    Or this situation is unique to us?Please note that no settings were changed as of SP13 to that of what they were in SP12(unless it is a side effect of the patch itself). Everything worked fine with SP12 and is still working on the BIP system. All the problems are in BIQ patched to SP13.
    Any pointers or insight would be appreciated. We have a customer msg open with SAP, and going back and forth, but nothing seemed to work as of today.
    Thanks,
    Voodi

    Not sure which OSS helped us get past the issue, as SAP asked us to apply a ton of notes. But along which the notes, SAP has some suggestions for us, which we think did the magic. After the implementation of the suggestin we never faced the same issue again. The suggestion by SAP:
    move the process chain callback in a batch job by executing
    program RSSM_TRACE_SWITCH and selecting the flag "verifcation
    of asynchronous processes - execute in batch".
    Lemme know if this doesnt fix the issue, I can give all the notes that SAP asked us to apply.
    Message was edited by:
            voodi

  • I had  to restore my iPad mini. Now when I go to the App Store and tap the cloud to reload some of my apps, it times out and they won't load. Any suggestions?

    i had to restore my iPad mini and when I go to the App Store to reload some of my apps it times out and doesnt reload them. Any suggestions?

    Close the App Store app and reset your iPad.
    Now close all apps. In order to close apps, you have to drag the app up from the multitasking display. Double tap the home button and you will see apps lined up going left to right across the screen. Swipe to get to the app that you want to close and then swipe "up" on the app preview thumbnail to close it.
    In order to reset your iPad, hold down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple logo appears on the screen after which time you can release the buttons and let the iPad start up.
    IF that didn't help, try turning WiFi off on your iPad in the Settings, restart the iPad, then turn Wifi on again.

  • Trouble sending small MP3 files using firefox version of my AOL e-mail..times out and refuses to send. Works in Safari. Why?

    If I try to send Mp3 files over e-mail using Firefox..it times out and says 'Encountered an error. I have these MP3's compressed to under 1 MB..like 756kb..so size is not an issue. No problem when I open my e-mail in Safari

    Hi petro_jemes,
    Just a little claritification, you need to add the value to the variable "[string]$ou", and also change the language in the variable "$emailbody" in the function "Get-ADUserPasswordExpirationDate".
    I hope this helps.

  • Authentication time-outs and delays

    hello
    we have got a scenario which our enterprise environment  discovered as authentication time-outs and delays , the all authentication is NTLM only , we also using many devices such as smartphone and other moiled components ,any option or way to get fix
    that kind of issue
    thanks in advanced
    ivan bikmbauer 

    On Mon, 25 Aug 2014 11:37:47 +0000, Shuki Noy wrote:
    ask me security question
    but ask something very complicated
    This has nothing to do with your technical knowledge, the issue here is
    that you're artificially attempting to increase your forum points by
    creating fake profiles, posting "questions", posting responses using your
    own profile and then using the fake profiles to mark your own responses as
    "answers".
    I am not going to continue this discussion in the forum as it is off-topic
    and wastes everyone's time.
    I notice that you didn't answer my questions about your TechNet Gallery
    contributions.
    If you want to continue this discussion then you can do so over email. My
    email address is pkadare @ gmail.com
    Paul Adare - FIM CM MVP
    "Quoted-Printable: a standard for mangling Internet messages
    Quoted-Unreadable: the result of applying said standard
    Unquoted-Unprintable: the comments from the recipients of the above" -- bf8

  • My iPad 2 will not allow me to update my apps. When I hit the update button I get a spinning circle but then it times out and doesn't update. Please help.

    My iPad 2 will not allow me to update my apps. When I hit the update button I get a spinning circle but then it times out and doesn't update. In the past when I have updated successfully, the spinning circle would show me an indicator of time left on the update. I no longer have this Indicator. The circle just spins and times out and nothing happens. I've reset the iPad in the settings menu, reset the router, logged in and out of Apple id, powered ithe iPad off and on, and tried a couple other "fixes" that I've read online. So far no luck. AAny help would be greatly appreciated. Much thanks!

    How much free space do you have? If it is low, installers may not be able to run properly.

  • I have a Mac Book and purchased a Bose system that uses an antenna to play music from the the laptop - it works great, but the computer times out and shuts down - Help

    have a Mac Book and purchased a Bose system that uses an antenna to play music from the the laptop - it works great, but the computer times out and shuts down - Help

    Check in "System Preferences">"Energy Saver" to see if you have the "Computer Sleep" bar set too low.

  • Hi, every time i try downloading ios5 it reaches 100% and then the connection times out and nothing happens after that; though the internet connection is fine as i can access other sites etc. what could be the problem?i tried using 2 different modems.

    Hi, every time i try downloading ios5 it reaches 100% and then the connection times out and nothing happens after that; though the internet connection is fine as i can access other sites etc. what could be the problem?i tried using 2 different modems. Where can i download the ios5 from as my itunes is on my desktop which uses windows xp. Please help

    Download iOS 5.1
    iOS 5.1 (build 9B176) is compatible with iPad 1, iPad 2, iPhone 3GS, iPhone 4, iPhone 4S, iPod touch 3rd & 4th gen, and iPad 3. Additional builds are available for Apple TV 2 and Apple TV 3. The below download links are all direct downloads of iOS 5.1 from Apple.
    iPad 1
    iPad 2 Wi-Fi
    iPad 2 GSM (AT&T)
    iPad 2 CDMA (Verizon)
    iPad 2,4
    iPhone 3GS
    iPhone 4 GSM (AT&T)
    iPhone 4 CDMA (Verizon)
    iPhone 4S
    iPod touch 3G
    iPod touch 4G
    iPad 3 Wi-Fi
    iPad 3 GSM
    iPad 3 CDMA
    Apple TV 2 (9B179b1)
    Apple TV 3 (9B179b1)
    Source: http://osxdaily.com/2012/03/07/ios-5-1-download/

  • Airport times out and have to restart

    airport times out and have to restart constantly

    I have exactly the same problem.  It started a few weeks ago and the helpline could not work out the problem, so they sent me a new HUB 2.0.  Ever since, the broadband connection keeps stopping every day several times a day, which is a real pain as I work from home.
    I've just ran InSSider and there are two NETGEAR SSIDs on the same channel as mine (11). Would this affect / be part of problem? There are other SSIDs on channels 1,6,7 and 13.  Not very techie, so would appreciate very basic advice!

Maybe you are looking for

  • Execute link is not working in Web report

    Friends, " Execute" link is dead in   web my report. And also the selection screen is blank for style sheets. Do you have any idea about the cause? Joe

  • ICal event is in the background BEHIND event at the same time in foreground

    I added an event to iCal via Evite and it is BEHIND a recurring event at the same date and time. There is no way to edit it or view it without moving the recurring event. Normally, the event would be shifted to the side so you can view both. Any idea

  • Run a mini displayport cable over a Thunderbolt port

    Hi I have a new imac with 2 thunderbolt ports - and I want to run a mini displayport cable over a thunderbolt port - is there any cable can solve this ?

  • Audio and video clip lengths differ in encore timeline

    Hi I have been working to build a BD-R H.263 ac3 disk.  I used AME from within Premiere Pro to export the M4V and (at the same time) AC3, using the present defualt parameters-no tweaking of any setting.  The clips appear to play great on encore's mon

  • Sorting by IPTC Metadata

    Many of my photos were digitized with a slide scanner and I have manually assigned them an IPTC Metadata "date created". In Photoshop Express and Bridge, I can sort by this date, which puts all of my photos automatically in chronological order. It se