Exchange 2010 SP3 mailbox role installation error

Hello.
I can't install the Mailbox role on a Windows 2008 R2 server, the first Exchange in the domain and forest (2 dcs in the domain).
Client Access Role and Hub Transport Role installed correctly.
Setup preparations - without an error.
Started the Exchange 2010 SP3 Installation, which start correctly, all prerequisites are seems to be ok. When arriving on the Mailbox Roles it make this error:
02.05.2014 13:42:46.0634] [2] [ERROR] Active Directory operation failed on <dc fqdn>. This error is not retriable. Additional information: An attempt was made to modify an object to include an attribute that is not legal for its class.
Active directory response: 0000207D: UpdErr: DSID-0315121C, problem 6002 (OBJ_CLASS_VIOLATION), data -1731808180
[02.05.2014 13:42:46.0634] [2] [ERROR] An object class violation occurred.
[02.05.2014 13:42:46.0634] [2] Ending processing enable-mailbox
[02.05.2014 13:42:46.0649] [1] The following 1 error(s) occurred during task execution:
[02.05.2014 13:42:46.0649] [1] 0.  ErrorRecord: Active Directory operation failed on <dc fqdn>. This error is not retriable. Additional information: An attempt was made to modify an object to include an attribute that is not legal for its class.
Active directory response: 0000207D: UpdErr: DSID-0315121C, problem 6002 (OBJ_CLASS_VIOLATION), data -1731808180
[02.05.2014 13:42:46.0649] [1] 0.  ErrorRecord: Microsoft.Exchange.Data.Directory.ADOperationException: Active Directory operation failed on <dc fqdn>. This error is not retriable. Additional information: An attempt was made to modify an object to
include an attribute that is not legal for its class.
Active directory response: 0000207D: UpdErr: DSID-0315121C, problem 6002 (OBJ_CLASS_VIOLATION), data -1731808180
 ---> System.DirectoryServices.Protocols.DirectoryOperationException: An object class violation occurred.
   at System.DirectoryServices.Protocols.LdapConnection.ConstructResponse(Int32 messageId, LdapOperation operation, ResultAll resultType, TimeSpan requestTimeOut, Boolean exceptionOnTimeOut)
   at System.DirectoryServices.Protocols.LdapConnection.SendRequest(DirectoryRequest request, TimeSpan requestTimeout)
   at Microsoft.Exchange.Data.Directory.PooledLdapConnection.SendRequest(DirectoryRequest request, LdapOperation ldapOperation, IAccountingObject budget, Nullable`1 clientSideSearchTimeout)
   at Microsoft.Exchange.Data.Directory.ADSession.ExecuteModificationRequest(ADObject entry, DirectoryRequest request, ADObjectId originalId, Boolean emptyObjectSessionOnException)
   --- End of inner exception stack trace ---
   at Microsoft.Exchange.Data.Directory.ADSession.AnalyzeDirectoryError(PooledLdapConnection connection, DirectoryRequest request, DirectoryException de, Int32 totalRetries, Int32 retriesOnServer)
   at Microsoft.Exchange.Data.Directory.ADSession.ExecuteModificationRequest(ADObject entry, DirectoryRequest request, ADObjectId originalId, Boolean emptyObjectSessionOnException)
   at Microsoft.Exchange.Data.Directory.ADSession.Save(ADObject instanceToSave, IEnumerable`1 properties)
   at Microsoft.Exchange.Data.Directory.Recipient.ADRecipientSession.Microsoft.Exchange.Data.IConfigDataProvider.Save(IConfigurable instance)
   at Microsoft.Exchange.Configuration.Tasks.SetTaskBase`1.InternalProcessRecord()
   at Microsoft.Exchange.Management.RecipientTasks.EnableMailbox.InternalProcessRecord()
   at Microsoft.Exchange.Configuration.Tasks.Task.ProcessRecord()
[02.05.2014 13:42:46.0649] [1] [ERROR] The following error was generated when "$error.Clear();
          if (!$RoleIsDatacenter)
            $arbUsers = @(get-user -Filter {lastname -eq "MSExchApproval 1f05a927-3be2-4fb9-aa03-b59fe3b56f4c"} -IgnoreDefaultScope -ResultSize 1);
            if ($arbUsers.Length -ne 0)
              $mbxname = $arbUsers[0].name;
              $mbxs = @( get-mailbox -arbitration -Filter {name -eq $mbxname} -IgnoreDefaultScope -resultSize 1 );
              if ( $mbxs.length -eq 0)
                $dbs = @(get-MailboxDatabase -Server:$RoleFqdnOrName -DomainController $RoleDomainController);
                if ($dbs.Length -ne 0)
                  enable-mailbox -Arbitration -identity $arbUsers[0] -database $dbs[0].Identity;
        " was run: "Active Directory operation failed on <dc fqdn>. This error is not retriable. Additional information: An attempt was made to modify an object to include an attribute that is not legal for
its class.
Active directory response: 0000207D: UpdErr: DSID-0315121C, problem 6002 (OBJ_CLASS_VIOLATION), data -1731808180
[02.05.2014 13:42:46.0649] [1] [ERROR] Active Directory operation failed on <dc fqdn>. This error is not retriable. Additional information: An attempt was made to modify an object to include an attribute that is not legal for its class.
Active directory response: 0000207D: UpdErr: DSID-0315121C, problem 6002 (OBJ_CLASS_VIOLATION), data -1731808180
[02.05.2014 13:42:46.0649] [1] [ERROR] An object class violation occurred.
[02.05.2014 13:42:46.0649] [1] [ERROR-REFERENCE] Id=SystemAttendantDependent___04bbd8c4a86b4d2c9403cdddf5b39579 Component=EXCHANGE14:\Current\Release\Transport\BCM\Moderated Transport
[02.05.2014 13:42:46.0649] [1] Setup is stopping now because of one or more critical errors.
[02.05.2014 13:42:46.0649] [1] Finished executing component tasks.
[02.05.2014 13:42:46.0712] [1] Ending processing Install-MailboxRole
Any help would be appreciate.
Thanks,
Igor K.

Hi,
The above error may occur when the federated built-in e-mail account that links to the computer account no longer exists or the federated built-in e-mail account in the Active Directory service is corrupted.
I recommend you follow the steps below for troubleshooting:
1. Remove the FederatedEmail.4c1f4d8b-8179-4148-93bf-00a95fa1e042 e-mail account by using the ADSIEdit tool.
a. Run adsiedit.msc.
b. Locate the Default Naming Context node, and then locate to the CN=Users container.
c. Locate and then right-click the CN=FederatedEmail.4c1f4d8b-8179-4148-93bf-00a95fa1e042 container. Then, click Delete.
2.Rerun the Exchange Server 2010 Mailbox role setup application.
3.Create a new federated e-mail account by using the following cmdlet:
New-Mailbox -Arbitration -Name FederatedEmail.4c1f4d8b-8179-4148-93bf-00a95fa1e042 -UserPrincipalName
FederatedEmail.4c1f4d8b-8179-4148-93bf-00a95fa1e042@<Default_Accepted_Domain>
Hope it helps.
If you need further assistance, please feel free to let me know.
Best regards,
Amy
Amy Wang
TechNet Community Support

Similar Messages

  • Exchange 2013 Mailbox Role Installation Error

    Hi All,
    I am getting the below error when installing Exchange 2013 Mailbox Role. This is a Windows Server 2012. Previous Exchange 2013 setup was removed since it had issues with CAS. Now we have removed all previous Exchange software and attributes.
    Error:
    The following error was generated when "$error.Clear();
              Install-ExchangeCertificate -services IIS -DomainController $RoleDomainController
              if ($RoleIsDatacenter -ne $true -And $RoleIsPartnerHosted -ne $true)
                Install-AuthCertificate -DomainController $RoleDomainController
            " was run: "Microsoft.Exchange.Management.Metabase.IISGeneralCOMException: An IIS directory entry couldn't be created. The error message is The system cannot find the path specified.
    . HResult = -2147024893 ---> System.Runtime.InteropServices.COMException: The system cannot find the path specified.
       at System.DirectoryServices.DirectoryEntry
       at System.DirectoryServices.DirectoryEntry.Bind()
       at System.DirectoryServices.DirectoryEntry.RefreshCache()
       at System.DirectoryServices.DirectoryEntry.FillCache(String propertyName)
       at System.DirectoryServices.PropertyCollection.KeysCollection.GetEnumerator()
       at Microsoft.Exchange.Management.Metabase.IisUtility.GetProperties(DirectoryEntry webObj)
       --- End of inner exception stack trace ---
       at Microsoft.Exchange.Management.Metabase.IisUtility.GetProperties(DirectoryEntry webObj)
       at Microsoft.Exchange.Management.Metabase.IisUtility.GetWebSiteSslCertificate(String webObjectPath)
       at Microsoft.Exchange.Management.SystemConfigurationTasks.InstallExchangeCertificate.FindIisCertificate()
       at Microsoft.Exchange.Management.SystemConfigurationTasks.InstallExchangeCertificate.InternalProcessRecord()
       at Microsoft.Exchange.Configuration.Tasks.Task.<ProcessRecord>b__b()
       at Microsoft.Exchange.Configuration.Tasks.Task.InvokeRetryableFunc(String funcName, Action func, Boolean terminatePipelineIfFailed)".
    Any views on this is appreciated.
    Regards
    Boniface
    Senior Systems Administrator

    Hi,
    After uninstalling the IIS, please run the following command to install prerequisites.
    Install-WindowsFeature AS-HTTP-Activation, Desktop-Experience, NET-Framework-45-Features, RPC-over-HTTP-proxy, RSAT-Clustering, RSAT-Clustering-CmdInterface, RSAT-Clustering-Mgmt, RSAT-Clustering-PowerShell, Web-Mgmt-Console, WAS-Process-Model, Web-Asp-Net45,
    Web-Basic-Auth, Web-Client-Auth, Web-Digest-Auth, Web-Dir-Browsing, Web-Dyn-Compression, Web-Http-Errors, Web-Http-Logging, Web-Http-Redirect, Web-Http-Tracing, Web-ISAPI-Ext, Web-ISAPI-Filter, Web-Lgcy-Mgmt-Console, Web-Metabase, Web-Mgmt-Console, Web-Mgmt-Service,
    Web-Net-Ext45, Web-Request-Monitor, Web-Server, Web-Stat-Compression, Web-Static-Content, Web-Windows-Auth, Web-WMI, Windows-Identity-Foundation
    Then remove the “water mark” key and “action” key under the following registry and initiate the setup again.
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ExchangeServer\v15.0\HubTransportRole
    In addition, please disable any third-part software for troublwshooting.
    Best Regards.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Lynn-Li
    TechNet Community Support

  • Issue with Update Rollup 5 for Exchange 2010 SP3 - Mailboxes that were auto mapped not working

    Below is  my response in another thread but creating a new one in the hopes that someone has the same issue and a solution besides mine below.
    Ever since we installed Update Rollup 5 for SP3 Exchange 2010 mailboxes that were auto mapped are not accessible. They all get the same error.
    Cannot expand the folder. The set of folders cannot be opened. The attempt to log on to the Microsoft Exchange has failed.
    What I have been doing is removing the users permission, then adding them back using the noautomap switch in Powershell. After doing that, the user manually adds the mailbox and all is well.
    Just a note here, I suspect it may have something to do with the version of Outlook 2010. We are running an older version here. I think only SP1 with no other incremental updates. Office is up to SP2. Also, one of the users I was working with could not access
    the mailbox no matter what we tried but she can walk over to another workstation and open Outlook and access the very same mailbox so that pretty much proves its software related particularly with Outlook.
    I cannot reproduce the problem on a workstation (XP) with a newer version of Outlook.
    This has been wearing me out and I suspected the Update Rollup all long. Now I am confident as others are having the same problem. If you find out anything on how to fix this other than the steps above, let me know.

    Not sure why it was suggested to use the auto mapping feature to grant permissions because that is the component that is causing the issue. Also, there is nothing wrong with the auto configuration because the user can access their own mailbox just fine and
    also select mailboxes in their Outlook that were NOT auto mapped.
    With that said, here is how I fixed them all.
    Remove the permissions using the Exchange Console. Don't forget Send As
    Wait about 15 minutes. The mailbox should disappear from the users Outlook
    Open an Exchange PowerShell window and run the following command:
    .\add-mailboxpermissionsnoautomap.ps1 -Identity mailbox -User user -AccessRights FullAccess
    Have the user add the mailbox to their Outlook using the manual process.
    All is well....
    If you don't have the PS script add-mailboxpermissionsnoautomap.ps1, you can download it. I stumbled across it a few years ago and use it all the time. If you can't find it, just use the Exchange built in command for adding mailbox folder permissions but
    specify automap $false.
    The idea here is to grant the user access without auto mapping.

  • Exchange 2010 SP3 mailbox move Problem

    Hi,
    I have a big problem with DB, when I want to move some mailbox from this DB to another (same server), move FAILED,
    In Event log a found:
    FailureType                   : MapiExceptionJetErrorKeyDuplicate
    FailureSide                   : Source
    Message                       : Error: MapiExceptionJetErrorKeyDuplicate: Unable to query table rows. (hr=0x80004005,ec=-1605)
    I Try to run: New-MailboxRepairRequest -Mailbox bberak -CorruptionType ProvisionedFolder,SearchFolder,AggregateCounts,Folderview      ... succesfull
    I Try eseutil /g ... succesfull too
    CAN YOU HELP MEEEE

    Yes i try command 
    New-MailboxRepairRequest -Mailbox XXX -CorruptionType ProvisionedFolder,SearchFolder,AggregateCounts,Folderview –DetectOnly
    I found in event log ... succesfull 
    I have problem with all mailbox in two DB and next two DB are OK
    I want to migrate all mailbox in DB to new DB in the same server
    I try command :
    New-MailboxExportRequest -mailbox XXX-FilePath \\srvexchange\e$\pst\olga.snajdrova.pst  ... progress fail about in 10%-20%
    and too command:
    New-MailboxExportRequest -mailbox pz -FilePath \\hv1-dca\tmp\pzetik.pst -verbose -BadItemLimit 50000000 -AcceptLargeDataLoss    ... progress fail about in 10%-20%
    I found error message:
    Error: MapiExceptionJetErrorKeyDuplicate: Unabl
    e to query table rows. (hr=0x80004005, ec=-1605
    Diagnostic context:
        Lid: 45095   EMSMDB.EcDoRpcExt2 called [len
    gth=100]
        Lid: 61479   EMSMDB.EcDoRpcExt2 returned [e
    c=0x0][length=69][latency=0]
        Lid: 23226   --- ROP Parse Start ---
        Lid: 27962   ROP: ropGetContentsTable [5]
        Lid: 27962   ROP: ropSetColumns [18]
        Lid: 27962   ROP: ropQueryRows [21]
        Lid: 17082   ROP Error: 0xFFFFF9BB
        Lid: 17153
        Lid: 21921   StoreEc: 0xFFFFF9BB
        Lid: 31418   --- ROP Parse Done ---
        Lid: 22753
        Lid: 21817   ROP Failure: 0xFFFFF9BB
        Lid: 28414
        Lid: 32510   StoreEc: 0xFFFFF9BB
    I havn't account to www.experts-exchange.com

  • The Test-OrganizationRelationship function on Exchange 2010 SP3 Rollup4 error

    Hi
      If I run Test-OrganizationRelationship function on Exchange 2010 SP3 Rollup4 the fallowing error appear:
    [PS] C:\WINDOWS\system32>Test-OrganizationRelationship -Identity "emag" -UserIdentity [email protected] -verbose
    VERBOSE: [12:24:44.359 GMT] Test-OrganizationRelationship : Active Directory session settings for
    'Test-OrganizationRelationship' are: View Entire Forest: 'False', Default Scope: 'hq.flanco.ro', Configuration Domain
    Controller: 'CALYPSO.hq.flanco.ro', Preferred Global Catalog: 'CALYPSO.hq.flanco.ro', Preferred Domain Controllers: '{
    CALYPSO.hq.flanco.ro }'
    VERBOSE: [12:24:44.359 GMT] Test-OrganizationRelationship : Runspace context: Executing user: hq.flanco.ro/FLANCO -
    Users/HQ/IT/Marian NICA, Executing user organization: , Current organization: , RBAC-enabled: Enabled.
    VERBOSE: [12:24:44.359 GMT] Test-OrganizationRelationship : Beginning processing &
    VERBOSE: [12:24:44.359 GMT] Test-OrganizationRelationship : Instantiating handler with index 0 for cmdlet extension
    agent "Admin Audit Log Agent".
    VERBOSE: [12:24:44.391 GMT] Test-OrganizationRelationship : Current ScopeSet is: { Recipient Read Scope: {{, }},
    Recipient Write Scopes: {{, }}, Configuration Read Scope: {{, }}, Configuration Write Scope(s): {{, }, }, Exclusive
    Recipient Scope(s): {}, Exclusive Configuration Scope(s): {} }
    VERBOSE: [12:24:44.391 GMT] Test-OrganizationRelationship : Searching objects "[email protected]" of type "ADUser"
    under the root "$null".
    VERBOSE: [12:24:44.406 GMT] Test-OrganizationRelationship : Previous operation run on global catalog server
    'CALYPSO.hq.flanco.ro'.
    VERBOSE: [12:24:44.406 GMT] Test-OrganizationRelationship : Searching objects "emag" of type "OrganizationRelationship"
    under the root "$null".
    VERBOSE: [12:24:44.406 GMT] Test-OrganizationRelationship : Previous operation run on domain controller
    'CALYPSO.hq.flanco.ro'.
    VERBOSE: Test that organization relationships are properly configured.
    VERBOSE: [12:24:44.406 GMT] Test-OrganizationRelationship : Resolved current organization: .
    VERBOSE: [12:24:44.406 GMT] Test-OrganizationRelationship : Calling the Microsoft Exchange Autodiscover service for the
    remote federation information.
    VERBOSE: [12:24:44.983 GMT] Test-OrganizationRelationship : The Autodiscover call succeeded for the following URL:
    https://autodiscover.emag.ro/autodiscover/autodiscover.svc.
    VERBOSE: [12:24:44.983 GMT] Test-OrganizationRelationship : The Autodiscover call succeeded for the following URL:
    https://autodiscover.emag.ro/autodiscover/autodiscover.svc.
    VERBOSE: [12:24:44.983 GMT] Test-OrganizationRelationship : Generating delegation token for user [email protected]
    for application FYDIBOHF25SPDLT.exchangedelegation.emag.ro.
    VERBOSE: [12:24:46.138 GMT] Test-OrganizationRelationship : The delegation token was successfully generated.
    VERBOSE: [12:24:46.138 GMT] Test-OrganizationRelationship : The Microsoft Exchange Autodiscover service is being called
    to determine the remote organization relationship settings.
    VERBOSE: [12:24:46.138 GMT] Test-OrganizationRelationship : The Client will call the Microsoft Exchange Autodiscover
    service using the following URL: https://autodiscover.emag.ro/autodiscover/autodiscover.svc/WSSecurity.
    VERBOSE: [12:24:46.185 GMT] Test-OrganizationRelationship : The Microsoft Exchange Autodiscover service failed to be
    called at 'https://autodiscover.emag.ro/autodiscover/autodiscover.svc/WSSecurity' because the following error occurred:
    SoapException.Code =
    http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd:InvalidSecurityToken
    Exception:
    System.Web.Services.Protocols.SoapHeaderException: An error occurred when processing the security tokens in the
    message.
       at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse
    response, Stream responseStream, Boolean asyncCall)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
       at Microsoft.Exchange.SoapWebClient.CustomSoapHttpClientProtocol.<>c__DisplayClass4.<Invoke>b__3()
       at
    Microsoft.Exchange.SoapWebClient.HttpAuthenticator.NoHttpAuthenticator.AuthenticateAndExecute[T](SoapHttpClientProtocol
    client, AuthenticateAndExecuteHandler`1 handler)
       at Microsoft.Exchange.SoapWebClient.SoapHttpClientAuthenticator.AuthenticateAndExecute[T](SoapHttpClientProtocol
    client, AuthenticateAndExecuteHandler`1 handler)
       at
    Microsoft.Exchange.SoapWebClient.AutoDiscover.DefaultBinding_Autodiscover.GetOrganizationRelationshipSettings(GetOrgani
    zationRelationshipSettingsRequest Request)
       at
    Microsoft.Exchange.Management.Sharing.TestOrganizationRelationship.<>c__DisplayClass8.<GetInvokeDelegate>b__7(DefaultBi
    nding_Autodiscover binding)
       at
    Microsoft.Exchange.SoapWebClient.AutodiscoverClient.<>c__DisplayClassf.<InvokeAndFollowSecureRedirects>b__c(IWebProxy
    webProxy)
       at Microsoft.Exchange.SoapWebClient.AutodiscoverClient.InvokeWithWebProxy(String url, InvokeWithWebProxyDelegate
    invokeWithWebProxy)
       at Microsoft.Exchange.SoapWebClient.AutodiscoverClient.InvokeAndFollowSecureRedirects(InvokeDelegate invokeDelegate,
    Uri url)
       at Microsoft.Exchange.SoapWebClient.AutodiscoverClient.InvokeForUrl(InvokeDelegate invokeDelegate, Uri url)
    VERBOSE: [12:24:46.185 GMT] Test-OrganizationRelationship : The Autodiscover call failed.
    RunspaceId  : b3b378f5-d912-4042-b578-e949b54da4c1
    Identity    :
    Id          : AutodiscoverServiceCallFailed
    Status      : Error
    Description : The Autodiscover call failed.
    IsValid     : True
    VERBOSE: [12:24:46.185 GMT] Test-OrganizationRelationship : Admin Audit Log: Entered Handler:OnComplete.
    VERBOSE: [12:24:46.185 GMT] Test-OrganizationRelationship : Ending processing &
        

    It's not this, is it -
    http://johanveldhuis.nl/en/error-occurred-processing-security-tokens-message/ ?

  • Exchange 2010 SP3 Move Mailbox fails on every mailbox with Fatal error MapiExceptionJetErrorIndexNotFound has occurred

    We are currently running Small Business Server 2003 with Exchange 2003 SP2 and are migrating to Server 2008 R2 with Exchange 2010 SP3 as an interim before moving to Server 2012 R2 with Exchange 2013 SP1. The mailbox move reaches 95% before failing with the
    message "Fatal error MapiExceptionJetErrorIndexNotFound has occurred.
    Error details: MapiExceptionJetErrorIndexNotFound: Unable to copy to target. (hr=0x80004005, ec=-1404)
    Diagnostic context:
        Lid: 45095   EMSMDB.EcDoRpcExt2 called [length=78]
        Lid: 61479   EMSMDB.EcDoRpcExt2 returned [ec=0x0][length=75][latency=0]
        Lid: 23226   --- ROP Parse Start ---
        Lid: 27962   ROP: ropGetPropsSpecific [7]
        Lid: 21921   StoreEc: 0x40380   
        Lid: 31418   --- ROP Parse Done ---
        Lid: 45095   EMSMDB.EcDoRpcExt2 called [length=45]
        Lid: 61479   EMSMDB.EcDoRpcExt2 returned [ec=0x0][length=140][latency=0]
        Lid: 23226   --- ROP Parse Start ---
        Lid: 27962   ROP: ropGetReceiveFolderTable [104]
        Lid: 31418   --- ROP Parse Done ---
        Lid: 45095   EMSMDB.EcDoRpcExt2 called [length=69]
        Lid: 61479   EMSMDB.EcDoRpcExt2 returned [ec=0x0][length=48][latency=0]
        Lid: 23226   --- ROP Parse Start ---
        Lid: 27962   ROP: ropGetAllPerUserLtids [125]
        Lid: 17082   ROP Error: 0xFFFFFA84
        Lid: 29793  
        Lid: 21921   StoreEc: 0xFFFFFA84
        Lid: 31418   --- ROP Parse Done ---
        Lid: 22753  
        Lid: 21817   ROP Failure: 0xFFFFFA84
        Lid: 25738  
        Lid: 18570   StoreEc: 0xFFFFFA84
        Lid: 23370   StoreEc: 0xFFFFFA84
        Lid: 24302  
        Lid: 32494   StoreEc: 0xFFFFFA84
       at Microsoft.Mapi.MapiExceptionHelper.ThrowIfErrorOrWarning(String message, Int32 hresult, Boolean allowWarnings, SafeExInterfaceHandle iUnknown, Exception innerException)
       at Microsoft.Mapi.MapiUnk.ThrowIfErrorOrWarning(String message, Int32 hr)
       at Microsoft.Mapi.MapiProp.CopyTo(MapiProp destProp, Boolean reportProgress, CopyPropertiesFlags copyPropertiesFlags, Boolean copySubObjects, ICollection`1 excludeTags)
       at Microsoft.Mapi.MapiProp.ExportObjectHelper(IMapiFxProxy dest, PropTag[] tags, CopyPropertiesFlags copyPropertiesFlags, Boolean useCopyProps)
       at Microsoft.Mapi.MapiProp.ExportObject(IMapiFxProxy fxProxy, CopyPropertiesFlags copyPropertiesFlags, PropTag[] excludeTags)
       at Microsoft.Exchange.MailboxReplicationService.LocalSourceMailbox.Microsoft.Exchange.MailboxReplicationService.ISourceMailbox.CopyTo(IFxProxy fxProxy, PropTag[] excludeTags)
       at Microsoft.Exchange.MailboxReplicationService.SourceMailboxWrapper.<>c__DisplayClass7.<Microsoft.Exchange.MailboxReplicationService.ISourceMailbox.CopyTo>b__6()
       at Microsoft.Exchange.MailboxReplicationService.ExecutionContext.Execute(GenericCallDelegate operation)
       at Microsoft.Exchange.MailboxReplicationService.SourceMailboxWrapper.Microsoft.Exchange.MailboxReplicationService.ISourceMailbox.CopyTo(IFxProxy destMailbox, PropTag[] excludeProps)
       at Microsoft.Exchange.MailboxReplicationService.MailboxMover.FinalSyncCopyMailboxData()
       at Microsoft.Exchange.MailboxReplicationService.MoveBaseJob.ForeachMailboxContext(MailboxMoverDelegate del)
       at Microsoft.Exchange.MailboxReplicationService.MoveBaseJob.FinalSync(Object[] wiParams)
       at Microsoft.Exchange.MailboxReplicationService.CommonUtils.CatchKnownExceptions(GenericCallDelegate del, FailureDelegate failureDelegate)
    Error context: --------
    Operation: ISourceMailbox.CopyTo
    OperationSide: Source"
    This is happening on every mailbox we attempt to move. Any help would be appreciated

    Thanks for responding
    I'm already using BadItemLimit of 50. The largest corrupt message that was skipped is 10.
    We're on Small Business Server Standard Edition which only permits one mailbox store. I should mention that the interim machine (where Exchange 2010 is installed) is a Hyper V virtual machine
    Here is the entire message from the log:
    11/28/2014 7:18:07 PM [VRTL-SVR2008] 'PeacePresbyterianChurch.local/MyBusiness/Users/SBSUsers/Dev Mathura' created move request.
    11/28/2014 7:18:27 PM [VRTL-SVR2008] The Microsoft Exchange Mailbox Replication service 'VRTL-SVR2008.PeacePresbyterianChurch.local' (14.3.123.2 caps:07) is examining the request.
    11/28/2014 7:18:27 PM [VRTL-SVR2008] Connected to target mailbox 'Primary (d3391cdd-bc37-41ad-9e44-9f8880c47270)', database 'Mailbox Database 0224662151', Mailbox server 'VRTL-SVR2008.PeacePresbyterianChurch.local' Version 14.3 (Build 123.0).
    11/28/2014 7:18:27 PM [VRTL-SVR2008] Connected to source mailbox 'Primary (d3391cdd-bc37-41ad-9e44-9f8880c47270)', database 'PEACE-SERVER\First Storage Group\Mailbox Store (PEACE-SERVER)', Mailbox server 'peace-server.PeacePresbyterianChurch.local' Version
    6.0 (Build 7654.0).
    11/28/2014 7:18:38 PM [VRTL-SVR2008] Request processing started.
    11/28/2014 7:18:38 PM [VRTL-SVR2008] Mailbox signature will not be preserved for mailbox 'Primary (d3391cdd-bc37-41ad-9e44-9f8880c47270)'. Outlook clients will need to restart to access the moved mailbox.
    11/28/2014 7:18:38 PM [VRTL-SVR2008] Source mailbox information before the move:
    Regular Items: 20, 1.906 MB (1,998,818 bytes)
    Regular Deleted Items: 3, 7.803 KB (7,990 bytes)
    FAI Items: 20, 0 B (0 bytes)
    FAI Deleted Items: 0, 0 B (0 bytes)
    11/28/2014 7:18:39 PM [VRTL-SVR2008] Initializing folder hierarchy in mailbox 'Primary (d3391cdd-bc37-41ad-9e44-9f8880c47270)': 31 folders total.
    11/28/2014 7:18:40 PM [VRTL-SVR2008] Folder hierarchy initialized for mailbox 'Primary (d3391cdd-bc37-41ad-9e44-9f8880c47270)': 31 folders total.
    11/28/2014 7:18:40 PM [VRTL-SVR2008] Stage: CreatingInitialSyncCheckpoint. Percent complete: 15.
    11/28/2014 7:18:40 PM [VRTL-SVR2008] Stage: LoadingMessages. Percent complete: 20.
    11/28/2014 7:18:40 PM [VRTL-SVR2008] Mailbox 'Primary (d3391cdd-bc37-41ad-9e44-9f8880c47270)' contains 3 soft-deleted items (7.803 KB (7,990 bytes)). They won't be migrated.
    11/28/2014 7:18:40 PM [VRTL-SVR2008] Stage: CopyingMessages. Percent complete: 25.
    11/28/2014 7:18:40 PM [VRTL-SVR2008] Copy progress: 0/38 messages, 0 B (0 bytes)/1.906 MB (1,998,550 bytes).
    11/28/2014 7:18:41 PM [VRTL-SVR2008] Messages have been enumerated successfully. 38 items loaded. Total size: 1.906 MB (1,998,550 bytes).
    11/28/2014 7:18:43 PM [VRTL-SVR2008] Initial seeding completed, 38 items copied, total size 1.906 MB (1,998,550 bytes).
    11/28/2014 7:18:44 PM [VRTL-SVR2008] Final sync has started.
    11/28/2014 7:18:45 PM [VRTL-SVR2008] Stage: FinalIncrementalSync. Percent complete: 95.
    11/28/2014 7:18:46 PM [VRTL-SVR2008] Fatal error MapiExceptionJetErrorIndexNotFound has occurred.
    Error details: MapiExceptionJetErrorIndexNotFound: Unable to copy to target. (hr=0x80004005, ec=-1404)
    Diagnostic context:
        Lid: 45095   EMSMDB.EcDoRpcExt2 called [length=78]
        Lid: 61479   EMSMDB.EcDoRpcExt2 returned [ec=0x0][length=75][latency=0]
        Lid: 23226   --- ROP Parse Start ---
        Lid: 27962   ROP: ropGetPropsSpecific [7]
        Lid: 21921   StoreEc: 0x40380  
        Lid: 31418   --- ROP Parse Done ---
        Lid: 45095   EMSMDB.EcDoRpcExt2 called [length=45]
        Lid: 61479   EMSMDB.EcDoRpcExt2 returned [ec=0x0][length=140][latency=0]
        Lid: 23226   --- ROP Parse Start ---
        Lid: 27962   ROP: ropGetReceiveFolderTable [104]
        Lid: 31418   --- ROP Parse Done ---
        Lid: 45095   EMSMDB.EcDoRpcExt2 called [length=69]
        Lid: 61479   EMSMDB.EcDoRpcExt2 returned [ec=0x0][length=48][latency=0]
        Lid: 23226   --- ROP Parse Start ---
        Lid: 27962   ROP: ropGetAllPerUserLtids [125]
        Lid: 17082   ROP Error: 0xFFFFFA84
        Lid: 29793 
        Lid: 21921   StoreEc: 0xFFFFFA84
        Lid: 31418   --- ROP Parse Done ---
        Lid: 22753 
        Lid: 21817   ROP Failure: 0xFFFFFA84
        Lid: 25738 
        Lid: 18570   StoreEc: 0xFFFFFA84
        Lid: 23370   StoreEc: 0xFFFFFA84
        Lid: 24302 
        Lid: 32494   StoreEc: 0xFFFFFA84
       at Microsoft.Mapi.MapiExceptionHelper.ThrowIfErrorOrWarning(String message, Int32 hresult, Boolean allowWarnings, SafeExInterfaceHandle iUnknown, Exception innerException)
       at Microsoft.Mapi.MapiUnk.ThrowIfErrorOrWarning(String message, Int32 hr)
       at Microsoft.Mapi.MapiProp.CopyTo(MapiProp destProp, Boolean reportProgress, CopyPropertiesFlags copyPropertiesFlags, Boolean copySubObjects, ICollection`1 excludeTags)
       at Microsoft.Mapi.MapiProp.ExportObjectHelper(IMapiFxProxy dest, PropTag[] tags, CopyPropertiesFlags copyPropertiesFlags, Boolean useCopyProps)
       at Microsoft.Mapi.MapiProp.ExportObject(IMapiFxProxy fxProxy, CopyPropertiesFlags copyPropertiesFlags, PropTag[] excludeTags)
       at Microsoft.Exchange.MailboxReplicationService.LocalSourceMailbox.Microsoft.Exchange.MailboxReplicationService.ISourceMailbox.CopyTo(IFxProxy fxProxy, PropTag[] excludeTags)
       at Microsoft.Exchange.MailboxReplicationService.SourceMailboxWrapper.<>c__DisplayClass7.<Microsoft.Exchange.MailboxReplicationService.ISourceMailbox.CopyTo>b__6()
       at Microsoft.Exchange.MailboxReplicationService.ExecutionContext.Execute(GenericCallDelegate operation)
       at Microsoft.Exchange.MailboxReplicationService.SourceMailboxWrapper.Microsoft.Exchange.MailboxReplicationService.ISourceMailbox.CopyTo(IFxProxy destMailbox, PropTag[] excludeProps)
       at Microsoft.Exchange.MailboxReplicationService.MailboxMover.FinalSyncCopyMailboxData()
       at Microsoft.Exchange.MailboxReplicationService.MoveBaseJob.ForeachMailboxContext(MailboxMoverDelegate del)
       at Microsoft.Exchange.MailboxReplicationService.MoveBaseJob.FinalSync(Object[] wiParams)
       at Microsoft.Exchange.MailboxReplicationService.CommonUtils.CatchKnownExceptions(GenericCallDelegate del, FailureDelegate failureDelegate)
    Error context: --------
    Operation: ISourceMailbox.CopyTo
    OperationSide: Source
    Primary (d3391cdd-bc37-41ad-9e44-9f8880c47270)
    PropTags: [ContainerHierarchy; ContainerContents]
    11/28/2014 7:18:46 PM [VRTL-SVR2008] Relinquishing job.

  • [SOLVED] Can't add a node to the cluster with error (Exchange 2010 SP3 DAG Windows Server 2012)

    Hi there!
    I have a problem which makes me very angry already :)
    I have two servers Exchange 2010 SP3 with MB role started on Windows Server 2012. I decided to create a DAG.
    I have created the prestaged AD object for the cluster called msc-co-exc-01c, assigned necessary permissions and disabled it. Allowed through the Windows Firewall traffic between nodes and prepared the File Share Witness server.
    Then I have tried to add nodes. The first node has been added successfully, but the second node doesn't want to be added :). Now I can add only one node to the DAG. I tried to add different servers first, but only the first one was added.
    LOGS on the second nodes: 
    Application Log
    "Failed to initialize cluster with error 0x80004005." (MSExchangeIS)
    Failover Clustering Diagnostic Log
    "[VER] Could not read version data from database for node msc-co-exc-04v (id 1)."
    CMDLET Error:
    Summary: 1 item(s). 0 succeeded, 1 failed.
    Elapsed time: 00:06:21
    MSC-CO-EXC-02V
    Failed
    Error:
    A database availability group administrative operation failed. Error: The operation failed. CreateCluster errors may result from incorrectly configured static addresses. Error: An error occurred while attempting a cluster operation. Error: Cluster API '"AddClusterNode()
    (MaxPercentage=100) failed with 0x5b4. Error: This operation returned because the timeout period expired"' failed. [Server: msc-co-exc-04v.int.krls.ru]
    An Active Manager operation failed. Error An error occurred while attempting a cluster operation. Error: Cluster API '"AddClusterNode() (MaxPercentage=100) failed with 0x5b4. Error: This operation returned because the timeout period expired"' failed..
    This operation returned because the timeout period expired
    Click here for help... http://technet.microsoft.com/en-US/library/ms.exch.err.default(EXCHG.141).aspx?v=14.3.174.1&t=exchgf1&e=ms.exch.err.ExC9C315
    Warning:
    Network name 'msc-co-exc-01c' is not online. Please check that the IP address configuration for the database availability group is correct.
    Warning:
    The operation wasn't successful because an error was encountered. You may find more details in log file "C:\ExchangeSetupLogs\DagTasks\dagtask_2014-11-17_13-54-56.543_add-databaseavailabiltygroupserver.log".
    Exchange Management Shell command attempted:
    Add-DatabaseAvailabilityGroupServer -MailboxServer 'MSC-CO-EXC-02V' -Identity 'msc-co-exc-01c'
    Elapsed Time: 00:06:21
    UPD:
    when Exchange servers ran on the same Hyper-V node, the DAG is working well, but if I move one of VM to another node, It stops working.
    I have installed Wireshark and captured trafic of cluster interface. When DAG members on the same HV-node, there is inbound and outbound traffic on the cluster interface, but if I move one of DAG member to another node, in Wireshark I see only outbound traffic
    on both nodes.
    It's confused me, because there is normal connectivity between these DAG members through the main interface.
    Please, help me if you can.

    Hi, Jared! Thank you for the reply.
    Of course I did it already :) I have new info:
    when Exchange servers ran on the same Hyper-V node, the DAG is working well, but if I move one of VM to another node, It stops working.
    I have installed Wireshark and captured trafic of cluster interface. When DAG members on the same HV-node, there is inbound and outbound traffic on the cluster interface, but if I move one of DAG member to another node, in Wireshark I see only outbound traffic
    on both nodes.
    It's confused me, because there is normal connectivity between these DAG members through the main interface.

  • Exchange 2010 SP3 installation Problem

    Im getting below error when upgrading with Exchange 2010 Sp3. Please assist.
    Couldn't remove product with code 4934d1ea-be46-48b1-8847-f1af20e892c1. Fatal error during installation. Error code is 1603.
    Below the complete error from Exchange Setup Logs
    [02/16/2014 04:55:04.0515] [0] Setup will run the task 'uninstall-msipackage'
    [02/16/2014 04:55:04.0515] [1] Setup launched task 'uninstall-msipackage -logfile 'C:\ExchangeSetupLogs\ExchangeSetup.msilog' -ProductCode '4934d1ea-be46-48b1-8847-f1af20e892c1' -PropertyValues 'BYPASS_CONFIGURED_CHECK=1 DEFAULTLANGUAGENAME=ENU''  
    [02/16/2014 04:55:04.0515] [1] Active Directory session settings for 'Uninstall-MsiPackage' are: View Entire Forest: 'True', Configuration Domain Controller: 'domain.local', Preferred Global Catalog: 'Domain.local', Preferred Domain Controllers: '{ domain.local
    [02/16/2014 04:55:04.0515] [1] Beginning processing uninstall-msipackage -LogFile:'C:\ExchangeSetupLogs\ExchangeSetup.msilog' -ProductCode:'4934d1ea-be46-48b1-8847-f1af20e892c1' -PropertyValues:'BYPASS_CONFIGURED_CHECK=1 DEFAULTLANGUAGENAME=ENU'
    [02/16/2014 04:55:04.0547] [1] Removing MSI package with code '4934d1ea-be46-48b1-8847-f1af20e892c1'.
    [02/16/2014 04:55:06.0187] [1] [ERROR] Unexpected Error
    [02/16/2014 04:55:06.0187] [1] [ERROR] Couldn't remove product with code 4934d1ea-be46-48b1-8847-f1af20e892c1. Fatal error during installation. Error code is 1603.
    [02/16/2014 04:55:06.0187] [1] [ERROR] Fatal error during installation
    [02/16/2014 04:55:06.0234] [1] Ending processing uninstall-msipackage
    [02/16/2014 05:03:04.0333] [0] End of Setup
    [02/16/2014 05:03:04.0333] [0] **********************************************

    Hi,
    As you have found, the error is caused by that .msp installer files correlating to all the Update Rollups are not present in the c:\windows\installer folder.
    Based on my research, there is no Microsoft article about the hotfix of  KB2492690 (SP1 Update Rollup 3). Because our Exchange Team pulled the download due to issues with integration with Blackberry.
    For more information, you can refer to the following article:
    http://blogs.technet.com/b/exchange/archive/2011/03/14/exchange-2010-sp1-rollup-3-and-blackberrys-sending-duplicate-messages.aspx
    Thus, to get more professional and faster help, I recommend you contact with our following support:
    https://support.microsoft.com/common/international.aspx?RDPATH=%2foas%2fdefault.aspx%3fgprid%3d730
    If you have any question, please feel free to let me know.
    Thanks,
    Angela Shi
    TechNet Community Support

  • Exchange 2010 SP3, UR7 after BSOD. Moving mailboxes to new database

    Yesterday our Exchange 2010 SP3, UR7 had an BSOD. To recover the services I was forced to do eseutil /p on all DBs.Current status is all DB's are mounted and data are accessible to users. I working on migrating mailboxes to new databases and to remove the old ones.1. I have issue with four move requests that were active during the BSOD. When I try to restart or remove them I end withEMCText--------------------------------------------------------Microsoft Exchange Error--------------------------------------------------------Action 'Remove Move Request' could not be performed on object 'Beňo Michal'.usernameFailedError:Failed to communicate with the mailbox database.MapiExceptionNotFound: Unable to open entry ID. (hr=0x80004005, ec=-1601)Diagnostic context:Lid: 55847 EMSMDBPOOL.EcPoolSessionDoRpc called [length=83]Lid: 43559...
    This topic first appeared in the Spiceworks Community

    Registration is Now Open to Publish on PowerShell GalleryWe are excited to announce that the PowerShell Gallery will accept registration from any users who wish to publish PowerShell modules and share their work with the world.For the past year, the PowerShell Gallery has been slowly adding content from our closest community contributors, most of whom are Most Valuable Professionals (MVPs) and internal Microsoft contributors. While we were building the basic features of the PowerShell Gallery, we restricted the set of people who could publish new modules, and required an approval step before allowing users to register. This approach provided the PowerShell team with an agile feedback loop to help design and to learn what gallery experience will be optimal for the broader PowerShell community.To contribute to the gallery you simply have...

  • Exchange 2010 SP3 maximum journal mailbox size for performance

    Hello all,
    Does anyone know if there is a limit mailbox
    size near 01 terabyte than
    above it generates performance problems?
    We have a journaling mailbox that
    reached today 1.077 GB  and
    from there began the process very
    slowly messages to store.
    All (4) Exchange Hub Trasnport that try to connect to this store get an 4.32 store drive error.  A new
    journal mailbox was created in the same
    database, and the problem was solved.
    Thanks
    João Paulo.
     Exchange 2010 SP3 RU8 on-premisses

    Hi Paulo,
    Base on my knowledge,  journaling mailbox as the same as any other mailbox, the maximum size depends on the data to be stored in the mailbox, the hardware resources available, and the disaster recovery requirements
    for the server where the journaling mailbox is located.
    If you configure journaling mailboxes without storage quotas, monitor the Mailbox server to ensure that it doesn't exceed the available hardware resources or disaster recovery capabilities.
    Best regards,
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Niko Cheng
    TechNet Community Support

  • Exchange 2010 SP3 RU5 installation hangs on "Copying new files"

    Dear forum,
    I meet an issue installing the rollup 5 of Exchange 2010 SP3 on a HUB server with WS 2008 R2.
    After launching the install from an elevated command prompt,  and after the setup stops and disables some services, it starts "Copying new files" and then hangs. Nothing in the events logs, no popup message.
    I let it alone for more than an hour but nothing happens.
    Launching it with /log returns this line at the end:
         "InstallFiles: File: Copying new files,  Directory: ,  Size: "
    Do you have already meet this issue or do you have any idea about the cause?
    Thanks for your help.

    Hi Amy,
    You'll find below the errors found in the rollup setup log:
    DEBUG: Error 2826:  Control BottomLine on dialog PrepareDlg extends beyond the boundaries of the dialog to the right by 5 pixels
    The installer encountered an unexpected error while installing this package. This may indicate a problem with this package. The error code is 2826. The arguments are: PrepareDlg, BottomLine, to the right
    1: ExPatchCa: GetProperty: Failed to get property: CheckUrlResponseTimeout (CheckUrlResponseTimeout): NULL. (ec: 0xd)
    CAQuietExec:  Failed to load dependency Microsoft.Passport.RPS of assembly Microsoft.Exchange.Security, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find the file specified. (Exception
    from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Passport.RPS of assembly Microsoft.Exchange.Security, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find the file specified. (Exception
    from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Passport.RPS of assembly Microsoft.Exchange.Security, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find the file specified. (Exception
    from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Passport.RPS of assembly Microsoft.Exchange.Security, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find the file specified. (Exception
    from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Passport.RPS of assembly Microsoft.Exchange.Security, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find the file specified. (Exception
    from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Passport.RPS of assembly Microsoft.Exchange.Security, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find the file specified. (Exception
    from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Passport.RPS of assembly Microsoft.Exchange.Security, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find the file specified. (Exception
    from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Exchange.Migration of assembly Microsoft.Exchange.Management, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find the file specified.
    (Exception from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Rtc.Collaboration of assembly Microsoft.Exchange.Management, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find the file specified.
    (Exception from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Exchange.Management.ExchangeServicesHelper of assembly Microsoft.Exchange.Management, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot
    find the file specified. (Exception from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Exchange.Transport.Sync.MigrationRpc of assembly Microsoft.Exchange.Management, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find
    the file specified. (Exception from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Exchange.Management.LiveServicesHelper of assembly Microsoft.Exchange.Management, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find
    the file specified. (Exception from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Exchange.WebServices of assembly Microsoft.Exchange.Management, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find the file specified.
    (Exception from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Exchange.Transport.Sync.MigrationRpc of assembly Microsoft.Exchange.Transport.Sync.Worker, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system
    cannot find the file specified. (Exception from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Exchange.Migration of assembly Microsoft.Exchange.Management, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find the file specified.
    (Exception from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Rtc.Collaboration of assembly Microsoft.Exchange.Management, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find the file specified.
    (Exception from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Exchange.Management.ExchangeServicesHelper of assembly Microsoft.Exchange.Management, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot
    find the file specified. (Exception from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Exchange.Transport.Sync.MigrationRpc of assembly Microsoft.Exchange.Management, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find
    the file specified. (Exception from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Exchange.Management.LiveServicesHelper of assembly Microsoft.Exchange.Management, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find
    the file specified. (Exception from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Exchange.WebServices of assembly Microsoft.Exchange.Management, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find the file specified.
    (Exception from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Passport.RPS of assembly Microsoft.Exchange.Security, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find the file specified. (Exception
    from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Exchange.Transport.Sync.MigrationRpc of assembly Microsoft.Exchange.Transport.Sync.Worker, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system
    cannot find the file specified. (Exception from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Passport.RPS of assembly Microsoft.Exchange.Security, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find the file specified. (Exception
    from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Exchange.Migration of assembly Microsoft.Exchange.Management, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find the file specified.
    (Exception from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Rtc.Collaboration of assembly Microsoft.Exchange.Management, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find the file specified.
    (Exception from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Exchange.Management.ExchangeServicesHelper of assembly Microsoft.Exchange.Management, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot
    find the file specified. (Exception from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Exchange.Transport.Sync.MigrationRpc of assembly Microsoft.Exchange.Management, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find
    the file specified. (Exception from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Exchange.Management.LiveServicesHelper of assembly Microsoft.Exchange.Management, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find
    the file specified. (Exception from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Exchange.WebServices of assembly Microsoft.Exchange.Management, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find the file specified.
    (Exception from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Exchange.Transport.Sync.MigrationRpc of assembly Microsoft.Exchange.Transport.Sync.Worker, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system
    cannot find the file specified. (Exception from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Passport.RPS of assembly Microsoft.Exchange.Security, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find the file specified. (Exception
    from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Exchange.Migration of assembly Microsoft.Exchange.Management, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find the file specified.
    (Exception from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Rtc.Collaboration of assembly Microsoft.Exchange.Management, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find the file specified.
    (Exception from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Exchange.Management.ExchangeServicesHelper of assembly Microsoft.Exchange.Management, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot
    find the file specified. (Exception from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Exchange.Transport.Sync.MigrationRpc of assembly Microsoft.Exchange.Management, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find
    the file specified. (Exception from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Exchange.Management.LiveServicesHelper of assembly Microsoft.Exchange.Management, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find
    the file specified. (Exception from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Exchange.WebServices of assembly Microsoft.Exchange.Management, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find the file specified.
    (Exception from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Exchange.Transport.Sync.MigrationRpc of assembly Microsoft.Exchange.Transport.Sync.Worker, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system
    cannot find the file specified. (Exception from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Passport.RPS of assembly Microsoft.Exchange.Security, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find the file specified. (Exception
    from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Exchange.Migration of assembly Microsoft.Exchange.Management, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find the file specified.
    (Exception from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Rtc.Collaboration of assembly Microsoft.Exchange.Management, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find the file specified.
    (Exception from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Exchange.Management.ExchangeServicesHelper of assembly Microsoft.Exchange.Management, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot
    find the file specified. (Exception from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Exchange.Transport.Sync.MigrationRpc of assembly Microsoft.Exchange.Management, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find
    the file specified. (Exception from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Exchange.Management.LiveServicesHelper of assembly Microsoft.Exchange.Management, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find
    the file specified. (Exception from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Exchange.WebServices of assembly Microsoft.Exchange.Management, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find the file specified.
    (Exception from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Exchange.Transport.Sync.MigrationRpc of assembly Microsoft.Exchange.Transport.Sync.Worker, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system
    cannot find the file specified. (Exception from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Passport.RPS of assembly Microsoft.Exchange.Security, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find the file specified. (Exception
    from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Exchange.Migration of assembly Microsoft.Exchange.Management, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find the file specified.
    (Exception from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Rtc.Collaboration of assembly Microsoft.Exchange.Management, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find the file specified.
    (Exception from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Exchange.Management.ExchangeServicesHelper of assembly Microsoft.Exchange.Management, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot
    find the file specified. (Exception from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Exchange.Transport.Sync.MigrationRpc of assembly Microsoft.Exchange.Management, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find
    the file specified. (Exception from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Exchange.Management.LiveServicesHelper of assembly Microsoft.Exchange.Management, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find
    the file specified. (Exception from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Exchange.WebServices of assembly Microsoft.Exchange.Management, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find the file specified.
    (Exception from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Exchange.Transport.Sync.MigrationRpc of assembly Microsoft.Exchange.Transport.Sync.Worker, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system
    cannot find the file specified. (Exception from HRESULT: 0x80070002)
    CAQuietExec:  Failed to load dependency Microsoft.Passport.RPS of assembly Microsoft.Exchange.Security, V
    DEBUG: Error 2726:  Action not found: PreNgenEndDlg
    The installer encountered an unexpected error while installing this package. This may indicate a problem with this package. The error code is 2726. The arguments are: PreNgenEndDlg, ,
    Action 16:21:13: CA_REQUIRED_ADMIN_OS_ERROR.
    Action start 16:21:13: CA_REQUIRED_ADMIN_OS_ERROR.
    Action ended 16:21:13: CA_REQUIRED_ADMIN_OS_ERROR. Return value 0.
    CAQuietExec:  Error 0x80070001: Command line returned an error.
    CAQuietExec:  Error 0x80070001: CAQuietExec Failed
    CustomAction CA_CUSTOMER_PREPATCH_INSTALL returned actual error code 1603 but will be translated to success due to continue marking
    MSI (s) (F8:20) [16:53:32:036]: Internal MSI error. Installer terminated prematurely.
    Just tell me if you need the whole log.
    Thanks

  • Sharepoint 2013 vs Exchange 2010 SP3 search (Error while crawling LOB contents)

    Hi there:
    We are trying to solve the problem: ERROR CRAWLING LOB CONTENTS when we wish to search Exchange 2010 SP3 public folder content on Sharepoint 2013 Foundation.
    Quick briefing:
    Followed this instructions:
    http://technet.microsoft.com/en-us/library/jj591608(v=office.15).aspx
    * Created CRAWL RULE
    - Used Domain Admin for content access ---> IS THIS WRONG?
    - Domain Admin can access public folder thru Outlook Web Access (checked)
    - Included all items in this path
    PRINTSCREEN 1
    * Added a content source for Exchange Server public folders
    - Logged to Outlook Web Access with domain admin, expanded Public folders and opened 1st subfolder in new window and copied the address
    - Logged to Outlook Web Access with domain admin, expanded Public folders and opened 2nd subfolder in new window and copied the address
    PRINTSCREEN2
    * Did a FULL CRAWL
    PROBLEM:
    - Search results does not throw "correct data". Some items are not being found
    CRAWL LOG is reporting: Error while crawling LOB contents
    Detailed error message:
    https://mail.domain.com/OWA/?ae=Folder&id=PSF.LgAAAAAaRHOQqmYRzZvIAKoAL8RaAwAnt2ed15IATLg8XoXLNj4EAAAAXsN8AAAB&t=IPF.Note
    Error while crawling LOB contents.
    Error caused by exception: Microsoft.BusinessData.Infrastructure.BdcException
    The shim execution failed unexpectedly - Exception has been thrown by the target of an invocation..:
    System.InvalidOperationException An internal server error occurred.
    Try again later.; SearchID = 4E8542D3-48EF-404E-8025-8D9AAEFE777A )
    We thought it's a throttling issue / found possible solution:
    http://powersearching.wordpress.com/2013/07/23/exchange-public-folders-search-fail-error-while-crawling-lob-contents/
    Tried it, still same Error messages, problem not resolved.
    Any hints? Please advise.
    With best regards
    bostjanc

    Hi Bostjan,
    From the error message, the issue might be caused by throttling policy on Exchange side. And the article you posted provides the right solution, some modification to the solution and please try again.
    For throttling policy part
    1.Execute the command for Set-ThrottlingPolicy
    Set-ThrottlingPolicy SharePoint -RCAMaxConcurrency Unlimited -EWSMaxConcurrency Unlimited -EWSMaxSubscriptions Unlimited -CPAMaxConcurrency Unlimited -EwsCutoffBalance Unlimited -EwsMaxBurst Unlimited -EwsRechargeRate Unlimited
    2.Execute the command Get-ThrottlingPolicy SharePoint to double confirm the policy setting has been successfully executed
    For registry key part
    1. Start Registry Editor (regedit).
    2. Navigate to the following registry subkey:
    \\HKEY_LOCAL_MACHINE \SYSTEM\CurrentControlSet\Services\MSExchangeIS\ParametersSystem
    3. Right-click ParametersSystem, point to New, and then click Key.
    A new key is created in the console tree.
    4. Rename the key MaxObjsPerMapiSession, and then press Enter.
    5. Right-click MaxObjsPerMapiSession, point to New, and then click DWORD (32-bit) Value.
    The new value is created in the result pane.
    6. Rename the key to <Object_type>, where <Object_type> is the name of the registry object type that you're modifying. For example, to modify the number of messages that can be opened, use objtMessage. Press Enter.
    7. Right-click the newly created key, and then click Modify.
    8. In the Value data box, type the number of objects that you want to limit this entry to, and then click OK. For example, type 350 to increase the value for the object.
    9. Restart the Microsoft Exchange Information Store service.
    If it still doesn’t help, please check ULS log for related error message.
    Regards,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected] .
    Rebecca Tu
    TechNet Community Support

  • After Exchange 2010 SP3 upgrade, UAG publised OWA is throwing a "You do not have permissions to view this folder or page" error

    Hi,
    We have an issue with our OWA page.  We are currently publishing OWA via UAG.
    We recently upgraded to Exchange 2010 SP3 and then SP3 Rollup7.  Since the upgrade, we are keep getting the following error after entering our credentials on the login page.  I've tried with every possible browser. 
    You do not have permissions to view this folder or page
    Strangely enough, the mobile phones are sending and receiving emails just fine, the phones use the same OWA link, so it's not an authentication issue, the phones login into the UAG servers with no issues.  I can see this on the Active Sessions screen
    on Web Monitor. 
    I've attempted to connect to the OWA by bypassing the UAG server, so putting in the local OWA address of one of my Exchange servers, it works... so the OWA page is up and running. 
    No error logs get generated on Web Monitor when we receive the permission error, I think this is because it's past authentication, it's on the Exchange layer. 
    Any insight would be helpful?  I'm assuming something changed on the Exchange side after the upgrade.
    Just in case, I've upgraded the UAG and TMG servers to the latest SP and Rollup packets.
    UAG > SP4
    TMG > SP2 Rollup 5

    I've found a solution; UAG requires Basic Authentication over OWA.  For some reason Integrated Windows Authentication got turned on after the SP3 upgrade.
    http://technet.microsoft.com/en-us/library/ee921443.aspx
    Turning Integrated Windows Authentication off via the Client Access OWA settings resolved the issue.  Though beware, you
    have do this on all your Client Access servers.  

  • Database mailbox grow quickly Exchange 2010 SP3

    Hello.
    Since we migrated from Exchange 2003 to
    2010, the growth of our databse mailbox
    is excessive. We have a total mailbox
    size hovering around 75 GB and the size of
    the database is 120 Gb.
    Mailbox quotas are very
    limited and 90% of users move emails
    from mailbox to PST personal folders.
    I get the impression that the space freed by removing
    emails or move them to PST
    is not claimed as White Space
    and hence the excessive growth of
    the DB.
    I have seen that there is a fix to solve this
    problem for versions prior to Exchange 2010
    SP3 but the current version we have
    implemented and it is with SP3.
    Any idea to find out what is happening and
    how to fix it?
    Thanks in advance and best regards.
    tzariksi

    Hi.
    I have reviewed the total size the mailboxes
    and Dumpster with the following command:
    Get-MailboxDatabase"MailboxDatabase"|Get-MailboxStatistics|SortTotalItemSize-desc|ftdisplayname,TotalItemSize,itemcount,TotalDeletedItemSize
    The result is:
    •Total Mailbox size(GB)->82,213
    •Total Dumpster size(GB)->14,531
    •Total ->97,344
    The size of the DB using the command:
    Get-MailboxDatabase-Status|Sort-ObjectDatabaseSize-Descending|Format-Table
    Name,DatabaseSize,AvailableNewMailboxSpace
    Is as follows:
    Name                                   
    DatabaseSize                            AvailableNewMailboxSpace
    MailboxDatabase         107.4 GB (115,302,531,072 bytes)        1.438 GB (1,544,486,912 bytes)
    The actual disk size occupied
    by the MailboxDatabase is->112GB
    What else may be using the space in theMailboxDatabase?.
    Thanks and regards.
    Pedro.
    tzariksi

  • List of all historical meetings and attendants - resource mailbox exchange 2010 sp3

    Hi,
    I'm an exchange admin, and i'm looking for a PS script of some sort to get a list of all the meetings held in a resource mailbox and its attendants.
    ie: meeting room 1 -> get a list of all the meetings held there and the attendants for a period of 3 months.
    Is there anybody who has experience with this ?
    (Exchange 2010 sp3)u

    Hi,
    I recommend that you post this in Script Forum,there are more Powershell experts to help you:
    http://social.technet.microsoft.com/Forums/scriptcenter/en-US/home?category=scripting
    Thanks.
    Niko Cheng
    TechNet Community Support

Maybe you are looking for

  • Adobe flash player 10.3 is installed but doesn't appear in plug-ins:what else do I need to do to play videos?

    Until a few months ago I was able to play videos in e-mails on my desktop computer, running on windows XP, through Verizon FIOS. Then I kept getting the message that I needed Adobe Flash Player 9.0. I have downloaded the latest version, Adobe Flash P

  • My ipad is inative, and now?

    Hi, few days ago something weird happened to my ipad, an screen written " ipad is inative  connect with itunes". The problem is that there wasnt any wrong password typing and when i connect with the itunes. When i connect to itunes it says that canno

  • Where the session begin when user login

    Hi all, Just want a detail understanding of where the session starts when user login in ATG application (handle login), and where the session ends (handlelogout) thanks and regards 333

  • Missing iTunes Backup files

    I just did a sync with my iPhone 3GS 3 days ago, then today I upgrade my iPhone 3GS to iOS 6.0.1, but I accidentally select new phone for my first sync. Later on, I tried to find the backup files which I sync 3 days ago, it didn't appear in the list.

  • To find Infoobject on which a variable is created

    Hi all, How can we find the infoobject on which a variable is created ? I would like to know the properties of the variable. Any pointers reg the same would be highly appreciated. Regards Snehith.