1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
   | An exception occurred and was handled by Exchange ActiveSync. This may have been caused by an outdated or corrupted Exchange ActiveSync device partnership. This can occur if a user tries to modify the same item from multiple computers. If this is the case, Exchange ActiveSync will re-create the partnership with the device. Items will be updated at the next synchronization.
  URL= --- Exception start --- Exception type: Microsoft.Exchange.Data.Storage.SyncStateExistedException Exception message: The sync state named 2 already exists. Exception level: 0 Exception stack trace: at Microsoft.Exchange.Data.Storage.SyncState.CreateSyncStateFolderInFolder(SyncStateInfo syncStateInfo, Folder syncStateParentFolder, PropertyDefinition[] properties, Object[] values, ISyncLogger syncLogger)  at Microsoft.Exchange.Data.Storage.SyncState.CreateSyncStateStoreObject(SyncStateStorage syncStateStorage, SyncStateInfo syncStateInfo, Folder syncStateParentFolder, PropertyDefinition[] properties, Object[] values, ISyncLogger syncLogger)  at Microsoft.Exchange.Data.Storage.FolderSyncState.CreateSyncState(SyncStateStorage syncStateStorage, Folder syncStateParentFolder, ISyncProviderFactory syncProviderFactory, String syncFolderId, ISyncLogger syncLogger)  at Microsoft.Exchange.Data.Storage.SyncStateStorage.CreateFolderSyncState(ISyncProviderFactory syncProviderFactory, String syncFolderId)  at Microsoft.Exchange.AirSync.SyncCollection.OpenSyncState(Boolean autoLoadFilterAndSyncKey, SyncStateStorage syncStateStorage)  at Microsoft.Exchange.AirSync.SyncCommand.SyncTheCollection(SyncCollection collection, Boolean createSubscription, Boolean tryNullSync)  at Microsoft.Exchange.AirSync.SyncCommand.OnExecute()  at Microsoft.Exchange.AirSync.SyncCommand.ExecuteCommand()  at Microsoft.Exchange.AirSync.Command.WorkerThread() Inner exception follows below: Exception type: Microsoft.Exchange.Data.Storage.ObjectExistedException Exception message: Could not create folder 2. Exception level: 1 Exception stack trace: at Microsoft.Exchange.Data.Storage.FolderCreatePropertyBag.CreateMapiFolder()  at Microsoft.Exchange.Data.Storage.FolderCreatePropertyBag.SaveFolderPropertyBag(Boolean needVersionCheck)  at Microsoft.Exchange.Data.Storage.CoreFolder.Save(SaveMode saveMode)  at Microsoft.Exchange.Data.Storage.Folder.Save(SaveMode saveMode)  at Microsoft.Exchange.Data.Storage.SyncState.CreateSyncStateFolderInFolder(SyncStateInfo syncStateInfo, Folder syncStateParentFolder, PropertyDefinition[] properties, Object[] values, ISyncLogger syncLogger) Inner exception follows below: Exception type: Microsoft.Mapi.MapiExceptionCollision Exception message: MapiExceptionCollision: Unable to create folder. (hr=0x80040604, ec=-2147219964) Diagnostic context:  Lid: 55847 EMSMDBPOOL.EcPoolSessionDoRpc called [length=116]  Lid: 43559 EMSMDBPOOL.EcPoolSessionDoRpc returned [ec=0x0][length=220][latency=0]  Lid: 52176 ClientVersion: 15.0.1076.9  Lid: 50032 ServerVersion: 15.0.1076.6009  Lid: 23226 --- ROP Parse Start ---  Lid: 27962 ROP: ropCreateFolder [28]  Lid: 17082 ROP Error: 0x80040604  Lid: 25953  Lid: 21921 StoreEc: 0x80040604  Lid: 27962 ROP: ropExtendedError [250]  Lid: 1494 ---- Remote Context Beg ----  Lid: 41352 qdwParam: 0x8D29C49F7F66A52  Lid: 55033 dwParam: 0x0  Lid: 10786 dwParam: 0x0 Msg: 15.00.1076.000:LITIO  Lid: 1750 ---- Remote Context End ----  Lid: 31418 --- ROP Parse Done ---  Lid: 22417  Lid: 30609 StoreEc: 0x80040604  Lid: 29073  Lid: 20369 StoreEc: 0x80040604  Lid: 63664  Lid: 40448 StoreEc: 0x80040604 Exception level: 2 Exception stack trace: at Microsoft.Mapi.MapiExceptionHelper.InternalThrowIfErrorOrWarning(String message, Int32 hresult, Boolean allowWarnings, Int32 ec, DiagnosticContext diagCtx, Exception innerException)  at Microsoft.Mapi.MapiExceptionHelper.ThrowIfError(String message, Int32 hresult, IExInterface iUnknown, Exception innerException)  at Microsoft.Mapi.MapiFolder.InternalCreateFolder(String folderName, String folderComment, Boolean openIfExists, Boolean createSearchFolder, Boolean instantSearch, Boolean optimizedConversationSearch, Boolean createPublicFolderDumpster, Byte[] folderId, Boolean createInternalAccess)  at Microsoft.Exchange.Data.Storage.FolderCreatePropertyBag.CreateMapiFolder() --- Exception end ---.
   |