Jump to content

WSUSPraxis

Expert Member
  • Gesamte Inhalte

    4.240
  • Registriert seit

  • Letzter Besuch

Beiträge erstellt von WSUSPraxis

  1. vor 29 Minuten schrieb MurdocX:

    Guten Morgen,


    ja das stimmt. Momentan entfernst du damit alles. Zu lösen wäre das mit einem Array. Sind es bei allen die Gleichen? Wie viele wären das denn? 

    Guten Morgen,

     

    In der Falschen Kategorie, es ist nur eine, sind ca. 200 Testadresssen.

     

    Die Falsche Kategorie muss raus und die 220 Testadressen.

     

    Viele Grüße Arnd 

  2. vor 7 Stunden schrieb MurdocX:

    Ich finde VBA nicht schlecht :-)  Alternativ, falls du etwas neueres brauchst, könntest du auf die Powershell switchen. Anzubieten hätte ich folgendes:

    
    $outlook = New-Object -ComObject Outlook.Application
    $namespace = $outlook.GetNamespace("MAPI")
    
    # Entferne alle Kategorien
    foreach($categorieItem in $namespace.categories)
    {
    	$namespace.Categories.Remove($categorieItem.Name)
    }

     

    Vermerk an mich: Nicht alles geschriebene gleich ausprobieren :lool:

     

     

    Hallo und Guten Morgen,

     

    Danke Dir ! Aber lösche ich nicht damit alle Kategorien ? Ich bekomme den Sprung nicht hin, nur die bestimmte zu suchen und zu löschen. 

     

    Viele Grüße Arnd 

  3. Hallo und Guten Morgen,

     

    Umgebung: Exchange Online mit Office 365 Outlook Clients

     

    Es wurde von einem Dienstleister für eine Mitarbeiter per CRM Online Sync eine falsche Kategorie mit  Demo Adressen an Mitarbeiter verteilt, welche nun jeder Mitarbeiter in Outlook hat.

     

    Die Adressen serverseitig per Exchange Online Powershell zu löschen brachte nicht wirklich den Erfolg:

     

    Get-Mailbox -Filter '(RecipientTypeDetails -eq "UserMailbox")' | search-mailbox -Searchquery 'kind:contacts AND subject:" -Falsche Kategorie"' -DeleteContent

     

     Nun der nächste Versuch über ein Script bei Outlook anzusetzen und hier pro User die Kategorie und Adressen zu löschen:

     

    Früher habe ich das mal so gelöst per VBA als Makro - Aber das war 2004:

    Private Sub Kontakte_löschen()
    ' Löschen von Kontakten einer Kategorie
       
    Dim appOL As New Outlook.Application
    Dim olns As NameSpace
    Dim fld As MAPIFolder
    Dim itms As Items
    Dim itm As Variant
    
    Set olns = appOL.GetNamespace("MAPI")
    Set fld = olns.GetDefaultFolder(olFolderContacts)
    Set itms = fld.Items
    For Each itm In itms
        If itm.Categories = "Kategorie" Then
         itm.Delete
        End If
    Next
    End Sub

    Ich will das aber nicht mehr als Makro per VBA machen . Hat jemand eine Idee wie das am besten gelöst werden kann ?

  4. Event 2002 MSExchange Migration, Event 106 MSExchange Common, Event 1006 MSExchange Mailbox Replication

     

    Neu dazu gekommen:

     

    Event 6042 MSExchange Assistans

     

    Service MSExchangeMailboxAssistants. Calendar Repair Assistant for database NAME_DB_01 (DB GUID) is exiting a work cycle. No mailboxes were successfully processed. 0 mailboxes were skipped due to errors. 3 mailboxes were skipped due to failure to open a store session. 3 mailboxes were retried. There are 38 mailboxes in this database remaining to be processed.

     

    Event 1002 MSExchange IS

     

    Unhandled exception (Microsoft.Exchange.Server.Storage.Common.StoreException: ErrorCode: CorruptStore, LID: 43036
       at Microsoft.Exchange.Server.Storage.LogicalDataModel.Conversations.OpenOrCreateConversation(Context context, Mailbox mailbox, TopMessage message)
       at Microsoft.Exchange.Server.Storage.LogicalDataModel.TopMessage.SaveChanges(Context context, SaveMessageChangesFlags flags)
       at Microsoft.Exchange.Protocols.MAPI.MapiMessage.SaveChangesInternal(MapiContext context, MapiSaveMessageChangesFlags saveFlags, ExchangeId& newMid)
       at Microsoft.Exchange.Protocols.MAPI.MapiMessage.SaveChanges(MapiContext context, MapiSaveMessageChangesFlags saveFlags, ExchangeId& newMid)
       at Microsoft.Exchange.Server.Storage.MapiDisp.RopHandler.SaveChangesMessage(MapiContext context, MapiMessage message, SaveChangesMode saveChangesMode, SaveChangesMessageResultFactory resultFactory)
       at Microsoft.Exchange.Server.Storage.MapiDisp.RopHandlerBase.SaveChangesMessage(IServerObject serverObject, SaveChangesMode saveChangesMode, SaveChangesMessageResultFactory resultFactory)).

     

    Event 1046 MSExchangeIS

     

    Unexpected error encountered in critical block. Location:(Microsoft.Exchange.Diagnostics.LID), scope: (MailboxShared), callstack: (   at Microsoft.Exchange.Server.Storage.StoreCommonServices.Context.OnCriticalBlockFailed(LID lid, CriticalBlockScope criticalBlockScope)
       at Microsoft.Exchange.Server.Storage.StoreCommonServices.Context.Microsoft.Exchange.Server.Storage.StoreCommonServices.ICriticalBlockFailureHandler.OnCriticalBlockFailed(LID lid, Context context, CriticalBlockScope criticalBlockScope)
       at Microsoft.Exchange.Server.Storage.StoreCommonServices.Context.CriticalBlockFrame.Dispose()
       at Microsoft.Exchange.Server.Storage.LogicalDataModel.TopMessage.SaveChanges(Context context, SaveMessageChangesFlags flags)
       at Microsoft.Exchange.Protocols.MAPI.MapiMessage.SaveChangesInternal(MapiContext context, MapiSaveMessageChangesFlags saveFlags, ExchangeId& newMid)
       at Microsoft.Exchange.Protocols.MAPI.MapiMessage.SaveChanges(MapiContext context, MapiSaveMessageChangesFlags saveFlags, ExchangeId& newMid)
       at Microsoft.Exchange.Server.Storage.MapiDisp.RopHandler.SaveChangesMessage(MapiContext context, MapiMessage message, SaveChangesMode saveChangesMode, SaveChangesMessageResultFactory resultFactory)
       at Microsoft.Exchange.Server.Storage.MapiDisp.RopHandlerBase.SaveChangesMessage(IServerObject serverObject, SaveChangesMode saveChangesMode, SaveChangesMessageResultFactory resultFactory)
       at Microsoft.Exchange.RpcClientAccess.Parser.RopSaveChangesMessage.InternalExecute(IServerObject serverObject, IRopHandler ropHandler, ArraySegment`1 outputBuffer)
       at Microsoft.Exchange.RpcClientAccess.Parser.InputRop.Execute(IConnectionInformation connection, IRopDriver ropDriver, ServerObjectHandleTable handleTable, ArraySegment`1 outputBuffer)
       at Microsoft.Exchange.RpcClientAccess.Parser.RopDriver.ExecuteRops(List`1 inputArraySegmentList, ServerObjectHandleTable serverObjectHandleTable, ArraySegment`1 outputBuffer, Int32 outputIndex, Int32 maxOutputSize, Boolean isOutputBufferMaxSize, Int32& outputSize, AuxiliaryData auxiliaryData, Boolean isFake, Byte[]& fakeOut)
       at Microsoft.Exchange.RpcClientAccess.Parser.RopDriver.Execute(IList`1 inputBufferArray, ArraySegment`1 outputBuffer, Int32& outputSize, AuxiliaryData auxiliaryData, Boolean isFake, Byte[]& fakeOut)
       at Microsoft.Exchange.Server.Storage.MapiDisp.MapiRpc.<>c__DisplayClass9.<DoRpc>b__6(MapiContext operationContext, MapiSession& session, Boolean& deregisterSession, AuxiliaryData auxiliaryData)
       at Microsoft.Exchange.Server.Storage.MapiDisp.MapiRpc.Execute(IExecutionDiagnostics executionDiagnostics, MapiContext outerContext, String functionName, Boolean isRpc, IntPtr& contextHandle, Boolean tryLockSession, String userDn, IList`1 dataIn, Int32 sizeInMegabytes, ArraySegment`1 auxIn, ArraySegment`1 auxOut, Int32& sizeAuxOut, ExecuteDelegate executeDelegate)
       at Microsoft.Exchange.Server.Storage.MapiDisp.MapiRpc.DoRpc(IExecutionDiagnostics executionDiagnostics, IntPtr& contextHandle, IList`1 ropInArraySegments, ArraySegment`1 ropOut, Int32& sizeRopOut, Boolean internalAccessPrivileges, ArraySegment`1 auxIn, ArraySegment`1 auxOut, Int32& sizeAuxOut, Boolean fakeRequest, Byte[]& fakeOut)
       at Microsoft.Exchange.Server.Storage.MapiDisp.PoolRpcServer.EcDoRpc(MapiExecutionDiagnostics executionDiagnostics, IntPtr& sessionHandle, UInt32 flags, UInt32 maximumResponseSize, ArraySegment`1 request, ArraySegment`1 auxiliaryIn, IPoolSessionDoRpcCompletion completion)
       at Microsoft.Exchange.Server.Storage.MapiDisp.PoolRpcServer.EcPoolSessionDoRpc_Unwrapped(MapiExecutionDiagnostics executionDiagnostics, IntPtr contextHandle, UInt32 sessionHandle, UInt32 flags, UInt32 maximumResponseSize, ArraySegment`1 request, ArraySegment`1 auxiliaryIn, IPoolSessionDoRpcCompletion completion)
       at Microsoft.Exchange.Server.Storage.MapiDisp.PoolRpcServer.<>c__DisplayClassf.<EcPoolSessionDoRpc>b__c()
       at Microsoft.Exchange.Common.IL.ILUtil.DoTryFilterCatch[T](TryDelegate tryDelegate, GenericFilterDelegate filterDelegate, GenericCatchDelegate catchDelegate, T state)
       at Microsoft.Exchange.Server.Storage.MapiDisp.PoolRpcServer.EcPoolSessionDoRpc(IntPtr contextHandle, UInt32 sessionHandle, UInt32 flags, UInt32 maximumResponseSize, ArraySegment`1 request, ArraySegment`1 auxiliaryIn, IPoolSessionDoRpcCompletion completion)
       at EcPoolSessionDoRpcRpc.EcDispatchCall(EcPoolSessionDoRpcRpc* , SafeRpcAsyncStateHandle pAsyncState, IPoolRpcServer server)
       at PoolRpcServer_Wrapper.InternalExecute(PoolRpcServer_Wrapper* , SafeRpcAsyncStateHandle pAsyncState)
       at Microsoft.Exchange.Rpc.ManagedExceptionAsyncCrashWrapper.Execute<class Microsoft::Exchange::Rpc::PoolRpc::SafeEcPoolSessionDoRpcRpcAsyncStateHandle>(ManagedExceptionAsyncCrashWrapper* , _RPC_ASYNC_STATE* pAsyncState)
       at EcPoolSessionDoRpc_Managed(_RPC_ASYNC_STATE* pAsyncState, Void* cpxh, UInt32 ulSessionHandle, UInt32* pulFlags, UInt32 cbIn, Byte* rgbIn, UInt32* pcbOut, Byte** ppbOut, UInt32 cbAuxIn, Byte* rgbAuxIn, UInt32* pcbAuxOut, Byte** ppbAuxOut)
    ).

  5. Die Datenbank ist 110 GB groß auf der Partition sind noch 150 GB frei. 

    Remote Server returned '554 5.2.0 STOREDRV.Deliver.Exception:StoragePermanentException.MapiExceptionDatabaseError; Failed to process message due to a permanent exception with message Cannot open mailbox /o=NAME/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Configuration/cn=Servers/cn=NAME-EX-01/cn=Microsoft System Attendant. 16.55847:7E000000, 17.43559:54040000A2000000000000000F00000000000000, 4.32881:54040000, 0.50035:30000000, 4.64625:54040000, 20.52176:000F57850900000000000000, 20.50032:000F57857917103100000000, 0.50128:00000000, 255.1494:00000000, 0.50608:00000000, 4.63432:84FAFFFF, 4.64456:54040000, 255.1750:80030400, 255.1494:000F5785, 0.50608:00000000, 4.63432:84FAFFFF, 4.64456:54040000, 255.1750:0A000000, 0.50288:9E000000, 4.23354:54040000, 0.25913:00000000, 255.21817:54040000, 0.26297:00000000, 4.16585:54040000, 0.32441:00000000, 4.1706:54040000, 0.24761:00000000, 4.20665:54040000, 0.25785:00000000, 4.29881:54040000 [Stage: CreateSession]'

    vor 20 Minuten schrieb ASR:

    Verschiebe mal die Transaction logs und die Checkpoint Datei in einen Temp Folder. Wie viel freier Plattenplatz ist auf dem Volume?

     

    ASR

     

  6. Hallo Zusammen,

     

    ich wollte einen Benutzer aus einer Datenbank in eine andere Datenbank Lokal verschieben: Hier bekommme ich diesen EVENT:

     

    Fehler: MigrationTransientException: Das Postfach /o=NAME/ou=Exchange Administrative Group ‎(FYDIBOHF23SPDLT)‎/cn=Configuration/cn=Servers/cn=NAME-EX-01/cn=Microsoft System Attendant kann nicht geöffnet werden. --> Das Postfach /o=NAME/ou=Exchange Administrative Group ‎(FYDIBOHF23SPDLT)‎/cn=Configuration/cn=Servers/cn=NAMe-EX-01/cn=Microsoft System Attendant kann nicht geöffnet werden. --> MapiExceptionDatabaseError: Unable to open message store. ‎(hr=0x80004005, ec=1108)‎ Diagnostic context: Lid: 55847 EMSMDBPOOL.EcPoolSessionDoRpc called [length=132] Lid: 43559 EMSMDBPOOL.EcPoolSessionDoRpc returned [ec=0x454][length=162][latency=0] Lid: 32881 StoreEc: 0x454 Lid: 50035 Lid: 64625 StoreEc: 0x454 Lid: 52176 ClientVersion: 15.0.1367.9 Lid: 50032 ServerVersion: 15.0.1367.6009 Lid: 50128 Lid: 1494 ---- Remote Context Beg ---- Lid: 50608 Lid: 63432 StoreEc: 0xFFFFFA84 Lid: 64456 StoreEc: 0x454 Lid: 1750 ---- Remote Context End ---- Lid: 1494 ---- Remote Context Beg ---- Lid: 50608 Lid: 63432 StoreEc: 0xFFFFFA84 Lid: 64456 StoreEc: 0x454 Lid: 1750 ---- Remote Context End ---- Lid: 50288 Lid: 23354 StoreEc: 0x454 Lid: 25913 Lid: 21817 ROP Failure: 0x454 Lid: 26297 Lid: 16585 StoreEc: 0x454 Lid: 32441 Lid: 1706 StoreEc: 0x454 Lid: 24761 Lid: 20665 StoreEc: 0x454 Lid: 25785 Lid: 29881 StoreEc: 0x454

     

    Danach habe ich geteset Usern in der QUELL Datenbank eine achricht zu schreiben und bekommen folgendes Event:

     

    Last Error: 400 4.4.7 The server responded with: 554 5.2.0 STOREDRV.Deliver.Exception:StoragePermanentException.MapiExceptionDatabaseError; Failed to process message due to a permanent exception with message Cannot open mailbox /o=NAME/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Configuration/cn=Servers/cn=NAME-EX-01/cn=Microsoft System Attendant. 16.55847:7E000000, 17.43559:54040000A2000000000000000000000000000000, 4.32881:54040000, 0.50035:00000000, 4.64625:54040000, 20.52176:000F57850900000000000000, 20.50032:000F57857917000000000000, 0.50128:00000000, 255.1494:00000000, 0.50608:00000000, 4.63432:84FAFFFF, 4.64456:54040000, 255.1750:00000000, 255.1494:00000000, 0.50608:00000000, 4.63432:84FAFFFF, 4.64456:54040000, 255.1750:00000000, 0.50288:00000000, 4.23354:54040000, 0.25913:00000000, 255.21817:54040000, 0.26297:00000000, 4.16585:54040000, 0.32441:00000000, 4.1706:54040000, 0.24761:00000000, 4.20665:54040000, 0.25785:00000000, 4.29881:54040000 [Stage: CreateSession]. The failure was replaced by a retry response because the message was marked for retry if rejected.

    Queue ID: NAME-EX-01\3

    Recipients:  Journaling @NAME.de;3;3;[{LRT=};{LED=400 4.4.7 The server responded with: 554 5.2.0 STOREDRV.Deliver.Exception:StoragePermanentException.MapiExceptionDatabaseError; Failed to process message due to a permanent exception with message Cannot open mailbox /o=NAME/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Configuration/cn=Servers/cn=NAME-EX-01/cn=Microsoft System Attendant. 16.55847:7E000000, 17.43559:54040000A2000000000000000000000000000000, 4.32881:54040000, 0.50035:00000000, 4.64625:54040000, 20.52176:000F57850900000000000000, 20.50032:000F57857917000000000000, 0.50128:00000000, 255.1494:00000000, 0.50608:00000000, 4.63432:84FAFFFF, 4.64456:54040000, 255.1750:00000000, 255.1494:00000000, 0.50608:00000000, 4.63432:84FAFFFF, 4.64456:54040000, 255.1750:00000000, 0.50288:00000000, 4.23354:54040000, 0.25913:00000000, 255.21817:54040000, 0.26297:00000000, 4.16585:54040000, 0.32441:00000000, 4.1706:54040000, 0.24761:00000000, 4.20665:54040000, 0.25785:00000000, 4.29881:54040000 [Stage: CreateSession]. The failure was replaced by a retry response because the message was marked for retry if rejected.};{FQDN=};{IP=}];0;CN=ELS_DB_01,CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=NAME,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=NAMEr,DC=de;0

     

    Danach habe ich weiter gesucht und habe EVENT 2002 im ANwendungs Log:

     

    An unexpected failure has occurred. The problem requires administrator intervention. Diagnostic information:

     

    at Microsoft.Exchange.Data.Storage.MailboxSession.ForceOpen(MapiStore linkedStore, Boolean unifiedSession)    at Microsoft.Exchange.Data.Storage.MailboxSession.Initialize(MapiStore linkedStore, LogonType logonType, IExchangePrincipal owner, DelegateLogonUser delegateUser, Object identity, OpenMailboxSessionFlags flags, GenericIdentity auxiliaryIdentity, Boolean unifiedSession)    at Microsoft.Exchange.Data.Storage.MailboxSession.<>c__DisplayClass1c.<CreateMailboxSession>b__1a(MailboxSession mailboxSession)    at Microsoft.Exchange.Data.Storage.MailboxSession.InternalCreateMailboxSession(LogonType logonType, IExchangePrincipal owner, DelegateLogonUser delegatedUser, CultureInfo cultureInfo, String clientInfoString, IBudget budget, Action`1 initializeMailboxSession, InitializeMailboxSessionFailure initializeMailboxSessionFailure, MailboxSessionSharableDataManager sharedDataManager)    at Microsoft.Exchange.Data.Storage.MailboxSession.ConfigurableOpen(IExchangePrincipal mailbox, MailboxAccessInfo accessInfo, CultureInfo cultureInfo, String clientInfoString, LogonType logonType, PropertyDefinition[] mailboxProperties, InitializationFlags initFlags, IList`1 foldersToInit, IBudget budget, Boolean unifiedSession, MailboxSessionSharableDataManager sharedDataManager, UnifiedGroupMemberType memberType)    at Microsoft.Exchange.Data.Storage.MailboxSession.OpenAsSystemService(IExchangePrincipal mailboxOwner, CultureInfo cultureInfo, String clientInfoString, Boolean readOnly)    at Microsoft.Exchange.Migration.MigrationDataProvider.OpenMigrationMailboxSession(ExchangePrincipal mailboxOwner, String connectionDescription)    at Microsoft.Exchange.Migration.MigrationDataProvider.OpenLocalMigrationMailboxSession(MigrationADProvider activeDirectoryProvider, ExchangePrincipal mailboxOwner)    at Microsoft.Exchange.Migration.MigrationDataProvider.OpenLocalSystemMailboxSession(MigrationADProvider activeDirectoryProvider, Guid mdbGuid)    at Microsoft.Exchange.Migration.MigrationDataProvider.<>c__DisplayClassc.<CreateProviderForSystemMailbox>b__b(MigrationADProvider provider)    at Microsoft.Exchange.Migration.MigrationDataProvider.CreateProviderForMailboxSession(MigrationADProvider activeDirectoryProvider, MigrationFolderName folderName, Func`2 mailboxSessionCreator)    at Microsoft.Exchange.Migration.MigrationDataProvider.CreateProviderForSystemMailbox(Guid mdbGuid)    at Microsoft.Exchange.Migration.MigrationJobCache.<GetMigrationCacheEntriesForServer>d__11.MoveNext()|GetMigrationCacheEntriesForServer: Error accessing system mailbox: 1e4b3dc3-bb5b-4d7f-9106-eff02bccd9c9|Microsoft.Exchange.Data.Storage.StoragePermanentException|Cannot open mailbox /o=NAME/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Configuration/cn=Servers/cn=NAM-EX-01/cn=Microsoft System Attendant.|InnerException:MapiExceptionDatabaseError:16.55847:A8000000, 17.43559:54040000A2000000000000000000000000000000, 4.32881:54040000, 0.50035:30000000, 4.64625:54040000, 20.52176:000F57850900000000000000, 20.50032:000F57857917103100000000, 0.50128:00000000, 255.1494:00000000, 0.50608:77090000, 4.63432:84FAFFFF, 4.64456:54040000, 255.1750:0F010480, 255.1494:000F5785, 0.50608:77090000, 4.63432:84FAFFFF, 4.64456:54040000, 255.1750:302E3133, 0.50288:30303A53, 4.23354:54040000, 0.25913:00000000, 255.21817:54040000, 0.26297:04000000, 4.16585:54040000, 0.32441:6E5F6970, 4.1706:54040000, 0.24761:01000000, 4.20665:54040000, 0.25785:722E6465, 4.29881:54040000|Microsoft.Mapi.MapiExceptionDatabaseError: MapiExceptionDatabaseError: Unable to open message store. (hr=0x80004005, ec=1108) Diagnostic context:   Lid: 55847  EMSMDBPOOL.EcPoolSessionDoRpc called [length=168]   Lid: 43559  EMSMDBPOOL.EcPoolSessionDoRpc returned [ec=0x454][length=162][latency=0]   Lid: 32881  StoreEc: 0x454      Lid: 50035    Lid: 64625  StoreEc: 0x454      Lid: 52176  ClientVersion: 15.0.1367.9   Lid: 50032  ServerVersion: 15.0.1367.6009   Lid: 50128    Lid: 1494  ---- Remote Context Beg ----   Lid: 50608    Lid: 63432  StoreEc: 0xFFFFFA84   Lid: 64456  StoreEc: 0x454      Lid: 1750  ---- Remote Context End ----   Lid: 1494  ---- Remote Context Beg ----   Lid: 50608    Lid: 63432  StoreEc: 0xFFFFFA84   Lid: 64456  StoreEc: 0x454      Lid: 1750  ---- Remote Context End ----   Lid: 50288    Lid: 23354  StoreEc: 0x454      Lid: 25913    Lid: 21817  ROP Failure: 0x454      Lid: 26297    Lid: 16585  StoreEc: 0x454      Lid: 32441    Lid: 1706  StoreEc: 0x454      Lid: 24761    Lid: 20665  StoreEc: 0x454      Lid: 25785    Lid: 29881  StoreEc: 0x454       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.ExRpcConnection.OpenMsgStore(OpenStoreFlag storeFlags, String mailboxDn, Guid mailboxGuid, Guid mdbGuid, String& correctServerDn, ClientIdentityInfo clientIdentityAs, String userDnAs, Boolean unifiedLogon, String applicationId, Byte[] tenantHint, CultureInfo cultureInfo)    at Microsoft.Mapi.MapiStore.OpenMapiStore(String serverDn, String userDn, String mailboxDn, Guid guidMailbox, Guid guidMdb, String userName, String domainName, String password, String httpProxyServerName, ConnectFlag connectFlags, OpenStoreFlag storeFlags, CultureInfo cultureInfo, Boolean wantRedirect, String& correctServerDN, ClientIdentityInfo clientIdentity, Boolean unifiedLogon, String applicationId, Client xropClient, Boolean wantWebServices, Byte[] clientSessionInfo, TimeSpan connectionTimeout, TimeSpan callTimeout, Byte[] tenantHint)    at Microsoft.Mapi.MapiStore.OpenMailbox(String serverDn, String userDn, Guid guidMailbox, Guid guidMdb, String userName, String domainName, String password, ConnectFlag connectFlags, OpenStoreFlag storeFlags, CultureInfo cultureInfo, WindowsIdentity windowsIdentity, String applicationId, Byte[] tenantPartitionHint, Boolean unifiedLogon)    at Microsoft.Exchange.Data.Storage.MailboxSession.ForceOpen(MapiStore linkedStore, Boolean unifiedSession)|: ,, %2

      

     

    Leider komme ich hier nicht weiter und habe bei Google auch nichts passendes gefunden ?

     

     

    Nach einen Server Neustart bekomme ich noch den EVENT 9038 dazu:

     

    Service MSExchangeMailboxAssistants.  Unable to process a database for over 30 minutes.  Diagnostic info: Governor: DatabaseGovernor for time based for 'NAME_DB_01 (1e4b3dc3-bb5b-4d7f-9106-eff02bccd9c9)', Last run time: 27.12.2018 16:27:02, Next retry interval: 00:15:00.  Current exception: Microsoft.Exchange.Assistants.DatabaseIneptException ---> Microsoft.Exchange.Data.Storage.StoragePermanentException: Cannot open mailbox /o=NAME/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Configuration/cn=Servers/cn=NAME-EX-01/cn=Microsoft System Attendant. ---> Microsoft.Mapi.MapiExceptionDatabaseError: MapiExceptionDatabaseError: Unable to open message store. (hr=0x80004005, ec=1108)

    Diagnostic context:

        Lid: 55847   EMSMDBPOOL.EcPoolSessionDoRpc called [length=186]

        Lid: 43559   EMSMDBPOOL.EcPoolSessionDoRpc returned [ec=0x454][length=162][latency=0]

     

×
×
  • Neu erstellen...