Quantcast
Channel: Exchange Server 2013 - Setup, Deployment, Updates, and Migration 论坛
Viewing all 7008 articles
Browse latest View live

CU 10 Install Error

$
0
0


I had an error updating my Exchange 2013 CU 8 to CU 10 last week - set up failed at step 14 of 18 Mailbox Role: Mailbox Service - the error was " Couldn't resolve the user or group "ourdomain/Microsoft Exchange Security Groups/Discovery Management." I have the full error below. I found two possible solutions to the error by googling and resolved and completed the install issue by deleting the DiscoverySearchMailbox {D919BA05-46A6-415f-80AD-7E09334BB852} user account from AD (the other possible solution was to disable the discovery search mailbox, but I could not do this because the install was already half way through. After setup completed, I ran Setup /PrepareAD /IAcceptblablabla... and the DiscoverySearchMailbox was recreated, but the mailbox was not.  I found the commands to recreate the mailbox and user and the discovery search is now working, but I would like to find out why did this setup error occurred. I didn't run PrepareAD prior to install - read some info that this was not needed from CU 8, but other than that we have a very vanilla setup - single forest domain, 2 DCs, one Exchange Server, small org (30 MBs), no fancy addons, I had disabled the AV prior to install, so I am hoping someone might be able to shed some light on why this error occurred on an account that existed previously?

Thanks in advance for any help - here is the full error received:

Error: The following error was generated when "$error.Clear(); $name = [Microsoft.Exchange.Management.RecipientTasks.EnableMailbox]::DiscoveryMailboxUniqueName; $dispname = [Microsoft.Exchange.Management.RecipientTasks.EnableMailbox]::DiscoveryMailboxDisplayName; $dismbx = get-mailbox -Filter {name -eq $name} -IgnoreDefaultScope -resultSize 1; if( $dismbx -ne $null) { $srvname = $dismbx.ServerName; if( $dismbx.Database -ne $null -and $RoleFqdnOrName -like "$srvname.*" ) { Write-ExchangeSetupLog -info "Setup DiscoverySearchMailbox Permission."; $mountedMdb = get-mailboxdatabase $dismbx.Database -status | where { $_.Mounted -eq $true }; if( $mountedMdb -eq $null ) { Write-ExchangeSetupLog -info "Mounting database before stamp DiscoverySearchMailbox Permission..."; mount-database $dismbx.Database; }
      $mountedMdb = get-mailboxdatabase $dismbx.Database -status | where { $_.Mounted -eq $true };
      if( $mountedMdb -ne $null )
      {
      $dmRoleGroupGuid = [Microsoft.Exchange.Data.Directory.Management.RoleGroup]::DiscoveryManagement_InitInfo.WellKnownGuid;
      $dmRoleGroup = Get-RoleGroup -Identity $dmRoleGroupGuid -DomainController $RoleDomainController -ErrorAction:SilentlyContinue;
      if( $dmRoleGroup -ne $null )
      {
        trap [Exception]
        {
          Add-MailboxPermission $dismbx -User $dmRoleGroup.Name -AccessRights FullAccess -DomainController $RoleDomainController -ErrorAction SilentlyContinue;
          continue;
        }

        Add-MailboxPermission $dismbx -User $dmRoleGroup.Identity -AccessRights FullAccess -DomainController $RoleDomainController -WarningAction SilentlyContinue;
      }
      }
      }
      }
    " was run: "Microsoft.Exchange.Data.Common.LocalizedException: Couldn't resolve the user or group "ourdomain/Microsoft Exchange Security Groups/Discovery Management." If the user or group is a foreign forest principal, you must have either a two-way trust or an outgoing trust. ---> System.SystemException: The trust relationship between the primary domain and the trusted domain failed.


