Cannot open EMC on exchange server

I am having a strange problem. I have an exchange 2010 server on windows 2008 r2 that has been working perfectly for more than a year. Now suddenly I can't open the EMC or even the EMS.
I get this error,
"The attempt to connect to the server using kerberos failed..............connection to the specified remote host was refused. Verify that the WS-Management service is running on the remote host and configured to listen for requests on the correct
port and HTTP URL"
I have tried everything I can think of, winrm quickconfig and
WinRM enumerate winrm/config/listener both seem to be normal.
in IIS, the "MsexchangePowershellAppPool" application pool is running and under powershell Virtual directory both
kerbauth and WS-Man are native and local.
I don't know what else to do and how to get this EMC (and EMS) to work again.....

Try following
Method 1:
Close all MMC/EMC instances before proceeding.
Open Registry Editor (regedit) as the user you run the EMC under.
Go to
HKEY_CURRENT_USER\SOFTWARE\Microsoft\ExchangeServer\v14\AdminTools
Look for value NodeStructureSetting.
If it is there, back it up and then remove it.
Method 2:
Close all MMC/EMC Instances before proceeding.
Open Powershell or Powershell IDE as the user you run the EMC under and execute the following command:.
Remove-ItemProperty -Path HKCU:\Software\Microsoft\ExchangeServer\v14\AdminTools\ -Name NodeStructureSettings
Close Powershell
After performing either of the methods above to remove the registry entry you should be able to open the Exchange Management Console and it will discover another Exchange server and connect.
Lrok

