Quantcast
Channel: Exchange Server 2013 - General Discussion forum
Viewing all 4521 articles
Browse latest View live

Unable to run the initialization and simulation phase while starting a test using Loadgen tool

$
0
0

Unable to run the initialization and simulation phases while running a test using Loadgen tool as the options are disabled.

Can anyone please help me in resolving the problem.The below is the screenshot which is highlighted  in the black box..

Thanks 

Raju


remove TargetSharingepr

$
0
0

Hi,

I was testing our Free/Busy and came across setting the TargetSharingEPR which was empty. I need to remove this now and tried the following command with no luck, where am i going wrong?

remove-organizationrelationship -identity targetSharingEPR?

I'm sure that's not correct but can't figure out how to remove this.

Any help appreciated.

I want to display only Display Name than Display Name with Mail ID

$
0
0

Hi Folks Good Day all

I have created a web service(Windows server 2018 R2 enterprise) where I send mail using the code

public void SendMail(string f, string t, string subject, string body)
    {
        System.Web.Mail.MailMessage Message = new System.Web.Mail.MailMessage();
        Message.From = f;
        Message.To = t;
        Message.Subject = subject;
        Message.Body = body;
        Message.BodyFormat = MailFormat.Html;
        System.Web.Mail.SmtpMail.SmtpServer = "smtp.Company.com";
        System.Web.Mail.SmtpMail.Send(Message);
    }

When mail triggered from Address is like "Suresh Kukka" (display name)

if I Use the same code hosting same web service (Windows Server 2016 Standard) I am getting mail from address like "suresh.kukka@company.com"  

I have used new code like below (web service hosted in Windows Server 2016 Standard)

public void SendMail(string f, string t, string subject, string body)
    {

System.Net.Mail.MailMessage Message = new System.Net.Mail.MailMessage();


        string[] name = f.Split('@');
        string[] mainname = name[0].Split('.');
        string DisplayName = mainname[0] + " " + mainname[1];
        TextInfo _textinfo = new CultureInfo("en-US", false).TextInfo;
        DisplayName = _textinfo.ToTitleCase(DisplayName);
        // Message.From = f;
        MailAddress address = new MailAddress(f, DisplayName);
        Message.From = address;


        Message.To.Add(t);
        Message.Subject = subject;
        Message.Body = body;
        Message.IsBodyHtml = true;


        SmtpClient objclint = new SmtpClient();
        objclint.EnableSsl = true;
        objclint.Port = 25;
        objclint.Host = "smtp.company.com";
        objclint.Send(Message);
        Message.Dispose();

}

here I am getting mail From address like "Suresh Kukka<suresh.kukka@company.com>"  but i want the from addrees like "Suresh Kukka" only.. can anybody help me on this



Event 16028 filling up Eventlog

$
0
0

Exchange 2013 CU5

Every 1-3 minutes I have about 7 Eventlog entries with event id 16028, sources MsExchangeTransport, MSExchangeFrontEndTransport, MSExchangeTransportSubmission and MSExchangeTransportDelivery.

"A forced configuration update for Microsoft.Exchange.Transport..... has successfully completed.

I found a post that this should be solved with CU5. I installed CU5 this Weekend, but I still have the same behavior.

Any suggestions how to stop these information events?

Regards
Peter

Migrating account to Office 365

$
0
0

I have already migrated several thousand accounts from on premises to Exchange online/Office 365, but I now have one account that is repeatedly failing. I have cleaned up the mailbox, removed recurring appointments with no end date etc. but I still get this when I try to sync it.

Error:MigrationMRSPermanentException: Error: The job encountered too many transient failures ‎(72)‎ and is quitting. The most common failure is CommunicationErrorTransientException/CommunicationException/XmlException with the hit count 60. --> The call to ‎'https://mail.domain.com/EWS/mrsproxy.svc server.domain.com ‎(15.0.1365.0 ServerCaps:, ProxyCaps:, MailboxCaps:, legacyCaps:0400001F7FFFFFCB07FFFF)‎‎' failed. Error details: Server returned an invalid SOAP Fault. Please see InnerException for more details. --> Unexpected end of file. Following elements are not closed: MessageData, InnerException, MailboxReplicationServiceFault, Detail, Fault, Body, Envelope. Line 1, position 65537.. --> Server returned an invalid SOAP Fault. Please see InnerException for more details. --> Unexpected end of file. Following elements are not closed: MessageData, InnerException, MailboxReplicationServiceFault, Detail, Fault, Body, Envelope. Line 1, position 65537.

This is the only mailbox giving any errors, All remaining mailboxes are synced ready to complete the migration or have already migrated.

When I search for invalid SOAP errors I get lots of hits but nothing that matches the issue I have.

Anyone have any idea what needs to be done to get this account migrated?

Resource calendar permissions issue

$
0
0

We have a hybrid set up with around 65% of users now Exchange online, the remainder being migrated over the next few weeks.

A problem has cropped up that I am struggling to find a solution for. A resource calendar still hosted on premises, gives migrated Outlook users an error when they try to view events. The error reads:

"You do not have permission to view this calendar.

Do you want to ask <resource mailbox name> to share his or her calendar with you?"

If you say yes you can open the item and view the details.

Searches for this issue all seem to say log into the account and give access to the calendar. 2 issues with this:

1.you can't add access that way if the user you are adding is 'non-local'

2. Adding hundreds of users? Not an option

Some "solutions" say this only affects Outlook, which is kind of true. OWA does not give an error, it simply doesn't open the events, no error but no access to the events though you can see the subject and location

Is there any alternative solution to this?

Exchange 2010 SP3 installation Problem

$
0
0

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] **********************************************



Exchange 2013 Autodiscover fails when proxing through IIS ARR 2.5

$
0
0

I have installed Exchange 2013 with Mailbox and Client Access Server Role.

For reverse proxy, I have configured Windows 2012 IIS ARR 2.5.

Although I am able to connect Outlook Web App using ARR, none of the other Exchange Web Services work (Autodiscover, OAB, OOF and Outlook Anywhere)

I have configured separate URL's for each of the services as per the TechNet blog article http://blogs.technet.com/b/exchange/archive/2013/08/02/part-2-reverse-proxy-for-exchange-server-2013-using-iis-arr.aspx

If I point my DNS to Exchange 2013 server directly, then everything works.

If I try to open the Autodiscover URL from ARR server https://fqdnofexchange/autodiscover/autodiscover.xml , I get HTTP Error 502.3 - Bad gateway

If I try to open the Autodiscover URL from ARR server https://fqdnofARR/autodiscover/autodiscover.xml , I get page cannot be displayed error.

I have cross checked the URL rewrite rules and they are configured exactly as per the document.


What are the Pros/Cons of Exchange Resource forest and Account forest Topology?

$
0
0

Hello,

We are planning to deploy exchange server in resource forest and account forest topology where user accounts will be in one AD forest and Exchange Mailboxes in other AD forest.

1) What are pro and cons of these kind of deployments?

2) Does GAL, Auto discovery, Active Sync, Outlook Anywhere and other features works properly?

3)Which are the features are not supported in this kind of deployment?

3) Is there any options other than using Linked Mailboxes?

Thanks

Ajath 

Comparison between Mdaemon and Exchange

$
0
0

Dear All Exchange Specialist,

Good morning!

May you kindly help to compare between Mdaemon and Exchange:

Why we need to move from Mdaemon to Exchange?

What is benefit of Exchange better than Mdaemon?

Thanks for your time to consider this case

Cheer for Exchange!!!

Best Regards,

Rady Hong

Account logon failures with OWA / Mobile devices

$
0
0

When a user changes their AD password, do they have to change their password on their mobile device also?  Does Active Sync support an "auto-update" of their password? 

Related:  When a user changes their AD password, we get a TON of 4625 errors in OWA Security event logs.  Our "Default Domain Policy" says that if a user has 10 failed logon attempts in 30 minutes, then their account will lock out.  I've tested, and that definitely works when someone is trying to logon to a computer; but the failures in OWA isn't locking out their account.  The GPO is "in scope" for the OWA server; so I'm confused why their account isn't locking out.

TIA for your help!

Exchange 2013 certificate renewal?

$
0
0

Hello,

I am a new Exchange 2013 administrator and our GoDaddy certificate is up for renewal.

I see from instruction that I need to click Renew in the ECP for the mail certificate to generate a CSR.

Do I need to submit this CSR or since I am just renewing at GoDaddy, could just download the certificate as is, and click Complete in the ECP to finish?

Some mailboxes do not sync calendar items older than 1 year

$
0
0

Hi,

A few users of Exchange organisation have ActiveSync enabled on their mailboxes.

For some reason these few users have calendar sync enabled, but their calendar on their mobile phones have a 1 year history.
Other users can retrieve more than 1 year just fine. There is no company wide limit or restriction configured so everyone should be able to retrieve all.

I can reproduce the problem with a specific mailbox on multiple phones using different Android OS (7 and 8 tested) and iOS.
The user/mailbox that doesn't have this unexplainable restriction is fine on all phones and their OS.

The configuration is set to synchronise all, it just won't sync anything older than 1 year for a few mailboxes. I've tried finding a responsible parameter with exchange powershell, but so far I haven't found anything that seems related to this behaviour.

How to get Public folder Path from Mail enabled Public folder Mail id in Exchange server 2016

$
0
0

How to get Public folder Path from Mail enabled Public folder Mail id in Exchange server 2016.

Earlier we used to run below cmdlet which was working in 2K10 but not in 2K16.

Get-mailpublicfolder "mailid" | get-Publicfolder.

Please provide answer.

Best,

Vbhadauria

Migration to Office 365 - mailbox size question

$
0
0

I have a single account that has been giving me issues as far as syncing ready to migrate from Exchange 2013 to Office 365 goes.

the sync process has failed multiple times with numerous errors, however I now seem to be past this, but the sync process has been running for 2 days, currently sitting at just under 54,000 items. Besides the very slow progress, much slower than every other account, I am concerned about the size of the mailbox. Exchange says it is 545.23MB while the sync process says it has already synced 2.29GB. This is the only account in the batch so there is nothing else syncing, the user does not have an archive on the Exchange server so I am confused about where this extra 2GB of data is coming from and why it is taking so long.

Anybody have any ideas on this?


Question about New-ManagementRoleAssignment - Impersonation" -Role:ApplicationImpersonation

$
0
0

Hello, 

I have a question regarding this command

New-ManagementRoleAssignment -Name:"Reddoxx Impersonation" -Role:ApplicationImpersonation -User:RdxMailDepotImporter@contoso.local


Goal:   

we need this Command on our Exchange 2013: 

3rd party tool needs to "import" some mails / mailboxes

can we grant access only to one designated mailbox or database?

Is it possible to switch this "on"  for e.g. 3 days and switch it later "off"   Which command can I use for it?

Thx, Best Regards  


Share calendar and resource between two Address Book Policys

$
0
0

I have a question but don't know the answer. We are using address book policys and they are working great.
Now we want to share a calendar and a resource between two companys.

Where needs the resource and calendar be placed? How do i update the policys so company a doesn't see all others of company b and vice versa.
In short. How do i add the resource and calendar to both address book policys and configure permissions on both mailboxes.

Public Folder Mailbox move error

$
0
0

We are trying to migrate from MS Exchange Server 2007 to MS Exchange Server 2016.

As a first step we set up MS Exchange Server 2013 on a temporary server. Then all mailboxes and public folders were migrated from ES 2007 to this temporary ES 2013 database.

After that we deployed MS exchange Server 2016 on a different server and tried to move all mailboxes from the temporary ES 2013 on this new server. Mailboxes were moved perfectly. All public folders mailboxes were moved easily excluding one (named PFMailbox01) which holds main public folders hierarchy.

We try to move this public folder mailbox using the command:

New-MoveRequest "PFMailbox01" -TargetDatabase "Public Folder Database 2016"

