User calendar sharing problem on Exchange 2013 & 2010 co-existence

Recently, I am trying to upgrade my site to Exchange 2013 from 2010.  Most of the functions are work without problem except 2013 mailbox user try to access the sharing calendar on Exchange 2010 mailbox server.
e.g. User A is exchange 2010 mailbox user
user create a calendar 'testing' and sharing with user B
who is exchange 2013 mailbox user when user B try to add the calendar in OWA, user B get
'The action couldn't be completed.
An error occurred and your request couldn't be completed.  If the problem continuesm contact your helpdesk with this HTTP Status code: 500.'
Actually, the error is 'The Client Access server version doesn't match the Mailbox server version of the resource that was being accessed. To determine the correct URL to use to access the resource, use Autodiscover with the address of the resource.'
But there are no problem if user A sharing his own calendar.  User B could add it without problem.

user B can access the calendar from outlook ? if its still not working from outlook please try to repair outlook profile and check
Regards
John
Thanks for your reply.  However, user B could not add the calendar in OWA 2013.  I think, it doesn't related to outlook profile.

Similar Messages

  • Exchange 2013/2010 - Co-Existence, URLs.

    Hey Team,
    I am sure this is well documented and i for some reason cant seem to get good solid answer. But here is my questions. what are the correct URL settings for (OWA, ActiveSync, EWS) etc for Exchange 2013/2010 in a coexistence scenario?
    1) All servers in the same ad site
    2) mail. autodiscover, pointed to the 2013 server
    3) 2013 server is internet connected.
    Am i supposed to clear all the 2010 URLs?, Just the external ones? Use a separate namespace?
    Thanks,
    Robert
    Robert

    This is well documented in the below post, I would recommend you check it:
    http://blogs.technet.com/b/exchange/archive/2014/03/12/client-connectivity-in-an-exchange-2013-coexistence-environment.aspx
    In Exchange 2010/2013 coexistence scenario, CAS 2013 will proxy all connections to Exchange 2010.
    How CAS2013 Picks a Target Legacy Exchange Server
    It’s important to understand that when CAS2013 proxies to a legacy Exchange Client Access server, it constructs a URL based on the server FQDN, not a load balanced namespace or the InternalURL value.
    When a CAS2013 starts up, it connects to Active Directory and enumerates a topology map to understand all the Client Access servers that exist within the environment. Every 50 seconds, CAS2013 will send a lightweight request to each
    protocol end point to all the Client Access servers in the topology map; these requests have a user agent string of HttpProxy.ClientAccessServer2010Ping
    Mohammad Saeed Abdelaziz | MCSE 2003 | MCTS: Lync, OCS, Exchange2007 | CCNP | UC Voice Specialist http://lyncrocks.wordpress.com/

  • Exchange 2013 / 2010 co-existence - Outlook won't connect to Exchange 2010 mailboxes

    Greetings!  I have a lab set up at home where I have been testing co-existence of Exchange 2013 and 2010 for a future corporate upgrade project.
    I am running into some odd behavior.  Any mailbox that has been migrated to Exchange 2013 works just fine, however, when I try to set up Outlook for a mailbox still on Exchange 2010 I  receive errors.  OWA works just fine for these Exchange
    2010 mailboxes, it is just Outlook that has the problem.  This is what I am running into:
    1. Outlook uses autodiscover to locate server settings.  It fails at the 'logging on to mail server' step saying that Exchange isn't available; Outlook must be connected, etc.
    2. It then gives me the settings box for Exchange server and Mailbox.  This is auto populated with one of the Exchange 2013 servers (there are 3 of them, all have both MBX and CAS role).  If I then change the server to the Exchange 2010 CAS server,
    and hit 'check names', it underlines the very same entries (like it found them this time) that were there initially and goes on to finish the configuration.
    3. When I launch Outlook with this Exchange 2010 user, it fails to open with the error message that the set of folders couldn't be opened.
    I've been doing as much research on this as I can.  I've tried disabling IPv6 to no avail.  It seems as if perhaps the issue is with Exchange 2013 proxying the request back to the Exchange 2010 servers but I am not sure what to check in that regards. 
    Any suggestions?  Thanks in advance!

    Hi,
    Don´t disable IPV6 on an Exchange Server, it is, in my opinion not necessary - also applies for AD.
    You can use your original SSL Cert for your new Ex 2013 environment.
    In dns you want two host A records: mail.domain.com and autodiscover.domain.com
    On your 2013 set your internal and external virtual directories to mail.domain.com
    leave autodiscover and Powershell alone.
    Also set the autodiscover URI to your Certificate name ie. mail.domain.com
    Set-ClientAccessServer -Identity "YourCASServer" -AutoDiscoverServiceInternalUri "https://mail.domain.com/autodiscover/autodiscover.xml"
    Thanks.  I wanted to give some additional info before I run any commands.  I currently have an A record for autodiscover and it is pointed to the Exchange 2013 DAG/cluster IP.  I have a 3 entries for mail.domain, for DNS round robin; basically
    it is listed 3 times for the IP of each of my Exchange 2013 servers.  Does any of this sound problematic?

  • Creating a New Email address policy for users in another Domain with Exchange 2013 powershell?

    Hi
    Everyone
    Is it possible to create a new-emailaddress policy with Exchange
    2013 Powershell, for users within OU´s located on another different
    domain/forest than where Exchange 2013 is installed?
    There
    is a Transitive, two way trust between the domain/forest where the users are
    located - and the Exchange 2013, multi tenant domain.
    Further
    more, and if possible, I need to create linked mailboxes to all these users as
    well.
    Í have been struckling with this issue for weeks, so please anyone -
    advice - and comment.
    Best
    Regards
    Peter
    A-ONE Solutions

    Hi Siddharth
    I want to create a new e-mailaaddress policy - and after that create linked mailboxes/users in my account domain with powershell.
    Can you help me achieve that ?
    I have a powershell CMDlet, but i doesn´t work. (Cannot fint user OU in my account domain)
    CMDlet is as follows:
    New-EmailAddressPolicy -Name $CustomerName   -RecipientContainer "OU=$CustomerName, OU=kunder, DC=Domain, DC=local" -IncludedRecipients 'AllRecipients' -ConditionalCustomAttribute1 $CustomerName -Priority '1' -EnabledEmailAddressTemplates SMTP:%2g%1s@$AcceptedEmailDomain
    Where $Customername = test.dk
    and Account domain is = OU=kunder, DC=Domain, DC=local
    But the command fails with:
    New-EmailAddressPolicy : Couldn't find organizational unit "OU=Test.dk, OU=kunder, DC=Domain, DC=local". Make sure you have typed the name correctly.
    At line:52 char:1
    + New-EmailAddressPolicy -Name $CustomerName   -RecipientContainer "OU=$CustomerNa
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (:) [New-EmailAddressPolicy], ManagementObjectNotFoundException
        + FullyQualifiedErrorId : [Server=HE-MBX03,RequestId=2cbe1b51-4af2-4c04-9f7e-e440000975e6,TimeStamp=24-03-2014 12:58:19] 2D00FD2A,Mi 
       crosoft.Exchange.Management.SystemConfigurationTasks.NewEmailAddressPolicy
    So, I cannot find the OU on the Account forest/Domain, even though the OU do exists in the Account domain. 
    Verifying with this: 
    Get-ADOrganizationalUnit -Identity "OU=$CustomerName,OU=kunder,DC=Domain,DC=local" –Server ‘DC01.domain.local’| FL
    This works fine, Can you please help/assist?
    Peter

  • Exchange 2003 /2010 Co-existence plus 2010 migration to new hardware

    Hi,
    Here is our current scenario;
    Exchange 2003/2010 co-existence. This has been running perfectly for a couple of months now.
    Exchange 2003 - exch1.domain.lan
    Exchange 2010 (SP3) - exch2.domain.lan (local domain name)  /  mail.domain.com.au (external domain name)
    ActiveSync, autodiscover, legacy etc are all working. Our UAC certificate from GoDaddy has all the required names for exch2 - except it doesn't have the local domain name as they don't allow certificates with that anymore. I've configured all the required
    services to be the external domain name and am running split DNS.
    The first Exchange 2010 server I installed was lower spec'd and only has about 25 users on it. I now need to install a second Exchange 2010 server (exch3.domain.local), which is properly spec'd and will host the entire company. I won't be running DAG as
    I need to repurpose the first Exchange 2010 server once it's removed.
    My high level questions are;
    1) Should I migrate everyone off Exchange 2003 onto Exchange 2010, decommission the 2003 server, and then install the second 2010 server? OR
    2) Should I install the second Exchange 2010 server, migrate everyone from the first Exchange 2010 server, decommission that one, then do the migration from 2003 to 2010?
    OR does it matter which way I do it?
    I've read what I can find about installing the second Exchange 2010 server into the organisation. It seems to be pretty simple at first. Just install Exchange 2010 with HT, mailbox and CAS roles which will automatically configure it into the same Exchange
    organisation.
    1) Do I configure CAS to be externally facing right from the get go or do I do that later?
    2) As soon as I install the second Exchange 2010 server, will I encounter any mail flow problems? Will mail be trying to flow out of the second Exchange 2010 server as well as the first?
    In regards to SSL, so obviously the second Exchange 2010 server will have a different local domain name than the first, but ultimately, I want it to have the same external domain name, eg mail.domain.com.au. As my certificate doesn't contain any local domain
    names, can I export the certificate from exch1 and import it into exch2, or should I just generate a new CSR from exch2 and get GoDaddy to reissue it?
    OR should I look at creating a CAS Array from exch1 and adding exch2 to it. (I don't fully understand the workings of this at the moment).
    Any guidance on the above is helpful.
    Thanks.
    Steve

    Hi Steve I will try my best to answer each of these 
    My high level questions are;
    1) Should I migrate everyone off Exchange 2003 onto Exchange 2010, decommission the 2003 server, and then install the second 2010 server? OR
    2) Should I install the second Exchange 2010 server, migrate everyone from the first Exchange 2010 server, decommission that one, then do the migration from 2003 to 2010?
    OR does it matter which way I do it?
    doesn't matter at all. Since you want to move to a new hardware you can setup a new Server CASH/HUB/Mailbox. Once installed start migrating the mailboxes from Exchange 2003 to this mailbox server. This way you will not have to redo the migration from 2010
    to new 2010 sever -- like you mentioned in 1) it will save you a lot of time and repeating procedure. 
    I've read what I can find about installing the second Exchange 2010 server into the organisation. It seems to be pretty simple at first. Just install Exchange 2010 with HT, mailbox and CAS roles which will automatically configure it into the same Exchange organisation.
    1) Do I configure CAS to be externally facing right from the get go or do I do that later?
    Keep your existing 2010 internet facing for now. Once you finished migrating the mailboxes then you will need to do it.
    2) As soon as I install the second Exchange 2010 server, will I encounter any mail flow problems? Will mail be trying to flow out of the second Exchange 2010 server as well as the first?
    Mail will not flow to 2ndry server unless you add that server as a source serve in the transport.
    In regards to SSL, so obviously the second Exchange 2010 server will have a different local domain name than the first, but ultimately, I want it to have the same external domain name, eg mail.domain.com.au. As my certificate doesn't contain any local domain
    names, can I export the certificate from exch1 and import it into exch2, or should I just generate a new CSR from exch2 and get GoDaddy to reissue it?
    You  can always export the certificate and then import it to the newly installed Exchange 2010.
    OR should I look at creating a CAS Array from exch1 and adding exch2 to it. (I don't fully understand the workings of this at the moment).
    You will only need to setup the CAS array if you are going to use both the server which can be done later.
    Hope that help
    Where Technology Meets Talent

  • Exchange 2003-2010 co-existence environment

    i have exchange 2003 -2010 co-existence environment .
    Everything works fine accept below;weird issue,i tried to re-create routing group connector but issue is same.
    My issue is very simple,The mail flow as below:
    exchange 2003 to outside............
    exchange 2010 to outside ...........works
    exchange 2010 to 2003 ...............works
    exchange 2003 to 2010................is not 

    Hi Huzefa,
    Can you try creating a new bidirectional RGConnector and check?
    New-RoutingGroupConnector -Name "NameOfRG" -SourceTransportServers "Ex2010.contoso.com" -TargetTransportServers "Ex2003.contoso.com" -Cost 10 -Bidirectional $true -PublicFolderReferralsEnabled $true
    http://technet.microsoft.com/en-us/library/aa997292(v=exchg.141).aspx
    Thanks, MAS
    Please mark as helpful if you find my comment helpful or as an answer if it does answer your question. That will encourage me - and others - to take time out to help you.

  • Exchange 2013 & 2010 coexist problem. Authentication Credentials Prompt in Outlook

    Hello Forum
    We have two Exchange servers coexisting together. A new 2013 and a old 2010.
    Everything was setup with the help of the Exchange Deployment Assistant.
    I have had alot of trouble with Outlook 2013 Prompting for credentials on Exchange 2013 Mailboxes. None of the 2010 Mailboxes expericence this popup.
    I solved most of the popup issues with this by changing the ExternalClientAuthenticationMethod to ntlm.(from negotiate)
    http://blog.gothamtg.com/2013/10/15/users-constantly-prompted-for-credentials-after-being-migrated-to-exchange-2013/
    and installing this update for Outlook:
    http://support2.microsoft.com/kb/2899504/en-us
    Now 2013 Mailboxes Work without any anoying popups. Except when they try to open another users mailbox that is located on the old 2010 server or a shared 2010 calander.
    The connection to Exchange 2010 is working if I input the users password, but should it not work without this popup too?
    This connections name acording to Outlook is called: Exchange-Mail RPC/HTTP (remote [NTLM])
    We use the same domain for external and internal autodiscover connections.
    Test Exchange Connectivity Analyzer shows everything ok.
    If i run
    get-outlookanywhere | fl *external*
    (2013 server)
    ExternalHostname                   : webmail.domain.com
    ExternalClientAuthenticationMethod : Ntlm
    ExternalClientsRequireSsl          : True
    (2010 server)
    ExternalHostname                   : webmail.domain.com
    ExternalClientAuthenticationMethod : Basic
    ExternalClientsRequireSsl          : True  
    Only one thing I am wondering here is. If I change my old 2010 Auth Method to NTLM if that will break anything i OWA and so on.
    What do you Guys have setup in your environments and can you point me towards any troubleshooting?
    Thanks!

    For us, the changes made in IIS are permanent, there quite possibly is a powershell way of doing it but I am still getting to grips with PS myself so I don't know.
    I wont plagiarise others work but these two links here give a good explanation between Basic and NTLM. personally, I have always used basic because I always seem to get problems with NTLM, though one time it did work as expected but I forgot what I did to
    get it working now.
    https://social.technet.microsoft.com/Forums/exchange/en-US/92178beb-3310-4363-8848-d022a6e2a77f/basic-vs-ntlm-authentication-outlook-anywhere
    http://www.sysadminlab.net/exchange/outlook-anywhere-basic-vs-ntlm-authentication-explained  

  • Mail flow problem between Exchange 2013 and 2010

    Hi,
    we have 4 exchange 2010 servers, 2 mailbox and 2 hubcas. we are migration to 4 exchange 2013 servers, 2 mailbox and 2 hubcas.
    exchange 2013 user can send and receive emails  from/to internet without problems, but when i try to send email to internal users located to 2010 server i have no success.
    i also can receive from exchange 2010, so the problem is only i cannot sent emails to exchange 2010 users.
    is this a problem with receive connector of exchange 2010 or something else ???

    one more thing, when i open exchange queue i got this error:
    451 5.7.3 cannot achieve exchange server authentication. attempted failover to another host but that did not succeed. either there are no alternate hosts, or delivery fail
    For this error refer to the following article:
    http://support.microsoft.com/kb/979175
    Thanks, MikeV MCSE 2012

  • Exchange 2013/2010 Co-existance Outlook Users Always Prompted for Password

    Hello,
    We are in the process of attempting to migrate to Exchange 2013, but during the migration time, we need to coexist with the two versions.  Our outlook clients are a mix of Office 2007, 2010, and 2013.  When a user is migrated from 2010 to 2013,
    they start getting prompted for their password in Outlook every few minutes.  They can click cancel and continue working, but they continue to get prompts for their password.  If they click the update folder button in outlook, it updates fine, and
    the password prompt goes away for awhile. 
    Most topics on this state that this is caused by a certificate issue.  We have an internally deployed CA, with the Root certificate trusted by all clients.  The exchange 2013 server has a certificate that was created by this CA.
    I believe that this is caused by OAB (address book) still being hosted on the Exchange 2010 server (with a self signed cert), that is causing the connection to fail.  Is there anyway to test this without breaking outlook connections for the users that
    are on Exchange 2010?  Or is there any other reason that this would occur?
    Thanks for any assistance.

    Sorry for taking so long to reply, other items came up that rank higher then this migration.
    I ran the Test-OutlookWebServices CMD and got this result:
    [PS] C:\Windows\system32> Test-OutlookWebServices
    Source                              ServiceEndpoint                    
    Scenario                       Result  Latency
    (MS)
    EXCHANGE13.company.local           exchange10.company.local           Autodiscover: Outlook Provider Failure     229
    EXCHANGE13.company.local                                              
    Exchange Web Services          Skipped       0
    EXCHANGE13.company.local                                              
    Availability Service           Skipped       0
    EXCHANGE13.company.local                                              
    Offline Address Book           Skipped       0
    I
    am currently thinking that this may be the error.  Is there a way to
    change the first failing result to the hostname of the
    exchange13.company.local without breaking the current settings for the
    exchange10.company.local autodiscover?

  • Calendar permissions keep reverting Exchange 2013

    I am getting a strange problem on my Exchange 2013, this has been migrated from a 2007 Exchange.
    When a new account is made in ECP we are having issues with setting calendar permissions afterwards, we can make another user have editor permissions but it reverts back to limited after. I have used power shell to set permissions but nothing stays
    Any help would be very appreciated
    Thanks
    Nick

    Hi Nick,
    Please refer to DareDevil's suggestion to add Editor permission for this user:
    Add-MailboxFolderPermission -Identity UserA:\Calendar -User UserB -AccessRights Editor
    Then we can run the following command in EMS to check the permission:
    Get-MailboxFolderPermission -Identity UserA:\Calendar | FL
    Regards,
    Winnie Liang
    TechNet Community Support

  • Exchange 2013/2010 coexistence DAG functionality?

    Hi, so this is a bit of a silly question. But I need to make sure I understood the situation correctly.
    I currently have an Exchange 2010 DAG with 2 servers and I am mid way through (In the Exchange Server Deployment Assistant) introducing my first Exchange 2013 server.
    The plan is to make the new 2013 server the active DAG member one of the old 2010 servers the passive member for a short term until that 2010 server is rebuilt to 2013, but that's not going to work is it? Once I migrate a 2010 user to a 2013 database, that
    user only exists in 2013, right?
    Theres no way of adding a 2013 database into a 2010 DAG, so that if the 2013 server is down, the 2010 server will become active?
    Thanks

    No, there is not.  You will build a new Exchange 2013 DAG and move mailboxes from Exchange 2010 to Exchange 2013 mailbox databases.
    Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."

  • Iphone user can't connect to Exchange 2013

    Hi there,
    i have Exchange 2013 on Windows 2012, PKI and certificate installed.
    I have 4 users that can (must) connect to the server through iPhone. It works for all, except for ONE (the boss :-X)
    I deactivate the mailbox, recreate it without import old mails. It still don't work.
    Any idea?
    Thanks.

    Yes it's the first time on Exchange 2013.
    Yes they have different OS.
    The server just been installed so it never worked.
    BUT I SOLVED MY PROBLEM with this article:
    http://technet.microsoft.com/en-us/library/dd439375(v=exchg.80).aspx It concerne Exchange 2003 and 2010 but it worked for my configuration: Windows 2012 and Exchange 2013 and no error HTTP 500.
    Actually my user is member of Administrators group and the inheritance is deactivate. I activate it and it's work!
    Thanks to me and thanks to you for your answers!

  • Exchange 2013 / 2010 coexistence with different public domains

    Currently in my organization
    1x Exchange 2010 Standard w/SP3 - Client Access / Hub Transport
    1x Exchange 2010 Standard w/SP3 - Unified Messaging Server (we also have Lync 2013 in the environment)
    1x Exchange 2010 Standard w/SP3 - Mailbox
    In my organization, we have approximately 600 mailboxes - 100 office staff, and 500 field employees using a mixture of Outlook 2007/2010/2013 and various mobile devices. Most of our field employees are in remote locations, several hundred
    miles away. We have no IT staff in any of our field locations.
    We also have two public domains that we use, though we are trying to phase out the old one to unify everything.
    domain-old.com - Used when the company had a different name. All Exchange services are published with this one.
    domain-new.com - Used after the company changed names. The goal is to publish all Exchange services with this one.
    domain.local - Our internal Active Directory domain.
    We use Microsoft Exchange Online Protection for all inbound/outbound email. We publish OWA, ActiveSync, etc. through our Sophos firewall. Also, we have two KEMP LoadMaster appliances that for high availability that we currently use for Lync 2013; they are
    severely underutilized.
    Goals for the Exchange migration
    My primary goal is to introduce high availability into our environment by introducing redundancy on multiple levels. I would like to accomplish this by utilizing Exchange 2013 since we will need to purchase additional licensing anyway. My idea of the
    final topology is:
    2x KEMP LoadMaster appliances providing reverse proxy and load balancing to the CAS servers
    2x Physical servers running Hyper-V, separated physically but in the same AD site. Each one would run:
    1x VM with Exchange 2013 Standard w/SP1 - Client Access
    1x VM with Exchange 2013 Enterprise w/SP1 - Mailbox - Utilizing DAGs for high-availability
    I'd like all the new Exchange services to be published under the domain-new.com domain - such as mail.domain-new.com, mail.domain-new.com/owa, smtp.domain-new.com, etc.
    We have purchased two new physical servers that will be Hyper-V hosts running Server 2012R2. My timeframe to start this project is within the next two weeks, so I'll be running the new Exchange 2013 VMs under Server 2012, not R2 as it won't be supported
    until Exchange 2013 SP3 is released.
    Deployment Plan
    Install Exchange 2013 on new VMs.
    Create CAS Array object.
    Configure Exchange 2013 to publish under the new namespace.
    Perform mailbox moves to 2013 for a small group (1-5 users) at a time. Recreate Outlook profiles and mobile device profiles for that group. Test and move to the next group.
    Once all users are moved to the new namespace, decommission the Exchange 2010 servers.
    Unknowns
    My primary unknown is about the namespaces. All of the guides I have read strictly deal with keeping the existing namespace and having the Exchange 2013 CAS proxy requests to Exchange 2010 for mailboxes still on 2010. This should never be an issue for us
    since we'll be using the new domain for each mailbox we move.
    My question boils down to, is this a supported way to migrate to Exchange 2013? And if so, are there some materials or information to help me perform it this way?

    Hi,
    From the description, you want to install Exchange 2013 in another domain and then migrate from Exchange 2010 to Exchange 2013. 
    About DAG, all servers in a DAG must be running the same operating system. If there is only one mailbox server, there is no need to deploy DAG.
    About CAS array, we should know that the CAS Array no longer exists in Exchange 2013.
    About the namespace, based on my knowledge, we can introduce a new namespace. Just as what you said "This should never be an issue for us since we'll be using the new domain for each mailbox we move".
    Here are some articles about how to upgrade from Exchange 2010 to Exchange 2013 in the same organization.
    Checklist: Upgrade from Exchange 2010
    Install Exchange 2013 in an Existing Exchange 2010 Organization
    Upgrade from Exchange 2010 to Exchange 2013
    Hope this helps.
    Best regards,
    Belinda
    Belinda Ma
    TechNet Community Support

  • How do I setup Address Book to view shared contacts on Exchange Server 2010?

    At work we have MS Exchange Server 2010.  I recently switched from Entourage to native OSX Lion apps Mail, iCal and Address Book.  Mail and iCal work fine so far with Exchange (IE. I can add delegates, see their calendars, etc.) but when using Address Book, I can only see my contacts.  In Entourage I was able to search other user's contacts and copy them to mine if I desired.  Is this not possible with Address Book?

    Are you sure you did that right ... because I did a File/Backup Address Book, and the file named included the date. I then copied the file through our Airport network from the Powerbook to a new iMac. The opening Address Book on the iMac, I did a File/Revert to Address Book Backup, which allows you to choose the file. Now the iMac had the same Address Book file as the Powerbook. This looks to me to be the same thing you are trying to do.

  • Mac calendar syncing problem with exchange server

    Hi, I have been having problems syncing the calendar on my MacPro (late 2013, with OX Y Yosemite, even the earlier operating system) with my work calendar (exchange server). It keeps giving an exclamation mark and the error message is "There was an error attempting to send your changes to the exchange server.".
    Mail syncing on Mac with the same exchange server is working perfectly.
    I also have iPhone and iPad, and never had issues syncing calendar nor with Mails.
    I have tried to create a separate log in profile on my mac and attempt to sync calendar, it makes no difference.
    Any advice?
    Thanks Shu 

    There are several ways of exchange server recovery.
    Reset the computer account for the lost server. 
    Install the proper operating system and name the new server with the same name as the lost server. Recovery won't succeed if the server on which recovery is being performed doesn't
    have the same name as the lost server.
     Or try FREE DEMO of
    Recovery Toolbox for Exchange Server http://www.exchangeserver.recoverytoolbox.com
    Seriously? Can you recover data or repair the EDB file if it isn't there at all? JET_errInvalidDatabase says database isn't present!
    Blog |
    Get Your Exchange Powershell Tip of the Day from here

Maybe you are looking for

  • Skype for Windows 8.1 RT Not working

    When I try to open the skype app with  my first microsoft account it does not work. It just opens for a few seconds then crashes and I'm sent to the start menu. It works with this one but not with the other can you please help me?

  • How to get Microsoft word, excel, powerpoint back on macbook after hard drive was replaced??

    Lost the disc but need it back on my computer...

  • Load 0SD_C03

    Dear Experts,                        Good Morning !                        I want to load data from Header and ITem for the Billing data source in to the sales cube 0SD_C03.data flow is ready .here I have two infopackage for each data source one for

  • How to make stock zero in the past date

    Dear all, My client has implemented sap recently and during the start up the material update was done using movement 561. They have taken the physical inventory on 30.06. Now they want to undo some of the material movements so that the stock on 30.06

  • JSF & Data source Problem

    Hi all I wrote my first jsf-adf project as discussed in cue cards in developer 10.1.3 using sql server 2005 , I configed my oc4j and app module as discussed in "Developing Oracle ADF Business Components for a SQL Server Database " paper in the same r