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

Unable to open System Attendant mailbox after migration

$
0
0

Greetings.

I've been working on moving mailboxes from an old exchange 2007 server to Exchange 2013. Both Exchange servers are in the same AD. During the move, the target Exchange server ran out of disk space (Don't ask...), and ended up apparently losing track of its message store. Mail databases are still fine, but I can no longer access the migration tool or use migration cmdlets, as the information store is missing.

The following error is logged when I try to run Get-MigrationBatch:

Get-MigrationBatch
{}
abcfritid.local/Users/Administrator
S-1-5-21-3986740184-3140633903-440486776-500
S-1-5-21-3986740184-3140633903-440486776-500
Remote-ManagementShell-Unknown
7676 w3wp#MSExchangePowerShellAppPool
36
00:00:00.1093719
View Entire Forest: 'False', Default Scope: 'abcfritid.local', Configuration Domain Controller: 'SERVER.abcfritid.local', Preferred Global Catalog: 'SERVER.abcfritid.local', Preferred Domain Controllers: '{ SERVER.abcfritid.local }'
Microsoft.Exchange.Data.Storage.StorageTransientException: Cannot open mailbox /o=First Organization/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Configuration/cn=Servers/cn=EXCHANGE/cn=Microsoft System Attendant. ---> Microsoft.Mapi.MapiExceptionMailboxQuarantined: MapiExceptionMailboxQuarantined: Unable to open message store. (hr=0x80004005, ec=2611) Diagnostic context: Lid: 55847 EMSMDBPOOL.EcPoolSessionDoRpc called [length=178] Lid: 43559 EMSMDBPOOL.EcPoolSessionDoRpc returned [ec=0x0][length=232][latency=0] Lid: 52176 ClientVersion: 15.0.847.32 Lid: 50032 ServerVersion: 15.0.847.6032 Lid: 23226 --- ROP Parse Start --- Lid: 27962 ROP: ropLogon [254] Lid: 17082 ROP Error: 0xA33 Lid: 26937 Lid: 21921 StoreEc: 0xA33 Lid: 27962 ROP: ropExtendedError [250] Lid: 1494 ---- Remote Context Beg ---- Lid: 50608 Lid: 32848 dwParam: 0xD Lid: 61416 StoreEc: 0xA33 Lid: 56872 dwParam: 0xFE Lid: 42712 StoreEc: 0xA33 Lid: 10786 dwParam: 0x0 Msg: 15.00.0847.030:EXCHANGE Lid: 1750 ---- Remote Context End ---- Lid: 26849 Lid: 21817 ROP Failure: 0xA33 Lid: 26297 Lid: 16585 StoreEc: 0xA33 Lid: 32441 Lid: 1706 StoreEc: 0xA33 Lid: 24761 Lid: 20665 StoreEc: 0xA33 Lid: 25785 Lid: 29881 StoreEc: 0xA33 at Microsoft.Mapi.MapiExceptionHelper.InternalThrowIfErrorOrWarning(String message, Int32 hresult, Boolean allowWarnings, Int32 ec, DiagnosticContext diagCtx, Exception innerException) at Microsoft.Mapi.MapiExceptionHelper.ThrowIfError(String message, Int32 hresult, IExInterface iUnknown, Exception innerException) at Microsoft.Mapi.ExRpcConnection.OpenMsgStore(OpenStoreFlag storeFlags, String mailboxDn, Guid mailboxGuid, Guid mdbGuid, String& correctServerDn, ClientIdentityInfo clientIdentityAs, String userDnAs, Boolean unifiedLogon, String applicationId, Byte[] tenantHint, CultureInfo cultureInfo) at Microsoft.Mapi.MapiStore.OpenMapiStore(String serverDn, String userDn, String mailboxDn, Guid guidMailbox, Guid guidMdb, String userName, String domainName, String password, String httpProxyServerName, ConnectFlag connectFlags, OpenStoreFlag storeFlags, CultureInfo cultureInfo, Boolean wantRedirect, String& correctServerDN, ClientIdentityInfo clientIdentity, Boolean unifiedLogon, String applicationId, Client xropClient, Boolean wantWebServices, Byte[] clientSessionInfo, TimeSpan connectionTimeout, TimeSpan callTimeout, Byte[] tenantHint) at Microsoft.Mapi.MapiStore.OpenMailbox(String serverDn, String userDn, Guid guidMailbox, Guid guidMdb, String userName, String domainName, String password, ConnectFlag connectFlags, OpenStoreFlag storeFlags, CultureInfo cultureInfo, WindowsIdentity windowsIdentity, String applicationId, Byte[] tenantPartitionHint, Boolean unifiedLogon) at Microsoft.Exchange.Data.Storage.MailboxSession.ForceOpen(MapiStore linkedStore, Boolean unifiedSession) --- End of inner exception stack trace --- at Microsoft.Exchange.Data.Storage.MailboxSession.ForceOpen(MapiStore linkedStore, Boolean unifiedSession) at Microsoft.Exchange.Data.Storage.MailboxSession.Initialize(MapiStore linkedStore, LogonType logonType, ExchangePrincipal owner, DelegateLogonUser delegateUser, Object identity, OpenMailboxSessionFlags flags, GenericIdentity auxiliaryIdentity, Boolean unifiedSession) at Microsoft.Exchange.Data.Storage.MailboxSession.<>c__DisplayClass1a.<CreateMailboxSession>b__18(MailboxSession mailboxSession) at Microsoft.Exchange.Data.Storage.MailboxSession.InternalCreateMailboxSession(LogonType logonType, ExchangePrincipal owner, DelegateLogonUser delegatedUser, CultureInfo cultureInfo, String clientInfoString, IBudget budget, Action`1 initializeMailboxSession, InitializeMailboxSessionFailure initializeMailboxSessionFailure, MailboxSessionSharableDataManager sharedDataManager) at Microsoft.Exchange.Data.Storage.MailboxSession.CreateMailboxSession(LogonType logonType, ExchangePrincipal owner, DelegateLogonUser delegateUser, Object identity, OpenMailboxSessionFlags flags, CultureInfo cultureInfo, String clientInfoString, PropertyDefinition[] mailboxProperties, IList`1 foldersToInit, GenericIdentity auxiliaryIdentity, IBudget budget, Boolean unifiedSession, MailboxSessionSharableDataManager sharedDataManager) at Microsoft.Exchange.Data.Storage.MailboxSession.ConfigurableOpen(ExchangePrincipal mailbox, MailboxAccessInfo accessInfo, CultureInfo cultureInfo, String clientInfoString, LogonType logonType, PropertyDefinition[] mailboxProperties, InitializationFlags initFlags, IList`1 foldersToInit, IBudget budget, Boolean unifiedSession, MailboxSessionSharableDataManager sharedDataManager) at Microsoft.Exchange.Data.Storage.MailboxSession.OpenAsSystemService(ExchangePrincipal mailboxOwner, CultureInfo cultureInfo, String clientInfoString) at Microsoft.Exchange.Migration.MigrationDataProvider.OpenMigrationMailboxSession(ExchangePrincipal mailboxOwner, String connectionDescription) at Microsoft.Exchange.Migration.MigrationDataProvider.CreateProviderForMailboxSession(MigrationADProvider activeDirectoryProvider, MigrationFolderName folderName, Func`2 mailboxSessionCreator) at Microsoft.Exchange.Migration.MigrationBatchDataProvider.CreateDataProvider(String action, IRecipientSession recipientSession, Nullable`1 status) at Microsoft.Exchange.Management.Migration.GetMigrationBatch.CreateSession() at Microsoft.Exchange.Configuration.Tasks.GetTaskBase`1.InternalStateReset() at Microsoft.Exchange.Configuration.Tasks.Task.ProcessRecord()
ServerTransient
Microsoft.Mapi.MapiExceptionMailboxQuarantined: MapiExceptionMailboxQuarantined: Unable to open message store. (hr=0x80004005, ec=2611) Diagnostic context: Lid: 55847 EMSMDBPOOL.EcPoolSessionDoRpc called [length=178] Lid: 43559 EMSMDBPOOL.EcPoolSessionDoRpc returned [ec=0x0][length=232][latency=0] Lid: 52176 ClientVersion: 15.0.847.32 Lid: 50032 ServerVersion: 15.0.847.6032 Lid: 23226 --- ROP Parse Start --- Lid: 27962 ROP: ropLogon [254] Lid: 17082 ROP Error: 0xA33 Lid: 26937 Lid: 21921 StoreEc: 0xA33 Lid: 27962 ROP: ropExtendedError [250] Lid: 1494 ---- Remote Context Beg ---- Lid: 50608 Lid: 32848 dwParam: 0xD Lid: 61416 StoreEc: 0xA33 Lid: 56872 dwParam: 0xFE Lid: 42712 StoreEc: 0xA33 Lid: 10786 dwParam: 0x0 Msg: 15.00.0847.030:EXCHANGE Lid: 1750 ---- Remote Context End ---- Lid: 26849 Lid: 21817 ROP Failure: 0xA33 Lid: 26297 Lid: 16585 StoreEc: 0xA33 Lid: 32441 Lid: 1706 StoreEc: 0xA33 Lid: 24761 Lid: 20665 StoreEc: 0xA33 Lid: 25785 Lid: 29881 StoreEc: 0xA33 at Microsoft.Mapi.MapiExceptionHelper.InternalThrowIfErrorOrWarning(String message, Int32 hresult, Boolean allowWarnings, Int32 ec, DiagnosticContext diagCtx, Exception innerException) at Microsoft.Mapi.MapiExceptionHelper.ThrowIfError(String message, Int32 hresult, IExInterface iUnknown, Exception innerException) at Microsoft.Mapi.ExRpcConnection.OpenMsgStore(OpenStoreFlag storeFlags, String mailboxDn, Guid mailboxGuid, Guid mdbGuid, String& correctServerDn, ClientIdentityInfo clientIdentityAs, String userDnAs, Boolean unifiedLogon, String applicationId, Byte[] tenantHint, CultureInfo cultureInfo) at Microsoft.Mapi.MapiStore.OpenMapiStore(String serverDn, String userDn, String mailboxDn, Guid guidMailbox, Guid guidMdb, String userName, String domainName, String password, String httpProxyServerName, ConnectFlag connectFlags, OpenStoreFlag storeFlags, CultureInfo cultureInfo, Boolean wantRedirect, String& correctServerDN, ClientIdentityInfo clientIdentity, Boolean unifiedLogon, String applicationId, Client xropClient, Boolean wantWebServices, Byte[] clientSessionInfo, TimeSpan connectionTimeout, TimeSpan callTimeout, Byte[] tenantHint) at Microsoft.Mapi.MapiStore.OpenMailbox(String serverDn, String userDn, Guid guidMailbox, Guid guidMdb, String userName, String domainName, String password, ConnectFlag connectFlags, OpenStoreFlag storeFlags, CultureInfo cultureInfo, WindowsIdentity windowsIdentity, String applicationId, Byte[] tenantPartitionHint, Boolean unifiedLogon) at Microsoft.Exchange.Data.Storage.MailboxSession.ForceOpen(MapiStore linkedStore, Boolean unifiedSession)
Ex2B87C8
False
0 objects execution has been proxied to remote server.
0
ActivityId: 090bb0d7-dcb2-4b61-ba15-8262bd5e1fa8
ServicePlan:;IsAdmin:True;

When I check ADSIEdit for the Home Attendant name in CN=Configuration,CN=Microsoft Exchange, CN=First Organization, CN=Administrative Groups, CN=Exchange Administrative Group, CN=Servers,CN=EXCHANGE,CN=InformationStore, that tree is empty, no distinguished name for the store is listed there.

Any help or directions you could provide would be helpful.



Exchange 2013 Hybrid Deployment, on-premise to multiple Office 365 tenants

$
0
0

Hello, we are in the early stages of planning an Exchange 2013 hybrid deployment for a federation of education organisations.

We are planning to use a single on-premise Exchange organisation for staff mailboxes across all member organisations, each member already has it's own Office 365 tenancy for students, which we would like to maintain if possible.

My question is, is it possible (and supported) for an Exchange hybrid deployment with a single on-premise organisation with multiple Office 365 tenants, my understanding is that only a 1:1 deployment is supported, can somebody confirm or clarify this ?

Thanks

how to point local domain to external domain hosted somewhere?

$
0
0

I'm trying to configuring my Exchange Server 2010 sp1 on Windows Server 2008 R2 to receive emails from the internet. i configured exchange and its working fine on this link https://fmggv.com/owa(fmggv.com is my local domain). I have a hosted domain name and website fmg.edu.in. My quetion is how to point local domain to external domain so that i can use mail.fmg.edu.in from outside the world to access Outlook web app. I have a public ip and using port forwarding to my local ip.

Please advise me asap.

Decommissioning Exchange Server 2007 after staged migration to Exchange Online

$
0
0

Hi there,

I have recently migrated all our on-premise Exchange 2007 user mailboxes to Exchange Online/Office 365 using a staged migration running DIRSYNC (Windows Azure Directory Services Directory Synchronization Tool).  Now I would like to remove the old on-premise Exchange server but I am not sure if that would break things.

Also with Disync enabled you cannot manage some mailbox properties in Exchange Online, it needs to be done with AD, right? If that is the case is it a good idea to have Exchange 2010/2013 Management Tools installed to manage the mailboxes?

Thank you,

Pieter


Dedicated AD Site for Exchange Servers

$
0
0

I have seen debate over thsi in the past, in Ex2003 it was recommended to have dedicated AD site and DC's

Is this still a best practice for Ex2010 and beyond?

What are you doing?

unable to access exchange 2013 PF from Outlook

$
0
0

A user is unable to access PF on exchange 2013 from Windows XP system and Outlook 2010 (14.0.7113.5000)

The error message states "Cnnot expand the folder. Microsoft Exchange is not available.Either there are network problems or the Exchange server is down for maintenance."

I know this was a known issue with CU3, but should have been resolved in SP1 which was installed last week.

http://support.microsoft.com/kb/2918951

The same user has no problems accessing PF through OWA or same version of Outlook on Windows 7

What happens when outlook opens up, user gets prompted for credentials, but entering valid credentials is not getting accepted and user gets prompted continuously.


Removing old Exchange Database and instense

$
0
0

Hi,

I have installed a New exchange server 2013 on windows Server 2012 r2 in a old exchange 2010 environment on windows small business server 2011 for migration. Now I removed it due to some problems and format the whole server and reinstalled it on the same machine. Now it is installed but it shows the old server and database. How can I remove it form this environment.

Thanks

Prashant 

old user can still access mailbox after removing msexch-masteraccountsid

$
0
0

Hi,

I've changed the user mailbox and user by running the following command on the linked mailbox

Set-User -Identity "alias" -LinkedMasterAccount $null

Issue is that the previous user (the msexchmasteraccount) still has access, and yes, that user is still enabled. 

My question is - how can I remove that access to the mailbox? The msexchmasteraccount is empty in adsiedit. 






Move Request Recommendations from EX2003 to EX2010

$
0
0

Hi!

Is there a limit to move Exchange 2003 to 2010 mailboxes for move request? What are the recommendations? How many mailboxes we can select for one move request?

Thanks.

Exchange 2013 coexistence, outlook fails to connect to new server

$
0
0

Hi all. 

I encounter an issue in my migration from Exchange 2007 to Exchange 2013 server. 

My Exchange 2007 infrastructure is (2007 Server SP3 rollup 12): 

- Server1 : cluster of 2 Exchange 2007 mailbox server nodes

- Server2 : CAS Server

I have a new Exchange 2013 infrastructure : 

- Server 3 and 4 : Multirole servers, configured in a DAG. I use round robin to point to these 2 servers with the mail.domain.org name. I created a self-signed cert with new names. 

Actually, users have mailboxes on Exchange 2007 platform. Everything is working fine. 
Now, I want to migrate users to Exchange 2013. I test my own mailbox. OWA is working fine with https://mail.domain.org/owa, I can send and receive mail. 
But, on a new computer, I cannot create a profile on Outlook with my adress. 
When I do this, I have a cert accept request from the OLD CAS server. I accept. Then, I have another request for the domain.fr. Then, Outlook says that Exchange Server is not reachable and must be online to create profile. 
I cannot go further. 

This is the same result if I manually configure the profile. It's not possible. 

Did someone have this kind of configuration? I'm lost and situation begins to be very critical for the projet. 

Thanks a lot. 

Will SP1 take more time to install if we have more databases and/or larger databases ?

$
0
0

We are preparing to install SP1 (CU4 ?) for Exchange 2013 (e2013) on our production system.

We have done that in our test system.

The production system has more databases and more mailboxes and data in each database, than the test system.

Seems like we read someplace that SP1 has an update to the "database schema" (in addition to the AD Schema update).
Thought that this database work might require extra time.

Will the SP1 install run longer because of the larger and more numerous databases ?

Thanks.

=====

tags -- mailbox server, e2013, implement Service Pack 1,

Exchange 2013 OWA - Emails stuck in draft

$
0
0

We just brought online a new Exchange 2013 server in coexistence with Exchange 2007. We have been trying to send emails within OWA all day without any luck. All the messages keep going into Drafts. The email address being used was created on Exchange 2013 and is being sent to an email address in Exchange 2013. I have done all of the DNS changes within Exchange Admin Center as well as in the hosts file. I have also done what was suggested in this forum:

http://social.technet.microsoft.com/Forums/en-US/1813eec7-dc2b-40af-a3b0-1fd552f745e2/all-sent-emails-stuck-in-either-outbox-for-outlook-or-drafts-for-owa-on-new-exchange-2013?forum=exchangesvrclients 

We have had not luck with this. Any other possibilities I could be missing?

Thank you,

Ryan

move mailboxes and public folders from exchange 2007 to Exchange 2013

$
0
0
1. How do i move mailboxes from exchange 2007 to exchange 2013. I have more than 1000 mailboxes.
What is the correct way to migrate. do i need to move a single mailbox. During migration do the mailboxes get corrupted
---------------------------------------------------------
2. I want to move public folders from Exchange 2007 to Exchange 2013.

I ran powershell commands and got these results please do guide me how to move to exchange 2013.and what are the shell commands

Get-publicfolder

Name Parent Path
---- -----------
IPM_SUBTREE


Get-publicfolder | select AdminDisplayName,FolderPath

AdminDisplayName FolderPath
---------------- ----------

Get-PublicFolderStatistics | select AdminDisplayName,FolderPath

AdminDisplayName FolderPath
---------------- ----------
exchangeV1 schema-root\microsoft\exchangeV1
Internet Newsgroups Internet Newsgroups


Get-PublicFolder -Recurse | fl name,replicas > c:\publicfolder.txt
Name : IPM_SUBTREE
Replicas : {}

Name : Internet Newsgroups
Replicas : {MAIL\Public Folder Storage\Public Folder Database}


Migration from Exchange 2007 to 2013 gives error "Failed to communicate with the mailbox database'

$
0
0

I have been trying to migrate several databases from Exchange 2007 to Exchange 2013. The migration started successfully, and many of the mailboxes moved successfully (about 70). The remaining mailboxes, failed. Looking deeper, we found a few issues; The two 2013 Mailbox servers were on different versions. The Server had run out of disk space, and the NIC drivers needed to be updated.

Now when we try to migrate a mailbox that had failed in the earlier batch, we get the following error:

Data migrated:                        
Migration rate:                        
Error:                        MigrationTransientException: Failed to communicate with the mailbox database. --> Failed to communicate with the mailbox database. --> MapiExceptionNetworkError: Unable to make connection to the server. ‎(hr=0x80040115, ec=-2147221227)‎ Diagnostic context:    ......    Lid: 9624    dwParam: 0x0 Msg: EEInfo: Detection location: 501    Lid: 13720   dwParam: 0x0 Msg: EEInfo: Flags: 0    Lid: 11672   dwParam: 0x0 Msg: EEInfo: NumberOfParameters: 4    Lid: 8856    dwParam: 0x0 Msg: EEInfo: prm[0]: Unicode  string: ncacn_ip_tcp    Lid: 8856    dwParam: 0x0 Msg: EEInfo: prm[1]: Unicode  string: <Server FQDN>    Lid: 12952   dwParam: 0x0 Msg: EEInfo: prm[2]: Long val: 3749909585    Lid: 12952   dwParam: 0x0 Msg: EEInfo: prm[3]: Long val: 382312662    Lid: 45169   StoreEc: 0x824         Lid: 50544   ClientVersion: 15.0.847.32    Lid: 52080   StoreEc: 0x824         Lid: 44273      Lid: 49064   dwParam: 0x1    Lid: 37288   StoreEc: 0x6AB         Lid: 49064   dwParam: 0x2    Lid: 59431   EMSMDB.EcDoConnectEx called [length=203]    Lid: 51239   EMSMDB.EcDoConnectEx exception [rpc_status=0x6D9][latency=0]    Lid: 62184      Lid: 16280   dwParam: 0x0 Msg: EEInfo: ComputerName: n/a    Lid: 8600    dwParam: 0x0 Msg: EEInfo: ProcessID: 3460    Lid: 12696   dwParam: 0x0 Msg: EEInfo: Generation Time: 0414-04-07T16:32:03.2100000Z    Lid: 10648   dwParam: 0x0 Msg: EEInfo: Generating component: 2    Lid: 14744   dwParam: 0x0 Msg: EEInfo: Status: 1753    Lid: 9624    dwParam: 0x0 Msg: EEInfo: Detection location: 501    Lid: 13720   dwParam: 0x0 Msg: EEInfo: Flags: 0    Lid: 11672   dwParam: 0x0 Msg: EEInfo: NumberOfParameters: 4    Lid: 8856    dwParam: 0x0 Msg: EEInfo: prm[0]: Unicode  string: ncacn_ip_tcp    Lid: 8856    dwParam: 0x0 Msg: EEInfo: prm[1]: Unicode  string: <Server FQDN>    Lid: 12952   dwParam: 0x0 Msg: EEInfo: prm[2]: Long val: 2767313664    Lid: 12952   dwParam: 0x0 Msg: EEInfo: prm[3]: Long val: 382312662    Lid: 59505   StoreEc: 0x824         Lid: 50544   ClientVersion: 15.0.847.32    Lid: 52080   StoreEc: 0x824         Lid: 36081      Lid: 51152      Lid: 52465   StoreEc: 0x80040115    Lid: 60065      Lid: 33777   StoreEc: 0x80040115    Lid: 59805      Lid: 52487   StoreEc: 0x80040115    Lid: 19778      Lid: 27970   StoreEc: 0x80040115    Lid: 17730      Lid: 25922   StoreEc: 0x80040115

All of the issues listed above have been corrected, and all of the databases are mounted. Users are able to send and receive mail, but I can not migrate mail using the Migration Batch utility.

The destination server is a Hyper-V Guest running Server 2012, SP1, and Exchange 2013

The Source Server is Running Exchange 2007.

I have tried doing a test move to another destination server that is also Server 2012, and Exchange 2013, and the migration also failed.

I would appreciate any help you can give me!

Thanks,

Jon

Is it ok to install Exchange 2013 on Windows Server 2012 Standard?

$
0
0

Hello everyone,

I'd like to know if it is ok/safe to install Exchange Server 2013 on Windows Server 2012 Standard?

As I started doing some research and noticed a page where Microsoft states they don't recommend running Exchange on Server 2012 Standard, and recommend making 2 different servers one for Active Directory and another for Exchange.
On that page they also listed some features that wouldn't work in case of Exchange is running on Server 2012. And that it may put a larger data load if setup this way.
I am hoping someone knowledgeable can explain and tell me if it is safe to use such setup or if it is better to use something like SBS 2011 Standard instead, which has Exchange included?

Has anyone installed Exchange 2013 on Server 2012 Standard successfully and used it for more then several months without problems?

Also just to give an idea on my background, I've been in IT field fairly long but haven't really updated to newer versions much and mainly used SBS 2003 and 2008 only with a few clients so haven't used 2008 too much.

Thanks in advance.


Cannot uninstall Exchange 2013 from Server with REFS file system

$
0
0

EX2013 SP1 installed fine on the 2012 R2 server with REFS, but now I need to remove it and reinstall. When I go to uninstall it, I get an error that "the specified installation directory must be located on a NTFS file system". I have tried via control panel and command line.

I could avoid the uninstall if I could replace the Enterprise Edition license key with a standard key. the "Change License Key" option only allows you to go from standard to enterprise. 

Any advice on either issues? (uninstall from REFS or change enterprise key to standard key)

According to the below TechNet article REFS is supported for an install, but maybe not an uninstall

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

legacy record

$
0
0

As i am doing transition from Exchange 2007 to Exchange 2013.
Do i need to create an Host Record(legacy) pointing to my exchange 2007.

After i decommission my exchange 2007 i will change the ip of my exchange 2013 back to the old ip(exchange 2007 ip)
If i create the legacy host record do i need to delete this record as i decommission my exchange 2007.
this legacy record should be pointing to my internal ip or the public ip.
do this record should be created at the ISP also.

Should this record be added to the SAN certificate

should this record be added to %systemroot%\system32\drivers\etc\hosts

Configure default offline address book

$
0
0
Hello Everyone,
I am doing the transition from Exchange 2007 to exchange 2013 and i am in the middle of it. and i have forgot to configure default offline address book in exchange 2007 and i have proceded with the installation of exchange 2013.

I have used the powershell commands in exchange 2007 and i got the below results( MAIL is my exchange 2007).
will i face any issues with the below results. I can see my offline address book to default in exchange 2007

Get-OfflineAddressBook

Name Server Versions AddressLists
---- ------ -------- ------------
Default Offline Address List MAIL {Version2, Version3, Version4} {\Default Global Address List}
Default Offline Address List (Ex2013) Offline Address Lists {Version4} {\Default Global Address List}


Get-MailboxDatabase | Format-Table Name, Server, OfflineAddressBook -Auto

Name Server OfflineAddressBook
---- ------ ------------------
Mailbox Database MAIL \Default Offline Address List

I have other exchange 2007 servers i need to configure it to default so which of the two below commands should i use

Get-MailboxDatabase | Where {$_.OfflineAddressBook -eq $null} | Set-MailboxDatabase -OfflineAddressBook (Get-OfflineAddressBook | Where {$_.IsDefault -eq $True})

or


Get-MailboxDatabase | Set-MailboxDatabase -OfflineAddressBook "Default Offline Address Book"

Issue with Exchange 2007 SP3/Outlook 2010 User account Auto accepting Appointments

$
0
0

Hi

I have an issue with 2 users who's appointments are being Auto-accepted or Auto Declined. As these are User Mailboxes there is no resource scheduling set on these. I've also checked for delegates (none), Rules (including running outlook.exe /cleanrules).

If I send the user some test appointments when they are not logged into Outlook, the appointments are not processed. If the user logs in through OWA then the appointments are not processed. When the user logs into Outlook 2010 (using Mapi) the appointments are processed within 5-10 minutes. I started to think it may be a PC issue, something buried in the registry. But I give myself full access to the account and logged in from my machine using Outlook 2010, the appointments are auto processed, again, within 5- 10 minutes .

Lots of stuff on the internet all pointing to Resource scheduling, delegates or Rules but I have now discounted all of these.

Thanks

Darran



Cannot overcome Exchange Server 2013 Install Error - "There was an error while running 'ldifde.exe' to import the schema file

$
0
0

Hello,

I am attempting to install Exchange 2013 on to a 2008R2 Server on a domain running 2008R2 DC's.  I have worked every error resolution I can find, but I can't get past this error.

Error:

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

install-ExchangeSchema -LdapFileName ($roleInstallPath + "Setup\Data\"+$RoleSchemaPrefix + "schema27.ldf")

" was run: "There was an error while running 'ldifde.exe' to import the schema file 'C:\Windows\Temp\ExchangeSetup\Setup\Data\schema27.ldf'. The error code is: 8224.

Any assistance is appreciated.

Viewing all 7129 articles
Browse latest View live


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