CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2015
    Posts
    1

    Microsoft Exchange Server. "HTTP 500 Internal Server Error"

    I receive an "HTTP 500 Internal Server Error" error message when try to access an Exchange mailbox

    How to stop this error? Any recommendations?

  2. #2
    Join Date
    Sep 2015
    Posts
    1

    Re: Microsoft Exchange Server. "HTTP 500 Internal Server Error"

    To resolve this problem, follow these steps on your Exchange 2000 or Exchange 2003 back-end server. Alternatively, follow these steps on another computer that has access to the same domain controller and the same global catalog server.

    Note This procedure requires the Exchange Server Fix Toolbox
    1. Start the the Exchange Server Fix Toolbox
    2. Right-click Your_back-end_Exchange_server, and then click Properties.
    3. Click networkaddress in the Attributes list, and then click Edit.
    4. Add a new value for ncacn_ip_tcp. Use the FQDN of the server instead of the NetBIOS name or the host name of the server.

    The syntax for this value is ncacn_ip_tcp:FQDN. For example, if your Exchange back-end server has a host name of EXCHANGE1 and the FQDN is EXCHANGE1.domain.com, use the following value for ncacn_ip_tcp:ncacn_ip_tcp:EXCHANGE1.domain.com
    5. Remove the old ncacn_ip_tcp value that contains the NetBIOS name or the host name of the back-end server.
    6. Applythischange.
    7. Because your Exchange computer may change this value back during a failover or a system attendant restart, configure the following registry value on both nodes of the cluster:
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MSExchangeSA\Parameters\UpdateProtocols
    Right-click UpdateProtocols, click Modify, type 0 in the Value data box, and then click OK.
    If your network uses a Hosts file on the back-end cluster node, modify it by using the following order of entry:

    Restart the Exchange services on the back-end cluster node.
    If there are multiple domain controllers, wait for replication to occur before you try to log on from the front-end server. If the problem is not resolved after replication is complete, restart the IIS Admin Service on the front-end server.
    You can obtain the Exchange Server Fix Toolbox by visiting the following site: https://www.fixtoolbox.com/exchangeserverfix.html

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured