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

Exchange 2010 - EWS and disabling TLS 1.0

$
0
0

Hi all,

Due to the POODLE vulnerability and TLS 1.0 showing as enabled on one of our external scans, we were informed that we would need to disable SSL 3.0 and TLS 1.0 on our Exchange server.

Apparently, this wouldn't even be possible until Update Rollup 9 was released on 3/16/15:

Rollup resolves:

KB 3029667 SMTP is not transported over TLS 1.1 or TLS 1.2 protocol in an Exchange Server 2010 environment

After installing this update, SSL 3.0 and TLS 1.0 were disabled and the servers rebooted (cross site, same domain, two Exchange servers).  After resolving some issues with certificates that apparently broke as a result of the changes, we found that EWS was not working - the log full of these errors:

Process 5776: ProxyWebRequest CrossSite from S-1-5-21-3895483984-2032760896-3917300074-1259 tohttps://mail.exchange.com:443/ews/exchange.asmx failed. Caller SIDs: NetworkCredentials. The exception returned is Microsoft.Exchange.InfoWorker.Common.Availability.ProxyWebRequestProcessingException: System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a send. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.

------------------------------------------------------

The EWS directory in IIS on both servers are set to use Anonymous and Windows Authentication.  The main issues observed outside of the above errors was that free/busy information could not be viewed.

After rebuilding the EWS virtual directory and a couple reboots later, we tried enabling TLS 1.0 on both servers, rebooted, and there were no more EWS errors to be found - free/busy was also working.

So it appears that although this rollup allows SMTP to use TLS 1.1 or 1.2, EWS is still attempting to use TLS 1.0, and I don't see that it is possible to change this


Exchnage server roles are showing None on ECP

$
0
0

Dear All,

I added new exchnage server in my exsting exchnage 

(2Mailbox and 2 cas), after deployment i couldnt able to see my new server in ecp also server tab it is showing none

please find the below

please suggest me for fixing this

Error in ECP and OWA after update

$
0
0

After a recent reboot of an Exchange 2013 server, I can no longer get into OWA or ECP. 

When rebooting, the server gave me the option to 'Update and Reboot' which I did.  It appears that CU9 was installed according to recent updates however I did not manually apply the update.

After reboot, all Exchange services and a few other services were set to Disabled.  Using another Exchange server I was able to determine what the startup type should be, set it accordingly and was able to get mail working however I still have some problems.

OWA will display logon screen but says 'bad request' after entering credentials.  ECP gives the following

=============================================================
Could not load file or assembly 'Microsoft.Exchange.Common, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Exchange.Common, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Assembly Load Trace: The following information can be helpful to determine why the assembly 'Microsoft.Exchange.Common, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' could not be loaded.

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

Stack Trace:

[FileNotFoundException: Could not load file or assembly 'Microsoft.Exchange.Common, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.]
   System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMarkHandle stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName, ObjectHandleOnStack type) +0
   System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName) +153
   System.Type.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase) +63
   System.Web.Compilation.BuildManager.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase) +124
   System.Web.Configuration.ConfigUtil.GetType(String typeName, String propertyName, ConfigurationElement configElement, XmlNode node, Boolean checkAptcaBit, Boolean ignoreCase) +76

[ConfigurationErrorsException: Could not load file or assembly 'Microsoft.Exchange.Common, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.]
   System.Web.Configuration.ConfigUtil.GetType(String typeName, String propertyName, ConfigurationElement configElement, XmlNode node, Boolean checkAptcaBit, Boolean ignoreCase) +12425356
   System.Web.Configuration.Common.ModulesEntry.SecureGetType(String typeName, String propertyName, ConfigurationElement configElement) +69
   System.Web.Configuration.Common.ModulesEntry..ctor(String name, String typeName, String propertyName, ConfigurationElement configElement) +62
   System.Web.HttpApplication.BuildIntegratedModuleCollection(List`1 moduleList) +299
   System.Web.HttpApplication.GetModuleCollection(IntPtr appContext) +1262
   System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +133
   System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +304
   System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +404
   System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +475

[HttpException (0x80004005): Could not load file or assembly 'Microsoft.Exchange.Common, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.]
   System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +12618692
   System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +159
   System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +12458309
=====================================================================

I tried to uninstall CU9 but after reboot all services were disabled again.  Now that mail flow is working, I wanted to get some other ideas before experimenting and making things worse.  This appears to be an IIS issue but I welcome ideas, or better yet, solution, on how to get things working again.


Thank you.



New exchange 2013 server is not showing on ecp

$
0
0
Hi All,

I have one domain let say Company.local and three AD sites namely: HO<g class="gr_ gr_33 gr-alert gr_gramm gr_inline_cards gr_run_anim Style replaceWithoutSep" data-gr-id="33" id="33">,BR</g><g class="gr_ gr_34 gr-alert gr_gramm gr_inline_cards gr_run_anim Style replaceWithoutSep" data-gr-id="34" id="34">,SM</g>
WE HAVE EXCHANGE SERVER 2013  ON HO 

Today I created <g class="gr_ gr_20 gr-alert gr_gramm gr_inline_cards gr_run_anim Grammar only-ins replaceWithoutSep" data-gr-id="20" id="20">new</g> AD with DR site with different subnet 

After <g class="gr_ gr_21 gr-alert gr_gramm gr_inline_cards gr_run_anim Punctuation only-ins replaceWithoutSep" data-gr-id="21" id="21">that</g> <g class="gr_ gr_22 gr-alert gr_tiny gr_spell gr_inline_cards gr_run_anim ContextualSpelling multiReplace" data-gr-id="22" id="22">i</g> deployed new exchange server on DR new site

Exchange server installation completed, when I check on ECP, this server is not showing
I can see server role and mailbox database on exchange management shell

please find the below screenshot and advise me how can I fix this

The second exchange server can't open ecp without the first one running

$
0
0

Hello,

I run into a problem with replacing a exchange 2013 server and I wanted to ask you if you could help me.

I installed a new exchange 2013 (same build like the old one) and included it into the same oranization and domain. After I copied/changed the certificates, mailboxed and send connector, the clients connected well everthing looked good.

To test everything, I paused the main Exchange Server (VM). When the main Exchange Server is not accessible, I can't open ecp or owa (html error 500) anymore on the new Exchange Server. When I start the first Exchange Server again everything works like it should. 

Strange is, that owa and the clients however (outlook) works fine with or without the first Exchange server.

Do you have an idea?

Thank you

Frenz



Exchange 2007 - 2013 migration Legacy Namespace issues

$
0
0

Have a client we are moving from SBS2008 (Exchange 2007) to Exchange 2013. I understand the need for the legacy namespace for co-existence, problem is we don't have a second public IP address to point to it. The current public IP points to mail.company.com but is only used for OWA and mobile device access, the MX records are pointed to an off-site filter (Solar Winds), then mail is passed from there to the server public IP. Any ideas how to set it up without losing the OWA access and mobile device access? If I skip adding a legacy namespace to the 2007 server on public DNS but add it internally and point the mail.company.com public DNS to the 2013 server will the users still have access to their mailboxes on the Exchange 2007 server and will OWA redirect correctly to the 2007 box? Thanks.

Jack


Jack - IT Portfolio

Exchange 2013 CU21 upgrade

$
0
0

I recently schedule an update from Exchange 2013 CU19 to CU21. I downloaded the CU and started the upgrade process. It failed trying to removed the previous Exchange files and I could not get around the error. Has anyone else experienced this issue. See image. 

Upgrade from CU15 to CU21 questions.

$
0
0

My environment two dcs, one 2012R2 and one 2008R2, both with .net 4.7.1 installed. Domain level at 2008R2. My exchange is at CU15 with .net 4.5.2 installed. Is there a schema update? Do I haveto run domain prep? Is the steps, install .net 4.7.1 then run CU21? After installing 4.7.1 should I reboot first or just run the CU update immediately after?




One painful requirement of how to create calendar group by EWS API?

$
0
0
Our product manager proposed one painful requirement regarding of adding shared calendar group through EWS API and joined related email account into shared calendar group, I have googled all documents internet around two days,  I still could not figure out how to do it eventually.

Upgrade from CU15 to CU21 questions.

$
0
0

My environment two dcs, one 2012R2 and one 2008R2, both with .net 4.7.1 installed. Domain level at 2008R2. My exchange is at CU15 with .net 4.5.2 installed. Is there a schema update? Do I haveto run domain prep? Is the steps, install .net 4.7.1 then run CU21? After installing 4.7.1 should I reboot first or just run the CU update immediately after?



How to manually uninstall broken exchange 2016

$
0
0

Initial situation:

Exchange 2016 was installed on a Windows Server 2016 (installed as DC) but Exchange was never used on this server.

After the decision to demote the server because the new domain is not needed, it was demoted and added to the existing domain. But we made the mistake to forget the existing Exchange Server because it was never used.

Now it cannot be uninstalled. Please have a look at the ExchangeSetup.log

[03.21.2018 13:37:32.0875] [0] The registry key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ExchangeServer\V15\Setup" was not found.

[03.21.2018 13:37:32.0875] [0] The registry key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ExchangeServer\V15\Setup"  was not found.
[03.21.2018 13:37:32.0890] [0] Command Line Parameter Name='sourcedir', Value='D:\SW_DVD9_Exchange_Svr_2016_MultiLang_-9_Std_Ent_.iso_MLF_X21-67049'.
[03.21.2018 13:37:32.0890] [0] Command Line Parameter Name='mode', Value='Install'.
[03.21.2018 13:37:32.0906] [0] RuntimeAssembly was started with the following command: '/sourcedir:D:\SW_DVD9_Exchange_Svr_2016_MultiLang_-9_Std_Ent_.iso_MLF_X21-67049 /mode:Install'.
[03.21.2018 13:37:32.0906] [0] The registry key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ExchangeServer\V15\Setup"  was not found.
[03.21.2018 13:37:34.0047] [0] Finished loading screen CheckForUpdatesPage.
[03.21.2018 13:37:39.0698] [0] Finished loading screen UpdatesDownloadsPage.
[03.21.2018 13:37:57.0137] [0] The registry key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ExchangeServer\V15\Setup"  was not found.
[03.21.2018 13:37:57.0137] [0] CurrentResult setupbase.maincore:396: 0
[03.21.2018 13:37:57.0137] [0] End of Setup

To reinstall the server is not a possible solution because in the meantime several applications are installed on the Windows Server and it's quite heavily used.

My question is if there is a recommended way how to manually uninstall the broken parts of the Exchange Server, if the old domain where it was originally installed no longer exists.

It would be greatly appreciated if someone could put me on the right track.

Thanks a lot

Uwe

Exchange 2013 OABnot connected to Generating Mailbox

$
0
0

Hey guys, i've got a question.

On our single Exchange server OAB does not work, i created a new OAB set it to active but i can't get it to work, could you guys give me a little help with this because i have no clue in how to fix this any further then i did so far.

[PS] C:\Windows\system32>Get-OfflineAddressBook | fl


RunspaceId                       : 8edecf52-4863-4c8d-884c-d264d7489096
Server                           :
GeneratingMailbox                :
AddressLists                     : {\Default Global Address List}
Versions                         : {Version4}
IsDefault                        : True
PublicFolderDatabase             :
PublicFolderDistributionEnabled  : False
GlobalWebDistributionEnabled     : True
WebDistributionEnabled           : True
ShadowMailboxDistributionEnabled : False
LastTouchedTime                  :
LastRequestedTime                :
LastFailedTime                   :
LastNumberOfRecords              :
LastGeneratingData               :
MaxBinaryPropertySize            : 32768
MaxMultivaluedBinaryPropertySize : 65536
MaxStringPropertySize            : 3400
MaxMultivaluedStringPropertySize : 65536
ConfiguredAttributes             : {OfficeLocation, ANR, ProxyAddresses, ANR, PhoneticGivenName, ANR, GivenName, ANR, P
                                   honeticSurname, ANR, Surname, ANR, Account, ANR, PhoneticDisplayName, ANR, DisplayNa
                                   meUnicode, ANR, ExternalMemberCount, Value, TotalMemberCount, Value, ModerationEnabl
                                   ed, Value, DelivContLength, Value, MailTipTranslations, Value, ObjectGuid, Value, Di
                                   splayTypeEx, Value...}
DiffRetentionPeriod              : 30
Schedule                         : {zo.05:00-zo.05:15, ma.05:00-ma.05:15, di.05:00-di.05:15, wo.05:00-wo.05:15, do.05:0
                                   0-do.05:15, vr.05:00-vr.05:15, za.05:00-za.05:15}
VirtualDirectories               : {}
AdminDisplayName                 :
Identity                         : \OfflineAddressBook
IsValid                          : True
ExchangeVersion                  : 0.20 (15.0.0.0)
Name                             : OfflineAddressBook
DistinguishedName                : CN=OfflineAddressBook,CN=Offline Address Lists,CN=Address Lists Container,CN=First O
                                   rganization,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=XXXXXXX,DC=local
Guid                             : 987e2123-ac13-4856-9723-ff85db723742
ObjectCategory                   : XXXXXXX.local/Configuration/Schema/ms-Exch-OAB
ObjectClass                      : {top, msExchOAB}
WhenChanged                      : 6-12-2018 11:57:46
WhenCreated                      : 29-11-2018 16:34:28
WhenChangedUTC                   : 6-12-2018 10:57:46
WhenCreatedUTC                   : 29-11-2018 15:34:28
OrganizationId                   :
Id                               : \OfflineAddressBook
OriginatingServer                : YYYYYYY.iolanbv.local
ObjectState                      : Unchanged

If i look at the information posted above the are a few things missing, Server, GeneratingMailbox, PublicFolderDatabase andOrganizationId what are these values supposed to be, are they all needed and how do i set those values.

For the GeneratigMailbox i thought the value should be "SystemMailboxbb558c35-97f1-4cb9-8ff7-d53741dc928c" to be set by using this command;

[PS] C:\Windows\system32>Set-OfflineAddressBook -Identity "\OfflineAddressBook" -GeneratingMailbox "CN=SystemMailbox{bb5
58c35-97f1-4cb9-8ff7-d53741dc928c}"
Couldn't find recipient "CN=SystemMailbox{bb558c35-97f1-4cb9-8ff7-d53741dc928c}".+ CategoryInfo          : NotSpecified: (:) [Set-OfflineAddressBook], ManagementObjectNotFoundException+ FullyQualifiedErrorId : [Server=YYYYYYY,RequestId=17b19bfd-4cdb-4a0a-9dee-c1b515d395bc,TimeStamp=6-12-2018 13:29
   :43] [FailureCategory=Cmdlet-ManagementObjectNotFoundException] 8A807ACE,Microsoft.Exchange.Management.SystemConfi
  gurationTasks.SetOfflineAddressBook+ PSComputerName        : YYYYYYY.XXXXXXX.local

But as you can see that does not seem to be correct.. :/

Evey bit of help would be greatly appreciated.

Exchange 2013 CU updates

$
0
0
Does anybody know if the CU updates apply or need to be applied to a EDGE server that is running just the Edge services of Exchange 2013?  I have the latest CU21applied to our CAS / Mailbox servers, but currently not on the EDGE server. Thanks for any info regarding this.

Exchange install fails saying server reboot is pending

$
0
0

The exact message:

There is a pending reboot from a previous installation of a Windows Server role or feature. Please restart the computer and then run Setup again.

Other posts say to remove:

HKLM\SYSTEM\CurrentControlSet\Control\SessionManager\PendingFileRenameOperations

But that key does not exist.  Needless to say, I have recently restarted the server after seeing this error.

Exchange DAG SSL

$
0
0

Hi All,

I have two exchange 2013 servers and one witness server in my DAG group.

We use a 3rd party SSL cert for exchange and it was expiring, so it has been replaced. I have noticed I can only see the SSL on the primary exchange server.  When I  login to ECP and go to certificates I can select both exchange servers from the dropdown box, but only the primary exchange server shows the ssl cert. I tried to import the SSL but is says an SSL with the same thumbprint is already in use.

NOTE: Both servers host all roles.

If we fail over and the secondary exchange does not have the SSL, will outlook clients be able to connect, send and receive mail?


Access to user options by owa gives 500 error only in some users

$
0
0

After a drop in service due to a cut in connectivity with the Storage. Users in three databases can not access the owa options giving error 500.
This occurs in only 3 bases, this server has 8 and when I move a user to another DB on another server the problem continues.
It is only solved when: Export the mailbox, disconnect the user's mailbox, create a new mailbox to the same AD user and import the data again.
I suppose there is a problem in the AD object and it is solved when I regenerate the mailbox.
If I do not find another option I will have to do this procedure with 300 mailbox :-(

The access to the mails by owa is normal without problems, only when they try to accede to the options to generate a rule, his signature or an absentee of office gives error 500

Any ideas?

Thanks in advance!




What Server Name to use in Exchange for Mobile

$
0
0
Hi,

Anyone who could help me with my concern?

I have an existing domain, domainA.com, which I used to login with my Exchange for Mobile (mail.domainA.com). Now, I added a new accepted domain which is domainB.com that I configured as Primary Domain. The question is, which Server Name should I use now? mail.domainA.com, or mail.domainB.com, or either of the two?

Also, another concern regarding Accepted Domains. Since I added domainB.com as an accepted domain and configured it as a Primary Domain, a new email address for my users will be created. My question is, if an email sender sends me an email on domainA.com, will I be able to receive the email?

Thanks!

Exchange Server 2013 - Mailbox Role Transport Service

$
0
0

Can someone tell me the fix for this? I am installing Exchange Server 2013 in a Virtual Machine and keep getting the error message below on Step 8 of 15 of the Exchange 2013 installation. All prerequisites are installed. 

Error:

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

       if ($RoleStartTransportService)

       {

          start-SetupService -ServiceNameFMS

        }

        "was run: "Service 'FMS' failed to reach status 'Running' on this server.".

Getting Error while installing Exchange 2013 on server 2012

$
0
0

Error During Exchange 2013 Mailbox Transport Role Install On Server 2012 

    Question

  • I was installing Exchange 2013 on Server 2012.  The server is not a DC, but is a member of a domain with a 2008 R2 functional level, and I was logged in as a domain admin.  There has never been an Exchange instance on this domain.  I got past the prerequisite checks, and the installer showed 15 steps, so I walked away.  When I came back, I saw this:

    Step 8 of 15: Mailbox role: Transport service

    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: "Unable to set shared config DC.".

GMAIL to Exchange 2013 Issue

$
0
0
When looking at a mailbox in exchange after a migration when disabling cached mode only old items show up. When cached mode is enabled again then new stuff shows up. Has anyone ever seen this before? All mailboxes were saved from GMAIL to PST files and migrated over to Exchange 2013.
Viewing all 7008 articles
Browse latest View live


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