Lync mobility and HTTP authentication test failed. Is reverse proxy required?

I currently have the following setup.
1 x 2013 edge server lync1.local.com
has 3 dmz ips for external names 
has 1 internal ip
2 x 2013 std front end servers lync2 & lync3.local.com
Ive read that in 2013 the mobility service is installed automatically on the front end servers and i do see it running on both.
All my clients can connect from the windows and mac clients(internally and externally) but not from phone or windows app store client (internally or externally)
running the exchangeconnectivity test on the website i get the following error
Testing HTTP authentication methods for URL https://lyncdiscover.external.com/Autodiscover/AutodiscoverService.svc/root/user.
  HTTP authentication test failed.
Additional Details
A Web exception occurred because an HTTP 404 - NotFound response was received from Unknown.
HTTP Response Headers:
X-MS-Server-Fqdn: lync1.local.com
Connection: close
Content-Length: 64
Content-Type: text/plain
Server: RTC/5.0
Elapsed Time: 427 ms.
After some reading I notice that many people refer to a reverse proxy when dealing with mobility.
I do not have a reverse proxy server installed. Is this required for the mobility to work correctly? I cant just use the edge server?
Thanks in advance for any help.

Take a look at Georg Thomas' blog: http://www.lynced.com.au/2014/04/configure-citrix-netscaler-vpx-as.html also the Citrix official documentation: http://www.citrix.com/global-partners/microsoft/netscaler.html 
Please mark posts as answers/helpful if it answers your question.
Blog
Lync Validator - Used to assist in the validation and documentation of Lync Server 2013.