We monitor the process using

Get-MoveRequest "PFMailbox01"|Get-MoveRequeStstatistics|fl

Everything goes well until the process reaches the progress point 94%. At this point moving slows down. Then in several minute process progress drops down to 20% and following errors are posted to Windows Application log:

1st error:

Log Name:      Application
Source:        MSExchangeIS
Date:          2/2/2017 1:59:03 AM
Event ID:      1046
Task Category: General
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      SERVER-EXCH.marillion.loc
Description:
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.ExecuteOrBackoff(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__DisplayClassd.<EcPoolSessionDoRpc>b__c()
   at Microsoft.Exchange.Common.IL.ILUtil.DoTryFilterCatch[T](Action 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)
).

2nd error:

Log Name:      Application
Source:        MSExchangeIS
Date:          2/2/2017 1:59:03 AM
Event ID:      1002
Task Category: General
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      SERVER-EXCH.marillion.loc
Description:
Unhandled exception (Microsoft.Exchange.Server.Storage.Common.StoreException: ErrorCode: GlobalCounterRangeExceeded, LID: 35912 - Out of CNs.
   at Microsoft.Exchange.Server.Storage.StoreCommonServices.ChangeNumberAndIdCounters.AllocateCounterRange(Context context, Mailbox mailbox, UInt32 rangeSize, Boolean separateTransaction, StorePropTag propTagCounterRangeUpperLimit, PhysicalColumn nextUnusedCounterPhysicalColumn, GlobcntAllocationCache& allocationCache, Boolean& needNewGlobCountSet, UInt64& globCount)
   at Microsoft.Exchange.Server.Storage.StoreCommonServices.ChangeNumberAndIdCounters.AllocateCounterRange(Context context, Mailbox mailbox, UInt32 rangeSize, Boolean separateTransaction, StorePropTag propTagCounterRangeUpperLimit, PhysicalColumn nextUnusedCounterPhysicalColumn, GlobcntAllocationCache& allocationCache)
   at Microsoft.Exchange.Server.Storage.StoreCommonServices.ChangeNumberAndIdCounters.AllocateChangeNumberCounterRange(Context context, Mailbox mailbox, UInt32 rangeSize, Boolean separateTransaction)
   at Microsoft.Exchange.Server.Storage.StoreCommonServices.Mailbox.GetNextCnCounterAndReserveRange(Context context, UInt32 reservedRange)
   at Microsoft.Exchange.Server.Storage.LogicalDataModel.Folder.AllocateGlobalCounter(Context context, PhysicalColumn currentColumn, PhysicalColumn maxColumn, UInt64 lowWaterMark, UInt32 reservedRangeSize, Boolean forCns)
   at Microsoft.Exchange.Server.Storage.LogicalDataModel.Folder.AllocateMessageCnCounter(Context context)
   at Microsoft.Exchange.Server.Storage.LogicalDataModel.Folder.GetNextMessageCn(Context context)
   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)).

and 3rd error:

