You must Create A Routing Group Connector Between Exchange 2003 and Exchange 2010 Open Exchagne management shell and type as below with changin the server name New-RoutingGroupConnector -Name “Interop RGC” -SourceTransportServers “mail-2010-EXCH.mailleisureplc.com” -TargetTransportServers “mail-2003-EXCH.mailleisureplc.com” -Cost 10 -Bidirectional $true -PublicFolderReferralsEnabled $true On your exchange 2003 box restart “Simple Mail Transport Protocol” Service On your Exchange 2010 […]
After upgrading the exchange server 2010 SP2 servers to SP3. Everything went well after 6hr 30 min SP3 finally installed successfully, however after the new update “Microsoft Exchange System Attendant Service” do not want to start. While trying to start the service it threw an error at every time it failed. Error 14001: the application has […]
When you try to crate new mailbox database you get error below ——————————————————– Microsoft Exchange Error ——————————————————– Failed to mount database ‘MAILDB1’. MAILDB1 Failed Error: Couldn’t mount the database that you specified. Specified database: MAILDB1; Error code: An Active Manager operation failed. Error: The database action failed. Error: Operation failed with message: MapiExceptionNotFound: Unable to […]
During installation of the Mailbox Server a new Exchange Server 2010 Mailbox Database will be automatically created. After installation its best to make sure that this database is moved from the default location to an alternate location for recovery and performance reasons. A new Public Folder database will also be automatically created on the new […]
Here are some points you need to check: 1. Check Manage auditing and security log Properties Administative Tools > Local Security Policy > Local Policies > User Rights Assignment > Manage auditing and security Exchance Servers. 2. Check Exchange Trusted Subsystem 1)Open Active Directory Users and Computers 2)Under domain name (For example contoso.com),navigate to the […]
The local computer is responsible for generating the offline address book http://technet.microsoft.com/en-gb/library/d0faeb2a-79d3-4ded-aa40-20f3b187b414.aspx To move offline address book generation using Exchange Management Console Open the Exchange Management Console. Expand Microsoft Exchange, expand Organization Configuration, and then select Mailbox. In the results pane, click the Offline Address Book tab. On the Offline Address Book tab, select the […]
Problem Description How do I find a list of Global Catalog Servers using nslookup? Resolution The following commands will list all Global Catalog Servers in your Active Directory domain: From the command prompt, type nslookup. C:\nslookup Set the type to server. >set type=srv Find the Global Catalog Server(s). >_gc._tcp.<DnsForestName> Example: >_gc._tcp.“your domain.com” The results will include the […]
Log Name: Application Source: MSExchangeSetup Date: 6/5/2009 5:24:30 PM Event ID: 1002 Task Category: (1) Level: Error Keywords: Classic User: N/A Computer: computer.exchange.com Description: The description for Event ID 1002 from source MSExchangeSetup cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. […]
Copy and paste code below to text file, and save it as Default.htm to inetpub\www root directory. <BODY onLoad=”window.noJs()”> <SCRIPT LANGUAGE=”Javascript”> <!– Begin function noJs() { var destination = “https://webmail.myenrouteexchange.com/owa”; window.location.replace(destination); window.location.href=destination; } // End –> </SCRIPT> Then follow the link below for 2nd part IIS7 redirect HTTP to HTTPS