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

IMAP stopped working after CU10

$
0
0

IMAP crashed and not working after applying the CU10 on top of Exchange 2013 CU10. I read the KB that "This issue occurs because Internet Mail Access Protocol (IMAP) does not support the generic security services application programming interface (GSSAPI) as an authentication mechanism in a Microsoft Exchange Server 2013 environment "

and I tried to enable Set-IMAPSettings –EnableGSSAPIAndNTLMAuth:$FALSE

and no luck, still IMAP asking for a credentials again and again. POP is working fine.
I can see the IMAP protocol log, there are msgs

"IN:9933:SSL;ErrMsg=ProxyNotAuthenticated;LiveIdAR=OK""

"authenticate,NTLM,"R=""l7z2 NO AUTHENTICATE failed."";"

the IMAP settings are

[PS] C:\Windows\system32>Get-ImapSettings | format-list


RunspaceId                        : 32a6432b-de4f-4730-adf3-6595ccb25ce8
ProtocolName                      : IMAP4
Name                              : 1
MaxCommandSize                    : 10240
ShowHiddenFoldersEnabled          : False
UnencryptedOrTLSBindings          : {[::]:143, 0.0.0.0:143}
SSLBindings                       : {[::]:993, 0.0.0.0:993}
InternalConnectionSettings        : {essrv011.****.IN:993:SSL, essrv011.***.IN:143:TLS}
ExternalConnectionSettings        : {}
X509CertificateName               : email.***.ac.in
Banner                            : The Microsoft Exchange IMAP4 service is ready.
LoginType                         : SecureLogin
AuthenticatedConnectionTimeout    : 00:30:00
PreAuthenticatedConnectionTimeout : 00:01:00
MaxConnections                    : 2147483647
MaxConnectionFromSingleIP         : 2147483647
MaxConnectionsPerUser             : 16
MessageRetrievalMimeFormat        : BestBodyFormat
ProxyTargetPort                   : 9933
CalendarItemRetrievalOption       : iCalendar
OwaServerUrl                      :
EnableExactRFC822Size             : False
LiveIdBasicAuthReplacement        : False
SuppressReadReceipt               : False
ProtocolLogEnabled                : True
EnforceCertificateErrors          : False
LogFileLocation                   : C:\Program Files\Microsoft\Exchange Server\V15\Logging\Imap4
LogFileRollOverSettings           : Daily
LogPerFileSizeQuota               : 0 B (0 bytes)
ExtendedProtectionPolicy          : None
EnableGSSAPIAndNTLMAuth           : False
Server                            : ESSRV011
AdminDisplayName                  :
ExchangeVersion                   : 0.10 (14.0.100.0)
DistinguishedName                 : CN=1,CN=IMAP4,CN=Protocols,CN=ESSRV011,CN=Servers,CN=Exchange Administrative Group
                                    (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=****,CN=Microsoft
                                    Exchange,CN=Services,CN=Configuration,DC=***,DC=AC,DC=IN
Identity                          : ESSRV011\1
Guid                              : 4ed7aaa3-90b7-4c3b-b373-bccccf85fcf3
ObjectCategory                    : ****.IN/Configuration/Schema/ms-Exch-Protocol-Cfg-IMAP-Server
ObjectClass                       : {top, protocolCfg, protocolCfgIMAP, protocolCfgIMAPServer}
WhenChanged                       : 22-09-2015 20:02:07
WhenCreated                       : 22-07-2015 18:54:19
WhenChangedUTC                    : 22-09-2015 14:32:07
WhenCreatedUTC                    : 22-07-2015 13:24:19
OrganizationId                    :
Id                                : ESSRV011\1
OriginatingServer                 : ***.IN
IsValid                           : True
ObjectState                       : Unchanged

3 node CAS and 3 node Mailbox DAG is my environment.

Pl. help put



Got "Unable to set shared config DC" error when installing Exchange 2013 CU8

$
0
0
Got "Unable to set shared config DC" error when installing Exchange 2013 CU8, in step of "Mailbox role: Transport service", any idea?

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.



Migration from Exchange 2007 problem.

$
0
0

Hey

I have an Exchange 2007 server I am trying to migrate to Exchange 2013.  Every time I try to move a mail box from the 2007 box to the 2013 box i get this error:

Summary: 1 item(s). 0 succeeded, 1 failed.
Elapsed time: 00:00:00


Administrator
Failed

Error:
The address list service on the server 'MAIL.domain.local' is not running. An Exchange 2007 server on which an address list service is active cannot be found.

An Exchange 2007 server on which an address list service is active cannot be found.

Exchange Management Shell command attempted:
'domain.local/Users/Administrator' | move-mailbox -TargetDatabase 'Mailbox Database 111111111'

Elapsed Time: 00:00:00

 

I have rebooted and restarted the system attendent service.  Both servers are on the latest service packs and updates.

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?

MAPI over Http issue for OpenOtherMailBoxFromGAL

$
0
0

Hi Guys,

I create 2 profiles for a user which has "receive-as" right for the mailbox database in my lab, one profile "Chunk-RPC" is for Outlook Anywhere, another "Chunk-Http" is for MAPI over Http.

when I logon the "Chunk-RPC" with MAPI, and use the session to Open other user's mailbox from gal, everything is good and no problems, but when I use the "Chunk-Http" to logon, I cannot open other user's mailbox,  just got "MAPI_E_CALL_FAILED==0x80004005" error code from OpenMsgStore function, Could you please tell me what's the key issue?

Thanks,

Mic

Internal Out-of-office error

$
0
0

Hi,

When internal outlook users tries to enable the Out-of-office they encounter below error



But when external users tries to connect or when they enable it on OWA, error is not encountered.

What seems to be the problem? what should I check?

Deploying Exchange 2013 DAG on windows azure

$
0
0

Hi,

we are planning to install Exchange 2013 DAG on windows azure, is it supported or not? and is there any consideration for that?


Getting rid of Public Folders

$
0
0

Hi all,

OK, I've installed Exchange 2013 alongside 2007.

Migrated all users over, tested mailflow and all been working for a week, and no errors either when I stopped all Exchange services on old SBS2008 for a few days.

So I come to uninstall Exchange 2007.

But I can't.  Because of the Public Folder Database.

Point 1: I don't want it.  I don't want any public folders.  I have no need for them.  All clients will run Outlook 2010 or 2013 and there are only about 30 people in the organisation.

I have tried various Microsoft methods but keep getting fails:

http://blogs.technet.com/b/meamcs/archive/2013/07/25/part-4-step-by-step-exchange-2007-to-2013-migration.aspx

http://www.techrepublic.com/article/the-big-exchange-2013-public-folders-question-migrate-or-remove/

https://social.technet.microsoft.com/Forums/exchange/en-US/9c55deaf-26bf-4698-b36a-b7ed4e1c6383/unable-to-remove-public-folder-database-on-exchange-2007-after-migration-to-exchange-2013?forum=exchangesvrgenerallegacy

https://support.microsoft.com/en-us/kb/2852663

https://exchangeserverpro.com/remove-default-public-folder-database-exchange-mailbox-database/

Now I've also removed the Public Folder Database from the properties of my new exchange mailbox, so now it doesn't show as linked when I run Get-MailboxDatabase | ft Name,PublicFolderDatabase

I went to remove it in ADSIEdit, but no public folder database appears under CN=Services -> CN=Microsoft Exchange -> CN=(your organization name) -> CN=Administrative Groups -> CN=Exchange Administrative Group (FYDIBOHF23SPDLT) -> CN=Databases.  all I see is my E2013 database

I really don't need the public folders, but I can't delete them, and I can't remove them, and I can't uninstall E2007, and now this is holding back the completion of the migration.

Please can anyone help.

Are there other places to look to forcefully remove the Public Folders?

I don't mind messily removing them, as long as I can then get a clean uninstall of exchange 2007, and then I can move FSMO roles and de-com the server.

Hope you can help,

Cheers,

J.

TXT Records for Exchange 2013 Hybrid Setup

$
0
0

Dear All,

I'm still deploying Exchange 2013 Hybrid..

I've already added 2 TXT records on our External DNS



1st TXT is for the verification that the domain is ours.

2nd is for the spf..

now we need to add another TXT record for the federation trust. as per our external DNS provider, we can only have 2 TXT Record.

Question: Is this a limitation on our subscription? or is it in general that a external domain can only have 2 TXT record? Or is this any work around for this?

Exchange Server 2016 - service MSExchangeFrontedTransport can not start after setup

$
0
0

Hi every one, i need some help. Setup process of Exchange 2016 finishing with Error on step 14:

Ошибка:
При выполнении "$error.Clear(); 
start-SetupService -ServiceName MSExchangeFrontendTransport

" произошла следующая ошибка: "Microsoft.Exchange.Configuration.Tasks.ServiceDidNotReachStatusException: Службе 'MSExchangeFrontendTransport' не удалось достичь состояния 'Running' на этом сервере.
   в Microsoft.Exchange.Configuration.Tasks.Task.ThrowError(Exception exception, ErrorCategory errorCategory, Object target, String helpUrl)
   в Microsoft.Exchange.Configuration.Tasks.Task.WriteError(Exception exception, ErrorCategory category, Object target)
   в Microsoft.Exchange.Management.Tasks.ManageSetupService.WaitForServiceStatus(ServiceController serviceController, ServiceControllerStatus status, Unlimited`1 maximumWaitTime, Boolean ignoreFailures, Boolean sendWatsonReportForHungService)
   в Microsoft.Exchange.Management.Tasks.ManageSetupService.StartService(ServiceController serviceController, Boolean ignoreServiceStartTimeout, Boolean failIfServiceNotInstalled, Unlimited`1 maximumWaitTime, String[] serviceParameters)
   в Microsoft.Exchange.Management.Tasks.ManageSetupService.StartService(String serviceName, Boolean ignoreServiceStartTimeout, Boolean failIfServiceNotInstalled, Unlimited`1 maximumWaitTime, String[] serviceParameters)
   в Microsoft.Exchange.Management.Tasks.StartSetupService.InternalProcessRecord()
   в Microsoft.Exchange.Configuration.Tasks.Task.<ProcessRecord>b__b()
   в Microsoft.Exchange.Configuration.Tasks.Task.InvokeRetryableFunc(String funcName, Action func, Boolean terminatePipelineIfFailed)".

Service MSExchangeFrontedTransport can not start. It begin starting and stoped, so many times. In System monitor there is id mistake 7031. I could not stop it manually - it starts and then stops automatically. If u have any ideas i will really appreciate it! Thanks!



IPv6 issue on Exchange

$
0
0

Hi There,

i have a problem.
My Exchange server started sending mail over the link-local ipv6 (fe80) address, which is getting blocked by our service providers SMTP relay.

How do i fix this in Exchange?

2x Server 2012 R2 with Exchange 2013 CU9 with DAG

Please help me out

Exchange 2013 Hybrid Configuration Error

$
0
0

Hi Guys,

I'm currently having a problem on my hybrid configuration,

One of the prerequisites for the Hybrid was to install CU6 or lates on Exchange 2013 as there was an error on the wizard.

So we upgrade it to CU9

After upgrading when I try to re-run the wizard I received below error.

The wizard did not complete successfully. Please see the list below for error details. Federation certificate with the thumbprint "A27A5D1D0F7BCAB4B5DDD75BD7CFFF36594C14E3" cannot be found.

Any help on this will be much appreciated

DAG IP Address

$
0
0
I have 3 mailbox servers setup in a DAG. Currently, the DAG is not setup with a static IP address. The DAG is pulling a DHCP address. Should the DAG be setup with a single or multiple static IP addresses vs. having it pull one from a DHCP server?

Exchange 2013

$
0
0

I am trying prepare the schema for the exchange server, unfortunately I keep receiving

" Setup encountered a problem while validating the state of Active Directory: Could not find information about the local
 site. This can be caused by incorrect configuration of subnets or sites or by replication latency"  can someone assist with this?


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

Migrate Exchange 2007SP3 with update rollup 13 to Exchange 2013 CU9

$
0
0

Hi,

Can we migrate from Exchange 2007 SP3 with update rollup 13 to Exchange 2013 CU9? Or we need to have Exchange 2007 SP3 updated to rollup 17? What About installing Exchange 2013 CU8 and migrate from Exchange 207 SP3 with update rollup 13 to it? 

Exchange 2013 SSL Certificate doesnt show in Exchange admin console, only in MMC snapin

$
0
0

Oh how I love certificates...

I've imported the cert as a .CRT with no errors from the exchange console.

I've also (alternately) imported the cert as a PFX from the MMC plugin as the "computer" local account.

Regardless of which way I import the cert; in the MMC and the Exchange admin console, I still see three Exchange related certs.

But only in the MMC do I see the new cert I've imported. (I've also tested this wildcard cert on other hosts)

I've rebooted to no effect.

Any thoughts or assistance appreciated.




problem woth update exchange server 2010

$
0
0

Hi all, i have install new exchange 2010 server (build 14.1.0218.013) in my new Windows 2012 R2 server...with all windows update....so, when I start update exchange, i have nothing...but in winlog i see error:

Product: Microsoft Exchange Server - Update 'Update Rollup 1 for Exchange Server 2010 Service Pack 1 (KB2407028) 14.1.255.2' could not be installed. Error code 1603. Windows Installer can create logs to help troubleshoot issues with installing software packages. Use the following link for instructions on turning on logging support: http://go.microsoft.com/fwlink/?LinkId=23127

So, i now need check debugs log....what i see this...but file so big...i'm uploaded file in link -Rollup.log

Some one knows what happen, why rollup not install....thanks you for help!


Exchange 2010 VirtualLab Orgainzation Check Failure

$
0
0

I tried to work on the Exchange 2010 Setup, Deployment and Server Role Configuration virtual lab. I connect fine but when I do the first step in the manual (command prompt > E:EX2010\setup /PrepareSchema) I get a failure on the Organization Check stating that it can't connect to the DNS server 10.0.1.10, which I can not ping either.

My first assumption; this is an old lab that isn't supported anymore. Anyone else have this problem and/or advice?

Viewing all 7008 articles
Browse latest View live


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