Log Name:      Application
Source:        MSExchange Mailbox Replication
Date:          2/2/2017 1:59:03 AM
Event ID:      1138
Task Category: Request
Level:         Warning
Keywords:      Classic
User:          N/A
Computer:      SERVER-EXCH.marillion.loc
Description:
The Microsoft Exchange Mailbox Replication service restarted incrementally the move for 'marillion.loc/Users/PFMailbox01' (4170c510-4714-4d48-9164-bfd301ee0fde) due to global counter range depletion at the destination.
Error: MapiExceptionGlobalCounterRangeExceeded: Unable to save changes. (hr=0x80004005, ec=1185)
Diagnostic context:
    ......
    Lid: 43559   EMSMDBPOOL.EcPoolSessionDoRpc returned [ec=0x4A1][length=298][latency=125]
    Lid: 32881   StoreEc: 0x4A1     
    Lid: 50035  
    Lid: 64625   StoreEc: 0x4A1     
    Lid: 52176   ClientVersion: 15.1.669.32
    Lid: 50032   ServerVersion: 15.1.669.6032
    Lid: 50128  
    Lid: 1494    ---- Remote Context Beg ----
    Lid: 59160   StoreEc: 0x80040102 PropTag: 0xE990102 
    Lid: 35912   StoreEc: 0x4A1     
    Lid: 63456   dwParam: 0xB7E0
    Lid: 41344   Guid: 170a9023-bf93-40e6-ba2b-397377b4cee1
    Lid: 35200   dwParam: 0x476C
    Lid: 41344   Guid: 170a9023-bf93-40e6-ba2b-397377b4cee1
    Lid: 35200   dwParam: 0x476C
    Lid: 40748   qdwParam: 0x8F8059168E01000D
    Lid: 57132   qdwParam: 0x0               
    Lid: 63016   dwParam: 0xC
    Lid: 39640   StoreEc: 0x4A1     
    Lid: 35992   StoreEc: 0x4A1     
    Lid: 50784  
    Lid: 1750    ---- Remote Context End ----
    Lid: 1494    ---- Remote Context Beg ----
    Lid: 59160   StoreEc: 0x80040102 PropTag: 0xE990102 
    Lid: 35912   StoreEc: 0x4A1     
    Lid: 63456   dwParam: 0xB7E0
    Lid: 41344   Guid: 170a9023-bf93-40e6-ba2b-397377b4cee1
    Lid: 35200   dwParam: 0x476C
    Lid: 41344   Guid: 170a9023-bf93-40e6-ba2b-397377b4cee1
    Lid: 35200   dwParam: 0x476C
    Lid: 40748   qdwParam: 0x8F8059168E01000D
    Lid: 57132   qdwParam: 0x0               
    Lid: 63016   dwParam: 0xC
    Lid: 39640   StoreEc: 0x4A1     
    Lid: 35992   StoreEc: 0x4A1     
    Lid: 50784  
    Lid: 1750    ---- Remote Context End ----
    Lid: 50288  
    Lid: 23354   StoreEc: 0x4A1     
    Lid: 35180  
    Lid: 25913  
    Lid: 21817   ROP Failure: 0x4A1     
    Lid: 17361  
    Lid: 19665   StoreEc: 0x4A1     
    Lid: 37632  
    Lid: 37888   StoreEc: 0x4A1     .

Then these errors are repeated every 4-5 minutes and moving progress stays at the point 20%.

Get-MoveRequests statistics returns:

RunspaceId                               : fa602db5-0df1-4da9-9a7d-ca31077e4f9e
MailboxIdentity                          : marillion.loc/Users/PFMailbox01
DistinguishedName                        : CN=PFMailbox01,CN=Users,DC=marillion,DC=loc
DisplayName                              : PFMailbox01
Alias                                    : PFMailbox01
ExchangeGuid                             : 4170c510-4714-4d48-9164-bfd301ee0fde
ArchiveGuid                              :
Status                                   : InProgress
StatusDetail                             : LoadingMessages
SyncStage                                : LoadingMessages
Flags                                    : IntraOrg, Pull
RequestStyle                             : IntraOrg
Direction                                : Pull
IsOffline                                : False
Protect                                  : False
DoNotPreserveMailboxSignature            : False
Priority                                 : Normal
WorkloadType                             : Local
Suspend                                  : False
SuspendWhenReadyToComplete               : False
IgnoreRuleLimitErrors                    : False
RecipientTypeDetails                     : PublicFolderMailbox
SourceVersion                            : Version 15.0 (Build 1263.0)
SourceDatabase                           : Mailbox Database 2013
SourceServer                             : SERVER-EX-TEMP.marillion.loc
TargetVersion                            : Version 15.1 (Build 669.0)
TargetDatabase                           : Public Folder Database 2016
TargetServer                             : SERVER-EXCH.marillion.loc
SourceArchiveDatabase                    :
SourceArchiveVersion                     :
SourceArchiveServer                      :
TargetArchiveDatabase                    :
TargetArchiveVersion                     :
TargetArchiveServer                      :
RemoteHostName                           :
RemoteGlobalCatalog                      :
BatchName                                :
StartAfter                               :
CompleteAfter                            :
EffectiveIncrementalSyncInterval         : 00:15:00
ConfiguredIncrementalSyncInterval        :
RemoteCredentialUsername                 :
RemoteDatabaseName                       :
RemoteDatabaseGuid                       :
RemoteArchiveDatabaseName                :
RemoteArchiveDatabaseGuid                :
TargetDeliveryDomain                     :
ArchiveDomain                            :
BadItemLimit                             : 0
BadItemsEncountered                      : 0
LargeItemLimit                           : 0
LargeItemsEncountered                    : 0
AllowLargeItems                          : True
QueuedTimestamp                          : 2/1/2017 11:54:57 PM
StartTimestamp                           : 2/1/2017 11:55:05 PM
LastUpdateTimestamp                      : 2/2/2017 7:22:42 AM
LastSuccessfulSyncTimestamp              :
InitialSeedingCompletedTimestamp         :
FinalSyncTimestamp                       :
CompletionTimestamp                      :
SuspendedTimestamp                       :
OverallDuration                          : 07:27:49.8914926
TotalSuspendedDuration                   : 00:00:00
TotalFailedDuration                      : 00:00:00
TotalQueuedDuration                      : 00:00:03.8267555
TotalInProgressDuration                  : 06:26:04.5561366
TotalStalledDueToContentIndexingDuration : 00:03:19.4976669
TotalStalledDueToMdbReplicationDuration  : 00:00:00
TotalStalledDueToMailboxLockedDuration   : 00:00:00
TotalStalledDueToReadThrottle            : 00:00:00
TotalStalledDueToWriteThrottle           : 00:00:00
TotalStalledDueToReadCpu                 : 00:00:00
TotalStalledDueToWriteCpu                : 00:00:00
TotalStalledDueToReadUnknown             : 00:00:00
TotalStalledDueToWriteUnknown            : 00:00:00
TotalTransientFailureDuration            : 00:55:32.7302509
TotalIdleDuration                        : 00:00:00
MRSServerName                            : SERVER-EXCH.marillion.loc
TotalMailboxSize                         : 3.768 GB (4,045,727,994 bytes)
TotalMailboxItemCount                    : 38550
TotalArchiveSize                         :
TotalArchiveItemCount                    :
BytesTransferred                         : 3.999 GB (4,293,480,586 bytes)
BytesTransferredPerMinute                : 0 B (0 bytes)
ItemsTransferred                         : 25168
PercentComplete                          : 20
CompletedRequestAgeLimit                 : 3650.00:00:00
PositionInQueue                          :
InternalFlags                            : SkipKnownCorruptions
FailureCode                              :
FailureType                              :
FailureSide                              :
Message                                  :
FailureTimestamp                         :
IsValid                                  : True
ValidationMessage                        :
RequestGuid                              : b9556022-bc17-497f-822e-e48f0a53ae40
RequestQueue                             : Public Folder Database 2016
MigrationMailboxGuid                     :
SourceEndpointGuid                       :
Identity                                 : marillion.loc/Users/PFMailbox01
DiagnosticInfo                           :
Report                                   :
RequestExpiryTimestamp                   : 1/8/2117 8:54:57 PM
ObjectState                              : New

And report contains (at the 94% point)

