Outlook 2007 and Default Gateway problem
Since it is very popular to use Office 2007 nowadays, I've recently received a call from IT manager of a mid-size company (with whitch I have regular maintenance contract) to upgrade few machines from Office 2003 to Office 2007. They use Exchange 2003 Server with Outlook MAPI clients.
Great job for one of my junior squad members, I thought, and send one of them to do the job.
Not a long after, he called me saying that everything goes smooth but Outlook 2007 is reporting the error:
"The action cannot be completed. The connection to the Microsoft Exchange Server is unavailable. Your network adapter does not have a default gateway."
That was, actually, true. By design, the only way the user can access Internet was through proxy settings in their browsers.
Reason:
It is documented in http://support.microsoft.com/kb/913843 saying that "This problem may occur if the Outlook 2007 client computer does not have a default gateway configured." !??
Solution (part I):
I found that KB article and told him to navigate to "HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Outlook\RPC" and add DWORD value DefConnectOpts vith value data of 0.
The only problem was that there was no "RPC" subkey above "HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Outlook" key !?
Solution (part II):
If there is no subkey, maybe we should try to add it manually...and guess what...it worked...;)
Conclusion:
It is not a network if you don't have Default Gateway....;))..?