In a Microsoft Exchange Server 2003 organization, Microsoft Office Outlook 2003 users receive the following error message when they connect to Exchange Server 2003 by using RPC over HTTP:
Server Unavailable
Additionally, the following errors are logged in the Internet Information Services (IIS) logs on the RPC proxy server:
Date Time IP Address RPC_IN_DATA /rpc/rpcproxy.dll
FQDN.companyname.com:6002 443 domain\username IP Address MSRPC 404 2 1260
Date Time IP Address RPC_OUT_DATA /rpc/rpcproxy.dll
FQDN.companyname.com:6002 443 domain\username IP Address MSRPC 404 2 1260
Back to the top
This problem occurs if the RPC proxy server extensions do not load correctly.
Back to the top
To resolve this problem, verify in IIS Manager that the path of the Rpcproxy.dll file is valid. Additionally, verify that the file is located in the correct path and that the file is registered correctly. To do this, follow these steps.
Back to the top
Step 1: Verify the location of the Rpcproxy.dll file
| a. | Verify that the Rpcproxy.dll file is located in the following folder:
Drive_Letter:\Windows\system32\rpcproxy\rpcproxy.dll Note If the Rpcproxy.dll file is located in this folder, go to step 2. |
| b. | If you cannot locate the file in step 1a, locate the Rpcproxy.dll file in the following folder:
Drive_Letter:\Windows\system32\dllcache Note The dllcache folder is a hidden folder. To see this folder, enable the Show hidden files and folders option in Windows Explorer. |
| c. | Copy the file from the dllcache folder to the rpcproxy folder. |
Back to the top
Step 2: Verify the registered path in IIS Manager
| a. | Start IIS Manager. |
| b. | Click Web Service Extensions. |
| c. | In the right pane, right-click RPC Proxy Server Extension, and then click Properties. |
| d. | On the General tab, verify that the path of the Rpcproxy.dll file resembles the following: Drive_Letter:\Windows\system32\rpcproxy\rpcproxy.dll Note If the path is incorrect, go to step 2e. If the path is correct, go to step 3. |
| e. | Click the Required Files tab. |
| f. | In the Files window, click the existing entry for the Rpcproxy.dll file, and then click Remove. |
| g. | Click Add. |
| h. | In the Path to file box, type Drive_Letter:\Windows\system32\rpcproxy\rpcproxy.dll. Alternatively, you can click Browse to locate the specified folder. Then, click the file, and then click Open. |
| i. | Click OK. |
| j. | Exit IIS Manager. |
| k. | Use Outlook 2003 to connect to Exchange Server 2003. |
Back to the top
Step 3: Replace and register the Rpcproxy.dll file
If you receive the error message that is mentioned in the "Symptoms" section, the Rpcproxy.dll file may be corrupted. Alternatively, the Rpcproxy.dll file may not be registered correctly. This problem may occur even though the path is correctly specified in the properties of the RPC proxy server extension object. To correct this problem, follow these steps:
| a. | Replace the Rpcproxy.dll file in the Drive_Letter:\Windows\system32\rpcproxy folder by using the file from the following folder: Drive_Letter:\Windows\system32\dllcache |
| b. | To do this, click Start, click Run, type regsvr32 Drive_Letter:\Windows\system32\rpcproxy\rpcproxy.dll, and then click OK. |
| c. | Use Outlook 2003 to connect to Exchange Server 2003. |
Back to the top