Quantcast
Channel: Exchange Server 2010 forum
Viewing all 19572 articles
Browse latest View live

Setting up No-Reply mailbox

$
0
0

We are currently in a hybrid environment, 2010 on-premise using a 2013 hybrid server. We received a request to setup a generic e-mail address that staff could send from that doesn't accept replies. I found the following article and followed the steps last week, creating the mailbox on premise. I double-checked that everything is configured in that manner. However, I'm a member of the No-reply e-mail users security group and my mailbox is in the cloud. When I attempt to use Outlook 2016 to send as the No-reply mailbox, it gives me the error below; I haven't tried sending from an on-premise mailbox. What am I missing?

https://richardkok.wordpress.com/2012/09/25/creating-a-no-reply-email-address-on-exchange-2010/

The following recipient(s) cannot be reached:

                 This message could not be sent. Try sending the message again later, or contact your network administrator. You do not have the permission to send the message on behalf of the specified user. Error is [0x80070005-0x0004dc-0x000524].


Unable to delete emails via Powershell

$
0
0

We are running exchange 2010, we have a request to delete emails from users mailboxes, i'm using this powershell script and getting this cryptic error message....

[PS] C:\Windows\system32>Search-Mailbox -idenity "xxxx" -SearchQuery "subject:'test123'" -deletecontent
A positional parameter cannot be found that accepts argument 'xxxx'.
    + CategoryInfo          : InvalidArgument: (:) [Search-Mailbox], ParameterBindingException
    + FullyQualifiedErrorId : PositionalParameterNotFound,Search-Mailbox

Routing problem in Exchange after Rollup 21

$
0
0

Hey!

I have an issue with an Exchange server of a customer.

