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

[Exchange 2013] Unable to start Exchange Toolbox

$
0
0

Hello all,

I have installed Exchange 2013 (CAS Role) on a Windows 2008 R2 server. All the requirements where passed.

After installing and the reboot, I am unable to start the Exchange Toolbox. It gives the following error:

Unhandled Exception in Managed Code Snap-in

FX:{714FA079-DC14-470f-851C-B7EAAA4177C1}

Exception type: System.Runtime.Serialization.SerializationException

Exception stack trace:

   at Microsoft.ManagementConsole.Internal.IMessageClient.ProcessRequest(Request request)
   at Microsoft.ManagementConsole.Executive.RequestStatus.BeginRequest(IMessageClient messageClient, RequestInfo requestInfo)
   at Microsoft.ManagementConsole.Executive.SnapInRequestOperation.ProcessRequest()
   at Microsoft.ManagementConsole.Executive.Operation.OnThreadTransfer(SimpleOperationCallback callback)

Any help is appreciated and with kind regards,

Willem-Jan


Exchange 2013 Installation Error

$
0
0

I had some issue in Exchange 2013 so I formatted Exchange 2013 and installed in a fresh Windows 2012 with the same server name .

bu I manually deleted all entries - database and server name from Adsiedit.msc before installing.

Deleted the entries from:

CN=Configuration [domain] → CN=Services → CN=Microsoft Exchange → CN=[organization] → CN=Administrative Groups → CN=Servers and Database

Removed the server - 

Active Directory Domain Services → Active Directory Users and Computers [domain] → [domain] → Microsoft Exchange Security Groups

then installed Exchange 2013 as it is in this steps, http://technet.microsoft.com/en-us/library/bb691354(v=exchg.150).aspx

I got the error as below,

Step 10 of 12 Mailbox role: Mailbox service

Error:

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

          if ($RoleIsDatacenter -ne $true)

          {

            if (Test-ExchangeServersWriteAccess -DomainController $RoleDomainController -ErrorAction SilentlyContinue)

            {

              $sysMbx = $null;

              $name = "SystemMailbox{bb558c35-97f1-4cb9-8ff7-d53741dc928c}";

              $dispName = "Microsoft Exchange";

              Write-ExchangeSetupLog -Info ("Retrieving mailboxes with Name=$name.");

              $mbxs = @(Get-Mailbox -Arbitration -Filter {name -eq $name} -IgnoreDefaultScope -ResultSize 1 );

              if ($mbxs.Length -eq 0)

              {

                Write-ExchangeSetupLog -Info ("Retrieving mailbox databases on Server=$RoleFqdnOrName.");

                $dbs = @(Get-MailboxDatabase -Server:$RoleFqdnOrName -DomainController $RoleDomainController);

                if ($dbs.Length -ne 0)

                {

                  Write-ExchangeSetupLog -Info ("Retrieving users with Name=$name.");

                  $arbUsers = @(Get-User -Filter {name -eq $name} -IgnoreDefaultScope -ResultSize 1);

                  if ($arbUsers.Length -ne 0)

                  {

                    Write-ExchangeSetupLog -Info ("Enabling mailbox $name.");

                    $sysMbx = Enable-Mailbox -Arbitration -Identity $arbUsers[0] -DisplayName $dispName -database $dbs[0].Identity;

                  }

                }

              }

              else

              {

                if ($mbxs[0].DisplayName -ne $dispName )

                {

                   Write-ExchangeSetupLog -Info ("Setting DisplayName=$dispName.");

                   Set-Mailbox -Arbitration -Identity $mbxs[0] -DisplayName $dispName -Force;

                }

                $sysMbx = $mbxs[0];

              }

              # Set the Organization Capabilities needed for this mailbox

              if ($sysMbx -ne $null)

              {

                # We need 1 GB for uploading large OAB files to the organization mailbox

                Write-ExchangeSetupLog -Info ("Setting mailbox properties.");

                set-mailbox -Arbitration -identity $sysMbx -UMGrammar:$true -OABGen:$true -GMGen:$true -ClientExtensions:$true -MailRouting:$true -MaxSendSize 1GB -Force;

              }

              else

              {

                Write-ExchangeSetupLog -Info ("Cannot find arbitration mailbox with name=$name.");

              }

            }

            else

            {

              Write-ExchangeSetupLog -Info "Skipping creating E15 System Mailbox because of insufficient permission."

            } 

          }

        " was run: "Database is mandatory on UserMailbox.".

