0x85010014 error with windows mobile 5 phones

Aug 24
0

0x85010014 error with windows mobile 5 phones

Fri, 2007-08-24 16:27 — rb

To address this issue,

First make a backup of the MetaBase:
Open IIS Manager
Right click on server->All Tasks->Backup/Restore Configuration...
Click Create Backup
Give the backup a name (e.g. 'Backup before fix')
Click OK, Close

Then enable direct Metabase Edit
Open IIS Manager
Right click on server and go to Properties
Check "Enable Direct Metabase Edit"
Click OK

Open the file C:\WINDOWS\SYSTEM32\INETSRV\METABASE.XML from Notepad.

Look for <IIsWebVirtualDir Location="/LM/W3SVC/1/ROOT/Microsoft-Server-ActiveSync"> and just below it, you
will see:

DoDynamicCompression="TRUE"
DoStaticCompression="TRUE"

Change both of these to FALSE (There are more of these throughout the
METABASE.XML
file, be sure only to change these two)

Save the Metabase.xml file back and

restart IIS: Start->Run->IISRESET

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>. The supported tag styles are: <foo>, [foo].

More information about formatting options