Saml.audience.uri property

Hi!
I'm begin working with Oracle Fusion Middleware. I'm use Oracle Weblogic Server + Oracle Service Bus + Oracle Web Service Manager. I have a test web service with saml_token_service_policy.
I'm trying call test service from Oracle Service Bus Test console, but have a some problem.
When I'm override "csf-key" and\or "saml.issuer.name" property all is OK.
I have request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Header xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<wsse:Security soap:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
<saml:Assertion MajorVersion="1" MinorVersion="1" AssertionID="SAML-PgSlISxQrN9kOBHeYdZpDg22" IssueInstant="2011-11-14T10:38:01Z" Issuer="www.oracle.com" xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion">
<saml:Conditions NotBefore="2011-11-14T10:38:01Z" NotOnOrAfter="2011-11-14T10:43:01Z"/>
<saml:AuthenticationStatement AuthenticationInstant="2011-11-14T10:38:01Z" AuthenticationMethod="urn:oasis:names:tc:SAML:1.0:am:password">
<saml:Subject>
<saml:NameIdentifier Format="urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified">f768dd90-a3c2-405f-bce4-4772df1500dd</saml:NameIdentifier>
<saml:SubjectConfirmation>
<saml:ConfirmationMethod>
urn:oasis:names:tc:SAML:1.0:cm:sender-vouches
</saml:ConfirmationMethod>
</saml:SubjectConfirmation>
</saml:Subject>
</saml:AuthenticationStatement>
</saml:Assertion>
</wsse:Security>
</soap:Header>
But! When I'm override "saml.audience.uri" property, I have error "Audience URI for SAML assertion is invalid".
Request with SAML Audience:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Header xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<wsse:Security soap:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
<saml:Assertion MajorVersion="1" MinorVersion="1" AssertionID="SAML-PgSlISxQrN9kOBHeYdZpDg22" IssueInstant="2011-11-14T10:38:01Z" Issuer="www.oracle.com" xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion">
<saml:Conditions NotBefore="2011-11-14T10:38:01Z" NotOnOrAfter="2011-11-14T10:43:01Z">
<saml:AudienceRestrictionCondition>
<saml:Audience>
https://localhost:7002/Test/TestService
</saml:Audience>
</saml:AudienceRestrictionCondition>
</saml:Conditions>
<saml:AuthenticationStatement AuthenticationInstant="2011-11-14T10:38:01Z" AuthenticationMethod="urn:oasis:names:tc:SAML:1.0:am:password">
<saml:Subject>
<saml:NameIdentifier Format="urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified">f768dd90-a3c2-405f-bce4-4772df1500dd</saml:NameIdentifier>
<saml:SubjectConfirmation>
<saml:ConfirmationMethod>
urn:oasis:names:tc:SAML:1.0:cm:sender-vouches
</saml:ConfirmationMethod>
</saml:SubjectConfirmation>
</saml:Subject>
</saml:AuthenticationStatement>
</saml:Assertion>
</wsse:Security>
</soap:Header>
I'm try:
1) Add to OWSM->Web services->Policies->saml_token_service_policy->Configuration "saml.audience.uri" property and my value, but it's no effect.
2) Go to WebLogic Administration Console->Security realms->myrealm->Providers->Authentitication and create SAML Identity Aseerter with Asserting party.
It's no effect too.
Can you help me? Where I must write "grants" for my "saml:Audience" value?
Thanks!

It's actual again. How I can add permitted "audience uri" value in OWSM settings?

