File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -79,15 +79,16 @@ Synchronization Log
7979
8080 Components of the sync error number vector:
8181
82- # local side: operation error code (e.g. MAPI)
82+ # first error code / local side (e.g. MSMAPI): operation error code
8383 * 0x80070057: MAPI_E_INVALID_PARAMETER
8484 * 0x80040803: SYNC_E_NO_PARENT
85- # possibly the "response code"
86- # ROP result
85+ # component code
86+ * 501: synchronization
87+ # second error code (e.g. ROP result)
8788 * 0x4B9: ecNullObject
88- * 80070057 : MAPI_E_INVALID_PARAMETER
89+ * 0x80070057 : MAPI_E_INVALID_PARAMETER
8990 * 0xFFFFFEAE: JET_errBadParentPageLink
90- # possibly the "response code" or the length of the request
91+ # context code ( possibly the "response code")
9192
9293The synchronization log messages contain a URL that has long been defunct but
9394never updated. (outlook2000_us.asp is really telling.)
@@ -117,5 +118,5 @@ Send and Receive dialog
117118 Fehler (0x80200011) beim Ausführen der Aufgabe "[email protected] ": 118119 "Fehler beim Ausführen der Operation."
119120
120- The error decoder is a hit-and-miss in this regard. 80190194 was recognized,
121- 800ccc0d was not.
121+ The error decoder is a hit-and-miss in this regard. 0x80190194 was recognized,
122+ 0x800ccc0d was not.
You can’t perform that action at this time.
0 commit comments