Microsoft KB Archive/254138: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - """ to """)
 
Line 70: Line 70:
<li>Create a new user who belongs to Admin groups (such as Domain Admins).</li>
<li>Create a new user who belongs to Admin groups (such as Domain Admins).</li>
<li><p>Log on as the new user and create onsyncsave event bindings in the Global Events folder for the private store:</p>
<li><p>Log on as the new user and create onsyncsave event bindings in the Global Events folder for the private store:</p>
<pre class="codesample"> regevent add onsyncsave sink.sink.1 &quot;file://./backoficestorage/%userdnsdomain%/MBX/SystemMailbox{GUID}/StoreEvents/GlobalEvents/Reg_1&quot;</pre></li>
<pre class="codesample"> regevent add onsyncsave sink.sink.1 "file://./backoficestorage/%userdnsdomain%/MBX/SystemMailbox{GUID}/StoreEvents/GlobalEvents/Reg_1"</pre></li>
<li>Create a new message in the user mailbox.</li>
<li>Create a new message in the user mailbox.</li>
<li>Notice that event sink gets OnSyncSave event notification for the message created in the previous step plus 14 extra OnSyncSave folder event notifications with empty bstrURLItem and lflags EVT_ERROR | EVT_IS_COLLECTION bit set.</li></ol>
<li>Notice that event sink gets OnSyncSave event notification for the message created in the previous step plus 14 extra OnSyncSave folder event notifications with empty bstrURLItem and lflags EVT_ERROR | EVT_IS_COLLECTION bit set.</li></ol>

Latest revision as of 12:53, 21 July 2020

Knowledge Base


Article ID: 254138

Article Last Modified on 2/26/2007



APPLIES TO

  • Microsoft Exchange 2000 Server Standard Edition



This article was previously published under Q254138

SYMPTOMS

When you create OnSyncSave global event bindings in the Global Events folder for the private store, you may receive extra OnSyncSave folder event notifications that are generated with empty bstrURLItem and EVT_ERROR | EVT_IS_COLLECTION bit set in lflags.

CAUSE

When a new user mailbox is created, the store automatically creates many subfolders such as Inbox, Outbox, and so on. The store delays such creation until the first item is created in the user's mailbox. Thus, when a new message is created in a new mailbox, extra OnSyncSave folder event notifications related to mailbox creation are generated.

STATUS

Microsoft has confirmed that this is a problem in Microsoft Exchange 2000 Server.

MORE INFORMATION

Steps to Reproduce the Problem

  1. Create a new user who belongs to Admin groups (such as Domain Admins).
  2. Log on as the new user and create onsyncsave event bindings in the Global Events folder for the private store:

     regevent add onsyncsave sink.sink.1 "file://./backoficestorage/%userdnsdomain%/MBX/SystemMailbox{GUID}/StoreEvents/GlobalEvents/Reg_1"
  3. Create a new message in the user mailbox.
  4. Notice that event sink gets OnSyncSave event notification for the message created in the previous step plus 14 extra OnSyncSave folder event notifications with empty bstrURLItem and lflags EVT_ERROR | EVT_IS_COLLECTION bit set.



Additional query words: OnSyncSave EVT_ERROR GlobalEvents

Keywords: kbbug kbpending KB254138