Exchange 2010 is suddenly unmanageable

Hi --
On a SBS 2011 box running Exchange 2010 SP2, Exchange has suddenly become unmanageable. I have no idea what happened overnight to cause this. But I've been trying to get this fixed for two hours already, with no luck.
Nobody can open OWA. From anywhere. Including from the server itself. IE network diagnostics reveal that "The device or resource (whatever) is not set up to accept connections on port "https".
The Exchange Management Console won't open. I get the error "The attempt to connect to http://server/PowerShell using "Kerberos" authentication failed: Connecting to remote server failed with the following error message: The WinRM client cannot process the
request. The authentication mechanism requested by the client is not supported by the server or unencrypted traffic is disabled in the service configuration. Verify the unencrypted traffic setting in the service configuration or specify one of the authentication
mechanisms supported by the server. To use Kerberos, specify the computer name as the remote destination. Also verify that the client computer and the destination computer are joined to a domain. To use Basic, specify the computer name as the remote destination,
specify Basic authentication and provide user name and password. Possible authentication mechanisms reported by server: For more information, see the about_Remote_Troubleshooting Help topic."
Opening an Exchange Management Shell results in the error:
>>>>>>>>>>>>>>>>>>>>>>>>
VERBOSE: Connecting to server.domain.local
[server.domain.local] Connecting to remote server failed with the following error message : The WinRM client sent a
request to an HTTP server and got a response saying the requested HTTP URL was not available. This is usually returned
by a HTTP server that does not support the WS-Management protocol. For more information, see the about_Remote_Troublesh
ooting Help topic.
    + CategoryInfo          : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [], PSRemotingTransportExc
   eption
    + FullyQualifiedErrorId : PSSessionOpenFailed
VERBOSE: Connecting to server.domain.local
[server.domain.local] Connecting to remote server failed with the following error message : The WinRM client sent a
request to an HTTP server and got a response saying the requested HTTP URL was not available. This is usually returned
by a HTTP server that does not support the WS-Management protocol. For more information, see the about_Remote_Troublesh
ooting Help topic.
    + CategoryInfo          : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [], PSRemotingTransportExc
   eption
    + FullyQualifiedErrorId : PSSessionOpenFailed
VERBOSE: Connecting to server.domain.local
[server.domain.local] Connecting to remote server failed with the following error message : The WinRM client sent a
request to an HTTP server and got a response saying the requested HTTP URL was not available. This is usually returned
by a HTTP server that does not support the WS-Management protocol. For more information, see the about_Remote_Troublesh
ooting Help topic.
    + CategoryInfo          : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [], PSRemotingTransportExc
   eption
    + FullyQualifiedErrorId : PSSessionOpenFailed
Failed to connect to an Exchange server in the current site.
Enter the server FQDN where you want to connect.:
<<<<<<<<<<<<<<<<<<<<<<<<
I have checked and double-checked bindings, Kerberos settings, and a slew of other things. I have reset IIS and rebooted the server multiple times. I can't get past this. Everything referenced in the following articles was checked and verified to be as the
articles said they should be:
http://blogs.technet.com/b/bshukla/archive/2012/05/04/exchange-management-shell-error-500-internal-server-error.aspx
http://technet.microsoft.com/en-us/library/ff607221%28v=EXCHG.80%29.aspx
http://support.microsoft.com/kb/2028305
I installed and ran the EMTshooter script referenced in http://blogs.technet.com/b/exchange/archive/2010/12/07/resolving-winrm-errors-and-exchange-2010-management-tools-startup-failures.aspx. This it what it reported:
>>>>>>>>>>>>>>>>>>>>>>>>
Welcome to the Exchange Management Troubleshooter!
We recommend that you run the troubleshooter after making changes to
IIS to ensure that connectivity to Exchange Powershell is unaffected.
Checking IIS Service...
Checking the Exchange Install Path variable...
Checking the Powershell Virtual Directory...
Checking the Powershell vdir SSL setting...
Checking the Powershell vdir path setting...
Checking HTTP Port 80...
Checking HTTP Port 80 Host Name...
Testing for errors...
VERBOSE: Connecting to server.domain.local
[server.domain.local] Connecting to remote server failed with the following error message : The WinRM client sent a r
    + CategoryInfo          : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [], PSRemotingTransportExcep
    + FullyQualifiedErrorId : PSSessionOpenFailed
