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

Exchange 2007 to Exchange 2010 with Lync, Sharepoint and RMS

$
0
0

Hi

We have to work on a Exchange 2007 to Exchange 2013 upgrade assignment. The existing environment consists of following infrastructure elements:

1. Exchange 2007 with Unified Messaging

2. Lync 2010

3. Sharepoint

4. Windows AD RMS

Before anything else, we need to evaluating the impact of Exchange 2007 to Exchange 2013 upgrade on the Lync, Sharepoint, RMS and UM functionalities, which are integrated with Exchange 2007 environment.

Any reference links/DOCs or suggestions based on experience from community are welcome.

Thanks

Taranjeet Singh

 


zamn


Exchange 2013 - CA certificate - internal and external domain

$
0
0

Please advise on this:

We have have an internal domain xyz.lan and external domain abc.net. The exchange servers FQDN is ec1.xyz.lan and is set up to use mail.abc.net for outlook anywhere. We have a few additional accepted domains e.g def.net configured. All mailboxes have the xyz.lan domain configured by default as an alias.

Internally things work fine but we have reached the point where we need external access configured, especially for ActiveSync. Thus we are looking at getting a CA certificate. We need these different domains to work, but I'm unsure what all to include in the certificate because of the internal and external domains being different. Additionally it now seems to be a problem to register internal domains by using a CA. Can one somehow get the certificate to additionally work with Lync as well?

All advice is greatly appreciated.

Unable to access Exchange 2013 EAC/ECP webpage

$
0
0

Hi All,

Getting extremely frustrated now with a new Exchange 2013 installation on a Windows Server 2012 VM...