Similar Messages

  • Cannot log on to exchange server

    I have Torch 9800 and had no problem with synchronizing it with my calendar, address book and notes. Then I updated the Desktop Manager to the newest one and after that I´m getting this message:
    "Cannot log on to Exchange Server. Please check server access or provide a valid password"
    I´m not using an Exchange Server and as I said before it only occurred after upgrading the Desktop Manager.
    I would appreciate if someone could help me and provide me with a step by step instruction as I´m not the best one in computers :-)
    The Enterprise Account Settings are set to NONE.
    Thanks,
    A Jonsson
    Solved!
    Go to Solution.

    I found this on another website and it did the magic :-)
    SOLUTION: Assuming you have the latest Desktop Manager installed from BB, with both BB & OL 2010 closed
    1.Open Control Panel and click Mail
    2.When the window pops up, click on Show Profiles
    3.Select your profile and click the Copy button. Name the copy whatever you want - we won't be keeping it around long.
    4.Start Desktop Manager and connect your BB.
    5.Start configuring your Organizer, but choose the copy profile for any item. Click OK when DS asks about remapping folders.
    6.After configuring any Outlook component, click OK until you get back to your main DS window. At this point, you should not get the previous error message.
    7.Go back into DS and configure all your Outlook components with your original profile. You will get the folder remapping message again - just click OK.
    8.When you're done, click OK until you're back at the main DS window. You shouldn't get any error messages at this point.
    9.From Control Panel, go back in to Mail and delete the duplicate profile you previously created.

  • New user is unable to open EMC on one server

    HI all-
          I built a new user and gave them the recipient management role. I also made them an admin on one of the servers, but EMC will not open for them. This server is a dedicated VM for the help desk to build new mailboxes. I,
    and other users, can open EMC and function normally on this server.
          When this user RDPs to one of the mailbox servers, he can open EMC with no problem.
          To summarize, this user can work on other servers - but other users can work on this server.
     Any thoughts on what I could check?
    Thanks

    Hi Mike,
    Thank you for your post.
    If the user can open EMC on other server, it means the RBAC permission is fine.
    If other user can work on this server, it means the server settings are fine.
    What I can think of is to get the RBAC permission and AD permission of a problematic user and a good user have compared with them.
    In addition, disabling UAC can also be a good try.
    If there are any questions regarding this issue, please be free to let me know.
    Best regard,
    Jim

  • Cannot open EMC or EMS

    I am stuck.  I cannot open the EMC or EMS on either the Exchange 2010 server (all roles are on a single server) or on another server that I have the management tools installed on, both of which are Server 2012 R2.  I keep getting Access Denied,
    though at times it was Internal Server error (see below).
    What I have tried already:
    EMTshooter - could not determine the problem "Could not connect to any Exchange server in the current site.  problem found: looking for error... unknown error"
    Verified that kerbauth is registered on the PowerShell virtual directory and only the PowerShell virtual directory (Native/Local)
    Ensured that SSL is not required on the root (Default Web Site), that it is required on the various virtual directories, except PowerShell, which it is NOT required on
    Ensured that there is no redirection going on with any virtual directory or the root site
    Verified the account is a member of the Organization Management Exchange Security Group and that that group is in the correct AD OU
    Tried adding another Domain Admin account to the Org Mgmt group, and connecting as that user but same results
    Tried resetting the Administrator profile and clearing all the cache files
    Ensured the permissions on the physical directory grant my user (administrator, the account used to install exchange in the first place) access to it
    Ensured it is pointing to the correct directory (C:\Program Files\Microsoft\Exchange Server\V14\ClientAccess\PowerShell"
    Gone through the web.config file at that location and replaced instances of %ExchangeInstallDir% with the actual path (C:\Program Files\Microsoft\Exchange Server\V14\)
    Verified there is no web.config found at C:\inetpub\wwwroot
    Verified in ApplicationHost.config the entry for WSMan (image="C:\Windows\system32\wsmsvc.dll")
    Verified in ApplicationHost.config the entry for kerbauth (image="C:\Program Files\Microsoft\Exchange Server\V14\Bin\kerbauth.dll")
    Verified no duplicate SPNs exist on the machine
    Verified the account has remotepowershellenabled:$true
    Ran WinRM quickconfig which returned the expected results
    Went through the steps provided by David Strome in his EMC Permissions Part Deux posting up to step 6, where I ended up getting Access Denied as well
    Checked with ADSIEdit and it appears the management rolls are as they should be
    Get-ManagementRollAssignment also appears to return expected values (when run from a PowerShell  session that has had the microsoft.exchange.managment.powershell.e2010 snap-in added); however, cannot run Get-ExCommand in that same PowerShell session
    Ensured that Outlook is not and has not previously been installed on this machine (* as best I could... do not have entire history of the machine available)
    The configuration of the machine is as so:
    Exchange 2010 SP3 with Update Rollup 6 on Windows Server 2012 R2 fully patched and updated.  It is utilizing a certificate issued by the Enterprise Root CA which is also on the same server.  This certificate has the subject name of owa.domain.com
    with an SAN of autodiscover.domain.com.  The internal domain is the same thing, but .local, however, the virtual directories have been configured with both internal and external URLs that are identical and use the external name.  DNS has been configured
    the resolve the external names to the internal IP address for internal clients.  It is the server replacing a 2003 Exchange server (different machine, obviously) which is still online.
    The issue reared its ugly head because there was one user still on the 2003 machine that needed to be moved to the 2010 machine and when trying to open the console to create a move request, that's when it was found we could not get into the console.
    During the above troubleshooting, there was a time when it was instead returning "cannot determine the content type of the HTTP response" and when I analyzed a Network Monitor capture of the conversation it was actually receiving a 500 - Internal
    Server error response instead, but this was only for a short while and it has returned to the Access Denied messages.
    I get the message whether or not I access via the Exchange Shell or Console.  However, I can open PowerShell, add the exchange snap-in and run commands against the server.  I cannot, however, create a new-pssession. 
    Enabling failure tracing on IIS for the PowerShell directory, the trace indicates the problem is that a parameter is incorrect:
    Message
    Failed to establish a secure encrypted connection.
    Context
    DoAuthentication
    ErrorCode
    The parameter is incorrect. (0x80070057)
    However, what that parameter is, I have no clue since the request headers looked like this:
    Connection: Keep-Alive Content-Length: 0 Content-Type: application/soap+xml;charset=UTF-8 Authorization: Kerberos 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
    Host: tps03.domain.local User-Agent: Microsoft WinRM Client
    I would have liked to uninstall and reinstall Windows Management Framework and/or Windows Remote Management, but being Server 2012 R2, that is not an option. 
    Interestingly enough, users currently have no problems accessing their mailboxes, via Outlook or OWA - it's just we cannot manage the server.  Any help on what to try next is greatly appreciated...
    -Michael.

    Two things I can think of to check.  In IIS, under Default Web Site, PowerShell virtual directory, ensure that in SSL, Require SSL is not selected.  In the HTTP Redirect virtual directory, ensure that there is no HTTP redirection selected. 
    These can be set wrong when you incorrectly configure HTTP Redirect.
    Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."
    Note where I said above:
    Ensured that SSL is not required on the root (Default Web Site), that it is required on the various virtual directories, except PowerShell, which it is NOT required on
    Ensured that there is no redirection going on with any virtual directory or the root site

  • Cannot open message in Exchange mailbox

    I am using Mail v4.4 (1082) with an Exchange server. Regularly, when double-clicking on a mail message, the message will refuse to open. This happens with read and unread messages and appears to be random.
    I have tried to open the messages via double-click and by pressing "Return."
    I do not believe this is a connection issue with the Exchange server, as I can still send and receive emails - I just cannot open the emails.
    The only resolution I have found is to reboot.
    Does anyone have any suggestions?
    Thank you.

    You either restart or reset your phone and the issue should resolve.

  • Error message: "Safari cannot open thepage because the server cannot be found"

    Trying to open rte player on an iPad Mini, from the UK, but Error message: "Safari cannot open the page because the server cannot be found" is displayed. Am able to open other web pages. Only appears to be this website. Please help. Thanks in advanced.

    the Safari app seems to be working for everything else.  Its just the Netflix app that it wont open.
    You don't use Safari to open the Netflix app. Just tap the icon for the Netflix app on your iPad homescreen. Safari is not involved at all.
    I am at a loss as to what to do!
    Well, if you still can't get it to work, the obvious thing to do would be to contact Netflix Support over on their website.

  • Cannot Connect to Mail Exchange Server Today

    I updated to 10.6.4 last night. This morning I cannot access my email from my Mac from my company Exchange Server. I can do so from my iPhone. I assume something went wrong with the update--don't know. I have had the IT guy here at my computer this morning and he cannot figure out what is wrong. He tried to set up an Exchange email account for his own account from my computer but that failed also. Any ideas?

    The problem has been corrected when our IT guy reset the IIS Admin Service on the Exchange Server.

  • Cannot connected with google exchange server after iphone replacement

    Today I replaced my iPhone 5 because of some issues, but after I restored my iPhone I found that the iPhone could not connect to the google exchange server. The alert "Cannot get mail - the connection to the server failed" will be shown.
    I am 100% sure the setting is correct & work. It is because I have been used this setting many many years and this is 100% work fine on my iPad 2, 6.1.2 (same version). I have tried to delete my account re-add the account many many times reboot and reboot airmode etc, I could use the simple Gmail one but I really need Exchange service.
    Please help, it really make me crazy

    My understanding is that as of Jan 30th Google no longer supports Exchange for free Gmail accounts (see http://www.zdnet.com/google-drops-exchange-activesync-support-for-free-email-acc ounts-7000008836/).

  • Cannot Send Pictures with Exchange Server

    Hi All,
    Need some suggestions. We are having trouble with some of the iphones not being able to send pictures through the exchange server with OTA Activesync. We are running 3.1.2 on the phones and we have tried with and without setting up a virtual directory. We have also tried hard resetting the phones with the issue but still having trouble. All updates have been completed on the exchange server.
    Thanks!
    Peter Braunston

    Couple of common soloutions:
    Delete your Mail account from iPhoto -> Preferences -> Accounts and re-enter them
    Use the Stationery Templates in Mail instead - there are more and a greater variety
    Regards
    TD

  • Cannot open table in sql server management studio express

    Hello all.
    I have uploaded a table into sql management studio express. However, when I right click on the table and try and open it, I get an error message saying;
    "SQL Execution Error.
    Executed SQL statement: select columnName1, columnName2 etc....
    Error source: Microsoft. VisualStudio.DataTools
    Error Message: Exception has been thrown by the target of an invocation"
    Because of this error, I cannot manually edit the table. However, when I write a query running select * from Table X, the table does appear that way.
    Any help regarding how to open the table would be very much appreciated!!

     have uploaded a table into sql management studio express. However, when I right click on the table and try and open it, I get an error message saying;
    "SQL Execution Error.
    Executed SQL statement: select columnName1, columnName2 etc....
    Error source: Microsoft. VisualStudio.DataTools
    Error Message: Exception has been thrown by the target of an invocation"
    Because of this error, I cannot manually edit the table. However, when I write a query running select * from Table X, the table does appear that way.
    Any help regarding how to open the table would be very much appreciated!!

  • Cannot open gmail page says server error, but other pages from google tool bar work just fine

    I cannot access gmail from any opiton, web address, or tool bar. it gives an error of cannot find root? other pages from the tool bar work ie, utube, or g +..............I have checked my cookies and all are accepted. Specific message is: This page isn't redirecting properly Firefox has dected that the server is redirecting the request for this address in a way that will never complete. this problem can sometimes be caused by disabling or refusing to accept cookies.

    I have alike problem: I can access my account on Google+ or YouTube but when I try access GMail or Calendar I see error message about invalid redirect to https://accounts.google.com/CookieMismatch ("server redirects to this address in such way that request will never complete") with comment that this error usually occures when cookies are disabled. But I see that cookies are enabled in FireFox Setup. What's wrong?

  • All sub-folders in Mac Mail cannot synchronize with Exchange Server 2010

    Hi all,
    All sub-folders under Inbox in Mac Mail cannot be synchronized with Exchange Server 2010. There are 2GB messages size in Inbox folder and 500MB messages size under Inbox's sub-folders. All messages can be sent out and received and it can work in Outlook 2007 and Outlook 2010 normally. However, all messages in sub-folders cannot be synchronized (empty sub-folders).
    Does this problem relate to message synchronization order of Mac Mail with Exchange Server? Do all sub-folders messages be synchronized after synchronization complete of Inbox? The synchronization of sub-folders will not happen if the synchronization of Inbox does not complete, doesn't it?
    All messages synchronization is over internet. Can anybody help?
    Thanks a lot
    DT1640759

    Hi,
    1.please check the mailbox send and receive quota for exchange 2013 migrated mailbox.
    2.Please check the email attributes of the exchange 2013 migrated mailbox because it seems to be a problem with that particular mailbox.
    3.Then do the message tracking and that would be the only way to find the where the send messages has gone.
    4.Please check and confirm you have an enough space on the disk where exchange queue database is residing.
    I think I need to create a receive connector in the 2013 to receive from 2010 ?
    No need ,by design  exchange 2013 cas server default frontend receive connector will be having an
    entire ipv4 and ipv6 segment and anonymous connection is checked by default.
    I think I also need to create a send and receive connector for 2013 users to each other?
    No need , an intra organisation send connector and the default receive connectors in exchange will be used
    for internal mail flow between the exchange 2013 users.
    Please reply me if you have any queries .
    Regards
    S.Nithyanandham
    Thanks S.Nithyanandham

  • "Cannot open page....server stopped responding"

    This is the second time that my ipod errors out.
    1. when using safari i get this error message " cannot open page...server stopped responding"
    2. any app that connects to the internet times out. ie weather, bankofamerica
    --I tried resetting everything allowed. last time i had to restore the ipod which i lost all my music i paid for at the itunes store (yes i know i should of backed it up.... )
    --its not my router cuz im tried different wifi locations and it doesnt help
    can someone please help me....

    We all wish WiFi was simple to use, plug and play, etc. but it is not. You need some understanding of networking to know what is going on. You can Google "wireless networking" and get some basic understanding of what is happening.
    Your iPod is telling you that it is not connected to a network. You have a network strength meter in the top left of your screen and you have the network information in Settings > WiFi.
    Start with these steps:
    1. Reset your network settings (Settings > General > Reset > Reset Network Settings
    2. After your iPod restarts, log back into a network using Settings > WiFi > Other network
    3. Type in the network name, security used, and the password, if needed
    4. If your iPod connects, you will get a check mark displayed next to the network name.
    5. Tap the blue arrow (>) next to the network name and look at the information displayed. If your IP address starts with 169.x, you are not connected to that network and further trouble shooting is required.
    Write back with lots more details. Like the network you are connecting to, the router used (if it is your home network), and so on.

  • For no apparent reason my iPad cannot open the page because the server stop responding. however my husband and daughters ipads connect with no problem!!!! why is it so........

    For no apparent reason my ipad will not connect to the internet. Ammessage "safari cannot open this page because server has stopped responding. However 2 other ipads used in the same house are working fine !!!!! Why is it so ???? please help

    Try a soft reset by pressing down the home and sleep buttons simultaneousely until the Apple logo appears, then release the buttons.  This is a safe proceedure, so you won't lose any stored data.

  • Calendar cannot connect to exchange server

    (MacBook Pro 2014)
    I have Exchange Mail - which works perfectly (and G-mail), but my calendar cannot connect to the Exchange Server. I use the correct password but nothing is working! I have uninstalled the account and re-installed but this does not help.
    Has anyone experienced this issue - and if so do they have a fix?
    Colm.

    Can't add an exchange account to Mac Mail
    Mavericks iCal won't talk to Exchange Calendar

Maybe you are looking for

  • Best way to move iTunes to different user account

    My wife and I share a computer and it has a separate user account for each of us. She got an iPod but set it up and synced it on my account instead of hers. That was not a problem until now. I got an iPhone and want to set it up and sync in my accoun

  • PRINTER_FRIENDLY View and how to restrict number of rows

    Dear apex community, I am on the APEX 4.2 and OracleXE11g. I have created a page with the classic SQL report based on the table. The pagination style is "Row Ranges 1-15 16-30 (with set pagination)". Enable Partial Page Refresh: Yes. The table contai

  • Horizontal bars

    While editing with my older version of FCP my horizontal bars went perpendicular. How do I get back to horizontal and also how do I omit the bars all together. Help would be sincerely appreciated. Thank you in advance. Bob

  • Trying to import RAW files but receiving "some import operation were not performed" error message.

    Trying to import RAW files (from Canon 5D Mark III) but I'm receiving the following error message "some import operations were not performed". I am trying to copy to my Seagate backup drive, however the only destination it will let me copy to is my L

  • I need burning / ripping software recommendation

    Five years ago I completed the massive project of taking all my "family" video tapes, digitizing and inputing them into my Power Mac G5, then editing them in iMovie and then burning them onto 30 DVD-R discs. Now I want to take the 30 DVD-R discs (60