Error:

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

          if ($RoleIsDatacenter -ne $true)

          {

            if (Test-ExchangeServersWriteAccess -DomainController $RoleDomainController -ErrorAction SilentlyContinue)

            {

              $sysMbx = $null;

              $name = "SystemMailbox{bb558c35-97f1-4cb9-8ff7-d53741dc928c}";

              $dispName = "Microsoft Exchange";

              Write-ExchangeSetupLog -Info ("Retrieving mailboxes with Name=$name.");

              $mbxs = @(Get-Mailbox -Arbitration -Filter {name -eq $name} -IgnoreDefaultScope -ResultSize 1 );

              if ($mbxs.Length -eq 0)

              {

                Write-ExchangeSetupLog -Info ("Retrieving mailbox databases on Server=$RoleFqdnOrName.");

                $dbs = @(Get-MailboxDatabase -Server:$RoleFqdnOrName -DomainController $RoleDomainController);

                if ($dbs.Length -ne 0)

                {

                  Write-ExchangeSetupLog -Info ("Retrieving users with Name=$name.");

                  $arbUsers = @(Get-User -Filter {name -eq $name} -IgnoreDefaultScope -ResultSize 1);

                  if ($arbUsers.Length -ne 0)

                  {

                    Write-ExchangeSetupLog -Info ("Enabling mailbox $name.");

                    $sysMbx = Enable-Mailbox -Arbitration -Identity $arbUsers[0] -DisplayName $dispName -database $dbs[0].Identity;

                  }

                }

              }

              else

              {

                if ($mbxs[0].DisplayName -ne $dispName )

                {

                   Write-ExchangeSetupLog -Info ("Setting DisplayName=$dispName.");

                   Set-Mailbox -Arbitration -Identity $mbxs[0] -DisplayName $dispName -Force;

                }

                $sysMbx = $mbxs[0];

              }

              # Set the Organization Capabilities needed for this mailbox

              if ($sysMbx -ne $null)

              {

                # We need 1 GB for uploading large OAB files to the organization mailbox

                Write-ExchangeSetupLog -Info ("Setting mailbox properties.");

                set-mailbox -Arbitration -identity $sysMbx -UMGrammar:$true -OABGen:$true -GMGen:$true -ClientExtensions:$true -MailRouting:$true -MaxSendSize 1GB -Force;

              }

              else

              {

                Write-ExchangeSetupLog -Info ("Cannot find arbitration mailbox with name=$name.");

              }

            }

            else

            {

              Write-ExchangeSetupLog -Info "Skipping creating E15 System Mailbox because of insufficient permission."

            } 

          }

        " was run: "Database is mandatory on UserMailbox. Property Name: Database".

there is an exchange 2010 in the production that works fine, I already installed CAS - Exch 2013 - that 's good. This error popped up when I tried to install Exch 2013 mailbox role ..

how can i fix this?

Multiple Exchange 2013

$
0
0

Hello,

I have home lab running exchange 2013.   Everything is working fine.

My question - I want to install another exchange 2013 within the same forest for high availabiity in the event exchange server 1 goes down.  What do you guys think?

Here my home setup:

Sever 2012 R2 with Exchange Server 1 (running all the roles)

Plan to have another

Server 2012 with Exchange Server 2 (this will also be running all the roles)

Thanks

RL

Sending emails from User on E2013 to a user on E2007.

$
0
0

I'm trying to send email from users that are on exchange 2013 to users on exchange 2007, i can send emails from E2007 users to E2013 users ok, 

I have followed all the previous answers but none seem to be working. 

im getting 451 4.4.0 Primary Target IP address responded with: "421 4.3.2 Service not Available........

Any help will be great, 

Thanks

William

Mailbox Migration from exchange 2010 to 2013 won't sync, pretends that its completed successfully.

$
0
0

Hello,

We've recently set up Exchange 2013 and we've successfully migrated our users mailbox from 2010 to a database in 2013. There were two users that failed to migrate. Ever since then, every time I try to individually migrate them, it says:

Migration batch user migration 13 has completed successfully.
________________________________________
Synced: None  <--- Says it worked but as you can see there were no mailboxes synced
Total mailboxes: None  <--- 0 Mailboxes completed

When I try it again and refresh the Mailbox status under the batch name, it never shows the Mailbox syncing, the field just stays blank until it says that once again its completed successfully.