Similar Messages

  • Message Bridge error "Received message with no URI property"

    I have created a message bridge between two weblogic JMS servers on different domains.
              Message bridge has source and destinations.
              I have tested each ques seperately with MDB deployed on each server.
              When i am putting message on source que then i am getting this error "Received message with no URI property"
              It would be grat help if some could tell me what might be going wrong.
              Thanks
              Akash

    Hi,
              This exception indicates a failure to establish a JNDI context for either the source or target destination host. Check if the the bridge's configured URLs for both are correct. I'm not 100% sure, but it is likely that no URL need be configured for destination's that are in the same cluster as the bridge.
              For more information, I suggest looking at the Messaging Bridge FAQ, which contains some troubleshooting tips. You can find a link to it here:
              http://dev2dev.bea.com/technologies/jms/index.jsp
              Tom Barnes, BEA

  • AD Group not available in Webparts audience targeting property

    hello @all,
    i have a problem with an AD group which should be available for selection in a Webparts audience targeting property field.
    The AD group was created 2 days ago, so it should not be a problem with caching.
    group type: security
    group scope: universal
    The AD group is available in the permission selection, for example site permission, but it is not available in the audience targeting selection field.
    I also did a Full Profile Sync Import, twice, with no success.
    A workaround is to create a Sharepoint Group, add the AD group to the SP group and use the SP Group for the audience targeting. It´s a workaround but not really the prefered way, because the audience targeting works with other AD groups.
    Maybe someone has a hint for me.
    thx in Advance

    Hi Manni,
    I tested, the AD security group could be resolved in "site permission" page even if we don't import the AD group to SharePoint User Profile service application, however it will show error message like below image
    when I resolve the AD group in a web part Audience targeting property.
    When I create a Synchronization Connection including this AD security group, and start a incremental synchronization (correction note, after import, it seems AD group won't be displayed in User Profile service applicaiton->Manage User Profile), then
    I could resolve this AD group in web part Audience targeting property people picker, you can try again.
    Thanks
    Daniel Yang
    TechNet Community Support
    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]

  • Saml assertion error

    Hi,
    My composite app will be invoked by x party from soapui. the input soap request has samlassertion contains
    <saml:Assertion .... Issuer="testone.com" ...xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion" ...>
    <saml:Conditions NotBefore="... NotOnOrAfter="...>
    <saml:AudienceRestrictionCondition>
    <saml:Audience>https://ws.test.com/</saml:Audience>
    </saml:AudienceRestrictionCondition>
    </saml:Conditions>
    <saml:AuthenticationStatement AuthenticationMethod="urn:oasis:names:tc:SAML:1.0:am:password" AuthenticationInstant="...">
    <saml:Subject>
    <saml:NameIdentifier Format="urn:oasis:names:tc:SAML:1.1:nameid-format:X509SubjectName" NameQualifier="testdmn.com">testuser</saml:NameIdentifier>
    <saml:SubjectConfirmation>
    <saml:ConfirmationMethod>urn:oasis:names:tc:SAML:1.0:cm:holder-of-key</saml:ConfirmationMethod>
    <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
    <wsse:SecurityTokenReference wsu:Id="TestCert" wsse11:TokenType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3">
    <wsse:Reference URI="#....>
    </wsse:SecurityTokenReference>
    </KeyInfo>
    </saml:SubjectConfirmation>
    </saml:Subject>
    </saml:AuthenticationStatement>
    <Signature ...
    I added saml service policy at soa suite composite, if saml authentication succeed then I will call some ecternal service from my bpel in composite.
    If I execute the app from soapui I am getting the following error:
    Found invalid name identifier in SAML assertion. Can not find the specified user in id store: testuser
    Since I want to do saml authentication by consuming the samlassertion is it enough to configure saml identity asserter only or do I also need saml credential mapper?
    Also where exactly I can specify the user, audience, NameQualifier, certificate info which I am getting from saml assertion?
    Please specify any extra configuration do I require to execute this.
    Please provide your inputs as it is urgent for me. Thanks in advance.

    Hi Mahesh,
    There is no scope request parameter needed. It is hard to know precisely what is the issue without the trace of your call, such as provided, for example, by Fiddler. For example, here is a call that I made showing traced through Fiddler showing how this flow works. My suspicion is that you may have a typo in the grant_type parameter, which should be urn:ietf:params:oauth:grant-type:saml2-bearer with the colons escaped as below.
    The HTTP request:
    POST https://jamN.sapjam.com/api/v1/auth/token HTTP/1.1
    Content-Type: application/x-www-form-urlencoded
    User-Agent: Java/1.7.0_45
    Host: jamN.sapjam.com
    Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
    Connection: keep-alive
    Content-Length: 3202
    client_id=i7Gb...x8D3vZ4&grant_type=urn%3Aietf%3Aparams%3Aoauth%3Agrant-type%3Asaml2-bearer&assertion=PEFzc...W9uPg%3D%3D
    The HTTP response:
    HTTP/1.1 200 OK
    Date: Thu, 27 Nov 2014 22:13:44 GMT
    Server: Apache
    ETag: "f5caac8abf77eeb7cff782242d8d0f31"
    Cache-Control: max-age=0, private, must-revalidate
    X-Request-Id: 54ffb30f21bf2258e0f1607b5124da08
    X-Runtime: 0.247811
    X-Rack-Cache: invalidate, pass
    Status: 200 OK
    Vary: Accept-Encoding
    Connection: close
    Content-Type: application/json; charset=utf-8
    Content-Length: 59
    {"access_token":"As3Uv...hVMswcBV"}
    Thanks,
    Bo

  • Trying SAML sender-vouches, standalone Java client call to service bus.

    I've built a standalone Java client using Jax-ws. It produces a wsse header containing both a SAMLAttribute and an optional SAMLAuthentication statement.
    I've tried to configure a proxy service on the servicebus (10gR3) using ws-policy (weblogic version, not ws-1.2), configured a SAMLIdentityAsserter (v2), an identity provider partner and a SAMLIdentityNameMapper.
    I get the message weblogic.xml.crypto.wss.SecurityTokenValidateResult@ca32f2[status: false][msg The SAML token is not valid.]
    when sending SAML assertions which looks valid to me.
    If you see something missing or invalid in the SAML, something missing in the configuration or something else, I would be really glad.
    All examples are using a SAMLCredentialmapper, but I'm building a standalone client, so a weblogic SAMLCredentialMapper is out of the question (?).
    request header:
    <S:Header>
    <wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" S:mustUnderstand="1">
    <saml:Assertion xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:exc14n="http://www.w3.org/2001/10/xml-exc-c14n#" xmlns:xs="http://www.w3.org/2001/XMLSchema" AssertionID="1246342701761" IssueInstant="2009-06-30T06:18:21.683Z" Issuer="http://openuri.org/service/customer/contact/contactInformationService" MajorVersion="1" MinorVersion="1">
    <saml:Conditions NotBefore="2009-06-30T06:17:21.683Z" NotOnOrAfter="2009-06-30T07:18:21.683Z"/>
    <saml:AuthenticationStatement AuthenticationInstant="2009-06-30T06:18:21.683Z" AuthenticationMethod="urn:oasis:names:tc:SAML:1.0:am:unspecified">
    <saml:Subject>
    <saml:NameIdentifier Format="urn:oasis:names:tc:SAML:1.1:nameid-format:X509SubjectName" NameQualifier="sb1sk">uid=vsb,ou=smn</saml:NameIdentifier>
    <saml:SubjectConfirmation>
    <saml:ConfirmationMethod>urn:oasis:names:tc:SAML:1.0:cm:sender-vouches</saml:ConfirmationMethod>
    </saml:SubjectConfirmation>
    </saml:Subject>
    </saml:AuthenticationStatement>
    </saml:Assertion>
    </wsse:Security>
    response:
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
    <env:Header/>
    <env:Body>
    <env:Fault xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
    <faultcode>wsse:InvalidSecurityToken</faultcode>
    <faultstring>Security token failed to validate. weblogic.xml.crypto.wss.SecurityTokenValidateResult@1061c5e[status: false][msg The SAML token is not valid.]</faultstring>
    </env:Fault>
    </env:Body>
    </env:Envelope>
    If the client leaves out the wsse:security element in the header, the service complains
    <faultstring>No Security header in message but required by policy.</faultstring>
    The SAMLIdentity name mapper is never loaded at all (checked by logging at class loading)
    The configuration in the Identity provider partner:
    audience uri: target:*:/
    issuer uri: /service/customer/contact/contactInformationService (also tried with a unique string equal to what the client sends)
    virtual user: enabled
    confirmation method: sender-vouches
    I am not using any certificates (tryed both with and without)
    Policy in use for the proxy service:
    <?xml version="1.0"?>
    <wsp:Policy
    xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"
    xmlns:wssp="http://www.bea.com/wls90/security/policy"
    xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
    xmlns:wls="http://www.bea.com/wls90/security/policy/wsee#part"
    wsu:Id="samlSV"
    >
    <wssp:Identity>
    <wssp:SupportedTokens>
    <wssp:SecurityToken TokenType="http://docs.oasis-open.org/wss/2004/01/oasis-2004-01-saml-token-profile-1.0#SAMLAssertionID">
    <wssp:Claims>
    <wssp:ConfirmationMethod>sender-vouches</wssp:ConfirmationMethod>
    </wssp:Claims>
    </wssp:SecurityToken>
    </wssp:SupportedTokens>
    </wssp:Identity>
    </wsp:Policy>
    Stacktrace:
    weblogic.xml.crypto.wss.WSSecurityException: Security token failed to validate. weblogic.xml.crypto.wss.SecurityTokenVal
    idateResult@a4fc20[status: false][msg The SAML token is not valid.]
    at weblogic.xml.crypto.wss.SecurityImpl.unmarshalAndProcessSecurityToken(SecurityImpl.java:630)
    at weblogic.xml.crypto.wss.SecurityImpl.unmarshalChildren(SecurityImpl.java:556)
    at weblogic.xml.crypto.wss.SecurityImpl.unmarshalInternal(SecurityImpl.java:448)
    at weblogic.xml.crypto.wss.SecurityImpl.unmarshal(SecurityImpl.java:416)
    at weblogic.xml.crypto.wss.api.WSSecurityFactory.unmarshalAndProcessSecurity(WSSecurityFactory.java:66)
    at weblogic.wsee.security.WssServerHandler.processRequest(WssServerHandler.java:35)
    at weblogic.wsee.security.WssHandler.handleRequest(WssHandler.java:74)
    at com.bea.wli.sb.security.wss.WssInboundHandler.processRequest(WssInboundHandler.java:116)
    at com.bea.wli.sb.security.wss.WssHandlerImpl.doInboundRequest(WssHandlerImpl.java:201)
    at com.bea.wli.sb.context.BindingLayerImpl.addRequest(BindingLayerImpl.java:257)
    at com.bea.wli.sb.pipeline.MessageProcessor.processRequest(MessageProcessor.java:66)
    at com.bea.wli.sb.pipeline.RouterManager$1.run(RouterManager.java:508)
    at com.bea.wli.sb.pipeline.RouterManager$1.run(RouterManager.java:506)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    Edited by: user6080617 on Jun 29, 2009 11:39 PM

    Thank you for the tip. I've tried it, the result is below. It suspect something missing in my configuration, but I do not know what.
    <WSEE:17>Class of cred is: class weblogic.xml.saaj.SOAPElementImpl<SAMLCredentialImpl.<init>:85>
    <WSEE:17>Instantiating SAMLAssertionInfoFactory<SAMLCredentialImpl.<init>:87>
    <WSEE:17>Getting SAMLAssertionInfo from DOM Element<SAMLCredentialImpl.<init>:97>
    <WSEE:17>Got SAMLAssertionInfo<SAMLCredentialImpl.<init>:117>
    <WSEE:17>Assertion ID: 1246358297862<SAMLCredentialImpl.verbose:69>
    <WSEE:17>Assertion CM: urn:oasis:names:tc:SAML:1.0:cm:sender-vouches<SAMLCredentialImpl.verbose:70>
    <WSEE:17>Assertion Subject: uid=vsb,ou=smn<SAMLCredentialImpl.verbose:71>
    <WSEE:17>Assertion Version: 1.1<SAMLCredentialImpl.verbose:72>
    <WSEE:17>Attempting assertIdentity<CSSUtils.assertIdentity:310>
    <WSEE:17>SAML_TARGET_RESOURCE is: /service/customer/contact/contactInformationService<CSSUtils.assertIdentity:312>
    <WSEE:17>Got Principal Authenticator<CSSUtils.assertIdentity:314>
    <WSEE:17>Cred type is: SAML.Assertion.DOM, Node: [saml:Assertion: null]<CSSUtils.assertIdentity:320>
    <WSEE:17>Exception while asserting identity: javax.security.auth.login.LoginException: [Security:090377]Identity Assertion Failed, weblogic.security.spi.IdentityAssertionException: [Security:090380]Identity Assertion Failed, Unsupported Token Type: SAML.Assertion.DOM<CSSUtils.assertIdentity:325>
    <WSEE:17>javax.security.auth.login.LoginException: [Security:090377]Identity Assertion Failed, weblogic.security.spi.IdentityAssertionException: [Security:090380]Identity Assertion Failed, Unsupported Token Type: SAML.Assertion.DOM<CSSUtils.assertIdentity:326>

  • Dynamic Endpoint URI  ?

    Hi,
    Anyone know of any way to dynamically set the endpoint URI property of an ALSB business service from the payload ?
    Hanx!

    Hi Paul,
    Well that looks like the explanation of the context variables of ALSB. Now I tried to override the transport/uri element of the $outbound variable in the process of dynamic routing. Unfortunately it doesn't seem to work. I want to know (first of all), is it possible to make the endpoint URI(http://mydevenv/service for example) completely dynamic, so that I wouldn't be needing any business services? Or I'd only provide the names of the business services like "BusinessService1" dynamically picked up at runtime? Well the second approach still demands that I'd have to create many number of business services or will have to change the URI each and everytime in the ALSB artifact. Kindly advice! I've been trying a way around to do this for a while and running out of help!!! Many thanks!

  • Button Destination URI 255 char limit?

    While entering the "Destination URI" property on a button,
    Jdeveloper is stopping me at character 255.
    Has anyone else run into this and found a solution?
    TIA
    Searched history but did not find anything.
    JDev 10.1.3.3.0.3
    OAExt 10.1.3

    Calling a Reports Server or Bi Publisher requires passing all the parameters, along with
    what printer to print to and all the other stuff. This easily can exceed 255 characters.
    As long as the report I have has only one or two parameters, the approach of using
    Destination URI off a button worked great.
    ( And I'd rather not add redundant VO attributes with cryptic short code names
    to fake my way around this! )
    In any case, IE supports 2048 character long URLs ( being one of the SMALLEST..
    Firefox and others go much bigger ) and the HTTP spec says nothing about any length limit.
    Interestingly, prior postings on the forum indicate that elsewhere people are setting
    URLs that exceed 255 characters ( in their examples/dumps ) and those work just fine,
    on other item types?
    I was hoping to avoid more pp methods to do this since the Destination URL works perfectly
    for the task... until I hit this (highly questionable ) data entry limit.
    Thx.

  • Lync Server 2013 mobility - yes..

    I've read a million different posts on this subject, but they all seem to differ a little from our issue.
    We have a Lync 2013 setup, with Lync Hosting Pack. Our setup is pretty basic, with a front end server, a backend, edge. We also deployed an AD FS and used a Web Application Proxy. - All users will connect externally. No internal users.
    Our desktop clients connects well, we have voice, presence and whatnot.
    Mobility however, is another issue:
    Lync Connectivity Analyzer shows 
    Your deployment meets the minimum requirements for Lync Mobile 2013 App.
    We use a wildcard Cert with all the SANs included (*.domain.no , with frontend.domain.no, lyncdiscover.domain.no, aso.)
    The iOS app just keeps chewing and chewing, and won't log in. 
    Any tips would be greatly appreciated!
    Logs follow:
    Lync Connectivity Analyzer Log:
    [05.06.2014 12:36:38] [DEBUG] Logging test parameters:
    [05.06.2014 12:36:38] [DEBUG] SIP Uri: [email protected]
    [05.06.2014 12:36:38] [DEBUG] User Name:
    [05.06.2014 12:36:38] [DEBUG] Discovery Type: Manual Discovery
    [05.06.2014 12:36:38] [DEBUG] Server FQDN: lyncdiscover.domain.no
    [05.06.2014 12:36:38] [DEBUG] Network access: NetworkAccessExternal
    [05.06.2014 12:36:38] [DEBUG] Selected client: ApplicationLyncMobile2013
    [05.06.2014 12:36:38] [SUBHEADING] Starting manual Lync server discovery
    [05.06.2014 12:36:38] [INFO] Please wait; this test may take several minutes to complete...
    [05.06.2014 12:36:38] [SUBHEADING] Starting server discovery for secure (HTTPS) channel
    [05.06.2014 12:36:38] [INFO] Server discovery started for https://lyncdiscover.domain.no/Autodiscover/AutodiscoverService.svc/root
    [05.06.2014 12:36:38] [DEBUG] Sending HTTP request to https://lyncdiscover.domain.no/Autodiscover/AutodiscoverService.svc/[email protected]
    [05.06.2014 12:36:38] [DEBUG] Cookie found in autodiscover response: StatusCode: 200, ReasonPhrase: 'OK', Version: 1.1, Content: System.Net.Http.StreamContent, Headers:
    Pragma: no-cache
    X-MS-Server-Fqdn: LYNCFEND1.internaldomain.local
    X-Content-Type-Options: nosniff
    Cache-Control: no-cache
    Date: Thu, 05 Jun 2014 10:36:38 GMT
    Server: Microsoft-IIS/8.5
    X-AspNet-Version: 4.0.30319
    X-Powered-By: ASP.NET
    Content-Length: 1045
    Content-Type: application/vnd.microsoft.rtc.autodiscover+xml; v=1
    Expires: -1
    [05.06.2014 12:36:38] [DEBUG] Parsing the response for URL https://lyncdiscover.domain.no/Autodiscover/AutodiscoverService.svc/[email protected]. Full response: <?xml version="1.0" encoding="utf-8"?><AutodiscoverResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" AccessLocation="External"><Root><Link token="Domain" href="https://frontend.domain.no/Autodiscover/AutodiscoverService.svc/root/domain?originalDomain=domain.no" /><Link token="User" href="https://frontend.domain.no/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=domain.no" /><Link token="Self" href="https://frontend.domain.no/Autodiscover/AutodiscoverService.svc/root?originalDomain=domain.no" /><Link token="OAuth" href="https://frontend.domain.no/Autodiscover/AutodiscoverService.svc/root/oauth/user?originalDomain=domain.no" /><Link token="External/XFrame" href="https://frontend.domain.no/Autodiscover/XFrame/XFrame.html" /><Link token="Internal/XFrame" href="https://frontend.domain.no/Autodiscover/XFrame/XFrame.html" /><Link token="XFrame" href="https://frontend.domain.no/Autodiscover/XFrame/XFrame.html" /></Root></AutodiscoverResponse>
    [05.06.2014 12:36:38] [DEBUG] Autodiscover URL https://lyncdiscover.domain.no/Autodiscover/AutodiscoverService.svc/[email protected] redirected to https://frontend.domain.no/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=domain.no
    [05.06.2014 12:36:38] [DEBUG] Sending HTTP request to https://frontend.domain.no/Autodiscover/AutodiscoverService.svc/root/[email protected]
    [05.06.2014 12:36:38] [DEBUG] Cookie found in autodiscover response: StatusCode: 401, ReasonPhrase: 'Unauthorized', Version: 1.1, Content: System.Net.Http.StreamContent, Headers:
    X-MS-WebTicketURL: https://frontend.domain.no/WebTicket/WebTicketService.svc
    X-MS-WebTicketSupported: cwt,saml
    X-MS-Server-Fqdn: LYNCFEND1.internaldomain.local
    X-Content-Type-Options: nosniff
    Cache-Control: no-cache
    Date: Thu, 05 Jun 2014 10:36:38 GMT
    Server: Microsoft-IIS/8.5
    X-Powered-By: ASP.NET
    Content-Length: 1293
    Content-Type: text/html
    [05.06.2014 12:36:38] [DEBUG] Authorization required for https://frontend.domain.no/Autodiscover/AutodiscoverService.svc/root/[email protected]
    [05.06.2014 12:36:38] [DEBUG] Obtaining WebTicket from https://frontend.domain.no/WebTicket/WebTicketService.svc
    [05.06.2014 12:36:38] [DEBUG] On-premises WebTicket server: https://frontend.domain.no/WebTicket/WebTicketService.svc/Auth
    [05.06.2014 12:36:38] [DEBUG] AcquireTicketAsync succeeded for https://frontend.domain.no/WebTicket/WebTicketService.svc/Auth
    [05.06.2014 12:36:38] [DEBUG] WebTicket: <saml:Assertion MajorVersion="1" MinorVersion="1" AssertionID="SamlSecurityToken-12bb3284-0cc1-4b09-93f4-26d2cd2b57d0" Issuer="https://lyncfend1.internaldomain.local:4443/71c25290-be40-5181-8a9b-fd9d38dd0adb" IssueInstant="2014-06-05T10:36:39.091Z" xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion"><saml:Conditions NotBefore="2014-06-05T10:36:39.090Z" NotOnOrAfter="2014-06-05T18:12:12.090Z"><saml:AudienceRestrictionCondition><saml:Audience>https://frontend.domain.no/</saml:Audience></saml:AudienceRestrictionCondition></saml:Conditions><saml:AuthenticationStatement AuthenticationMethod="urn:oasis:names:tc:SAML:1.0:am:unspecified" AuthenticationInstant="2014-06-05T10:36:39.091Z"><saml:Subject><saml:NameIdentifier Format="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/uri">sip:[email protected]</saml:NameIdentifier><saml:SubjectConfirmation><saml:ConfirmationMethod>urn:oasis:names:tc:SAML:1.0:cm:holder-of-key</saml:ConfirmationMethod><KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#"><e:EncryptedKey xmlns:e="http://www.w3.org/2001/04/xmlenc#"><e:EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#kw-aes256"></e:EncryptionMethod><KeyInfo><KeyName>71c25290-be40-5181-8a9b-fd9d38dd0adb:8d14eac91bf840c</KeyName></KeyInfo><e:CipherData><e:CipherValue>wEPp3KVs+5+J945BH+paOIM8i6kVGu1kFzARiGpMC1z5g8YkXJFm4w==</e:CipherValue></e:CipherData></e:EncryptedKey></KeyInfo></saml:SubjectConfirmation></saml:Subject></saml:AuthenticationStatement><Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"></CanonicalizationMethod><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"></SignatureMethod><Reference URI="#SamlSecurityToken-12bb3284-0cc1-4b09-93f4-26d2cd2b57d0"><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature"></Transform><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"></Transform></Transforms><DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"></DigestMethod><DigestValue>uCWjHxyqW11EhLm0XJFV+XzD2U1BraAyLFuvRcWJDco=</DigestValue></Reference></SignedInfo><SignatureValue>h9SEiZ89FIOUcm5iSwxDmhx+ELQhdlt155opu4JFoBAsONDmZTwZXyZBjK9jecgVlITXAyV4wVeah+s5hWmhQhVZAl49xES+jC1RvqgDsKfQDF0hoU/rrYNop8JouPXasZTlQ9C/zlivTHXqESbCDcOP+zKu51SEdOLPQVR6zv+eK2mtFFKEVpurSNvLOqlBB4bPlIT7Lk9RML2X9qOEv5a8Hx3qRuXNees76d0qh2XFtoBA6m8xvRhOftcp/ehwlucMP+HZCB0HUvL4gyaVzfPEJEbBEt1B6nA+h4E+lbiuoMcCGJJrKSv7a28kMH0YPuEYU1OMRzSY0bijGoa2XA==</SignatureValue><KeyInfo><o:SecurityTokenReference xmlns:o="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"><o:KeyIdentifier ValueType="http://docs.oasis-open.org/wss/oasis-wss-soap-message-security-1.1#ThumbprintSHA1">+9Toy9pmX+pZlzA1hc5J3BZJMZk=</o:KeyIdentifier></o:SecurityTokenReference></KeyInfo></Signature></saml:Assertion>
    [05.06.2014 12:36:38] [DEBUG] Sending HTTP request to https://frontend.domain.no/Autodiscover/AutodiscoverService.svc/root/[email protected]
    [05.06.2014 12:36:38] [DEBUG] Cookie found in autodiscover response: StatusCode: 200, ReasonPhrase: 'OK', Version: 1.1, Content: System.Net.Http.StreamContent, Headers:
    Pragma: no-cache
    X-MS-Server-Fqdn: LYNCFEND1.internaldomain.local
    X-Content-Type-Options: nosniff
    Cache-Control: no-cache
    Date: Thu, 05 Jun 2014 10:36:38 GMT
    Server: Microsoft-IIS/8.5
    X-AspNet-Version: 4.0.30319
    X-Powered-By: ASP.NET
    Content-Length: 2102
    Content-Type: application/vnd.microsoft.rtc.autodiscover+xml; v=1
    Expires: -1
    [05.06.2014 12:36:38] [DEBUG] Parsing the response for URL https://frontend.domain.no/Autodiscover/AutodiscoverService.svc/root/[email protected]. Full response: <?xml version="1.0" encoding="utf-8"?><AutodiscoverResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" AccessLocation="External"><User><SipServerInternalAccess fqdn="frontend.internaldomain.local" port="5061" /><SipClientInternalAccess fqdn="frontend.internaldomain.local" port="5061" /><SipServerExternalAccess fqdn="sip.domain.no" port="5061" /><SipClientExternalAccess fqdn="sip.domain.no" port="443" /><Link token="Internal/Autodiscover" href="https://frontend.domain.no/Autodiscover/AutodiscoverService.svc/root" /><Link token="Internal/AuthBroker" href="https://frontend.domain.no/Reach/sip.svc" /><Link token="Internal/WebScheduler" href="https://frontend.domain.no/Scheduler" /><Link token="Internal/CertProvisioning" href="https://frontend.domain.no/CertProv/CertProvisioningService.svc" /><Link token="External/Autodiscover" href="https://frontend.domain.no/Autodiscover/AutodiscoverService.svc/root" /><Link token="External/AuthBroker" href="https://frontend.domain.no/Reach/sip.svc" /><Link token="External/WebScheduler" href="https://frontend.domain.no/Scheduler" /><Link token="External/CertProvisioning" href="https://frontend.domain.no/CertProv/CertProvisioningService.svc" /><Link token="Internal/Mcx" href="https://frontend.domain.no/Mcx/McxService.svc" /><Link token="External/Mcx" href="https://frontend.domain.no/Mcx/McxService.svc" /><Link token="Ucwa" href="https://frontend.domain.no/ucwa/v1/applications" /><Link token="Internal/Ucwa" href="https://frontend.domain.no/ucwa/v1/applications" /><Link token="External/Ucwa" href="https://frontend.domain.no/ucwa/v1/applications" /><Link token="External/XFrame" href="https://frontend.domain.no/Autodiscover/XFrame/XFrame.html" /><Link token="Internal/XFrame" href="https://frontend.domain.no/Autodiscover/XFrame/XFrame.html" /><Link token="XFrame" href="https://frontend.domain.no/Autodiscover/XFrame/XFrame.html" /><Link token="Self" href="https://frontend.domain.no/Autodiscover/AutodiscoverService.svc/root/user" /></User></AutodiscoverResponse>
    [05.06.2014 12:36:38] [INFO] Server discovery has completed for https://lyncdiscover.domain.no/Autodiscover/AutodiscoverService.svc/root.
    [05.06.2014 12:36:38] [DEBUG] Autodiscover full response for URL https://lyncdiscover.domain.no/Autodiscover/AutodiscoverService.svc/root is <?xml version="1.0" encoding="utf-8"?><AutodiscoverResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" AccessLocation="External"><User><SipServerInternalAccess fqdn="frontend.internaldomain.local" port="5061" /><SipClientInternalAccess fqdn="frontend.internaldomain.local" port="5061" /><SipServerExternalAccess fqdn="sip.domain.no" port="5061" /><SipClientExternalAccess fqdn="sip.domain.no" port="443" /><Link token="Internal/Autodiscover" href="https://frontend.domain.no/Autodiscover/AutodiscoverService.svc/root" /><Link token="Internal/AuthBroker" href="https://frontend.domain.no/Reach/sip.svc" /><Link token="Internal/WebScheduler" href="https://frontend.domain.no/Scheduler" /><Link token="Internal/CertProvisioning" href="https://frontend.domain.no/CertProv/CertProvisioningService.svc" /><Link token="External/Autodiscover" href="https://frontend.domain.no/Autodiscover/AutodiscoverService.svc/root" /><Link token="External/AuthBroker" href="https://frontend.domain.no/Reach/sip.svc" /><Link token="External/WebScheduler" href="https://frontend.domain.no/Scheduler" /><Link token="External/CertProvisioning" href="https://frontend.domain.no/CertProv/CertProvisioningService.svc" /><Link token="Internal/Mcx" href="https://frontend.domain.no/Mcx/McxService.svc" /><Link token="External/Mcx" href="https://frontend.domain.no/Mcx/McxService.svc" /><Link token="Ucwa" href="https://frontend.domain.no/ucwa/v1/applications" /><Link token="Internal/Ucwa" href="https://frontend.domain.no/ucwa/v1/applications" /><Link token="External/Ucwa" href="https://frontend.domain.no/ucwa/v1/applications" /><Link token="External/XFrame" href="https://frontend.domain.no/Autodiscover/XFrame/XFrame.html" /><Link token="Internal/XFrame" href="https://frontend.domain.no/Autodiscover/XFrame/XFrame.html" /><Link token="XFrame" href="https://frontend.domain.no/Autodiscover/XFrame/XFrame.html" /><Link token="Self" href="https://frontend.domain.no/Autodiscover/AutodiscoverService.svc/root/user" /></User></AutodiscoverResponse>
    [05.06.2014 12:36:38] [DEBUG] SendRequest failed for https://frontend.domain.no/Autodiscover/AutodiscoverService.svc/root/[email protected]
    [05.06.2014 12:36:38] [INFO] Total server discovery time: 0,2 seconds
    [05.06.2014 12:36:38] [SUMMARY_SUCCESS] Server discovery with the specified server FQDN succeeded for secured : https://lyncdiscover.domain.no/Autodiscover/AutodiscoverService.svc/root
    [05.06.2014 12:36:38] [INFO] Access Location : External
    [05.06.2014 12:36:38] [INFO] SIP Server Internal Access : frontend.internaldomain.local
    [05.06.2014 12:36:38] [INFO] SIP Server External Access : sip.domain.no
    [05.06.2014 12:36:38] [INFO] SIP Client Internal Access : frontend.internaldomain.local
    [05.06.2014 12:36:38] [INFO] SIP Client External Access : sip.domain.no
    [05.06.2014 12:36:38] [INFO] Internal Auth broker service : https://frontend.domain.no/Reach/sip.svc
    [05.06.2014 12:36:38] [INFO] External Auth broker service : https://frontend.domain.no/Reach/sip.svc
    [05.06.2014 12:36:38] [INFO] Internal Auto discover service : https://frontend.domain.no/Autodiscover/AutodiscoverService.svc/root
    [05.06.2014 12:36:38] [INFO] External Auto discover service : https://frontend.domain.no/Autodiscover/AutodiscoverService.svc/root
    [05.06.2014 12:36:38] [INFO] Internal MCX service : https://frontend.domain.no/Mcx/McxService.svc
    [05.06.2014 12:36:38] [INFO] External MCX service : https://frontend.domain.no/Mcx/McxService.svc
    [05.06.2014 12:36:38] [INFO] Internal UCWA service : https://frontend.domain.no/ucwa/v1/applications
    [05.06.2014 12:36:38] [INFO] External UCWA service : https://frontend.domain.no/ucwa/v1/applications
    [05.06.2014 12:36:38] [INFO] Internal Webscheduler service : https://frontend.domain.no/Scheduler
    [05.06.2014 12:36:38] [INFO] External Webscheduler service : https://frontend.domain.no/Scheduler
    [05.06.2014 12:36:38] [INFO] Server discovery ended for https://lyncdiscover.domain.no/Autodiscover/AutodiscoverService.svc/root
    [05.06.2014 12:36:38] [SUBHEADING] Starting server discovery for unsecure (HTTP) channel
    [05.06.2014 12:36:38] [INFO] Server discovery started for http://lyncdiscover.domain.no/Autodiscover/AutodiscoverService.svc/root
    [05.06.2014 12:36:38] [DEBUG] Sending HTTP request to http://lyncdiscover.domain.no/Autodiscover/AutodiscoverService.svc/[email protected]
    [05.06.2014 12:36:39] [DEBUG] Cookie found in autodiscover response: StatusCode: 200, ReasonPhrase: 'OK', Version: 1.1, Content: System.Net.Http.StreamContent, Headers:
    Pragma: no-cache
    X-MS-Server-Fqdn: LYNCFEND1.internaldomain.local
    X-Content-Type-Options: nosniff
    Cache-Control: no-cache
    Date: Thu, 05 Jun 2014 10:36:38 GMT
    Server: Microsoft-IIS/8.5
    X-AspNet-Version: 4.0.30319
    X-Powered-By: ASP.NET
    Content-Length: 1045
    Content-Type: application/vnd.microsoft.rtc.autodiscover+xml; v=1
    Expires: -1
    [05.06.2014 12:36:39] [DEBUG] Parsing the response for URL http://lyncdiscover.domain.no/Autodiscover/AutodiscoverService.svc/[email protected]. Full response: <?xml version="1.0" encoding="utf-8"?><AutodiscoverResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" AccessLocation="External"><Root><Link token="Domain" href="https://frontend.domain.no/Autodiscover/AutodiscoverService.svc/root/domain?originalDomain=domain.no" /><Link token="User" href="https://frontend.domain.no/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=domain.no" /><Link token="Self" href="https://frontend.domain.no/Autodiscover/AutodiscoverService.svc/root?originalDomain=domain.no" /><Link token="OAuth" href="https://frontend.domain.no/Autodiscover/AutodiscoverService.svc/root/oauth/user?originalDomain=domain.no" /><Link token="External/XFrame" href="https://frontend.domain.no/Autodiscover/XFrame/XFrame.html" /><Link token="Internal/XFrame" href="https://frontend.domain.no/Autodiscover/XFrame/XFrame.html" /><Link token="XFrame" href="https://frontend.domain.no/Autodiscover/XFrame/XFrame.html" /></Root></AutodiscoverResponse>
    [05.06.2014 12:36:39] [DEBUG] Autodiscover URL http://lyncdiscover.domain.no/Autodiscover/AutodiscoverService.svc/[email protected] redirected to https://frontend.domain.no/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=domain.no
    [05.06.2014 12:36:39] [DEBUG] Sending HTTP request to https://frontend.domain.no/Autodiscover/AutodiscoverService.svc/root/[email protected]
    [05.06.2014 12:36:39] [DEBUG] Cookie found in autodiscover response: StatusCode: 401, ReasonPhrase: 'Unauthorized', Version: 1.1, Content: System.Net.Http.StreamContent, Headers:
    X-MS-WebTicketURL: https://frontend.domain.no/WebTicket/WebTicketService.svc
    X-MS-WebTicketSupported: cwt,saml
    X-MS-Server-Fqdn: LYNCFEND1.internaldomain.local
    X-Content-Type-Options: nosniff
    Cache-Control: no-cache
    Date: Thu, 05 Jun 2014 10:36:38 GMT
    Server: Microsoft-IIS/8.5
    X-Powered-By: ASP.NET
    Content-Length: 1293
    Content-Type: text/html
    [05.06.2014 12:36:39] [DEBUG] Authorization required for https://frontend.domain.no/Autodiscover/AutodiscoverService.svc/root/[email protected]
    [05.06.2014 12:36:39] [DEBUG] Obtaining WebTicket from https://frontend.domain.no/WebTicket/WebTicketService.svc
    [05.06.2014 12:36:39] [DEBUG] On-premises WebTicket server: https://frontend.domain.no/WebTicket/WebTicketService.svc/Auth
    [05.06.2014 12:36:39] [DEBUG] AcquireTicketAsync succeeded for https://frontend.domain.no/WebTicket/WebTicketService.svc/Auth
    [05.06.2014 12:36:39] [DEBUG] WebTicket: <saml:Assertion MajorVersion="1" MinorVersion="1" AssertionID="SamlSecurityToken-f4cd71cb-8aaa-4828-8ca2-804b65f8379c" Issuer="https://lyncfend1.internaldomain.local:4443/71c25290-be40-5181-8a9b-fd9d38dd0adb" IssueInstant="2014-06-05T10:36:39.241Z" xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion"><saml:Conditions NotBefore="2014-06-05T10:36:39.240Z" NotOnOrAfter="2014-06-05T18:27:10.240Z"><saml:AudienceRestrictionCondition><saml:Audience>https://frontend.domain.no/</saml:Audience></saml:AudienceRestrictionCondition></saml:Conditions><saml:AuthenticationStatement AuthenticationMethod="urn:oasis:names:tc:SAML:1.0:am:unspecified" AuthenticationInstant="2014-06-05T10:36:39.241Z"><saml:Subject><saml:NameIdentifier Format="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/uri">sip:[email protected]</saml:NameIdentifier><saml:SubjectConfirmation><saml:ConfirmationMethod>urn:oasis:names:tc:SAML:1.0:cm:holder-of-key</saml:ConfirmationMethod><KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#"><e:EncryptedKey xmlns:e="http://www.w3.org/2001/04/xmlenc#"><e:EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#kw-aes256"></e:EncryptionMethod><KeyInfo><KeyName>71c25290-be40-5181-8a9b-fd9d38dd0adb:8d14eac91bf840c</KeyName></KeyInfo><e:CipherData><e:CipherValue>5eLzvqrHkVAAd2X1+vB1wgPbGicWi3lSod57uCWC7C0CW9xXFsh5pw==</e:CipherValue></e:CipherData></e:EncryptedKey></KeyInfo></saml:SubjectConfirmation></saml:Subject></saml:AuthenticationStatement><Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"></CanonicalizationMethod><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"></SignatureMethod><Reference URI="#SamlSecurityToken-f4cd71cb-8aaa-4828-8ca2-804b65f8379c"><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature"></Transform><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"></Transform></Transforms><DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"></DigestMethod><DigestValue>aMBXk2Cv4lFBeEqssyxf85t9hOkso+48DNmXtpuy9RI=</DigestValue></Reference></SignedInfo><SignatureValue>PlDcI1ak3UcjT2YxfXVjq5obMj1gjjkUmvBTim4UzUFL/S7EKsKaOiJXll9PNns2qwEHpkLaUuVFA+68XyRxxjB3hE4+E5iWiFr4K1ahC4nFzfjxum1U7nRMhLx1oFjSY9e7+aNBvrjKqlMA7wncL2F5GwGadLdWNzhnIEAN21BQN6KRSM69kXsqiJwNGPToBnbBfzGFbDEVQgyaigf/k5cwSfULoR++/oH9h3Q4SvGb22s4qXX/9q5CaMWtqtkbH0PcKOaUGbUYl3BuUZ6IsDzfZSfluc7nDQpO471/TKFog/YN8hr4GYc5JNJYLNRC/I6gIrBb4q7HM25u/QJPzQ==</SignatureValue><KeyInfo><o:SecurityTokenReference xmlns:o="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"><o:KeyIdentifier ValueType="http://docs.oasis-open.org/wss/oasis-wss-soap-message-security-1.1#ThumbprintSHA1">+9Toy9pmX+pZlzA1hc5J3BZJMZk=</o:KeyIdentifier></o:SecurityTokenReference></KeyInfo></Signature></saml:Assertion>
    [05.06.2014 12:36:39] [DEBUG] Sending HTTP request to https://frontend.domain.no/Autodiscover/AutodiscoverService.svc/root/[email protected]
    [05.06.2014 12:36:39] [DEBUG] Cookie found in autodiscover response: StatusCode: 200, ReasonPhrase: 'OK', Version: 1.1, Content: System.Net.Http.StreamContent, Headers:
    Pragma: no-cache
    X-MS-Server-Fqdn: LYNCFEND1.internaldomain.local
    X-Content-Type-Options: nosniff
    Cache-Control: no-cache
    Date: Thu, 05 Jun 2014 10:36:38 GMT
    Server: Microsoft-IIS/8.5
    X-AspNet-Version: 4.0.30319
    X-Powered-By: ASP.NET
    Content-Length: 2102
    Content-Type: application/vnd.microsoft.rtc.autodiscover+xml; v=1
    Expires: -1
    [05.06.2014 12:36:39] [DEBUG] Parsing the response for URL https://frontend.domain.no/Autodiscover/AutodiscoverService.svc/root/[email protected]. Full response: <?xml version="1.0" encoding="utf-8"?><AutodiscoverResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" AccessLocation="External"><User><SipServerInternalAccess fqdn="frontend.internaldomain.local" port="5061" /><SipClientInternalAccess fqdn="frontend.internaldomain.local" port="5061" /><SipServerExternalAccess fqdn="sip.domain.no" port="5061" /><SipClientExternalAccess fqdn="sip.domain.no" port="443" /><Link token="Internal/Autodiscover" href="https://frontend.domain.no/Autodiscover/AutodiscoverService.svc/root" /><Link token="Internal/AuthBroker" href="https://frontend.domain.no/Reach/sip.svc" /><Link token="Internal/WebScheduler" href="https://frontend.domain.no/Scheduler" /><Link token="Internal/CertProvisioning" href="https://frontend.domain.no/CertProv/CertProvisioningService.svc" /><Link token="External/Autodiscover" href="https://frontend.domain.no/Autodiscover/AutodiscoverService.svc/root" /><Link token="External/AuthBroker" href="https://frontend.domain.no/Reach/sip.svc" /><Link token="External/WebScheduler" href="https://frontend.domain.no/Scheduler" /><Link token="External/CertProvisioning" href="https://frontend.domain.no/CertProv/CertProvisioningService.svc" /><Link token="Internal/Mcx" href="https://frontend.domain.no/Mcx/McxService.svc" /><Link token="External/Mcx" href="https://frontend.domain.no/Mcx/McxService.svc" /><Link token="Ucwa" href="https://frontend.domain.no/ucwa/v1/applications" /><Link token="Internal/Ucwa" href="https://frontend.domain.no/ucwa/v1/applications" /><Link token="External/Ucwa" href="https://frontend.domain.no/ucwa/v1/applications" /><Link token="External/XFrame" href="https://frontend.domain.no/Autodiscover/XFrame/XFrame.html" /><Link token="Internal/XFrame" href="https://frontend.domain.no/Autodiscover/XFrame/XFrame.html" /><Link token="XFrame" href="https://frontend.domain.no/Autodiscover/XFrame/XFrame.html" /><Link token="Self" href="https://frontend.domain.no/Autodiscover/AutodiscoverService.svc/root/user" /></User></AutodiscoverResponse>
    [05.06.2014 12:36:39] [INFO] Server discovery has completed for http://lyncdiscover.domain.no/Autodiscover/AutodiscoverService.svc/root.
    [05.06.2014 12:36:39] [DEBUG] Autodiscover full response for URL http://lyncdiscover.domain.no/Autodiscover/AutodiscoverService.svc/root is <?xml version="1.0" encoding="utf-8"?><AutodiscoverResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" AccessLocation="External"><User><SipServerInternalAccess fqdn="frontend.internaldomain.local" port="5061" /><SipClientInternalAccess fqdn="frontend.internaldomain.local" port="5061" /><SipServerExternalAccess fqdn="sip.domain.no" port="5061" /><SipClientExternalAccess fqdn="sip.domain.no" port="443" /><Link token="Internal/Autodiscover" href="https://frontend.domain.no/Autodiscover/AutodiscoverService.svc/root" /><Link token="Internal/AuthBroker" href="https://frontend.domain.no/Reach/sip.svc" /><Link token="Internal/WebScheduler" href="https://frontend.domain.no/Scheduler" /><Link token="Internal/CertProvisioning" href="https://frontend.domain.no/CertProv/CertProvisioningService.svc" /><Link token="External/Autodiscover" href="https://frontend.domain.no/Autodiscover/AutodiscoverService.svc/root" /><Link token="External/AuthBroker" href="https://frontend.domain.no/Reach/sip.svc" /><Link token="External/WebScheduler" href="https://frontend.domain.no/Scheduler" /><Link token="External/CertProvisioning" href="https://frontend.domain.no/CertProv/CertProvisioningService.svc" /><Link token="Internal/Mcx" href="https://frontend.domain.no/Mcx/McxService.svc" /><Link token="External/Mcx" href="https://frontend.domain.no/Mcx/McxService.svc" /><Link token="Ucwa" href="https://frontend.domain.no/ucwa/v1/applications" /><Link token="Internal/Ucwa" href="https://frontend.domain.no/ucwa/v1/applications" /><Link token="External/Ucwa" href="https://frontend.domain.no/ucwa/v1/applications" /><Link token="External/XFrame" href="https://frontend.domain.no/Autodiscover/XFrame/XFrame.html" /><Link token="Internal/XFrame" href="https://frontend.domain.no/Autodiscover/XFrame/XFrame.html" /><Link token="XFrame" href="https://frontend.domain.no/Autodiscover/XFrame/XFrame.html" /><Link token="Self" href="https://frontend.domain.no/Autodiscover/AutodiscoverService.svc/root/user" /></User></AutodiscoverResponse>
    [05.06.2014 12:36:39] [DEBUG] SendRequest failed for https://frontend.domain.no/Autodiscover/AutodiscoverService.svc/root/[email protected]
    [05.06.2014 12:36:39] [INFO] Total server discovery time: 0,1 seconds
    [05.06.2014 12:36:39] [SUMMARY_SUCCESS] Server discovery with the specified server FQDN succeeded for unsecured : http://lyncdiscover.domain.no/Autodiscover/AutodiscoverService.svc/root
    [05.06.2014 12:36:39] [INFO] Access Location : External
    [05.06.2014 12:36:39] [INFO] SIP Server Internal Access : frontend.internaldomain.local
    [05.06.2014 12:36:39] [INFO] SIP Server External Access : sip.domain.no
    [05.06.2014 12:36:39] [INFO] SIP Client Internal Access : frontend.internaldomain.local
    [05.06.2014 12:36:39] [INFO] SIP Client External Access : sip.domain.no
    [05.06.2014 12:36:39] [INFO] Internal Auth broker service : https://frontend.domain.no/Reach/sip.svc
    [05.06.2014 12:36:39] [INFO] External Auth broker service : https://frontend.domain.no/Reach/sip.svc
    [05.06.2014 12:36:39] [INFO] Internal Auto discover service : https://frontend.domain.no/Autodiscover/AutodiscoverService.svc/root
    [05.06.2014 12:36:39] [INFO] External Auto discover service : https://frontend.domain.no/Autodiscover/AutodiscoverService.svc/root
    [05.06.2014 12:36:39] [INFO] Internal MCX service : https://frontend.domain.no/Mcx/McxService.svc
    [05.06.2014 12:36:39] [INFO] External MCX service : https://frontend.domain.no/Mcx/McxService.svc
    [05.06.2014 12:36:39] [INFO] Internal UCWA service : https://frontend.domain.no/ucwa/v1/applications
    [05.06.2014 12:36:39] [INFO] External UCWA service : https://frontend.domain.no/ucwa/v1/applications
    [05.06.2014 12:36:39] [INFO] Internal Webscheduler service : https://frontend.domain.no/Scheduler
    [05.06.2014 12:36:39] [INFO] External Webscheduler service : https://frontend.domain.no/Scheduler
    [05.06.2014 12:36:39] [INFO] Server discovery ended for http://lyncdiscover.domain.no/Autodiscover/AutodiscoverService.svc/root
    [05.06.2014 12:36:39] [DEBUG] None, AutoInternalDNSFail, AutoExternalDNSFail, AutoInternalSecureD, AutoInternalUnsecureD, AutoExternalSecureD, AutoExternalUnsecureD, AuthBrokerInternalLMXCheckGET, AuthBrokerInternalLMXCheckPOST, AuthBrokerExternalLMXCheckGET, AuthBrokerExternalLMXCheckPOST, MobilityMCXInternalLMXCheckGET, MobilityMCXInternalLMXCheckPOST, MobilityMCXExternalLMXCheckGET, MobilityMCXExternalLMXCheckPOST, LMXSIPServerInternalDNS, LMXSIPServerExternalDNS, MobilityUCWAInternalCheckPOST, MobilityUCWAExternalCheckPOST
    [05.06.2014 12:36:39] [SUMMARY]
    [05.06.2014 12:36:39] [MAINHEADING] Starting the requirement tests for Lync Mobile 2013 App
    [05.06.2014 12:36:39] [INFO] Please wait; this test may take several minutes to complete...
    [05.06.2014 12:36:39] [INFO] Testing the app requirements using the following discovery response:
    [05.06.2014 12:36:39] [INFO] Access Location : External
    [05.06.2014 12:36:39] [INFO] SIP Server Internal Access : frontend.internaldomain.local
    [05.06.2014 12:36:39] [INFO] SIP Server External Access : sip.domain.no
    [05.06.2014 12:36:39] [INFO] SIP Client Internal Access : frontend.internaldomain.local
    [05.06.2014 12:36:39] [INFO] SIP Client External Access : sip.domain.no
    [05.06.2014 12:36:39] [INFO] Internal Auth broker service : https://frontend.domain.no/Reach/sip.svc
    [05.06.2014 12:36:39] [INFO] External Auth broker service : https://frontend.domain.no/Reach/sip.svc
    [05.06.2014 12:36:39] [INFO] Internal Auto discover service : https://frontend.domain.no/Autodiscover/AutodiscoverService.svc/root
    [05.06.2014 12:36:39] [INFO] External Auto discover service : https://frontend.domain.no/Autodiscover/AutodiscoverService.svc/root
    [05.06.2014 12:36:39] [INFO] Internal MCX service : https://frontend.domain.no/Mcx/McxService.svc
    [05.06.2014 12:36:39] [INFO] External MCX service : https://frontend.domain.no/Mcx/McxService.svc
    [05.06.2014 12:36:39] [INFO] Internal UCWA service : https://frontend.domain.no/ucwa/v1/applications
    [05.06.2014 12:36:39] [INFO] External UCWA service : https://frontend.domain.no/ucwa/v1/applications
    [05.06.2014 12:36:39] [INFO] Internal Webscheduler service : https://frontend.domain.no/Scheduler
    [05.06.2014 12:36:39] [INFO] External Webscheduler service : https://frontend.domain.no/Scheduler
    [05.06.2014 12:36:39] [SUBHEADING] Starting tests for Mobility (UCWA) service
    [05.06.2014 12:36:39] [DEBUG] UCWA user agent string: <input xmlns="http://schemas.microsoft.com/rtc/2012/03/ucwa"><property name="culture">en-US</property><property name="endpointId">44:D8:84:3C:68:68</property><property name="type">Phone</property><property name="userAgent">LyncConnectivityAnalyzer/5.0.8308.582 (Windows OS 6.0)</property></input>
    [05.06.2014 12:36:39] [INFO] Verifying external Ucwa service: https://frontend.domain.no/ucwa/v1/applications
    [05.06.2014 12:36:39] [DEBUG] On-premises WebTicket server: https://frontend.domain.no/WebTicket/WebTicketService.svc/Auth
    [05.06.2014 12:36:39] [DEBUG] AcquireTicketAsync succeeded for https://frontend.domain.no/WebTicket/WebTicketService.svc/Auth
    [05.06.2014 12:36:39] [DEBUG] WebTicket: <saml:Assertion MajorVersion="1" MinorVersion="1" AssertionID="SamlSecurityToken-d39b4d8b-badd-498c-af5e-8e35de4ddfda" Issuer="https://lyncfend1.internaldomain.local:4443/71c25290-be40-5181-8a9b-fd9d38dd0adb" IssueInstant="2014-06-05T10:36:39.338Z" xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion"><saml:Conditions NotBefore="2014-06-05T10:36:39.338Z" NotOnOrAfter="2014-06-05T18:30:24.338Z"><saml:AudienceRestrictionCondition><saml:Audience>https://frontend.domain.no/</saml:Audience></saml:AudienceRestrictionCondition></saml:Conditions><saml:AuthenticationStatement AuthenticationMethod="urn:oasis:names:tc:SAML:1.0:am:unspecified" AuthenticationInstant="2014-06-05T10:36:39.338Z"><saml:Subject><saml:NameIdentifier Format="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/uri">sip:[email protected]</saml:NameIdentifier><saml:SubjectConfirmation><saml:ConfirmationMethod>urn:oasis:names:tc:SAML:1.0:cm:holder-of-key</saml:ConfirmationMethod><KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#"><e:EncryptedKey xmlns:e="http://www.w3.org/2001/04/xmlenc#"><e:EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#kw-aes256"></e:EncryptionMethod><KeyInfo><KeyName>71c25290-be40-5181-8a9b-fd9d38dd0adb:8d14eac91bf840c</KeyName></KeyInfo><e:CipherData><e:CipherValue>ptTH14S87B2WCkwgBcLo6KcznV4Bt1fJZXvdu+oCzUTX3zX2AyTQ2g==</e:CipherValue></e:CipherData></e:EncryptedKey></KeyInfo></saml:SubjectConfirmation></saml:Subject></saml:AuthenticationStatement><Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"></CanonicalizationMethod><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"></SignatureMethod><Reference URI="#SamlSecurityToken-d39b4d8b-badd-498c-af5e-8e35de4ddfda"><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature"></Transform><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"></Transform></Transforms><DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"></DigestMethod><DigestValue>OtrXBydOJ5hZ2qMTVG8sVF2fJLF/L0aVQJqzCdOTHVE=</DigestValue></Reference></SignedInfo><SignatureValue>kzQhYwaiC/U3zThLCrCh2wOMz9vHZEmg10D8erwG6L7kYtZHbyUumFgsbZrnSMTr3GrYJyow7yX5kc/n8Rl18CRiJpmLNGLrT8y6SUP3fTlZO2+ebBCqPoymgH5TN0diVgnPXIkezIAcHI1mPWMfA6CEEZA1a/qMbUbtLuXhF1OvPwRFlhPmT31aBHcaDkpTV4LImegEcuV6SSXOZ22vLDPB+qK+k1KAV0niZUvq331trKjq3xE09iZ6oxdY/UzLmkZNbXpTEf3r1hh6/QV3TUxAz8l5zR9JQIF/Ofb/GDgTfmYn8kmPdULhKwNW33l7QnJewlICKdZ1t2LHo7BXIA==</SignatureValue><KeyInfo><o:SecurityTokenReference xmlns:o="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"><o:KeyIdentifier ValueType="http://docs.oasis-open.org/wss/oasis-wss-soap-message-security-1.1#ThumbprintSHA1">+9Toy9pmX+pZlzA1hc5J3BZJMZk=</o:KeyIdentifier></o:SecurityTokenReference></KeyInfo></Signature></saml:Assertion>
    [05.06.2014 12:36:39] [SUCCESS] Successfully created the UCWA service
    [05.06.2014 12:36:39] [SUMMARY] Completed tests for Mobility (UCWA) service
    [05.06.2014 12:36:39] [DEBUG] None, AutoInternalDNSFail, AutoExternalDNSFail, AutoInternalSecureD, AutoInternalUnsecureD, AutoExternalSecureD, AutoExternalUnsecureD, AuthBrokerInternalLMXCheckGET, AuthBrokerInternalLMXCheckPOST, AuthBrokerExternalLMXCheckGET, AuthBrokerExternalLMXCheckPOST, MobilityMCXInternalLMXCheckGET, MobilityMCXInternalLMXCheckPOST, MobilityMCXExternalLMXCheckGET, MobilityMCXExternalLMXCheckPOST, LMXSIPServerInternalDNS, LMXSIPServerExternalDNS, MobilityUCWAInternalCheckPOST
    [05.06.2014 12:36:39] [SUMMARY]
    [05.06.2014 12:36:39] [SUMMARY_SUCCESS]
    Your deployment meets the minimum requirements for Lync Mobile 2013 App.

    ios Log: 
    2014-06-05 09:57:24.612 Lync[133:3cd7f18c] INFO UTILITIES CTimer.cpp/661:TimerMap is created
    2014-06-05 09:57:24.850 Lync[133:3cd7f18c] INFO UI CMAppDelegate.mm/141:ApplicationLifeCycle Event: Received didFinishLaunchingWithOptions
    2014-06-05 09:57:24.893 Lync[133:3cd7f18c] INFO UTILITIES CStorageManager.mm/149:Creating StorageManager
    2014-06-05 09:57:24.895 Lync[133:3cd7f18c] INFO UTILITIES CStorageManager.mm/192:Initializing StorageManager
    2014-06-05 09:57:25.061 Lync[133:3cd7f18c] INFO UTILITIES COsInformation.mm/386:User UI language identifier nb was mapped to nb-NO 1044
    2014-06-05 09:57:25.087 Lync[133:3cd7f18c] INFO UTILITIES COsInformation.mm/106:Device Version Info - Model=iPhone, HardwareModel=iPhone4,1, SystemName=iPhone OS, SystemVersion=7.1.1
    2014-06-05 09:57:25.102 Lync[133:3cd7f18c] INFO UTILITIES CNetworkMonitor.cpp/70:Successfully started listening to network events
    2014-06-05 09:57:25.103 Lync[133:3cd7f18c] INFO UTILITIES CNetworkMonitor.cpp/217:Reachabilility Flags IsWWAN(1):Reachable(1):TransientConnection(1):ConnectionRequired(0):ConnectionOnTraffic(0):InterventionRequired(0):ConnectionOnDemand(0):IsLocalAddress(1):IsDirect(0)
    2014-06-05 09:57:25.103 Lync[133:3cd7f18c] INFO UTILITIES CNetworkMonitor.cpp/186:Updated networkAvailableToConnect(NoNetwork) -> CellularDataNetwork, isInAirplaneMode(0) -> 0
    2014-06-05 09:57:25.105 Lync[133:3cd7f18c] INFO UTILITIES CTimer.cpp/225:Created timer instance (0x1357f14) for runloop (0x122f030)
    2014-06-05 09:57:25.118 Lync[133:3cd7f18c] INFO TRANSPORT CRequestManager.cpp/115:Creating RequestManager with cookieHandling = 1
    2014-06-05 09:57:25.119 Lync[133:3cd7f18c] INFO TRANSPORT CHttpStreamPool.cpp/74:Allocating persistent connection range (0-4) and dedicated persistent connection range (5-5) for UcwaSession.
    2014-06-05 09:57:25.125 Lync[133:3cd7f18c] INFO TRANSPORT CRequestManager.cpp/115:Creating RequestManager with cookieHandling = 1
    2014-06-05 09:57:25.125 Lync[133:3cd7f18c] INFO TRANSPORT CHttpStreamPool.cpp/74:Allocating persistent connection range (6-7) and dedicated persistent connection range (-1--1) for UcwaAutoDiscoverySession.
    2014-06-05 09:57:25.126 Lync[133:3cd7f18c] INFO TRANSPORT CRequestManager.cpp/115:Creating RequestManager with cookieHandling = 1
    2014-06-05 09:57:25.127 Lync[133:3cd7f18c] INFO TRANSPORT CHttpStreamPool.cpp/74:Allocating persistent connection range (8-8) and dedicated persistent connection range (-1--1) for JoinLauncherSession.
    2014-06-05 09:57:25.128 Lync[133:3cd7f18c] INFO TRANSPORT CRequestManager.cpp/115:Creating RequestManager with cookieHandling = 1
    2014-06-05 09:57:25.128 Lync[133:3cd7f18c] INFO TRANSPORT CHttpStreamPool.cpp/74:Allocating persistent connection range (9-9) and dedicated persistent connection range (-1--1) for EwsSession.
    2014-06-05 09:57:25.129 Lync[133:3cd7f18c] INFO TRANSPORT CRequestManager.cpp/115:Creating RequestManager with cookieHandling = 1
    2014-06-05 09:57:25.129 Lync[133:3cd7f18c] INFO TRANSPORT CHttpStreamPool.cpp/74:Allocating persistent connection range (10-10) and dedicated persistent connection range (-1--1) for EwsAutoDiscoverSession.
    2014-06-05 09:57:25.130 Lync[133:3cd7f18c] INFO TRANSPORT CRequestManager.cpp/115:Creating RequestManager with cookieHandling = 1
    2014-06-05 09:57:25.130 Lync[133:3cd7f18c] INFO TRANSPORT CHttpStreamPool.cpp/74:Allocating persistent connection range (11-11) and dedicated persistent connection range (-1--1) for HttpFileDownloadSession.
    2014-06-05 09:57:25.131 Lync[133:3cd7f18c] INFO TRANSPORT CRequestManager.cpp/115:Creating RequestManager with cookieHandling = 1
    2014-06-05 09:57:25.131 Lync[133:3cd7f18c] INFO TRANSPORT CHttpStreamPool.cpp/74:Allocating persistent connection range (12-12) and dedicated persistent connection range (-1--1) for BrbSession.
    2014-06-05 09:57:25.132 Lync[133:3cd7f18c] INFO TRANSPORT CRequestManager.cpp/115:Creating RequestManager with cookieHandling = 1
    2014-06-05 09:57:25.132 Lync[133:3cd7f18c] INFO TRANSPORT CHttpStreamPool.cpp/74:Allocating persistent connection range (13-13) and dedicated persistent connection range (-1--1) for CpsSession.
    2014-06-05 09:57:25.133 Lync[133:3cd7f18c] INFO TRANSPORT CRequestManager.cpp/115:Creating RequestManager with cookieHandling = 1
    2014-06-05 09:57:25.134 Lync[133:3cd7f18c] INFO TRANSPORT CHttpStreamPool.cpp/74:Allocating persistent connection range (14-14) and dedicated persistent connection range (-1--1) for PsomSession.
    2014-06-05 09:57:25.144 Lync[133:3cd7f18c] INFO TRANSPORT CRequestManager.cpp/115:Creating RequestManager with cookieHandling = 1
    2014-06-05 09:57:25.145 Lync[133:3cd7f18c] INFO TRANSPORT CHttpStreamPool.cpp/74:Allocating persistent connection range (15-15) and dedicated persistent connection range (-1--1) for WebTicketSession.
    2014-06-05 09:57:25.147 Lync[133:3cd7f18c] INFO TRANSPORT CHttpStreamPool.cpp/74:Allocating persistent connection range (16-16) and dedicated persistent connection range (-1--1) for MetaDataManager.
    2014-06-05 09:57:25.150 Lync[133:3cd7f18c] INFO UTILITIES XmlSerializer.cpp/426:Exit.
    2014-06-05 09:57:25.201 Lync[133:3cd7f18c] INFO TRANSPORT CCredentialManager.cpp/176:setUsernamePasswordCredential creating credential: credType (1) signInName ([email protected]) domain () username ([email protected]) password.empty() (0) certificate.isValid() (0) privateKey.empty() (1) compatibleServiceIds(1)
    2014-06-05 09:57:25.204 Lync[133:3cd7f18c] INFO TRANSPORT CCredentialManager.cpp/231:useCredentialsForExchange called with useOcsCredentials = 1
    2014-06-05 09:57:25.278 Lync[133:3cd7f18c] INFO APPLICATION CiPhoneAddressbookProvider.mm/756:Addressbook index load took 26ms
    2014-06-05 09:57:25.416 Lync[133:3cd7f18c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/669:Deserialized sipuri=sip:[email protected] ucwa= intADRoot= extADRoot= location=0 networkType=0 telemetryurl= internalCertProvisioningUrl = externalCertProvisioningUrl =
    2014-06-05 09:57:25.418 Lync[133:3cd7f18c] INFO APPLICATION CUcwaDataSynchronizer.cpp/1031:Mode 0 scheduled to timeout in 60sec
    2014-06-05 09:57:25.429 Lync[133:3cd7f18c] INFO APPLICATION CPersistentStorageCleaner.cpp/332:(Re-)Schedulling cleanup run in 607590sec
    2014-06-05 09:57:25.434 Lync[133:3cd7f18c] INFO TRANSPORT CCredentialManager.cpp/176:getSpecificCredential for serviceId(1) returning: credType (1) signInName ([email protected]) domain () username ([email protected]) password.empty() (0) certificate.isValid() (0) privateKey.empty() (1) compatibleServiceIds(1)
    2014-06-05 09:57:25.440 Lync[133:3cd7f18c] INFO APPLICATION CEwsAttachmentManager.cpp/196:Scheduling cleanup run in 38683sec
    2014-06-05 09:57:25.464 Lync[133:3cd7f18c] INFO APPLICATION CUcwaAppSession.cpp/1234:Updating URLs. For Ucwa: discoveredFqdn=, applicationsRelativeUrl=, configuredInternal=https://lyncdiscover.domain.no/autodiscover/autodiscover.svc/root, configuredExternal=https://lyncdiscover.domain.no/autodiscover/autodiscover.svc/root, loc=1, auto-discovery=0
    2014-06-05 09:57:25.466 Lync[133:3cd7f18c] INFO APPLICATION CUcwaAppSession.cpp/190:UcwaAppSession initializes with: desiredSessionState=0; autoSignIn=1; url=; [email protected]; passwordAvailable=1; versionChange=2; didExitNormally=1; continueUcwaSessionIfAvailable=0
    2014-06-05 09:57:25.467 Lync[133:3cd7f18c] INFO TRANSPORT CUcwaSession.h/66:Updating app instance URL from ->
    2014-06-05 09:57:25.498 Lync[133:3cd7f18c] INFO APPLICATION CConfiguration.cpp/1279:CConfiguration::deserialize() called
    2014-06-05 09:57:25.514 Lync[133:3cd7f18c] WARNING APPLICATION CUcwaAppSession.cpp/621:Could not find landing page link for tokenName = policies
    2014-06-05 09:57:25.516 Lync[133:151c000] INFO UTILITIES CBackgroundTask.mm/36:Background task UcwaAppSession-Startup(Id=1) started with timer 30.000000 seconds.
    2014-06-05 09:57:25.521 Lync[133:3cd7f18c] INFO APPLICATION CConfiguration.cpp/1248:CConfiguration::serialize() called
    2014-06-05 09:57:25.538 Lync[133:3cd7f18c] INFO APPLICATION CBasePersistableEntity.cpp/179:Storing 3 out-of-sync Object Models took 10ms
    2014-06-05 09:57:25.546 Lync[133:3cd7f18c] INFO APPLICATION CUcmpConversationsManager.cpp/1942:CUcmpConversationsManager::deserialize() started
    2014-06-05 09:57:25.568 Lync[133:3cd7f18c] INFO APPLICATION CUcmpMrasHelper.cpp/634:CUcmpMrasHelper::deserialize() called
    2014-06-05 09:57:25.568 Lync[133:3cd7f18c] INFO APPLICATION CUcmpMrasHelper.cpp/672:CUcmpMrasHelper::deserialize : deserialized mrasToken with0 relays, m_httpProxy = , m_httpProxyResolvedIPAddress = m_httpProxyPort = -1
    2014-06-05 09:57:25.569 Lync[133:3cd7f18c] INFO APPLICATION CUcmpConversationsManager.cpp/2485:CUcmpConversationsManager::deserialize() completed successfully
    2014-06-05 09:57:25.569 Lync[133:3cd7f18c] INFO MMINTEGRATION CMediaPlatformWrapper.cpp/84:CMediaPlatformWrapper::initialize() called
    2014-06-05 09:57:25.965 Lync[133:4e46000] INFO MMINTEGRATION CMediaPlatformWrapper.cpp/829:CMediaPlatformWrapper::DevicePnpEvent called
    2014-06-05 09:57:25.993 Lync[133:4e46000] INFO MMINTEGRATION CMediaPlatformWrapper.cpp/918:CMediaCallWrapper::fireMediaPlatformEvent() called with type 1
    2014-06-05 09:57:25.995 Lync[133:4e46000] INFO MMINTEGRATION CMediaPlatformWrapper.cpp/829:CMediaPlatformWrapper::DevicePnpEvent called
    2014-06-05 09:57:25.995 Lync[133:4e46000] INFO MMINTEGRATION CMediaPlatformWrapper.cpp/918:CMediaCallWrapper::fireMediaPlatformEvent() called with type 1
    2014-06-05 09:57:25.995 Lync[133:4e46000] INFO MMINTEGRATION CMediaPlatformWrapper.cpp/829:CMediaPlatformWrapper::DevicePnpEvent called
    2014-06-05 09:57:25.996 Lync[133:4e46000] INFO MMINTEGRATION CMediaPlatformWrapper.cpp/918:CMediaCallWrapper::fireMediaPlatformEvent() called with type 1
    2014-06-05 09:57:25.996 Lync[133:3cd7f18c] INFO MMINTEGRATION CMediaPlatformWrapper.cpp/275:CMediaPlatformWrapper::setDeviceRotation() called with Rotation 0
    2014-06-05 09:57:25.997 Lync[133:4e46000] INFO MMINTEGRATION CMediaPlatformWrapper.cpp/829:CMediaPlatformWrapper::DevicePnpEvent called
    2014-06-05 09:57:25.997 Lync[133:4e46000] INFO MMINTEGRATION CMediaPlatformWrapper.cpp/918:CMediaCallWrapper::fireMediaPlatformEvent() called with type 1
    2014-06-05 09:57:25.999 Lync[133:3cd7f18c] INFO APPLICATION CUcmpMrasHelper.cpp/262:CUcmpMrasHelper::applyMrasTokenToMediaPlatform()
    2014-06-05 09:57:26.000 Lync[133:3cd7f18c] INFO APPLICATION CUcmpMrasHelper.h/276:CUcmpMrasHelper::isMRASTokenValid(), NO token, bailing
    2014-06-05 09:57:26.001 Lync[133:3cd7f18c] INFO APPLICATION CUcmpMrasHelper.h/276:CUcmpMrasHelper::isMRASTokenValid(), NO token, bailing
    2014-06-05 09:57:26.002 Lync[133:3cd7f18c] INFO APPLICATION CUcmpMrasHelper.cpp/114:CUcmpMrasHelper::retrieveMrasTokens()
    2014-06-05 09:57:26.003 Lync[133:3cd7f18c] INFO APPLICATION CUcmpConversationsManager.cpp/1201:CUcmpConversationsManager::sendMrasRequest()
    2014-06-05 09:57:26.003 Lync[133:3cd7f18c] INFO APPLICATION CUcmpMrasHelper.cpp/881:CUcmpMrasHelper::sendMrasRequest() call with href = ()
    2014-06-05 09:57:26.003 Lync[133:3cd7f18c] INFO APPLICATION CUcmpMrasHelper.cpp/888:The App state (0) is not valid to send the MRAS request, cancelled.
    2014-06-05 09:57:26.007 Lync[133:3cd7f18c] INFO APPLICATION CUcmpConversationsManager.cpp/892:CUcmpConversationsManager::getAudioDevices() called.
    2014-06-05 09:57:26.008 Lync[133:3cd7f18c] INFO MMINTEGRATION CMediaPlatformWrapper.cpp/404:CMediaPlatformWrapper::getAudioDevices() called with MediaDirection 2
    2014-06-05 09:57:26.009 Lync[133:3cd7f18c] INFO MMINTEGRATION CMediaPlatformWrapper.cpp/404:CMediaPlatformWrapper::getAudioDevices() called with MediaDirection 1
    2014-06-05 09:57:26.012 Lync[133:3cd7f18c] INFO APPLICATION CUcmpConversationsManager.cpp/945:CUcmpConversationsManager::setDefaultAudioDevice() called.
    2014-06-05 09:57:26.013 Lync[133:3cd7f18c] INFO MMINTEGRATION CMediaPlatformWrapper.cpp/338:CMediaPlatformWrapper::setDefaultAudioDevice() called with MediaDirection 2
    2014-06-05 09:57:26.016 Lync[133:3cd7f18c] INFO MMINTEGRATION CMediaPlatformWrapper.cpp/376:IMediaPlatform::SetProperty() returned 0
    2014-06-05 09:57:26.017 Lync[133:3cd7f18c] INFO MMINTEGRATION CMediaPlatformWrapper.cpp/937:CMediaPlatformWrapper::setActiveAudioRenderEndpoint() called.
    2014-06-05 09:57:26.017 Lync[133:3cd7f18c] INFO MMINTEGRATION CMediaPlatformWrapper.cpp/404:CMediaPlatformWrapper::getAudioDevices() called with MediaDirection 2
    2014-06-05 09:57:26.018 Lync[133:3cd7f18c] INFO MMINTEGRATION CMediaDeviceWrapper.cpp/242:set audioRenderEndpointType to 1
    2014-06-05 09:57:26.019 Lync[133:3cd7f18c] INFO MMINTEGRATION CMediaDeviceWrapper.cpp/37:CMediaDeviceWrapper::release() called
    2014-06-05 09:57:26.019 Lync[133:3cd7f18c] INFO MMINTEGRATION CMediaPlatformWrapper.cpp/338:CMediaPlatformWrapper::setDefaultAudioDevice() called with MediaDirection 1
    2014-06-05 09:57:26.019 Lync[133:3cd7f18c] INFO MMINTEGRATION CMediaDeviceWrapper.cpp/37:CMediaDeviceWrapper::release() called
    2014-06-05 09:57:26.020 Lync[133:3cd7f18c] INFO MMINTEGRATION CMediaDeviceWrapper.cpp/37:CMediaDeviceWrapper::release() called
    2014-06-05 09:57:26.021 Lync[133:3cd7f18c] INFO APPLICATION CUcmpConversationsManager.cpp/998:CUcmpConversationsManager::getVideoCaptureDevices() called.
    2014-06-05 09:57:26.022 Lync[133:3cd7f18c] INFO MMINTEGRATION CMediaPlatformWrapper.cpp/521:CMediaPlatformWrapper::getVideoDevices() called with MediaDirection 1
    2014-06-05 09:57:26.023 Lync[133:3cd7f18c] INFO APPLICATION CUcmpConversationsManager.cpp/1081:CUcmpConversationsManager::setDefaultVideoCaptureDevice() called.
    2014-06-05 09:57:26.023 Lync[133:3cd7f18c] INFO MMINTEGRATION CMediaPlatformWrapper.cpp/473:CMediaPlatformWrapper::setDefaultVideoDevice() called with MediaDirection 1
    2014-06-05 09:57:26.025 Lync[133:3cd7f18c] INFO MMINTEGRATION CMediaDeviceWrapper.cpp/37:CMediaDeviceWrapper::release() called
    2014-06-05 09:57:26.025 Lync[133:3cd7f18c] INFO MMINTEGRATION CMediaDeviceWrapper.cpp/37:CMediaDeviceWrapper::release() called
    2014-06-05 09:57:26.026 Lync[133:3cd7f18c] INFO APPLICATION CUcmpConversationsManager.cpp/4091:CUcmpConversationsManager::canDoVideoBasedOnNetworkAndPolicy returns false because RequestWiFiForAudio or RequestWifiForVideo is true and current network : is not WiFi
    2014-06-05 09:57:26.028 Lync[133:3cd7f18c] INFO APPLICATION CUcmpConversationsManager.cpp/1672:CUcmpConversationsManager::queryCapability on StartP2PVideoCall returns false because canDoVideoBasedOnNetworkAndPolicy returned false
    2014-06-05 09:57:26.034 Lync[133:3cd7f18c] INFO APPLICATION CPassiveAuthenticationManager.cpp/300:CPassiveAuthenticationManager::deserialize() completed successfully
    2014-06-05 09:57:26.040 Lync[133:3cd7f18c] INFO APPLICATION CSqmUploadManager.cpp/43:Initializing the CSqmUploadManager with the sqm url = https://sqm.microsoft.com/sqm/wm/sqmserver.dll
    2014-06-05 09:57:26.041 Lync[133:3cd7f18c] INFO TRANSPORT CRequestManager.cpp/115:Creating RequestManager with cookieHandling = 1
    2014-06-05 09:57:26.043 Lync[133:3cd7f18c] INFO TRANSPORT CHttpStreamPool.cpp/74:Allocating persistent connection range (17-17) and dedicated persistent connection range (-1--1) for SqmSession.
    2014-06-05 09:57:26.048 Lync[133:3cd7f18c] INFO APPLICATION CUcmpConversationsManager.cpp/5025:CUcmpConversationsManager::deleteMissedConversations() called
    2014-06-05 09:57:26.049 Lync[133:3cd7f18c] INFO APPLICATION CUcmpConversationsManager.cpp/5031:Skipping missed conv delete due app context validity
    2014-06-05 09:57:26.066 Lync[133:3cd7f18c] INFO UI CMAudioUtil.mm/478:Initialized CMAudioUtil.
    2014-06-05 09:57:26.074 Lync[133:3cd7f18c] INFO UI CMAudioUtil.mm/82:Audio session category set to AVAudioSessionCategoryAmbient from AVAudioSessionCategorySoloAmbient, errorcode 0, description (null)
    2014-06-05 09:57:26.076 Lync[133:3cd7f18c] INFO UI CMNotificationManager.mm/1259:Initializing.
    2014-06-05 09:57:26.106 Lync[133:3cd7f18c] INFO UI CMCertViewController.mm/123:isVisible 0
    2014-06-05 09:57:26.118 Lync[133:3cd7f18c] INFO UI CMConversationBaseDataSource.mm/74:add listener 19006672 for conversation datasource 19080192
    2014-06-05 09:57:26.384 Lync[133:3cd7f18c] INFO UI CMAlertViewController.mm/44:showalert is 1
    2014-06-05 09:57:26.388 Lync[133:3cd7f18c] INFO UI CMAlertViewController.mm/44:showalert is 1
    2014-06-05 09:57:26.748 Lync[133:3cd7f18c] INFO UI CMAudioVideoToastViewController.mm/65:showtoast is 1
    2014-06-05 09:57:26.749 Lync[133:3cd7f18c] INFO UI CMAudioVideoToastViewController.mm/102:ViewDidLoad with address: 0x01397230
    2014-06-05 09:57:26.749 Lync[133:3cd7f18c] INFO UI CMAudioVideoToastViewController.mm/65:showtoast is 1
    2014-06-05 09:57:27.270 Lync[133:3cd7f18c] INFO UI CMNotificationManager.mm/1330:Initialized CMNotificationManager.
    2014-06-05 09:57:27.276 Lync[133:3cd7f18c] INFO UI CMSettingsManager.mm/97:Initialized CMSettingsManager.
    2014-06-05 09:57:27.277 Lync[133:3cd7f18c] INFO UI CMBadgeManager.mm/53:Initialized CMBadgeManager.
    2014-06-05 09:57:27.282 Lync[133:3cd7f18c] INFO UI CMConversationListDataSource.mm/75:Initializing conversation list dataasource with tabBar 0x00000000
    2014-06-05 09:57:27.315 Lync[133:3cd7f18c] INFO UI CMProximityManager.mm/60:initialize with address: 0x0120d8a0
    2014-06-05 09:57:27.316 Lync[133:3cd7f18c] INFO UI CMProximityManager.mm/134:Initialized CMProximityManager
    2014-06-05 09:57:27.318 Lync[133:3cd7f18c] INFO UI CMUIManager.mm/982:UpdateViews
    2014-06-05 09:57:27.334 Lync[133:3cd7f18c] INFO UI CMUIManager.mm/1050:ActualState = IsSignedOut DesiredState = BeSignedOut DataAvailable = 0 Showing UI = CredentialTableViewController
    2014-06-05 09:57:27.546 Lync[133:3cd7f18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-06-05 09:57:27.546 Lync[133:3cd7f18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-06-05 09:57:27.547 Lync[133:3cd7f18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-06-05 09:57:27.548 Lync[133:3cd7f18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-06-05 09:57:27.548 Lync[133:3cd7f18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-06-05 09:57:27.557 Lync[133:3cd7f18c] INFO UI CMUIManager.mm/105:Initializing CMUIManager.
    2014-06-05 09:57:27.557 Lync[133:3cd7f18c] INFO UI CMAppDelegate.mm/71:handleLocalNotifications with state 2
    2014-06-05 09:57:27.557 Lync[133:3cd7f18c] INFO UI CMAppDelegate.mm/368:notification userinfo = (null)
    2014-06-05 09:57:28.908 Lync[133:3cd7f18c] INFO APPLICATION CUcmpConversationsManager.cpp/1262:CUcmpConversationsManager::onEvent(). EventType: 1
    2014-06-05 09:57:28.911 Lync[133:3cd7f18c] INFO MMINTEGRATION CMediaDeviceWrapper.cpp/37:CMediaDeviceWrapper::release() called
    2014-06-05 09:57:28.911 Lync[133:3cd7f18c] INFO APPLICATION CUcmpConversationsManager.cpp/1262:CUcmpConversationsManager::onEvent(). EventType: 1
    2014-06-05 09:57:28.912 Lync[133:3cd7f18c] INFO APPLICATION CUcmpConversationsManager.cpp/1316:Front facing camera found, setting as default device
    2014-06-05 09:57:28.912 Lync[133:3cd7f18c] INFO APPLICATION CUcmpConversationsManager.cpp/1081:CUcmpConversationsManager::setDefaultVideoCaptureDevice() called.
    2014-06-05 09:57:28.912 Lync[133:3cd7f18c] INFO MMINTEGRATION CMediaPlatformWrapper.cpp/473:CMediaPlatformWrapper::setDefaultVideoDevice() called with MediaDirection 1
    2014-06-05 09:57:29.323 Lync[133:3cd7f18c] INFO MMINTEGRATION CMediaDeviceWrapper.cpp/37:CMediaDeviceWrapper::release() called
    2014-06-05 09:57:29.324 Lync[133:3cd7f18c] INFO APPLICATION CUcmpConversationsManager.cpp/1262:CUcmpConversationsManager::onEvent(). EventType: 1
    2014-06-05 09:57:29.324 Lync[133:3cd7f18c] INFO APPLICATION CUcmpConversationsManager.cpp/892:CUcmpConversationsManager::getAudioDevices() called.
    2014-06-05 09:57:29.325 Lync[133:3cd7f18c] INFO MMINTEGRATION CMediaPlatformWrapper.cpp/404:CMediaPlatformWrapper::getAudioDevices() called with MediaDirection 2
    2014-06-05 09:57:29.329 Lync[133:3cd7f18c] INFO MMINTEGRATION CMediaPlatformWrapper.cpp/404:CMediaPlatformWrapper::getAudioDevices() called with MediaDirection 1
    2014-06-05 09:57:29.330 Lync[133:3cd7f18c] INFO APPLICATION CUcmpConversationsManager.cpp/945:CUcmpConversationsManager::setDefaultAudioDevice() called.
    2014-06-05 09:57:29.330 Lync[133:3cd7f18c] INFO MMINTEGRATION CMediaPlatformWrapper.cpp/338:CMediaPlatformWrapper::setDefaultAudioDevice() called with MediaDirection 2
    2014-06-05 09:57:29.331 Lync[133:3cd7f18c] INFO MMINTEGRATION CMediaPlatformWrapper.cpp/376:IMediaPlatform::SetProperty() returned 0
    2014-06-05 09:57:29.331 Lync[133:3cd7f18c] INFO MMINTEGRATION CMediaPlatformWrapper.cpp/937:CMediaPlatformWrapper::setActiveAudioRenderEndpoint() called.
    2014-06-05 09:57:29.331 Lync[133:3cd7f18c] INFO MMINTEGRATION CMediaPlatformWrapper.cpp/404:CMediaPlatformWrapper::getAudioDevices() called with MediaDirection 2
    2014-06-05 09:57:29.334 Lync[133:3cd7f18c] INFO MMINTEGRATION CMediaDeviceWrapper.cpp/242:set audioRenderEndpointType to 1
    2014-06-05 09:57:29.334 Lync[133:3cd7f18c] INFO MMINTEGRATION CMediaDeviceWrapper.cpp/37:CMediaDeviceWrapper::release() called
    2014-06-05 09:57:29.335 Lync[133:3cd7f18c] INFO MMINTEGRATION CMediaPlatformWrapper.cpp/338:CMediaPlatformWrapper::setDefaultAudioDevice() called with MediaDirection 1
    2014-06-05 09:57:29.335 Lync[133:3cd7f18c] INFO MMINTEGRATION CMediaDeviceWrapper.cpp/37:CMediaDeviceWrapper::release() called
    2014-06-05 09:57:29.335 Lync[133:3cd7f18c] INFO MMINTEGRATION CMediaDeviceWrapper.cpp/37:CMediaDeviceWrapper::release() called
    2014-06-05 09:57:29.338 Lync[133:3cd7f18c] INFO MMINTEGRATION CMediaDeviceWrapper.cpp/37:CMediaDeviceWrapper::release() called
    2014-06-05 09:57:29.338 Lync[133:3cd7f18c] INFO APPLICATION CUcmpConversationsManager.cpp/1262:CUcmpConversationsManager::onEvent(). EventType: 1
    2014-06-05 09:57:29.343 Lync[133:3cd7f18c] INFO APPLICATION CUcmpConversationsManager.cpp/892:CUcmpConversationsManager::getAudioDevices() called.
    2014-06-05 09:57:29.345 Lync[133:3cd7f18c] INFO MMINTEGRATION CMediaPlatformWrapper.cpp/404:CMediaPlatformWrapper::getAudioDevices() called with MediaDirection 2
    2014-06-05 09:57:29.345 Lync[133:3cd7f18c] INFO MMINTEGRATION CMediaPlatformWrapper.cpp/404:CMediaPlatformWrapper::getAudioDevices() called with MediaDirection 1
    2014-06-05 09:57:29.345 Lync[133:3cd7f18c] INFO APPLICATION CUcmpConversationsManager.cpp/945:CUcmpConversationsManager::setDefaultAudioDevice() called.
    2014-06-05 09:57:29.346 Lync[133:3cd7f18c] INFO MMINTEGRATION CMediaPlatformWrapper.cpp/338:CMediaPlatformWrapper::setDefaultAudioDevice() called with MediaDirection 2
    2014-06-05 09:57:29.346 Lync[133:3cd7f18c] INFO MMINTEGRATION CMediaPlatformWrapper.cpp/376:IMediaPlatform::SetProperty() returned 0
    2014-06-05 09:57:29.347 Lync[133:3cd7f18c] INFO MMINTEGRATION CMediaPlatformWrapper.cpp/937:CMediaPlatformWrapper::setActiveAudioRenderEndpoint() called.
    2014-06-05 09:57:29.359 Lync[133:3cd7f18c] INFO MMINTEGRATION CMediaPlatformWrapper.cpp/404:CMediaPlatformWrapper::getAudioDevices() called with MediaDirection 2
    2014-06-05 09:57:29.360 Lync[133:3cd7f18c] INFO MMINTEGRATION CMediaDeviceWrapper.cpp/242:set audioRenderEndpointType to 1
    2014-06-05 09:57:29.360 Lync[133:3cd7f18c] INFO MMINTEGRATION CMediaDeviceWrapper.cpp/37:CMediaDeviceWrapper::release() called
    2014-06-05 09:57:29.360 Lync[133:3cd7f18c] INFO MMINTEGRATION CMediaPlatformWrapper.cpp/338:CMediaPlatformWrapper::setDefaultAudioDevice() called with MediaDirection 1
    2014-06-05 09:57:29.361 Lync[133:3cd7f18c] INFO MMINTEGRATION CMediaDeviceWrapper.cpp/37:CMediaDeviceWrapper::release() called
    2014-06-05 09:57:29.361 Lync[133:3cd7f18c] INFO MMINTEGRATION CMediaDeviceWrapper.cpp/37:CMediaDeviceWrapper::release() called
    2014-06-05 09:57:29.361 Lync[133:3cd7f18c] INFO MMINTEGRATION CMediaDeviceWrapper.cpp/37:CMediaDeviceWrapper::release() called
    2014-06-05 09:57:29.539 Lync[133:3cd7f18c] INFO UI CMProximityManager.mm/465:audiovideo toast receive conversations manager event, type 1
    2014-06-05 09:57:29.540 Lync[133:3cd7f18c] INFO UI CMEscalationToastViewController.mm/501:audio/video toast receive conversations manager event, type 1
    2014-06-05 09:57:29.541 Lync[133:3cd7f18c] INFO UI CMConversationToast.mm/571:receive conversations manager event, type 1
    2014-06-05 09:57:29.541 Lync[133:3cd7f18c] INFO UI CMAudioVideoToastViewController.mm/1250:audio/video toast receive conversations manager event, type 1
    2014-06-05 09:57:29.542 Lync[133:3cd7f18c] INFO UI CMCWAlertActionViewController.mm/265:cw alert receive conversations manager event, type 1
    2014-06-05 09:57:29.543 Lync[133:3cd7f18c] INFO UI CMCollabToastViewController.mm/677:Collab/AppSharing toast receive conversations manager event, type 1
    2014-06-05 09:57:29.544 Lync[133:3cd7f18c] INFO UI CMProximityManager.mm/465:audiovideo toast receive conversations manager event, type 1
    2014-06-05 09:57:29.544 Lync[133:3cd7f18c] INFO UI CMEscalationToastViewController.mm/501:audio/video toast receive conversations manager event, type 1
    2014-06-05 09:57:29.545 Lync[133:3cd7f18c] INFO UI CMConversationToast.mm/571:receive conversations manager event, type 1
    2014-06-05 09:57:29.545 Lync[133:3cd7f18c] INFO UI CMAudioVideoToastViewController.mm/1250:audio/video toast receive conversations manager event, type 1
    2014-06-05 09:57:29.545 Lync[133:3cd7f18c] INFO UI CMCWAlertActionViewController.mm/265:cw alert receive conversations manager event, type 1
    2014-06-05 09:57:29.546 Lync[133:3cd7f18c] INFO UI CMCollabToastViewController.mm/677:Collab/AppSharing toast receive conversations manager event, type 1
    2014-06-05 09:57:29.546 Lync[133:3cd7f18c] INFO UI CMProximityManager.mm/465:audiovideo toast receive conversations manager event, type 1
    2014-06-05 09:57:29.589 Lync[133:3cd7f18c] INFO UI CMEscalationToastViewController.mm/501:audio/video toast receive conversations manager event, type 1
    2014-06-05 09:57:29.589 Lync[133:3cd7f18c] INFO UI CMConversationToast.mm/571:receive conversations manager event, type 1
    2014-06-05 09:57:29.590 Lync[133:3cd7f18c] INFO UI CMAudioVideoToastViewController.mm/1250:audio/video toast receive conversations manager event, type 1
    2014-06-05 09:57:29.590 Lync[133:3cd7f18c] INFO UI CMCWAlertActionViewController.mm/265:cw alert receive conversations manager event, type 1
    2014-06-05 09:57:29.591 Lync[133:3cd7f18c] INFO UI CMCollabToastViewController.mm/677:Collab/AppSharing toast receive conversations manager event, type 1
    2014-06-05 09:57:29.670 Lync[133:3cd7f18c] INFO UI CMProximityManager.mm/465:audiovideo toast receive conversations manager event, type 1
    2014-06-05 09:57:29.697 Lync[133:3cd7f18c] INFO UI CMEscalationToastViewController.mm/501:audio/video toast receive conversations manager event, type 1
    2014-06-05 09:57:29.698 Lync[133:3cd7f18c] INFO UI CMConversationToast.mm/571:receive conversations manager event, type 1
    2014-06-05 09:57:29.701 Lync[133:3cd7f18c] INFO UI CMAudioVideoToastViewController.mm/1250:audio/video toast receive conversations manager event, type 1
    2014-06-05 09:57:29.703 Lync[133:3cd7f18c] INFO UI CMCWAlertActionViewController.mm/265:cw alert receive conversations manager event, type 1
    2014-06-05 09:57:29.711 Lync[133:3cd7f18c] INFO UI CMCollabToastViewController.mm/677:Collab/AppSharing toast receive conversations manager event, type 1
    2014-06-05 09:57:29.788 Lync[133:3cd7f18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-06-05 09:57:29.788 Lync[133:3cd7f18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-06-05 09:57:29.788 Lync[133:3cd7f18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-06-05 09:57:29.800 Lync[133:3cd7f18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-06-05 09:57:29.801 Lync[133:3cd7f18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-06-05 09:57:35.950 Lync[133:4c66000] INFO APPLICATION CiPhoneAddressbookProvider.mm/406:Index update operation for 1719 entities took 643ms
    2014-06-05 09:57:36.368 Lync[133:4c66000] INFO APPLICATION CBaseDeviceContactProvider.cpp/112:Merge DB update operation took 0ms
    2014-06-05 09:57:41.836 Lync[133:4c66000] INFO APPLICATION CiPhoneAddressbookProvider.mm/406:Index update operation for 1719 entities took 573ms
    2014-06-05 09:57:41.880 Lync[133:1495000] INFO APPLICATION CBaseDeviceContactProvider.cpp/112:Merge DB update operation took 0ms
    2014-06-05 09:57:51.077 Lync[133:3cd7f18c] INFO APPLICATION CiPhoneAddressbookProvider.mm/68:Received AddressbookChangedCallback.
    2014-06-05 09:57:51.251 Lync[133:3cd7f18c] INFO APPLICATION CiPhoneAddressbookProvider.mm/68:Received AddressbookChangedCallback.
    2014-06-05 09:57:55.517 Lync[133:151c000] INFO UTILITIES CBackgroundTask.mm/92:Stopping the background task UcwaAppSession-Startup(Id=1).
    2014-06-05 09:57:55.518 Lync[133:151c000] INFO UTILITIES CBackgroundTask.mm/98:Background task UcwaAppSession-Startup(Id=1) stopped.
    2014-06-05 10:54:11.217 Lync[133:3cd7f18c] INFO APPLICATION CUcwaDataSynchronizer.cpp/799:Mode 0 timed out
    2014-06-05 10:54:11.219 Lync[133:3cd7f18c] INFO APPLICATION CUcwaDataSynchronizer.cpp/1009:CUcwaDataSynchronizer now in mode 1
    2014-06-05 10:54:11.223 Lync[133:3cd7f18c] INFO TRANSPORT CEventChannelManager.cpp/356:Set event aggregation time to 15/15s
    2014-06-05 10:54:11.224 Lync[133:3cd7f18c] INFO APPLICATION CUcwaDataSynchronizer.cpp/1031:Mode 1 scheduled to timeout in 120sec
    2014-06-05 10:54:11.227 Lync[133:3cd7f18c] INFO APPLICATION CiPhoneAddressbookProvider.mm/68:Received AddressbookChangedCallback.
    2014-06-05 10:54:11.231 Lync[133:3cd7f18c] INFO UTILITIES CNetworkMonitor.cpp/217:Reachabilility Flags IsWWAN(0):Reachable(1):TransientConnection(0):ConnectionRequired(0):ConnectionOnTraffic(0):InterventionRequired(0):ConnectionOnDemand(0):IsLocalAddress(1):IsDirect(0)
    2014-06-05 10:54:11.232 Lync[133:3cd7f18c] INFO UTILITIES CNetworkMonitor.cpp/186:Updated networkAvailableToConnect(CellularDataNetwork) -> WiFi, isInAirplaneMode(0) -> 0
    2014-06-05 10:54:11.232 Lync[133:3cd7f18c] INFO TRANSPORT CEventChannelManager.cpp/826:Received network monitor event so restarting event channel.
    2014-06-05 10:54:11.232 Lync[133:3cd7f18c] INFO TRANSPORT CEventChannelManager.cpp/520:Moving the event channel aggressive mode.
    2014-06-05 10:54:11.238 Lync[133:3cd7f18c] INFO APPLICATION CUcmpConversationsManager.cpp/1702:CUcmpConversationsManager::queryCapability on StartVoIP returns false because not signed in (0).
    2014-06-05 10:54:11.243 Lync[133:3cd7f18c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/2118:adIsEnabled = 0, sipUri = sip:[email protected], m_internalADUrlInput = m_externalADUrlInput =
    2014-06-05 10:54:11.248 Lync[133:3cd7f18c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/250:We are not provisioned to start discover network location. Ignoring.
    2014-06-05 10:54:11.334 Lync[133:1791000] INFO UI CMAudioUtil.mm/133:route is Speaker status: 0
    2014-06-05 10:54:11.341 Lync[133:1791000] INFO UI CMAudioUtil.mm/133:route is Speaker status: 0
    2014-06-05 10:54:11.492 Lync[133:3cd7f18c] INFO UI CMAppDelegate.mm/215:ApplicationLifeCycle Event:Received applicationWillEnterForeground
    2014-06-05 10:54:11.510 Lync[133:3cd7f18c] INFO UTILITIES CBasePersistableComponent.cpp/230:Storing 4 out-of-sync components took 16ms
    2014-06-05 10:54:11.514 Lync[133:3cd7f18c] ERROR APPLICATION CSqmFile.mm/101:Unable to enumerate files in sqm directory: /var/mobile/Applications/2E7918C3-0FB5-4472-A9C9-CC5125492620/Documents/sqm
    2014-06-05 10:54:11.517 Lync[133:3cd7f18c] INFO APPLICATION CPersonsAndGroupsDataExpirationChecker.cpp/221:Checking static data expirations
    2014-06-05 10:54:11.518 Lync[133:3cd7f18c] INFO APPLICATION CUcwaDataSynchronizer.cpp/1031:Mode 1 scheduled to timeout in 120sec
    2014-06-05 10:54:11.519 Lync[133:3cd7f18c] INFO UTILITIES CiOsAppStateQuery.hxx/105:Setting new iOS app state 2
    2014-06-05 10:54:11.519 Lync[133:3cd7f18c] INFO UI CMUIManager.mm/982:UpdateViews
    2014-06-05 10:54:11.520 Lync[133:3cd7f18c] INFO UI CMUIManager.mm/1050:ActualState = IsSignedOut DesiredState = BeSignedOut DataAvailable = 0 Showing UI = CredentialTableViewController
    2014-06-05 10:54:11.521 Lync[133:3cd7f18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-06-05 10:54:11.522 Lync[133:3cd7f18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-06-05 10:54:11.522 Lync[133:3cd7f18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-06-05 10:54:11.522 Lync[133:3cd7f18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-06-05 10:54:11.523 Lync[133:3cd7f18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-06-05 10:54:11.543 Lync[133:3cd7f18c] INFO UI CMAppDelegate.mm/181:ApplicationLifeCycle Event: Received applicationDidBecomeActive
    2014-06-05 10:54:11.547 Lync[133:3cd7f18c] INFO UTILITIES CTimer.cpp/125:Verifying timers for time shift correction, instancePtr(0x1357f14)
    2014-06-05 10:54:11.548 Lync[133:3cd7f18c] INFO UTILITIES CTimer.cpp/136:Completed time shift correction, instancePtr(0x1357f14)
    2014-06-05 10:54:11.560 Lync[133:3cd7f18c] INFO TRANSPORT CCredentialManager.cpp/176:getSpecificCredential for serviceId(1) returning: credType (1) signInName ([email protected]) domain () username ([email protected]) password.empty() (0) certificate.isValid() (0) privateKey.empty() (1) compatibleServiceIds(1)
    2014-06-05 10:54:12.050 Lync[133:6181000] INFO APPLICATION CiPhoneAddressbookProvider.mm/406:Index update operation for 1721 entities took 610ms
    2014-06-05 10:54:12.096 Lync[133:1495000] INFO APPLICATION CBaseDeviceContactProvider.cpp/112:Merge DB update operation took 0ms
    2014-06-05 10:54:12.431 Lync[133:3cd7f18c] INFO UI CMAppDelegate.mm/270:ApplicationLifeCycle Event:Received applicationWillResignActive
    2014-06-05 10:54:22.290 Lync[133:3cd7f18c] INFO UI CMAppDelegate.mm/181:ApplicationLifeCycle Event: Received applicationDidBecomeActive
    2014-06-05 10:54:22.312 Lync[133:3cd7f18c] INFO UTILITIES CTimer.cpp/125:Verifying timers for time shift correction, instancePtr(0x1357f14)
    2014-06-05 10:54:22.313 Lync[133:3cd7f18c] INFO UTILITIES CTimer.cpp/136:Completed time shift correction, instancePtr(0x1357f14)
    2014-06-05 10:54:26.583 Lync[133:3cd7f18c] INFO APPLICATION CUcwaDataSynchronizer.cpp/1031:Mode 1 scheduled to timeout in 120sec
    2014-06-05 10:54:26.759 Lync[133:4ce8000] INFO APPLICATION CiPhoneAddressbookProvider.mm/406:Index update operation for 1721 entities took 518ms
    2014-06-05 10:54:26.806 Lync[133:6381000] INFO APPLICATION CBaseDeviceContactProvider.cpp/112:Merge DB update operation took 2ms
    2014-06-05 10:54:28.156 Lync[133:3cd7f18c] INFO APPLICATION CApplication.cpp/1824:Initialized the sign in BRB logger
    2014-06-05 10:54:28.156 Lync[133:3cd7f18c] INFO APPLICATION CUcwaAppSession.cpp/434:SignIn. signInAsUserState=0, actualState=0
    2014-06-05 10:54:28.157 Lync[133:3cd7f18c] INFO APPLICATION CUcwaAppSession.cpp/1234:Updating URLs. For Ucwa: discoveredFqdn=, applicationsRelativeUrl=, configuredInternal=https://lyncdiscover.domain.no/autodiscover/autodiscover.svc/root, configuredExternal=https://lyncdiscover.domain.no/autodiscover/autodiscover.svc/root, loc=1, auto-discovery=0
    2014-06-05 10:54:28.158 Lync[133:3cd7f18c] INFO APPLICATION CUcwaAppSession.cpp/975:CUcwaAppSession canceling all requests
    2014-06-05 10:54:28.163 Lync[133:3cd7f18c] INFO APPLICATION CUcwaAppSession.cpp/674:Sending AutoDiscovery request (in sign-in sequence)
    2014-06-05 10:54:28.164 Lync[133:3cd7f18c] INFO APPLICATION CUcwaAutoDiscoveryServiceRetrialWrapper.cpp/566:Timer cancelled. OnResume = 0
    2014-06-05 10:54:28.165 Lync[133:3cd7f18c] INFO APPLICATION CAlertReporter.cpp/117:Alert cleared of Category 1, Type 201, cleared 0 alerts
    2014-06-05 10:54:28.166 Lync[133:3cd7f18c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/2142:suspensionState = 2
    2014-06-05 10:54:28.166 Lync[133:3cd7f18c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/2118:adIsEnabled = 0, sipUri = sip:[email protected], m_internalADUrlInput = https://lyncdiscover.domain.no/autodiscover/autodiscover.svc/rootm_externalADUrlInput = https://lyncdiscover.domain.no/autodiscover/autodiscover.svc/root
    2014-06-05 10:54:28.167 Lync[133:3cd7f18c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/1017:Discover UCWA urls from https://lyncdiscover.domain.no/autodiscover/autodiscover.svc/root & https://lyncdiscover.domain.no/autodiscover/autodiscover.svc/root for sip:[email protected]
    2014-06-05 10:54:28.170 Lync[133:3cd7f18c] INFO TRANSPORT TransportUtilityFunctions.cpp/491:Extracted internaldomain.no from sip:[email protected]
    2014-06-05 10:54:28.173 Lync[133:3cd7f18c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/1121:Starting Auto Discovery with urls https://lyncdiscover.domain.no/autodiscover/autodiscover.svc/root?sipuri=sip:[email protected] and https://lyncdiscover.domain.no/autodiscover/autodiscover.svc/root?sipuri=sip:[email protected]
    2014-06-05 10:54:28.186 Lync[133:3cd7f18c] INFO TRANSPORT CTransportThread.cpp/135:Added Request(UcwaAutoDiscoveryRequest) to Request Processor queue
    2014-06-05 10:54:28.187 Lync[133:3cd7f18c] INFO TRANSPORT CTransportThread.cpp/230:Created thread => context[0x1359ca0]
    2014-06-05 10:54:28.188 Lync[133:6499000] INFO TRANSPORT CTransportThread.cpp/401:Started executing thread => context[0x1359ca0]
    2014-06-05 10:54:28.188 Lync[133:6499000] INFO TRANSPORT CTransportThread.cpp/347:Sent Request(UcwaAutoDiscoveryRequest) to Request Processor
    2014-06-05 10:54:28.190 Lync[133:3cd7f18c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/385:Submitting new req. GET-UnauthenticatedRootGetRequest(0x136fc88)
    2014-06-05 10:54:28.190 Lync[133:3cd7f18c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/1171:Submitting Unauthenticated AutoDiscovery request to https://lyncdiscover.domain.no/autodiscover/autodiscover.svc/root?sipuri=sip:[email protected]
    2014-06-05 10:54:28.190 Lync[133:3cd7f18c] INFO TRANSPORT TransportUtilityFunctions.cpp/491:Extracted internaldomain.no from sip:[email protected]
    2014-06-05 10:54:28.190 Lync[133:3cd7f18c] INFO APPLICATION CUcwaAppSession.cpp/998:CUcwaAppSession::setNewActualState() state=1
    2014-06-05 10:54:28.191 Lync[133:6499000] WARNING TRANSPORT CCredentialManager.cpp/317:CCredentialManager::getSpecificCredential returning NULL credential for serviceId (4) type (1)!
    2014-06-05 10:54:28.192 Lync[133:3cd7f18c] INFO APPLICATION CApplication.cpp/1858:CUcwaAppSession::signIn() succeeded
    2014-06-05 10:54:28.198 Lync[133:3cd7f18c] INFO UI CMUIManager.mm/982:UpdateViews
    2014-06-05 10:54:28.198 Lync[133:3cd7f18c] INFO UI CMUIManager.mm/1050:ActualState = IsSigningIn DesiredState = BeSignedIn DataAvailable = 0 Showing UI = SigningInViewController
    2014-06-05 10:54:28.203 Lync[133:6499000] INFO TRANSPORT TransportUtilityFunctions.cpp/634:<SentRequest>
    GET https://lyncdiscover.domain.no/autodiscover/autodiscover.svc/root?sipuri=sip:[email protected]
    Request Id: 0x136fc88
    HttpHeader:Accept application/vnd.microsoft.rtc.autodiscover+xml;v=1
    </SentRequest>
    2014-06-05 10:54:28.222 Lync[133:6499000] INFO UTILITIES CHttpStreamPool.cpp/399:Allocating stream 0x139df40 for url - https://lyncdiscover.domain.no/autodiscover/autodiscover.svc/root with persistent id as 6
    2014-06-05 10:54:28.225 Lync[133:6499000] VERBOSE TRANSPORT CHttpProxyHelper.cpp/435:CHttpProxyHelper::discoverProxy : No proxy found for url https://lyncdiscover.domain.no/autodiscover/autodiscover.svc/root?sipuri=sip:[email protected]. Sending over direct connection.
    2014-06-05 10:54:28.240 Lync[133:6499000] INFO UTILITIES CTimer.cpp/225:Created timer instance (0x12b1e24) for runloop (0x13f0a40)
    2014-06-05 10:54:28.259 Lync[133:707] Unable to simultaneously satisfy constraints.
    Probably at least one of the constraints in the following list is one you don't want. Try this: (1) look at each constraint and try to figure out which you don't expect; (2) find the code that added the unwanted constraint or constraints and fix it. (Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints)
    "<NSLayoutConstraint:0x12ea680 UIImageView:0x12135b0.centerX == UILabel:0x1208a80.centerX>",
    "<NSLayoutConstraint:0x12ea6e0 UIView:0x12bc5b0.centerX == UIImageView:0x12135b0.centerX>",
    "<NSLayoutConstraint:0x12ea7a0 H:|-(26)-[UILabel:0x1208a80] (Names: '|':UIView:0x12bc5b0 )>",
    "<NSLayoutConstraint:0x12ea7d0 H:[UILabel:0x1208a80]-(25)-| (Names: '|':UIView:0x12bc5b0 )>"
    Will attempt to recover by breaking constraint
    <NSLayoutConstraint:0x12ea680 UIImageView:0x12135b0.centerX == UILabel:0x1208a80.centerX>
    Break on objc_exception_throw to catch this in the debugger.
    The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
    2014-06-05 10:54:28.264 Lync[133:707] Unable to simultaneously satisfy constraints.
    Probably at least one of the constraints in the following list is one you don't want. Try this: (1) look at each constraint and try to figure out which you don't expect; (2) find the code that added the unwanted constraint or constraints and fix it. (Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints)
    "<NSLayoutConstraint:0x12ea770 UIView:0x12bc5b0.centerX == UILabel:0x1208a80.centerX>",
    "<NSLayoutConstraint:0x12ea7a0 H:|-(26)-[UILabel:0x1208a80] (Names: '|':UIView:0x12bc5b0 )>",
    "<NSLayoutConstraint:0x12ea7d0 H:[UILabel:0x1208a80]-(25)-| (Names: '|':UIView:0x12bc5b0 )>"
    Will attempt to recover by breaking constraint
    <NSLayoutConstraint:0x12ea770 UIView:0x12bc5b0.centerX == UILabel:0x1208a80.centerX>
    Break on objc_exception_throw to catch this in the debugger.
    The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
    2014-06-05 10:54:28.269 Lync[133:707] Unable to simultaneously satisfy constraints.
    Probably at least one of the constraints in the following list is one you don't want. Try this: (1) look at each constraint and try to figure out which you don't expect; (2) find the code that added the unwanted constraint or constraints and fix it. (Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints)
    "<NSLayoutConstraint:0x12ea710 UILabel:0x1208a80.centerX == UIActivityIndicatorView:0x12a52b0.centerX>",
    "<NSLayoutConstraint:0x12ea7a0 H:|-(26)-[UILabel:0x1208a80] (Names: '|':UIView:0x12bc5b0 )>",
    "<NSLayoutConstraint:0x12ea7d0 H:[UILabel:0x1208a80]-(25)-| (Names: '|':UIView:0x12bc5b0 )>",
    "<NSLayoutConstraint:0x12aa480 UIView:0x12bc5b0.centerX == UIActivityIndicatorView:0x12a52b0.centerX>"
    Will attempt to recover by breaking constraint
    <NSLayoutConstraint:0x12ea710 UILabel:0x1208a80.centerX == UIActivityIndicatorView:0x12a52b0.centerX>
    Break on objc_exception_throw to catch this in the debugger.
    The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
    2014-06-05 10:54:28.280 Lync[133:3cd7f18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-06-05 10:54:28.280 Lync[133:3cd7f18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-06-05 10:54:28.280 Lync[133:3cd7f18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-06-05 10:54:28.280 Lync[133:3cd7f18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-06-05 10:54:28.281 Lync[133:3cd7f18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-06-05 10:54:28.286 Lync[133:3cd7f18c] INFO UI CMAudioUtil.mm/322:stopSound
    2014-06-05 10:54:28.286 Lync[133:3cd7f18c] INFO UI CMAudioUtil.mm/322:stopSound
    2014-06-05 10:54:28.287 Lync[133:3cd7f18c] INFO UI CMAudioUtil.mm/322:stopSound
    2014-06-05 10:54:28.287 Lync[133:3cd7f18c] INFO UI CMAudioVideoToastViewController.mm/961:Cancelling local notification
    2014-06-05 10:54:28.304 Lync[133:3cd7f18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-06-05 10:54:28.305 Lync[133:3cd7f18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-06-05 10:54:28.305 Lync[133:3cd7f18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-06-05 10:54:28.305 Lync[133:3cd7f18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-06-05 10:54:28.306 Lync[133:3cd7f18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-06-05 10:54:32.066 Lync[133:3cd7f18c] INFO APPLICATION CAlertReporter.cpp/131:Clearing all(0) alerts
    2014-06-05 10:54:32.069 Lync[133:3cd7f18c] INFO APPLICATION CUcwaAppSession.cpp/497:Called signOut() in state 1
    2014-06-05 10:54:32.069 Lync[133:3cd7f18c] INFO APPLICATION CAlertReporter.cpp/117:Alert cleared of Category 2, Type 300, cleared 0 alerts
    2014-06-05 10:54:32.070 Lync[133:3cd7f18c] INFO APPLICATION CAlertReporter.cpp/117:Alert cleared of Category 2, Type 301, cleared 0 alerts
    2014-06-05 10:54:32.070 Lync[133:3cd7f18c] INFO APPLICATION CAlertReporter.cpp/117:Alert cleared of Category 2, Type 302, cleared 0 alerts
    2014-06-05 10:54:32.071 Lync[133:3cd7f18c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/399:Cancelling all requests
    2014-06-05 10:54:32.071 Lync[133:3cd7f18c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/409:Cancelling request: 0x136fc88
    2014-06-05 10:54:32.071 Lync[133:3cd7f18c] INFO TRANSPORT CSessionBase.hxx/158:Cancelling request: 0x136fc88
    2014-06-05 10:54:32.072 Lync[133:3cd7f18c] INFO TRANSPORT CTransportThread.cpp/167:Added Request(UcwaAutoDiscoveryRequest) to Request Processor queue
    2014-06-05 10:54:32.072 Lync[133:6499000] INFO TRANSPORT CTransportThread.cpp/347:Sent Request(UcwaAutoDiscoveryRequest) to Request Processor
    2014-06-05 10:54:32.073 Lync[133:6499000] INFO UTILITIES CHttpStreamPool.cpp/445:Scheduling stream 0x139df40 for release.
    2014-06-05 10:54:32.075 Lync[133:3cd7f18c] INFO APPLICATION CUcwaAutoDiscoveryServiceRetrialWrapper.cpp/566:Timer cancelled. OnResume = 0
    2014-06-05 10:54:32.075 Lync[133:3cd7f18c] INFO APPLICATION CAlertReporter.cpp/117:Alert cleared of Category 1, Type 201, cleared 0 alerts
    2014-06-05 10:54:32.075 Lync[133:3cd7f18c] INFO APPLICATION CUcwaAppSession.cpp/975:CUcwaAppSession canceling all requests
    2014-06-05 10:54:32.076 Lync[133:3cd7f18c] INFO APPLICATION CUcwaAppSession.cpp/998:CUcwaAppSession::setNewActualState() state=0
    2014-06-05 10:54:32.078 Lync[133:6499000] INFO TRANSPORT CHttpRequestProcessor.cpp/134:Clearing request processor for component UcwaAutoDiscoverySession on sign-out.
    2014-06-05 10:54:32.078 Lync[133:6499000] INFO UTILITIES CHttpStreamPool.cpp/599:Releasing stream 0x139df40.
    2014-06-05 10:54:32.079 Lync[133:3cd7f18c] INFO APPLICATION CCertificateProvisioningService.cpp/541:Clearing certificate from transport: ea8fc7e3-a0a5-487a-b588-78a96cdb798d
    2014-06-05 10:54:32.082 Lync[133:3cd7f18c] INFO UTILITIES CiOsAppStateQuery.hxx/264:Clearing keep-alive timer callback
    2014-06-05 10:54:32.084 Lync[133:3cd7f18c] INFO APPLICATION CCertificateProvisioningService.cpp/541:Clearing certificate from transport: ea8fc7e3-a0a5-487a-b588-78a96cdb798d
    2014-06-05 10:54:32.085 Lync[133:3cd7f18c] INFO APPLICATION CUcwaAutoDiscoveryServiceRetrialWrapper.cpp/566:Timer cancelled. OnResume = 0
    2014-06-05 10:54:32.085 Lync[133:3cd7f18c] INFO APPLICATION CCertificateProvisioningService.cpp/541:Clearing certificate from transport: ea8fc7e3-a0a5-487a-b588-78a96cdb798d
    2014-06-05 10:54:32.086 Lync[133:3cd7f18c] INFO APPLICATION CApplication.cpp/934:CApplication::serialize() called
    2014-06-05 10:54:32.122 Lync[133:3cd7f18c] INFO APPLICATION CUcmpConversationsManager.cpp/1890:CUcmpConversationsManager::serialize() called
    2014-06-05 10:54:32.123 Lync[133:3cd7f18c] INFO APPLICATION CUcmpConversationsManager.cpp/2127:CUcmpConversationsManager::serializeUsingPropertyBag() called
    2014-06-05 10:54:32.124 Lync[133:3cd7f18c] INFO APPLICATION CUcmpMrasHelper.cpp/582:CUcmpMrasHelper::serialize() called
    2014-06-05 10:54:32.125 Lync[133:3cd7f18c] INFO APPLICATION CUcmpMrasHelper.cpp/621:CUcmpMrasHelper::serialize : wrote token with 0 relays, m_httpProxy = , m_httpProxyResolvedIPAddress = , m_httpProxyPort = -1
    2014-06-05 10:54:32.159 Lync[133:3cd7f18c] INFO APPLICATION CBasePersistableEntity.cpp/179:Storing 5 out-of-sync Object Models took 15ms
    2014-06-05 10:54:32.162 Lync[133:3cd7f18c] INFO APPLICATION CPresenceSubscription.cpp/792:Removed 0 success records, current size is 0
    2014-06-05 10:54:32.162 Lync[133:3cd7f18c] INFO UI CMUIUtil.mm/2495:applicationOm->signOut() successfully.
    2014-06-05 10:54:32.165 Lync[133:3cd7f18c] INFO UI CMProximityManager.mm/94:Uninitialized CMProximityManager
    2014-06-05 10:54:32.168 Lync[133:3cd7f18c] INFO UI CMUIManager.mm/982:UpdateViews
    2014-06-05 10:54:32.169 Lync[133:3cd7f18c] INFO UI CMUIManager.mm/1050:ActualState = IsSignedOut DesiredState = BeSignedOut DataAvailable = 0 Showing UI = CredentialTableViewController
    2014-06-05 10:54:32.250 Lync[133:3cd7f18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-06-05 10:54:32.250 Lync[133:3cd7f18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-06-05 10:54:32.251 Lync[133:3cd7f18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-06-05 10:54:32.251 Lync[133:3cd7f18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-06-05 10:54:32.251 Lync[133:3cd7f18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-06-05 10:54:32.254 Lync[133:3cd7f18c] INFO UI CMAudioUtil.mm/322:stopSound
    2014-06-05 10:54:32.254 Lync[133:3cd7f18c] INFO UI CMAudioUtil.mm/322:stopSound
    2014-06-05 10:54:32.254 Lync[133:3cd7f18c] INFO UI CMAudioUtil.mm/322:stopSound
    2014-06-05 10:54:32.255 Lync[133:3cd7f18c] INFO UI CMAudioVideoToastViewController.mm/961:Cancelling local notification
    2014-06-05 10:54:32.256 Lync[133:3cd7f18c] INFO UI CMUIManager.mm/982:UpdateViews
    2014-06-05 10:54:32.257 Lync[133:3cd7f18c] INFO UI CMUIManager.mm/1050:ActualState = IsSignedOut DesiredState = BeSignedOut DataAvailable = 0 Showing UI = CredentialTableViewController
    2014-06-05 10:54:32.257 Lync[133:3cd7f18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-06-05 10:54:32.257 Lync[133:3cd7f18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-06-05 10:54:32.258 Lync[133:3cd7f18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-06-05 10:54:32.258 Lync[133:3cd7f18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-06-05 10:54:32.258 Lync[133:3cd7f18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-06-05 10:54:32.275 Lync[133:3cd7f18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-06-05 10:54:32.275 Lync[133:3cd7f18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-06-05 10:54:32.275 Lync[133:3cd7f18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-06-05 10:54:32.276 Lync[133:3cd7f18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-06-05 10:54:32.276 Lync[133:3cd7f18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-06-05 10:54:41.180 Lync[133:3cd7f18c] INFO APPLICATION CUcwaDataSynchronizer.cpp/1031:Mode 1 scheduled to timeout in 120sec
    2014-06-05 10:54:56.363 Lync[133:3cd7f18c] INFO UTILITIES CBasePersistableComponent.cpp/230:Storing 8 out-of-sync components took 11ms
    2014-06-05 10:54:56.363 Lync[133:3cd7f18c] INFO APPLICATION CUcwaDataSynchronizer.cpp/1031:Mode 1 scheduled to timeout in 120sec
    2014-06-05 10:55:03.724 Lync[133:3cd7f18c] INFO APPLICATION CApplication.cpp/1824:Initialized the sign in BRB logger
    2014-06-05 10:55:03.724 Lync[133:3cd7f18c] INFO APPLICATION CUcwaAppSession.cpp/975:CUcwaAppSession canceling all requests
    2014-06-05 10:55:03.725 Lync[133:3cd7f18c] INFO APPLICATION CUcwaAutoDiscoveryServiceRetrialWrapper.cpp/566:Timer cancelled. OnResume = 0
    2014-06-05 10:55:03.725 Lync[133:3cd7f18c] INFO APPLICATION CAlertReporter.cpp/117:Alert cleared of Category 1, Type 201, cleared 0 alerts
    2014-06-05 10:55:03.725 Lync[133:3cd7f18c] INFO APPLICATION CUcwaAutoDiscoveryServiceRetrialWrapper.cpp/566:Timer cancelled. OnResume = 0
    2014-06-05 10:55:03.730 Lync[133:3cd7f18c] INFO APPLICATION CApplication.cpp/934:CApplication::serialize() called
    2014-06-05 10:55:03.759 Lync[133:3cd7f18c] INFO APPLICATION CBasePersistableEntity.cpp/179:Storing 2 out-of-sync Object Models took 8ms
    2014-06-05 10:55:03.799 Lync[133:3cd7f18c] INFO APPLICATION CBasePersistableEntity.cpp/179:Storing 4 out-of-sync Object Models took 6ms
    2014-06-05 10:55:03.827 Lync[133:3cd7f18c] INFO APPLICATION CBasePersistableEntity.cpp/179:Storing 0 out-of-sync Object Models took 0ms
    2014-06-05 10:55:03.837 Lync[133:3cd7f18c] INFO APPLICATION CCertificateProvisioningService.cpp/541:Clearing certificate from transport: ea8fc7e3-a0a5-487a-b588-78a96cdb798d
    2014-06-05 10:55:03.838 Lync[133:3cd7f18c] INFO APPLICATION CApplication.cpp/897:Impersonalized the Object Model
    2014-06-05 10:55:03.839 Lync[133:3cd7f18c] INFO APPLICATION CConfiguration.cpp/1279:CConfiguration::deserialize() called
    2014-06-05 10:55:03.847 Lync[133:3cd7f18c] INFO APPLICATION CUcwaAppSession.cpp/434:SignIn. signInAsUserState=0, actualState=0
    2014-06-05 10:55:03.847 Lync[133:3cd7f18c] INFO APPLICATION CUcwaAppSession.cpp/1234:Updating URLs. For Ucwa: discoveredFqdn=, applicationsRelativeUrl=, configuredInternal=https://lyncdiscover.domain.no, configuredExternal=https://lyncdiscover.domain.no, loc=0, auto-discovery=0
    2014-06-05 10:55:03.848 Lync[133:3cd7f18c] INFO APPLICATION CUcwaAppSession.cpp/975:CUcwaAppSession canceling all requests
    2014-06-05 10:55:03.848 Lync[133:3cd7f18c] INFO APPLICATION CUcwaAppSession.cpp/674:Sending AutoDiscovery request (in sign-in sequence)
    2014-06-05 10:55:03.848 Lync[133:3cd7f18c] INFO APPLICATION CUcwaAutoDiscoveryServiceRetrialWrapper.cpp/566:Timer cancelled. OnResume = 0
    2014-06-05 10:55:03.849 Lync[133:3cd7f18c] INFO APPLICATION CAlertReporter.cpp/117:Alert cleared of Category 1, Type 201, cleared 0 alerts
    2014-06-05 10:55:03.849 Lync[133:3cd7f18c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/2142:suspensionState = 2
    2014-06-05 10:55:03.849 Lync[133:3cd7f18c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/2118:adIsEnabled = 0, sipUri = sip:[email protected], m_internalADUrlInput = https://lyncdiscover.domain.nom_externalADUrlInput = https://lyncdiscover.domain.no
    2014-06-05 10:55:03.850 Lync[133:3cd7f18c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/1017:Discover UCWA urls from https://lyncdiscover.domain.no & https://lyncdiscover.domain.no for sip:[email protected]
    2014-06-05 10:55:03.850 Lync[133:3cd7f18c] INFO TRANSPORT TransportUtilityFunctions.cpp/491:Extracted internaldomain.no from sip:[email protected]
    2014-06-05 10:55:03.850 Lync[133:3cd7f18c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/1121:Starting Auto Discovery with urls https://lyncdiscover.domain.no?sipuri=sip:[email protected] and https://lyncdiscover.domain.no?sipuri=sip:[email protected]
    2014-06-05 10:55:03.851 Lync[133:3cd7f18c] INFO TRANSPORT CTransportThread.cpp/135:Added Request(UcwaAutoDiscoveryRequest) to Request Processor queue
    2014-06-05 10:55:03.851 Lync[133:3cd7f18c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/385:Submitting new req. GET-UnauthenticatedRootGetRequest(0x605da18)
    2014-06-05 10:55:03.851 Lync[133:6499000] INFO TRANSPORT CTransportThread.cpp/347:Sent Request(UcwaAutoDiscoveryRequest) to Request Processor
    2014-06-05 10:55:03.852 Lync[133:3cd7f18c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/1171:Submitting Unauthenticated AutoDiscovery request to https://lyncdiscover.domain.no?sipuri=sip:[email protected]
    2014-06-05 10:55:03.852 Lync[133:6499000] WARNING TRANSPORT CCredentialManager.cpp/317:CCredentialManager::getSpecificCredential returning NULL credential for serviceId (4) type (1)!
    2014-06-05 10:55:03.853 Lync[133:3cd7f18c] INFO TRANSPORT TransportUtilityFunctions.cpp/491:Extracted internaldomain.no from sip:[email protected]
    2014-06-05 10:55:03.853 Lync[133:6499000] INFO TRANSPORT TransportUtilityFunctions.cpp/634:<SentRequest>
    GET https://lyncdiscover.domain.no?sipuri=sip:[email protected]
    Request Id: 0x605da18
    HttpHeader:Accept application/vnd.microsoft.rtc.autodiscover+xml;v=1
    </SentRequest>
    2014-06-05 10:55:03.853 Lync[133:3cd7f18c] INFO APPLICATION CUcwaAppSession.cpp/998:CUcwaAppSession::setNewActualState() state=1
    2014-06-05 10:55:03.854 Lync[133:6499000] INFO UTILITIES CHttpStreamPool.cpp/399:Allocating stream 0x6069890 for url - https://lyncdiscover.domain.no with persistent id as 6
    2014-06-05 10:55:03.855 Lync[133:3cd7f18c] INFO APPLICATION CApplication.cpp/1858:CUcwaAppSession::signIn() succeeded
    2014-06-05 10:55:03.855 Lync[133:6499000] VERBOSE TRANSPORT CHttpProxyHelper.cpp/435:CHttpProxyHelper::discoverProxy : No proxy found for url https://lyncdiscover.domain.no?sipuri=sip:[email protected]. Sending over direct connection.
    2014-06-05 10:55:03.858 Lync[133:3cd7f18c] INFO UI CMUIManager.mm/982:UpdateViews
    2014-06-05 10:55:03.858 Lync[133:3cd7f18c] INFO UI CMUIManager.mm/1050:ActualState = IsSigningIn DesiredState = BeSignedIn DataAvailable = 0 Showing UI = SigningInViewController
    2014-06-05 10:55:03.891 Lync[133:707] Unable to simultaneously satisfy constraints.
    Probably at least one of the constraints in the following list is one you don't want. Try this: (1) look at each constraint and try to figure out which you don't expect; (2) find the code that added the unwanted constraint or constraints and fix it. (Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints)
    "<NSLayoutConstraint:0x60674e0 UIImageView:0x6066d20.centerX == UILabel:0x6065cf0.centerX>",
    "<NSLayoutConstraint:0x6067540 UIView:0x6066b50.centerX == UIImageView:0x6066d20.centerX>",
    "<NSLayoutConstraint:0x6067bf0 H:|-(26)-[UILabel:0x6065cf0] (Names: '|':UIView:0x6066b50 )>",
    "<NSLayoutConstraint:0x6067c20 H:[UILabel:0x6065cf0]-(25)-| (Names: '|':UIView:0x6066b50 )>"
    Will attempt to recover by breaking constraint

  • Problem with Mobile clients - Reverse proxy

    Hi Guys,
    I have an issue that is driving me batty. I've set up a reverse proxy and am putting my mobile clients through it. I've used the Lync connectivity analyzer which is telling me that everything is good. However I am getting an error in my mobile clients to
    the effect "Please check your account info and try again"
    It looks like my IIS logs are showing 401 errors on the webticketservice.svc
    2014-05-30 00:48:01 192.168.0.58 GET / sipuri=sip:[email protected]&X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=0b8473bc-76f4-48e6-b29d-1028dad0dc2f 443 - 24.114.103.233 ACOMO - 200 0 0 93
    2014-05-30 00:48:01 192.168.0.58 GET / - 80 - 24.114.103.233 ACOMO - 406 0 0 62
    2014-05-30 00:48:01 192.168.0.58 GET /autodiscover/autodiscoverservice.svc/root/user originaldomain=openjive.com&X-ARR-LOG-ID=624d5656-03de-4d23-b7be-ef1d86f986ea 443 OPENJIVE\bryan 24.114.103.233 ACOMO - 401 0 0 72
    2014-05-30 00:48:01 192.168.0.58 GET /autodiscover/autodiscoverservice.svc/root/user originaldomain=openjive.com&X-ARR-LOG-ID=989d376d-f93d-4a61-a2e8-75e44a2f630e 443 OPENJIVE\bryan 24.114.103.233 ACOMO - 401 0 0 62
    2014-05-30 00:48:01 192.168.0.58 POST /webticket/webticketservice.svc/mex X-ARR-LOG-ID=96ab4698-b8bc-4ff6-829f-60bdd7e9d64e 443 OPENJIVE\bryan 24.114.103.233 ACOMO - 200 0 0 209
    2014-05-30 00:48:01 192.168.0.58 POST /webticket/webticketservice.svc X-ARR-LOG-ID=6884e7ec-01fa-4014-96ec-1e891fbb1c7e 443 OPENJIVE\bryan 24.114.103.233 ACOMO - 401 0 0 116
    2014-05-30 00:48:03 192.168.0.58 POST /webticket/webticketservice.svc X-ARR-LOG-ID=c4f2790c-983a-4d4f-b647-dc0c30d2335d 443 OPENJIVE\bryan 24.114.103.233 ACOMO - 401 0 0 84
    Any ideas would be appreciated. I am running windows 2012 R2 across the board. The reverse proxy is IIS 8.5 with ARR 3.

    Here is the connectivity analyzer results.
    Sending HTTP request to
    https://lyncdiscover.openjive.com/[email protected]
    Logging test parameters:
    SIP Uri: [email protected]
    User Name: openjive\bryan
    Discovery Type: Automatic Discovery
    Network access: NetworkAccessExternal
    Selected client: ApplicationLyncMobile2013
    Starting Lync server autodiscovery
    Please wait; this test may take several minutes to complete...
    Starting automatic discovery for secure (HTTPS) internal channel
    lyncdiscoverinternal.openjive.com can't be resolved by the DNS server. Skipping internal discovery.
    Starting automatic discovery for secure (HTTPS) external channel
    Cookie  found in autodiscover response: StatusCode: 200, ReasonPhrase: 'OK', Version: 1.1, Content: System.Net.Http.StreamContent, Headers:
      Pragma: no-cache
      X-MS-Server-Fqdn: banff.openjive.local
      X-Content-Type-Options: nosniff
      Cache-Control: no-cache
      Server: Microsoft-IIS/8.5
      X-AspNet-Version: 4.0.30319
      X-Powered-By: ASP.NET
      X-Powered-By: ARR/2.5
      X-Powered-By: ASP.NET
      Date: Fri, 30 May 2014 00:49:45 GMT
      Content-Length: 1049
      Content-Type: application/vnd.microsoft.rtc.autodiscover+xml; v=1
      Expires: -1
    Parsing the response for URL
    https://lyncdiscover.openjive.com/[email protected].  Full response: <?xml version="1.0" encoding="utf-8"?><AutodiscoverResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    AccessLocation="External"><Root><Link token="Domain" href="https://lyncweb.openjive.com/Autodiscover/AutodiscoverService.svc/root/domain?originalDomain=openjive.com"
    /><Link token="User" href="https://lyncweb.openjive.com/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=openjive.com"
    /><Link token="Self" href="https://lyncweb.openjive.com/Autodiscover/AutodiscoverService.svc/root?originalDomain=openjive.com" /><Link
    token="OAuth" href="https://lyncweb.openjive.com/Autodiscover/AutodiscoverService.svc/root/oauth/user?originalDomain=openjive.com" /><Link
    token="External/XFrame" href="https://lyncweb.openjive.com/Autodiscover/XFrame/XFrame.html" /><Link token="Internal/XFrame" href="https://banff.openjive.local/Autodiscover/XFrame/XFrame.html"
    /><Link token="XFrame" href="https://lyncweb.openjive.com/Autodiscover/XFrame/XFrame.html" /></Root></AutodiscoverResponse>
    Autodiscover URL
    https://lyncdiscover.openjive.com/[email protected] redirected to
    https://lyncweb.openjive.com/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=openjive.com
    Sending HTTP request to
    https://lyncweb.openjive.com/Autodiscover/AutodiscoverService.svc/root/[email protected]
    Cookie  found in autodiscover response: StatusCode: 401, ReasonPhrase: 'Unauthorized', Version: 1.1, Content: System.Net.Http.StreamContent, Headers:
      X-MS-WebTicketURL:
    https://lyncweb.openjive.com/WebTicket/WebTicketService.svc
      X-MS-WebTicketSupported: cwt,saml
      X-MS-Server-Fqdn: banff.openjive.local
      X-Content-Type-Options: nosniff
      Cache-Control: no-cache
      Server: Microsoft-IIS/8.5
      X-Powered-By: ASP.NET
      X-Powered-By: ARR/2.5
      X-Powered-By: ASP.NET
      WWW-Authenticate: Negotiate
      WWW-Authenticate: NTLM
      Date: Fri, 30 May 2014 00:49:45 GMT
      Content-Length: 1293
      Content-Type: text/html
    Authorization required for
    https://lyncweb.openjive.com/Autodiscover/AutodiscoverService.svc/root/[email protected]
    Obtaining WebTicket from
    https://lyncweb.openjive.com/WebTicket/WebTicketService.svc
    On-premises WebTicket server:
    https://lyncweb.openjive.com/WebTicket/WebTicketService.svc/Auth
    AcquireTicketAsync succeeded for
    https://lyncweb.openjive.com/WebTicket/WebTicketService.svc/Auth
    WebTicket: <saml:Assertion MajorVersion="1" MinorVersion="1" AssertionID="SamlSecurityToken-bf1eeeeb-c7b5-4d50-87df-929bf90bd370" Issuer="https://banff.openjive.local:4443/f0ca8325-b055-5552-be4f-fb4088f97387"
    IssueInstant="2014-05-30T00:52:05.151Z" xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion"><saml:Conditions NotBefore="2014-05-30T00:52:05.151Z" NotOnOrAfter="2014-05-30T08:49:30.151Z"><saml:AudienceRestrictionCondition><saml:Audience>https://lyncweb.openjive.com/</saml:Audience></saml:AudienceRestrictionCondition></saml:Conditions><saml:AuthenticationStatement
    AuthenticationMethod="urn:oasis:names:tc:SAML:1.0:am:unspecified" AuthenticationInstant="2014-05-30T00:52:05.151Z"><saml:Subject><saml:NameIdentifier Format="sip:[email protected]</saml:NameIdentifier><saml:SubjectConfirmation><saml:ConfirmationMethod>urn:oasis:names:tc:SAML:1.0:cm:holder-of-key</saml:ConfirmationMethod><KeyInfo">http://schemas.xmlsoap.org/ws/2005/05/identity/claims/uri">sip:[email protected]</saml:NameIdentifier><saml:SubjectConfirmation><saml:ConfirmationMethod>urn:oasis:names:tc:SAML:1.0:cm:holder-of-key</saml:ConfirmationMethod><KeyInfo
    xmlns="<e:EncryptedKey">http://www.w3.org/2000/09/xmldsig#"><e:EncryptedKey xmlns:e="<e:EncryptionMethod">http://www.w3.org/2001/04/xmlenc#"><e:EncryptionMethod
    Algorithm="</e:EncryptionMethod><KeyInfo><KeyName>f0ca8325-b055-5552-be4f-fb4088f97387:8d149b659ca1d29</KeyName></KeyInfo><e:CipherData><e:CipherValue>kE4cKJAJbZL3GFCEx3/XxiBO/nhVPZJ15xEIQk96DjkxRNgzgxlh+w==</e:CipherValue></e:CipherData></e:EncryptedKey></KeyInfo></saml:SubjectConfirmation></saml:Subject></saml:AuthenticationStatement><Signature">http://www.w3.org/2001/04/xmlenc#kw-aes256"></e:EncryptionMethod><KeyInfo><KeyName>f0ca8325-b055-5552-be4f-fb4088f97387:8d149b659ca1d29</KeyName></KeyInfo><e:CipherData><e:CipherValue>kE4cKJAJbZL3GFCEx3/XxiBO/nhVPZJ15xEIQk96DjkxRNgzgxlh+w==</e:CipherValue></e:CipherData></e:EncryptedKey></KeyInfo></saml:SubjectConfirmation></saml:Subject></saml:AuthenticationStatement><Signature
    xmlns="<SignedInfo><CanonicalizationMethod">http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="</CanonicalizationMethod><SignatureMethod">http://www.w3.org/2001/10/xml-exc-c14n#"></CanonicalizationMethod><SignatureMethod
    Algorithm="</SignatureMethod><Reference">http://www.w3.org/2000/09/xmldsig#rsa-sha1"></SignatureMethod><Reference URI="#SamlSecurityToken-bf1eeeeb-c7b5-4d50-87df-929bf90bd370"><Transforms><Transform
    Algorithm="</Transform><Transform">http://www.w3.org/2000/09/xmldsig#enveloped-signature"></Transform><Transform Algorithm="</Transform></Transforms><DigestMethod">http://www.w3.org/2001/10/xml-exc-c14n#"></Transform></Transforms><DigestMethod
    Algorithm="</DigestMethod><DigestValue>krqtSvw6JUlsbBsxdbXSsHyIgFzUD1G7DOKZ635AC4Q=</DigestValue></Reference></SignedInfo><SignatureValue>qo+GkTNnjyl250pQVkSSTCI707At83dn2zu1ZOSLoSlPF74FuzRgCysD5UPrgMvY5SYi+pi2igwEV7zt7ALtWFuAJWPU3e0mNT701xyO86+f11YtHXC/NhQDudJvq7DO3uWRGgZGdBodt82OyZlXKifplMgEE352y0+S4jy0GmKCpvHTbytUthInMSxSAp7UWcU+6ourkAj4NpLbSywgm4su6byHEZmZyJ1/6eZ6/xO3a395dxhlBoMbIs+Gk9zcQ75KL/VAy7WTcBq+kJ/16yfd9q73VzYO5NBSEgrOHW/xZuRUYusLyhSZ0AJTVaUUJuBi6XdG44kaP0Nsz9UTrw==</SignatureValue><KeyInfo><o:SecurityTokenReference">http://www.w3.org/2001/04/xmlenc#sha256"></DigestMethod><DigestValue>krqtSvw6JUlsbBsxdbXSsHyIgFzUD1G7DOKZ635AC4Q=</DigestValue></Reference></SignedInfo><SignatureValue>qo+GkTNnjyl250pQVkSSTCI707At83dn2zu1ZOSLoSlPF74FuzRgCysD5UPrgMvY5SYi+pi2igwEV7zt7ALtWFuAJWPU3e0mNT701xyO86+f11YtHXC/NhQDudJvq7DO3uWRGgZGdBodt82OyZlXKifplMgEE352y0+S4jy0GmKCpvHTbytUthInMSxSAp7UWcU+6ourkAj4NpLbSywgm4su6byHEZmZyJ1/6eZ6/xO3a395dxhlBoMbIs+Gk9zcQ75KL/VAy7WTcBq+kJ/16yfd9q73VzYO5NBSEgrOHW/xZuRUYusLyhSZ0AJTVaUUJuBi6XdG44kaP0Nsz9UTrw==</SignatureValue><KeyInfo><o:SecurityTokenReference
    xmlns:o="<o:KeyIdentifier">http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"><o:KeyIdentifier ValueType="AhJJ0tEVWf4IRNbKNKfDMD1Qyvg=</o:KeyIdentifier></o:SecurityTokenReference></KeyInfo></Signature></saml:Assertion">http://docs.oasis-open.org/wss/oasis-wss-soap-message-security-1.1#ThumbprintSHA1">AhJJ0tEVWf4IRNbKNKfDMD1Qyvg=</o:KeyIdentifier></o:SecurityTokenReference></KeyInfo></Signature></saml:Assertion>
    Sending HTTP request to
    https://lyncweb.openjive.com/Autodiscover/AutodiscoverService.svc/root/[email protected]
    Cookie  found in autodiscover response: StatusCode: 200, ReasonPhrase: 'OK', Version: 1.1, Content: System.Net.Http.StreamContent, Headers:
      Pragma: no-cache
      X-MS-Server-Fqdn: banff.openjive.local
      X-Content-Type-Options: nosniff
      Cache-Control: no-cache
      Server: Microsoft-IIS/8.5
      X-AspNet-Version: 4.0.30319
      X-Powered-By: ASP.NET
      X-Powered-By: ARR/2.5
      X-Powered-By: ASP.NET
      Date: Fri, 30 May 2014 00:49:45 GMT
      Content-Length: 2111
      Content-Type: application/vnd.microsoft.rtc.autodiscover+xml; v=1
      Expires: -1
    Parsing the response for URL
    https://lyncweb.openjive.com/Autodiscover/AutodiscoverService.svc/root/[email protected].  Full response: <?xml version="1.0" encoding="utf-8"?><AutodiscoverResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" AccessLocation="External"><User><SipServerInternalAccess fqdn="banff.openjive.local" port="5061" /><SipClientInternalAccess fqdn="banff.openjive.local"
    port="5061" /><SipServerExternalAccess fqdn="lyncedge.openjive.com" port="5061" /><SipClientExternalAccess fqdn="lyncedge.openjive.com" port="5061" /><Link token="Internal/Autodiscover" href="https://banff.openjive.local/Autodiscover/AutodiscoverService.svc/root"
    /><Link token="Internal/AuthBroker" href="https://banff.openjive.local/Reach/sip.svc" /><Link token="Internal/WebScheduler" href="https://banff.openjive.local/Scheduler"
    /><Link token="Internal/CertProvisioning" href="https://banff.openjive.local/CertProv/CertProvisioningService.svc" /><Link token="External/Autodiscover" href="https://lyncweb.openjive.com/Autodiscover/AutodiscoverService.svc/root"
    /><Link token="External/AuthBroker" href="https://lyncweb.openjive.com/Reach/sip.svc" /><Link token="External/WebScheduler" href="https://lyncweb.openjive.com/Scheduler"
    /><Link token="External/CertProvisioning" href="https://lyncweb.openjive.com/CertProv/CertProvisioningService.svc" /><Link token="Internal/Mcx" href="https://lyncweb.openjive.com/Mcx/McxService.svc"
    /><Link token="External/Mcx" href="https://lyncweb.openjive.com/Mcx/McxService.svc" /><Link token="Ucwa" href="https://lyncweb.openjive.com/ucwa/v1/applications"
    /><Link token="Internal/Ucwa" href="https://banff.openjive.local/ucwa/v1/applications" /><Link token="External/Ucwa" href="https://lyncweb.openjive.com/ucwa/v1/applications"
    /><Link token="External/XFrame" href="https://lyncweb.openjive.com/Autodiscover/XFrame/XFrame.html" /><Link token="Internal/XFrame" href="https://banff.openjive.local/Autodiscover/XFrame/XFrame.html"
    /><Link token="XFrame" href="https://lyncweb.openjive.com/Autodiscover/XFrame/XFrame.html" /><Link token="Self" href="https://lyncweb.openjive.com/Autodiscover/AutodiscoverService.svc/root/user"
    /></User></AutodiscoverResponse>
    Server discovery has completed for https://lyncdiscover.openjive.com/.
    Autodiscover full response for URL https://lyncdiscover.openjive.com/ is <?xml version="1.0" encoding="utf-8"?><AutodiscoverResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" AccessLocation="External"><User><SipServerInternalAccess fqdn="banff.openjive.local" port="5061" /><SipClientInternalAccess fqdn="banff.openjive.local"
    port="5061" /><SipServerExternalAccess fqdn="lyncedge.openjive.com" port="5061" /><SipClientExternalAccess fqdn="lyncedge.openjive.com" port="5061" /><Link token="Internal/Autodiscover" href="https://banff.openjive.local/Autodiscover/AutodiscoverService.svc/root"
    /><Link token="Internal/AuthBroker" href="https://banff.openjive.local/Reach/sip.svc" /><Link token="Internal/WebScheduler" href="https://banff.openjive.local/Scheduler"
    /><Link token="Internal/CertProvisioning" href="https://banff.openjive.local/CertProv/CertProvisioningService.svc" /><Link token="External/Autodiscover" href="https://lyncweb.openjive.com/Autodiscover/AutodiscoverService.svc/root"
    /><Link token="External/AuthBroker" href="https://lyncweb.openjive.com/Reach/sip.svc" /><Link token="External/WebScheduler" href="https://lyncweb.openjive.com/Scheduler"
    /><Link token="External/CertProvisioning" href="https://lyncweb.openjive.com/CertProv/CertProvisioningService.svc" /><Link token="Internal/Mcx" href="https://lyncweb.openjive.com/Mcx/McxService.svc"
    /><Link token="External/Mcx" href="https://lyncweb.openjive.com/Mcx/McxService.svc" /><Link token="Ucwa" href="https://lyncweb.openjive.com/ucwa/v1/applications"
    /><Link token="Internal/Ucwa" href="https://banff.openjive.local/ucwa/v1/applications" /><Link token="External/Ucwa" href="https://lyncweb.openjive.com/ucwa/v1/applications"
    /><Link token="External/XFrame" href="https://lyncweb.openjive.com/Autodiscover/XFrame/XFrame.html" /><Link token="Internal/XFrame" href="https://banff.openjive.local/Autodiscover/XFrame/XFrame.html"
    /><Link token="XFrame" href="https://lyncweb.openjive.com/Autodiscover/XFrame/XFrame.html" /><Link token="Self" href="https://lyncweb.openjive.com/Autodiscover/AutodiscoverService.svc/root/user"
    /></User></AutodiscoverResponse>
    SendRequest failed for
    https://lyncweb.openjive.com/Autodiscover/AutodiscoverService.svc/root/[email protected]
    Automatic discovery results for https://lyncdiscover.openjive.com/
    Access Location                          : External
    SIP Server Internal Access               : banff.openjive.local
    SIP Server External Access               : lyncedge.openjive.com
    SIP Client Internal Access               : banff.openjive.local
    SIP Client External Access               : lyncedge.openjive.com
    Internal Auth broker service             :
    https://banff.openjive.local/Reach/sip.svc
    External Auth broker service             :
    https://lyncweb.openjive.com/Reach/sip.svc
    Internal Auto discover service           :
    https://banff.openjive.local/Autodiscover/AutodiscoverService.svc/root
    External Auto discover service           :
    https://lyncweb.openjive.com/Autodiscover/AutodiscoverService.svc/root
    Internal MCX service                     :
    https://lyncweb.openjive.com/Mcx/McxService.svc
    External MCX service                     :
    https://lyncweb.openjive.com/Mcx/McxService.svc
    Internal UCWA service                    :
    https://banff.openjive.local/ucwa/v1/applications
    External UCWA service                    :
    https://lyncweb.openjive.com/ucwa/v1/applications
    Internal Webscheduler service            :
    https://banff.openjive.local/Scheduler
    External Webscheduler service            :
    https://lyncweb.openjive.com/Scheduler
    Total server discovery time: 1.1 seconds
    Server discovery succeeded for secure (HTTPS) external channel against URL
    https://lyncdiscover.openjive.com/
    Starting automatic discovery for unsecure (HTTP) external channel
    Sending HTTP request to
    http://lyncdiscover.openjive.com/[email protected]
    Cookie  found in autodiscover response: StatusCode: 406, ReasonPhrase: 'Not Acceptable', Version: 1.1, Content: System.Net.Http.StreamContent, Headers:
      Date: Fri, 30 May 2014 00:49:45 GMT
      Server: Microsoft-IIS/8.5
      X-Powered-By: ASP.NET
      Content-Length: 1346
      Content-Type: text/html
    Autodiscover: SendRequest(): the URL
    http://lyncdiscover.openjive.com/[email protected] couldn't be connected.  Complete HTTP headers:\r\n Date: Fri, 30 May 2014 00:49:45 GMT
    Server: Microsoft-IIS/8.5
    X-Powered-By: ASP.NET
    Couldn't connect to URL
    http://lyncdiscover.openjive.com/[email protected] (HTTP status code NotAcceptable)
    System.Exception: Couldn't connect to URL
    http://lyncdiscover.openjive.com/[email protected] (HTTP status code NotAcceptable)
       at Microsoft.LyncServer.WebServices.AutoDiscoverManager.TerminateAD(String mesg)
       at Microsoft.LyncServer.WebServices.AutoDiscoverManager.<SendRequest>d__d.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
       at Microsoft.LyncServer.WebServices.AutoDiscoverManager.<TryNextUrl>d__3.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at Microsoft.LyncServer.WebServices.AutoDiscoverManager.<StartDiscoveryJourney>d__0.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at LyncConnectivityAnalyzerCore.Utilities.<RetrieveUserLocation>d__3e.MoveNext()
    Server discovery failed for unsecured external channel against
    http://lyncdiscover.openjive.com/
    None, AutoInternalDNSFail, AutoInternalSecureD, AutoInternalUnsecureD, AutoExternalUnsecureD, ManualDNSFail, ManualSecureD, ManualUnsecureD, AuthBrokerInternalLMXCheckGET, AuthBrokerInternalLMXCheckPOST, AuthBrokerExternalLMXCheckGET, AuthBrokerExternalLMXCheckPOST,
    MobilityMCXInternalLMXCheckGET, MobilityMCXInternalLMXCheckPOST, MobilityMCXExternalLMXCheckGET, MobilityMCXExternalLMXCheckPOST, LMXSIPServerInternalDNS, LMXSIPServerExternalDNS, MobilityUCWAInternalCheckPOST, MobilityUCWAExternalCheckPOST
    Starting the requirement tests for Lync Mobile 2013 App
    Please wait; this test may take several minutes to complete...
    Testing the app requirements using the following discovery response:
    Access Location                          : External
    SIP Server Internal Access               : banff.openjive.local
    SIP Server External Access               : lyncedge.openjive.com
    SIP Client Internal Access               : banff.openjive.local
    SIP Client External Access               : lyncedge.openjive.com
    Internal Auth broker service             :
    https://banff.openjive.local/Reach/sip.svc
    External Auth broker service             :
    https://lyncweb.openjive.com/Reach/sip.svc
    Internal Auto discover service           :
    https://banff.openjive.local/Autodiscover/AutodiscoverService.svc/root
    External Auto discover service           :
    https://lyncweb.openjive.com/Autodiscover/AutodiscoverService.svc/root
    Internal MCX service                     :
    https://lyncweb.openjive.com/Mcx/McxService.svc
    External MCX service                     :
    https://lyncweb.openjive.com/Mcx/McxService.svc
    Internal UCWA service                    :
    https://banff.openjive.local/ucwa/v1/applications
    External UCWA service                    :
    https://lyncweb.openjive.com/ucwa/v1/applications
    Internal Webscheduler service            :
    https://banff.openjive.local/Scheduler
    External Webscheduler service            :
    https://lyncweb.openjive.com/Scheduler
    Starting tests for Mobility (UCWA) service
    UCWA user agent string: <input xmlns="<property">http://schemas.microsoft.com/rtc/2012/03/ucwa"><property name="culture">en-US</property><property name="endpointId">44:D8:84:3C:68:68</property><property
    name="type">Phone</property><property name="userAgent">LyncConnectivityAnalyzer/5.0.8308.582 (Windows OS 6.0)</property></input>
    Verifying external Ucwa service:
    https://lyncweb.openjive.com/ucwa/v1/applications
    On-premises WebTicket server:
    https://lyncweb.openjive.com/WebTicket/WebTicketService.svc/Auth
    AcquireTicketAsync succeeded for
    https://lyncweb.openjive.com/WebTicket/WebTicketService.svc/Auth
    WebTicket: <saml:Assertion MajorVersion="1" MinorVersion="1" AssertionID="SamlSecurityToken-cda8f5c3-dc31-46d1-b9ba-51fa49cffcd3" Issuer="https://banff.openjive.local:4443/f0ca8325-b055-5552-be4f-fb4088f97387"
    IssueInstant="2014-05-30T00:52:06.062Z" xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion"><saml:Conditions NotBefore="2014-05-30T00:52:06.062Z" NotOnOrAfter="2014-05-30T08:44:42.062Z"><saml:AudienceRestrictionCondition><saml:Audience>https://lyncweb.openjive.com/</saml:Audience></saml:AudienceRestrictionCondition></saml:Conditions><saml:AuthenticationStatement
    AuthenticationMethod="urn:oasis:names:tc:SAML:1.0:am:unspecified" AuthenticationInstant="2014-05-30T00:52:06.062Z"><saml:Subject><saml:NameIdentifier Format="sip:[email protected]</saml:NameIdentifier><saml:SubjectConfirmation><saml:ConfirmationMethod>urn:oasis:names:tc:SAML:1.0:cm:holder-of-key</saml:ConfirmationMethod><KeyInfo">http://schemas.xmlsoap.org/ws/2005/05/identity/claims/uri">sip:[email protected]</saml:NameIdentifier><saml:SubjectConfirmation><saml:ConfirmationMethod>urn:oasis:names:tc:SAML:1.0:cm:holder-of-key</saml:ConfirmationMethod><KeyInfo
    xmlns="<e:EncryptedKey">http://www.w3.org/2000/09/xmldsig#"><e:EncryptedKey xmlns:e="<e:EncryptionMethod">http://www.w3.org/2001/04/xmlenc#"><e:EncryptionMethod
    Algorithm="</e:EncryptionMethod><KeyInfo><KeyName>f0ca8325-b055-5552-be4f-fb4088f97387:8d149b659ca1d29</KeyName></KeyInfo><e:CipherData><e:CipherValue>HiaWvrXQLacT+brihMO3w2xV0JCWsOj2hQNAkbGkl1yuavEW5U2+yA==</e:CipherValue></e:CipherData></e:EncryptedKey></KeyInfo></saml:SubjectConfirmation></saml:Subject></saml:AuthenticationStatement><Signature">http://www.w3.org/2001/04/xmlenc#kw-aes256"></e:EncryptionMethod><KeyInfo><KeyName>f0ca8325-b055-5552-be4f-fb4088f97387:8d149b659ca1d29</KeyName></KeyInfo><e:CipherData><e:CipherValue>HiaWvrXQLacT+brihMO3w2xV0JCWsOj2hQNAkbGkl1yuavEW5U2+yA==</e:CipherValue></e:CipherData></e:EncryptedKey></KeyInfo></saml:SubjectConfirmation></saml:Subject></saml:AuthenticationStatement><Signature
    xmlns="<SignedInfo><CanonicalizationMethod">http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="</CanonicalizationMethod><SignatureMethod">http://www.w3.org/2001/10/xml-exc-c14n#"></CanonicalizationMethod><SignatureMethod
    Algorithm="</SignatureMethod><Reference">http://www.w3.org/2000/09/xmldsig#rsa-sha1"></SignatureMethod><Reference URI="#SamlSecurityToken-cda8f5c3-dc31-46d1-b9ba-51fa49cffcd3"><Transforms><Transform
    Algorithm="</Transform><Transform">http://www.w3.org/2000/09/xmldsig#enveloped-signature"></Transform><Transform Algorithm="</Transform></Transforms><DigestMethod">http://www.w3.org/2001/10/xml-exc-c14n#"></Transform></Transforms><DigestMethod
    Algorithm="</DigestMethod><DigestValue>9aGUpr6tQkHD1fj+o1gDZSFMpPp1HwnNjO9BmmGjA+Y=</DigestValue></Reference></SignedInfo><SignatureValue>jfleXw8Do6pavetwKPAGEEIezTJlJhF2UlnuNh04dK4FlCJMRowZbxHUyqUjTsCbjIdvVMhljsPrufsPwPd4v1ksvf8apfeVJ2zZZSyIqLLCjKW3Vus7X6DlBqZ+YB8rP1dGKleuH5E7kuk4asAc5XpzjoB3xvLf5cXp2hVvKuhwlDhqQp3dCIFnNCGPQLbqY+hek55uNcmyspJno13YbQ/fje/1CJxfwiN3M0o2dPskIMvOt1oqHlxn1zIeWm1lWkKd/ZDjchoWzmqiO67cbXuJpe7IrqwCx4WT7vHMkyHZznXB6D55pgPen94+h0Vwq75mWZeYBMIeXOM3t+7HnA==</SignatureValue><KeyInfo><o:SecurityTokenReference">http://www.w3.org/2001/04/xmlenc#sha256"></DigestMethod><DigestValue>9aGUpr6tQkHD1fj+o1gDZSFMpPp1HwnNjO9BmmGjA+Y=</DigestValue></Reference></SignedInfo><SignatureValue>jfleXw8Do6pavetwKPAGEEIezTJlJhF2UlnuNh04dK4FlCJMRowZbxHUyqUjTsCbjIdvVMhljsPrufsPwPd4v1ksvf8apfeVJ2zZZSyIqLLCjKW3Vus7X6DlBqZ+YB8rP1dGKleuH5E7kuk4asAc5XpzjoB3xvLf5cXp2hVvKuhwlDhqQp3dCIFnNCGPQLbqY+hek55uNcmyspJno13YbQ/fje/1CJxfwiN3M0o2dPskIMvOt1oqHlxn1zIeWm1lWkKd/ZDjchoWzmqiO67cbXuJpe7IrqwCx4WT7vHMkyHZznXB6D55pgPen94+h0Vwq75mWZeYBMIeXOM3t+7HnA==</SignatureValue><KeyInfo><o:SecurityTokenReference
    xmlns:o="<o:KeyIdentifier">http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"><o:KeyIdentifier ValueType="AhJJ0tEVWf4IRNbKNKfDMD1Qyvg=</o:KeyIdentifier></o:SecurityTokenReference></KeyInfo></Signature></saml:Assertion">http://docs.oasis-open.org/wss/oasis-wss-soap-message-security-1.1#ThumbprintSHA1">AhJJ0tEVWf4IRNbKNKfDMD1Qyvg=</o:KeyIdentifier></o:SecurityTokenReference></KeyInfo></Signature></saml:Assertion>
    Successfully created the UCWA service
    Completed tests for Mobility (UCWA) service
    None, AutoInternalDNSFail, AutoInternalSecureD, AutoInternalUnsecureD, AutoExternalUnsecureD, ManualDNSFail, ManualSecureD, ManualUnsecureD, AuthBrokerInternalLMXCheckGET, AuthBrokerInternalLMXCheckPOST, AuthBrokerExternalLMXCheckGET, AuthBrokerExternalLMXCheckPOST,
    MobilityMCXInternalLMXCheckGET, MobilityMCXInternalLMXCheckPOST, MobilityMCXExternalLMXCheckGET, MobilityMCXExternalLMXCheckPOST, LMXSIPServerInternalDNS, LMXSIPServerExternalDNS, MobilityUCWAInternalCheckPOST
    Your deployment meets the minimum requirements for Lync Mobile 2013 App.

  • Weblogic saml2 Custom Principal cannot be added to the subject

    Dear All
    I have written a custom Identity Asserter Attribute Name Mapper in the SP side.In that I was trying to add the custom attributes to the subject Via Custom principals.
    The Subject came there as read only .hence i could not be able to add the principal to the subject.
    kindly help to modify the subject to not read only.
    looking forward for your assistance.
    Thanks.

    Hi Luis
    The same result .
    Is there anything wrong in the config.? Did u check the process attributes in the configuration ?
    This is the server log from service provider site.
    ####<Aug 16, 2012 12:43:08 PM IST> <Debug> <SecuritySAML2Service> <vsolv-de-224> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1345101188354> <BEA-000000> <BASE64 decoded saml message:<?xml version="1.0" encoding="UTF-8"?><samlp:Response xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol" Destination="https://sp.com:7006/saml2/sp/acs/post" ID="_0xeadf112ac6bd6c448bd4bdb81f7fbfbe" InResponseTo="_0x75109051ae8761fe4f2e862fd2dbe869" IssueInstant="2012-08-16T07:13:08.292Z" Version="2.0"><saml:Issuer xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion">https://idp.com:7004/saml2</saml:Issuer><ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
    <ds:SignedInfo>
    <ds:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/>
    <ds:SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/>
    <ds:Reference URI="#_0xeadf112ac6bd6c448bd4bdb81f7fbfbe">
    <ds:Transforms>
    <ds:Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature"/>
    <ds:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#WithComments"><ec:InclusiveNamespaces xmlns:ec="http://www.w3.org/2001/10/xml-exc-c14n#" PrefixList="ds saml samlp xs xsi"/></ds:Transform>
    </ds:Transforms>
    <ds:DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"/>
    <ds:DigestValue>LxiHUPO8Ca0CVwYGJFvzl/KgilUaITagkH1qyag/mmE=</ds:DigestValue>
    </ds:Reference>
    </ds:SignedInfo>
    <ds:SignatureValue>
    iJstKuFt6h4nTzNh5uAkfQN7m4zH/J0DKJIKE39gUzHaOshK7aoV/KQxsiZEcxDPewCMp+Oj22la
    m2AxQmeLmw==
    </ds:SignatureValue>
    </ds:Signature><samlp:Status><samlp:StatusCode Value="urn:oasis:names:tc:SAML:2.0:status:Success"/></samlp:Status><saml:Assertion xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" ID="_0x4d674d13663a689439f99e1f1c8e15f4" IssueInstant="2012-08-16T07:13:08.260Z" Version="2.0"><saml:Issuer>https://idp.com:7004/saml2</saml:Issuer><ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
    <ds:SignedInfo>
    <ds:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/>
    <ds:SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/>
    <ds:Reference URI="#_0x4d674d13663a689439f99e1f1c8e15f4">
    <ds:Transforms>
    <ds:Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature"/>
    <ds:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#WithComments"><ec:InclusiveNamespaces xmlns:ec="http://www.w3.org/2001/10/xml-exc-c14n#" PrefixList="ds saml xs"/></ds:Transform>
    </ds:Transforms>
    <ds:DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"/>
    <ds:DigestValue>se+lgzg7x4j4kud7pX8DjH2xQPruzD5kG+hqQFryCaA=</ds:DigestValue>
    </ds:Reference>
    </ds:SignedInfo>
    <ds:SignatureValue>
    Z2JD6v9MbGmNEauonipP4cGTnWKFrGvbeVJUQcKxHTnpeeVqc/ad+1d8lvHvYKxSx8F0gMJZZ1uA
    zXUArbKQnA==
    </ds:SignatureValue>
    <ds:KeyInfo>
    <ds:X509Data>
    <ds:X509Certificate>
    MIIB7TCCAZcCEInOSDhbrVINiTj9abj9o8AwDQYJKoZIhvcNAQEEBQAweTELMAkGA1UEBhMCVVMx
    EDAOBgNVBAgTB015U3RhdGUxDzANBgNVBAcTBk15VG93bjEXMBUGA1UEChMOTXlPcmdhbml6YXRp
    b24xGTAXBgNVBAsTEEZPUiBURVNUSU5HIE9OTFkxEzARBgNVBAMTCkNlcnRHZW5DQUIwHhcNMTIw
    NjI2MTEyMjM4WhcNMjcwNjI3MTEyMjM4WjB7MQswCQYDVQQGEwJVUzEQMA4GA1UECAwHTXlTdGF0
    ZTEPMA0GA1UEBwwGTXlUb3duMRcwFQYDVQQKDA5NeU9yZ2FuaXphdGlvbjEZMBcGA1UECwwQRk9S
    IFRFU1RJTkcgT05MWTEVMBMGA1UEAwwMdnNvbHYtZGUtMjI0MFwwDQYJKoZIhvcNAQEBBQADSwAw
    SAJBALcEvvxiYtHI/Hhqz1ftNTFsqkNh0kbk7JqnQ569OmiTZYwiIPUM1xggYAUfeJGXJ/jcBycR
    0iyXrvxMyMgXF3kCAwEAATANBgkqhkiG9w0BAQQFAANBAA7zQ0oy3AM/N6Pzt4jMF3pHBtvtZk+2
    ay+Ce+0HPozcELKGySgy9bo/R7v7SJr6PGA1RlM4lZdkAk8xgHbRzuY=
    </ds:X509Certificate>
    </ds:X509Data>
    </ds:KeyInfo>
    </ds:Signature><saml:Subject><saml:NameID Format="urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified" NameQualifier="idprec.com">weblogic</saml:NameID><saml:SubjectConfirmation Method="urn:oasis:names:tc:SAML:2.0:cm:bearer"><saml:SubjectConfirmationData InResponseTo="_0x75109051ae8761fe4f2e862fd2dbe869" NotOnOrAfter="2012-08-16T07:15:08.260Z" Recipient="https://sp.com:7006/saml2/sp/acs/post"/></saml:SubjectConfirmation></saml:Subject><saml:Conditions NotBefore="2012-08-16T07:13:08.260Z" NotOnOrAfter="2012-08-16T07:15:08.260Z"><saml:AudienceRestriction><saml:Audience>https://sp.com:7006/saml2</saml:Audience></saml:AudienceRestriction></saml:Conditions><saml:AuthnStatement AuthnInstant="2012-08-16T07:13:08.260Z"><saml:AuthnContext><saml:AuthnContextClassRef>urn:oasis:names:tc:SAML:2.0:ac:classes:unspecified</saml:AuthnContextClassRef></saml:AuthnContext></saml:AuthnStatement><saml:AttributeStatement><saml:Attribute Name="loginid" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic"><saml:AttributeValue xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:string">mylogin</saml:AttributeValue></saml:Attribute><saml:Attribute Name="role" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic"><saml:AttributeValue xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:string">value</saml:AttributeValue></saml:Attribute></saml:AttributeStatement><saml:AttributeStatement><saml:Attribute Name="Groups" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic"><saml:AttributeValue xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:string">Administrators</saml:AttributeValue></saml:Attribute></saml:AttributeStatement></saml:Assertion></samlp:Response>>
    ####<Aug 16, 2012 12:43:08 PM IST> <Debug> <SecuritySAML2Service> <vsolv-de-224> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1345101188464> <BEA-000000> <<samlp:Response> is signed.>
    ####<Aug 16, 2012 12:43:08 PM IST> <Debug> <SecuritySAML2Atn> <vsolv-de-224> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1345101188479> <BEA-000000> <SAML2IdentityAsserterProvider: start assert SAML2 token>
    ####<Aug 16, 2012 12:43:08 PM IST> <Debug> <SecuritySAML2Atn> <vsolv-de-224> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1345101188479> <BEA-000000> <SAML2IdentityAsserterProvider: SAML2IdentityAsserter: tokenType is 'SAML2.Assertion.DOM'>
    ####<Aug 16, 2012 12:43:08 PM IST> <Debug> <SecuritySAML2Atn> <vsolv-de-224> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1345101188479> <BEA-000000> <SAML2Assert: Start verify assertion signature>
    ####<Aug 16, 2012 12:43:08 PM IST> <Debug> <SecuritySAML2Atn> <vsolv-de-224> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1345101188479> <BEA-000000> <SAML2Assert: The assertion is signed.>
    ####<Aug 16, 2012 12:43:08 PM IST> <Debug> <SecuritySAML2Atn> <vsolv-de-224> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1345101188479> <BEA-000000> <SAML2Assert: End verify assertion signature>
    ####<Aug 16, 2012 12:43:08 PM IST> <Debug> <SecuritySAML2Atn> <vsolv-de-224> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1345101188479> <BEA-000000> <SAML2Assert: Start verify assertion attributes>
    ####<Aug 16, 2012 12:43:08 PM IST> <Debug> <SecuritySAML2Atn> <vsolv-de-224> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1345101188479> <BEA-000000> <SAML2Assert: End verify assertion attributes>
    ####<Aug 16, 2012 12:43:08 PM IST> <Debug> <SecuritySAML2Atn> <vsolv-de-224> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1345101188479> <BEA-000000> <SAML2Assert: Start verify assertion issuer>
    ####<Aug 16, 2012 12:43:08 PM IST> <Debug> <SecuritySAML2Atn> <vsolv-de-224> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1345101188479> <BEA-000000> <SAML2Assert: End verify assertion issuer>
    ####<Aug 16, 2012 12:43:08 PM IST> <Debug> <SecuritySAML2Atn> <vsolv-de-224> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1345101188479> <BEA-000000> <SAML2Assert: Start verify assertion conditions>
    ####<Aug 16, 2012 12:43:08 PM IST> <Debug> <SecuritySAML2Atn> <vsolv-de-224> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1345101188479> <BEA-000000> <SAML2Assert: End verify assertion conditions>
    ####<Aug 16, 2012 12:43:08 PM IST> <Debug> <SecuritySAML2Atn> <vsolv-de-224> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1345101188479> <BEA-000000> <SAML2Assert: Start verify assertion subject>
    ####<Aug 16, 2012 12:43:08 PM IST> <Debug> <SecuritySAML2Atn> <vsolv-de-224> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1345101188479> <BEA-000000> <SAML2Assert: End verify assertion subject>
    ####<Aug 16, 2012 12:43:08 PM IST> <Debug> <SecuritySAML2Atn> <vsolv-de-224> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1345101188479> <BEA-000000> <SAML2NameMapperCache.getNameMapper: Not found name mapper in the cache, try to create one>
    ####<Aug 16, 2012 12:43:08 PM IST> <Debug> <SecuritySAML2Atn> <vsolv-de-224> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1345101188495> <BEA-000000> <SAML2Assert.processAttributes - processAttrs: true, processGrpAttrs: true>
    ####<Aug 16, 2012 12:43:08 PM IST> <Debug> <SecuritySAML2Atn> <vsolv-de-224> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1345101188495> <BEA-000000> <SAML2Assert.processAttributes - NumOfAttrStatements: 2
    SAML2AttributeStatement - NumOfAttrs: 2
    attrName=loginid, attrNameFormat=urn:oasis:names:tc:SAML:2.0:attrname-format:basic, attrFridentlyName=null, NumOfAttrValues=1
    value=mylogin
    attrName=role, attrNameFormat=urn:oasis:names:tc:SAML:2.0:attrname-format:basic, attrFridentlyName=null, NumOfAttrValues=1
    value=value
    SAML2AttributeStatement - NumOfAttrs: 1
    attrName=Groups, attrNameFormat=urn:oasis:names:tc:SAML:2.0:attrname-format:basic, attrFridentlyName=null, NumOfAttrValues=1
    value=Administrators
    >
    ####<Aug 16, 2012 12:43:08 PM IST> <Debug> <SecuritySAML2Atn> <vsolv-de-224> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1345101188495> <BEA-000000> <SAML2Assert.processAttributes - Attributes will be stored in ContextHandler's ContextElement named com.bea.contextelement.saml.AttributePrincipals>
    ####<Aug 16, 2012 12:43:08 PM IST> <Debug> <SecuritySAML2Atn> <vsolv-de-224> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1345101188495> <BEA-000000> <SAML2Assert.processAttributes - #NumOfMappedAttributes: 2>
    ####<Aug 16, 2012 12:43:08 PM IST> <Debug> <SecuritySAML2Atn> <vsolv-de-224> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1345101188495> <BEA-000000> <SAML2Assert.createNameMapperInfo - attrName=Groups, attrNameFormat=urn:oasis:names:tc:SAML:2.0:attrname-format:basic, attrFridentlyName=null, NumOfAttrValues=1
    value=Administrators
    >
    ####<Aug 16, 2012 12:43:08 PM IST> <Debug> <SecuritySAML2Atn> <vsolv-de-224> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1345101188495> <BEA-000000> <SAMLIACallbackHandler: SAMLIACallbackHandler(true, weblogic, [Administrators])>
    ####<Aug 16, 2012 12:43:08 PM IST> <Debug> <SecuritySAML2Atn> <vsolv-de-224> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1345101188495> <BEA-000000> <SAMLIACallbackHandler: callback[0]: NameCallback: setName(weblogic)>
    ####<Aug 16, 2012 12:43:08 PM IST> <Debug> <SecuritySAML2Service> <vsolv-de-224> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1345101188495> <BEA-000000> <Using redirect URL from request cache: 'https://sp.com:7006/sp/index.jsp'>
    ####<Aug 16, 2012 12:43:08 PM IST> <Debug> <SecuritySAML2Service> <vsolv-de-224> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1345101188495> <BEA-000000> <Redirecting to URL: https://sp.com:7006/sp/index.jsp>
    ####<Aug 16, 2012 12:43:08 PM IST> <Info> <ServletContext-/sp> <vsolv-de-224> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1345101188510> <BEA-000000> <JspServlet: param verbose initialized to: true>
    ####<Aug 16, 2012 12:43:08 PM IST> <Info> <ServletContext-/sp> <vsolv-de-224> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1345101188510> <BEA-000000> <JspServlet: param packagePrefix initialized to: jsp_servlet>
    ####<Aug 16, 2012 12:43:08 PM IST> <Info> <ServletContext-/sp> <vsolv-de-224> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1345101188510> <BEA-000000> <JspServlet: param compilerclass initialized to: null>
    ####<Aug 16, 2012 12:43:08 PM IST> <Info> <ServletContext-/sp> <vsolv-de-224> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1345101188510> <BEA-000000> <JspServlet: param compileCommand initialized to: javac>
    ####<Aug 16, 2012 12:43:08 PM IST> <Info> <ServletContext-/sp> <vsolv-de-224> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1345101188510> <BEA-000000> <JspServlet: param compilerval initialized to: javac>
    ####<Aug 16, 2012 12:43:08 PM IST> <Info> <ServletContext-/sp> <vsolv-de-224> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1345101188510> <BEA-000000> <JspServlet: param pageCheckSeconds initialized to: 1>
    ####<Aug 16, 2012 12:43:08 PM IST> <Info> <ServletContext-/sp> <vsolv-de-224> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1345101188510> <BEA-000000> <JspServlet: param encoding initialized to: null>
    ####<Aug 16, 2012 12:43:08 PM IST> <Info> <ServletContext-/sp> <vsolv-de-224> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1345101188510> <BEA-000000> <JspServlet: param superclass initialized to null>
    ####<Aug 16, 2012 12:43:08 PM IST> <Info> <ServletContext-/sp> <vsolv-de-224> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1345101188510> <BEA-000000> <JspServlet: param workingDir initialized to: C:\Oracle\Middleware\user_projects\domains\sp_domain\servers\AdminServer\tmp\_WL_user\sp\whuuni>
    ####<Aug 16, 2012 12:43:08 PM IST> <Info> <ServletContext-/sp> <vsolv-de-224> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1345101188510> <BEA-000000> <JspServlet: initialization complete>
    ####<Aug 16, 2012 12:43:17 PM IST> <Info> <Health> <vsolv-de-224> <AdminServer> <weblogic.GCMonitor> <<anonymous>> <> <> <1345101197854> <BEA-310002> <57% of the total memory in the server is free>
    Thanks.

  • Lync 2013 External Mobility Not Working

    Hello,
    The issue I seem to be having is in regards to the external mobility access. 
    So far everything else in our environment seems to be functioning properly. 
    The Lync desktop client works both internally as well as externally. 
    The Lync internal mobility also works.  The only issue seems to be with the external mobility part.
    I tried going to the external autodiscover address for our system, https://lyncdiscover.mydomain.com but it doesn’t return anything either. 
    I think the issue lies somewhere with DNS or my reverse proxy, however I’m having a hard time being able to just start changing settings seeing as how I don’t want to break everything that is currently working for our users.
    I’ve been through a lot of the post here but I still can’t seem to find the settings to fix the issue I’m having.
    Here is a breakdown of my settings I feel are in question:
    1 – Lync 2013 FE Server (LYNC01)
    1 – Lync Edge Server (EDGE01)
    1 – Reverse Proxy Server (RPROXY01)
    Public DNS:
    A Records
    SIP.mydomain.com                          
    205.XXX.XXX.91 (Access Service on EDGE01)
    AccessEdge.mydomain.com              
    205.XXX.XXX.91 (Access Service on EDGE01)
    WebConfEdge.mydomain.com            205.XXX.XXX.92 (WebConf Service on EDGE01)
    AVEdge.mydomain.com                    
    205.XXX.XXX.93 (A/VEdge Service on EDGE01)
    meet.mydomain.com                        
    205.XXX.XXX.94 (Reverse Proxy Server)
    dialin.mydomain.com                        
    205.XXX.XXX.94 (Reverse Proxy Server)
    lync.mydomain.com                          
    205.XXX.XXX.94 (Reverse Proxy Server)
    lyncdiscover.mydomain.com               205.XXX.XXX.94 (Reverse Proxy
    Server)
    SRV
    _sip._tls.mydomain.com:443                                     
    AccessEdge.mydomain.com
    _sipfederationtls._tcp.mydomain.com:5061             
    AccessEdge.mydomain.com
    _xmpp-server._tcp.mydomain.com                          
    AccessEdge.mydomain.com
    Private DNS:
    A Records
    LYNC01                                            
    172.XXX.XXX.65 (LYNC01 FE Server)
    Admin                                              
    172.XXX.XXX.65 (LYNC01 FE Server)
    Dialin                                               
    172.XXX.XXX.65 (LYNC01 FE Server)
    LyncDiscoverInternal                         
    172.XXX.XXX.65 (LYNC01 FE Server)
    Meet                                                
    172.XXX.XXX.65 (LYNC01 FE Server)
    Sip                                                  
    172.XXX.XXX.65 (LYNC01 FE Server)
    EDGE01                                            
    172.XXX.XXX.66 (EDGE01 Server)
    RPROXY01                                        
    172.XXX.XXX.70 (Reverse Proxy Server)
    Lync                                                 
    205.XXX.XXX.94 (Reverse Proxy Server)
    LyncDiscover  
    (CNAME)                    
    lync.gmsd.k12.pa.us
    SRV
    _xmpp-server._tcp.mydomain.com                          
    Sip.mydomain.com
    _sipinternaltls._tcp.mydomain.com:5061                 
    LYNC01.mydomain.com
    Lync Server Services Addresses
    Lync FE Server:                      \\
    LYNC01.mydomain.com (172.XXX.XXX.65)
    File Store:                              \\
    LYNC01.mydomain.com\Share
    Office Web Apps Server:
             \\lyncowa.mydomain.com
    External Web Services:
               \\lync.mydomain.com
    Edge Server Services Addresses
    Edge Server:                  
    \\ EDGE01.mydomain.com (172.XXX.XXX.66)
    Access Edge Service:       
    \\AccessEdge.mydomain.com (172.XXX.XXX.67, 205.XXX.XXX.91)
    Web Conference Service:  \\WebConfEdge.mydomain.com (172.XXX.XXX.68, 205.XXX.XXX.92)
    A/V Edge Service:            \\WebConfEdge.mydomain.com
    (172.XXX.XXX.69, 205.XXX.XXX.93)
    Reverse Proxy Server Addresses
    Reverse Proxy Server:            
    RPROXY01.mydomain.com (172.XXX.XXX.70, 205.XXX.XXX.94)
    Server Farms:
    Dialin.mydomain.com:
    Dialin.mydomain.com (LYNC01)
    Meet.mydomain.com:
    Meet.mydomain.com (LYNC01)
    LyncDiscover.mydomain.com:
               LYNC01.mydomain.com (LYNC01)
    Lync.mydomain.com:                       
    LYNC01.mydomain.com (LYNC01)
    Edge External Cert
    AccessEdge.mydomain.com
    Sip.mydomain.com
    WebConfEdge.mydomain.com
    Reverse Proxy Cert
    lync.mydomain.com
    meet.mydomain.com
    dialin.mydomain.com
    lyncdiscover.mydomain.com
    lyncowa.mydomain.com
    With everything else working as it should, this external mobility part is just not really making sense to me.  I have also verified that the correct ports are being using on the reverse proxy as well for the server farms,
    8080 and 4443.  Any help would be greatly appreciated.  Thank you.

    I'm also attaching the log file from running Lync Connectivity Analyzer if it helps.
    [6/10/2014 7:30:18 AM] [DEBUG] Logging test parameters:
    [6/10/2014 7:30:18 AM] [DEBUG] SIP Uri: [email protected]
    [6/10/2014 7:30:18 AM] [DEBUG] User Name:
    [6/10/2014 7:30:18 AM] [DEBUG] Discovery Type: Automatic Discovery
    [6/10/2014 7:30:18 AM] [DEBUG] Network access: NetworkAccessExternal
    [6/10/2014 7:30:18 AM] [DEBUG] Selected client: ApplicationLyncMobile2010
    [6/10/2014 7:30:18 AM] [SUBHEADING] Starting Lync server autodiscovery
    [6/10/2014 7:30:18 AM] [INFO] Please wait; this test may take several minutes to complete...
    [6/10/2014 7:30:18 AM] [SUBHEADING] Starting automatic discovery for secure (HTTPS) internal channel
    [6/10/2014 7:30:18 AM] [DEBUG] Sending HTTP request to https://lyncdiscoverinternal.mydomain.com/[email protected]
    [6/10/2014 7:30:18 AM] [DEBUG] Cookie  found in autodiscover response: StatusCode: 200, ReasonPhrase: 'OK', Version: 1.1, Content: System.Net.Http.StreamContent, Headers:
      Pragma: no-cache
      X-MS-Server-Fqdn: LYNC01.mydomain.com
      X-Content-Type-Options: nosniff
      Cache-Control: no-cache
      Date: Tue, 10 Jun 2014 11:30:18 GMT
      Server: Microsoft-IIS/7.5
      X-AspNet-Version: 4.0.30319
      X-Powered-By: ASP.NET
      Content-Length: 670
      Content-Type: application/vnd.microsoft.rtc.autodiscover+xml; v=1
      Expires: -1
    [6/10/2014 7:30:18 AM] [DEBUG] Parsing the response for URL https://lyncdiscoverinternal.mydomain.com/[email protected].  Full response: <?xml version="1.0" encoding="utf-8"?><AutodiscoverResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" AccessLocation="Internal"><Root><Link token="Domain" href="https://lync01.mydomain.com/Autodiscover/AutodiscoverService.svc/root/domain" /><Link token="User" href="https://lync01.mydomain.com/Autodiscover/AutodiscoverService.svc/root/user"
    /><Link token="OAuth" href="https://lync01.mydomain.com/Autodiscover/AutodiscoverService.svc/root/oauth/user" /><Link token="Self" href="https://lync01.mydomain.com/Autodiscover/AutodiscoverService.svc/root" /></Root></AutodiscoverResponse>
    [6/10/2014 7:30:18 AM] [DEBUG] Autodiscover URL https://lyncdiscoverinternal.mydomain.com/[email protected] redirected to https://lync01.mydomain.com/Autodiscover/AutodiscoverService.svc/root/user
    [6/10/2014 7:30:18 AM] [DEBUG] Sending HTTP request to https://lync01.mydomain.com/Autodiscover/AutodiscoverService.svc/root/[email protected]
    [6/10/2014 7:30:18 AM] [DEBUG] Cookie  found in autodiscover response: StatusCode: 401, ReasonPhrase: 'Unauthorized', Version: 1.1, Content: System.Net.Http.StreamContent, Headers:
      X-MS-WebTicketURL: https://lync01.mydomain.com/WebTicket/WebTicketService.svc
      X-MS-WebTicketSupported: cwt,saml
      X-MS-Server-Fqdn: LYNC01.mydomain.com
      X-Content-Type-Options: nosniff
      Date: Tue, 10 Jun 2014 11:30:18 GMT
      Server: Microsoft-IIS/7.5
      X-Powered-By: ASP.NET
      Content-Length: 1293
      Content-Type: text/html
    [6/10/2014 7:30:18 AM] [DEBUG] Authorization required for https://lync01.mydomain.com/Autodiscover/AutodiscoverService.svc/root/[email protected]
    [6/10/2014 7:30:18 AM] [DEBUG] Obtaining WebTicket from https://lync01.mydomain.com/WebTicket/WebTicketService.svc
    [6/10/2014 7:30:18 AM] [DEBUG] On-premises WebTicket server: https://lync01.mydomain.com/WebTicket/WebTicketService.svc/Auth
    [6/10/2014 7:30:18 AM] [DEBUG] AcquireTicketAsync succeeded for https://lync01.mydomain.com/WebTicket/WebTicketService.svc/Auth
    [6/10/2014 7:30:18 AM] [DEBUG] WebTicket: <saml:Assertion MajorVersion="1" MinorVersion="1" AssertionID="SamlSecurityToken-4e51bf2a-2849-4779-a595-a5040c22ff1b" Issuer="https://lync01.mydomain.com/63b16135-930c-5e0b-998c-7ed6bc68b6f8" IssueInstant="2014-06-10T11:30:18.173Z"
    xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion"><saml:Conditions NotBefore="2014-06-10T11:30:18.173Z" NotOnOrAfter="2014-06-10T19:23:01.173Z"><saml:AudienceRestrictionCondition><saml:Audience>https://lync01.mydomain.com/</saml:Audience></saml:AudienceRestrictionCondition></saml:Conditions><saml:AuthenticationStatement
    AuthenticationMethod="urn:oasis:names:tc:SAML:1.0:am:unspecified" AuthenticationInstant="2014-06-10T11:30:18.173Z"><saml:Subject><saml:NameIdentifier Format="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/uri">sip:[email protected]</saml:NameIdentifier><saml:SubjectConfirmation><saml:ConfirmationMethod>urn:oasis:names:tc:SAML:1.0:cm:holder-of-key</saml:ConfirmationMethod><KeyInfo
    xmlns="http://www.w3.org/2000/09/xmldsig#"><e:EncryptedKey xmlns:e="http://www.w3.org/2001/04/xmlenc#"><e:EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#kw-aes256"></e:EncryptionMethod><KeyInfo><KeyName>63b16135-930c-5e0b-998c-7ed6bc68b6f8:8d152b04ce7ddbf</KeyName></KeyInfo><e:CipherData><e:CipherValue>7M3R6naVg1ifGvuQKTMS+4EjHlJrdZeQqsqobNZUhMxHE9y7klUmXw==</e:CipherValue></e:CipherData></e:EncryptedKey></KeyInfo></saml:SubjectConfirmation></saml:Subject></saml:AuthenticationStatement><Signature
    xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"></CanonicalizationMethod><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"></SignatureMethod><Reference
    URI="#SamlSecurityToken-4e51bf2a-2849-4779-a595-a5040c22ff1b"><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature"></Transform><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"></Transform></Transforms><DigestMethod
    Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"></DigestMethod><DigestValue>otvulmCO6kY0HQdwfqQXUZT/pdmKSdVZJTU0f/MS0N8=</DigestValue></Reference></SignedInfo><SignatureValue>WUGQOtUzu6RtuSKdHHCQZWxiOFVf8HT181U6tS8IVifyyAzA046lm0SBKbFpLzwMEAXsf3ZmkHQkzK/AfS6WJ92WkAz3LLEsqSqGBGQoxe5WPXMlfA9J4+1lnT6Zsfq7fb9aLqZch2oSga3yj0CeQgsbcmppQhQO86zJ468YskVyAk4Y/oIOyThKg/+Ce8V4tFw575+zYatuSzKvUtgHq+DKJRO7T2M8r0aoCx65ZgfCxJpA+bqalDz3BesqOzMKfWTn33fwArVh8JMF1ohNkliwOegTeEEq4aH2Sg04N7ZfLrhoFlWeXuZWn1AzWppyl+FBfwlbLOVbQgP6/3NdMQ==</SignatureValue><KeyInfo><o:SecurityTokenReference
    xmlns:o="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"><o:KeyIdentifier ValueType="http://docs.oasis-open.org/wss/oasis-wss-soap-message-security-1.1#ThumbprintSHA1">/YVCIdf+YFyKopRflv61uWov2vs=</o:KeyIdentifier></o:SecurityTokenReference></KeyInfo></Signature></saml:Assertion>
    [6/10/2014 7:30:18 AM] [DEBUG] Sending HTTP request to https://lync01.mydomain.com/Autodiscover/AutodiscoverService.svc/root/[email protected]
    [6/10/2014 7:30:18 AM] [DEBUG] Cookie  found in autodiscover response: StatusCode: 200, ReasonPhrase: 'OK', Version: 1.1, Content: System.Net.Http.StreamContent, Headers:
      Pragma: no-cache
      X-MS-Server-Fqdn: LYNC01.mydomain.com
      X-Content-Type-Options: nosniff
      Cache-Control: no-cache
      Date: Tue, 10 Jun 2014 11:30:18 GMT
      Server: Microsoft-IIS/7.5
      X-AspNet-Version: 4.0.30319
      X-Powered-By: ASP.NET
      Content-Length: 1646
      Content-Type: application/vnd.microsoft.rtc.autodiscover+xml; v=1
      Expires: -1
    [6/10/2014 7:30:18 AM] [DEBUG] Parsing the response for URL https://lync01.mydomain.com/Autodiscover/AutodiscoverService.svc/root/[email protected].  Full response: <?xml version="1.0" encoding="utf-8"?><AutodiscoverResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" AccessLocation="Internal"><User><SipServerInternalAccess fqdn="LYNC01.mydomain.com" port="5061" /><SipClientInternalAccess fqdn="LYNC01.mydomain.com" port="5061" /><SipServerExternalAccess
    fqdn="AccessEdge.mydomain.com" port="5061" /><SipClientExternalAccess fqdn="AccessEdge.mydomain.com" port="443" /><Link token="Internal/Autodiscover" href="https://lync01.mydomain.com/Autodiscover/AutodiscoverService.svc/root" /><Link token="Internal/AuthBroker"
    href="https://lync01.mydomain.com/Reach/sip.svc" /><Link token="Internal/WebScheduler" href="https://lync01.mydomain.com/Scheduler" /><Link token="External/Autodiscover" href="https://lync.mydomain.com/Autodiscover/AutodiscoverService.svc/root"
    /><Link token="External/AuthBroker" href="https://lync.mydomain.com/Reach/sip.svc" /><Link token="External/WebScheduler" href="https://lync.mydomain.com/Scheduler" /><Link token="Internal/Mcx" href="https://lync01.mydomain.com/Mcx/McxService.svc"
    /><Link token="External/Mcx" href="https://lync01.mydomain.com/Mcx/McxService.svc" /><Link token="Ucwa" href="https://lync.mydomain.com/ucwa/v0/applications" /><Link token="Internal/Ucwa" href="https://lync01.mydomain.com/ucwa/v0/applications"
    /><Link token="External/Ucwa" href="https://lync.mydomain.com/ucwa/v0/applications" /><Link token="Self" href="https://lync01.mydomain.com/Autodiscover/AutodiscoverService.svc/root/user" /></User></AutodiscoverResponse>
    [6/10/2014 7:30:18 AM] [INFO] Server discovery has completed for https://lyncdiscoverinternal.mydomain.com/.
    [6/10/2014 7:30:18 AM] [DEBUG] Autodiscover full response for URL https://lyncdiscoverinternal.mydomain.com/ is <?xml version="1.0" encoding="utf-8"?><AutodiscoverResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    AccessLocation="Internal"><User><SipServerInternalAccess fqdn="LYNC01.mydomain.com" port="5061" /><SipClientInternalAccess fqdn="LYNC01.mydomain.com" port="5061" /><SipServerExternalAccess fqdn="AccessEdge.mydomain.com" port="5061"
    /><SipClientExternalAccess fqdn="AccessEdge.mydomain.com" port="443" /><Link token="Internal/Autodiscover" href="https://lync01.mydomain.com/Autodiscover/AutodiscoverService.svc/root" /><Link token="Internal/AuthBroker" href="https://lync01.mydomain.com/Reach/sip.svc"
    /><Link token="Internal/WebScheduler" href="https://lync01.mydomain.com/Scheduler" /><Link token="External/Autodiscover" href="https://lync.mydomain.com/Autodiscover/AutodiscoverService.svc/root" /><Link token="External/AuthBroker" href="https://lync.mydomain.com/Reach/sip.svc"
    /><Link token="External/WebScheduler" href="https://lync.mydomain.com/Scheduler" /><Link token="Internal/Mcx" href="https://lync01.mydomain.com/Mcx/McxService.svc" /><Link token="External/Mcx" href="https://lync01.mydomain.com/Mcx/McxService.svc"
    /><Link token="Ucwa" href="https://lync.mydomain.com/ucwa/v0/applications" /><Link token="Internal/Ucwa" href="https://lync01.mydomain.com/ucwa/v0/applications" /><Link token="External/Ucwa" href="https://lync.mydomain.com/ucwa/v0/applications"
    /><Link token="Self" href="https://lync01.mydomain.com/Autodiscover/AutodiscoverService.svc/root/user" /></User></AutodiscoverResponse>
    [6/10/2014 7:30:18 AM] [DEBUG] SendRequest failed for https://lync01.mydomain.com/Autodiscover/AutodiscoverService.svc/root/[email protected]
    [6/10/2014 7:30:18 AM] [INFO] Automatic discovery results for https://lyncdiscoverinternal.mydomain.com/
    [6/10/2014 7:30:18 AM] [INFO] Access Location                          : Internal
    [6/10/2014 7:30:18 AM] [INFO] SIP Server Internal Access               : LYNC01.mydomain.com
    [6/10/2014 7:30:18 AM] [INFO] SIP Server External Access               : AccessEdge.mydomain.com
    [6/10/2014 7:30:18 AM] [INFO] SIP Client Internal Access               : LYNC01.mydomain.com
    [6/10/2014 7:30:18 AM] [INFO] SIP Client External Access               : AccessEdge.mydomain.com
    [6/10/2014 7:30:18 AM] [INFO] Internal Auth broker service             : https://lync01.mydomain.com/Reach/sip.svc
    [6/10/2014 7:30:18 AM] [INFO] External Auth broker service             : https://lync.mydomain.com/Reach/sip.svc
    [6/10/2014 7:30:18 AM] [INFO] Internal Auto discover service           : https://lync01.mydomain.com/Autodiscover/AutodiscoverService.svc/root
    [6/10/2014 7:30:18 AM] [INFO] External Auto discover service           : https://lync.mydomain.com/Autodiscover/AutodiscoverService.svc/root
    [6/10/2014 7:30:18 AM] [INFO] Internal MCX service                     : https://lync01.mydomain.com/Mcx/McxService.svc
    [6/10/2014 7:30:18 AM] [INFO] External MCX service                     : https://lync01.mydomain.com/Mcx/McxService.svc
    [6/10/2014 7:30:18 AM] [INFO] Internal UCWA service                    : https://lync01.mydomain.com/ucwa/v0/applications
    [6/10/2014 7:30:18 AM] [INFO] External UCWA service                    : https://lync.mydomain.com/ucwa/v0/applications
    [6/10/2014 7:30:18 AM] [INFO] Internal Webscheduler service            : https://lync01.mydomain.com/Scheduler
    [6/10/2014 7:30:18 AM] [INFO] External Webscheduler service            : https://lync.mydomain.com/Scheduler
    [6/10/2014 7:30:18 AM] [INFO] Total server discovery time: 0.1 seconds
    [6/10/2014 7:30:18 AM] [SUMMARY_SUCCESS] Server discovery succeeded for secure (HTTPS) internal channel against URL https://lyncdiscoverinternal.mydomain.com/
    [6/10/2014 7:30:18 AM] [SUBHEADING] Starting automatic discovery for unsecure (HTTP) internal channel
    [6/10/2014 7:30:18 AM] [DEBUG] Sending HTTP request to http://lyncdiscoverinternal.mydomain.com/[email protected]
    [6/10/2014 7:30:18 AM] [DEBUG] Cookie  found in autodiscover response: StatusCode: 200, ReasonPhrase: 'OK', Version: 1.1, Content: System.Net.Http.StreamContent, Headers:
      Pragma: no-cache
      X-MS-Server-Fqdn: LYNC01.mydomain.com
      X-Content-Type-Options: nosniff
      Cache-Control: no-cache
      Date: Tue, 10 Jun 2014 11:30:18 GMT
      Server: Microsoft-IIS/7.5
      X-AspNet-Version: 4.0.30319
      X-Powered-By: ASP.NET
      Content-Length: 670
      Content-Type: application/vnd.microsoft.rtc.autodiscover+xml; v=1
      Expires: -1
    [6/10/2014 7:30:18 AM] [DEBUG] Parsing the response for URL http://lyncdiscoverinternal.mydomain.com/[email protected].  Full response: <?xml version="1.0" encoding="utf-8"?><AutodiscoverResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" AccessLocation="Internal"><Root><Link token="Domain" href="https://lync01.mydomain.com/Autodiscover/AutodiscoverService.svc/root/domain" /><Link token="User" href="https://lync01.mydomain.com/Autodiscover/AutodiscoverService.svc/root/user"
    /><Link token="OAuth" href="https://lync01.mydomain.com/Autodiscover/AutodiscoverService.svc/root/oauth/user" /><Link token="Self" href="https://lync01.mydomain.com/Autodiscover/AutodiscoverService.svc/root" /></Root></AutodiscoverResponse>
    [6/10/2014 7:30:18 AM] [DEBUG] Autodiscover URL http://lyncdiscoverinternal.mydomain.com/[email protected] redirected to https://lync01.mydomain.com/Autodiscover/AutodiscoverService.svc/root/user
    [6/10/2014 7:30:18 AM] [DEBUG] Sending HTTP request to https://lync01.mydomain.com/Autodiscover/AutodiscoverService.svc/root/[email protected]
    [6/10/2014 7:30:18 AM] [DEBUG] Cookie  found in autodiscover response: StatusCode: 401, ReasonPhrase: 'Unauthorized', Version: 1.1, Content: System.Net.Http.StreamContent, Headers:
      X-MS-WebTicketURL: https://lync01.mydomain.com/WebTicket/WebTicketService.svc
      X-MS-WebTicketSupported: cwt,saml
      X-MS-Server-Fqdn: LYNC01.mydomain.com
      X-Content-Type-Options: nosniff
      Date: Tue, 10 Jun 2014 11:30:18 GMT
      Server: Microsoft-IIS/7.5
      X-Powered-By: ASP.NET
      Content-Length: 1293
      Content-Type: text/html
    [6/10/2014 7:30:18 AM] [DEBUG] Authorization required for https://lync01.mydomain.com/Autodiscover/AutodiscoverService.svc/root/[email protected]
    [6/10/2014 7:30:18 AM] [DEBUG] Obtaining WebTicket from https://lync01.mydomain.com/WebTicket/WebTicketService.svc
    [6/10/2014 7:30:18 AM] [DEBUG] On-premises WebTicket server: https://lync01.mydomain.com/WebTicket/WebTicketService.svc/Auth
    [6/10/2014 7:30:18 AM] [DEBUG] AcquireTicketAsync succeeded for https://lync01.mydomain.com/WebTicket/WebTicketService.svc/Auth
    [6/10/2014 7:30:18 AM] [DEBUG] WebTicket: <saml:Assertion MajorVersion="1" MinorVersion="1" AssertionID="SamlSecurityToken-1b6331e1-4be5-4749-869a-21feb4b7198a" Issuer="https://lync01.mydomain.com/63b16135-930c-5e0b-998c-7ed6bc68b6f8" IssueInstant="2014-06-10T11:30:18.238Z"
    xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion"><saml:Conditions NotBefore="2014-06-10T11:30:18.238Z" NotOnOrAfter="2014-06-10T19:20:24.238Z"><saml:AudienceRestrictionCondition><saml:Audience>https://lync01.mydomain.com/</saml:Audience></saml:AudienceRestrictionCondition></saml:Conditions><saml:AuthenticationStatement
    AuthenticationMethod="urn:oasis:names:tc:SAML:1.0:am:unspecified" AuthenticationInstant="2014-06-10T11:30:18.238Z"><saml:Subject><saml:NameIdentifier Format="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/uri">sip:[email protected]</saml:NameIdentifier><saml:SubjectConfirmation><saml:ConfirmationMethod>urn:oasis:names:tc:SAML:1.0:cm:holder-of-key</saml:ConfirmationMethod><KeyInfo
    xmlns="http://www.w3.org/2000/09/xmldsig#"><e:EncryptedKey xmlns:e="http://www.w3.org/2001/04/xmlenc#"><e:EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#kw-aes256"></e:EncryptionMethod><KeyInfo><KeyName>63b16135-930c-5e0b-998c-7ed6bc68b6f8:8d152b04ce7ddbf</KeyName></KeyInfo><e:CipherData><e:CipherValue>NrQOUA0JAXMmR/4ACrZ8LyVN79jUZbR6Fz+sGlbAdWXgQF/u24DLlw==</e:CipherValue></e:CipherData></e:EncryptedKey></KeyInfo></saml:SubjectConfirmation></saml:Subject></saml:AuthenticationStatement><Signature
    xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"></CanonicalizationMethod><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"></SignatureMethod><Reference
    URI="#SamlSecurityToken-1b6331e1-4be5-4749-869a-21feb4b7198a"><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature"></Transform><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"></Transform></Transforms><DigestMethod
    Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"></DigestMethod><DigestValue>WnZZN/Vbfrget92urYd1+HmyXX/vYQ6CjHN4lLEXxK0=</DigestValue></Reference></SignedInfo><SignatureValue>BiFjeIuG7TW/DqIdklMNdaqRJLgbenphBcb51HGGH4WCdThgj2Oizkvfa6NRAwsE74qmyVLcfJIO2TK+if1yelHzUEde8ZvLwcruIFYWecK3OXDSDiGpYa3WdPwNUZrSRySSiCyb+fyYgz8BvZq3JjQRulOXnFhz4X3wXzoS6xMovmmVsOrdVTMjvT7l7ydEo1ucnEl5zjEnKih7WjCoElYENwEeG2HGf4Xqi43piaWXa9k7GY9k1idyrfJ7too+u7O7fhnhJ9OR0GR1KydbAPdSi5hmpZcziLn6xKCVW64w2bGCsT4N2vr+f5AhknSmjDa+9Wnyiar2uuLk+7eLmQ==</SignatureValue><KeyInfo><o:SecurityTokenReference
    xmlns:o="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"><o:KeyIdentifier ValueType="http://docs.oasis-open.org/wss/oasis-wss-soap-message-security-1.1#ThumbprintSHA1">/YVCIdf+YFyKopRflv61uWov2vs=</o:KeyIdentifier></o:SecurityTokenReference></KeyInfo></Signature></saml:Assertion>
    [6/10/2014 7:30:18 AM] [DEBUG] Sending HTTP request to https://lync01.mydomain.com/Autodiscover/AutodiscoverService.svc/root/[email protected]
    [6/10/2014 7:30:18 AM] [DEBUG] Cookie  found in autodiscover response: StatusCode: 200, ReasonPhrase: 'OK', Version: 1.1, Content: System.Net.Http.StreamContent, Headers:
      Pragma: no-cache
      X-MS-Server-Fqdn: LYNC01.mydomain.com
      X-Content-Type-Options: nosniff
      Cache-Control: no-cache
      Date: Tue, 10 Jun 2014 11:30:18 GMT
      Server: Microsoft-IIS/7.5
      X-AspNet-Version: 4.0.30319
      X-Powered-By: ASP.NET
      Content-Length: 1646
      Content-Type: application/vnd.microsoft.rtc.autodiscover+xml; v=1
      Expires: -1
    [6/10/2014 7:30:18 AM] [DEBUG] Parsing the response for URL https://lync01.mydomain.com/Autodiscover/AutodiscoverService.svc/root/[email protected].  Full response: <?xml version="1.0" encoding="utf-8"?><AutodiscoverResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" AccessLocation="Internal"><User><SipServerInternalAccess fqdn="LYNC01.mydomain.com" port="5061" /><SipClientInternalAccess fqdn="LYNC01.mydomain.com" port="5061" /><SipServerExternalAccess
    fqdn="AccessEdge.mydomain.com" port="5061" /><SipClientExternalAccess fqdn="AccessEdge.mydomain.com" port="443" /><Link token="Internal/Autodiscover" href="https://lync01.mydomain.com/Autodiscover/AutodiscoverService.svc/root" /><Link token="Internal/AuthBroker"
    href="https://lync01.mydomain.com/Reach/sip.svc" /><Link token="Internal/WebScheduler" href="https://lync01.mydomain.com/Scheduler" /><Link token="External/Autodiscover" href="https://lync.mydomain.com/Autodiscover/AutodiscoverService.svc/root"
    /><Link token="External/AuthBroker" href="https://lync.mydomain.com/Reach/sip.svc" /><Link token="External/WebScheduler" href="https://lync.mydomain.com/Scheduler" /><Link token="Internal/Mcx" href="https://lync01.mydomain.com/Mcx/McxService.svc"
    /><Link token="External/Mcx" href="https://lync01.mydomain.com/Mcx/McxService.svc" /><Link token="Ucwa" href="https://lync.mydomain.com/ucwa/v0/applications" /><Link token="Internal/Ucwa" href="https://lync01.mydomain.com/ucwa/v0/applications"
    /><Link token="External/Ucwa" href="https://lync.mydomain.com/ucwa/v0/applications" /><Link token="Self" href="https://lync01.mydomain.com/Autodiscover/AutodiscoverService.svc/root/user" /></User></AutodiscoverResponse>
    [6/10/2014 7:30:18 AM] [INFO] Server discovery has completed for http://lyncdiscoverinternal.mydomain.com/.
    [6/10/2014 7:30:18 AM] [DEBUG] Autodiscover full response for URL http://lyncdiscoverinternal.mydomain.com/ is <?xml version="1.0" encoding="utf-8"?><AutodiscoverResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    AccessLocation="Internal"><User><SipServerInternalAccess fqdn="LYNC01.mydomain.com" port="5061" /><SipClientInternalAccess fqdn="LYNC01.mydomain.com" port="5061" /><SipServerExternalAccess fqdn="AccessEdge.mydomain.com" port="5061"
    /><SipClientExternalAccess fqdn="AccessEdge.mydomain.com" port="443" /><Link token="Internal/Autodiscover" href="https://lync01.mydomain.com/Autodiscover/AutodiscoverService.svc/root" /><Link token="Internal/AuthBroker" href="https://lync01.mydomain.com/Reach/sip.svc"
    /><Link token="Internal/WebScheduler" href="https://lync01.mydomain.com/Scheduler" /><Link token="External/Autodiscover" href="https://lync.mydomain.com/Autodiscover/AutodiscoverService.svc/root" /><Link token="External/AuthBroker" href="https://lync.mydomain.com/Reach/sip.svc"
    /><Link token="External/WebScheduler" href="https://lync.mydomain.com/Scheduler" /><Link token="Internal/Mcx" href="https://lync01.mydomain.com/Mcx/McxService.svc" /><Link token="External/Mcx" href="https://lync01.mydomain.com/Mcx/McxService.svc"
    /><Link token="Ucwa" href="https://lync.mydomain.com/ucwa/v0/applications" /><Link token="Internal/Ucwa" href="https://lync01.mydomain.com/ucwa/v0/applications" /><Link token="External/Ucwa" href="https://lync.mydomain.com/ucwa/v0/applications"
    /><Link token="Self" href="https://lync01.mydomain.com/Autodiscover/AutodiscoverService.svc/root/user" /></User></AutodiscoverResponse>
    [6/10/2014 7:30:18 AM] [DEBUG] SendRequest failed for https://lync01.mydomain.com/Autodiscover/AutodiscoverService.svc/root/[email protected]
    [6/10/2014 7:30:18 AM] [INFO] Automatic discovery results for http://lyncdiscoverinternal.mydomain.com/
    [6/10/2014 7:30:18 AM] [INFO] Access Location                          : Internal
    [6/10/2014 7:30:18 AM] [INFO] SIP Server Internal Access               : LYNC01.mydomain.com
    [6/10/2014 7:30:18 AM] [INFO] SIP Server External Access               : AccessEdge.mydomain.com
    [6/10/2014 7:30:18 AM] [INFO] SIP Client Internal Access               : LYNC01.mydomain.com
    [6/10/2014 7:30:18 AM] [INFO] SIP Client External Access               : AccessEdge.mydomain.com
    [6/10/2014 7:30:18 AM] [INFO] Internal Auth broker service             : https://lync01.mydomain.com/Reach/sip.svc
    [6/10/2014 7:30:18 AM] [INFO] External Auth broker service             : https://lync.mydomain.com/Reach/sip.svc
    [6/10/2014 7:30:18 AM] [INFO] Internal Auto discover service           : https://lync01.mydomain.com/Autodiscover/AutodiscoverService.svc/root
    [6/10/2014 7:30:18 AM] [INFO] External Auto discover service           : https://lync.mydomain.com/Autodiscover/AutodiscoverService.svc/root
    [6/10/2014 7:30:18 AM] [INFO] Internal MCX service                     : https://lync01.mydomain.com/Mcx/McxService.svc
    [6/10/2014 7:30:18 AM] [INFO] External MCX service                     : https://lync01.mydomain.com/Mcx/McxService.svc
    [6/10/2014 7:30:18 AM] [INFO] Internal UCWA service                    : https://lync01.mydomain.com/ucwa/v0/applications
    [6/10/2014 7:30:18 AM] [INFO] External UCWA service                    : https://lync.mydomain.com/ucwa/v0/applications
    [6/10/2014 7:30:18 AM] [INFO] Internal Webscheduler service            : https://lync01.mydomain.com/Scheduler
    [6/10/2014 7:30:18 AM] [INFO] External Webscheduler service            : https://lync.mydomain.com/Scheduler
    [6/10/2014 7:30:18 AM] [INFO] Total server discovery time: 0.1 seconds
    [6/10/2014 7:30:18 AM] [SUMMARY_SUCCESS] Server discovery succeeded for unsecure (HTTP) internal channel against URL http://lyncdiscoverinternal.mydomain.com/
    [6/10/2014 7:30:18 AM] [SUBHEADING] Starting automatic discovery for secure (HTTPS) external channel
    [6/10/2014 7:30:18 AM] [DEBUG] Sending HTTP request to https://lyncdiscover.mydomain.com/[email protected]
    [6/10/2014 7:30:39 AM] [DEBUG] Exception encountered while sending an HTTP request to https://lyncdiscover.mydomain.com/[email protected]: An error occurred while sending the request.. Complete Exception: \r\nSystem.Net.Http.HttpRequestException:
    An error occurred while sending the request. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period
    of time, or established connection failed because connected host has failed to respond 205.XXX.XXX.94:443
       at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
       at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
       --- End of inner exception stack trace ---
       at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
       at System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar)
       --- End of inner exception stack trace ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at Microsoft.LyncServer.WebServices.AutoDiscoverManager.<SendHttpRequest>d__9.MoveNext()
    [6/10/2014 7:30:39 AM] [ERROR] An error occurred while sending the request.
    Unable to connect to the remote server
    A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 205.XXX.XXX.94:443
    [6/10/2014 7:30:39 AM] [INFO] For troubleshooting, try using a browser to open the server discovery URL https://lyncdiscover.mydomain.com/[email protected]
    [6/10/2014 7:30:39 AM] [DEBUG] System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed
    because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 205.XXX.XXX.94:443
       at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
       at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
       --- End of inner exception stack trace ---
       at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
       at System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar)
       --- End of inner exception stack trace ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at Microsoft.LyncServer.WebServices.AutoDiscoverManager.<SendHttpRequest>d__9.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
       at Microsoft.LyncServer.WebServices.AutoDiscoverManager.<SendRequest>d__d.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
       at Microsoft.LyncServer.WebServices.AutoDiscoverManager.<TryNextUrl>d__3.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at Microsoft.LyncServer.WebServices.AutoDiscoverManager.<StartDiscoveryJourney>d__0.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at LyncConnectivityAnalyzerCore.Utilities.<RetrieveUserLocation>d__3e.MoveNext()
    [6/10/2014 7:30:39 AM] [SUMMARY_ERROR] Server discovery failed for secured external channel against https://lyncdiscover.mydomain.com/
    [6/10/2014 7:30:39 AM] [SUBHEADING] Starting automatic discovery for unsecure (HTTP) external channel
    [6/10/2014 7:30:39 AM] [DEBUG] Sending HTTP request to http://lyncdiscover.mydomain.com/[email protected]
    [6/10/2014 7:31:00 AM] [DEBUG] Exception encountered while sending an HTTP request to http://lyncdiscover.mydomain.com/[email protected]: An error occurred while sending the request.. Complete Exception: \r\nSystem.Net.Http.HttpRequestException:
    An error occurred while sending the request. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period
    of time, or established connection failed because connected host has failed to respond 205.XXX.XXX.94:80
       at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
       at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
       --- End of inner exception stack trace ---
       at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
       at System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar)
       --- End of inner exception stack trace ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at Microsoft.LyncServer.WebServices.AutoDiscoverManager.<SendHttpRequest>d__9.MoveNext()
    [6/10/2014 7:31:00 AM] [ERROR] An error occurred while sending the request.
    Unable to connect to the remote server
    A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 205.XXX.XXX.94:80
    [6/10/2014 7:31:00 AM] [INFO] For troubleshooting, try using a browser to open the server discovery URL http://lyncdiscover.mydomain.com/[email protected]
    [6/10/2014 7:31:00 AM] [DEBUG] System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed
    because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 205.XXX.XXX.94:80
       at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
       at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
       --- End of inner exception stack trace ---
       at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
       at System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar)
       --- End of inner exception stack trace ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at Microsoft.LyncServer.WebServices.AutoDiscoverManager.<SendHttpRequest>d__9.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
       at Microsoft.LyncServer.WebServices.AutoDiscoverManager.<SendRequest>d__d.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
       at Microsoft.LyncServer.WebServices.AutoDiscoverManager.<TryNextUrl>d__3.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at Microsoft.LyncServer.WebServices.AutoDiscoverManager.<StartDiscoveryJourney>d__0.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at LyncConnectivityAnalyzerCore.Utilities.<RetrieveUserLocation>d__3e.MoveNext()
    [6/10/2014 7:31:00 AM] [SUMMARY_ERROR] Server discovery failed for unsecured external channel against http://lyncdiscover.mydomain.com/
    [6/10/2014 7:31:00 AM] [DEBUG] None, AutoExternalSecureD, AutoExternalUnsecureD, ManualDNSFail, ManualSecureD, ManualUnsecureD, AuthBrokerInternalLMXCheckGET, AuthBrokerInternalLMXCheckPOST, AuthBrokerExternalLMXCheckGET, AuthBrokerExternalLMXCheckPOST, MobilityMCXInternalLMXCheckGET,
    MobilityMCXInternalLMXCheckPOST, MobilityMCXExternalLMXCheckGET, MobilityMCXExternalLMXCheckPOST, LMXSIPServerInternalDNS, LMXSIPServerExternalDNS, MobilityUCWAInternalCheckPOST, MobilityUCWAExternalCheckPOST
    [6/10/2014 7:31:00 AM] [SUMMARY]
    [6/10/2014 7:31:00 AM] [SUMMARY_ERROR] Automatic discovery meant for external network access failed. Please verify the server requirements at http://go.microsoft.com/fwlink/?LinkId=278998 .
    [6/10/2014 7:31:00 AM] [SUMMARY] Automatic discovery meant for internal network access succeeded from an external network which could be a potential security concern.
    [6/10/2014 7:31:00 AM] [MAINHEADING] Starting the requirement tests for Lync Mobile 2010 App
    [6/10/2014 7:31:00 AM] [INFO] Please wait; this test may take several minutes to complete...
    [6/10/2014 7:31:00 AM] [INFO] Testing the app requirements using the following discovery response:
    [6/10/2014 7:31:00 AM] [INFO] Access Location                          : Internal
    [6/10/2014 7:31:00 AM] [INFO] SIP Server Internal Access               : LYNC01.mydomain.com
    [6/10/2014 7:31:00 AM] [INFO] SIP Server External Access               : AccessEdge.mydomain.com
    [6/10/2014 7:31:00 AM] [INFO] SIP Client Internal Access               : LYNC01.mydomain.com
    [6/10/2014 7:31:00 AM] [INFO] SIP Client External Access               : AccessEdge.mydomain.com
    [6/10/2014 7:31:00 AM] [INFO] Internal Auth broker service             : https://lync01.mydomain.com/Reach/sip.svc
    [6/10/2014 7:31:00 AM] [INFO] External Auth broker service             : https://lync.mydomain.com/Reach/sip.svc
    [6/10/2014 7:31:00 AM] [INFO] Internal Auto discover service           : https://lync01.mydomain.com/Autodiscover/AutodiscoverService.svc/root
    [6/10/2014 7:31:00 AM] [INFO] External Auto discover service           : https://lync.mydomain.com/Autodiscover/AutodiscoverService.svc/root
    [6/10/2014 7:31:00 AM] [INFO] Internal MCX service                     : https://lync01.mydomain.com/Mcx/McxService.svc
    [6/10/2014 7:31:00 AM] [INFO] External MCX service                     : https://lync01.mydomain.com/Mcx/McxService.svc
    [6/10/2014 7:31:00 AM] [INFO] Internal UCWA service                    : https://lync01.mydomain.com/ucwa/v0/applications
    [6/10/2014 7:31:00 AM] [INFO] External UCWA service                    : https://lync.mydomain.com/ucwa/v0/applications
    [6/10/2014 7:31:00 AM] [INFO] Internal Webscheduler service            : https://lync01.mydomain.com/Scheduler
    [6/10/2014 7:31:00 AM] [INFO] External Webscheduler service            : https://lync.mydomain.com/Scheduler
    [6/10/2014 7:31:00 AM] [SUBHEADING] Starting tests for Mobility (MCX) service
    [6/10/2014 7:31:00 AM] [INFO] Verifying internal Mobility (MCX) service: https://lync01.mydomain.com/Mcx/McxService.svc
    [6/10/2014 7:31:00 AM] [INFO] Successfully obtained the WS-Metadata Exchange (MEX) document using GET. The service did not require authorization.
    [6/10/2014 7:31:00 AM] [INFO] Verifying external Mobility (MCX) service: https://lync01.mydomain.com/Mcx/McxService.svc
    [6/10/2014 7:31:00 AM] [INFO] Successfully obtained the WS-Metadata Exchange (MEX) document using GET. The service did not require authorization.
    [6/10/2014 7:31:00 AM] [INFO] Verifying internal Mobility (MCX) service: https://lync01.mydomain.com/Mcx/McxService.svc
    [6/10/2014 7:31:00 AM] [WARNING] Failed to obtain the WS-Metadata Exchange (MEX) document using POST for https://lync01.mydomain.com/Mcx/McxService.svc/mex. The service did not require authorization.
    [6/10/2014 7:31:00 AM] [INFO] Verifying external Mobility (MCX) service: https://lync01.mydomain.com/Mcx/McxService.svc
    [6/10/2014 7:31:00 AM] [WARNING] Failed to obtain the WS-Metadata Exchange (MEX) document using POST for https://lync01.mydomain.com/Mcx/McxService.svc/mex. The service did not require authorization.
    [6/10/2014 7:31:00 AM] [SUMMARY] Completed tests for Mobility (MCX) service
    [6/10/2014 7:31:00 AM] [DEBUG] None, AutoExternalSecureD, AutoExternalUnsecureD, ManualDNSFail, ManualSecureD, ManualUnsecureD, AuthBrokerInternalLMXCheckGET, AuthBrokerInternalLMXCheckPOST, AuthBrokerExternalLMXCheckGET, AuthBrokerExternalLMXCheckPOST, MobilityMCXInternalLMXCheckPOST,
    MobilityMCXExternalLMXCheckPOST, LMXSIPServerInternalDNS, LMXSIPServerExternalDNS, MobilityUCWAInternalCheckPOST, MobilityUCWAExternalCheckPOST
    [6/10/2014 7:31:00 AM] [SUMMARY]
    [6/10/2014 7:31:00 AM] [SUMMARY_SUCCESS]
    Your deployment meets the minimum requirements for Lync Mobile 2010 App.

  • How to call a servlet in new window without toolbar from OA page

    How to call a servlet in new window without toolbar from a OA page?Please provide sample code

    I have tried with the way suggested in Mukul's blog using javascript in Destination URI property.
    I tried to open a OA Page and from which forwarded it to a servlet..
    It is showing the error:
    Error Page
    Exception Details.
    oracle.apps.fnd.framework.OAException: The application id or shortname () you entered does not exist.
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1223)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1969)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:502)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:423)
         at oa_html._OA._jspService(_OA.java:86)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:385)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:259)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:178)
         at oracle.jsp.JspServlet.service(JspServlet.java:148)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
         at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:175)
         at oa_html._OA._jspService(_OA.java:96)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:385)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:259)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:178)
         at oracle.jsp.JspServlet.service(JspServlet.java:148)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    oracle.apps.fnd.framework.OAException: The application id or shortname () you entered does not exist.
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getAppId(OAWebBeanFactoryImpl.java:5391)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:969)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:502)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:423)
         at oa_html._OA._jspService(_OA.java:86)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:385)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:259)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:178)
         at oracle.jsp.JspServlet.service(JspServlet.java:148)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
         at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:175)
         at oa_html._OA._jspService(_OA.java:96)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:385)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:259)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:178)
         at oracle.jsp.JspServlet.service(JspServlet.java:148)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:534)
    oracle.apps.fnd.framework.OAException: The application id or shortname () you entered does not exist.
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getAppId(OAWebBeanFactoryImpl.java:5391)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:969)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:502)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:423)
         at oa_html._OA._jspService(_OA.java:86)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:385)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:259)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:178)
         at oracle.jsp.JspServlet.service(JspServlet.java:148)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
         at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:175)
         at oa_html._OA._jspService(_OA.java:96)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:385)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:259)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:178)
         at oracle.jsp.JspServlet.service(JspServlet.java:148)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:534)

  • Error while Authenticating sharepoint site with Azure AD users using Azure Access Control Namespace

    I have a Sharepoint site running on Azure virtual Machine. Now i want to authenticate my sharepoint site with Azure AD users.
    For this i have followed below link, but getting error after login.
    Using Microsoft Azure Active Directory for SharePoint 2013 authentication
    I have implemented as given on reference link, but still facing error. When i access my url from browser, it will ask me through which you want to logon.
    Then on selection of ACS Provider, it will redirect me to office365 login. After i submit my credentials, it will redirect me to
    https://testvm.cloudapp.net/_trust/
    and got error. So i checked in sharepoint log and found below error.
    Cannot find site lookup info for request Uri urn:sharepoint:spvms.
    SPAudienceValidator: Audience uri 'urn:sharepoint:spvms is not valid for the context.
    Getting Error Message for Exception Microsoft.IdentityModel.Tokens.FailedAuthenticationException: The Audience URI could not be validated.
    SPSaml11SecurityTokenHandler: Audience validation failed for request 'https://testvm.cloudapp.net/_trust/' with
    the following audience URIs: 'urn:sharepoint:spvms', .
    Application error when access /_trust/, Error=The Audience URI could not be validated.
    at Microsoft.SharePoint.IdentityModel.SPSaml11SecurityTokenHandler.ValidateConditions(SamlConditions conditions, Boolean enforceAudienceRestriction)
    at Microsoft.IdentityModel.Tokens.Saml11.Saml11SecurityTokenHandler.ValidateToken(SecurityToken token)
    at Microsoft.IdentityModel.Tokens.SecurityTokenHandlerCollection.ValidateToken(SecurityToken token)
    at Microsoft.IdentityModel.Web.TokenReceiver.AuthenticateToken(SecurityToken token, Boolean ensureBearerToken, String endpointUri)
    at Microsoft.IdentityModel.Web.WSFederationAuthenticationModule.SignInWithResponseMessage(HttpRequest request)
    at Microsoft.IdentityModel.Web.WSFederationAuthenticationModule.OnAuthenticateRequest(Object sender, EventArgs args)
    at Microsoft.SharePoint.IdentityModel.SPFederationAuthenticationModule.OnAuthenticateRequest(Object sender, EventArgs eventArgs)
    at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
    at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

    I want 100,000 external users to have access to my SharePoint online Site collection.
    I was thinking of going the Azure AD route, where external users will have there ID's created in Azure AD cloud.
    Trying to figure how I can integrate Azure AD cloud with my SharePoint Online Site collection.
    Currently my site collection is tied to On-premise AD.
    Is there a way to integrate the SharePoint online to use both Azure AD and On-premise AD?
    Thanks
    Nate
    Any Answer here?

  • How to get file from server while click on link

    Hi,
    i created on link and i gave one server path to select file from server but while clickinng on link it no displaying any thing.
    following is the Destination url that i gave for the item.
    /u08/app/appvis/xxex/inst/xxex_apps/xxrbe/logs/appl/conc/log/
    please tell me how to get file from server while click on link.

    Ok I got your requirement now.
    If you are getting file names from view attribute then you should not be adding destination URI property for the link.
    Instead you can use OADataBoundValueViewObject API.
    Try below code in your controller processRequest method:
    I am assuming that you are using classic table.
    Also in below example it considers OAMessageStyleText and you can replace it with link item if you want.
    OATableBean tableBean =
    (OATableBean)webBean.findChildRecursive("<table item id>");
    OAMessageStyledTextBean m= (OAMessageStyledTextBean)tableBean.findChildRecursive("<message styled text in table item id>");
    OADataBoundValueViewObject tip1 = new OADataBoundValueViewObject(m, "/u08/app/appvis/xxex/inst/xxex_apps/xxrbe/logs/appl/conc/log/"+"<vo attr name which stores file name for each row>");
    m.setAttributeValue(oracle.cabo.ui.UIConstants.DESTINATION_ATTR, tip1);
    Regards,
    Sandeep M.

  • How to create  Printable page in OAF using Jdev10g

    Hi,
    I tried to create a printable page in OAF using the following steps given in devguide of OAF
    Step 1: Add a page-level button as described in the Buttons (Action/Navigation) document.
    Step 2: Assuming your button label is the standard "Printable Page," apply the OA Framework attribute set /oracle/apps/fnd/attributesets/Buttons/PrintablePage.
    Step 3: Set the button's Destination URI property to point to the current page and set the UIX facet parameter (OARF) to printable as shown in the following example (See Controlling UIX Rendering Output for additional information about facets). Remember to retain your application module.
    OA.jsp_?page=<CURRENT_PAGE>&retainAM=Y&OARF=printable_
    *my current page path is *_
    OA.jsp?page=abhi.oracle.apps.ak.employee.webui.AdbPG&retainAM=Y&OARF=printable_
    Note: Earlier versions of OA Framework recommended giving the printable page submit button the ID IcxPrintablePageButton. OA Framework detects this ID and behaves appropriately when the user presses the button. Although this still works, new code leverages the facets approach instead.
    Step 4: Set the button's Target Frame property to _blank to ensure that the printable page opens in a new window.
    but after doing this i am getting below exception.
    Exception Details._
    oracle.apps.fnd.framework.OAException: The application id or shortname () you entered does not exist._
    i am new to OAF..
    can anybody guide me , how this exception can be corrected?

    Hi,
    sorry, wrong forum. This is all about Oracle JDeveloper. OAF related questions are handled on the OAF forum
    Frank

Maybe you are looking for