The Exchange Management Troubleshooter successfully completed connecting to:
server.domain.local
Failed to connect to any Exchange Server in the current site.
Problem found:
Looking for error...
These are the possible causes for this error:
1. The default http binding has been removed from the Default Web Site. Exchange Powershell needs http to be configured
so that the IP Address is "All Unassigned", the Port is "80", and the Host Name is "".  A common scenario for changing t
his is if you are running multiple web sites, and attempting to set up a redirect to https://mail.company.com/owa by req
uiring SSL on the Default Web Site, and creating another web site to do the redirect back to the SSL-enabled website. Re
mote PowerShell requires port 80 to be available on the Default Web Site for all Internet Addresses. If you want to set
up an automatic redirect to /owa and redirect http requests to https, you should follow the instructions located at:
http://technet.microsoft.com/en-us/library/aa998359(EXCHG.80).aspx
and follow the directions under the section:
"For a Configuration in Which SSL is required on the Default Web Site or on the OWA Virtual Directory in IIS 7.0."
2. The http binding on the Default Web Site has been modified, and the Hostname field configured. To correct this issue,
 you need to clear out the Hostname field under the port 80 bindings on the Default Web Site.
After each error is resolved, close this window and re-run the tool to check for additional problems.
<<<<<<<<<<<<<<<<<<<<<<<<
However, the bindings on the Default Web site are correct (I've checked them multiple times).
And the server's System, Security and Application logs are devoid of anything that could even begin to explain what is going on.
And this was all working yesterday ...
I have automatic replies to modify/remove and have no way to get to them. Outlook on the PCs won't pull up Automatic Replies, claiming that the server is unavailable. On the other hand, email is coming and going fine ...
I need to get this fixed _now_. Does anybody know how to get to the bottom of this -- and what could have possibly happened to cause this in the first place?
Thanks
CL

Hi --
C:\Users\Administrator>winrm quickconfig
WinRM already is set up to receive requests on this machine.
WinRM already is set up for remote management on this machine.
C:\Users\Administrator>winrm invoke Restore winrm/Config
Restore_OUTPUT
C:\Users\Administrator>winrm get winrm/config
Config
    MaxEnvelopeSizekb = 150
    MaxTimeoutms = 60000
    MaxBatchItems = 32000
    MaxProviderRequests = 4294967295
    Client
        NetworkDelayms = 5000
        URLPrefix = wsman
        AllowUnencrypted = false
        Auth
            Basic = true
            Digest = true
            Kerberos = true
            Negotiate = true
            Certificate = true
            CredSSP = false
        DefaultPorts
            HTTP = 5985
            HTTPS = 5986
        TrustedHosts
    Service
        RootSDDL = O:NSG:BAD:P(A;;GA;;;BA)S:P(AU;FA;GA;;;WD)(AU;SA;GWGX;;;WD)
        MaxConcurrentOperations = 4294967295
        MaxConcurrentOperationsPerUser = 15
        EnumerationTimeoutms = 60000
        MaxConnections = 25
        MaxPacketRetrievalTimeSeconds = 120
        AllowUnencrypted = false
        Auth
            Basic = false
            Kerberos = true
            Negotiate = true
            Certificate = false
            CredSSP = false
            CbtHardeningLevel = Relaxed
        DefaultPorts
            HTTP = 5985
            HTTPS = 5986
        IPv4Filter = *
        IPv6Filter = *
        EnableCompatibilityHttpListener = false
        EnableCompatibilityHttpsListener = false
        CertificateThumbprint
    Winrs
        AllowRemoteShellAccess = true
        IdleTimeout = 180000
        MaxConcurrentUsers = 5
        MaxShellRunTime = 2147483647
        MaxProcessesPerShell = 15
        MaxMemoryPerShellMB = 150
        MaxShellsPerUser = 5
C:\Users\Administrator>winrm enumerate winrm/config/listener
C:\Users\Administrator>netstat -aon | find ":80"
  TCP    0.0.0.0:80             0.0.0.0:0              LISTENING       4
  TCP    0.0.0.0:808            0.0.0.0:0              LISTENING       4856
  TCP    192.168.214.20:80      192.168.214.20:15979   ESTABLISHED     4
  TCP    192.168.214.20:15979   192.168.214.20:80      ESTABLISHED     6336
  TCP    192.168.214.20:15980   192.168.214.20:80      TIME_WAIT       0
  TCP    192.168.214.20:15997   192.168.214.20:8014    SYN_SENT        8528
  TCP    [::]:80                [::]:0                 LISTENING      
4
  TCP    [::]:808               [::]:0                 LISTENING      
4856
  TCP    [fe80::adee:f7f8:e6f6:1f35%13]:80  [fe80::adee:f7f8:e6f6:1f35%13]:15926
  TIME_WAIT       0
  TCP    [fe80::adee:f7f8:e6f6:1f35%13]:80  [fe80::adee:f7f8:e6f6:1f35%13]:15973
  TIME_WAIT       0
  TCP    [fe80::adee:f7f8:e6f6:1f35%13]:80  [fe80::adee:f7f8:e6f6:1f35%13]:15978
  TIME_WAIT       0
  TCP    [fe80::adee:f7f8:e6f6:1f35%13]:80  [fe80::adee:f7f8:e6f6:1f35%13]:15982
  TIME_WAIT       0
  TCP    [fe80::adee:f7f8:e6f6:1f35%13]:80  [fe80::adee:f7f8:e6f6:1f35%13]:15984
  TIME_WAIT       0
  TCP    [fe80::adee:f7f8:e6f6:1f35%13]:80  [fe80::adee:f7f8:e6f6:1f35%13]:15989
  TIME_WAIT       0
  TCP    [fe80::adee:f7f8:e6f6:1f35%13]:80  [fe80::adee:f7f8:e6f6:1f35%13]:15990
  TIME_WAIT       0
C:\Users\Administrator>
PID 4 is c:\Windows\system32\ntoskrnl.exe
PID 6336 is DataCollectorSvc.exe
I'm still getting all the same errors.

Similar Messages

  • Exchange 2010 DAG netowrk replications issues - Causing database copies to be disconnected and resynchronizing.

    My
    environment is as follows.<o:p></o:p>
    We have 3 exchange 2010 servers.<o:p></o:p>
    EX1, EX2, DREX1. All servers are exchange 2010 14.2 build 247.5<o:p></o:p>
    EX1 and EX2 have two nics, one LAN and one for BACKUP <o:p></o:p>
    The dag is configured to to communicate to all three.<o:p></o:p>
    The IP for EX1 is 192.168.100.51 - LAN, switch A; 160.100.3.51 - BACKUP, switch B<o:p></o:p>
    The IP for EX2 is 192.168.100.52 - LAN, switch A; 160.100.3.52 - BACKUP, switch B<o:p></o:p>
    DREX1 is located in another network. It is in another building connected via vpn. The ip
    for DREX1 is 192.170.100.51. There is no BACKUP network for this server<o:p></o:p>
    (These are not the actual address, but the concept is similar)<o:p></o:p>
    The dag network configuration is as follows.<o:p></o:p>
    DAGNetworkDR has a subnet of 192.170.100.0/24; Network Interface of 192.170.100.51<o:p></o:p>
    DAGNetwork01 (LAN) has a subnet of 192.168.100.0/24; Network Interfaces of 192.168.100.51
    and 192.168.100.52<o:p></o:p>
    DAGNetwork02 (BACKUP) has a subnet of 160.100.3.0/24; Network Interfaces of
    160.100.3.51 and 160.100.3.52<o:p></o:p>
    Last Friday, 3/7/14 something happened.<o:p></o:p>
    To lead up to that, I noticed the issue because we have DPM 2010 making 15minute express
    full backups of our exchange databases when I reviewed the backup jobs, the
    exchange database backups using dpm2010 failed all weekend long starting at
    11:00pm that Friday.<o:p></o:p>
    The issue that occurred was that the database copies went to a status of Disconnected and
    Resynchronizing, and after about 30 seconds, the status would show
    Resynchronizing.<o:p></o:p>
    All attempts to resolve this with the research methods failed.  Deleting the
    logs and reseeding failed, suspending, then rebuilding failed.<o:p></o:p>
    Creating a new database worked, creating a database copy worked, but seeding the copy
    failed. All with the same pattern, a status of Disconnected and
    Resynchronizing, and after about 30 seconds, and the status would show
    Resynchronizing.<o:p></o:p>
    The database was mounted on EX2, and seeding to EX1
    DREX1 has no issues.<o:p></o:p>
    All the DAG networks were in a good status, all Green and all up.  I could ping from
    EX1 to EX2 and from EX2 to EX1 on both networks fine.<o:p></o:p>
    In the middle of the week, about 3/12/14, we resolved the issue. We rebooted EX1, no
    fix, but after rebooting EX2, it all resolved.  It did a fail over to DREX1. I think it failed to do the failover to EX1. However, when it came back up, it was happy, it was reseeding slowly. After about an hour and a half, it
    was all healthy.<o:p></o:p>
    We thought it was all good EXCEPT, on Friday night at 11:00pmish on 3/14/14, the same
    issue occurred; a status of Disconnected and Resynchronizing, and after about
    30 seconds, the status would show Resynchronizing.<o:p></o:p>
    The database was mounted on EX2 and seeding to EX1 again. I did not notice the
    issue until I performed my review of the backup jobs again on Monday.<o:p></o:p>
    Late Monday morning, my boss and I were looking at more articles, but all the same results,
    delete the database copy and reseed. Which we knew would not work.<o:p></o:p>
    I mentioned that it was strange because the networks were all up. What made us try the next
    scenarios was just "luck" I guess. I made a statement about not remembering
    which networks DAG replication took place over.  Again, we have a LAN and
    a BACKUP network.  Bother were listed to use replication, so we decided to
    disable replication over the BACKUP network in the EMC. Immediately, the
    database copies switch to healthy and started seeding.<o:p></o:p>
    Later that evening I enabled replication over the BACKUP network and it failed again with
    a status of Disconnected and Resynchronizing, and after about 30 seconds, the
    status would show Resynchronizing.  I disabled the replication over the
    BACKUP network and the database copy went back to healthy<o:p></o:p>
    The last round of windows updates were pushed to these boxes the Friday before the
    issues began, 2/28/14.  I don't believe the updates to be the issue. <o:p></o:p>
    Can anyone make any suggestions as to where to look?  It worked with the BACKUP
    network enabled to so long that is eluding me as to why the issues would start
    all of a sudden. I am also confident that the switch configuration for the
    BACKUP network has not been changed at all in at least 2-3 months.  I am
    still open to look at the config. Please help if you can.<o:p></o:p>
     <o:p></o:p>
    Lastly, this is more of a monitoring thing, if anyone can suggest a good way to monitor
    the database copies so that I can be alerted when the status changes.  We
    use WhatsUpGold 16.2 to monitor the devices.  <o:p></o:p>
    Thanks for any future assistance.<o:p></o:p>
    Ian
    Ian

    You don't have to enable the Replication on Backup Network.
    You should collapse your DAG network.
    http://blogs.technet.com/b/timmcmic/archive/2011/09/26/exchange-2010-collapsing-dag-networks.aspx
    http://blogs.technet.com/b/samdrey/archive/2012/12/04/exchange-2010-dag-collapse-the-mapi-networks-in-a-dag.aspx
    Post the result of Below command:
    Get-DatabaseAvailabilityGroupNetwork 
    Cheers,
    Gulab Prasad
    Technology Consultant
    Blog:
    http://www.exchangeranger.com    Twitter:
      LinkedIn:
       Check out CodeTwo’s tools for Exchange admins
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • Microsoft Exchange 2010 and Outlook 2013

    My colleagues computer suddenly crashed yesterday and it wouldn't restart without a system restore.
    Now when we try to open up Outlook it says that you must connect to Microsoft Exchange at least once before you can usse your Outlook Data file (.ost)
    Also The PC has lost the trust relationship on the domain
    We have exchange 2010 and the servers OS is Microsoft Windows Small Business Server 2011 and the Client PC is running off of Windows 8.
    Can you please help me resolve this issue?
    kind regards
    Steve Bradshaw
    [email protected]

    It might be possible that the MAPI key (which enables Outlook to synchronize with Exchange) has been deleted due to the System crash. So, in order to establish the connection, you need to Reconnect the OST file to the original MAPI profile and then reconnect
    then MAPI profile to Exchange Server. 
    If the above method fails to resolve the issue, then the best option for you would be to take the help of any professional OST to PST Conversion Software, which will help you to Extract data from your OST file and convert it to PST file which you can import
    back to your Outlook to establish the connection with Exchange Server again.
    You can check this
    presentation for more info.
     

  • Blank message body when sending or receiving HTML formated emails Exchange 2010

    I Have just installed Exchange Server 2010 over the weekend on a customers system.  All clients using either Outlook 2003 or 2007 are unable to see any text in the body of emails that are formatted in HTML.  If they receive an email formatted as HTML there is no body text, if they send an Plain Text formatted email the recipient sees the text in the body.  This problem presents across all Exchange users and affects all HTML formatted emails sent or received since transitioning from Exchange 2007 to 2010.  Plain Text and Rich Text email present with no issues. If we import old email via a pst they afre able to see all email text both HTML and plain text. when we access the clients email account via OWA all emails work but then if we go into outlook 2003/2007 and click the email it removes the body text from the email in both the client and OWA have tried Outlook connection issues with Exchange 2010 mailboxes due to RPC encryption requirement
     http://support.microsoft.com/default.aspx/kb/2006508 and it made no difference at all.
    Thanks
    Update: Have just tested further and all pc seem to work ok with either 2003 or outlook 2007 on.  The problem only seems to be happening on the remothe desktop services server which has outlook 2007 ( have also tried outlook 2003 with same results)

    We have just migrated to Exchange 2010 and have had some blank emails come in to our system.  We think we have a reason and fix for
    it. Hopefully this helps someone else…
    Staffs have their own private mailbox (as you would expect) but also share common mailboxes like "Support" and "Info". When an email came
    into the inbox on a shared mailbox, it might be blank. Plain text emails seemed to be okay. 
    We found that when an email came in, it was readable for about two or three seconds (you need to be setup to send a test and check the inbox quickly - we used Outlook 2007 with the reading pane turned on) and then it blanked out!. We checked the incoming
    email by using the arrow keys to select it and then select the email below the new email, if you go back and forth between them you can see the good new email suddenly goes blank.
    So send another test, but this time make sure the email is set to “Plain Text”. Our email turned up fine, two seconds latter
    it had a NOD32 signature appended to the end of it saying that it had been scanned by NOD32 (you may have seen this kind of note appended to the end of emails before).
    What appeared to be happening is that one or more users sitting at their desks in Outlook had different settings configured in NOD32 (they
    were supposed to be using the server based profile that we control). We thought we had the server doing the AV work, but several of our client PCs had NOD32 enabled to integrate with Outlook. New items received in the shared Inbox’s were being scanned
    by the client PCs and having a signature appended which was mucking up the HTML format of the email and Exchange 2010 blanked them out.
    Make sure your AV products aren’t corrupting the email formats causing them to be displayed blank. Try tests using OWA only and don't
    access the mailbox using Outlook.
    Thanks.

  • EMC Does Not Show All Databases Copies Information on DAG - Exchange 2010 SP2

    Hi guys,
    Really need your help here, suddenly my customer complain that they cant see any information on database copies on their Active Copy DAG Exchange server, for another DAG members, the database copies information is visible. After do some readings, I found
    this related to Exchange 2010 SP1 known issue. 
    http://workinghardinit.wordpress.com/2010/09/13/emc-does-not-show-all-database-copies-after-upgrade-to-exchange-2010-sp1-still-investigating/
    But, for my environment, there is Exchange 2010 SP2. I have no idea on this issue since there is no error log thrown out from the event viewer. I already try to restart the server itself and the Microsoft Information services but no luck.

    Hi,
    Based on the description, your customers could see passive database copy information, but they couldn’t view the detail information such as state: Healthy in EMC.
    When did this issue begin?
    Please restart the AD topology service to check result.
    Since we have the information correctly on Exchange shell, please try to clear EMC cache and then open console to check if you can see database copy in EMC.
    Best regards,
    If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Belinda Ma
    TechNet Community Support

  • Error 1603 when installing Rollup 4 for Exchange 2010 SP2

    Hi There,
    I have began upgrading our Exchange servers to Rollup 4 for Exchange 2010 SP2 last week and the first 3 servers all successfully installed it without any problems.  However I have hit a problem with my 4th server.
    I am receiving the 'common' error 1603 in my Application log and I have already ran through many potential fixes to this problem on various posts on this and other forums, but to no avail.
    I have tried the following without success:
    Turning off UAC
    Running from elevated CMD prompt
    Running from elevated Powershell command
    Removing and re-adding "Exchange Trusted Subsystem" from the Administrators group
    Re-downloading the RU4 install package to the local disk on the server
    Adding more RAM and CPU resources
    I have watched the installation process and it seems to update of the native assembly files and comes to the "Starting Services" process, with which it appears to do fine as I have watched the Services starting within Server Manager while this has been running,
    but then all of a sudden just begins "Rolling back actions".
    The only difference with this server to the others is the fact that a colleague of mine had to recover this server within the last 6 months and ran the Setup /m:RecoverServer command
    to do so, could this have anything to do with it?
    I have installed Exchange 2010 Service Pack 2 on this server since the recovery though.
    I am running out of ideas so any help would be greatly appreciated.

    skippy-85,
    Any updates on this Issues?
    In case if the issue stands
    resolved, Please mark Solution for this Thread and close this.
    In case if you still have
    the issue with the RU4 installation do let us know!
    Thanks
    Exchangeexperts.in ~ ( Exchange | 2003/2007/2010/E15(2013)) ~Mark this if Helpful~ This Information is provided "AS IS" and confers no Rights!!

  • Can IDM 8.1 support MS Exchange 2010 ?

    Hellos
    Is there ANY way we can introduce Exchange 2010 support into our IdM solution?
    Customers are migrating directly from Exchange 2003 to Exchange 2010.
    What is the status re Active Directory "connectors" is there any sort of IdM migrating tool to switch from AD Gateway approach to AD Connector.
    What we are faced with is the sudden REWRITE of ALL AD provisioning.
    a pissed off GF

    Hi everyone.
    I did a little bit more digging and found the following piece of information that I think you'll all find beneficial.
    A few months ago one of my customers asked the following:
    If a customer is planning on using the Active Directory connector with Exchange 2007 support
    enabled, how will that affect IDM provisioning to Exchange 2010? Is that a configuration that's
    supported?
    I then received the following answer:
    The connector provides the same functionality for Exchange 2010 that it did for Exchange 2007 (no
    more, no less).
    See the connector documentation for specifics: http://wikis.sun.com/display/IdentityConnectors/Exchange+Connector
    What is doesn't do is support specific 2010 functionality (such as the ability to set Out of Office
    Messages, that used to exist pre Exchange 2007 and was added back in for Exchange 2010).
    Having said that, there is still the issue of the 8.1.1 release notes not stating specific support for Exchange 2010.
    But for all intents and purposes, I've seen a few indications that it should work without issue. I am currently awaiting clarification on the subject, which I will be sure to post once I receive it.
    I hope this helps.
    Regards,
    Alex

  • Exchange 2010 Management Console Initialization failed

    Hi.
    I have a server running 2008R2 as a domain controller with Exchange 2010 aswell.
    This is a fairly new migration from a sbs2003 server, which went very well, in regards to exchange and AD.
    The management console has worked since the migration, but suddenly today it stopped working, with the following message (the message is actually from the management shell, which isn't working either.):
    [dc.domain.local] Connecting to remote server failed with the following error message : The WS-Management service cannot
    process the request. The system load quota of 1000 requests per 2 seconds has been exceeded. Send future requests at
    a slower rate or raise the system quota. The next request from this user will not be approved for at least 975630592 milliseconds.
    For more information, see the about_Remote_Troubleshooting Help topic.
    IIS is working, and listening on ports 80 and 443.
    All services are running. I have tride to restart IIS, Windows Remote Management, informationstore and system attendant, but still no luck.
    I hope you can help me figure this out.
    Anders

    I got it. I had to open IIS7 and create the Default Web Site, as I'd deleted it sometime ago.
    Once I did that, everything worked great! Frustrating the things we do that come back and kick us in the face for hours, months later....

  • Poor Audio Quality From Exchange 2010 UM

    Hi,
    I'm experiencing an issue with our Exchange 2010 Unified Messaging system in that the audio quality is suddenly rather poor.  We are using Cisco Callmanager 7 for our phone system.  When you call an automated attendant, hit the "messages"
    button or call the extension to go to voicemail, the audio you hear "crackles," or sounds like it is skipping slightly in that there are brief but noticable interruptions in the audio.
    The audio quality issue only occurs when you are connected to voicemail or automated attendants, but not when conversing to other people on phone calls, so that leads me to believe either some interoperability between CM and Exchange UM is malfunctioning, or
    just something in UM is a problem.  Also, if you listen to voice messages through the computer instead of over the phone, the quality is fine.  The problem seems to be mainly with calling in to the UM system.
    What can I do to properly troubleshoot this?  I have found the Exchange 2010 UM Troubleshooting Assistant, but I have to wait another 2 weeks before I can install Service Pack 1 due to downtime window restrictions.  I'm not coming up with a lot of
    documentation involving this, so if anyone has any information they think might help me get to the bottom of this I would apprecaite it.
    Thank you.

    Cisco Callmanger and UM are on the same LAN.
    I highly doubt that QoS is the culprit here, simply because there aren't any issues with phone calls.  If QoS was dropping VOIP packets, then IP phone to IP phone calls would also have poor audio quality.  If I call somebody on another IP
    phone on the LAN, the audio quality is perfect.  It is only when you are connected to the UM system that you hear the poor audio quality -- either listening to voicemail prompts, listening to actual voicemails, listening to the automated attendant --
    anything in which UM is on one end of the phone call.
    It also seems strange that this is somewhat intermittent.  When the issue first occurred, it was definitely happening every time you called in to the UM system and I could repeat the issue by simply pushing my messages button and listening to the welcome
    and prompt for a PIN.  I restarted the Exchange server at night, and the next day it was intermittent with people calling the help desk to say they were getting poor audio quality from UM but when I tried to repeat the issue I could not.
    I also have users complaining of intermittent slowness when using Outlook, which may be totally unrelated.  I have been running Perf logs on the Exchange server for the last couple of weeks othe CPU, Network Connections, Exchange RPC totals, etc.
    and can't find anything that is using too many resources.

  • Exchange 2010 Monitoring

    Hi,
    I have a customer who have Exchange 2010. They have asked me to look into monitoring for them. They already monitor standard things like CPU, Memory etc and some Exchange metrics such as Database sizes, queues etc.
    The customer wants to be able to look at Exchange and be confident that it would be fit for purpose if sudden growth occurred (such as an acquisition) and how that could potentially impact the Exchange environment (increased connections, latency etc).  Ive
    found the counters you can use from technet but this list is extensive. I guess I am looking for real world examples of how I can achieve this and be able to use the data to estimate future growth.
    Any help greatly appreciated as always

    Load on a exchange system depends on various factors like:
    1. User Profile size (message sent/received per day)
    2. Number of DAG copies
    3. Backup Requirements
    4. Dumpster size
    5. Storage Infrastructure
    6. Hardware / Virtual Infrastructure
    7. Number of CAS devices (OWA/RPC/Active Sync)
    8. Line of Business Integrations
    Every infrastructure is different in many ways depending on parameters described above. Exchange Role sizing calculator should be the benchmark against your deployment. Even Microsoft support would recommend to match the deployment with the calculator result.
    I would suggest to use performance monitors for CPU, Memory, Hard disk and Network. Monitor RPC requests, User profiling, Exchange Back Pressure, and Storage I/O load for the current infrastructure. You should always consider 20% of expansion and 10% of
    miscellaneous load on the exchange infrastructure. 
    Always keep CPU / Memory to max 70% usage and ensure DAG database are redistributed equally among nodes. On the CAS side, use Exchange User Monitor to view Exchange CAS load.
    Most importantly, keep an eye on CPU/Memory usage on CAS. Disk I/O, CPU / Memory usage on HUB Transport and Mailbox. If the trend is on higher side for many days after there have been change in the head count, you would need to scale up server sizing (CPU
    / Memory) or scale out with more servers.
    Let me know if you need more details.
    - Sarvesh Goel - Enterprise Messaging Administrator

  • Exchange 2010 SP3 outlook prompot password for linked mailbox

    Hi All,
    I have forest A and forest B, there is an Exchange 2010 SP3 server in forest A, linked mailboxes are created for user inside forest B. Trust relationship can be verified , in place and active. Suddenly , some linked mailbox user got outlook password prompt
    repeatedly but OWA and Active Sync is still working fine.
    I have reset Exchange Web Services Virtual Directory. but the issue still persists. Please advise
    Regards,
    Zaw
    ZAW

    Step 1: Close Outlook program and create backup of PST file
    Step 2: Now run SCANPST.EXE on copy of your PST and repair
    SCANPST.EXE is found in these locations according to different Outlook versions:
    In MS Outlook 2002/XP: C:\Program Files\Common Files\System\MAPI\ \scanpst.exe
    In MS Outlook 2000:C:\Program Files\Common Files\System\MAPI\ \NT\scanpst.exe
    In MS Outlook 97/98:C:\Program Files\Common Files\Windows Messaging\scanpst.exe
    Note: Do not use backup option in SCANPST.EXE as you working with a duplicate copy of PST 
    file.
    Step 3: Then open the command prompt by clicking Start >> Run
    Step 4: Paste or type the file path to PST19UP and your PST name: PSTUPG19.EXE-filename.pst 
    and press Enter.
    Step 5: The command line will resemble: “C:\My Documents\pst19upg.exe”- Outlook.pst.
    Step 6: A new copy of the PST file will be created, which is called “filename.psx”.
    Step 7: Once you have completed, rename the original PST file.
    Step 8: Now at the Command Prompt, type “pst19upg.exe- filename.psx” and press Enter
    Step 9: A new password-free PST file will be created from PSX file.
    Step 10: Now open your MS Outlook program and open the PST file.

  • IPhones using activesync causing excessive transaction log growth on Exchange 2010

    Hi there.
    We have around 60 iPhone or iPad users who are retrieving their emails from our Exchange 2010 SP2 servers using activesync.
    Back when everyone was using the 3GS this worked just fine but late in 2011 we noticed that the transaction logs on our exchange servers were growing out of control. They should be roughly two times the volume of emails sent or received but all of a sudden we were getting fourty times as many! We only send just over 1GB of emails per week but have 50GB of transaction logs in that time.
    I've spent ages trying to track down the cause and have an open TAC case with Microsoft that's been dragging on for several months now. We have recently proved that it's activesync causing the log growth - disable it and everything returns to normal - but they don't seem to be in any rush to identify a fix and I suspect their answer will be "Stop using iPhones".
    Has anyone else seen this behaviour before and if so did you find a fix?
    I was hoping iOS 6 might provide a solution but I'm reluctant to get everyone to upgrade because of the well publicised problems with maps and now I see that there are different Activesync bugs involving cancellation of meeting requests.
    Anyone who can provide me with a resolution will win a prize as I'm at my wits end here.
    Thanks

    I have seen the issue twice in two weeks.  Two different users, the commonality is both an iphone, and an ipad.  In both cases the ipad was on wifi.  I was able to turn on device logging in the ECP and in 20 minutes captured over 1 MB log on i-pad.  I disabled the i-pad via the ecp and issue disipated.
    When I reviewed the log the content that was being sync'd was over 5 months old.  I instructed the user to back off to 30 days.  Device is still stable, and the 30 days is just a temporary solution.  I have opened a case with Microsoft for further review of the session log.  What is interesting is that the log is consumed with a particular fetch and message class:  ipm.note.eas  <- EAS is the Exchange Archiving System stub created by Zantaz.  I confirmed with our admin that we did not do any sync on the EAS server.  I am looking into if the User initiated an Outlook resync of stubs.
    <Fetch>
         <ServerId>8:19930</ServerId>
         <Status>1</Status>
         <ApplicationData>
          <To xmlns="Email:" bytes="50"/>
          <From xmlns="Email:" bytes="35"/>
          <Subject xmlns="Email:" bytes="18"/>
          <DateReceived xmlns="Email:">2012-08-26T04:01:29.964Z</DateReceived>
          <DisplayTo xmlns="Email:" bytes="16"/>
          <ThreadTopic xmlns="Email:" bytes="14"/>
          <Importance xmlns="Email:">1</Importance>
          <Read xmlns="Email:">0</Read>
          <Body=4502 bytes/>
          <MessageClass xmlns="Email:">IPM.Note.EAS</MessageClass>
          <InternetCPID xmlns="Email:">1252</InternetCPID>
          <Flag xmlns="Email:"/>
          <ContentClass xmlns="Email:">urn:content-classes:message</ContentClass>
          <NativeBodyType xmlns="AirSyncBase:">3</NativeBodyType>
          <ConversationId xmlns="Email2:">BEF20C7413954F8DAC2C558F7AE26FF0</ConversationId>
          <ConversationIndex xmlns="Email2:">CD8206EA510011DCEC00FFFF9F122F8002B86D80</ConversationIndex>
          <Categories xmlns="Email:"/>
         </ApplicationData>
        </Fetch>
    device details:
    Device OS:
    iOS 6.0.1 10A523
    Device language:
    en
    User agent:
    Apple-iPhone4C1/1001.523
    Device OS:
    iOS 6.0.1 10A523
    Device language:
    en
    User agent:
    Apple-iPad3C2/1001.523

  • Mail, Exchange 2010, and certificates

    Hi.
    The company I work for just upgraded their Exchange server to 2010 and all of a sudden my email account in Mail doesn't work anymore. In sheer desperation I tried to connect using Microsoft Outlook and the only way that I could create an account there was by submitting my certificate before entering my email account credentials. I get the feeling that this might be a kind of setting on the server side that someone turned on when we were transferred to Exchange 2010.
    In Mail, when I try to set up my Exchange account there is no way of submitting my certificate, or am I missing something? If not, does anyone know a way around this (by associating Mail with my certificate somehow – I don't know...)
    Many thanks in advance!
    /Cristian

    I added back the send connector on the 2010 exchange. everything still works fine since I still have the send connector on the 2003. However...
    I connected through telnet to server2 (the exchange 2010) and was able to mail internally. however I couldn't send mail externally, it gives me a "cannot relay" error when I enter my rcpt to:... command.
    I am guessing that this may be the reason why the queue is not emptying itself through that send connector.
    Anything else I could try to test my "send connector" on the 2010 exchange?

  • Exchange 2010 Server not receiving External Mail

    Hi everyone,
    I have an Exchange 2010 Server which is connected to an edge server.
    Suddenly yesterday all the exchange users on this network stop receiving inbound Emails.
    Sending and receiving internal emails still works and even sending outbound emails.
    I try to restart the server to see if this could have solved the problem but unfortunately it didnt work.
    I dont know much about exchange and would be grateful is someone could offer a solution.
    Thank
    Breon

    Hi,
    Agree with v_2udan. And I just want to make a supplement to him.
    1.  
    The external Domain Name System (DNS) servers for your domain must have mail exchanger (MX) resource records pointing to your
    mail servers, or, if you are using an Internet service provider (ISP) or an external system, this external system must have an MX record for your domain and a mechanism to forward mail to your Exchange servers.
    2.  
    External servers must be able to access 25 port of you Exchange server on the internet. It can’t be blocked by firewall
    or other networking settings.
    3.  
    On Receive Connector, Anonymous users should be selected in Permission Groups.
    4.   Since
    you have Edge server, you can re-subscribe the Edge server.  
    Hope this helps.
    Thanks
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • ISA 2006 publish Exchange 2010 Outlook Anywhere with KCD/NTLM and IPSEC - Problem

    Hi
    I have setup ISA 2006 to publish Exchange 2010 Outlook Anywhere with Kerberos Constrained Delegation and IPSEC.
    The clients have an IPSEC policy pushed to them via GPO.  The clients are windows 7 laptops and the ISA server is server 2003, so the IPSEC connection is IKE not AuthIP.
    However, it seems that the connection will work for a while, then all of a sudden stop working with zero trace of why.  I cant get the Oakley log to work and I cant see any traffic on the ISA.
    I am wondering if I need to publish the CRL's externally?  Currently we don't, and the Outlook Anywhere uses private certificates (as the whole point of IPSEC is to validate the internal certificate, there is no point in using
    public certificates).
    I have tried using the StrongCRLCheck=0 registry key in the IPsec Policy Agent on the windows 7 machine but it doesn't seem to make a difference.
    Any advice would be appreciated.
    Steven

    Hi,
    Firstly, have you received any related error messages in ISA server or on the clients' side? Besides, as you mentioned IPsec, did you have a VPN connection?
    In addition,
    While ISA 2006 only includes a Client Access Web Publishing Wizard for both Exchange 2003 and Exchange 2007. Which Exchange version you have chosen when publishing Exchange 2010?
    Please also make sure that you have selected the
    External interface for the web listener to listen on.
    Besides, the link below would be helpful to you:
    OWA publishing using Kerberos Constrained Delegation
    method for authentication delegation
    Best regards,
    Susie

Maybe you are looking for