Things I've Tried:

  • Migrating it using powershell instead (didn't work). Tried with verbose too and nothing shows up as it fails
  • Migration limit is set to unlimited and set the error count to 1000.
  • Tried Restarting the MS Exchange Mailbox Migration Service (didn't work)
  • Tried migrating users to a different database on the new server (didn't work)
  • Tried migrating users to a different database on the same server (didn't work)
  • Tried creating a new user with a new mailbox on exchange 2010 and then migrating it to a 2013 database (worked)
  • Checked event viewer, and logs on the exchange server, there wasn't anything revealing
  • Tried clearing the ADSI attributes associated to moving mailboxes for the users.(didn't work)
  • Tried a couple of other things not worth mentioning.

This isn't a remote migration, its on the same domain, but from one server's database to a new server's database

Any help would be much appreciated, I'm not quite sure what else to try.

Regards,

Bojan




Establish mail flow from Exchange 2007 to Exchange 2013

$
0
0

I am currently using Exchange 2007 into three sites in three cities and two of the sites are connected to Internet sending and receiving emails via Edge transport servers.

Now I am planning to upgrade to exchange 2013 CU1. I don't find any documentation on how to establish mail flow between Exchange 2007 and Exchange 2013. Will it be automatic or do i need to create specific connectors between them?

New-MigrationBatch -excludefolders fails claiming 'excludefolders' is not a parameter

$
0
0

Hi. I have been migrating users with no issue for awhile now. I finally ran into my first issue where an account will not migrate. When I look at the report for this user, I see this:

Regular Items: 921, 331.2 MB (347,243,378 bytes)
Regular Deleted Items: 155, 6.936 MB (7,273,005 bytes)
FAI Items: 76, 0 B (0 bytes)
FAI Deleted Items: 0, 0 B (0 bytes)
12/2/2014 3:00:40 PM [server01] Stage: FinalIncrementalSync. Percent complete: 95.
12/2/2014 3:00:40 PM [server01] Mailbox store finalization is complete.
12/2/2014 3:00:40 PM [server01] SessionStatistics updated.
12/2/2014 3:00:40 PM [server01] Verifying mailbox contents...
12/2/2014 3:00:45 PM [server01] A missing item was encountered: Missing Item (IPM.Note) Subject:"Fake Subject for sake of posting", Folder:"Deleted Items"

There were a lot of these entries and then this is the last part of the report:

12/2/2014 3:00:46 PM [server01] Mailbox contents verification complete: 64 folders, 978 items, 331.2 MB (347,240,561 bytes).
12/2/2014 3:00:46 PM [server01] Stage: FinalIncrementalSync. Percent complete: 95.
12/2/2014 3:00:46 PM [server01] Fatal error TooManyMissingItemsPermanentException has occurred.

I deleted the migration batch and recreated it. The same errors were seen. I don't know if there is a time frame where these messages will be fully deleted and no longer be attempted to be moved by future migration attempts. If so, how long do I wait until trying to migrate this user again?

Specifically to the title of this post, I attempted to create a migration request that would exclude the "Deleted Items" folder since all the failures were in that folder. I tried to create the migration batch using this command:

new-migrationbatch -name move1 -csvdata ([System.IO.File]::ReadAllBytes("C:\move1.csv")) -baditemlimit 100 -targetdatabases "db 1" -ExcludeFolders "Deleted Items"

I get this error when I try to create that migration batch:

[PS] C:\Windows\system32>new-migrationbatch -local -name move1 -csvdata ([System.IO.File]::ReadAllBytes("C:\move1.csv")) -baditemlimit 100 -targetdatabases "db 1" -excludefolders "Deleted Items"
A parameter cannot be found that matches parameter name 'excludefolders'.
    + CategoryInfo          : InvalidArgument: (:) [New-MigrationBatch], ParameterBindingException
    + FullyQualifiedErrorId : NamedParameterNotFound,New-MigrationBatch
    + PSComputerName        : server01.domain.com

I looked at the documentation for New-MigrationBatch (http://technet.microsoft.com/en-us/library/jj219166%28v=exchg.150%29.aspx) and it says that -excludefolders is a parameter. Why cannot I not get a batch to create using this parameter?


Wrong Autodiscover Server returned in XML

$
0
0

We are trying to migrate to new Exchange 2013 CAS servers, however the autodiscover xml information they handing out still has the old server name in it

X-CalculatedBETarget: old server
X-DiagInfo: old server
X-BEServer: old server
Persistent-Auth: old server
X-FEServer: old server

When we stop the services on the old server as a test Autodiscover fails even though dns etc points to the new server, we are not seeing any other issues, owa etc all works.

If I look at CN=autodiscover in ADSI there is no mention of the old server.

We are migrating from a single server to a loadbalanced pair, what entry should we use to ensure autodiscover doesn't fail in the even one server is down?


Pre requiste component not installing

$
0
0

This is first time in my 10 year carrier in Exchange Exchange 2013 looking useless becz of not its product but because of it 3 prerequisite unable to install on Windows 2012 r2 what the hell this operating system is trying to run any software batch or exe it all showing error whether its own Microsoft component product or any elsewhere really I am totally frustrated with this nonsense 2012 not accepting any setup or installation so I am trying to install these 3 component for test mailbox server

Unified Communications Managed API 4.0 Runtime

Microsoft Office 2010 Filter Pack 64 bit

Microsoft Office 2010 Filter Pack SP1 64 bit 5.

Other feature are already added and ok

but 3 component createing nuinsance for me it either from windows 2012 r2 itself or via these 3 component

wasted uselessly complete 1 day and still on

Please resolve else we my company 25000 user mailbox decide to move to some other messaging solution lotus or OX

Amitabh

9010873767

Ex2k7 to Ex2013 Migration Question?

$
0
0

Hi  Team,

Existing Environment

Ex2k7 

MBX = 2 servers in CCR

CAS+ HUB = 2 servers

Outlook anywhere is not enabled 

My Questions:

I have gone trough few articles and came to know that During migration we must enable OA in Ex2k7 servers.

1, If i enable OA in Ex2k7 Do we need to Reconfigure Outlook?

2, If i change the Existing URL OWA, OAB, EWS, Autodiscover in Ex2k7 to Legacy.domain.com , Do we need to reconfigure the Outlook Profile?

Please share your experience.


Regards, Balgates

Upgrade Exchange server 2013 to CU7 error

$
0
0

Dear Microsoft Team

I have Exchange server 2013 SP1 and upgrade it to CU5 it is working normal

But wen I try to Upgrade it to CU7 I got this error massage

Error:
The following error was generated when "$error.Clear();
          $maxWait = New-TimeSpan -Minutes 8
          $timeout = Get-Date;
          $timeout = $timeout.Add($maxWait);
          $currTime = Get-Date;
          $successfullySetConfigDC = $false;

          while($currTime -le $timeout)
          {
            $setSharedCDCErrors = @();
            try
            {
              Set-SharedConfigDC -DomainController $RoleDomainController -ErrorVariable setSharedCDCErrors -ErrorAction SilentlyContinue;
              $successfullySetConfigDC = ($setSharedCDCErrors.Count -eq 0);

              if($successfullySetConfigDC)
              {
                break;
              }
              Write-ExchangeSetupLog -Info ("An error ocurred while setting shared config DC. Error: " + $setSharedCDCErrors[0]);
            }
            catch
            {
              Write-ExchangeSetupLog -Info ("An exception ocurred while setting shared config DC. Exception: " + $_.Exception.Message);
            }

            Write-ExchangeSetupLog -Info ("Waiting 30 seconds before attempting again.");
            Start-Sleep -Seconds 30;
            $currTime = Get-Date;
          }

          if( -not $successfullySetConfigDC)
          {
            Write-ExchangeSetupLog -Error "Unable to set shared config DC.";
          }
        " was run: "System.Exception: Unable to set shared config DC.
   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.Management.Deployment.WriteExchangeSetupLog.InternalProcessRecord()
   at Microsoft.Exchange.Configuration.Tasks.Task.<ProcessRecord>b__b()
   at Microsoft.Exchange.Configuration.Tasks.Task.InvokeRetryableFunc(String funcName, Action func, Boolean terminatePipelineIfFailed)".

Best Regards

Rawa Zangana


I need to buy Microsoft Exchange Server 2013 License.

$
0
0

I need to buy exchange 2013 license but problem is that I have total 175 users in my organization and then exchange standard license support upto 5 mailboxes and exchange enterprise support upto 100 mailboxes. My boss want to have each user have separate mailbox.. 

So i am looking a solution for 175 users with 175 mailboxes. If anyone can help me and guide me which exchange server is best and how can i manage 175 separate mailboxes ????

note: in future i also want to have symantec exec backup solution (mailboxes archiving) for that exchange server which i deploy in my organization.  

need fastest response. 

thanks in advance

Exchange 2013 upgrade CU2 to CU7

$
0
0

Hi all

I've inherited an Exchange 2013 server that hasn't been maintained, it's currently on CU2. What's the best method of upgrading to CU7, can I upgrade directly from CU2 to CU7?

I've read a couple of articles suggesting that MS only support upgrading from the previous 2 CU releases - does this mean I should upgrade to SP1, then CU6, then CU7?

Cheers
Adrian

Exchange 2013 EAC coexistence with Exchange 2007

$
0
0

Dear All,

I have an exchange organization comprized of single Exchange 2007 SP3 UR 15 running on Win2008 SP2 and two recently installed Exchange 2013 SP1 CU7 with CAS and Mailbox role running on Win 2012 R2.

Imidiantly after Exchange 2013 install, I am not able to login to Exchange 2013 EAC. When I enter my credentials domain\username, the EAC page simpli dose a quick refresh and I am back where I started.

I have tryid mutiple UTLs to access EAC page, such as:

https://localhost/ecp?ExchClientVer=15

https://localhost/ecp?ExchClientVer=14

https://localhost/ecp

Each of them show the same result, a page gets refreshet. I have tryid to move my Exchange Organization user mailbox to Exchange 2013 to see if that helps but the result.

I also noticed that OWA dosent work for mailboxes that are on Exchange 2013, they are redirected to Exchange 2007 even thou they are on Exchange 2013.

Any idea on this one?

Thank you

b.

Exchange 2013 Installation Error at Step 10: Mailbox role: Mailbox service

$
0
0
My environment is MS Server 2012 - DC and MS Server 2012 - Exchange 2013. My EX2013 server was on a VM and crashed. Fresh install, but couldn't login to the ECP, so I discovered I had to clean up the DC first. In short at Step 10 the NEW installation is being halted with the following error message:
Error:
The following error was generated when "$error.Clear();
          if ($RoleIsDatacenter -ne $true -and $RoleIsDatacenterDedicated -ne $true)
          {
          if (Test-ExchangeServersWriteAccess -DomainController $RoleDomainController -ErrorAction SilentlyContinue)
          {
          $sysMbx = $null;
          $name = "SystemMailbox{bb558c35-97f1-4cb9-8ff7-d53741dc928c}";
          $dispName = "Microsoft Exchange";
          Write-ExchangeSetupLog -Info ("Retrieving mailboxes with Name=$name.");
          $mbxs = @(Get-Mailbox -Arbitration -Filter {name -eq $name} -IgnoreDefaultScope -ResultSize 1 );
          if ($mbxs.Length -eq 0)
          {
          Write-ExchangeSetupLog -Info ("Retrieving mailbox databases on Server=$RoleFqdnOrName.");
          $dbs = @(Get-MailboxDatabase -Server:$RoleFqdnOrName -DomainController $RoleDomainController);
          if ($dbs.Length -ne 0)
          {
          Write-ExchangeSetupLog -Info ("Retrieving users with Name=$name.");
          $arbUsers = @(Get-User -Filter {name -eq $name} -IgnoreDefaultScope -ResultSize 1);
          if ($arbUsers.Length -ne 0)
          {
          Write-ExchangeSetupLog -Info ("Enabling mailbox $name.");
          $sysMbx = Enable-Mailbox -Arbitration -Identity $arbUsers[0] -DisplayName $dispName -database $dbs[0].Identity;
          }
          }
          }
          else
          {
          if ($mbxs[0].DisplayName -ne $dispName )
          {
          Write-ExchangeSetupLog -Info ("Setting DisplayName=$dispName.");
          Set-Mailbox -Arbitration -Identity $mbxs[0] -DisplayName $dispName -Force;
          }
          $sysMbx = $mbxs[0];
          }

          # Set the Organization Capabilities needed for this mailbox
          if ($sysMbx -ne $null)
          {
          # We need 1 GB for uploading large OAB files to the organization mailbox
          Write-ExchangeSetupLog -Info ("Setting mailbox properties.");
          set-mailbox -Arbitration -identity $sysMbx -UMGrammar:$true -OABGen:$true -GMGen:$true -ClientExtensions:$true -MailRouting:$true -MessageTracking:$true -PstProvider:$true -MaxSendSize 1GB -Force;
          }
          else
          {
          Write-ExchangeSetupLog -Info ("Cannot find arbitration mailbox with name=$name.");
          }
          }
          else
          {
          Write-ExchangeSetupLog -Info "Skipping creating E15 System Mailbox because of insufficient permission."
          }
          }" was run: "Database is mandatory on UserMailbox.".

Exchange worked fine until I added an additional self signed cert for testing, then removed. Now not working.

$
0
0

Hopefully someone can shed some light on this. I had a working exchange server running on top of server 2012. Was running through some tests for external access from internet. Created a self signed cert for public domain. later removed the self signed cert leaving the default certs alone. Now I cannot launch Exchange Admin Center or OWA. Now i get This page can’t be displayed error.

Any help would be appreciated. thanks.

Installing Exchange 2013 CU7 fails - multiple Receive connectors

$
0
0

Coming from CU4 (aka SP1) and running this upgrade (to comply with hybrid requirements!), setup errors out on the transport role, that I have 2 receive connectors bound to the same IP address, and stops there.

The problem is that Exchange won't come back up for me to fix or delete the additional Recv connector.

Now what?

[12/17/2014 00:28:07.0489] [2] Active Directory session settings for 'Set-ReceiveConnector' are: View Entire Forest: 'True', Configuration Domain Controller: 'DC1.contoso.local', Preferred Global Catalog: 'DC1.contoso.local', Preferred Domain Controllers: '{ DC1.contoso.local }'
[12/17/2014 00:28:07.0489] [2] User specified parameters:  -Identity:'MAIL\Default Frontend MAIL' -MaxLocalHopCount:'5'
[12/17/2014 00:28:07.0490] [2] Beginning processing Set-ReceiveConnector
[12/17/2014 00:28:07.0494] [2] Searching objects "MAIL\Default Frontend MAIL" of type "ReceiveConnector" under the root "$null".
[12/17/2014 00:28:07.0503] [2] Previous operation run on domain controller 'DC1.contoso.local'.
[12/17/2014 00:28:07.0504] [2] Searching objects "MAIL" of type "Server" under the root "$null".
[12/17/2014 00:28:07.0544] [2] Previous operation run on domain controller 'DC1.contoso.local'.
[12/17/2014 00:28:07.0572] [2] Processing object "MAIL\Default Frontend MAIL".
[12/17/2014 00:28:07.0588] [2] [ERROR] The values that you specified for the Bindings and RemoteIPRanges parameters conflict with the settings on Receive connector "MAIL\Scanner email". Receive connectors assigned to different Transport roles on a single server must listen on unique local IP address & port bindings.
[12/17/2014 00:28:07.0607] [2] [ERROR] The values that you specified for the Bindings and RemoteIPRanges parameters conflict with the settings on Receive connector "MAIL\Scanner email". Receive connectors assigned to different Transport roles on a single server must listen on unique local IP address & port bindings.
[12/17/2014 00:28:07.0611] [2] Ending processing Set-ReceiveConnector
[12/17/2014 00:28:07.0614] [2] Active Directory session settings for 'Set-ReceiveConnector' are: View Entire Forest: 'True', Configuration Domain Controller: 'DC1.contoso.local', Preferred Global Catalog: 'DC1.contoso.local', Preferred Domain Controllers: '{ DC1.contoso.local }'
[12/17/2014 00:28:07.0615] [2] User specified parameters:  -Identity:'MAIL\Outbound Proxy Frontend MAIL' -MaxLocalHopCount:'5'
[12/17/2014 00:28:07.0615] [2] Beginning processing Set-ReceiveConnector
[12/17/2014 00:28:07.0619] [2] Searching objects "MAIL\Outbound Proxy Frontend MAIL" of type "ReceiveConnector" under the root "$null".
[12/17/2014 00:28:07.0630] [2] Previous operation run on domain controller 'DC1.contoso.local'.
[12/17/2014 00:28:07.0631] [2] Searching objects "MAIL" of type "Server" under the root "$null".
[12/17/2014 00:28:07.0669] [2] Previous operation run on domain controller 'DC1.contoso.local'.
[12/17/2014 00:28:07.0696] [2] Processing object "MAIL\Outbound Proxy Frontend MAIL".
[12/17/2014 00:28:07.0711] [2] No properties changed for the object "MAIL\Outbound Proxy Frontend MAIL".
[12/17/2014 00:28:07.0711] [2] [WARNING] The command completed successfully but no settings of 'MAIL\Outbound Proxy Frontend MAIL' have been modified.
[12/17/2014 00:28:07.0712] [2] Saving object "MAIL\Outbound Proxy Frontend MAIL" of type "ReceiveConnector" and state "Unchanged".
[12/17/2014 00:28:07.0712] [2] Previous operation run on domain controller 'DC1.contoso.local'.
[12/17/2014 00:28:07.0714] [2] Ending processing Set-ReceiveConnector
[12/17/2014 00:28:07.0717] [2] Active Directory session settings for 'Set-ReceiveConnector' are: View Entire Forest: 'True', Configuration Domain Controller: 'DC1.contoso.local', Preferred Global Catalog: 'DC1.contoso.local', Preferred Domain Controllers: '{ DC1.contoso.local }'
[12/17/2014 00:28:07.0718] [2] User specified parameters:  -Identity:'MAIL\Client Frontend MAIL' -MaxLocalHopCount:'5'
[12/17/2014 00:28:07.0718] [2] Beginning processing Set-ReceiveConnector
[12/17/2014 00:28:07.0723] [2] Searching objects "MAIL\Client Frontend MAIL" of type "ReceiveConnector" under the root "$null".
[12/17/2014 00:28:07.0732] [2] Previous operation run on domain controller 'DC1.contoso.local'.
[12/17/2014 00:28:07.0733] [2] Searching objects "MAIL" of type "Server" under the root "$null".
[12/17/2014 00:28:07.0778] [2] Previous operation run on domain controller 'DC1.contoso.local'.
[12/17/2014 00:28:07.0806] [2] Processing object "MAIL\Client Frontend MAIL".
[12/17/2014 00:28:07.0820] [2] No properties changed for the object "MAIL\Client Frontend MAIL".
[12/17/2014 00:28:07.0821] [2] [WARNING] The command completed successfully but no settings of 'MAIL\Client Frontend MAIL' have been modified.
[12/17/2014 00:28:07.0821] [2] Saving object "MAIL\Client Frontend MAIL" of type "ReceiveConnector" and state "Unchanged".
[12/17/2014 00:28:07.0822] [2] Previous operation run on domain controller 'DC1.contoso.local'.
[12/17/2014 00:28:07.0824] [2] Ending processing Set-ReceiveConnector
[12/17/2014 00:28:07.0827] [2] Active Directory session settings for 'Set-ReceiveConnector' are: View Entire Forest: 'True', Configuration Domain Controller: 'DC1.contoso.local', Preferred Global Catalog: 'DC1.contoso.local', Preferred Domain Controllers: '{ DC1.contoso.local }'
[12/17/2014 00:28:07.0828] [2] User specified parameters:  -Identity:'MAIL\Scanner email' -MaxLocalHopCount:'5'
[12/17/2014 00:28:07.0828] [2] Beginning processing Set-ReceiveConnector
[12/17/2014 00:28:07.0832] [2] Searching objects "MAIL\Scanner email" of type "ReceiveConnector" under the root "$null".
[12/17/2014 00:28:07.0840] [2] Previous operation run on domain controller 'DC1.contoso.local'.
[12/17/2014 00:28:07.0841] [2] Searching objects "MAIL" of type "Server" under the root "$null".
[12/17/2014 00:28:07.0884] [2] Previous operation run on domain controller 'DC1.contoso.local'.
[12/17/2014 00:28:07.0912] [2] Processing object "MAIL\Scanner email".
[12/17/2014 00:28:07.0925] [2] [ERROR] The values that you specified for the Bindings and RemoteIPRanges parameters conflict with the settings on Receive connector "MAIL\Default Frontend MAIL". Receive connectors assigned to different Transport roles on a single server must listen on unique local IP address & port bindings.
[12/17/2014 00:28:07.0927] [2] [ERROR] The values that you specified for the Bindings and RemoteIPRanges parameters conflict with the settings on Receive connector "MAIL\Default Frontend MAIL". Receive connectors assigned to different Transport roles on a single server must listen on unique local IP address & port bindings.
[12/17/2014 00:28:07.0931] [2] Ending processing Set-ReceiveConnector
[12/17/2014 00:28:07.0933] [1] The following 2 error(s) occurred during task execution:
[12/17/2014 00:28:07.0934] [1] 0.  ErrorRecord: The values that you specified for the Bindings and RemoteIPRanges parameters conflict with the settings on Receive connector "MAIL\Scanner email". Receive connectors assigned to different Transport roles on a single server must listen on unique local IP address & port bindings.
[12/17/2014 00:28:07.0934] [1] 0.  ErrorRecord: Microsoft.Exchange.Management.SystemConfigurationTasks.ReceiveConnectorRoleConflictException: The values that you specified for the Bindings and RemoteIPRanges parameters conflict with the settings on Receive connector "MAIL\Scanner email". Receive connectors assigned to different Transport roles on a single server must listen on unique local IP address & port bindings.
   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.Management.SystemConfigurationTasks.SetReceiveConnector.InternalValidate()
   at Microsoft.Exchange.Configuration.Tasks.Task.<ProcessRecord>b__b()
   at Microsoft.Exchange.Configuration.Tasks.Task.InvokeRetryableFunc(String funcName, Action func, Boolean terminatePipelineIfFailed)
[12/17/2014 00:28:07.0965] [1] [ERROR] The following error was generated when "$error.Clear();
          $connectors = Get-ReceiveConnector -Server $RoleFqdnOrName;
          foreach($connector in $connectors) { if($connector.MaxLocalHopCount -gt 1) { Set-ReceiveConnector -Identity $connector.Identity -MaxLocalHopCount 5 } };" was run: "Microsoft.Exchange.Management.SystemConfigurationTasks.ReceiveConnectorRoleConflictException: The values that you specified for the Bindings and RemoteIPRanges parameters conflict with the settings on Receive connector "MAIL\Scanner email". Receive connectors assigned to different Transport roles on a single server must listen on unique local IP address & port bindings.
   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.Management.SystemConfigurationTasks.SetReceiveConnector.InternalValidate()
   at Microsoft.Exchange.Configuration.Tasks.Task.<ProcessRecord>b__b()
   at Microsoft.Exchange.Configuration.Tasks.Task.InvokeRetryableFunc(String funcName, Action func, Boolean terminatePipelineIfFailed)".
[12/17/2014 00:28:07.0965] [1] [ERROR] The values that you specified for the Bindings and RemoteIPRanges parameters conflict with the settings on Receive connector "MAIL\Scanner email". Receive connectors assigned to different Transport roles on a single server must listen on unique local IP address & port bindings.
[12/17/2014 00:28:07.0966] [1] 1.  ErrorRecord: The values that you specified for the Bindings and RemoteIPRanges parameters conflict with the settings on Receive connector "MAIL\Default Frontend MAIL". Receive connectors assigned to different Transport roles on a single server must listen on unique local IP address & port bindings.
[12/17/2014 00:28:07.0966] [1] 1.  ErrorRecord: Microsoft.Exchange.Management.SystemConfigurationTasks.ReceiveConnectorRoleConflictException: The values that you specified for the Bindings and RemoteIPRanges parameters conflict with the settings on Receive connector "MAIL\Default Frontend MAIL". Receive connectors assigned to different Transport roles on a single server must listen on unique local IP address & port bindings.
   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.Management.SystemConfigurationTasks.SetReceiveConnector.InternalValidate()
   at Microsoft.Exchange.Configuration.Tasks.Task.<ProcessRecord>b__b()
   at Microsoft.Exchange.Configuration.Tasks.Task.InvokeRetryableFunc(String funcName, Action func, Boolean terminatePipelineIfFailed)
[12/17/2014 00:28:07.0966] [1] [ERROR] The following error was generated when "$error.Clear();
          $connectors = Get-ReceiveConnector -Server $RoleFqdnOrName;
          foreach($connector in $connectors) { if($connector.MaxLocalHopCount -gt 1) { Set-ReceiveConnector -Identity $connector.Identity -MaxLocalHopCount 5 } };" was run: "Microsoft.Exchange.Management.SystemConfigurationTasks.ReceiveConnectorRoleConflictException: The values that you specified for the Bindings and RemoteIPRanges parameters conflict with the settings on Receive connector "MAIL\Default Frontend MAIL". Receive connectors assigned to different Transport roles on a single server must listen on unique local IP address & port bindings.
   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.Management.SystemConfigurationTasks.SetReceiveConnector.InternalValidate()
   at Microsoft.Exchange.Configuration.Tasks.Task.<ProcessRecord>b__b()
   at Microsoft.Exchange.Configuration.Tasks.Task.InvokeRetryableFunc(String funcName, Action func, Boolean terminatePipelineIfFailed)".
[12/17/2014 00:28:07.0966] [1] [ERROR] The values that you specified for the Bindings and RemoteIPRanges parameters conflict with the settings on Receive connector "MAIL\Default Frontend MAIL". Receive connectors assigned to different Transport roles on a single server must listen on unique local IP address & port bindings.
[12/17/2014 00:28:07.0967] [1] [ERROR-REFERENCE] Id=TransportCommonComponent___79d82f60693f413588aa8c3a58e90b41 Component=EXCHANGE14:\Current\Release\Shared\Datacenter\Setup
[12/17/2014 00:28:07.0980] [1] Setup is stopping now because of one or more critical errors.
[12/17/2014 00:28:07.0980] [1] Finished executing component tasks.
[12/17/2014 00:28:08.0061] [1] Ending processing Install-BridgeheadRole
[12/17/2014 00:28:40.0012] [0] CurrentResult setupbase.maincore:396: 0
[12/17/2014 00:28:40.0013] [0] End of Setup
[12/17/2014 00:28:40.0013] [0] **********************************************


Exchange 2013 CU7 will not install

$
0
0

Has anyone tried to install CU7 on a server running CU6? I just keep getting an error. The install process seems to disable the Exchange services and then errors out because it cannot start the MS Exchange Service Host service. I'm running Exchange 2013 CU6 on Windows Server 2012 R2 in a two-node DAG.

I was able to force the installation to work by running...

Get-Service | where-object {$_.DisplayName -like "Microsoft Exchange*"} | Set-Service -StartupType Manual

each time the setup changed to a different step.

The install seem to work fine on my second DAG node.

Cross forest Migartion

$
0
0

Hello ,

Please I need Help .

I am Migrating users from Exchange 2007 Sp3 to 2010 SP3 RU5 cross forest .

I am facing issue with More than 500 users that they have 2 mailbox on source and distention and both having size so on exchange 2007 mailbox size 100 MB and exchange 2010 300 MB and I couldn't rollback the users its give an error .

please any idea how to resolve it .

regards.   

Exchange 2010 CAS proxy to Exchange 2013 CAS: Use the following link to open this mailbox with the best performance:

$
0
0

Hello,

I've installed Exchange 2013 into Exchange 2010 infrastructure
[ single Exchange 2010 server; single AD site; AD = 2003 ],
and moved one mailbox [ Test user ] to Exchange 2013.

When I login internally through 2013 OWA to access mailboxes on 2010, then proxy works fine.
When I login internally through 2010 OWA to access mailboxes on 2013, then a message appears:
    Use the following link to open this mailbox with the best performance: with link to 2013 OWA...

What is wrong ?
I've checked and changed settings by:
Get-OwaVirtualDirectory, Set-OwaVirtualDirectory

[PS] C:\work>Get-OwaVirtualDirectory -Identity 'ex10\owa (Default Web Site)' | fl server,name, *auth*,*redir*,*url*

Server                        : EX10
Name                          : owa (Default Web Site)
ClientAuthCleanupLevel        : High
InternalAuthenticationMethods : {Basic, Fba, Ntlm, WindowsIntegrated}
BasicAuthentication           : True
WindowsAuthentication         : True
DigestAuthentication          : False
FormsAuthentication           : True
LiveIdAuthentication          : False
AdfsAuthentication            : False
OAuthAuthentication           : False
ExternalAuthenticationMethods : {Fba}
RedirectToOptimalOWAServer    : True
LegacyRedirectType            : Silent
Url                           : {}
SetPhotoURL                   :
Exchange2003Url               :
FailbackUrl                   :
InternalUrl                   : https://ex10.contoso.com/owa
ExternalUrl                   : https://ex10.contoso.com/owa

[PS] C:\work>Get-OwaVirtualDirectory -Identity 'ex13\owa (Default Web Site)' | fl server,name, *auth*,*redir*,*url*

Server                        : EX13
Name                          : owa (Default Web Site)
ClientAuthCleanupLevel        : High
InternalAuthenticationMethods : {Basic, Ntlm, WindowsIntegrated}
BasicAuthentication           : True
WindowsAuthentication         : True
DigestAuthentication          : False
FormsAuthentication           : False
LiveIdAuthentication          : False
AdfsAuthentication            : False
OAuthAuthentication           : False
ExternalAuthenticationMethods : {Fba}
RedirectToOptimalOWAServer    : True
LegacyRedirectType            : Silent
Url                           : {}
SetPhotoURL                   :
Exchange2003Url               :
FailbackUrl                   :
InternalUrl                   : https://ex13.contoso.com/owa
ExternalUrl                   :


best regards Janusz Such

Viewing all 7129 articles
Browse latest View live


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