|
I too was getting the dreaded 503 service unavailable errors. This was my 3rd exchange 2k install behind an ISA server. I didn't have any problem the with the first two and I spent al least a week trying to figure out what was up, finally my frustration overcame me and I called Microsoft. After opening up and incident and rehashing many of the steps with them that I already had tried, they finally turned it over to their PC team. They came t the conclusion that they needed to get into my server. I opened up a port on my ISA and they got in an d solved the problem. I appears that the exoledb.dll doesn't register properly and they needed to modifications to the registry. They also mentioned that they have started seeing moe of these thype of errors cropping up. I have a copy of the registry key before and after they modified it. Here is the bad; Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\CLSID\{c8b522d1-5cf3-11ce-ade5-00aa0044773d}] @="MSDADC" [HKEY_CLASSES_ROOT\CLSID\{c8b522d1-5cf3-11ce-ade5-00aa0044773d}\InprocServer32] @="C:\\Program Files\\Common Files\\System\\OLE DB\\msdadc.dll" "ThreadingModel"="Both" [HKEY_CLASSES_ROOT\CLSID\{c8b522d1-5cf3-11ce-ade5-00aa0044773d}\ProgID] @="MSDADC.1" [HKEY_CLASSES_ROOT\CLSID\{c8b522d1-5cf3-11ce-ade5-00aa0044773d}\VersionIndependentProgID] @="MSDADC" Here is the good one;
Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\CLSID\{c8b522d1-5cf3-11ce-ade5-00aa0044773d}] @="Microsoft OLE DB Data Conversion Library" [HKEY_CLASSES_ROOT\CLSID\{c8b522d1-5cf3-11ce-ade5-00aa0044773d}\InprocServer32] @="C:\\Program Files\\Common Files\\System\\Ole DB\\oledb32.dll" "ThreadingModel"="Both" [HKEY_CLASSES_ROOT\CLSID\{c8b522d1-5cf3-11ce-ade5-00aa0044773d}\ProgID] @="MSDADC.1" [HKEY_CLASSES_ROOT\CLSID\{c8b522d1-5cf3-11ce-ade5-00aa0044773d}\VersionIndependentProgID] @="MSDADC" I know your configuration isn't the same as mine, but I hope this might help. --Bill
|