Since a reboot after the installation of Rollup 21 for Exchange 2010 SP3, mails are not delivered to certain external mail addresses.
Even within the same domain (example support@client.nl works, but my own mail address doesn't).
If I add the e-mail address as a mail contact in Exchange, it starts to work immediately.

I have created an example.

Sent first mail
mail from:
########@#######.nl
250 2.1.0 Sender OK
rcpt to:
########@client.nl
250 2.1.5 Recipient OK
data
354 Start mail input; end with <CRLF>.<CRLF>
testmail
.
250 2.6.0 <6f77ca68-1df7-486e-b796-78ed7be0d48e@MAIL01.
######.lan> [InternalId=35120] Queued mail for delivery

This gave the following result
PS C:\Users\client> Get-MessageTrackingLog -MessageID 6f77ca68-1df7-486e-b796-78ed7be0d48e@MAIL01.
######.lan
EventId  Source   Sender                            Recipients                        MessageSubject
-------  ------   ------                            ----------                        --------------
RECEIVE  SMTP    
########@######.nl            {#####@client.nl}
FAIL     ROUTING 
########@######.nl           {#####@client.nl}

If I look at the details, it says that the recipient is not found:

Timestamp              : 25-7-2018 9:46:49

ClientIp               : 127.0.0.1

ClientHostname         :

ServerIp               : 127.0.0.1

ServerHostname         : MAIL01

SourceContext          : 08D5F0C6F702A99F;2018-07-25T07:46:08.551Z;0

ConnectorId            : MAIL01\Default MAIL01

Source                 : SMTP

EventId                : RECEIVE

InternalMessageId      : 3662

MessageId              : <bbd8f0c6-bfb9-46cf-a7ab-cf38465686f3@MAIL01.######.lan>

Recipients             : {#######@client.nl}

RecipientStatus        : {}

TotalBytes             : 937

RecipientCount         : 1

RelatedRecipientAddress :

Reference              :

MessageSubject         :

Sender                 : client@######.nl

ReturnPath             : client@######.nl

MessageInfo            : 00A: NTS:

MessageLatency         :

MessageLatencyType     : None

EventData              : {[FirstForestHop, MAIL01.######.lan]}

 

Timestamp              : 25-7-2018 9:46:49

ClientIp               :

ClientHostname         : MAIL01

ServerIp               :

ServerHostname         :

SourceContext          :

ConnectorId            :

Source                 : ROUTING

EventId                : FAIL

InternalMessageId      : 3662

MessageId              : <bbd8f0c6-bfb9-46cf-a7ab-cf38465686f3@MAIL01.######.lan>

Recipients             : {#######@client.nl}

RecipientStatus        : {550 5.1.1 RESOLVER.ADR.RecipNotFound; not found}

TotalBytes             : 1089

RecipientCount         : 1

RelatedRecipientAddress :

Reference              : {<75cf713f-5a9c-44a1-b652-3d7866a9332a@MAIL01.######.lan>}

MessageSubject         :

Sender                 : client@######.nl

ReturnPath             : client@######.nl

MessageInfo            :

MessageLatency         :

MessageLatencyType     : None

EventData              :
After I added the recipient as a mail contact in Exchange everything worked (sent testmail)

mail from:
########@#######.nl
250 2.1.0 Sender OK
rcpt to:
########@client.nl
250 2.1.5 Recipient OK
data
354 Start mail input; end with <CRLF>.<CRLF>
testmail
.
250 2.6.0 <d6ae108f-6ffd-4780-a198-50de727485dd@MAIL01.
######.lan> [InternalId=35124] Queued mail for delivery

This gave the working result

PS C:\Users\client> Get-MessageTrackingLog -MessageID d6ae108f-6ffd-4780-a198-50de727485dd@MAIL01
.######.lan
EventId  Source   Sender                            Recipients                        MessageSubject
-------  ------   ------                            ----------                        --------------
RECEIVE  SMTP    
########@######.nl            {#######@client.nl}
SEND     SMTP    
########@#######.nl            {#######@client.nl}


Please mark answer as proposed answer if my solution works for you.

Exchange 2010 decommission after 365 migration

$
0
0

We migrated from Exchange 2010 to Office 365 a few months ago. The migration process was:

Emails were migrated with a third party tool.

Email accounts in Exchange 2010 were then disabled. So this removed the Exchange attributes for the user account but left the user account in Active Directory.  All of the email accounts are in the disconnect mailbox folder in Exchange 2010.

Using Azure AD Sync tool - connected user accounts in Active Directory with the migrated emails in Office 365 and updated the mail and proxyAddresses attributes for the users in Active Directory.

Exchange server has been turned off since then and O365 working fine.

What is the best way to remove our on Exchange 2010 install without it effecting our active directory users? Can I just run the Exchange 2010 uninstaller?

Am I right in thinking that as the email accounts were disabled in exchange before I synced the with Azure AD sync then uninstalling Excahnge will not remove the mailmailNickname and ProxyAddresses attributes from the user accounts?

Thank you

Exchange 2010 SP3 Rollup 21 & 22

$
0
0

I've skipped Rollup 21 and installed Rollup 22 on all my Exchange servers.  However, now I run Windows Update, Rollup 21 shows as needed but 22 is installed.

Do I still need to install 21 ? and reapply 22 ?

How to check Mail traffic on Exchange 2010 HUB and Mailbox server

$
0
0

Hi All,

I have Exchange 2010 CAS/HUB role installed on one box and mailbox role on other box. We are in the process of decommissioning one site which includes Exchange servers also with CAS HUB and MBX role.

I have already moved mailboxes and moved to other site, removed all the DB's in that site exchange servers.

Now, I want to check for any mail traffic that is still hitting the HUB servers here before decommisioning. if any relay is happening from any application.

Any thoughts or suggestion please would be highly appreciated.

Thanks -

Sujit


Thanks and Regards - Sujit

Hotfixes and Updates for Exchange 2010 on Server 2008 SP2

$
0
0

I am using Exchange 2010 version 14.00.0639.021 on Windows Server 2008 SP2. I am trying to upgrade my Exchange to SP3, but I need the following updates and hotfixes:

Mailbox Role Prerequisites:
update KB977624

Client Access Role Prerequisites:
hotfix KB982867
update KB979744
hotfix KB979917
update KB977624
update KB977592

Hub Transport Role Prerequisites:
update KB977624

The only issue is that I cannot find any of these reliably online due to broken backlinks. Can someone please help me to attain the hotfixes/updates that I need, please?

I am hesitant to install updates from 3rd party sites, how do you guys feel about thehotfixshare.net?

Thank you in advance for your time.

Error on OAB when Schedule update was ran

$
0
0

Hello Everyone,

I got the following errors in exchange event viewer when Schedule update Run

OABGen encountered an error while generating the differential downloads of address list '\All Users'. The offline address book has not been updated so clients will not be able to download the current set of changes. Check other logged events to find the cause of this error.

- \Default Offline Address Book

OABGen failed to load the OAB version 4 manifest file '\\Mailserver\OAB\978d3075-fb77-4322-af44-ad728039e00a\oab.xml'. This may indicate data tampering or disk problems. Restore files in this folder from the recent backup or clean up folder content and force a full OAB generation.

- \Default Offline Address Book

OALGen encountered an error ffffffff (internal ID 50509a0) while generating address list '\All Users'. Check other logged events to see if this is a serious error.

- \Default Offline Address Book

OALGen skipped some entries in the offline address list '\All Users'. To see which entries are affected, event logging for the OAL Generator must be set to at least medium.

- \Default Offline Address Book

how to solve this Issue?

Thanks


Public Folder Migration from Exchange server 2010 SP3 RU20 to Exchange server 2016 CU9 having issue at source Public folder mailbox

$
0
0

Hello Experts,

Currentally we are migrating our public folders from EX2K10 to EX2K16 and we have started Sync process.

No issue in Sync of Mailbox, but we have identified an issue that when we trying to change any mail enabled public folder email address property or want to add user for send on behalf permissions its throughing error. Error is mentioned here " Could not convert property OnPremisesObjectGuid to type Guid. Byte array for GUID must be exactly 16 bytes long"

Cutover is planned duringweekend annd we follow the Tech net article as it is.

Help is highly appreciated here.

https://technet.microsoft.com/en-us/library/mt463355(v=exchg.150).aspx

Best,

Vikas   

Moving Arbitration Mailbox(s) from corrupted (unmounted database) to new working database

$
0
0

Hello,

We have an Exchange 2010 problem where our Primary Database became corrupted and we had to build a new database and move all of the users mailboxes.

The problem is the Abritration mailbox(s) are still attached to the old database and when I attempt to remove the database via EMC i get the error:

--------------------------------------------------------
Microsoft Exchange Error
--------------------------------------------------------
The mailbox database 'Mailbox Database' cannot be deleted.

Mailbox Database
Failed
Error:
This mailbox database contains one or more mailboxes, mailbox plans, archive mailboxes, or arbitration mailboxes. To get a list of all mailboxes in this database, run the command Get-Mailbox -Database <Database ID>. To get a list of all mailbox plans in this database, run the command Get-MailboxPlan. To get a list of archive mailboxes in this database, run the command Get-Mailbox -Database <Database ID> -Archive. To get a list of all arbitration mailboxes in this database, run the command Get-Mailbox -Database <Database ID> -Arbitration. To disable a non-arbitration mailbox so that you can delete the mailbox database, run the command Disable-Mailbox <Mailbox ID>. To disable an archive mailbox so you can delete the mailbox database, run the command Disable-Mailbox <Mailbox ID> -Archive. Arbitration mailboxes should be moved to another server; to do this, run the command New-MoveRequest <parameters>. If this is the last server in the organization, run the command Disable-Mailbox <Mailbox ID> -Arbitration -DisableLastArbitrationMailboxAllowed to disable the arbitration mailbox. Mailbox plans should be moved to another server; to do this, run the command Set-MailboxPlan <MailboxPlan ID> -Database <Database ID>.

When i attempt to move them via Power Shell using the below commands i get the error:

Get-Mailbox -Arbitration | Set-Mailbox -Arbitration -Database “Database Name”

Get-Mailbox -Arbitration -Database “Mailbox Database” | New-MoveRequest -TargetDatabase “Database Name”

Mailbox Database 'GUID' is offline

+ CategoryInfo : NotSpecified: <0:Int32> [New Move Request], RemoteTransientException

+ Fully Qualified ErrorID: 2C01376, Microsoft .Exchange.Management.Reception.NewMoveRequest

+ CategoryInfo : NotSpecified: <1:Int32> [New Move Request], RemoteTransientException

+ Fully Qualified ErrorID: 2C01376, Microsoft .Exchange.Management.Reception.NewMoveRequest

+ CategoryInfo : NotSpecified: <2:Int32> [New Move Request], RemoteTransientException

+ Fully Qualified ErrorID: 2C01376, Microsoft .Exchange.Management.Reception.NewMoveRequest

My Question: Does anyone know how to move the arbitration mailboxes from an corrupted (unmounted) databaseto a new working database?

Thanks for the help in advanced.

Ian


How to fix deleted items not removing after 30 days??

$
0
0

I created Retention Policy Tags and policies and everything to remove (permanently) deleted items > 30 days old according to various instructions on the Internet -- for both Exchange 2010 and Exchange 2013.

Even items moved to Deleted Items a YEAR ago are not deleting.

The tags and policies etc. were created 6/28/16, must I wait a whole month for them to start working??

For the Exchange 2010 server: RPT is Remove Deleted Items > 30 days, age limit 30, permanently delete, retention enabled=true, type=Deleted Items

Retention Policy is Remove-DeletedItems, using the above RPT tag.

IIRC I used an Exchange PowerShell command to apply the policy to all the mailboxes. Upon checking today, after adding all the mailboxes, the Apply button was grayed out, but I clicked OK anyway, I think this policy is already applied.

Basically the same process was done on the Exchange 2013 server.

Both Exchange servers have been rebooted at least once in the meantime.

I created everything through the EMC -- I read that people also had no success getting them to work set up through the shell.

HOW does one make these policies, tags etc. start working properly?????? :) :)

Both servers are current in terms of MS updates and reasonably current in terms of SPs and CUs.

It's possibly the same problem/cause on both servers but I have only posted to the Exchange 2010 forum for now.

Thank you, Tom


can't run test-service health on my hubcas server

$
0
0

hi all

I have 2 domain controllers one is primary and the other is the additional also I have the following 

two hubcas servers that are members of CAS array (hubcas1,hubcas2)

2 mailbox servers members of DAG 1 (mb1,mb2)

I can run test-servicehealth on all servers  except hubcas1 and i got the following error:

Couldn't get information about the Exchange services using Windows Management Instrumentation (WMI)

due to error WMI exception occurred on server mysever.mydomain.local':

+ CategoryInfo          : ReadError: (:) [Test-ServiceHealth], ServiceHealthWmiFailureException
+ FullyQualifiedErrorId : 9E443C87,Microsoft.Exchange.Monitoring.TestServiceHealth

work done :

restart-Windows Management Instrumentation  but nothing changed 

waiting for your kind support 

Move mailbox to another database failed with MapiExceptionNoSupport

$
0
0

I am getting a failure when I try to move certain mailboxes from one database to another on my Exchange 2010 environment. Everything I find on the web shows something about permissions and seems to all be related to a Exchange 2003 to 2010 migration. The fix is to use PFDAVAdmin which seems to be old and I can't really tell if it supports 2010.

Here is the logs (Notice the different build numbers of the mailbox servers... however I verified that bot hservers are the same build)

1/3/2015 2:26:53 PM [MBX05] 'cloud.local/Service Accounts/Cloud Admin' created move request.
1/3/2015 2:26:53 PM [MBX05] 'cloud.local/Service Accounts/Cloud Admin' allowed a large amount of data loss when moving the mailbox (1000 bad items).
1/3/2015 4:26:31 PM [CAS01] The Microsoft Exchange Mailbox Replication service 'CAS01.cloud.local' (14.3.178.0 caps:07) is examining the request.
1/3/2015 4:26:31 PM [CAS01] Connected to target mailbox 'Primary (ebfa3d50-6acf-42f6-b962-4f54d42e8816)', database 'DAGMBX12', Mailbox server 'MBX04.cloud.local' Version 14.3 (Build 123.0).
1/3/2015 4:26:32 PM [CAS01] Connected to source mailbox 'Primary (ebfa3d50-6acf-42f6-b962-4f54d42e8816)', database 'DAGMBX01', Mailbox server 'MBX05.cloud.local' Version 14.3 (Build 210.0).
1/3/2015 4:26:32 PM [CAS01] Request processing started.
1/3/2015 4:26:32 PM [CAS01] Source mailbox information before the move:
Regular Items: 23075, 3.472 GB (3,728,375,254 bytes)
Regular Deleted Items: 0, 0 B (0 bytes)
FAI Items: 32, 0 B (0 bytes)
FAI Deleted Items: 0, 0 B (0 bytes)
1/3/2015 4:26:33 PM [CAS01] Initializing folder hierarchy in mailbox 'Primary (ebfa3d50-6acf-42f6-b962-4f54d42e8816)': 57 folders total.
1/3/2015 4:26:34 PM [CAS01] Folder hierarchy initialized for mailbox 'Primary (ebfa3d50-6acf-42f6-b962-4f54d42e8816)': 57 folders total.
1/3/2015 4:26:34 PM [CAS01] Stage: CreatingInitialSyncCheckpoint. Percent complete: 15.
1/3/2015 4:26:39 PM [CAS01] Stage: LoadingMessages. Percent complete: 20.
1/3/2015 4:26:44 PM [CAS01] Stage: CopyingMessages. Percent complete: 25.
1/3/2015 4:26:44 PM [CAS01] Copy progress: 0/23106 messages, 0 B (0 bytes)/3.472 GB (3,728,375,120 bytes).
1/3/2015 4:26:44 PM [CAS01] Messages have been enumerated successfully. 23106 items loaded. Total size: 3.472 GB (3,728,375,120 bytes).
1/3/2015 4:31:44 PM [CAS01] Stage: CopyingMessages. Percent complete: 33.
1/3/2015 4:31:44 PM [CAS01] Copy progress: 16936/23106 messages, 436.4 MB (457,646,004 bytes)/3.472 GB (3,728,375,120 bytes).
1/3/2015 4:36:45 PM [CAS01] Stage: CopyingMessages. Percent complete: 49.
1/3/2015 4:36:45 PM [CAS01] Copy progress: 17818/23106 messages, 1.193 GB (1,281,346,187 bytes)/3.472 GB (3,728,375,120 bytes).
1/3/2015 4:41:45 PM [CAS01] Stage: CopyingMessages. Percent complete: 64.
1/3/2015 4:41:45 PM [CAS01] Copy progress: 18892/23106 messages, 1.939 GB (2,081,746,911 bytes)/3.472 GB (3,728,375,120 bytes).
1/3/2015 4:46:46 PM [CAS01] Stage: CopyingMessages. Percent complete: 77.
1/3/2015 4:46:46 PM [CAS01] Copy progress: 20510/23106 messages, 2.626 GB (2,820,040,240 bytes)/3.472 GB (3,728,375,120 bytes).
1/3/2015 4:51:46 PM [CAS01] Stage: CopyingMessages. Percent complete: 86.
1/3/2015 4:51:46 PM [CAS01] Copy progress: 21657/23106 messages, 3.047 GB (3,271,846,706 bytes)/3.472 GB (3,728,375,120 bytes).
1/3/2015 4:54:56 PM [CAS01] Initial seeding completed, 23106 items copied, total size 3.472 GB (3,728,375,120 bytes).
1/3/2015 4:54:56 PM [CAS01] Changes reported in source 'Primary (ebfa3d50-6acf-42f6-b962-4f54d42e8816)': 0 changed folders, 0 deleted folders, 0 changed messages.
1/3/2015 4:54:56 PM [CAS01] Incremental Sync 'Primary (ebfa3d50-6acf-42f6-b962-4f54d42e8816)' completed: 0 changed items.
1/3/2015 4:54:56 PM [CAS01] Stage: IncrementalSync. Percent complete: 95.
1/3/2015 4:54:56 PM [CAS01] Final sync has started.
1/3/2015 4:54:57 PM [CAS01] Changes reported in source 'Primary (ebfa3d50-6acf-42f6-b962-4f54d42e8816)': 0 changed folders, 0 deleted folders, 0 changed messages.
1/3/2015 4:54:57 PM [CAS01] Incremental Sync 'Primary (ebfa3d50-6acf-42f6-b962-4f54d42e8816)' completed: 0 changed items.
1/3/2015 4:55:01 PM [CAS01] Fatal error MapiExceptionNoSupport has occurred.
Error details: MapiExceptionNoSupport: IExchangeFastTransferEx.TransferBuffer failed (hr=0x80040102, ec=-2147221246)
Diagnostic context:
    Lid: 55847   EMSMDBPOOL.EcPoolSessionDoRpc called [length=773]
    Lid: 43559   EMSMDBPOOL.EcPoolSessionDoRpc returned [ec=0x0][length=513][latency=15]
    Lid: 23226   --- ROP Parse Start ---
    Lid: 27962   ROP: ropFXDstCopyConfig [83]
    Lid: 27962   ROP: ropTellVersion [134]
    Lid: 27962   ROP: ropFXDstPutBufferEx [157]
    Lid: 17082   ROP Error: 0x80040102
    Lid: 31329  
    Lid: 21921   StoreEc: 0x80040102
    Lid: 27962   ROP: ropExtendedError [250]
    Lid: 1494    ---- Remote Context Beg ----
    Lid: 1238    Remote Context Overflow
    Lid: 25000  
    Lid: 24936  
    Lid: 4367    StoreEc: 0x80040102
    Lid: 7695    StoreEc: 0x80040102
    Lid: 19936  
    Lid: 4559    StoreEc: 0x80040102
    Lid: 21802  
    Lid: 19994   StoreEc: 0x80040102
    Lid: 20202  
    Lid: 3305    StoreEc: 0x80040102
    Lid: 32762   dwParam: 0xE080003
    Lid: 32762   dwParam: 0xE230003
    Lid: 32762   dwParam: 0xE270102
    Lid: 32762   dwParam: 0xE580102
    Lid: 32762   dwParam: 0xE590102
    Lid: 32762   dwParam: 0xF000102
    Lid: 32762   dwParam: 0xFF40003
    Lid: 32762   dwParam: 0x10F4000B
    Lid: 32762   dwParam: 0x10F5000B
    Lid: 32762   dwParam: 0x10F6000B
    Lid: 32762   dwParam: 0x300184B0
    Lid: 32762   dwParam: 0x300484B0
    Lid: 32762   dwParam: 0x3FE5000B
    Lid: 32762   dwParam: 0x361C0102
    Lid: 32762   dwParam: 0x361384B0
    Lid: 32762   dwParam: 0x36170003
    Lid: 26346  
    Lid: 4073    StoreEc: 0x80040102
    Lid: 28570   StoreEc: 0x80040102
    Lid: 29738  
    Lid: 3401    StoreEc: 0x80040102
    Lid: 1750    ---- Remote Context End ----
    Lid: 26849  
    Lid: 21817   ROP Failure: 0x80040102
    Lid: 22630  
   at Microsoft.Exchange.MailboxReplicationService.AsynchronousTransmitter.WaitUntilDataIsProcessed()
   at Microsoft.Exchange.MailboxReplicationService.AsynchronousTransmitter.Microsoft.Exchange.MailboxReplicationService.IDataImport.ImportBuffer(Int32 opcode, Byte[] data)
   at Microsoft.Exchange.MailboxReplicationService.AsynchronousTransmitter.Microsoft.Exchange.MailboxReplicationService.IDataImport.Flush()
   at Microsoft.Exchange.MailboxReplicationService.ProgressTrackerTransmitter.Microsoft.Exchange.MailboxReplicationService.IDataImport.Flush()
   at Microsoft.Exchange.MailboxReplicationService.FxProxyTransmitter.Microsoft.Exchange.MailboxReplicationService.IFxProxy.Flush()
   at Microsoft.Exchange.MailboxReplicationService.LocalSourceFolder.Microsoft.Exchange.MailboxReplicationService.ISourceFolder.CopyTo(IFxProxy destFolderProxy, PropTag[] excludeTags)
   at Microsoft.Exchange.MailboxReplicationService.SourceFolderWrapper.<>c__DisplayClass1.<Microsoft.Exchange.MailboxReplicationService.ISourceFolder.CopyTo>b__0()
   at Microsoft.Exchange.MailboxReplicationService.ExecutionContext.Execute(GenericCallDelegate operation)
   at Microsoft.Exchange.MailboxReplicationService.SourceFolderWrapper.Microsoft.Exchange.MailboxReplicationService.ISourceFolder.CopyTo(IFxProxy destFolder, PropTag[] excludeTags)
   at Microsoft.Exchange.MailboxReplicationService.MailboxCopierBase.CopyFolderProperties(FolderRecWrapper folderRec, ISourceFolder sourceFolder, IDestinationFolder destFolder, FolderRecDataFlags dataToCopy)
   at Microsoft.Exchange.MailboxReplicationService.MailboxMover.<>c__DisplayClass2.<>c__DisplayClass4.<FinalSyncCopyAllFolders>b__1()
   at Microsoft.Exchange.MailboxReplicationService.ExecutionContext.Execute(GenericCallDelegate operation)
   at Microsoft.Exchange.MailboxReplicationService.MailboxMover.<>c__DisplayClass2.<FinalSyncCopyAllFolders>b__0(FolderRecWrapper folderRec, EnumFolderContext ctx)
   at Microsoft.Exchange.MailboxReplicationService.FolderMap.EnumSingleFolder(FolderRecWrapper folderRec, EnumFolderContext ctx, EnumFolderCallback callback, EnumHierarchyFlags flags)
   at Microsoft.Exchange.MailboxReplicationService.FolderMap.EnumSingleFolder(FolderRecWrapper folderRec, EnumFolderContext ctx, EnumFolderCallback callback, EnumHierarchyFlags flags)
   at Microsoft.Exchange.MailboxReplicationService.FolderMap.EnumSingleFolder(FolderRecWrapper folderRec, EnumFolderContext ctx, EnumFolderCallback callback, EnumHierarchyFlags flags)
   at Microsoft.Exchange.MailboxReplicationService.MailboxMover.FinalSyncCopyAllFolders()
   at Microsoft.Exchange.MailboxReplicationService.MoveBaseJob.<FinalSync>b__4d(MailboxMover mbxCtx)
   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: IMapiFxProxy.ProcessRequest
OpCode: TransferBuffer
DataLength: 1023
--------
Operation: IMapiFxProxy.ProcessRequest
OperationSide: Target
Primary (ebfa3d50-6acf-42f6-b962-4f54d42e8816)
OpCode: TransferBuffer
DataLength: 1023
1/3/2015 4:55:01 PM [CAS01] Relinquishing job.
1/5/2015 9:14:17 AM [MBX05] 'cloud.local/Service Accounts/Cloud Admin' resumed move request.
1/5/2015 9:14:22 AM [CAS01] Job resumed with status 'InProgress'.
1/5/2015 9:14:22 AM [CAS01] Relinquishing job.
1/5/2015 9:14:28 AM [CAS01] The Microsoft Exchange Mailbox Replication service 'CAS01.cloud.local' (14.3.178.0 caps:07) is examining the request.
1/5/2015 9:14:28 AM [CAS01] Connected to target mailbox 'Primary (ebfa3d50-6acf-42f6-b962-4f54d42e8816)', database 'DAGMBX12', Mailbox server 'MBX04.cloud.local' Version 14.3 (Build 210.0).
1/5/2015 9:14:28 AM [CAS01] Connected to source mailbox 'Primary (ebfa3d50-6acf-42f6-b962-4f54d42e8816)', database 'DAGMBX01', Mailbox server 'MBX05.cloud.local' Version 14.3 (Build 210.0).
1/5/2015 9:14:28 AM [CAS01] Request processing continued, stage IncrementalSync.
1/5/2015 9:14:29 AM [CAS01] Changes reported in source 'Primary (ebfa3d50-6acf-42f6-b962-4f54d42e8816)': 2 changed folders, 0 deleted folders, 3 changed messages.
1/5/2015 9:14:30 AM [CAS01] Incremental Sync 'Primary (ebfa3d50-6acf-42f6-b962-4f54d42e8816)' completed: 12 changed items.
1/5/2015 9:14:30 AM [CAS01] Stage: IncrementalSync. Percent complete: 95.
1/5/2015 9:14:30 AM [CAS01] Final sync has started.
1/5/2015 9:14:30 AM [CAS01] Changes reported in source 'Primary (ebfa3d50-6acf-42f6-b962-4f54d42e8816)': 0 changed folders, 0 deleted folders, 0 changed messages.
1/5/2015 9:14:30 AM [CAS01] Incremental Sync 'Primary (ebfa3d50-6acf-42f6-b962-4f54d42e8816)' completed: 0 changed items.
1/5/2015 9:14:31 AM [CAS01] Fatal error MapiExceptionNoSupport has occurred.
Error details: MapiExceptionNoSupport: IExchangeFastTransferEx.TransferBuffer failed (hr=0x80040102, ec=-2147221246)
Diagnostic context:
    Lid: 55847   EMSMDBPOOL.EcPoolSessionDoRpc called [length=772]
    Lid: 43559   EMSMDBPOOL.EcPoolSessionDoRpc returned [ec=0x0][length=513][latency=15]
    Lid: 23226   --- ROP Parse Start ---
    Lid: 27962   ROP: ropFXDstCopyConfig [83]
    Lid: 27962   ROP: ropTellVersion [134]
    Lid: 27962   ROP: ropFXDstPutBufferEx [157]
    Lid: 17082   ROP Error: 0x80040102
    Lid: 31329  
    Lid: 21921   StoreEc: 0x80040102
    Lid: 27962   ROP: ropExtendedError [250]
    Lid: 1494    ---- Remote Context Beg ----
    Lid: 1238    Remote Context Overflow
    Lid: 25000  
    Lid: 24936  
    Lid: 4367    StoreEc: 0x80040102
    Lid: 7695    StoreEc: 0x80040102
    Lid: 19936  
    Lid: 4559    StoreEc: 0x80040102
    Lid: 21802  
    Lid: 19994   StoreEc: 0x80040102
    Lid: 20202  
    Lid: 3305    StoreEc: 0x80040102
    Lid: 32762   dwParam: 0xE080003
    Lid: 32762   dwParam: 0xE230003
    Lid: 32762   dwParam: 0xE270102
    Lid: 32762   dwParam: 0xE580102
    Lid: 32762   dwParam: 0xE590102
    Lid: 32762   dwParam: 0xF000102
    Lid: 32762   dwParam: 0xFF40003
    Lid: 32762   dwParam: 0x10F4000B
    Lid: 32762   dwParam: 0x10F5000B
    Lid: 32762   dwParam: 0x10F6000B
    Lid: 32762   dwParam: 0x300184B0
    Lid: 32762   dwParam: 0x300484B0
    Lid: 32762   dwParam: 0x3FE5000B
    Lid: 32762   dwParam: 0x361C0102
    Lid: 32762   dwParam: 0x361384B0
    Lid: 32762   dwParam: 0x36170003
    Lid: 26346  
    Lid: 4073    StoreEc: 0x80040102
    Lid: 28570   StoreEc: 0x80040102
    Lid: 29738  
    Lid: 3401    StoreEc: 0x80040102
    Lid: 1750    ---- Remote Context End ----
    Lid: 26849  
    Lid: 21817   ROP Failure: 0x80040102
    Lid: 22630  
   at Microsoft.Exchange.MailboxReplicationService.AsynchronousTransmitter.WaitUntilDataIsProcessed()
   at Microsoft.Exchange.MailboxReplicationService.AsynchronousTransmitter.Microsoft.Exchange.MailboxReplicationService.IDataImport.ImportBuffer(Int32 opcode, Byte[] data)
   at Microsoft.Exchange.MailboxReplicationService.AsynchronousTransmitter.Microsoft.Exchange.MailboxReplicationService.IDataImport.Flush()
   at Microsoft.Exchange.MailboxReplicationService.ProgressTrackerTransmitter.Microsoft.Exchange.MailboxReplicationService.IDataImport.Flush()
   at Microsoft.Exchange.MailboxReplicationService.FxProxyTransmitter.Microsoft.Exchange.MailboxReplicationService.IFxProxy.Flush()
   at Microsoft.Exchange.MailboxReplicationService.LocalSourceFolder.Microsoft.Exchange.MailboxReplicationService.ISourceFolder.CopyTo(IFxProxy destFolderProxy, PropTag[] excludeTags)
   at Microsoft.Exchange.MailboxReplicationService.SourceFolderWrapper.<>c__DisplayClass1.<Microsoft.Exchange.MailboxReplicationService.ISourceFolder.CopyTo>b__0()
   at Microsoft.Exchange.MailboxReplicationService.ExecutionContext.Execute(GenericCallDelegate operation)
   at Microsoft.Exchange.MailboxReplicationService.SourceFolderWrapper.Microsoft.Exchange.MailboxReplicationService.ISourceFolder.CopyTo(IFxProxy destFolder, PropTag[] excludeTags)
   at Microsoft.Exchange.MailboxReplicationService.MailboxCopierBase.CopyFolderProperties(FolderRecWrapper folderRec, ISourceFolder sourceFolder, IDestinationFolder destFolder, FolderRecDataFlags dataToCopy)
   at Microsoft.Exchange.MailboxReplicationService.MailboxMover.<>c__DisplayClass2.<>c__DisplayClass4.<FinalSyncCopyAllFolders>b__1()
   at Microsoft.Exchange.MailboxReplicationService.ExecutionContext.Execute(GenericCallDelegate operation)
   at Microsoft.Exchange.MailboxReplicationService.MailboxMover.<>c__DisplayClass2.<FinalSyncCopyAllFolders>b__0(FolderRecWrapper folderRec, EnumFolderContext ctx)
   at Microsoft.Exchange.MailboxReplicationService.FolderMap.EnumSingleFolder(FolderRecWrapper folderRec, EnumFolderContext ctx, EnumFolderCallback callback, EnumHierarchyFlags flags)
   at Microsoft.Exchange.MailboxReplicationService.FolderMap.EnumSingleFolder(FolderRecWrapper folderRec, EnumFolderContext ctx, EnumFolderCallback callback, EnumHierarchyFlags flags)
   at Microsoft.Exchange.MailboxReplicationService.FolderMap.EnumSingleFolder(FolderRecWrapper folderRec, EnumFolderContext ctx, EnumFolderCallback callback, EnumHierarchyFlags flags)
   at Microsoft.Exchange.MailboxReplicationService.MailboxMover.FinalSyncCopyAllFolders()
   at Microsoft.Exchange.MailboxReplicationService.MoveBaseJob.<FinalSync>b__4d(MailboxMover mbxCtx)
   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: IMapiFxProxy.ProcessRequest
OpCode: TransferBuffer
DataLength: 1023
--------
Operation: IMapiFxProxy.ProcessRequest
OperationSide: Target
Primary (ebfa3d50-6acf-42f6-b962-4f54d42e8816)
OpCode: TransferBuffer
DataLength: 1023
1/5/2015 9:14:31 AM [CAS01] Relinquishing job.

We are moving to TLS 1.2 for encryption

$
0
0

Hello,

Below notification is posted on the O365 dash board. We have Hybrid environment with exchange 2010 SP3 RU 22 on Windows 2008 R2 SP1. I just wanted to know what all patches/registry changes need to be installed to make it compliant for TLS 1.2.

_____________________________________________________________________________________________________

All client-server and browser-server combinations should use TLS version 1.2 (or a later version)

to ensure connection without issues to Office 365 services. This may require updates to certain client-server and

browser-server combinations. Action required by October 31, 2018.

Thanks

Suresh

After rollup 22 from rollup 8 Mac osx and ecp stop working

$
0
0

We did a major upgrade in July.

We installed 2010 sp 3 - rollup 22.

After installation ecp functions regarding phone connection and autoreply stopped working.

Mac os users cant connect to exchange anymore.

Have tried diffrent approach to this issues but without any success.



Can't disable mailbox - Property Expression "Process1" isn't valid and object is in an inconsistent state

$
0
0

Been searching through the KB and forums but so far nothing has helped. The issue started with an address book that would not update. Ran get-user and get-mailbox and found the same error in both:

WARNING: the object .../Process1 has been corrupted, and it's in an inconsistent state. The following validation errors happened.

Warning: Property expression "Process1" isn't valid. Valid strings are: Strings that include'@', where '@' cannot be the last character.

I searched the account info with adsiedit but could not find an error in anything. The smtp address is process1@mydomain.com

Not sure when the error started, discovered it when the global address book would not update.

I tried to disable the mailbox but could  not - error: the property can't be empty

Thanks in advance


eburch@lasertel.com

Exchange Commands for Move/copy Calendar items from One Room Mailbox to Another Room Mailbox. (Calender Items move/copy)

$
0
0

Hi,

I want to migrate the old Room Mailbox (Room 1) Calender Ítems to the newly created Room Mailbox (Room 2) through the Exchange Command lines.

This task can be done with the GUI mode through Outlook as it is given in below articles. I want to perform the same task through command line to reduce manual effort.

http://community.office365.com/en-us/forums/158/t/51693.aspx

Thanks

Shambhu Sharma

Get-MailboxDatabase writing error

$
0
0
The Exchange MMC cannot access the AD configuration data. The following error is being logged to the application event log:

Task Get-MailboxDatabase writing error when processing record of index 0. Error: Microsoft.Exchange.Data.Directory.SuitabilityDirectoryException: An Active Directory error 0x51 occurred when trying to check the suitability of server 'DCxx'. Error: 'Active directory response: The LDAP server is unavailable.' ---> System.DirectoryServices.Protocols.LdapException: The LDAP server is unavailable.

Is is correct that the mentioned DC is not available. The server has been demoted a few weeks ago, but it seems as if Exchange still tries to connect to the unavailable DC.

The DNS does not have any informations about the missing DC. All service records reflect the new promoted DCs only.

Where does Exchange get this information from?

Exchange 2010 Public Folder Problem With Outlook2016

$
0
0

Hello

I Have Exchange 2010 Sp 3 CU 22  And   I Had Installed Recently New RDS 2016 And Install Outlook 2016 MSI

the problem the Users Can Access All their Public Folders From Old Terminal 2008 And outlook 2010 without any problem

but From New RDS 2016 Or From Windows 7  that had outlook 2016 MSI Installed They Can Access some Public Folders and Some Public Folders the Receive "No Item to display"

Like Example Public Folder name Master

they Can Access it content from Outlook 2010 without any problem and if they try to access it from Outlook 2016 they Receive No item to display And in Outlook Button Bar it showing the Folder has more than 2K items and in same time the  exchange show in Event Viewer Error in Public Folder Database

Below is the Event Viewer log that appear if i try to access the Public Folder from Outlook 2016 if i used outlook 2010 the below event doesn't show

database copy 'Public Folder Database ' on this server encountered an error. For more information, consult the Event log for "ExchangeStoreDb" or "MSExchangeRepl" events.

Public Folder Database : The database page read from the file "D:\Program Files\Microsoft\Exchange Server\V14\Mailbox\Public Folder Database \Public Folder Database .edb" at offset 2499674112 (0x0000000094fe0000) (database page 76283 (0x129FB)) for 32768 (0x00008000) bytes failed verification due to a page checksum mismatch. The expected checksum was [71d18e2e74b90f38:332233222aff7847:1bb5e44a9dff37b1:64ea9b1508ae7bb8] and the actual checksum was [8f6f8f6fe5a56de6:5050afaf83068c33:c5693a9618b4e34a:64ea9b1508ae7bb8]. The read operation will fail with error -1018 (0xfffffc06).  If this condition persists then please restore the database from a previous backup. This problem is likely due to faulty hardware. Please contact your hardware vendor for further assistance diagnosing the problem.

AM' database copy 'Public Folder Database ' on this server appears to have an I/O error that it may be able to repair. To help identify the failure, consult the Event log on the server for other storage and "ExchangeStoreDb" events. Service recovery was attempted by failover to another copy. The failover was unsuccessful in restoring the service because of the following error: 'There is only one copy of this mailbox database (Public Folder Database ). Automatic recovery is not available..

 Thanks


Exchange server Hard Disk getting Full very Fast "Urgent"

$
0
0

Dear All,

We have Exchange server 2010, our hard disk which contains Mailbox getting increase very fast since last week, we lost more than 120 GB although all users transactions and Mailboxes not more than 2 GB.

every day almost 20 GB loosing without any reason, our Hard disk will getting full within 4 days more what we can do???

Please help


Ahmed Juma

Viewing all 19572 articles
Browse latest View live


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