at System.Security.Principal.NTAccount.TranslateToSids(IdentityReferenceCollection sourceAccounts, Boolean& someFailed) at System.Security.Principal.NTAccount.Translate(IdentityReferenceCollection sourceAccounts, Type targetType, Boolean forceSuccess) at System.Security.Principal.NTAccount.Translate(Type targetType) at Microsoft.Exchange.Configuration.Tasks.SecurityPrincipalIdParameter.GetUserSidAsSAMAccount(SecurityPrincipalIdParameter user, TaskErrorLoggingDelegate logError, TaskVerboseLoggingDelegate logVerbose) --- End of inner exception stack trace --- at Microsoft.Exchange.Configuration.Tasks.Task.ThrowError(Exception exception, ErrorCategory errorCategory, Object target, String helpUrl) at Microsoft.Exchange.Configuration.Tasks.Task.WriteError(Exception exception, ErrorCategory category, Object target) at Microsoft.Exchange.Configuration.Tasks.SecurityPrincipalIdParameter.GetUserSidAsSAMAccount(SecurityPrincipalIdParameter user, TaskErrorLoggingDelegate logError, TaskVerboseLoggingDelegate logVerbose) at Microsoft.Exchange.Configuration.Tasks.SecurityPrincipalIdParameter.GetSecurityPrincipal(IRecipientSession session, SecurityPrincipalIdParameter user, TaskErrorLoggingDelegate logError, TaskVerboseLoggingDelegate logVerbose) at Microsoft.Exchange.Management.RecipientTasks.SetMailboxPermissionTaskBase.InternalValidate() at Microsoft.Exchange.Management.RecipientTasks.AddMailboxPermission.InternalValidate() at Microsoft.Exchange.Configuration.Tasks.Task.b__b() at Microsoft.Exchange.Configuration.Tasks.Task.InvokeRetryableFunc(String funcName, Action func, Boolean terminatePipelineIfFailed)".

Thanks,

George


Only Mailbox migration to private cloud

$
0
0

Hello Everyone

What are the mailbox migration paths available to the private cloud Exchange 2010 (hosted setup).

Let's take an example of customer having 2000 users in his on premise.

I want to migrate only the mailboxes from this customer and the User accounts should remain as such with them.

They have share point , Lync and other applications running on their on premise which are dependent on these AD accounts.

My plan is to migrate only the mailboxes , enable outlook anywhere, owa and active sync for all these users .

What is the best way to complete this migration.

Any advices, suggestions is much appreciated.





Remember to mark as helpful if you find my contribution useful or as an answer if it does answer your question.That will encourage me - and others - to take time out to help you Check out my latest blog posts on http://exchangequery.com Thanks Sathish (MVP)

Cross Forest Migration Exchange 2013 Error StalledDueToMailboxLocked

$
0
0

Hi Folks, 

we are working on a cross forest migration for AD and Exchange, where Source Exchange is 2010 SP3 and Target new Exchange is 2013 CU8. while migrating the mailboxes we are getting the below issues and it takes ages to complete. i have migrated one mailbox earlier with 4.7 GB size it after lots of retries it took 28 hours to complete. 

below is another mailbox which is quite smaller in size to check but i am still getting the same problem. what could be the cause for this. i have done all custom settings for MRS proxy and client binding at source Exchange server, but the results are still the same.

Informational: The request has been temporarily postponed because the mailbox is locked. The Microsoft Exchange Mailbox Replication service will attempt to continue processing the request after 6/19/2015 2:40:07 PM.

OverallDuration                        : 00:28:43.5949514
TotalQueuedDuration                  : 00:00:04.9658754
TotalInProgressDuration                : 00:28:38.6290760
TotalStalledDueToHADuration            : 00:04:02.7186976
TotalStalledDueToMailboxLockedDuration : 00:12:38.8746309
TotalTransientFailureDuration          : 00:00:35.2813100
TotalIdleDuration                      : 00:04:50.2813457
TotalMailboxSize                      : 1.172 GB (1,258,052,697 bytes)
TotalMailboxItemCount                  : 37935
BytesTransferred                      : 343.6 MB (360,322,748 bytes)
BytesTransferredPerMinute              : 0 B (0 bytes)
ItemsTransferred                      : 24016