2/2/2017 1:42:52 AM [SERVER-EXCH] Stage: CopyingMessages. Percent complete: 94.
2/2/2017 1:42:52 AM [SERVER-EXCH] Copy progress: 23829/25168 messages, 3.724 GB (3,999,027,994 bytes)/3.732 GB (4,006,726,045 bytes), 27110/27116 folders completed.
2/2/2017 1:43:42 AM [SERVER-EXCH] Copying messages is complete. Copying rules and security descriptors.
2/2/2017 1:49:16 AM [SERVER-EXCH] Copied properties of 5160 folders.
2/2/2017 1:54:16 AM [SERVER-EXCH] Copied properties of 10343 folders.
2/2/2017 1:59:03 AM [SERVER-EXCH] Transient error MapiExceptionGlobalCounterRangeExceeded has occurred. The system will retry (1/660).
2/2/2017 2:00:50 AM [SERVER-EXCH] The Microsoft Exchange Mailbox Replication service 'SERVER-EXCH.marillion.loc' (15.1.669.32 caps:07FFFF) is examining the request.
2/2/2017 2:00:51 AM [SERVER-EXCH] Connected to target mailbox '4170c510-4714-4d48-9164-bfd301ee0fde (Primary)', database 'Public Folder Database 2016', Mailbox server 'SERVER-EXCH.marillion.loc' Version 15.1 (Build 669.0).
2/2/2017 2:00:53 AM [SERVER-EXCH] Connected to source mailbox '4170c510-4714-4d48-9164-bfd301ee0fde (Primary)', database 'Mailbox Database 2013', Mailbox server 'SERVER-EX-TEMP.marillion.loc' Version 15.0 (Build 1263.0), proxy server 'SERVER-EX-TEMP.marillion.loc' 15.0.1263.5 caps:0400001F7FFFFFCB07FFFF.
2/2/2017 2:00:54 AM [SERVER-EXCH] Mailbox store finalization is complete.
2/2/2017 2:00:54 AM [SERVER-EXCH] Stage: CopyingMessages. Percent complete: 95.
2/2/2017 2:00:54 AM [SERVER-EXCH] Copy progress: 25168/25168 messages, 3.731 GB (4,006,621,525 bytes)/3.731 GB (4,006,621,525 bytes), 27116/27116 folders completed.
2/2/2017 2:00:54 AM [SERVER-EXCH] Request processing continued, stage LoadingMessages.
2/2/2017 2:00:54 AM [SERVER-EXCH] Stage: LoadingMessages. Percent complete: 20.
2/2/2017 2:01:15 AM [SERVER-EXCH] Copying messages is complete. Copying rules and security descriptors.
2/2/2017 2:03:39 AM [SERVER-EXCH] Transient error MapiExceptionGlobalCounterRangeExceeded has occurred. The system will retry (2/660).
2/2/2017 2:04:11 AM [SERVER-EXCH] The Microsoft Exchange Mailbox Replication service 'SERVER-EXCH.marillion.loc' (15.1.669.32 caps:07FFFF) is examining the request.
2/2/2017 2:04:11 AM [SERVER-EXCH] Connected to target mailbox '4170c510-4714-4d48-9164-bfd301ee0fde (Primary)', database 'Public Folder Database 2016', Mailbox server 'SERVER-EXCH.marillion.loc' Version 15.1 (Build 669.0).
2/2/2017 2:04:12 AM [SERVER-EXCH] Connected to source mailbox '4170c510-4714-4d48-9164-bfd301ee0fde (Primary)', database 'Mailbox Database 2013', Mailbox server 'SERVER-EX-TEMP.marillion.loc' Version 15.0 (Build 1263.0), proxy server 'SERVER-EX-TEMP.marillion.loc' 15.0.1263.5 caps:0400001F7FFFFFCB07FFFF.
2/2/2017 2:04:12 AM [SERVER-EXCH] Mailbox store finalization is complete.
2/2/2017 2:04:12 AM [SERVER-EXCH] Stage: LoadingMessages. Percent complete: 20.
2/2/2017 2:04:13 AM [SERVER-EXCH] Request processing continued, stage LoadingMessages.
2/2/2017 2:04:13 AM [SERVER-EXCH] Stage: LoadingMessages. Percent complete: 20.
2/2/2017 2:04:34 AM [SERVER-EXCH] Copying messages is complete. Copying rules and security descriptors.
2/2/2017 2:06:59 AM [SERVER-EXCH] Transient error MapiExceptionGlobalCounterRangeExceeded has occurred. The system will retry (3/660).
2/2/2017 2:07:31 AM [SERVER-EXCH] The Microsoft Exchange Mailbox Replication service 'SERVER-EXCH.marillion.loc' (15.1.669.32 caps:07FFFF) is examining the request.
2/2/2017 2:07:31 AM [SERVER-EXCH] Connected to target mailbox '4170c510-4714-4d48-9164-bfd301ee0fde (Primary)', database 'Public Folder Database 2016', Mailbox server 'SERVER-EXCH.marillion.loc' Version 15.1 (Build 669.0).
2/2/2017 2:07:32 AM [SERVER-EXCH] Connected to source mailbox '4170c510-4714-4d48-9164-bfd301ee0fde (Primary)', database 'Mailbox Database 2013', Mailbox server 'SERVER-EX-TEMP.marillion.loc' Version 15.0 (Build 1263.0), proxy server 'SERVER-EX-TEMP.marillion.loc' 15.0.1263.5 caps:0400001F7FFFFFCB07FFFF.
2/2/2017 2:07:32 AM [SERVER-EXCH] Mailbox store finalization is complete.
2/2/2017 2:07:32 AM [SERVER-EXCH] Stage: LoadingMessages. Percent complete: 20.
2/2/2017 2:07:32 AM [SERVER-EXCH] Request processing continued, stage LoadingMessages.
2/2/2017 2:07:32 AM [SERVER-EXCH] Stage: LoadingMessages. Percent complete: 20.
2/2/2017 2:07:54 AM [SERVER-EXCH] Copying messages is complete. Copying rules and security descriptors.
2/2/2017 2:10:19 AM [SERVER-EXCH] Transient error MapiExceptionGlobalCounterRangeExceeded has occurred. The system will retry (4/660).
2/2/2017 2:10:51 AM [SERVER-EXCH] The Microsoft Exchange Mailbox Replication service 'SERVER-EXCH.marillion.loc' (15.1.669.32 caps:07FFFF) is examining the request.
2/2/2017 2:10:51 AM [SERVER-EXCH] Connected to target mailbox '4170c510-4714-4d48-9164-bfd301ee0fde (Primary)', database 'Public Folder Database 2016', Mailbox server 'SERVER-EXCH.marillion.loc' Version 15.1 (Build 669.0).
2/2/2017 2:10:53 AM [SERVER-EXCH] Connected to source mailbox '4170c510-4714-4d48-9164-bfd301ee0fde (Primary)', database 'Mailbox Database 2013', Mailbox server 'SERVER-EX-TEMP.marillion.loc' Version 15.0 (Build 1263.0), proxy server 'SERVER-EX-TEMP.marillion.loc' 15.0.1263.5 caps:0400001F7FFFFFCB07FFFF.
2/2/2017 2:10:54 AM [SERVER-EXCH] Mailbox store finalization is complete.
2/2/2017 2:10:54 AM [SERVER-EXCH] Stage: LoadingMessages. Percent complete: 20.
...

