How outlook communicate with exchnage server 2013/2010/2007

when  i am creating a outlook profile for any user to access the mail box from exchange server. on that time how outlook communicate with exchange server.
Abp

Hi paul440,
Thank you for your question.
If we have configured autodiscovery correctly, outlook will connect Exchange CAS server by autodiscovery, autodiscovery will direct outlook to connect correct CAS server by user’s mailbox location. For Example, if the user mailbox located on Exchange 2010,
outlook will connect Exchange 2010 CAS. if the user mailbox located on Exchange 2013, outlook will connect Exchange 2013 CAS.
 We could refer to the following link:
https://technet.microsoft.com/en-us/library/bb310763(v=exchg.141).aspx
If there are any questions regarding this issue, please be free to let me know. 
Best Regard,
Jim

Similar Messages

  • How to communicate with a server ?

    Hello.
    I'm an intern trying to find a RIA client to use with a Java application server. The server provides two ways to access data :
    - a HTTP servlet that deals with XML
    - a web service
    I can't find information about how to communicate with a server using JavaFX 2, so can you try to explain it to me ?
    I'm sorry if what I ask is stupid, but I'm not very familiar with these things, I'm just a student.
    Thank you.

    Hi,
    communicate with a server is not JavaFX speciffic. You can use any "Java way" to access web-services or http requests. Try Axis2, it creates you the client API from the WSDL (the webservices on your server should provide the WSDL), than you can use this created client API to access the web-service in your JavaFX application. (see: http://people.apache.org/~ruchithf/hw-axis2/). You should be aware that by default you are working on one Application Thread (JavaFX as well as Swing and SWT), so when your first poc. is running you should use the javafx concurrent api, to create non blocking requests (http://docs.oracle.com/javafx/2/threads/jfxpub-threads.htm).
    Andy

  • How to : Configure Project Server 2010 to work with Exchange Server 2013

    Hi everybody. I have a problem. I did integration success project server 2010 with exchange server 2010. But now my customer use exchange server 2013. So my question is "Have a way to integration project server 2010 with exchange server 2013 ?"

    I haven't seen any document with Project 2010 and Exchange 2013. You could still try the old document with Project 2010 and Exchange 2010.
    http://technet.microsoft.com/en-us/library/ff468700(v=office.14).aspx
    It might just work.
    Thanks Gaurav Wason MCITP, PMP

  • How to check whether it is Exchnage Server 2013 SP1 or any other version of exchnage server 2013, with the help of registry.

    Hi,
    I need to check the Service Pack level of Exchange Server 2013, from Registry.
    I investgated for it, but the vale of product Minor version in Registry is same as of exchange server 2013 CU3 or any other exchange 2013.
    So, please let me know, what is the proper way to identify the SP level of exchnage server 2013.
    Thanks in advance..

    Use the powershell command
    Get-ExchangeServer | Format-List Name, Edition, AdminDisplayVersion
    This will provides what version of exchange server 2013 are using..
    Refer the below article for more detail..
    http://technet.microsoft.com/en-us/library/hh135098%28v=exchg.150%29.aspx
    Exchange Queries

  • My facebook setting keeps saying "Error Signing In" "could not communicate with the server." How do I fix this?

    I have been trying to fix my facebook setting but I keep getting an error message after inputting my password. "could not communicate with the server" keeps popping up. [DELETE ACCOUNT] doesn't work either. It doesn't delete my facebook account at all. What else can I do?

    THIS HAS WORKED
    Apple Support Communities
    Re: IOS 7 Apple Settings Facebook Error
    created by Pegboarder in Using iPad - View the full discussion
    Go into settings/privacy/Facebook and disable the button.
    Open your Facebook app and login.
    Once logged in go back to that button and enable.
    You may have to re-enter your password but the error will be gone.
    Good luck.
    Did this help? Go to the message, sign in, and reply
    Start a new discussion in the same community
    You are receiving this email from Apple Support Communities. You can change your email preferences in your Apple Support Communities Profile.
    © 2013 Apple Inc. 1 Infinite Loop, MS 303-3DM, Cupertino, CA 95014.
    All Rights Reserved | Privacy Policy | Apple Support Communities Terms of Use | Apple Support

  • The crawler could not communicate with the server on SharePoint 2010

    Dear Friends,
      we have two tier farm application and web is running in one server , and other one is database server, search crawling is not working  ,My search service application log giving these below errors ,  Can you please suggest me how to fix these
    errors and how to make the search crawling with out errors.This is very urgent friends, because I have these issues on production server. kindly help me to fix these issues as soon as possible.
    The crawler could not communicate with the server. Check that the server is available and that the firewall access is configured correctly. If the repository was temporarily unavailable, an incremental crawl will fix this error.
    An unrecognized HTTP response was received when attempting to crawl this item. Verify whether the item can be accessed using your browser.
    Please see the recent crawl history below, it is listed 124,062 24 errors.
    Crawl started
    Crawl completed
    Crawl duration
    Type
    Successes
    Warnings
    Errors
    Top Level Errors
    Deletes
    Not Modified
    Security Updates
    10/19/2014 11:55 PM
    10/20/2014 12:10 AM
    00:15:27
    Incremental
    0
    0
    124,062
    24
    0
    1
    0
    10/19/2014 10:55 PM
    10/19/2014 11:11 PM
    00:16:26
    Full
    1
    0
    124,062
    24
    valmiki

    thanks gain noddy, I found the actual problem now . It is crawling the site collection . but is not crawling the sub site. How to include sub site  to crawl  , I found this solution in Google , one suggested to do this but did not work out. 
    Can you please let me know how to include sub site to crawl its contents .
    The solution to this is frustratingly simple...
    At the root of the site, go to Site Actions >> Site Settings and choose Search and Offline Availability under Site Administration.
    Set the page indexing behavior to “Always index all Web Parts on this site”.
    Save and run a full crawl.
    valmiki

  • How does URLRequest communicate with a server?

    Hi
    I've been using URLRequest in my AIR desktop app to deal with server communications. I understand how to make it work, but I'm curious how it works under the hood - ie what header info etc is sent?
    I'm setting up an api for another developer to communicate with my server using a non-Flash app, and I'm having difficulty understanding what he needs, as I am used to having my php script first just look for an $_POST variables to deal with - so I just gave him a list of what POST values to send. But he needs more info to send data - here's what he's asking...
    url including command type
    headers
    blank line
    body (json string)
    eg
    https://www.mysite.com POST /api/account.php?command=login HTTP/1.1
    Content-Type: application/json
    Connection: close
    {"pass":"superhardpass","token":"","appID":"myApp","user":"billClinton","ver":"2.01","Coll ection_ID":"1"}
    He's asking me...
    "what i need is a list of:
    url string
    list of header values you expect
    body string"
    What does Flash usually send?
    Thanks guys
    [Moved here from Flash Pro forums]
    Message was edited by: sinious

    It sounds like he has only worked with RESTful interfaces and doesn't remember when the world mostly worked with GET and POST. RESTful interfaces also support PUT, DELETE, and I think some other thing I forget at the moment. Mainly, he just needs to educate himself about how basic form/html sends work and have worked since like the 90's, but here are some things that might help you and him speak to each other.
    Flash isn't really able to use anything but GET and POST, so basically it sounds like you just need to tell him "POST" for command type.
    Flash can't send headers, so those aren't applicable. If he wants to use an encoding type, he can send "multipart/form-data", though I don't think the back-end cares one way or another about that.
    Tell him to send just individual POST variables, and that you're not looking for JSON or anything fancy like that.
    If you're not trying to leverage existing back-end code and want to meet him halfway, do a web search on writing RESTful web services in your language of choice. But honestly this is basic stuff he should have learned BEFORE he learned to just call web services. You may also find that the Dreamweaver forum can give you better answers about how to learn to write web services if that's what you want to do.

  • How outlook choose a CAS server

    Hi all,
      I would like to ask how outlook choose a CAS server? For example, if I have 2 sites to deploy exchange server, 1 in hk 1 in russia. How would outlook choose to connect to which CAS server for exchange 2010. For exchange 2013, should it be connected
    to the active mailbox database copy? Thanks
    Best Regards,
    Elroy

    Hi,
    Client Access Server for Outlook provides the Autodiscover service, Web services (Autodiscover, availability and OAB) and RPC over HTTPS.
    Outlook 2007 first searches for the SCP in AD which contains the URL to the Autodiscover service, if more than one SCP object is found in Active Directory which means there are mulitiple CAS servers in the Exchange organization. It will sort the list of
    available SCPs by Site Affinity that match the site the Outlook's mailbox is located in. One of two lists is created, an in-site list or an out-of-site list. The list is not sorted in any particular order which is approximately in the order of oldest SCP records
    (based on creation date) first. This is not related to the proximity. However, when retrieving the Web service (availability and OAB), It will decide which entry to return based on proximity and current availability. That means to contact Autodiscover maybe
    use CAS which integrated with mailbox, and must use the CAS when retrieving other services.
    Network Load Balancing is a supported method of doing this.
    If there are mulitple CAS servers, for Outlook Anywhere (not logged into the domain), to even out the work load across multiple CAS servers which could offer Autodiscover services
    Thanks & Regards
    John Chris

  • Custom Item updating throws Unable to Communicate with the server Error.

    Hi Team,
       I am trying to Implement Form based authentication in SharePoint 2013. When trying to update membership list (A Custom List) item it throws "Unable to Communicate with the Server" error. As shown in below image.
    Please let  me know how to resolve this issue.
    Thanks in advance.

    Hi Murali,
    I'm having a similiar problem with one of my customers. We haven't been able to resolve it but we have found a way around it, I'd like to do more testing but my customer justs wants to get on with it now that we have a workaround. Logging a call with Microsoft
    can be expensive, most businesses have a finite amount of support hours so you really have to do your homework before you starting chewing those hours up.
    Problem Description:
    Customer created a custom list with two calculated columns and various choice, string and multi-string columns. Customer was attempting to copy and paste 128 rows of data into each column from a spreadsheet. The first (title) column successfully pasted
    128 values.
    Subsequent columns would paste the values but not allow the values to be committed as every row displayed the "Unable to Communicate with the Server" message, preventing the list from being saved.
    Workaround:
    The problem appears to be related to the number of items the customer is trying to paste during each operation and the relationship this has with the calculated columns. We found that when we pasted 70 or less items in one operation we did not receive the
    error. I attempted pasting 128 rows of data into a seperate list with the same columns excluding the calculated columns, and was successfully able to paste all 128 rows.
    For the problem list I suggested to the customer to copy the formula's from the calculated columns, delete these columns and then trying pasting again, he didn't like the idea as he's happy to paste in 50% chunks. Based on the fact I was able to paste
    without any problems on a list without calculated columns I would suggest it's related.
    So my questions for you are:
    Are you trying to paste/add multiple values at once?
    Do you have any special column types, i.e. calculated or lookup columns?
    What columns do you have in your list?
    Have you tried adding the entries in using form entry instead of grid entry?
    Unforunately I don't know how generic this error message is, there is absolutely nothing in my ULS logs or event viewer. If this error is specific to submitting data to a list in grid view it would make it easier to diagnose, but if the error is generic
    in nature your problem could be as obscure as the FBA configuration.
    I hope this information helps you, I will try and do some more testing.

  • Cannot communicate with the server. Verify your connection and try again.

    Hi,
    Recently I performed SharePoint 2010 upgrade to 2013 including Project Server 2010 to 2013.
    Error "Cannot communicate with the server.  Verify your connection and try again." shows when I access PWA over extranet, while its fine if I access from any system within local network.
    Any idea what can be the issue ?
    Regards,
    Mehar

    Hi,
    Have you configured SSL configuration NLB. If yes, please add SSL URL in Alternate Access Mapping which is being configured on NLB
    For instance. Add Https://servername instead of
    http://serverame

  • A network error occurred while trying to communicate with the server.

    Hello All,
    I am getting some new error messages when opening the server app on my Mac Mini server running OS X 10.8.2 and Server 2.2.1. First I get a message that says "A network error occurred while trying to communicate with the server." and then after trying to open some of the service panes, I get additional errors that say "Multiple errors occurred on the server while processing commands." The services don't load and I just see "Error Reading Settings" in the server app.
    I started to get these errors when I added a new website to the server. All the services are working fine but I cannot access them in the server app.
    In console I'm seeing these errors when I try to access various services:
    2/24/13 8:02:12.692 PM Server[956]: Error: The server '10.0.1.150' reported an error while processing a command of type: 'readSettings' in plug-in: 'servermgr_dns'. Error: Error Domain=XSActionErrorDomain Code=499 "The certificate for this server is invalid. You might be connecting to a server that is pretending to be “10.0.1.150” which could put your confidential information at risk." UserInfo=0x7f8c4003a760 {NSLocalizedDescription=The certificate for this server is invalid. You might be connecting to a server that is pretending to be “10.0.1.150” which could put your confidential information at risk., originalError=Error Domain=NSURLErrorDomain Code=-1202 "The certificate for this server is invalid. You might be connecting to a server that is pretending to be “10.0.1.150” which could put your confidential information at risk." UserInfo=0x7f8c3f547db0 {NSURLErrorFailingURLPeerTrustErrorKey=<SecTrust 0x7f8c40599080 [0x7fff7711ffd0]>, NSLocalizedRecoverySuggestion=Would you like to connect to the server anyway?, NSUnderlyingError=0x7f8c3d58c0b0 "The certificate for this server is invalid. You might be connecting to a server that is pretending to be “10.0.1.150” which could put your confidential information at risk.", NSErrorPeerCertificateChainKey=(
        "<SecCertificate 0x7f8c3f6747e0 [0x7fff7711ffd0]>"
    ), NSLocalizedDescription=The certificate for this server is invalid. You might be connecting to a server that is pretending to be “10.0.1.150” which could put your confidential information at risk., NSErrorFailingURLKey=https://10.0.1.150:311/commands/servermgr_dns, NSErrorFailingURLStringKey=https://10.0.1.150:311/commands/servermgr_dns, NSErrorClientCertificateStateKey=0}}
    I have already restarted the server and used terminal to stop and start postgres. Any more thoughts on how to repair this?

    Just as I had suspected, the whole GUI crashed because of certificate problems. After two and a half hours with enterprise support, it turns out the com.apple.servermgrd certificate in the server keychain had become corrupt.
    We determined this by typing https://127.0.0.1:311 into Safari and we could see all the server modules and interact with them through the web interface. All the services were working properly as well so we knew that it was just the Server.app GUI that simply couldn't read settings that was causing the problem.
    So, first we closed the server app. Went into /var/servermgrd and deleted all the files from this folder. Then, in Keychain, deleted the com.apple.servermgrd certificate. Did a search for com.apple.servermgrd in Keychain and deleted everything else that came up for it.
    Then restarted the server. Now the server app was able to properly connect to the services in the background and read them properly. This was the jist of the troubleshooting that solved the problem. It also seems like DNS is causing problems because that is the only service that will not read right but is functioning properly in the background.
    I will post an update once Apple figures out what is wrong with DNS. Hope this helps anybody else having these problems.

  • AIR doesn't communicate with my server - PHP issue

    Hello,
    So I have made an AIR application where the file communicates with a PHP file in order to display data.
    I have WAMP installed on my computer, and the application works when I test locally using WAMP but if I upload the php on an online server(I tried on two of my servers) and run the AIR application it seems that it doesn't communicate with the server so no data are displayed.
    var url:URLRequest = new URLRequest("http://www.test.com/test.php")
    This is how I call for the php on AS3, like shown above.
    Any suggestions?
    The php file gives no errors when I browse it online so, I suppose there something else going on?

    There are no errors, on either the php files stored online neither the flash swf.
    The only file scalled from an online server are the PHP.
    I suppose I don't need to pack these PHP when publishing the air file, since they need to be called from an online server?
    Very tricky since there are no errors, I would appreciate any help since this is an urgent project.
    //EDIT:
    So I just removed the http:// from the urlrequest to the site that the PHP is stored and I get this IO error:
    Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. URL: app:/test.com/test.php
    at my_fla::test_1/setPHP()[my_fla.test_1::frame1:38]
    Notice the app:/ ? why is it there? Could it be the issue? I am not sure, but if you link to a local file, like "test.php" it works, but when adding a URL it doesn't...

  • Installing BAM with Biztalk Server 2013 and SQL server 2012

    Hello All,
    I have to work on BAM with BizTalk Server 2013 and SQL server 2012 , is BAM already comes with BizTalk server installation ?
    Will I needs to explicitly install that ? from where I can get the installer for BAM ?
    What else I will needs to work on BAM ?
    Note : I want to handle Exceptions in BAM ....how to do that ?
    Thanks,
    Nitin.
    Thanks and Regards, Nilesh Thakur.

    Hi,
    BAM is available with BizTalk, all you need is to select it and install .
    Refer the
    Installation Guide available on MSDN or follow the blog: http://sandroaspbiztalkblog.wordpress.com/2013/05/05/biztalk-2013-installation-and-configuration-important-considerations-before-set-up-the-server-part-1/
    Maheshkumar S Tiwari|User
    Page|Blog|BizTalk
    Server : Scheduling Orchestration using Trigger Message

  • AD RMS 2012 integration with exchange server 2013

    AD RMS 2012 integration with exchange server 2013
    I would like to  have a knowledge About this Topic
    1.what is differrent if we use internal SSL certificate  with Public Certificate and in this case i would like to use Mobile Phone I eed to import Root Certificate ?
    2.Do I have problem?  If I start to install AD RMS 2012 with SQL EXpress after that I want to chage it to SQL Server ?
    3.when I use SQL Expres what I can do after Disk is full (10 GB)?
    4.If AD RMS is down It will affect with email that it is already sent ?
    5. Which Edition of outlook can produce IRM protected documents
    6. To Use AD RMS Server 2012 through OWA, Outlook and Moblie Phone ,a CAL is required or not ?

    Could you post the list of sites:
    appcmd list site
    The ones listening on port 80:
    appcmd list site /bindings:http/*:80:
    And on port 443:
    appcmd list site /bindings:https/*:443:
    Step by Step Screencasts and Video Tutorials

  • Vix file in UI builder doesn't recieve data from Webservice application that communicates with SQL server database

    I have created Web service VI ("Prikaz insolacije.vi") which has two input string terminals (FROM / TO) for dates and two output terminals for data (1-D array) collected from database (MS SQL server). This VI communicates with database using functions from database palette with appropriate DSN and SQL query. There are two tables with two data columns (Time and Insolation) in Database.
    This VI works when you run it in Labview 2010, but when I used it as sub VI in UI builder it doesn't return any data.
    Could you please help me find a solution. Is it possible to communicate with SQL server database this way or there is another way?
    There are two attachmet files: Image of .vix file in UI builder and .vi file ("Prikaz insolacije.vi")
    Please help me ASAP!
    Thanks,
    Ivan
    Solved!
    Go to Solution.
    Attachments:
    vix file in UI builder.png ‏213 KB
    Prikaz insolacije.vi ‏35 KB

    Status is False and source string is empty. It behaves like there is no code in VI.
    I tried to access web service directly using following URL:
    http://localhost:8080/WSPPSunce/Prikaz_insolacije/2009-11-05/2009-11-01
    and it doesn' t work. It returns zeros.
    The response is:
    <Response><Terminal><Name>Insolacija</Name><Value><DimSize>0</DimSize></Value></Terminal><Terminal><Name>Vrijeme</Name><Value><DimSize>0</DimSize></Value></Terminal></Response>

Maybe you are looking for

  • Windows won't install any drivers using BootCamp

    I'm new to using a Mac (I bought an aluminum 2.0GHz MacBook last month). I need to run Windows on it, and tested in using BootCamp, but I cannot get the Windows XP drivers to work at all. No drivers have been installed for networking, chipset, sound,

  • Weblogic Server 10.1 is getting down

    Hi Hi All, In our Environment we are using Weblogic Server 10.1 on windows XP Platform Due to somehow its getting hang. The whole application slows down. Please tell me how can i resolve this issue ?? I have deployed this application in My Domain . A

  • Want to replace Wav Files with Apple Lossless in the same folder...Scripts?

    Hello! I have about 4,000 wav files (wow) that I digitized from Vinyl. I organize my media folder myself (I have the organize option unchecked in preferences) and most of the songs are not properly tagged. I would love to convert the wav files to app

  • Text Is Blurry

    I have been creating DVD menus, and am noticing that while using the same font and size one line of text may be blurry while the lines above and below are just fine. I have tried moving the blurry text around and it does not get better. Changing font

  • Buttons and Sub Forms

    Been new to LiveCycle, I have managed to create some basic forms but would like to know the best way of creating a menu and depending on which menu choice the user makes then only subform appears and the others are invisible. So if the user is offere