i am in a challenging situation, need urgent support.


Regards, Owais

Exchange Server 2013- Database Issue

$
0
0

Hello,

Currently in our scenario we are using Exchange server 2013 in house with Five databases, everything was properly working but  some users call me and said they are not able to recived any mails from last 1 hr their mailbox was properly connected in outlook, remaining all users are able to send and recive mail which are on other four databases.

users are facing issue in single database only, what will be the problem ?

Thanks,

Prashant M

Exchange 2013 - powershell tips not working

$
0
0

When I run exchange 2013 shell I get this errors:

Exchange tips file C:\Program Files\Microsoft\Exchange Server\V15\bin\\en\extips.xml not found!

This computer was part of different domain. We have uninstalled exchange2013, restarted the server, put the server to different domain and install exchange2013 again, maybe thats the reason, and how can we repair it?

With best regards


bostjanc

Are Exchange 2010 rollups cumilative?

$
0
0
Exchange 2010 SP3 system without any rollups.  Does Exchange 2010 SP3 RU11 include past rollups or do I need to install RU 1 through 11?

Fail edge server installation

$
0
0

Hi,

My edge server installation failed with the following message:

Error:
The following error was generated when "$error.Clear();
          new-receiveconnector `
            -Name ("Default internal receive connector " + [String][System.Environment]::MachineName ) `
            -Bindings 0.0.0.0:25 `
            -RemoteIPRanges 0.0.0.0-255.255.255.255 `
            -DomainSecureEnabled $true
        " was run: "Microsoft.Exchange.Configuration.Tasks.TaskException: The parent object for Default internal receive connector OFFICE02 could not be found. Please check that SMTP Receive Connectors exists.
   at Microsoft.Exchange.Configuration.Tasks.Task.WriteError(Exception exception, ErrorCategory category, Object target, Boolean reThrow, String helpUrl)
   at Microsoft.Exchange.Configuration.Tasks.Task.WriteError(Exception exception, ErrorCategory category, Object target)
   at Microsoft.Exchange.Configuration.Tasks.NewADTaskBase`1.InternalProcessRecord()
   at Microsoft.Exchange.Management.SystemConfigurationTasks.NewReceiveConnector.InternalProcessRecord()
   at Microsoft.Exchange.Configuration.Tasks.Task.<ProcessRecord>b__b()
   at Microsoft.Exchange.Configuration.Tasks.Task.InvokeRetryableFunc(String funcName, Action func, Boolean terminatePipelineIfFailed)".

I have manually created a "Default internal receive connector OFFICE02" internet connector, but still the setup fails and notifies me that an incomplete installation is detected.

What I think that happened is that both the edge and hub transport role are installed on the same server due to an interface bug in the setup. I want to be able to uninstall this Exchange server to start over again. I rather avoid to remove the Exchange server with ADSIEdit.

The error seems to require another default connector apart from "Default internal receive connector OFFICE02". Could someone maybe list the full settings of all the receive connectors on an default edge server 2013? I think when I manually configure them, the setup may complete and allow me to uninstall. Hopefully.

Any advice?

Exchange 2010 and Exchange 2013 coexistence

$
0
0

Durring migration process which virtual directories from Exchange 2010 should be pointed to Exchange 2013, all of them?


bostjanc


Upgrade to exchange 2016 from Exchange 2010 SP3 with hybrid server into the cloud

$
0
0

Hi,

I have 6 Mailbox Servers, 2 HT servers 2 CAS servers and 1 Hybrid server for office 365.

2 ADFS Serves, 2 proxy servers behind a netscaler.

I am planning to do an upgrade to exchange 2016.  what is needed to do this upgrade mostly for the hybrid server does this need to be done and hybrid config needs to be re-run?

Any info would be appreciated

also does anyone know if there is a best practice security wise on how to publish OWA.  It looks like everything runs off the mailbox server  So I was thinking it would be a a good idea to have our netscaler use 2 mailbox servers( that don't have any mailboxes on it) so it could transfer requests to actual data so the netscaler doesn't have access to mailbox servers with real data on it.

any suggestions or thoughts are greatly appreciated

Thanks,

Joe

Retention Policy To Tasks

$
0
0

Does anyone know how to set a retention policy to tasks in Exchange 2013, it seems to be grouped with the inbox default folder which requires its own retention rules. There is an RPT for Calendars\Tasks however it does not seem to work despite not having a retention period. When I recover a deleted task, it auto deletes again per the "inbox" retention policy.

Thank you to anyone that can help!

Exchange 2013 Hybrid

$
0
0

Hi,

We are currently setting up an hybrid exchange (Exchange 2013 / Office365)

I have a question

If mailbox1 is on premises, will it have a copy on O365? So that if On Prem Exchange will be down, user1 can still access his email thru O365.

Does Hybrid Setup offer High Availabilty?

the subscription for the migration user couldn't be loaded

$
0
0

For every user that I migrate from EX2010 to EX2013 I get error:

the subscription for the migration user couldn't be loaded

but move request suceededs at the end.


bostjanc

Upgrade from Exchange 2013 to Exchange 2016

$
0
0

Hi everyone,

Are the still no guides for this process?

Thanks,

Ivan

Cannot connect with Outlook 2013 on Windows 10, other OS are fine

$
0
0

Just set up a test environment for MS Exchange as follows:
1 x AD Server, Windows 2012 R2
1 x Exchange 2010 SP3 RU 10 on Windows 2008 R2
1 x Exchange 2013 CU 10 on Windows 2012 R2
I can connect with Outlook on a Windows 7 client with Outlook 2013
I can connect with Outlook on Windows 8 client with Outlook 2013
I can not connect with Outlook on Windows 10 client with Outlook 2013
Get the error “The connection to microsoft exchange is unavailable. Outlook must be online or connected exchange” during the startup wizard for the Windows 10 client. I have stopped all firewalls on client and servers but no change.
Do I have to set up any additional configuration in AD/Exchange to connect with Windows 10 clients?
Thanks for any suggestions/comments.
/M

CU9 disables connection to Exchange 2013

$
0
0

In stage 14 cumulative update 9 throws this error twice:

Error:

The following error was generated when "$error.Clear();

       remove-PerfCounters -DefinitionFileName MailboxTransportSubmissionServicePerfCounters.xml

       new-PerfCounters -DefinitionFileName MailboxTransportSubmissionServicePerfCounters.xml

         " was run: "System.ComponentModel.Win32Exception (0x80004005): The configuration registry key is invalid

  at Microsoft.Exchange.Configuration.Tasks.Task.ThrowError(Exception exception, ErrorCategory errorCategory, Object target, String helpUrl)

  at Microsoft.Exchange.Management.Tasks.ManagePerfCounters.DeletePerfCounterCategory()

  at Microsoft.Exchange.Management.Tasks.RemovePerfCounters.InternalProcessRecord()

  at Microsoft.Exchange.Configuration.Tasks.Task.<ProcessRecord>b__b()

  at Microsoft.Exchange.Configuration.Tasks.Task.InvokeRetryableFunc(String funcName, Action func, Boolean terminatePipelineIfFailed)".

Now it is no longer possible to connect to the server from outlook. How to debug this?

Marcel




exchange 2013 messages stuck in queue unreachable domain

$
0
0

Hi there

SITE1 - exchange 2013

SITE2 - exchange 2010 users has been just migrated to exchange 2013

Messages internally from Exchange 2013 in site 1 does not go to exchange 2013 in site 2

They are stucked in queue on exchange 2013 in site 1

Status in queue is ready

Error is: unreachable domain

Tried with running: "Retry-Queue -Identity "EXCHANGE2013\Unreachable" -Resubmit $true " on exchange2013 on site1, did not help. Tried with restarting transport service didn't help.

Any other suggestions?


bostjanc

Exchange Hybrid deployment

$
0
0
Dear people,

I need some help with mij hybrid environment.
Last week we configured Hybrid for exchange online. when i try to migrate it gives me the follow error message:
The Your server settings could not be detected. Enter the settings. The settings of the Exchange remote endpoint could not be determined by the response of automatic discover
No MRSProxy was found which was carried out on 'mail.imagebuilders.nl

When i run the best practive analyzer it gives 3 failures
check health entry 'oabproxytestmonitor'
check health entry 'mapi.submit.monitor'
office 365 hybrid configuration - validate the certififcate img-ex01.imagebuilders.local\***** is in porper place for federation and mail flow.

When i look to the details of the last failure it gives the follow output.

The server img-ex01 is configrued for office 365 hybrid.
but the certificate 'img-ex01.imagebuilders.local\41415433ca*******************b583f' is not proper in place for federation and mailflow for office 365 hybrid configuration.
expected status: get-exchangecertificate to see it should be third party, have aprivate key, and have the SMTP service associated with.
actual status: isselfsigned = true, hasprivatekey=true, services=SMTP, Federation.

Anyone that can help me with this problem?

Exchange 2013 one AD Domain, different sites/subnets,multiple email domains ?

$
0
0

I'm the admin with basic knowledge of Exchange currently working at a branch office in an Organization with two main branches/sites in different cities, Site A(172.16.0.0/16) and Site B (172.18.0.0/16) both in an AD Domain "abc.com".  

I'am currently working at Site B which is part of an AD Domain "abc.com", whose Forest Root Domain is at Site A. Site A has an Exchange server handling emails only for users in Site A "alias@abc.com"......Due to the nature of business at Site B, we have 3 internet domains "efg.com, xyz.com and jkl.com" used for emails which are running on a Linux box.

My requirement is to move away from the Linux environment at Site B to and deploy and Exchange server (joined to the "abc.com" AD Domain) but handling emails for "efg.com, xyz.com and jkl.com" internet domains.

How can i achieve this. Thank you

Exchange 2013 Hybrid - Free/Busy

$
0
0

Hello everybody!

I have a question that I've already posted on Yammer IT pro about the Free/Busy sharing on Exchange 2013(SP1 CU9) in hybrid deployment with O365, but I haven't succeeded yet :( I've configured hybrid and everything has been working just like I expected. When I started the testing phase I found a few problems. I managed to figure most of them but I'm stuck with the Free/Busy sharing.

Here's is the scenario I need help with. I have a mailbox in the On-premise organization. The user adds a calendar of the mailbox from the Exchange online organization. Here it comes. When the on-prem user adds the calendar of the online user to his Outlook It constantly prompts for credentials. What's even weirder about this When the user clicks on the "Cancel" button the Free/Busy informations displays anyway. That means the authentication process works well. I've discovered that the Outlook is sending HTTP requests to this URL: https://autodiscover-s.outlook.com/autodiscover/autodiscover.xml. What I suppose is a standard behavior. The question is, why the Outlook is unable to authenticate? When I add credentials manually everything works fine.

I wasn't lazy and I installed a new environment with the clean installation of Exchange 2013 SP1 CU9. I've configured hybrid configuration with a new O365 tenant. The topology should be all the same. Everything works just fine without any prompts or problems. Even though I'm not able figure out where the problem is.

Any idea?




cu10 vs ex2013 sp1

$
0
0
Hi there.
If you are installing fresh exchange 2013 server, should you start with EX2013 SP1 and after that put CU10, or you can already start with CU10?

bostjanc

Viewing all 7008 articles
Browse latest View live


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