We also tried to move this mailbox to another Exchange Server 2013 database. The result was the same.

We can not just refuse from this mailbox as it contains main public folder hierarchy.

Please, help us to overcome this error.

Or may be we can recreate main hierarchy in another mailbox directly on MS Exchange server 2016 and then just remove the old one?

Kind regards, Evgeny

Delegate access to mailbox for a time

$
0
0

Hello!

Is there any way to automate access delegation to mailbox for 1-2 weeks? I have 30 fired employees mailboxes which must be delegated to working employees. But this decision seems complicated, i must control manually how much time passed since delegation. 

OST and Recover Deleted Items folder

$
0
0

Does OST (Outlook cache mode) also include all emails in "Recover deleted items" folder?  I have a few users who are under litigation hold for many years so there is no deletion by Exchange retention policy.  Users have been manually cleaning up emails from each folder then clean up Deleted items.  Or shift+delete.  The "Recover deleted items" folder contains large amount of emails.  I checked their mailbox properties under EMC.  They are over 50 GB.  I know we have extended their recover deleted items folder before (> default 20 GB).  They want to change from Outlook online mode to cache mode.  But I'm afraid that it could exceed the 50 GB limit, if it includes the recover deleted items folder.  Can someone confirm if OST contains it?

Thanks in advance.

Viewing all 4521 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>