Similar Messages

  • The HTTP authentication test failed on activesync exchange 2010

    `21

    Testing HTTP Authentication Methods for URL https://xxxxxdyndns.biz/Microsoft-Server-ActiveSync/.
    The HTTP authentication test failed
    Additional Details
    The Initial Anonymous HTTPS request didn't fail, but Anonymous isn't a supported authentication method for this scenario.
    Elapsed Time: 670 ms

  • HTTP Authentication Test Failed

    When I run the remote connectivity analyzer for ActiveSync on Exchange 2013 I get the following error:
    An HTTP 500 response was returned from Unknown.
    Headers received:
    Content-Length: 75
    Content-Type: text/html
    Date: Tue, 15 Apr 2014 16:31:51 GMT
    Server: Microsoft-IIS/8.0
    HTTP Response Headers:
    Content-Length: 75
    Content-Type: text/html
    Date: Tue, 15 Apr 2014 16:31:51 GMT
    Server: Microsoft-IIS/8.0
    Elapsed Time: 73 ms.
    I found one post that suggested enabling Windows Authentication which I did and still not luck.
    Thanks,
    Ryan

    Below is the message in the IIS log. I was able to get my phone connected but I had to connect to the internal WiFi and use the internal hostname. It then pulled the certificate and allowed me to connect internally or externally. I believe the issue is somewhere
    with the certificate. Its a wildcard cert but does contain the external host name of the server. I have verified firewall settings and everything is correct.
    2014-04-16 14:48:38 10.5.5.27 OPTIONS /Microsoft-Server-ActiveSync/default.eas &cafeReqId=63a9c965-7f0f-4a45-9241-ee8ee409f65d; 443 motorola-DROID4/1.0 - 401 1 1326 93

  • WiFi AutoLogin and HTTP Authentication

    Since iPhoneOs 3.0 i can't login to WiFi Networks which do logins via HTTP-Authentication to let my iPhone 3G into the network.
    Even i can't switch off the Auto-Login function. And if i cancel the AutoLogin procedure my WiFi connection gets lost.
    Hope someone could help me!:)

    What about something like <cffileupload url="uploadPage?username=bkbk&password=1234">

  • BizTalk published WCF service throwing HTTP 404 error using ISA reverse proxy settings

    I have published my schemas as a WCF service from BizTalk 2010 "Publish WCF Service" wizard. I used Wcf-basicHTTP adapter in receive port. I am able to run the service successfully on localhost IIS and I tested my biztalk solution by sending request using SOAP UI and got response successfully.... Now: Actually, I need to give this service endpoint to my vendor who will send request from outside my company's network i.e. internet. In my infrastrucrue BizTalk is behind the firewall so, we setup a REVERSE proxy server at DMZ layer and it is configured properly. I have tested a simple WCF service by replacing the localhost with Proxy server configured address <DNSName> and it worked absolutely fine. But when I change localhost in my BizTalk schema based published WCF service it is not working and I am getting following error. Really strugling to get it resolved. I wasted a whole 3 days....very upset. Please help me out by giving the detailed step solution. Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly. Requested URL: /BizTalkServiceInstance/MyService.svc I am surprized why other c# code based WCF services are working fine with reverse proxy settings. Server Error in '/' Application. The resource cannot be found.Is there any special things to consider Biztalk exposed wcf servcie over ssl in IIS cluster with ISA

    Hi Singam :)
    First I would start by browsing any other files (files other than the one from WCF) just to ensure that the reverse-proxy’s redirection rules are set correctly. If you get the same 404 error when you try to access other service/files “through reverse-proxy”,
    then it’s an issue in the redirection rule(s) in reverse-proxy.
    If others are fine i.e. no issue in reverse-proxy setup as such, then try the following for WCF service's web.config file. I have seen this issue in WCF service (not just BizTalk’s artifacts exposed as service in reverse-proxy). Add serviceHostingEnvironment
    config as show with in serviceModel section.
    <system.serviceModel>
    <serviceHostingEnvironment aspNetCompatibilityEnabled="true" multipleSiteBindingsEnabled="true" />
    </system.serviceModel>
    Regards,
    M.R.Ashwin Prabhu
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • Distributed Authentication Service Server or Reverse Proxy

    My environment have two layers firewall in place. The DMZ is sitting on the first-tier firewall as general web sites while I plan to put Access Manager server on the second-tier firewall. As we know that, AM have to send SSO token back to the browser after authenticated. In this configuration, based on security policy we don't allow direct connection between the browser and AM. That's why we put DSSS or Reverse proxy on the DMZ zone and act as the gateway for internal & exteranl traffic.
    Can anyone post the comparison, pros and cons between DSSS and Reverse Proxy? Which one is better in term of features and easy-to-implement?
    Finally, Is there any other alternatives if don't want to use both DSSS and Reverse proxy? I ask this question because AM will be single point of failure of the whole system. If AM have been attacted from whether direct or indirect, all services will be unaccessable.
    Best Regards,
    mthekid

    Bernhard,
    Thanks for your response. Because my major concern is security so I want to prevent denial of service on Access Manager. It look like writing my own dist-auth equal mechanism will help. However, I have 3 different platforms in single sign-on environment. Does this mean I have to create 3 dist-auth-like ones ?
    Do you think if they are worth to do (I hope I can find documentation and guideline at http://docs.sun.com) ? Please tell me frankly. I am semi-technical and presales. If they are too complex and time consuming, I may decide to with dist-auth.

  • Mac + parallels and https site test = router restarts

    Ok I have an interesting & very frustrating problem happening. I'm going to explain it the best I can.
    I work as a graphic designer & web designer on a mac and have a Comcast internet connection that comes through a Comcast branded router (SMC8014) which then ties into an Airport Extreme Base Station which runs my office network. I run OS 10.5.7 and also run Parallels 4.0.3 (running Windows XP) for testing websites in Internet Explorer and so on.
    Ok, so that the basic background. Here's my issue.
    I've been collaborating an ecommerce website with another designer/developer and when testing the site on the PC side we have started to run into some sort of network problem. The site is https if that matters at all I suspect it may. Basically when I run parallels for testing I am constantly having to restart the router in order to connect to the test site (it's hosted). Funny thing is I can access the rest of the internet fine, just not this site I'm working on until I restart the router (It's sorta like the site is timing out). This never happens when just running the Mac side of things. It only becomes an issue when Parallels is open and I am doing page refreshes while making css or HTML edits via something like Coda or CSS edit (connected to the hosting server via ftp). The real problem is that once the problem starts I only get about 2 or 3 page loads before I have to restart the router again. It's absolutely crippling. I cannot get any work done when I have to restart the router every couple of minutes.
    So, if you think this problem is isolated to me, the answer is no. The designer/developer I'm collaborating with has an office a couple miles away and experiences very similar problems under slightly different setup. He also has Comcast as his internet provider and connects his router to an Airport and primarily works on a mac. The main difference is that rather than using a visualizer like parallels to test the website on the PC he uses a real live PC that is on his network. Once he fire up the PC to do testing he runs into the same issue described above. After a couple of page refreshes in Internet Explorer or other browser on the PC the site becomes unresponsive and the router has to get restarted.
    Any thoughts on what is going on here would be greatly appreciated.
    Thanks in advance.

    Hello bigbobber,
    If  you have issue in using Windows 8.1 Pro in the software  parallels in MAC?
    About this issue, it is recommended to contact the related parallels support.
    About the license issue, please read the following article about Buyer’s Guide and Microsoft software license agreement windows 8.1.
    http://www.microsoft.com/licensing/about-licensing/windows8-1.aspx
    It is recommended to contact the phone support if you have license issue.
    Best regards,
    Fangzhou CHEN
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • ISQL*Plus :- SYSDBA requires WebDBA role and HTTP Authentication? How to?

    Hi...
    When i try to logon using to iSQL* Plus (Oracle 10g version) with SYSDBA privileges in browser it repeatedly asks for username and password?
    What username and password should i give here? or is there any default username and password exists? or how could i create one?
    Thanks ,
    Avi

    Read Frank's article http://www.oracle.com/technetwork/issue-archive/2012/12-jan/o12adf-1364748.html
    Then you have to check if the user use use to login are defined in the stand alone server. If you server is running in production mode there is no automatic user or role migration. You have to to this by yourself.
    Once you have check that the users are present, you have to check if the enterprise roles are mapped to the corresponding application roles.
    Timo

  • IIS ARR Lync Mobility failed

    Hello, in need of help, we're trying to find alternative to TMG, so we are trying to use ARR to publish but seem to be stuck
    when we do a lync we get the following error:
    Testing HTTP authentication methods for URL https://lyncdiscover.itt.com/Autodiscover/AutodiscoverService.svc/root/user.
      HTTP authentication test failed.
      Tell me more about this issue and how to resolve it
    Additional Details
    Initial anonymous HTTP(s) request didn't fail, but Anonymous isn't a supported Authentication Method for this scenario.
    HTTP Response Headers:
    Pragma: no-cache
    X-MS-Server-Fqdn: HS.itt.com
    X-Content-Type-Options: nosniff
    Content-Length: 203
    Cache-Control: no-cache
    Content-Type: application/json
    Expires: -1
    Server: Microsoft-IIS/8.5
    X-AspNet-Version: 4.0.30319
    X-Powered-By: ASP.NET,ARR/2.5
    Date: Tue, 10 Feb 2015 03:58:29 GMT
    Elapsed Time: 2107 ms.
    However when i put TMG back up it passes. The lyncdiscover rule in is identical to my rules , for meet, dial and lyncexternal and those work just fine, so i cant seem to figure out whats goin on. 
    Also if i visit the url .....https://lyncdiscover.itt.com/Autodiscover/AutodiscoverService.svc/root/user...... i get this 
    This XML file does not appear to have any style information associated with it. The document tree is shown below.
    <resource xmlns="http://schemas.microsoft.com/rtc/2012/03/ucwa" rel="user" href="https://lync.itt.com/Autodiscover/AutodiscoverService.svc/root/user">
    <link rel="xframe" href="https://lync.itt.com/Autodiscover/AutodiscoverService.svc/root/user/xframe"/>
    </resource>
    Any one have any ideas?

    Hi jumbi,
    Looks like the URL rewrite rule is incorrect, you can check it.
    And you can also have a look at the following article.
    http://blogs.technet.com/b/nexthop/archive/2013/02/19/using-iis-arr-as-a-reverse-proxy-for-lync-server-2013.aspx
    Best regards,
    Eric

  • HTTP Authentication Methods

    Testing HTTP Authentication Methods for URL https://mail.domain.co.nz/rpc/rpcproxy.dll?cl-cas01.domain.local:6002.
    The HTTP authentication test failed.
    Tell me more about this issue and how to resolve it
    Additional Details
    Not all the required authentication methods were found.
    Methods Found: Negotiate
    Methods Required: NTLM
    Any ideas how to get around this with the exchange connectivity tester? If I change from negotiate to basic or ntlm, I then have issues with clients on the local network.

    This link does not work. Could you update this post with the information that helped fix your issue? I am receiving the same error. Everything works internally. I have a casarray with 3 client access servers. If I try and connect using Outlook Anywhere externally,
    all the tests pass except for the last one which states:
    Testing HTTP Authentication Methods for URL https://casarray.mydomain.com/rpc/rpcproxy.dll?casarray.mydomain.com:6002.
    The HTTP authentication test failed.
    Additional Details
    An HTTP 500 response was returned from Unknown.
    HTTP Response Headers:
    Content-Length: 3423
    Cache-Control: private
    Content-Type: text/html; charset=utf-8
    Date: Tue, 03 Jun 2014 01:59:11 GMT
    Server: Microsoft-IIS/7.5
    X-AspNet-Version: 4.0.30319
    X-Powered-By: ASP.NET
    Elapsed Time: 2135 ms.
    Here is the full test:
    Testing RPC/HTTP connectivity.
    The RPC/HTTP test failed.
    Additional Details
    Elapsed Time: 10139 ms.
    Test Steps
    Attempting to resolve the host name casarray.mydomain.com in DNS.
    The host name resolved successfully.
    Additional Details
    IP addresses returned: MyIpAddress
    Elapsed Time: 262 ms.
    Testing TCP port 443 on host casarray.mydomain.com to ensure it's listening and open.
    The port was opened successfully.
    Additional Details
    Elapsed Time: 213 ms.
    Testing the SSL certificate to make sure it's valid.
    The certificate passed all validation requirements.
    Additional Details
    Elapsed Time: 1347 ms.
    Test Steps
    The Microsoft Connectivity Analyzer is attempting to obtain the SSL certificate from remote server casarray.mydomain.com on port 443.
    The Microsoft Connectivity Analyzer successfully obtained the remote SSL certificate.
    Additional Details
    Remote Certificate Subject: CN=casarray.mydomain.com, OU=Domain Control Validated - RapidSSL(R), OU=See www.rapidssl.com/resources/cps (c)14, OU=GT62161020, SERIALNUMBER=4/00u9cheL7q8Gq41IXnlvVd8mb8-rjb, Issuer: CN=RapidSSL CA, O="GeoTrust, Inc.", C=US.
    Elapsed Time: 1260 ms.
    Validating the certificate name.
    The certificate name was validated successfully.
    Additional Details
    Host name casarray.mydomain.com was found in the Certificate Subject Common name.
    Elapsed Time: 0 ms.
    Certificate trust is being validated.
    The certificate is trusted and all certificates are present in the chain.
    Test Steps
    The Microsoft Connectivity Analyzer is attempting to build certificate chains for certificate CN=casarray.mydomain.com, OU=Domain Control Validated - RapidSSL(R), OU=See www.rapidssl.com/resources/cps (c)14, OU=GT62161020, SERIALNUMBER=4/00u9cheL7q8Gq41IXnlvVd8mb8-rjb.
    One or more certificate chains were constructed successfully.
    Additional Details
    A total of 1 chains were built. The highest quality chain ends in root certificate CN=GeoTrust Global CA, O=GeoTrust Inc., C=US.
    Elapsed Time: 32 ms.
    Analyzing the certificate chains for compatibility problems with versions of Windows.
    Potential compatibility problems were identified with some versions of Windows.
    Additional Details
    The Microsoft Connectivity Analyzer can only validate the certificate chain using the Root Certificate Update functionality from Windows Update. Your certificate may not be trusted on Windows if the "Update Root Certificates" feature isn't enabled.
    Elapsed Time: 4 ms.
    Testing the certificate date to confirm the certificate is valid.
    Date validation passed. The certificate hasn't expired.
    Additional Details
    The certificate is valid. NotBefore = 5/6/2014 10:15:31 AM, NotAfter = 5/9/2015 5:16:00 PM
    Elapsed Time: 0 ms.
    Checking the IIS configuration for client certificate authentication.
    Client certificate authentication wasn't detected.
    Additional Details
    Accept/Require Client Certificates isn't configured.
    Elapsed Time: 6179 ms.
    Testing HTTP Authentication Methods for URL https://casarray.mydomain.com/rpc/rpcproxy.dll?casarray.mydomain.com:6002.
    The HTTP authentication test failed.
    Additional Details
    An HTTP 500 response was returned from Unknown.
    HTTP Response Headers:
    Content-Length: 3423
    Cache-Control: private
    Content-Type: text/html; charset=utf-8
    Date: Tue, 03 Jun 2014 01:59:11 GMT
    Server: Microsoft-IIS/7.5
    X-AspNet-Version: 4.0.30319
    X-Powered-By: ASP.NET
    Elapsed Time: 2135 ms.

  • Lync mobile Dns Qus

    i Want to setup mobile device to use lync
    My lab is internal area,only front-end server,Not Egle Server.
    As my know,i need to setup Proxy Server Change 80 to 8080 and 443 to 4443.
    My Front-end server is 192.168.1.102
    My Proxy Server is 192.168.1.95
    1)I Need Create to two  DNS records for lync mob.
    lyncdiscoverinternal is my front-end server 192.168.1.102?
     lyncdiscover is my proxy server 192.168.1.95?
    2)In my mobile apps lync,i find a one items is http proxy,i need type my proxy server any Information?

    Hi,
    For Lync mobility function, you need to deploy a Reverse proxy on DMZ zone.
    For the DNS requirements of mobility:
    Internal DNS records:
    You need to create one of the following internal DNS records:
    CNAME: lyncdiscoverinternal.<sipdomian>    
    resolves to internal Web Services FQDN for FE Server.
    A: lyncdiscoverinternal.<sipdomain>  resolves to internal Web Services IP address of FE Server.
    External DNS records
    You need to create one of the following external DNS records:
    CNAME: lyncdiscover.<sipdomain>  resolves to External Web Services FQDN for FE Server
    A: lyncdiscover.<sipdomain> resolves to External or Public IP address of the Reverse Proxy
    More details:
    http://technet.microsoft.com/en-us/library/hh690040.aspx
    http://technet.microsoft.com/en-us/library/hh690030.aspx
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • Publish Lync Externally without Reverse Proxy

    Hello All,
         Well let me start out by saying I'm well aware that publishing lync externally without a reverse proxy is not suggested due to security measures. To get to the point I have the following questions regarding setting this up. As of right now
    I have lync fully working internally only. 
    Here is my current setup
    1 standard front end server with one nic card that has two ip addresses assigned to it and is signed with our internal CA,
    I also have an edge server that has two interfaces. One interface is facing external with three public IP addresses with the AV one set as the primary, This interface has a public UC cert applied to it. The other interface is using a private ip address that
    has a cert from our internal CA.
    My questions are as follow
    1. I currently have a GoDaddy UCC cert that allows me to have 5 San's. I'm trying to maximize this cert but am unsure of how to configure the SAN's. Which sans should be on the certificate so that I can use it for the edge server (av.domain.com/webconf.domain.com/access.domain.com)
    and lync front end external cert (lync.domain.com and meet.domain.com). I also have a wildcard cert from GoDaddy for *.domain.com however I can not attach SAN's to it I was wondering if this could be used for meet.domain.com or autodiscover.domain.com?
    2. Regarding external DNS entries so far I have the following:
    webconf.domain.com -> to the ip for webconf on edge server public interface
    av.domain.com -> to the ip for av on edge server public interface
    access.domain.com -> to the IP for the access on edge server public interface
    lync.domain.com -> to the IP configured for external access on the lync front end server ( I have configured IIS on this site to listen to port 80 and 443 as stated in Ken Lasko's blog post)
    meet.domain.com -> to the IP configured for external access on the lync front end server
         Now my question is do i need to add the autodiscover.domain.com and if so where do I point this entry to? Also can how can I configure this setup to work with lync mobile device. 

    As for the Reverse proxy if going that route:
    External DNS
    lyncdiscover.domain.edu -
    Point to Reverse Proxy Public IP
    lync.domain.edu (this is used as our external webservices url) -
    Point to Reverse Proxy Public IP 
    meeting.domain.edu (/meet and /dialin for the simple url's) - Point to Reverse Proxy Public IP
    sip.domain.edu (this is currently pointing to our external edge server access ip) - Correct
    av.domain.edu (this is currently pointing to our external edge server av ip) - Correct 
    webcon.domain.edu (this is currently pointing to our external edge server webconf ip)  - Correct
    Internal DNS
    You should setup Split DNS or pinpoint zones as meet/Lyncdiscover/sip/dialin records should be created for the domain.edu: http://technet.microsoft.com/en-us/library/gg398758.aspx
    Lyncdiscover.domain.edu - Not required Internally but should point to the private IP (external interface) of the Reverse
    proxy to direct 443 to 4443.
    lync.domain.edu -Point
    to the private IP (external interface) of the Reverse proxy to direct 443 to 4443
    Lyncdiscoverinternal.edu - pointed to front end server ip
    meeting.domain.edu - pointed to front end server ip
    lgcclync2013.domain.cc (this is our FE server) - pointed to our front ender server ip  - correct
    Cisco ASAs don't allow hair-pining of the firewall this is why the internal dns needs to have the lync.domain.edu pointing to an internal IP that can redirect 443 to 4443
    (reverse proxy) instead of pointing to the Public IP of the reverse proxy: http://technet.microsoft.com/en-us/library/hh690030.aspx
    Hi Michael,
         Thank you for all your help. I've set up and configured both the external dns and the IIS ARR, but now I'm running into an error when I try to connect any of the following sites https://lyncdiscover.domain.edu, https://meeting.domain.com,
    https://lync.domain.edu I get an Internal 500 error. When I check the Microsoft Remote Connectivity Analyzer under
    Lync Autodiscover Web Service Remote Connectivity Test I get the following error
    Testing HTTP authentication methods for URL https://lyncdiscover.domain.edu/Autodiscover/AutodiscoverService.svc/root/user.
    HTTP authentication test failed.
    Additional Details
    An HTTP 500 response was returned from IIS7.
    Headers received:
    Content-Length: 1208
    Content-Type: text/html
    Date: Wed, 01 Jan 2014 14:56:12 GMT
    Server: Microsoft-IIS/8.0
    Elapsed Time: 286 ms.
    I created 3 server farms on the IIS ARR sever
    Lync.domain.edu which is being directed to lgcclync2013.domain.cc ports 8080 and 4443 LyncDiscover.domain.edu which is being directed to lgcclync2013.domain.cc ports 8080 and 4443                      
                                  meeting.domain.edu which is being directed to lgcclync2013.domain.cc ports 8080 and 4443 When I ping lgcclync2013.domain.cc from the IIS Server it resolved
    correctly to the right IP address.

  • Trial SAN Certificate & Outlook Anywhere (RPC over HTTP) test fail

    I am testing exchange 2013 where autodiscover pass while performing Outlook Anywhere (RPC over HTTP) connectivity test failed with invalid SSL certifiate . I am only using self certifiate .do any one idea if any CA provding SAN certificate trial basis.
    Don't forget to mark helpful or answer
    connect me :-
    http://in.linkedin.com/in/satya11
    http://facebook.com/satya.1000

    Hi,
    Agree with the above suggestion, ExRCA test cannot pass with self-signed certificate. And to ensure Outlook Anywhere work well , we need to install the self-signed certificate on all clients machines.
    If you have any question, please feel free to let me know.
    Thanks,
    Angela Shi
    TechNet Community Support

  • Lync mobile device connection issue

    Hello everybody,
    I'm implementing Lync Mobility and remote access in our organization. Remote access is workig fine. But mobile devices cannot connecting to Lync Server 2010. My topology is : 
    Reverse Proxy Server(IIS7 works fine) <--> Front End Server <--> Back End Server
    pool : pool1.lynctest.local
    internal web srvc : lyncinternalweb.lynctest.local
    external web srvc : lyncweb.lynctest.domain.com
    All internal and external DNS records created. Deployed internal CA and external internal web service certificates issued from internal CA. Also installed all root certificates on mobile devices and other remote machines. Below is log from android device.
    20 Mar 2014 10:53:27 INFO APPLICATION:SignIn. signInAsUserState=0, actualSessionState=0
    20 Mar 2014 10:53:27 INFO APPLICATION:Sending AutoDiscovery request (in sign-in sequence)
    20 Mar 2014 10:53:27 INFO TRANSPORT:setUsernamePasswordCredential changing credential: 
    20 Mar 2014 10:53:27 INFO TRANSPORT:Credential information: credType (1) signInName ([email protected]) domain () username ([email protected]) password.empty() (0) compatibleServiceIds(1)
    20 Mar 2014 10:53:27 INFO APPLICATION:Serialized sipuri= intUcwa= extUcwa= intADRoot= extADRoot= location=1 networkType=1
    20 Mar 2014 10:53:27 INFO APPLICATION:Storing 2 out-of-sync components took 49ms
    20 Mar 2014 10:53:27 INFO APPLICATION:Timer cancelled. OnResume = 0
    20 Mar 2014 10:53:27 INFO APPLICATION:Discover UCWA urls from https://lyncdiscover.lynctest.golomtbank.com & https://lyncdiscover.lynctest.golomtbank.com for sip:[email protected]
    20 Mar 2014 10:53:27 INFO APPLICATION:Extracted lynctest.golomtbank.com from sip:[email protected]
    20 Mar 2014 10:53:27 INFO APPLICATION:Starting Auto Discovery with urls https://lyncdiscover.lynctest.golomtbank.com?sipuri=sip:[email protected] and https://lyncdiscover.lynctest.golomtbank.com?sipuri=sip:[email protected]
    20 Mar 2014 10:53:27 INFO TRANSPORT:getSpecificCredential returning the following credential for credType (1) serviceId (4)
    20 Mar 2014 10:53:27 INFO TRANSPORT:Credential information: credType (1) signInName () domain () username () password.empty() (1) compatibleServiceIds(0)
    20 Mar 2014 10:53:27 INFO TRANSPORT:Added Request(UcwaAutoDiscoveryRequest) to Request Processor queue
    20 Mar 2014 10:53:27 INFO APPLICATION:Submitting new req. <unknown>
    20 Mar 2014 10:53:27 INFO TRANSPORT:Sent Request(UcwaAutoDiscoveryRequest) to Request Processor
    20 Mar 2014 10:53:27 INFO APPLICATION:Submitting Unauthenticated AutoDiscovery request to https://lyncdiscover.lynctest.golomtbank.com?sipuri=sip:[email protected]
    20 Mar 2014 10:53:27 INFO APPLICATION:CLogonSession::setNewActualState() state=1
    20 Mar 2014 10:53:27 INFO UcClientStateManager: New UI State: ActualState = IsSigningIn DesiredState = BeSignedOut  DataAvailable = false
    20 Mar 2014 10:53:27 INFO TRANSPORT:<SentRequest>
    20 Mar 2014 10:53:27 INFO TRANSPORT:To:https://lyncdiscover.lynctest.golomtbank.com?sipuri=sip:[email protected]
    20 Mar 2014 10:53:27 INFO TRANSPORT:HttpHeader:Accept application/vnd.microsoft.rtc.autodiscover+xml;v=1
    20 Mar 2014 10:53:27 INFO TRANSPORT:
    20 Mar 2014 10:53:27 INFO TRANSPORT:</SentRequest>
    20 Mar 2014 10:53:27 INFO TRANSPORT:Sending request(UcwaAutoDiscoveryRequest) to server type = 0
    20 Mar 2014 10:53:27 VERBOSE HttpConnection: post request: https://lyncdiscover.lynctest.golomtbank.com?sipuri=sip:[email protected]
    20 Mar 2014 10:53:27 VERBOSE HttpConnection: send request: https://lyncdiscover.lynctest.golomtbank.com?sipuri=sip:[email protected]
    20 Mar 2014 10:53:27 INFO APPLICATION:LogonSession::signIn() succeeded
    20 Mar 2014 10:53:27 INFO UcClientStateManager: New UI State: ActualState = IsSigningIn DesiredState = BeSignedIn  DataAvailable = false
    20 Mar 2014 10:53:27 VERBOSE ActivityMonitor: Activity Create: com.microsoft.office.lync.ui.options.SigningInActivity
    20 Mar 2014 10:53:27 VERBOSE ActivityMonitor: Activity Start: com.microsoft.office.lync.ui.options.SigningInActivity
    20 Mar 2014 10:53:27 VERBOSE ActivityMonitor: Activity Stop: com.microsoft.office.lync.ui.options.CredentialsActivity
    20 Mar 2014 10:53:27 VERBOSE ActivityMonitor: Activity Destroy: com.microsoft.office.lync.ui.options.CredentialsActivity
    20 Mar 2014 10:55:33 INFO APPLICATION:Called signOut() in state 1
    20 Mar 2014 10:55:33 INFO APPLICATION:Cancelling all requests
    20 Mar 2014 10:55:33 INFO APPLICATION:Serialized sipuri=sip:[email protected] intUcwa= extUcwa= intADRoot= extADRoot= location=1 networkType=1
    20 Mar 2014 10:55:33 INFO APPLICATION:Storing 2 out-of-sync components took 31ms
    20 Mar 2014 10:55:33 INFO APPLICATION:Timer cancelled. OnResume = 0
    20 Mar 2014 10:55:33 INFO APPLICATION:CLogonSession canceling all requests
    20 Mar 2014 10:55:33 INFO APPLICATION:CLogonSession::setNewActualState() state=0
    20 Mar 2014 10:55:33 INFO UcClientStateManager: New UI State: ActualState = IsSignedOut DesiredState = BeSignedOut  DataAvailable = false
    20 Mar 2014 10:55:34 INFO APPLICATION:Timer cancelled. OnResume = 0
    20 Mar 2014 10:55:34 INFO APPLICATION:Storing 1 out-of-sync Object Models took 22ms
    20 Mar 2014 10:55:34 VERBOSE ActivityMonitor: Activity Create: com.microsoft.office.lync.ui.options.CredentialsActivity
    20 Mar 2014 10:55:34 VERBOSE ActivityMonitor: Activity Start: com.microsoft.office.lync.ui.options.CredentialsActivity
    20 Mar 2014 10:55:34 VERBOSE ActivityMonitor: Activity Stop: com.microsoft.office.lync.ui.options.SigningInActivity
    20 Mar 2014 10:55:34 VERBOSE ActivityMonitor: Activity Destroy: com.microsoft.office.lync.ui.options.SigningInActivity
    20 Mar 2014 10:55:41 VERBOSE ActivityMonitor: Activity Create: com.microsoft.office.lync.ui.options.CredentialsOptionsActivity
    20 Mar 2014 10:55:41 VERBOSE ActivityMonitor: Activity Start: com.microsoft.office.lync.ui.options.CredentialsOptionsActivity
    20 Mar 2014 10:55:41 VERBOSE ActivityMonitor: Activity Stop: com.microsoft.office.lync.ui.options.CredentialsActivity
    20 Mar 2014 10:55:42 INFO APPLICATION:CMcxDataSynchronizer now in mode 1
    20 Mar 2014 10:55:42 INFO APPLICATION:Mode 1 scheduled to timeout in 30.000000s
    20 Mar 2014 10:55:42 INFO APPLICATION:No SendUpdate schedule action. timerStarted=0, timerNeedsToRun=0, channelState=0, timerAction=0
    20 Mar 2014 10:55:42 VERBOSE ActivityMonitor: Activity Create: com.microsoft.office.lync.ui.options.AboutActivity
    20 Mar 2014 10:55:42 VERBOSE ActivityMonitor: Activity Start: com.microsoft.office.lync.ui.options.AboutActivity
    20 Mar 2014 10:55:43 VERBOSE ActivityMonitor: Activity Stop: com.microsoft.office.lync.ui.options.CredentialsOptionsActivity
    Also I tested web services by web browser and they seem fine. I cannot find what's wrong with this. Please help me dears.
    Thank you

    The ports will be visible in the Netstat result after a connection has been setup by a mobile device.
    For details, you can check http://www.lync-blog.nl/?p=671&lang=en
    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make
    sure that you completely understand the risk before retrieving any suggestions from the above link.
    Please follow the follow blog to troubleshoot external Lync Mobility connectivity issue step by step:
    http://blogs.technet.com/b/nexthop/archive/2012/02/21/troubleshooting-external-lync-mobility-connectivity-issues-step-by-step.aspx
    Lisa Zheng
    TechNet Community Support

  • Lync client to Lync Mobility IM Session errors

    We've had a few cases where:
    User A PC locked, User A can IM User B from his mobile phone through Lync Mobility, and it sends to User B. If User B IM's User A back, User B gets an error (504). But from what I can tell, this error is a generic timed-out error.
    With User A PC unlocked, he has to exit Lync on his mobile phone in order for User B to be able to successfully send IMs to User A.
    We are on Lync 2010 server, using Lync 2013 client, using Lync Mobility 2010. This doesn't happen to everyone, (we have over 13k employees, but just a handful are experiencing issues).
    It appears that Lync client and Lync Mobility are somehow conflicting with each other. I was able to replicate the issue one week, but the next my sessions worked out fine. My original thoughts were that there is some sort of setting on the mobile device,
    but considering I had the issue one week, and the following week I was fine, I am doubting that to be the case. Also this is happening on both iOS and Android mobile devices. Anyone else having this issue?

    Hi,
    As the issue only happen for several users, please update to the latest version for the issued Lync clients and then test again.
    Please also update to the latest version for Lync Server 2010 from Microsoft Website:
    http://technet.microsoft.com/en-us/lync/dn146015
    Also you can refer to the link of “Technical Requirements for Mobility” in the link below:
    http://technet.microsoft.com/en-us/library/hh690030(v=ocs.14).aspx
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

Maybe you are looking for

  • Error in reading the XML file

    Hi, I am trying to read the values of the node of XML file. The structure of the XML file is: <?xml version = "1.0"?> <DOCUMENT> <LANGUAGE_TRANS> <TRANSLATION> <CODE>3</CODE> <VALUE>Please select a number</VALUE> </TRANSLATION> <TRANSLATION> <CODE>5<

  • Generating a table

    hello all I have this app that gets connected to a database, and then when i pass a parameter, it should return a result set. now what i have to do is present that table in a jsp page. How can i generate that table in a dinamic way?

  • Fact columns Datatype is changing from char to int in OBIEE 11g

    Hi , I am taking measure columns - "product description","tot cost" against a dimension "project name" . I am generating this report in a planing form and OBIEE . in planing form : product description tot cost project name P1 A 1500 p2 B 1700 p3 C 18

  • Automatically stop at end of clip on time line

    Dear All, im using fcp ( final cut pro) as playback server. I creat run down on time line, The problem i m facing, it continues playing after the desired clip finished. I want it to be stopped on the last frame of the played clip. ( do not play next

  • Ecommerce not business catalyst

    I need ecommerce intergration but not on business catalyst the web will be hosted on godaddy. I have looked at shoplocket but I could not fine a place where multiple items can be added to a shopping cart it only goes 1 by 1. The client wants it hoste