After having a lot of problems with the installation (didn't uninstall visual c++ which caused failure, then needed to delete the AD Microsoft Exchange System Objects group due to permission failures, etc) I've now got a fully installed Exchange server. Still, now I cannot figure out how to fix my next problem - Accessing the EAC/ECP.

I've searched every possible web guide/forum thread and the only one which is the same issue I'm having is this one: http://social.technet.microsoft.com/Forums/en-US/exchangesvradmin/thread/89c42771-78c9-4d94-88e5-557320eccc71 

Unfortunately, as you can see in that thread, it is still unresolved. 

Current Issue: trying to access https://localhost/ecp (or any other variation) returns a 404 Not Found.

The error page points the physical path to c:\inetpub\wwwroot\ecp however that folder does not exist. I have tried manually changing the IIS site (Exchange Back End) to point its physical path to C:\Program Files\Microsoft\Exchange Server\V15\ClientAccess\ecp which seems to be valid, however it doesn't work...

Not sure what else to do... HELP!

Oli

Exchange 2010 Outlook Anywhere Setup - Single Server

$
0
0

Hi,

Hope someone can help, was just wondering if there were any tipe for setting up and securing Outlook Anywhere on a Single Exchange Server?  Are the steps for setting up just the same and are there any extra steps that may need to be carried out to secure the access if it is running on a single server?

Thanks,

D

Migrating from Exchange 2003 to 2013

$
0
0

I know there isn't a migration path for Exchange 2003 but has anyone tried any type of work around?  I'm thinking about moving one of my customers users mailboxes to PST files and them importing them into Exchange 2013 on a 2012 server.  Has anyone had any experience doing this?  Below are the details of what I have and what I was thinking about doing:

Small Network - approx. 10 users

Server 2003 Sp3 standalone AD DC with Exchange 2003

Would like to move straight to Server 2012 with Exchange 2013

If I export the mailboxes and uninstall Exchange from the 2003 server will Server 2012 join the domain and upgrade the existing AD schema (forest and domain)?  If it would, could I then install Exchange 2013 on that server, create the mailboxes for the users and import the PST files?

Just wondering if anyone has tried this, or something similar.  They don't have an extra server to move everything to 2010 first so it's either a workaround or move them to Exchange 2010 (which Microsoft has quit selling).  I'm sure this will put a lot of small business VARs in a bad situation. 

(Just as a side note) Is it true that Dell and HP have quit selling Windows 7 Pro? My vendor still sells it and will for 18 more months.

Exchange Hybrid Deployment

$
0
0
Hello, I am having a problem with doing a hybrid deployment with office 365. I get a federation problem. It says unable to locate remote host and an error comes up.

Exchange Server 2013 Installation error

$
0
0

DC windows 2012 on deferent Server ,Installing Exchange 2013 on Windows 2012  exchange 2010 environment.

C:\soft\E2013>Setup.exe /mode:Install /role:Mailbox /IAcceptExchangeServerLicens
eTerms

Welcome to Microsoft Exchange Server 2013 Unattended Setup
Copying Files...
File copy complete. Setup will now collect additional information needed for
installation.
Mailbox role: Transport service
Mailbox role: Client Access service
Mailbox role: Unified Messaging service
Mailbox role: Mailbox service

Performing Microsoft Exchange Server Prerequisite Check


Configuring Microsoft Exchange Server

    Preparing Setup                                           COMPLETED
    Mailbox role: Transport service                           FAILED
     The following error was generated when "$error.Clear();
                    $agentName = "Mobile Message Receive Agent";
                    $agent = get-transportagent -Identity:$agentName;
                    if ($agent) {
                    uninstall-transportagent -Identity:$agentName;
                    };
                " was run: "Invalid agent configuration in file 'C:\Program File
s\Microsoft\Exchange Server\V15\TransportRoles\Shared\agents.config'.".


The Exchange Server setup operation didn't complete. More details can be found
in ExchangeSetup.log located in the <SystemDrive>:\ExchangeSetupLogs folder.

C:\soft\E2013>

Exchange 2007/2013 Co-Existence legacy question

$
0
0

Hi,

We are currently running Exchange 2007 and have recently installed Exchange 2013. Up until this point we have had no Exchange services published externally via ISA/TMG.

The 2013 server is now installed and we have pointed our internal autodiscover.contoso.com record to the 2013 CAS so far so good. We have also created a legacy.contoso.com internal A record to point to the Exchange 2007 CAS.

Our ultimate goal will be to enable Exchange hybrid /365 and with that in mind we have bought a public certificate with mail.contoso.com and legacy.contoso.com as SAN.

I've also Set-WebServicesVirtualDirectory internal and external urls to legacy.contoso.com

My question now is what to do with the new cert that we've installed on the 2013 CAS. Does this also need installing on the 2007 CAS for legacy to work ? If so do I just import-exchangecertificate on the 2007 CAS and if so to what services ?

Thanks


Migration Public Folders from Exchange 2010 to Exchange 2013

$
0
0

Fatal error  toomanylargeitemspermanentexception.

I have 20 GB of Public Folders to move. This is my script.

Exchange on-premise Migration.

New-PublicFolderMigrationRequest -SourceDatabase (Get-PublicFolderDatabase -ServerEX2010) -CSVData (Get-Content C:\PF-Import-File\PFFolder2Mailbox.csv -Encoding Byte) -AcceptLargeDataLoss -BadItemLimit 40000

No matter what I try I get to 95 % and fail. I have broken it into several Mailbox Folders, changed bad -item limit, etc.

I cannot find the large files in public folders because there are too many of them. I assume I must remove the items larger than 35mg before I can successfully move the PF's.

Is there a way to increase this limit or a script I can run that will tell me the large items in Public folders?

Thanks

Exchange 2010 SP3 upgrade DAG

$
0
0

Hi

I am wanting to upgrade our Exchange 2010 SP1 servers to Exchange 2010 SP3 inc. RU1

The primary environment consists of 1 CAS server, 1 HUB server and 1 MBX server.

The Disaster Recovery site consists of a multi-role server that houses all roles (CAS/HUB/MBX)

There is a DAG setup between the MBX servers, cross site. I have configured all the settings to disable auto failover of databases as the DAG is setup purely for DR not HA.

My query is, if when installing SP3 and RU1 I am happy for there to be down time in the primary site (i.e no Outlook access), do I need to run any of the DAG prep scripts? As a lot of what they do is already done to prevent auto failover.

My plan

  • Run ADPREP - wait for replication
  • Suspend the database copy
  • Complete the SP3 and RU1 updates at the DR site first as I am lead to believe SP1 and SP3 can coexist.
  • Resume the database copies to ensure replication works
  • Backup CAS/HUB using Veeam
  • Test restore using Instant Recovery
  • Install SP3 and RU on CAS/HUB servers
  • Suspend Database copy
  • Shutdown MBX server and backup using Veeam
  • Test restore using Instant Recovery
  • Install SP3 and RU1 on MBX server
  • resume database copy
  • Complete testing

Thanks in advance

Cheers

David

Office Webapp Server Error

$
0
0

hello - I have configured office web app server for some reason I am not able to view the log 140,142 it just dont show me any logs -

When I preview the file I get this error message as attached.

I can view https://domain.com/hosting/discovery but not sure why I cannot preview the doc

I will really appreciate if any one can help me with this.

FarmOU                            :
InternalURL                       : https://oas.mydomain.net/
ExternalURL                       : https://oas.mydomain.net/
AllowHTTP                         : True
SSLOffloaded                      : False
CertificateName                   : SYNC
EditingEnabled                    : True
LogLocation                       : C:\ProgramData\Microsoft\OfficeWebApps\Data\Logs\ULS
LogRetentionInDays                : 7
LogVerbosity                      :
Proxy                             :
CacheLocation                     : C:\ProgramData\Microsoft\OfficeWebApps\Working\d
MaxMemoryCacheSizeInMB            : 75
DocumentInfoCacheSize             : 5000
CacheSizeInGB                     : 15
ClipartEnabled                    : False
TranslationEnabled                : False
MaxTranslationCharacterCount      : 125000
TranslationServiceAppId           :
TranslationServiceAddress         :
RenderingLocalCacheLocation       : C:\ProgramData\Microsoft\OfficeWebApps\Working\waccache
RecycleActiveProcessCount         : 5
AllowCEIP                         : False
ExcelRequestDurationMax           : 300
ExcelSessionTimeout               : 450
ExcelWorkbookSizeMax              : 10
ExcelPrivateBytesMax              : -1
ExcelConnectionLifetime           : 1800
ExcelExternalDataCacheLifetime    : 300
ExcelAllowExternalData            : True
ExcelWarnOnDataRefresh            : True
OpenFromUrlEnabled                : False
OpenFromUncEnabled                : True
OpenFromUrlThrottlingEnabled      : True
PicturePasteDisabled              : True
RemovePersonalInformationFromLogs : False
AllowHttpSecureStoreConnections   : False
Machines                          : {OAS}


Exchange 2013 w/Dag Windows 2012 Server Standard MBX1 MBX2 FWS CAS1 CAS2 I use ZenLoad balancer

One or more servers in the existing organization are running Exchange 2000 or 2003

$
0
0
While running the readiness checks during setup of Exchange 2013 I receive the error: One or more servers in the existing organization are running Exchange 2000 or Exchange Server 2003. This is a clean install into an existing O365 Exchange Online environment. No federation services or hybrid configuration. I am migrating from Exchange Online back to on-premise Exchange.

Client Access transition from 2007 to 2013

$
0
0

Hi all,

Currently i am trying to setup exchange 2013 into coexist exchange server 2007. The setup has completed successfully, so does mailbox migration test from 2007 database to 2013 database.

My questions is, when i accessing 2013 ECP, select Server Menu, i can see the coexist 2007 server along with 2013 server, but on database tab, there are only databases belong to 2013. The user from 2007 database cannot access his mailbox from 2013 OWA.

My questions are:

1. Is it normal, that 2013 ECP will not listed the 2007 database? If not, what are the configurations i have missed?

2. If it is normal, then let say that i would like to do mailbox migration gradually (because it will take very long downtime to migrate a bunch of mailbox), how user can still access mail.domain.com from outside organization and the 2013 CAS will understand whether this user's belong to 2013 mailbox (user has been migrated) or 2007 mailbox (user that has not been migrated)?

Thanks.

Exchange 2013: Cannot submit migration batch

$
0
0

Trying to create a migration batch as the following:

New-Migration Batch -Local -Name Batch1 -CSVData([System.IO.File]::ReadAllBytes("<csv file path>")) -TargetDatabase <database name> 

Gives me the following error:

The operation couldn't be performed because object 'Batch1' coulnd't be found on Microsoft.Exchange.Data.Storage.MailboxSession

+ CategoryInfo: NotSpecified: (Batch1:MigrationBatchID) [New-MigrationBatch], ManagementObjectNotFoundException

+ FulllyQualifiedErrorID : 2BCEC4B6 ,Microsoft.Exchange.Management.Migration.NewMigrationBatch

+PSComputerName: <Ex2013 server name>

 When I try submitting the batch using ECP, it shows the same error the first time. I click ok on the error message and click "New" again to try submitting the batch again, then it says "Error: The migration batch 'Batch1' already exists.

So I run Get-moverequest | where-object {$_.BatchName -eq "Batch1"} or Get-moverequest | where-object {$_.BatchName -eq "MigrationService:Batch1"}, it shows no moverequest that has "Batch1" as batch name. The ECP does not show any batch created under migration.

If I create individual move request (New-MoveRequest), mailbox migration works fine. But it's just submitting a batch that seems out of order...

Any help would be appreciated. Thanks!


me

Exchange 2010 SP3 schema update

$
0
0

I looked in my AD using adsiedit to verify the object versions before applying the 2010 SP3 schema and see
- rangeupper - 14726
- Forest Object Version - 13214
- Domain Object Version - 13040

Looking at the version number that would indicate the 2010 SP3 schema has been applied, I see that the domain object version number is the same, 13040.
Since this number is already valid, can I skip the "setup /preparedomain:<--->" portion of the schema update?

Thanks
Tom


Export mailboxes from Zimbra to Exchange

$
0
0

Hello,

I wonder if anyone can help me with this query:

we have a potential new client that would like to export the mailboxes to a MS Exchange system, not sure what the version of Zimbra it is as it is currently hosted by a third party. We are trying to avoid using Outlook export to PST as the solution.

Thank you,
Nuno

MSEXCH13 How do I properly setup disjoint name space? Do I need it?

$
0
0

Good Morning Ladies and Gentleman,

I have an issue with my Exchange Server and I believe it is caused because of a Disjoint Namespace.  I am not 100% sure if this is the case though.  My current setup is that the Exchange 2013 server is going to be part of a child domain, all the servers and computers that connect to the server will be part of this child domain.

What I believe my issue is, is my www domain which will be pointing to the exchange server is different than my active directory domain.  So I have something like child.addomain.com which is different than my mail.wwwdomain.com or my owa.wwwdomain.com 

I am not sure if this qualifies as a disjoint namespace or not though?  If it does how do I resolve this issue do I need to re-install Exchange from scratch?  I tried doing the disjoint namespace steps listed on the Deployment Assistant but all this did was make it so my server no longer sends or receives emails and my clients are no longer able to connect.

Any help on this would be appreciated.

Cheers,

Johnathan

Exchange Management Console Shows Wrong Service Pack for Mailbox Server

$
0
0
We are currently running Exchange 2010 SP2. Anyway, when I open the Exchange Management Console and click Server Configuration it shows all of our servers are running Exchange Version 14.2 (Build 247.5) except for one of the mailbox servers. For that server it shows Version 14.1 (Build 218.15)     (Indicating it has SP1 on it).


When I go to that server, it shows Update Rollup 6 for SP2 is installed. Additionally I compared the version for the store.exe for the two mailbox servers and they both match (14.2.342.2). I'm guessing Active Directory has the wrong version listed for this server. Is there a safe way to update it? Thanks!

Exchange Server 2010 SP2 rollup 6

$
0
0

I've been waiting on installing Exchange 2010 SP2 rollup 6 because I don't seem to have any of the issues fixed in RU6.  I've been successfully running RU5.2 since January (mail site is stable).  I've already installed the security patches in that rollup via windows update and I'm concerned about the 'soft-delete' user issue reported in that rollup. 

My question - should I install RU6 now that I have a window to do it or wait for a possible RU7 (future window). 

I have no plans at this time of moving to SP3 (but probably will in 1Q-2014 before support for SP2 ends), but would that be a better option now that RU1 has been released for it? (Note:  I don't need interoperability with E2K13 because that is not even in the planning at this point).


Bill

Event 1136 after Exchange 2013 Active Directory schema Preparation

$
0
0

I am in the process to migrate to Exchange 2013 from Exchange 2007.  The domain controller is on Windows Server 2003. I did the Exchange 2013 set up by using 'setup /PrepareAD' on Windows Server 2012 and it seemed okay.  However, I found the event ID 1136 (Active Directory failed to create an index for the following attribute.) on the attributes below

msExchArchiveRelease
msExchBypassAudit
msExchMailboxAuditEnable
msExchMailboxRelease
msExchPreviousRecipientTypeDetails
msExchRecipientSoftDeletedStatus
msExchResourceSearchProperties
msExchTransportRuleState
msExchUserHoldPolicies

Additional Data
Error value:
-1403 JET_errIndexDuplicate, Index is already defined.

How can I resolve/address the above errors?  Also can the installation on Exchange 2013 be continued?

Thanks

Lawrence

Viewing all 7008 articles
Browse latest View live


Latest Images

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