Lync DHCP Discovery

Hi
As I understand, the Lync 2010 software installed on a Windows 7 PC, will send a DHCP request (class ID MS-UC-Client) in an attempt to locate SIP server information.
I have an issue where our network authorization system (which uses DHCP class id as one of the identifying attributes of a device) is interpreting the MS-UC-Client
DHCP request as meaning that a different device is now on the network port, and thus it fails the authorization and kicks the client off the network.
The problem is that this issue occurs intermittently. I can see via a Wireshark trace that the Lync 2010 client does not always perform the DHCP request when we connect the Windows 7 computer into the network.
Does anyone know if Lync 2010 only performs the DHCP request in certain circumstances.   Is there a way I can force Lync 2010 software to make a DHCP request, so I can troubleshoot my issue further. 

Do we have the latest updated installed for Lync 2010?
Post Cu4 update
                              The client sign-in process has changed
quite a bit since the introduction of the mobility discovery process.
SRV records are used to assist the mobile clients with the sign-in
process, no matter whether the mobile clients are inside or outside the
organization. For example, if the domain is contoso.com, the path for
signing in follows this order:
                              lyncdiscoverinternal.contoso.com (A
record for the Autodiscover service for internal connections directed to
internal Web services)                             
                              lyncdiscover.contoso.com (A record for the Autodiscover service for external Web
services)                             
                              _sipinternaltls._tcp.contoso.com (SRV record for internal TLS connections)                             
                              _sipinternal._tcp.contoso.com (SRV record for internal TCP connections)                             
                              _sip._tls.contoso.com (SRV record for external TCP connections)                             
                              sipinternal.contoso.com (A record for the Front End pool)                             
                              sip.contoso.com (A record for the Front
End pool when the client is on the internal network; A record for the
Access Edge Server when the client is external with no VPN access)                             
                              sipexternal.contoso.com (A record for
the Access Edge Server when the client is external with no VPN access)
                              In this new sign-in process, the client's
first DNS resolution request is sent to the lyncdiscoverinternal and
lyncdiscover Fully Qualified Domain Names (FQDNs). This means that
internal Lync clients could potentially be redirected out to the reverse
proxy and treated like external clients. This is why the Autodiscover
DNS records are a huge part of the deployment picture and need to be
realigned to their proper locations. The lyncdiscoverinternal FQDNs
should exist only in the internal DNS and point to the internal Front
End Servers (or Directors Servers if you have them in place). The
lyncdiscover DNS A record should be published only in an external DNS
and point to a reverse proxy server. In the event you have an internal
DNS A record for lyncdiscover, it should still point to the external IP
address that resolves to the reverse proxy server and act in the same
manner.
PLEASE REMEMBER, if you see a post that helped you please click "Vote As Helpful" and if it answered your question please click "Mark As Answered"

Similar Messages

  • Alert "An internal exception has occurred during discovery." related with Lync

    Greetings All,
    I'm facing this alert in one Lync 2013 agent. The problem is the SCOM agent is trying to execute a Lync 2010 PowerShell script in folder “'C:\Program Files\Common Files\Microsoft Lync Server 2010\Modules\Lync'” but this server is Lync 2013 so this folder
    does not exist, due to this error is generated the alert.
     I have recreated the SCOM health state folder in order to force all discoveries process, but the problem continues after. 
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Log Name:      Operations Manager
    Source:        Health Service Script
    Date:          3/13/2014 1:47:48 PM
    Event ID:      223
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      MYSERVER.MYDOMAIN.LOCAL
    Description:
    DiscoverCluster.ps1 : 
    -Script Name:      Lync Server MP Central Topology Discovery
    -Run as account:   nt authority\network service
    -Execution Policy: Bypass
    Value of Source Id is {333B2339-35AA-8115-0B0D-639F319A6333}.
    Value of ManagedEntity Id is {4B127CAD-36D6-FCAB-507F-03FF1CF5555}.
    Value of Target Computer is MYSERVER.MYDOMAIN.LOCAL.
    Failed to load Lync Server Module. Error: The specified module 'C:\Program Files\Common Files\Microsoft Lync Server 2010\Modules\Lync' was not loaded because no valid module file was found in any module directory..
    An exception occured during discovery script, Exception : System.Management.Automation.CommandNotFoundException: The term 'Get-CsManagementStoreReplicationStatus' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
    spelling of the name, or if a path was included, verify that the path is correct and try again.
       at System.Management.Automation.ExceptionHandlingOps.CheckActionPreference(FunctionContext funcContext, Exception exception)
       at System.Management.Automation.Interpreter.ActionCallInstruction`2.Run(InterpretedFrame frame)
       at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame)
       at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame).
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Health Service Script" />
        <EventID Qualifiers="0">223</EventID>
        <Level>2</Level>
        <Task>0</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-03-13T12:47:48.000000000Z" />
        <EventRecordID>130617</EventRecordID>
        <Channel>Operations Manager</Channel>
        <Computer>MYSERVER.MYDOMAIN.LOCAL</Computer>
        <Security />
      </System>
      <EventData>
        <Data>DiscoverCluster.ps1</Data>
        <Data>
    -Script Name:      Lync Server MP Central Topology Discovery
    -Run as account:   nt authority\network service
    -Execution Policy: Bypass
    Value of Source Id is {88BB2339-35AA-8115-0B0D-639F31999999}.
    Value of ManagedEntity Id is {4B127CAD-36D6-FCAB-507F-77777777}.
    Value of Target Computer is MYSERVER.MYDOMAIN.LOCAL.
    Failed to load Lync Server Module. Error: The specified module 'C:\Program Files\Common Files\Microsoft Lync Server 2010\Modules\Lync' was not loaded because no valid module file was found in any module directory..
    An exception occured during discovery script, Exception : System.Management.Automation.CommandNotFoundException: The term 'Get-CsManagementStoreReplicationStatus' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
    spelling of the name, or if a path was included, verify that the path is correct and try again.
       at System.Management.Automation.ExceptionHandlingOps.CheckActionPreference(FunctionContext funcContext, Exception exception)
       at System.Management.Automation.Interpreter.ActionCallInstruction`2.Run(InterpretedFrame frame)
       at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame)
       at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame).
    </Data>
      </EventData>
    </Event>
    Thanks!

    Try adding the NETWORK SERVICE account to the following local groups on the Edge server:
    RTC Component Local
    RTC Local Administrators
    Then restart the System Center Management service.
    This fixed it for me. If you look at the membership of the equivalent local groups on a Lync Server 2013 Front End you'll see that these groups contain the NETWORK SERVICE account. Looks to be an oversight by MSFT.
    Also you can refer below link, Same issue here
    http://social.technet.microsoft.com/Forums/systemcenter/en-US/f164f5a4-8dab-4f28-8cef-5d83d98d78a7/lync-2013-mp-lync-application-discovery-issue-for-the-dmz-servers?forum=operationsmanagermgmtpacks
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"

  • Lync 2013 IP Phone error getting web ticket

    Hi,
    I have been unable to get a Polycom CX500 phone working on our network (first IP phone), the phone connects but gets "an account matching this phone number cannot be found" I have run the DHCP commands through and everything looks OK and all options
    appear to be configured.
    I have run the powershell command to test phone connectivity and get the error message below, I have checked my phone pin and reset it and the number shows up correct in the dial in URL. When you go the web service in a browser you get prompted for credentials
    but that is all I can see.
    Web Service Url :
    https://lync.mydomain.com:443/WebTicket/WebTicketService.svc
    Using PIN authentication with Phone\Ext : 44166342 Pin : 211113
    Could not get a web ticket
    CHECK:
     - Web service Url is valid and the web services are functional
     - If using Phone Number\PIN to authenticate, make sure they match the user uri
     - If using NTLM\Kerberos authentication, make sure you provided valid
    credentials
    'UnRegister' activity started.
    'UnRegister' activity completed in '3.17E-05' seconds.
    VERBOSE: Workflow Instance ID 'dbff2882-afb1-4379-9d3b-acb841485097' completed.
    VERBOSE: Workflow run-time (sec): 1.3363675.
    Any help would be greatly appreciated!
    Thanks
    James
    PS, numbers and names above have been adjusted to protect the innocent!

    Hi,
    The snippet was from that above here is the full unabridged version...
    Thanks
    James
    PS C:\Users\admin1> Test-CsPhoneBootstrap -PhoneOrExt "441122333231" -Pin "21255
    3" -Verbose
    VERBOSE: Workflow Instance Id 'dbff2882-afb1-4379-9d3b-acb841485097', started.
    VERBOSE: Command line executed is 'Test-CsPhoneBootstrap -PhoneOrExt
    "441122333231" -Pin "222333" -Verbose'.
    Target Fqdn   : lyncpool1.mydomain.co.uk
    Target Uri    : https://lync.mydomain.co.uk:443/CertProv/CertProvision
                    ingService.svc
    Result        : Failure
    Latency       : 00:00:01.0580720
    Error Message : Getting web ticket for the given user is failed. Error Code:
                    28037 , Error Reason: The AppliesTo element of web ticket
                    request points to a different web server or site.
    Diagnosis     :
    VERBOSE: Workflow
    'Microsoft.Rtc.SyntheticTransactions.Workflows.STPhoneBootstrapWorkflow'
    started.
    Workflow
    'Microsoft.Rtc.SyntheticTransactions.Workflows.STPhoneBootstrapWorkflow'
    completed in '6.5E-05' seconds.
    Target server Fqdn or web service Url not provided. Will have to do DHCP
    Registrar Discovery.
    An exception 'Getting web ticket for the given user is failed. Error Code:
    28037 , Error Reason: The AppliesTo element of web ticket request points to a
    different web server or site.' occurred during Workflow
    Microsoft.Rtc.SyntheticTransactions.Workflows.STPhoneBootstrapWorkflow
    execution.
    Exception Call Stack:    at
    Microsoft.Rtc.Admin.Authentication.WebServicesHelper.ProcessFaultMessage(Messag
    eFault fault)
       at Microsoft.Rtc.Admin.Authentication.WebServicesHelper.GetWebTicket()
       at
    Microsoft.Rtc.SyntheticTransactions.Activities.GetWebTicketActivity.InternalExe
    cute(ActivityExecutionContext executionContext)
       at
    Microsoft.Rtc.SyntheticTransactions.Activities.SyntheticTransactionsActivity.Ex
    ecute(ActivityExecutionContext executionContext)
       at System.Workflow.ComponentModel.ActivityExecutor`1.Execute(T activity,
    ActivityExecutionContext executionContext)
       at
    System.Workflow.ComponentModel.ActivityExecutorOperation.Run(IWorkflowCoreRunti
    me workflowCoreRuntime)
       at System.Workflow.Runtime.Scheduler.Run()
    'DHCPDiscover' activity started.
    Starting DHCP registrar discovery...
    Constructing a DHCP packet.
    Adding DHCP option PARAMETER_REQUEST_LIST.
    Successfully added DHCP option.
    Adding DHCP option VENDOR_CLASS_IDENTIFIER.
    Successfully added DHCP option.
    Successfully constructed DHCP packet.
    Trying to open an udp connection.
    Remote IP : 255.255.255.255.
    Local IP : 192.168.100.64.
    \tCreating a new UDP client.
    Udp connection successfully created.
    Sending packet.
    Remote IP : 255.255.255.255.
    Remote Port : 67.
    Packet sent successfully.
    DHCP discovery message send. Waiting for DHCP servers to respond.
    Data received successfully.
    Remote IP : 192.168.100.31.
    Remote Port : 67.
    Response received for the DHCP Discovery message.
    Constructing a DHCP packet from received raw data.
    Extracting DHCP Options.
    Successfully constructed DHCP packet.
    Return value for DHCP option : SIP_SERVER.
    Found registrar Fqdn : lyncpool1.mydomain.co.uk.
    Searching for DHCP sub option : VENDOR_SPECIFIC_INFORMATION.1.
    Return value for DHCP option : VENDOR_SPECIFIC_INFORMATION.
    Found DHCP sub option : VENDOR_SPECIFIC_INFORMATION.1 - MS-UC-Client.
    Successfully extracted sub option value.
    Searching for DHCP sub option : VENDOR_SPECIFIC_INFORMATION.2.
    Return value for DHCP option : VENDOR_SPECIFIC_INFORMATION.
    Found DHCP sub option : VENDOR_SPECIFIC_INFORMATION.2 - https.
    Successfully extracted sub option value.
    Searching for DHCP sub option : VENDOR_SPECIFIC_INFORMATION.3.
    Return value for DHCP option : VENDOR_SPECIFIC_INFORMATION.
    Found DHCP sub option : VENDOR_SPECIFIC_INFORMATION.3 -
    lync.mydomain.co.uk.
    Successfully extracted sub option value.
    Searching for DHCP sub option : VENDOR_SPECIFIC_INFORMATION.4.
    Return value for DHCP option : VENDOR_SPECIFIC_INFORMATION.
    Found DHCP sub option : VENDOR_SPECIFIC_INFORMATION.4 - 443.
    Successfully extracted sub option value.
    Searching for DHCP sub option : VENDOR_SPECIFIC_INFORMATION.5.
    Return value for DHCP option : VENDOR_SPECIFIC_INFORMATION.
    Found DHCP sub option : VENDOR_SPECIFIC_INFORMATION.5 -
    /CertProv/CertProvisioningService.svc.
    Successfully extracted sub option value.
    Found web service Url :
    https://lync.mydomain.co.uk:443/CertProv/CertProvisioningService.svc.
    Disconnecting.
    DHCP registrar discovery activity completed successfully.
    'DHCPDiscover' activity completed in '1.0455587' seconds.
    'GetRootCertChains' activity started.
    Trying to download a certificate chain from web service.
    Web Service Url :
    http://lync.mydomain.co.uk/CertProv/CertProvisioningService.svc
    Certificate chain downloaded successfully.
    'GetRootCertChains' activity completed in '0.0125133' seconds.
    'GetWebTicket' activity started.
    Trying to get web ticket.
    Web Service Url :
    https://lync.mydomain.co.uk:443/WebTicket/WebTicketService.svc
    Using PIN authentication with Phone\Ext : 441122333231 Pin : 222333
    Could not get a web ticket
    CHECK:
     - Web service Url is valid and the web services are functional
     - If using Phone Number\PIN to authenticate, make sure they match the user uri
     - If using NTLM\Kerberos authentication, make sure you provided valid
    credentials
    'UnRegister' activity started.
    'UnRegister' activity completed in '3.17E-05' seconds.
    VERBOSE: Workflow Instance ID 'dbff2882-afb1-4379-9d3b-acb841485097' completed.
    VERBOSE: Workflow run-time (sec): 1.3363675.
    PS C:\Users\admin1> Test-CsPhoneBootstrap -PhoneOrExt "441122333231" -Pin "21255
    3" -Verbose
    VERBOSE: Workflow Instance Id '5e3f5050-85fe-4d37-9801-a764a5375b89', started.
    VERBOSE: Command line executed is 'Test-CsPhoneBootstrap -PhoneOrExt
    "441122333231" -Pin "222333" -Verbose'.
    Target Fqdn   : lyncpool1.mydomain.co.uk
    Target Uri    : https://lync.mydomain.co.uk:443/CertProv/CertProvision
                    ingService.svc
    Result        : Failure
    Latency       : 00:00:01.1911386
    Error Message : Getting web ticket for the given user is failed. Error Code:
                    28037 , Error Reason: The AppliesTo element of web ticket
                    request points to a different web server or site.
    Diagnosis     :
    VERBOSE: Workflow
    'Microsoft.Rtc.SyntheticTransactions.Workflows.STPhoneBootstrapWorkflow'
    started.
    Workflow
    'Microsoft.Rtc.SyntheticTransactions.Workflows.STPhoneBootstrapWorkflow'
    completed in '5.52E-05' seconds.
    Target server Fqdn or web service Url not provided. Will have to do DHCP
    Registrar Discovery.
    An exception 'Getting web ticket for the given user is failed. Error Code:
    28037 , Error Reason: The AppliesTo element of web ticket request points to a
    different web server or site.' occurred during Workflow
    Microsoft.Rtc.SyntheticTransactions.Workflows.STPhoneBootstrapWorkflow
    execution.
    Exception Call Stack:    at
    Microsoft.Rtc.Admin.Authentication.WebServicesHelper.ProcessFaultMessage(Messag
    eFault fault)
       at Microsoft.Rtc.Admin.Authentication.WebServicesHelper.GetWebTicket()
       at
    Microsoft.Rtc.SyntheticTransactions.Activities.GetWebTicketActivity.InternalExe
    cute(ActivityExecutionContext executionContext)
       at
    Microsoft.Rtc.SyntheticTransactions.Activities.SyntheticTransactionsActivity.Ex
    ecute(ActivityExecutionContext executionContext)
       at System.Workflow.ComponentModel.ActivityExecutor`1.Execute(T activity,
    ActivityExecutionContext executionContext)
       at
    System.Workflow.ComponentModel.ActivityExecutorOperation.Run(IWorkflowCoreRunti
    me workflowCoreRuntime)
       at System.Workflow.Runtime.Scheduler.Run()
    'DHCPDiscover' activity started.
    Starting DHCP registrar discovery...
    Constructing a DHCP packet.
    Adding DHCP option PARAMETER_REQUEST_LIST.
    Successfully added DHCP option.
    Adding DHCP option VENDOR_CLASS_IDENTIFIER.
    Successfully added DHCP option.
    Successfully constructed DHCP packet.
    Trying to open an udp connection.
    Remote IP : 255.255.255.255.
    Local IP : 192.168.100.64.
    \tCreating a new UDP client.
    Udp connection successfully created.
    Sending packet.
    Remote IP : 255.255.255.255.
    Remote Port : 67.
    Packet sent successfully.
    DHCP discovery message send. Waiting for DHCP servers to respond.
    Data received successfully.
    Remote IP : 192.168.100.31.
    Remote Port : 67.
    Response received for the DHCP Discovery message.
    Constructing a DHCP packet from received raw data.
    Extracting DHCP Options.
    Successfully constructed DHCP packet.
    Return value for DHCP option : SIP_SERVER.
    Found registrar Fqdn : lyncpool1.mydomain.co.uk.
    Searching for DHCP sub option : VENDOR_SPECIFIC_INFORMATION.1.
    Return value for DHCP option : VENDOR_SPECIFIC_INFORMATION.
    Found DHCP sub option : VENDOR_SPECIFIC_INFORMATION.1 - MS-UC-Client.
    Successfully extracted sub option value.
    Searching for DHCP sub option : VENDOR_SPECIFIC_INFORMATION.2.
    Return value for DHCP option : VENDOR_SPECIFIC_INFORMATION.
    Found DHCP sub option : VENDOR_SPECIFIC_INFORMATION.2 - https.
    Successfully extracted sub option value.
    Searching for DHCP sub option : VENDOR_SPECIFIC_INFORMATION.3.
    Return value for DHCP option : VENDOR_SPECIFIC_INFORMATION.
    Found DHCP sub option : VENDOR_SPECIFIC_INFORMATION.3 -
    lync.mydomain.co.uk.
    Successfully extracted sub option value.
    Searching for DHCP sub option : VENDOR_SPECIFIC_INFORMATION.4.
    Return value for DHCP option : VENDOR_SPECIFIC_INFORMATION.
    Found DHCP sub option : VENDOR_SPECIFIC_INFORMATION.4 - 443.
    Successfully extracted sub option value.
    Searching for DHCP sub option : VENDOR_SPECIFIC_INFORMATION.5.
    Return value for DHCP option : VENDOR_SPECIFIC_INFORMATION.
    Found DHCP sub option : VENDOR_SPECIFIC_INFORMATION.5 -
    /CertProv/CertProvisioningService.svc.
    Successfully extracted sub option value.
    Found web service Url :
    https://lync.mydomain.co.uk:443/CertProv/CertProvisioningService.svc.
    Disconnecting.
    DHCP registrar discovery activity completed successfully.
    'DHCPDiscover' activity completed in '1.1765221' seconds.
    'GetRootCertChains' activity started.
    Trying to download a certificate chain from web service.
    Web Service Url :
    http://lync.mydomain.co.uk/CertProv/CertProvisioningService.svc
    Certificate chain downloaded successfully.
    'GetRootCertChains' activity completed in '0.0146165' seconds.
    'GetWebTicket' activity started.
    Trying to get web ticket.
    Web Service Url :
    https://lync.mydomain.co.uk:443/WebTicket/WebTicketService.svc
    Using PIN authentication with Phone\Ext : 441122333231 Pin : 222333
    Could not get a web ticket
    CHECK:
     - Web service Url is valid and the web services are functional
     - If using Phone Number\PIN to authenticate, make sure they match the user uri
     - If using NTLM\Kerberos authentication, make sure you provided valid
    credentials
    'UnRegister' activity started.
    'UnRegister' activity completed in '2.5E-05' seconds.
    VERBOSE: Workflow Instance ID '5e3f5050-85fe-4d37-9801-a764a5375b89' completed.
    VERBOSE: Workflow run-time (sec): 1.6982607.
    PS C:\Users\admin1>

  • 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

  • WRE54G and WAP54G DHCP Problem

    Hi,
    Please can someone help me. 
    Current setup:-
    Cisco ASA 5505 with DHCP Server enabled on the inside interface.
    Linksys  WAP54G cabled directly into the above interface on the Cisco ASA.
    Linksys WRE54G with a wireless connection to the above access point using the same SSID and Channel.
    When connecting my laptop to the linksys access point, the laptop obtains an IP address allocated from the Cisco ASA and works perfectly.
    When adding the WRE range extender into the mix and connecting my laptop via the extender the laptop fails to obtain an IP address. The extender is connecting to the AP ok, it has 2 blue lights and i get a strong signal.
    I have carried out packet captures on both my laptop and the inside interface of the CISCO ASA. The capture on my laptop shows DHCP discovery packets leaving my wireless interface, however, i receive no acknowledgement. when i run the same capture on the Cisco ASA i see the discovery packet hit the interface and a subsequent dhcp offer packet leave the interface, however, the offer packet does not reach the laptop when connecting via the extender.
    Can anyone kindly offer any advise that doesnt involve throwing the extender in the bin!!?
    Thanks

    The WRE54G is connected after the WAP.
    The router's IP is 10.10.10.254 and is configured to allocate DHCP addresses within this range.
    The AP's management IP is 10.10.10.1 and the gateway is 10.10.10.254 (router address).
    The Extender's management IP is 10.10.10.2 and the gateway is 10.10.10.254 (router address).
    When connecting to the wireless network via the AP, it connects and receives an address.
    When connecting to the wireless network via the extender, it connects but does not receive a DHCP address. Signal is strong and the extender shows both blue lights.
    Message Edited by marchingontogether on 02-03-2010 06:31 AM

  • Wrvs4400n vlans/ssid/dhcp issue

    Hi all,
    it will be great if someone will help me with my problem.
    the problem is : our wrvs4400n  wifi router configuration.
    network description: we need 2 separated wifi networks one for guests and one for internal access, and i configured them on router, and also configured each one of them to different vlan, guests to vlan 200 and internal use default vlan 1.
    vlan 1 configured as dhcp relay and its working pritty well.
    vlan 200 configured as dhcp and the problem begins here.
    somehow  on vlan 200 i get dhcp from our externam dhcp server,
    wrvs4400n conected  as follow> lan port1/vlan 200 connected to firewall port(configured as vlan 200) and lan port 4/vlan1 conected to our main switch wich connected to firewall also.
    i guess that my knowlege in networking its not so good......
    how can i prevent from our internal dhcp to comunicate with vlan 200 ,
    any help will be very appreciated.

    Hi Rich,
    You cannot have different L3 VLANs sharing the same subnet.
    Each VLAN must have it's own subnet and then you have a routing device routing between both VLANs.
    You should have a DHCP pool also for VLAN 111 configured on the DHCP server.
    Even if you have ip helper address configured and this should be done on the VLAN111 interface of the switch, you still need a DHCP pool for VLAN 111 because the DHCP discovery is coming on VLAN 111.
    Please take a look into this document:
    http://www.cisco.com/en/US/tech/tk722/tk809/technologies_configuration_example09186a0080665ceb.shtml.
    Here it explains how to configure 2 ssids on 2 vlans and dhcp pool (on the switch itself) for each vlan.
    HTH,
    Tiago
    If  this helps you and/or answers your question please mark the question as  "answered" and/or rate it, so other users can easily find it.

  • Wireless clients don't receive IP addresses (DHCP)

    Hello,
    I have a 3502i ap and a WLC 5508, software version 8.0.100.0, currently under configuration.  After following configuration guides and trying to get clients to function on the wireless network, I came to a roadblock with the client being recognized by the controller but not receiving an IP address.  I get a "Acquiring network address" whenever I try to connect on the client laptop and it doesn't move from there.  The WLC does recognize the client's MAC address, but the IP reads 0.0.0.0.
    On the WLAN, I don't have Layer 2 or Layer 3 security turned on.  I have clients for the Interface/Interfaces Group(G).  I do not have the DHCP Override radio button turned on because it's to my understanding it is for internal DHCP, which is disabled.  As for the Controller, the interface named "clients" is on a seperate vlan than the management and APs.  The primary and secondary DHCP servers on this interface are the client vlan's IP and the helper address on the vlan (the helper address points to a GUI accessible Infoblox, which has a scope of available IPs).  DHCP proxy is disabled and so is option 82.  I have no form of IPv6 turned on that I could check for.  I'm not sure if it's hurting, but the same DHCP parameters are set for the management interface; it's just the interface itself is set for a different subnet.
    I tried to search through this forum for the answer, but it seems each situation is unique and with different variables involved.  Or at least I'm interpeting them differently.

    David,
    In the above response to Steven Rodriguez, I posted the >show interface results.  Pasted below here are the debug results:
    *DHCP Socket Task: Dec 15 14:32:59.747: 00:0e:35:0a:0c:35 DHCP successfully bridged packet to DS
    *emWeb: Dec 16 13:56:51.818:  Configuring IPv6 ACL for WLAN:2, aclName passed is NULL
    *apfMsConnTask_7: Dec 16 13:57:04.257: 00:0e:35:0a:0c:35 Processing assoc-req station:00:0e:35:0a:0c:35 AP:70:10:5c:b0:b3:20-00 thread:150e50c0
    *apfMsConnTask_7: Dec 16 13:57:04.258: 00:0e:35:0a:0c:35 Adding mobile on LWAPP AP 70:10:5c:b0:b3:20(0)
    *apfMsConnTask_7: Dec 16 13:57:04.258: 00:0e:35:0a:0c:35 Association received from mobile on BSSID 70:10:5c:b0:b3:21 AP 1622_1st
    *apfMsConnTask_7: Dec 16 13:57:04.258: 00:0e:35:0a:0c:35 Global 200 Clients are allowed to AP radio
    *apfMsConnTask_7: Dec 16 13:57:04.258: 00:0e:35:0a:0c:35 Max Client Trap Threshold: 0  cur: 0
    *apfMsConnTask_7: Dec 16 13:57:04.258: 00:0e:35:0a:0c:35 Rf profile 600 Clients are allowed to AP wlan
    *apfMsConnTask_7: Dec 16 13:57:04.258: 00:0e:35:0a:0c:35 override for default ap group, marking intgrp NULL
    *apfMsConnTask_7: Dec 16 13:57:04.258: 00:0e:35:0a:0c:35 Applying Interface policy on Mobile, role Unassociated. Ms NAC State 0 Quarantine Vlan 0 Access Vlan 0
    *apfMsConnTask_7: Dec 16 13:57:04.258: 00:0e:35:0a:0c:35 Re-applying interface policy for client
    *apfMsConnTask_7: Dec 16 13:57:04.258: 00:0e:35:0a:0c:35 0.0.0.0 START (0) Changing IPv4 ACL 'none' (ACL ID 255) ===> 'none' (ACL ID 255) --- (caller apf_policy.c:2385)
    *apfMsConnTask_7: Dec 16 13:57:04.258: 00:0e:35:0a:0c:35 0.0.0.0 START (0) Changing IPv6 ACL 'none' (ACL ID 255) ===> 'none' (ACL ID 255) --- (caller apf_policy.c:2406)
    *apfMsConnTask_7: Dec 16 13:57:04.258: 00:0e:35:0a:0c:35 apfApplyWlanPolicy: Apply WLAN Policy over PMIPv6 Client Mobility Type
    *apfMsConnTask_7: Dec 16 13:57:04.258: 00:0e:35:0a:0c:35 In processSsidIE:5680 setting Central switched to TRUE
    *apfMsConnTask_7: Dec 16 13:57:04.258: 00:0e:35:0a:0c:35 In processSsidIE:5683 apVapId = 2 and Split Acl Id = 65535
    *apfMsConnTask_7: Dec 16 13:57:04.258: 00:0e:35:0a:0c:35 Applying site-specific Local Bridging override for station 00:0e:35:0a:0c:35 - vapId 2, site 'default-group', interface 'clients'
    *apfMsConnTask_7: Dec 16 13:57:04.258: 00:0e:35:0a:0c:35 Applying Local Bridging Interface Policy for station 00:0e:35:0a:0c:35 - vlan 13, interface id 12, interface 'clients'
    *apfMsConnTask_7: Dec 16 13:57:04.258: 00:0e:35:0a:0c:35 processSsidIE  statusCode is 0 and status is 0
    *apfMsConnTask_7: Dec 16 13:57:04.258: 00:0e:35:0a:0c:35 processSsidIE  ssid_done_flag is 0 finish_flag is 0
    *apfMsConnTask_7: Dec 16 13:57:04.258: 00:0e:35:0a:0c:35 STA - rates (8): 130 132 139 12 18 150 24 36 0 0 0 0 0 0 0 0
    *apfMsConnTask_7: Dec 16 13:57:04.258: 00:0e:35:0a:0c:35 suppRates  statusCode is 0 and gotSuppRatesElement is 1
    *apfMsConnTask_7: Dec 16 13:57:04.258: 00:0e:35:0a:0c:35 STA - rates (12): 130 132 139 12 18 150 24 36 48 72 96 108 0 0 0 0
    *apfMsConnTask_7: Dec 16 13:57:04.259: 00:0e:35:0a:0c:35 extSuppRates  statusCode is 0 and gotExtSuppRatesElement is 1
    *apfMsConnTask_7: Dec 16 13:57:04.259: 00:0e:35:0a:0c:35 0.0.0.0 START (0) Initializing policy
    *apfMsConnTask_7: Dec 16 13:57:04.259: 00:0e:35:0a:0c:35 0.0.0.0 START (0) Change state to AUTHCHECK (2) last state START (0)
    *apfMsConnTask_7: Dec 16 13:57:04.259: 00:0e:35:0a:0c:35 0.0.0.0 AUTHCHECK (2) Change state to L2AUTHCOMPLETE (4) last state AUTHCHECK (2)
    *apfMsConnTask_7: Dec 16 13:57:04.259: 00:0e:35:0a:0c:35 Not Using WMM Compliance code qosCap 00
    *apfMsConnTask_7: Dec 16 13:57:04.259: 00:0e:35:0a:0c:35 Sending 11w Flag 0 for Client 00:0E:35:0A:0C:35
    *apfMsConnTask_7: Dec 16 13:57:04.259: 00:0e:35:0a:0c:35 0.0.0.0 L2AUTHCOMPLETE (4) Plumbed mobile LWAPP rule on AP 70:10:5c:b0:b3:20 vapId 2 apVapId 2 flex-acl-name:
    *apfMsConnTask_7: Dec 16 13:57:04.259: 00:0e:35:0a:0c:35 0.0.0.0 L2AUTHCOMPLETE (4) Change state to DHCP_REQD (7) last state L2AUTHCOMPLETE (4)
    *apfMsConnTask_7: Dec 16 13:57:04.259: 00:0e:35:0a:0c:35 apfMsAssoStateInc
    *apfMsConnTask_7: Dec 16 13:57:04.259: 00:0e:35:0a:0c:35 apfMsOpenStateInc
    *apfMsConnTask_7: Dec 16 13:57:04.259: 00:0e:35:0a:0c:35 apfPemAddUser2 (apf_policy.c:352) Changing state for mobile 00:0e:35:0a:0c:35 on AP 70:10:5c:b0:b3:20 from Idle to Associated
    *apfMsConnTask_7: Dec 16 13:57:04.259: 00:0e:35:0a:0c:35 apfPemAddUser2:session timeout forstation 00:0e:35:0a:0c:35 - Session Tout 1800, apfMsTimeOut '1800' and sessionTimerRunning flag is  0
    *apfMsConnTask_7: Dec 16 13:57:04.259: 00:0e:35:0a:0c:35 Scheduling deletion of Mobile Station:  (callerId: 49) in 1800 seconds
    *apfMsConnTask_7: Dec 16 13:57:04.259: 00:0e:35:0a:0c:35 Func: apfPemAddUser2, Ms Timeout = 1800, Session Timeout = 1800
    *apfMsConnTask_7: Dec 16 13:57:04.259: 00:0e:35:0a:0c:35 Sending assoc-resp with status 0 station:00:0e:35:0a:0c:35 AP:70:10:5c:b0:b3:20-00 on apVapId 2
    *apfMsConnTask_7: Dec 16 13:57:04.259: 00:0e:35:0a:0c:35 Sending Assoc Response to station on BSSID 70:10:5c:b0:b3:21 (status 0) ApVapId 2 Slot 0
    *apfMsConnTask_7: Dec 16 13:57:04.259: 00:0e:35:0a:0c:35 apfProcessAssocReq (apf_80211.c:9452) Changing state for mobile 00:0e:35:0a:0c:35 on AP 70:10:5c:b0:b3:20 from Associated to Associated
    *apfMsConnTask_7: Dec 16 13:57:04.259: 00:0e:35:0a:0c:35 Mobility query, PEM State: DHCP_REQD
    *apfMsConnTask_7: Dec 16 13:57:04.259: 00:0e:35:0a:0c:35 Building Mobile Announce :
    *apfMsConnTask_7: Dec 16 13:57:04.260: 00:0e:35:0a:0c:35   Building Client Payload:
    *apfMsConnTask_7: Dec 16 13:57:04.260: 00:0e:35:0a:0c:35     Client Ip: 0.0.0.0
    *apfMsConnTask_7: Dec 16 13:57:04.260: 00:0e:35:0a:0c:35     Client Vlan Ip: 10.10.3.254 Vlan mask : 255.255.255.0
    *apfMsConnTask_7: Dec 16 13:57:04.260: 00:0e:35:0a:0c:35     Client Vap Security: 0
    *apfMsConnTask_7: Dec 16 13:57:04.260: 00:0e:35:0a:0c:35     Virtual Ip: 1.1.1.1
    *apfMsConnTask_7: Dec 16 13:57:04.260: 00:0e:35:0a:0c:35     ssid: Diddly
    *apfMsConnTask_7: Dec 16 13:57:04.260: 00:0e:35:0a:0c:35   Building VlanIpPayload.
    *apfReceiveTask: Dec 16 13:57:04.260: 00:0e:35:0a:0c:35 0.0.0.0 DHCP_REQD (7) mobility role update request from Unassociated to Local
      Peer = 0.0.0.0, Old Anchor = 0.0.0.0, New Anchor = 10.10.6.128
    *apfReceiveTask: Dec 16 13:57:04.260: 00:0e:35:0a:0c:35 0.0.0.0 DHCP_REQD (7) State Update from Mobility-Incomplete to Mobility-Complete, mobility role=Local, client state=APF_MS_STATE_ASSOCIATED
    *apfReceiveTask: Dec 16 13:57:04.260: 00:0e:35:0a:0c:35 0.0.0.0 DHCP_REQD (7) pemAdvanceState2 6102, Adding TMP rule
    *apfReceiveTask: Dec 16 13:57:04.260: 00:0e:35:0a:0c:35 0.0.0.0 DHCP_REQD (7) Adding Fast Path rule
      type = Airespace AP - Learn IP address
      on AP 70:10:5c:b0:b3:20, slot 0, interface = 1, QOS = 0
      IPv4 ACL ID = 255, IPv
    *apfReceiveTask: Dec 16 13:57:04.260: 00:0e:35:0a:0c:35 0.0.0.0 DHCP_REQD (7) Fast Path rule (contd...) 802.1P = 0, DSCP = 0, TokenID = 15206, IntfId = 12  Local Bridging Vlan = 13, Local Bridging intf id = 12
    *apfReceiveTask: Dec 16 13:57:04.260: 00:0e:35:0a:0c:35 0.0.0.0 DHCP_REQD (7) Fast Path rule (contd...) AVC Ratelimit:  AppID = 0 ,AppAction = 0, AppToken = 15206  AverageRate = 0, BurstRate = 0
    *apfReceiveTask: Dec 16 13:57:04.260: 00:0e:35:0a:0c:35 0.0.0.0 DHCP_REQD (7) Fast Path rule (contd...) AVC Ratelimit:  AppID = 0 ,AppAction = 0, AppToken = 15206  AverageRate = 0, BurstRate = 0
    *apfReceiveTask: Dec 16 13:57:04.260: 00:0e:35:0a:0c:35 0.0.0.0 DHCP_REQD (7) Fast Path rule (contd...) AVC Ratelimit:  AppID = 0 ,AppAction = 0, AppToken = 15206  AverageRate = 0, BurstRate = 0
    *apfReceiveTask: Dec 16 13:57:04.260: 00:0e:35:0a:0c:35 0.0.0.0 DHCP_REQD (7) Successfully plumbed mobile rule (IPv4 ACL ID 255, IPv6 ACL ID 255, L2 ACL ID 255)
    *pemReceiveTask: Dec 16 13:57:04.261: 00:0e:35:0a:0c:35 0.0.0.0 Added NPU entry of type 9, dtlFlags 0x0
    *pemReceiveTask: Dec 16 13:57:04.261: 00:0e:35:0a:0c:35 Sent an XID frame
    *apfMsConnTask_7: Dec 16 13:57:04.264: 00:0e:35:0a:0c:35 Processing assoc-req station:00:0e:35:0a:0c:35 AP:70:10:5c:b0:b3:20-00 thread:150e50c0
    *apfMsConnTask_7: Dec 16 13:57:04.318: 00:0e:35:0a:0c:35 Processing assoc-req station:00:0e:35:0a:0c:35 AP:70:10:5c:b0:b3:20-00 thread:150e50c0
    *apfMsConnTask_7: Dec 16 13:57:04.318: 00:0e:35:0a:0c:35 Association received from mobile on BSSID 70:10:5c:b0:b3:21 AP 1622_1st
    *apfMsConnTask_7: Dec 16 13:57:04.318: 00:0e:35:0a:0c:35 Global 200 Clients are allowed to AP radio
    *apfMsConnTask_7: Dec 16 13:57:04.318: 00:0e:35:0a:0c:35 Max Client Trap Threshold: 0  cur: 1
    *apfMsConnTask_7: Dec 16 13:57:04.318: 00:0e:35:0a:0c:35 Rf profile 600 Clients are allowed to AP wlan
    *apfMsConnTask_7: Dec 16 13:57:04.318: 00:0e:35:0a:0c:35 override for default ap group, marking intgrp NULL
    *apfMsConnTask_7: Dec 16 13:57:04.318: 00:0e:35:0a:0c:35 Applying Interface policy on Mobile, role Local. Ms NAC State 2 Quarantine Vlan 0 Access Vlan 13
    *apfMsConnTask_7: Dec 16 13:57:04.318: 00:0e:35:0a:0c:35 Re-applying interface policy for client
    *apfMsConnTask_7: Dec 16 13:57:04.318: 00:0e:35:0a:0c:35 0.0.0.0 DHCP_REQD (7) Changing IPv4 ACL 'none' (ACL ID 255) ===> 'none' (ACL ID 255) --- (caller apf_policy.c:2385)
    *apfMsConnTask_7: Dec 16 13:57:04.318: 00:0e:35:0a:0c:35 0.0.0.0 DHCP_REQD (7) Changing IPv6 ACL 'none' (ACL ID 255) ===> 'none' (ACL ID 255) --- (caller apf_policy.c:2406)
    *apfMsConnTask_7: Dec 16 13:57:04.318: 00:0e:35:0a:0c:35 apfApplyWlanPolicy: Apply WLAN Policy over PMIPv6 Client Mobility Type
    *apfMsConnTask_7: Dec 16 13:57:04.318: 00:0e:35:0a:0c:35 In processSsidIE:5680 setting Central switched to TRUE
    *apfMsConnTask_7: Dec 16 13:57:04.318: 00:0e:35:0a:0c:35 In processSsidIE:5683 apVapId = 2 and Split Acl Id = 65535
    *apfMsConnTask_7: Dec 16 13:57:04.318: 00:0e:35:0a:0c:35 Applying site-specific Local Bridging override for station 00:0e:35:0a:0c:35 - vapId 2, site 'default-group', interface 'clients'
    *apfMsConnTask_7: Dec 16 13:57:04.319: 00:0e:35:0a:0c:35 Applying Local Bridging Interface Policy for station 00:0e:35:0a:0c:35 - vlan 13, interface id 12, interface 'clients'
    *apfMsConnTask_7: Dec 16 13:57:04.319: 00:0e:35:0a:0c:35 processSsidIE  statusCode is 0 and status is 0
    *apfMsConnTask_7: Dec 16 13:57:04.319: 00:0e:35:0a:0c:35 processSsidIE  ssid_done_flag is 0 finish_flag is 0
    *apfMsConnTask_7: Dec 16 13:57:04.319: 00:0e:35:0a:0c:35 STA - rates (8): 130 132 139 12 18 150 24 36 48 72 96 108 0 0 0 0
    *apfMsConnTask_7: Dec 16 13:57:04.319: 00:0e:35:0a:0c:35 suppRates  statusCode is 0 and gotSuppRatesElement is 1
    *apfMsConnTask_7: Dec 16 13:57:04.319: 00:0e:35:0a:0c:35 STA - rates (12): 130 132 139 12 18 150 24 36 48 72 96 108 0 0 0 0
    *apfMsConnTask_7: Dec 16 13:57:04.319: 00:0e:35:0a:0c:35 extSuppRates  statusCode is 0 and gotExtSuppRatesElement is 1
    *apfMsConnTask_7: Dec 16 13:57:04.319: 00:0e:35:0a:0c:35 apfMs1xStateDec
    *apfMsConnTask_7: Dec 16 13:57:04.319: 00:0e:35:0a:0c:35 0.0.0.0 DHCP_REQD (7) Change state to START (0) last state DHCP_REQD (7)
    *apfMsConnTask_7: Dec 16 13:57:04.319: 00:0e:35:0a:0c:35 pemApfAddMobileStation2: APF_MS_PEM_WAIT_L2_AUTH_COMPLETE = 0.
    *apfMsConnTask_7: Dec 16 13:57:04.319: 00:0e:35:0a:0c:35 0.0.0.0 START (0) Initializing policy
    *apfMsConnTask_7: Dec 16 13:57:04.319: 00:0e:35:0a:0c:35 0.0.0.0 START (0) Change state to AUTHCHECK (2) last state START (0)
    *apfMsConnTask_7: Dec 16 13:57:04.319: 00:0e:35:0a:0c:35 0.0.0.0 AUTHCHECK (2) Change state to L2AUTHCOMPLETE (4) last state AUTHCHECK (2)
    *apfMsConnTask_7: Dec 16 13:57:04.319: 00:0e:35:0a:0c:35 Not Using WMM Compliance code qosCap 00
    *apfMsConnTask_7: Dec 16 13:57:04.319: 00:0e:35:0a:0c:35 Sending 11w Flag 0 for Client 00:0E:35:0A:0C:35
    *apfMsConnTask_7: Dec 16 13:57:04.319: 00:0e:35:0a:0c:35 0.0.0.0 L2AUTHCOMPLETE (4) Plumbed mobile LWAPP rule on AP 70:10:5c:b0:b3:20 vapId 2 apVapId 2 flex-acl-name:
    *apfMsConnTask_7: Dec 16 13:57:04.319: 00:0e:35:0a:0c:35 0.0.0.0 L2AUTHCOMPLETE (4) Change state to DHCP_REQD (7) last state L2AUTHCOMPLETE (4)
    *apfMsConnTask_7: Dec 16 13:57:04.319: 00:0e:35:0a:0c:35 0.0.0.0 DHCP_REQD (7) pemApfAddMobileStation2 3735, Adding TMP rule
    *apfMsConnTask_7: Dec 16 13:57:04.319: 00:0e:35:0a:0c:35 0.0.0.0 DHCP_REQD (7) Adding Fast Path rule
      type = Airespace AP - Learn IP address
      on AP 70:10:5c:b0:b3:20, slot 0, interface = 1, QOS = 0
      IPv4 ACL ID = 255, IPv
    *apfMsConnTask_7: Dec 16 13:57:04.319: 00:0e:35:0a:0c:35 0.0.0.0 DHCP_REQD (7) Fast Path rule (contd...) 802.1P = 0, DSCP = 0, TokenID = 15206, IntfId = 12  Local Bridging Vlan = 13, Local Bridging intf id = 12
    *apfMsConnTask_7: Dec 16 13:57:04.319: 00:0e:35:0a:0c:35 0.0.0.0 DHCP_REQD (7) Fast Path rule (contd...) AVC Ratelimit:  AppID = 0 ,AppAction = 0, AppToken = 15206  AverageRate = 0, BurstRate = 0
    *apfMsConnTask_7: Dec 16 13:57:04.319: 00:0e:35:0a:0c:35 0.0.0.0 DHCP_REQD (7) Fast Path rule (contd...) AVC Ratelimit:  AppID = 0 ,AppAction = 0, AppToken = 15206  AverageRate = 0, BurstRate = 0
    *apfMsConnTask_7: Dec 16 13:57:04.320: 00:0e:35:0a:0c:35 0.0.0.0 DHCP_REQD (7) Fast Path rule (contd...) AVC Ratelimit:  AppID = 0 ,AppAction = 0, AppToken = 15206  AverageRate = 0, BurstRate = 0
    *apfMsConnTask_7: Dec 16 13:57:04.320: 00:0e:35:0a:0c:35 0.0.0.0 DHCP_REQD (7) Successfully plumbed mobile rule (IPv4 ACL ID 255, IPv6 ACL ID 255, L2 ACL ID 255)
    *apfMsConnTask_7: Dec 16 13:57:04.320: 00:0e:35:0a:0c:35 0.0.0.0 DHCP_REQD (7) pemApfAddMobileStation2 3923, Adding TMP rule
    *apfMsConnTask_7: Dec 16 13:57:04.320: 00:0e:35:0a:0c:35 0.0.0.0 DHCP_REQD (7) Replacing Fast Path rule
      type = Airespace AP - Learn IP address
      on AP 70:10:5c:b0:b3:20, slot 0, interface = 1, QOS = 0
      IPv4 ACL ID = 255,
    *apfMsConnTask_7: Dec 16 13:57:04.320: 00:0e:35:0a:0c:35 0.0.0.0 DHCP_REQD (7) Fast Path rule (contd...) 802.1P = 0, DSCP = 0, TokenID = 15206, IntfId = 12  Local Bridging Vlan = 13, Local Bridging intf id = 12
    *apfMsConnTask_7: Dec 16 13:57:04.320: 00:0e:35:0a:0c:35 0.0.0.0 DHCP_REQD (7) Fast Path rule (contd...) AVC Ratelimit:  AppID = 0 ,AppAction = 0, AppToken = 15206  AverageRate = 0, BurstRate = 0
    *apfMsConnTask_7: Dec 16 13:57:04.320: 00:0e:35:0a:0c:35 0.0.0.0 DHCP_REQD (7) Fast Path rule (contd...) AVC Ratelimit:  AppID = 0 ,AppAction = 0, AppToken = 15206  AverageRate = 0, BurstRate = 0
    *apfMsConnTask_7: Dec 16 13:57:04.320: 00:0e:35:0a:0c:35 0.0.0.0 DHCP_REQD (7) Fast Path rule (contd...) AVC Ratelimit:  AppID = 0 ,AppAction = 0, AppToken = 15206  AverageRate = 0, BurstRate = 0
    *apfMsConnTask_7: Dec 16 13:57:04.320: 00:0e:35:0a:0c:35 0.0.0.0 DHCP_REQD (7) Successfully plumbed mobile rule (IPv4 ACL ID 255, IPv6 ACL ID 255, L2 ACL ID 255)
    *apfMsConnTask_7: Dec 16 13:57:04.320: 00:0e:35:0a:0c:35 apfPemAddUser2 (apf_policy.c:352) Changing state for mobile 00:0e:35:0a:0c:35 on AP 70:10:5c:b0:b3:20 from Associated to Associated
    *apfMsConnTask_7: Dec 16 13:57:04.320: 00:0e:35:0a:0c:35 apfPemAddUser2:session timeout forstation 00:0e:35:0a:0c:35 - Session Tout 1800, apfMsTimeOut '1800' and sessionTimerRunning flag is  0
    *apfMsConnTask_7: Dec 16 13:57:04.320: 00:0e:35:0a:0c:35 Scheduling deletion of Mobile Station:  (callerId: 49) in 1800 seconds
    *apfMsConnTask_7: Dec 16 13:57:04.320: 00:0e:35:0a:0c:35 Func: apfPemAddUser2, Ms Timeout = 1800, Session Timeout = 1800
    *pemReceiveTask: Dec 16 13:57:04.320: 00:0e:35:0a:0c:35 0.0.0.0 Removed NPU entry.
    *apfMsConnTask_7: Dec 16 13:57:04.320: 00:0e:35:0a:0c:35 Sending assoc-resp with status 0 station:00:0e:35:0a:0c:35 AP:70:10:5c:b0:b3:20-00 on apVapId 2
    *apfMsConnTask_7: Dec 16 13:57:04.320: 00:0e:35:0a:0c:35 Sending Assoc Response to station on BSSID 70:10:5c:b0:b3:21 (status 0) ApVapId 2 Slot 0
    *apfMsConnTask_7: Dec 16 13:57:04.320: 00:0e:35:0a:0c:35 apfProcessAssocReq (apf_80211.c:9452) Changing state for mobile 00:0e:35:0a:0c:35 on AP 70:10:5c:b0:b3:20 from Associated to Associated
    *pemReceiveTask: Dec 16 13:57:04.321: 00:0e:35:0a:0c:35 0.0.0.0 Added NPU entry of type 9, dtlFlags 0x0
    *pemReceiveTask: Dec 16 13:57:04.321: 00:0e:35:0a:0c:35 0.0.0.0 Added NPU entry of type 9, dtlFlags 0x0
    *DHCP Socket Task: Dec 16 13:57:07.372: 00:0e:35:0a:0c:35 DHCP received op BOOTREQUEST (1) (len 312,vlan 16, port 1, encap 0xec03)
    *DHCP Socket Task: Dec 16 13:57:07.372: 00:0e:35:0a:0c:35 DHCP (encap type 0xec03) mstype 0ff:ff:ff:ff:ff:ff
    *DHCP Socket Task: Dec 16 13:57:07.372: 00:0e:35:0a:0c:35 DHCP processing DHCP DISCOVER (1)
    *DHCP Socket Task: Dec 16 13:57:07.372: 00:0e:35:0a:0c:35 DHCP   op: BOOTREQUEST, htype: Ethernet, hlen: 6, hops: 0
    *DHCP Socket Task: Dec 16 13:57:07.372: 00:0e:35:0a:0c:35 DHCP   xid: 0xd8947c74 (3633609844), secs: 0, flags: 0
    *DHCP Socket Task: Dec 16 13:57:07.372: 00:0e:35:0a:0c:35 DHCP   chaddr: 00:0e:35:0a:0c:35
    *DHCP Socket Task: Dec 16 13:57:07.372: 00:0e:35:0a:0c:35 DHCP   ciaddr: 0.0.0.0,  yiaddr: 0.0.0.0
    *DHCP Socket Task: Dec 16 13:57:07.372: 00:0e:35:0a:0c:35 DHCP   siaddr: 0.0.0.0,  giaddr: 0.0.0.0
    *DHCP Socket Task: Dec 16 13:57:07.372: 00:0e:35:0a:0c:35 DHCP   requested ip: 169.254.99.106
    *DHCP Socket Task: Dec 16 13:57:07.372: 00:0e:35:0a:0c:35 DHCP Opt82 bridge mode insertion enabled, inserts opt82 if opt82 is enabled vlan=13, datalen =18, optlen=68
    *DHCP Socket Task: Dec 16 13:57:07.372: 00:0e:35:0a:0c:35 DHCP successfully bridged packet to DS
    *DHCP Socket Task: Dec 16 13:57:11.375: 00:0e:35:0a:0c:35 DHCP received op BOOTREQUEST (1) (len 312,vlan 16, port 1, encap 0xec03)
    *DHCP Socket Task: Dec 16 13:57:11.375: 00:0e:35:0a:0c:35 DHCP (encap type 0xec03) mstype 0ff:ff:ff:ff:ff:ff
    *DHCP Socket Task: Dec 16 13:57:11.375: 00:0e:35:0a:0c:35 DHCP processing DHCP DISCOVER (1)
    *DHCP Socket Task: Dec 16 13:57:11.375: 00:0e:35:0a:0c:35 DHCP   op: BOOTREQUEST, htype: Ethernet, hlen: 6, hops: 0
    *DHCP Socket Task: Dec 16 13:57:11.375: 00:0e:35:0a:0c:35 DHCP   xid: 0xd8947c74 (3633609844), secs: 1024, flags: 0
    *DHCP Socket Task: Dec 16 13:57:11.375: 00:0e:35:0a:0c:35 DHCP   chaddr: 00:0e:35:0a:0c:35
    *DHCP Socket Task: Dec 16 13:57:11.375: 00:0e:35:0a:0c:35 DHCP   ciaddr: 0.0.0.0,  yiaddr: 0.0.0.0
    *DHCP Socket Task: Dec 16 13:57:11.375: 00:0e:35:0a:0c:35 DHCP   siaddr: 0.0.0.0,  giaddr: 0.0.0.0
    *DHCP Socket Task: Dec 16 13:57:11.375: 00:0e:35:0a:0c:35 DHCP   requested ip: 169.254.99.106
    *DHCP Socket Task: Dec 16 13:57:11.375: 00:0e:35:0a:0c:35 DHCP Opt82 bridge mode insertion enabled, inserts opt82 if opt82 is enabled vlan=13, datalen =18, optlen=68
    *DHCP Socket Task: Dec 16 13:57:11.375: 00:0e:35:0a:0c:35 DHCP successfully bridged packet to DS
    *DHCP Socket Task: Dec 16 13:57:20.378: 00:0e:35:0a:0c:35 DHCP received op BOOTREQUEST (1) (len 312,vlan 16, port 1, encap 0xec03)
    *DHCP Socket Task: Dec 16 13:57:20.379: 00:0e:35:0a:0c:35 DHCP (encap type 0xec03) mstype 0ff:ff:ff:ff:ff:ff
    *DHCP Socket Task: Dec 16 13:57:20.379: 00:0e:35:0a:0c:35 DHCP processing DHCP DISCOVER (1)
    *DHCP Socket Task: Dec 16 13:57:20.379: 00:0e:35:0a:0c:35 DHCP   op: BOOTREQUEST, htype: Ethernet, hlen: 6, hops: 0
    *DHCP Socket Task: Dec 16 13:57:20.379: 00:0e:35:0a:0c:35 DHCP   xid: 0xd8947c74 (3633609844), secs: 3328, flags: 0
    *DHCP Socket Task: Dec 16 13:57:20.379: 00:0e:35:0a:0c:35 DHCP   chaddr: 00:0e:35:0a:0c:35
    *DHCP Socket Task: Dec 16 13:57:20.379: 00:0e:35:0a:0c:35 DHCP   ciaddr: 0.0.0.0,  yiaddr: 0.0.0.0
    *DHCP Socket Task: Dec 16 13:57:20.379: 00:0e:35:0a:0c:35 DHCP   siaddr: 0.0.0.0,  giaddr: 0.0.0.0
    *DHCP Socket Task: Dec 16 13:57:20.379: 00:0e:35:0a:0c:35 DHCP   requested ip: 169.254.99.106
    *DHCP Socket Task: Dec 16 13:57:20.379: 00:0e:35:0a:0c:35 DHCP Opt82 bridge mode insertion enabled, inserts opt82 if opt82 is enabled vlan=13, datalen =18, optlen=68
    *DHCP Socket Task: Dec 16 13:57:20.379: 00:0e:35:0a:0c:35 DHCP successfully bridged packet to DS
    *DHCP Socket Task: Dec 16 13:57:20.379: 00:0e:35:0a:0c:35 Interface Group was NULL.Number of DHCP Discovery 3 from client
    *DHCP Socket Task: Dec 16 13:57:36.382: 00:0e:35:0a:0c:35 DHCP received op BOOTREQUEST (1) (len 312,vlan 16, port 1, encap 0xec03)
    *DHCP Socket Task: Dec 16 13:57:36.383: 00:0e:35:0a:0c:35 DHCP (encap type 0xec03) mstype 0ff:ff:ff:ff:ff:ff
    *DHCP Socket Task: Dec 16 13:57:36.383: 00:0e:35:0a:0c:35 DHCP processing DHCP DISCOVER (1)
    *DHCP Socket Task: Dec 16 13:57:36.383: 00:0e:35:0a:0c:35 DHCP   op: BOOTREQUEST, htype: Ethernet, hlen: 6, hops: 0
    *DHCP Socket Task: Dec 16 13:57:36.383: 00:0e:35:0a:0c:35 DHCP   xid: 0xd8947c74 (3633609844), secs: 7424, flags: 0
    *DHCP Socket Task: Dec 16 13:57:36.383: 00:0e:35:0a:0c:35 DHCP   chaddr: 00:0e:35:0a:0c:35
    *DHCP Socket Task: Dec 16 13:57:36.383: 00:0e:35:0a:0c:35 DHCP   ciaddr: 0.0.0.0,  yiaddr: 0.0.0.0
    *DHCP Socket Task: Dec 16 13:57:36.383: 00:0e:35:0a:0c:35 DHCP   siaddr: 0.0.0.0,  giaddr: 0.0.0.0
    *DHCP Socket Task: Dec 16 13:57:36.383: 00:0e:35:0a:0c:35 DHCP   requested ip: 169.254.99.106
    *DHCP Socket Task: Dec 16 13:57:36.383: 00:0e:35:0a:0c:35 DHCP Opt82 bridge mode insertion enabled, inserts opt82 if opt82 is enabled vlan=13, datalen =18, optlen=68

  • 802.1x and DHCP

    we have an issue with DHCP and the guest VLAN, what basically happens is while waiting for authorisation from the Radius server the XP client gets put into the guest vlan where it leases an ip address from the Guest VLAN DHCP Server. Once the client has Been authorised it gets switched across to the secure VLAN but then does not attempt to aquire a new lease with the DHCP for the secure VLAN. I thought that the switching process would trigger The DHCP discover process again, but it seems to just sit there with the wrong ip!!
    Any Views would be welcomed
    thanks

    Jason thanks for your reponse, we know that we have an issue with the radius timing out which is being looked into as a seperate issue , i'll try to expain the setup a little better
    The guestVlan as i have called it is really our old network Vlan and is basicly for legacy pc's.We are currently rolling out a new infrastructure and pc's so 801.1x is being used to authenticate the MAC addresses of the new pc's basicaly creating a auto switching system between the old and new Vlans, as a large amount of users have notebooks this saves on port config tasks
    the system is not wireless and runs on cat6500 switches.
    so you can see when the users connect thier new pc or notebooks they often get serviced by the Legacy DHCP Server because of the radius taking time to authenticate causing the notebook to be placed on the legacy Vlan until the authentication is recieved.
    this would not be a problem if we could get the notebook to start DHCP discovery again to obtain the correct ip once the 802.1x authentication has taken place and the pc is on the correct VLAN.
    it would be good to know how the NIC of the PC sees the switch between vlans, as it seems to be transparent which is why it mantains a DHCP lease obtained before the switch over which is essentially our problem.

  • HREAP, Local Switched WLAN and DHCP Address required

    Hi All,
    if i have configure an HREAP AP with a local switched Wlan with "dhcp ADDRESS REQIRED", from my understanding a client will be provided with an ip address from the hreap local infrastructure. How will the controler ensure that no static ip client is able to access the network?
    Any Help Welcome.
    Regards, Michael

    I posted about this subject on my site (see link below). Since the posting I learned that the client needs to minimumally pass a DHCP discovery packet for the controller to then allow traffic to pass to the client. This is how it "safe guards" someone putting a static address on their box ...
    http://www.my80211.com/cisco-wlc-cli-commands/2009/12/30/wlc-dhcp-address-assignment-required-option.html

  • What reboot reason forces SPA perform new DHCP Discover

    Hi,
    I know there are different kinds of reboot reasons for the SPA-phones.(https://supportforums.cisco.com/docs/DOC-9889)
    But could anyone specify what reboot reasons that makes the SPA perform a new DHCP Discovery, Request etc.?
    //Anna

    Freebox HD (the media box) is not configurable (at least by user). This is a device provided by Internet service provider in France. Therefore I'm not able to set static address. However, if I connect Freebox HD without Cisco SLM2008 in between it will boot okay, and if I rewire it with SLM2008 afterwards (without powering down) it will continue to work fine.
    In other words, if Freebox HD got IP address it may work through cisco without the problem. However it's not possible to move Freebox HD next to the TV without unplugging it from the outlet
    So the only problem as it seems is to get DHCP Discover packet through the Cisco. I have 3 SLM2008 switches in my installation. The last one was bought this year I believe, so must be still under warranty.
    May be it's a good idea to swap them. However, I feel that this is not a hardware issue, but a firmware. And all of them has same firmware version 2. something...
    I'll attach my traces when I get home.
    Nikolai
    P.S. I've just found this articles on the internet:
    http://serverfault.com/questions/337591/spanning-tree-blocking-dhcp-requests-in-windows-bootp
    http://www.dummies.com/how-to/content/spanning-tree-protocol-stp-and-portfast.html
    Someone has similar problem with different Cisco switch. They suggest the problem is about STP. I've seen some settings about STP in my configuration pages....

  • Lync Connectivity Analyzer Certificate Error

    The Microsoft Connectivity Analyzer is attempting to obtain the SSL certificate from remote server lyncedgesvr.redfoxtechnologies.net on port 443.
    The certificate couldn't be validated because SSL negotiation wasn't successful. This could have occurred as a result of a network error or because of a problem with the certificate installation.
    Elapsed Time: 456 ms.
    I got the following certificate error when trying to test remote connection from lync connectivity analyzer, But we have purchase a comodo PositiveSSL Multi-domain what do I need to do Please help I have contact the SSL provider but they don't even know
    the problem.
    Than Public Certificate is bind only on Lync Edge Server and there is not Public Certificate on Lync Federation Server.
    The Lync Edge server is not using a NAT it is directly connected to the internet or the public ip address mounted on LAN.
    I have used only one Public IP address.

    Hi Everyone,
    I am not using reversed proxy I only just used the following below:
    Pfsense: Public IP
    Lync Fe : Single internal IP
    Lync Edge : External Public IP no NAT
    Lync Edge : Internal IP
    Based on the Lync Validator below it says that I should create a NAT of Lync Fe Server to the External ip 103.17.21.198 Then issues a public Certificate to Internal of Lync Fe. Just because I don't have a External for Lync Fe. And I only have one LAN. correct
    me if this validator is wrong.
    For the Certificate CAN I USE THE "Comodo PositiveSSL Multi-Domain"?
    Internal DNS:
    Internal DNS Records                                
    Type
    FQDN
    IP
    Service
    Protocol
    Domain
    Host
    PRI
    Weight
    Port
    SRV
    _sipinternaltls
    _tcp
    redfoxtechnologies.net
    sip.redfoxtechnologies.net
    0
    0
    5061
    Automatic Login
    A
    dialin.redfoxtechnologies.net
    10.10.10.11
    Simple URL Dialin
    A
    lyncadmin.redfoxtechnologies.net
    10.10.10.11
    Simple URL Admin
    A
    lyncdiscoverinternal.redfoxtechnologies.net
    10.10.10.11
    Internal Lync client discovery.
    A
    lyncedgesvr.redfoxtechnologies.net
    172.0.0.113
    Edge Pool Name
    A
    lyncedgesvr.redfoxtechnologies.net
    172.0.0.113
    Edge Server #1
    A
    lyncfesvr.redfoxtechnologies.net
    103.17.21.198
    External Web Services
    A
    lyncfesvr.redfoxtechnologies.net
    10.10.1.1
    Front-End Server #1
    A
    lyncfesvr.redfoxtechnologies.net
    10.10.10.11
    Internal Web Services
    A
    lyncpool.redfoxtechnologies.net
    10.10.1.1
    Front-End Server #1
    A
    meet.redfoxtechnologies.net
    10.10.10.11
    Simple URL Meet
    A
    sip.redfoxtechnologies.net
    10.10.1.1
    Front-End Server #1
    External DNS:
    External DNS Records                                
    Type
    FQDN
    IP
    Service
    Protocol
    Domain
    Host
    PRI
    Weight
    Port
    SRV
    _sip
    _tls
    redfoxtechnologies.net
    lyncedgesvr.redfoxtechnologies.net
    0
    0
    443
    Automatic Login
    SRV
    _sipfederationtls
    _tcp
    redfoxtechnologies.net
    lyncedgesvr.redfoxtechnologies.net
    0
    0
    5061
    Lync Federation Discovery
    A
    dialin.redfoxtechnologies.net
    103.17.21.198
    Simple URL Dialin
    A
    lyncdiscover.redfoxtechnologies.net
    103.17.21.198
    Lync client discovery.
    A
    lyncedgesvr.redfoxtechnologies.net
    103.17.21.196
    Access Edge #1
    A
    lyncedgesvr.redfoxtechnologies.net
    0.0.0.0
    Web Conferencing #1
    A
    lyncedgesvr.redfoxtechnologies.net
    0.0.0.0
    AV #1
    A
    lyncfesvr.redfoxtechnologies.net
    103.17.21.198
    External Web Services
    A
    meet.redfoxtechnologies.net
    103.17.21.198
    Simple URL Meet
    Internal Certificates                                
    Type
    Server
    SN
    SAN
    EKU
    Internal
    Front-End
    lyncpool.redfoxtechnologies.net
    lyncpool.redfoxtechnologies.net
    lyncfesvr.redfoxtechnologies.net
    meet.redfoxtechnologies.net
    dialin.redfoxtechnologies.net
    lyncadmin.redfoxtechnologies.net
    lyncdiscoverinternal.redfoxtechnologies.net
    lyncdiscover.redfoxtechnologies.net
    sip.redfoxtechnologies.net
    lyncfesvr.redfoxtechnologies.net
    lyncfesvr.redfoxtechnologies.net
    Server
    SAN/UCC Certificate for Front-End Pool
    Internal
    OAuth
    redfoxtechnologies.net
    Server
    OAuth
    Internal
    Edge Server
    lyncedgesvr.redfoxtechnologies.net
    Server
    Certificate for Internal Edge
    External Certificates                                
    Type
    Server
    SN
    SAN
    EKU
    Public
    Lync Edge
    lyncedgesvr.redfoxtechnologies.net
    lyncedgesvr.redfoxtechnologies.net
    lyncedgesvr.redfoxtechnologies.net
    Server Client
    SAN/UCC Certificate for Edge Server
    Public
    Reverse Proxy
    lyncfesvr.redfoxtechnologies.net
    meet.redfoxtechnologies.net
    dialin.redfoxtechnologies.net
    lyncdiscover.redfoxtechnologies.net
    lyncfesvr.redfoxtechnologies.net
    Server
    SAN/UCC Certificate for Reverse Proxy

  • Lync Server 2013 Mobile Clients

    I am trying to get mobile clients set-up externally with out lync install and i am going round in circles trying to work out why i am getting this error in the Connectivity analyzer.
    Can anybody help at all
    [16/09/2014 22:42:48] Cleared the log file
    [16/09/2014 22:42:49] [DEBUG] Logging test parameters:
    [16/09/2014 22:42:49] [DEBUG] SIP Uri: [email protected]
    [16/09/2014 22:42:49] [DEBUG] User Name: intercloud\paulc
    [16/09/2014 22:42:49] [DEBUG] Discovery Type: Automatic Discovery
    [16/09/2014 22:42:49] [DEBUG] Network access: NetworkAccessExternal
    [16/09/2014 22:42:49] [DEBUG] Selected client: ApplicationLyncMobile2013
    [16/09/2014 22:42:49] [SUBHEADING] Starting Lync server autodiscovery
    [16/09/2014 22:42:49] [INFO] Please wait; this test may take several minutes to complete...
    [16/09/2014 22:42:49] [SUBHEADING] Starting automatic discovery for secure (HTTPS) internal channel
    [16/09/2014 22:42:49] [SUMMARY] lyncdiscoverinternal.inter-cloud.co.uk can't be resolved by the DNS server. Skipping internal discovery.
    [16/09/2014 22:42:49] [SUBHEADING] Starting automatic discovery for secure (HTTPS) external channel
    [16/09/2014 22:42:49] [DEBUG] Sending HTTP request to https://lyncdiscover.inter-cloud.co.uk/[email protected]
    [16/09/2014 22:42:49] [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: iclync01.intercloud.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
      Date: Tue, 16 Sep 2014 21:44:07 GMT
      Content-Length: 1134
      Content-Type: application/vnd.microsoft.rtc.autodiscover+xml; v=1
      Expires: -1
    [16/09/2014 22:42:49] [DEBUG] Parsing the response for URL https://lyncdiscover.inter-cloud.co.uk/[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://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/domain?originalDomain=inter-cloud.co.uk"
    /><Link token="User" href="https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=inter-cloud.co.uk" /><Link token="Self" href="https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root?originalDomain=inter-cloud.co.uk"
    /><Link token="OAuth" href="https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/oauth/user?originalDomain=inter-cloud.co.uk" /><Link token="External/XFrame" href="https://lyncdiscover.inter-cloud.co.uk/Autodiscover/XFrame/XFrame.html"
    /><Link token="Internal/XFrame" href="https://iclync01.intercloud.local/Autodiscover/XFrame/XFrame.html" /><Link token="XFrame" href="https://lyncdiscover.inter-cloud.co.uk/Autodiscover/XFrame/XFrame.html"
    /></Root></AutodiscoverResponse>
    [16/09/2014 22:42:49] [DEBUG] Autodiscover URL https://lyncdiscover.inter-cloud.co.uk/[email protected] redirected to https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=inter-cloud.co.uk
    [16/09/2014 22:42:49] [DEBUG] Sending HTTP request to https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=inter-cloud.co.uk?sipuri=Paul.Collins@inter-cloud.co.uk
    [16/09/2014 22:42:49] [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: iclync01.intercloud.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
      Date: Tue, 16 Sep 2014 21:44:07 GMT
      Content-Length: 553
      Content-Type: application/vnd.microsoft.rtc.autodiscover+xml; v=1
      Expires: -1
    [16/09/2014 22:42:49] [DEBUG] Parsing the response for URL https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=inter-cloud.co.uk?sipuri=Paul.Collins@inter-cloud.co.uk.  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"><User><Link token="Redirect" href="https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user"
    /><Link token="Self" href="https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user" /><Link token="XFrame" href="https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user/xframe"
    /></User></AutodiscoverResponse>
    [16/09/2014 22:42:49] [DEBUG] https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=inter-cloud.co.uk?sipuri=Paul.Collins@inter-cloud.co.uk was redirected to https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user.
    [16/09/2014 22:42:49] [DEBUG] Sending HTTP request to https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user
    [16/09/2014 22:42:49] [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: iclync01.intercloud.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
      Date: Tue, 16 Sep 2014 21:44:07 GMT
      Content-Length: 553
      Content-Type: application/vnd.microsoft.rtc.autodiscover+xml; v=1
      Expires: -1
    [16/09/2014 22:42:49] [DEBUG] Parsing the response for URL https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user.  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"><User><Link token="Redirect" href="https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user" /><Link token="Self" href="https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user"
    /><Link token="XFrame" href="https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user/xframe" /></User></AutodiscoverResponse>
    [16/09/2014 22:42:49] [DEBUG] https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user was redirected to https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user.
    [16/09/2014 22:42:49] [DEBUG] Sending HTTP request to https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user
    [16/09/2014 22:42:49] [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: iclync01.intercloud.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
      Date: Tue, 16 Sep 2014 21:44:07 GMT
      Content-Length: 553
      Content-Type: application/vnd.microsoft.rtc.autodiscover+xml; v=1
      Expires: -1
    [16/09/2014 22:42:49] [DEBUG] Parsing the response for URL https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user.  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"><User><Link token="Redirect" href="https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user" /><Link token="Self" href="https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user"
    /><Link token="XFrame" href="https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user/xframe" /></User></AutodiscoverResponse>
    [16/09/2014 22:42:49] [DEBUG] https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user was redirected to https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user.
    [16/09/2014 22:42:49] [DEBUG] Sending HTTP request to https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user
    [16/09/2014 22:42:49] [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: iclync01.intercloud.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
      Date: Tue, 16 Sep 2014 21:44:07 GMT
      Content-Length: 553
      Content-Type: application/vnd.microsoft.rtc.autodiscover+xml; v=1
      Expires: -1
    [16/09/2014 22:42:49] [DEBUG] Parsing the response for URL https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user.  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"><User><Link token="Redirect" href="https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user" /><Link token="Self" href="https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user"
    /><Link token="XFrame" href="https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user/xframe" /></User></AutodiscoverResponse>
    [16/09/2014 22:42:49] [DEBUG] https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user was redirected to https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user.
    [16/09/2014 22:42:49] [DEBUG] Sending HTTP request to https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user
    [16/09/2014 22:42:49] [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: iclync01.intercloud.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
      Date: Tue, 16 Sep 2014 21:44:07 GMT
      Content-Length: 553
      Content-Type: application/vnd.microsoft.rtc.autodiscover+xml; v=1
      Expires: -1
    [16/09/2014 22:42:49] [DEBUG] Parsing the response for URL https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user.  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"><User><Link token="Redirect" href="https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user" /><Link token="Self" href="https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user"
    /><Link token="XFrame" href="https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user/xframe" /></User></AutodiscoverResponse>
    [16/09/2014 22:42:49] [DEBUG] https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user was redirected to https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user.
    [16/09/2014 22:42:49] [DEBUG] Sending HTTP request to https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user
    [16/09/2014 22:42:50] [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: iclync01.intercloud.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
      Date: Tue, 16 Sep 2014 21:44:07 GMT
      Content-Length: 553
      Content-Type: application/vnd.microsoft.rtc.autodiscover+xml; v=1
      Expires: -1
    [16/09/2014 22:42:50] [DEBUG] Parsing the response for URL https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user.  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"><User><Link token="Redirect" href="https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user" /><Link token="Self" href="https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user"
    /><Link token="XFrame" href="https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user/xframe" /></User></AutodiscoverResponse>
    [16/09/2014 22:42:50] [DEBUG] https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user was redirected to https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user.
    [16/09/2014 22:42:50] [DEBUG] Sending HTTP request to https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user
    [16/09/2014 22:42:50] [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: iclync01.intercloud.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
      Date: Tue, 16 Sep 2014 21:44:07 GMT
      Content-Length: 553
      Content-Type: application/vnd.microsoft.rtc.autodiscover+xml; v=1
      Expires: -1
    [16/09/2014 22:42:50] [DEBUG] Parsing the response for URL https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user.  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"><User><Link token="Redirect" href="https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user" /><Link token="Self" href="https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user"
    /><Link token="XFrame" href="https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user/xframe" /></User></AutodiscoverResponse>
    [16/09/2014 22:42:50] [DEBUG] https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user was redirected to https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user.
    [16/09/2014 22:42:50] [DEBUG] Sending HTTP request to https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user
    [16/09/2014 22:42:50] [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: iclync01.intercloud.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
      Date: Tue, 16 Sep 2014 21:44:07 GMT
      Content-Length: 553
      Content-Type: application/vnd.microsoft.rtc.autodiscover+xml; v=1
      Expires: -1
    [16/09/2014 22:42:50] [DEBUG] Parsing the response for URL https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user.  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"><User><Link token="Redirect" href="https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user" /><Link token="Self" href="https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user"
    /><Link token="XFrame" href="https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user/xframe" /></User></AutodiscoverResponse>
    [16/09/2014 22:42:50] [DEBUG] https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user was redirected to https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user.
    [16/09/2014 22:42:50] [DEBUG] Sending HTTP request to https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user
    [16/09/2014 22:42:50] [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: iclync01.intercloud.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
      Date: Tue, 16 Sep 2014 21:44:07 GMT
      Content-Length: 553
      Content-Type: application/vnd.microsoft.rtc.autodiscover+xml; v=1
      Expires: -1
    [16/09/2014 22:42:50] [DEBUG] Parsing the response for URL https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user.  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"><User><Link token="Redirect" href="https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user" /><Link token="Self" href="https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user"
    /><Link token="XFrame" href="https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user/xframe" /></User></AutodiscoverResponse>
    [16/09/2014 22:42:50] [DEBUG] https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user was redirected to https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user.
    [16/09/2014 22:42:50] [DEBUG] Sending HTTP request to https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user
    [16/09/2014 22:42:50] [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: iclync01.intercloud.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
      Date: Tue, 16 Sep 2014 21:44:07 GMT
      Content-Length: 553
      Content-Type: application/vnd.microsoft.rtc.autodiscover+xml; v=1
      Expires: -1
    [16/09/2014 22:42:50] [DEBUG] Parsing the response for URL https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user.  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"><User><Link token="Redirect" href="https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user" /><Link token="Self" href="https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user"
    /><Link token="XFrame" href="https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user/xframe" /></User></AutodiscoverResponse>
    [16/09/2014 22:42:50] [DEBUG] https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user was redirected to https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user.
    [16/09/2014 22:42:50] [CRITICAL] Reached maximum redirections for 10
    [16/09/2014 22:42:50] [ERROR] 
    [16/09/2014 22:42:50] [DEBUG] System.Exception: Reached maximum redirections for 10
       at Microsoft.LyncServer.WebServices.AutoDiscoverManager.TerminateAD(String mesg)
       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.<ParseResponse>d__16.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.<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.<ParseResponse>d__16.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.<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.<ParseResponse>d__16.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.<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.<ParseResponse>d__16.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.<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.<ParseResponse>d__16.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.<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.<ParseResponse>d__16.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.<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.<ParseResponse>d__16.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.<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.<ParseResponse>d__16.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.<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.<ParseResponse>d__16.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.<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.<ParseResponse>d__16.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.<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.<ParseResponse>d__16.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.<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()
    [16/09/2014 22:42:50] [SUMMARY_ERROR] Server discovery failed for secured external channel against https://lyncdiscover.inter-cloud.co.uk/

    i seem to have sorted the SSL error I am now getting the following error that relates is trying to look for the internal name of the server.
    [17/09/2014 22:46:28] Cleared the log file
    [17/09/2014 22:46:29] [DEBUG] Logging test parameters:
    [17/09/2014 22:46:29] [DEBUG] SIP Uri: [email protected]
    [17/09/2014 22:46:29] [DEBUG] User Name: intercloud\paulc
    [17/09/2014 22:46:29] [DEBUG] Discovery Type: Manual Discovery
    [17/09/2014 22:46:29] [DEBUG] Server FQDN: lyncdiscover.inter-cloud.co.uk
    [17/09/2014 22:46:29] [DEBUG] Network access: NetworkAccessExternal
    [17/09/2014 22:46:29] [DEBUG] Selected client: ApplicationLyncMobile2013
    [17/09/2014 22:46:29] [SUBHEADING] Starting manual Lync server discovery
    [17/09/2014 22:46:29] [INFO] Please wait; this test may take several minutes to complete...
    [17/09/2014 22:46:29] [SUBHEADING] Starting server discovery for secure (HTTPS) channel
    [17/09/2014 22:46:29] [INFO] Server discovery started for https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root
    [17/09/2014 22:46:29] [DEBUG] Sending HTTP request to https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/[email protected]
    [17/09/2014 22:46:29] [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: iclync01.intercloud.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
      Date: Wed, 17 Sep 2014 21:47:51 GMT
      Content-Length: 1110
      Content-Type: application/vnd.microsoft.rtc.autodiscover+xml; v=1
      Expires: -1
    [17/09/2014 22:46:29] [DEBUG] Parsing the response for URL https://lyncdiscover.inter-cloud.co.uk/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://iclync01.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/domain?originalDomain=inter-cloud.co.uk"
    /><Link token="User" href="https://iclync01.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=inter-cloud.co.uk" /><Link token="Self" href="https://iclync01.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root?originalDomain=inter-cloud.co.uk"
    /><Link token="OAuth" href="https://iclync01.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/oauth/user?originalDomain=inter-cloud.co.uk" /><Link token="External/XFrame" href="https://iclync01.inter-cloud.co.uk/Autodiscover/XFrame/XFrame.html"
    /><Link token="Internal/XFrame" href="https://iclync01.intercloud.local/Autodiscover/XFrame/XFrame.html" /><Link token="XFrame" href="https://iclync01.inter-cloud.co.uk/Autodiscover/XFrame/XFrame.html" /></Root></AutodiscoverResponse>
    [17/09/2014 22:46:29] [DEBUG] Autodiscover URL https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/[email protected] redirected to https://iclync01.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=inter-cloud.co.uk
    [17/09/2014 22:46:29] [DEBUG] Sending HTTP request to https://iclync01.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=inter-cloud.co.uk?sipuri=Paul.Collins@inter-cloud.co.uk
    [17/09/2014 22:46:29] [DEBUG] Cookie  found in autodiscover response: StatusCode: 401, ReasonPhrase: 'Unauthorized', Version: 1.1, Content: System.Net.Http.StreamContent, Headers:
      X-MS-WebTicketURL: https://iclync01.intercloud.local/WebTicket/WebTicketService.svc
      X-MS-WebTicketSupported: cwt,saml
      X-MS-Server-Fqdn: iclync01.intercloud.local
      X-Content-Type-Options: nosniff
      Cache-Control: no-cache
      Date: Wed, 17 Sep 2014 21:47:50 GMT
      Server: Microsoft-IIS/8.5
      X-Powered-By: ASP.NET
      Content-Length: 1293
      Content-Type: text/html
    [17/09/2014 22:46:29] [DEBUG] Authorization required for https://iclync01.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=inter-cloud.co.uk?sipuri=Paul.Collins@inter-cloud.co.uk
    [17/09/2014 22:46:29] [DEBUG] Obtaining WebTicket from https://iclync01.intercloud.local/WebTicket/WebTicketService.svc
    [17/09/2014 22:46:29] [DEBUG] Exception encountered while sending an HTTP request to https://iclync01.intercloud.local/WebTicket/WebTicketService.svc/mex: An error occurred while sending the request.. Complete Exception: \r\nSystem.Net.Http.HttpRequestException:
    An error occurred while sending the request. ---> System.Net.WebException: The remote name could not be resolved: 'iclync01.intercloud.local'
       at System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult, TransportContext& context)
       at System.Net.Http.HttpClientHandler.GetRequestStreamCallback(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()
    [17/09/2014 22:46:29] [ERROR] An error occurred while sending the request.
    The remote name could not be resolved: 'iclync01.intercloud.local'
    [17/09/2014 22:46:30] [INFO] For troubleshooting, try using a browser to open the server discovery URL https://iclync01.intercloud.local/WebTicket/WebTicketService.svc/mex 
    [17/09/2014 22:46:30] [DEBUG] System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The remote name could not be resolved: 'iclync01.intercloud.local'
       at System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult, TransportContext& context)
       at System.Net.Http.HttpClientHandler.GetRequestStreamCallback(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.WebTicketManager.<GetMexDocumentAsync>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 Microsoft.LyncServer.WebServices.AutoDiscoverManager.<AuthenticationRequired>d__2a.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.<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.<ParseResponse>d__16.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.<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()
    [17/09/2014 22:46:30] [INFO] Total server discovery time: 0.4 seconds
    [17/09/2014 22:46:30] [SUMMARY_ERROR] Server discovery failed for secured  channel against https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root
    [17/09/2014 22:46:30] [INFO] Server discovery ended for https://lyncdiscover.inter-cloud.co.uk/Autodiscover/AutodiscoverService.svc/root
    [17/09/2014 22:46:30] [DEBUG] None, AutoInternalDNSFail, AutoExternalDNSFail, AutoInternalSecureD, AutoInternalUnsecureD, AutoExternalSecureD, AutoExternalUnsecureD, ManualSecureD, ManualUnsecureD, AuthBrokerInternalLMXCheckGET, AuthBrokerInternalLMXCheckPOST,
    AuthBrokerExternalLMXCheckGET, AuthBrokerExternalLMXCheckPOST, MobilityMCXInternalLMXCheckGET, MobilityMCXInternalLMXCheckPOST, MobilityMCXExternalLMXCheckGET, MobilityMCXExternalLMXCheckPOST, LMXSIPServerInternalDNS, LMXSIPServerExternalDNS, MobilityUCWAInternalCheckPOST,
    MobilityUCWAExternalCheckPOST
    [17/09/2014 22:46:30] [SUMMARY] 
    [17/09/2014 22:46:30] [SUMMARY_ERROR] Server discovery failed using lyncdiscover.inter-cloud.co.uk. Please verify the server requirements at http://go.microsoft.com/fwlink/?LinkId=278998 
    [17/09/2014 22:46:30] [SUMMARY_ERROR] 
    Microsoft Lync Connectivity Analyzer cannot analyze deployment readiness until a discovery test has completed successfully.

  • SGE2010P - DHCP Relay - offer packet not reaching host

    I have an SGE2010P in L3 mode. I set up 2 vlans, 1 & 5. Vlan 1 has an interface of 10.0.3.252; Vlan 5 is at 10.0.10.9. I have defined the DHCP at 10.0.3.4 (on vlan 1) and enabled DHCP Interface for vlan 5. Put switch port g28 in access mode on vlan 5 and connected client machine. Set up wireshark on both DHCP a server and client. DHCP server is receiving the DHCP discovery packet with the correct relay agent address (10.0.10.9), and it sends back an offer packet to that address, but it is never received by the host machine. What am I missing?

    Hello,
    DHCP server typically is on subnet of one of the switch IP interface. Thus there si no need to indicate where the server is however you have to indicate from which VLAN DHCP requests are relayed. For example:
    VLAN 1 - switch IP 192.168.1.25/24
    DHCP server is on VLAN 1 with IP 192.168.1.1/24
    Other VLANs:
    VLAN 5 IP address 192.168.5.254/24
    VLAN 10 IP address 192.168.10.254/24
    enabling DHP relay from VLAN 5 and VLAN 10 is required.
    Please check IF you have IP addresses on the switch of other VLANs 5 and 10
    Regards,
    Aleksandra

  • Polycom CX 600 - Certificate web service cannot be found

    Hi All,
    I know, there are some same issues in the forum, bot those are not helpful for me. My problem is the same, via network cable (using just DHCP) the Polycom CX 600 Lync Phone are not able to sign in (however 1 month ago it was), returning the error message:
    'Certificate web service cannot be found.'
    I've double checked the DHCP options and all of them are OK! We are not using Windows DHCP, but the options are right, the 43 option containing the proper hexa value, the sub-options are also valid. From the DHCP log I can verify that the device got the
    options, but the phone still not able to sign in.
    From the browser I cannot open the device, by it's IP, just with FTP:\\'IP'. There I could find a .clg1 log file, but it not containing useful information for me. 
    This is the link of the log file: http://speedy.sh/XAgMT/system.clg1
    If I run the DHCPUtil.exe -emulateclient on my workstation, I got the following:
    Starting Discovery ...
    Result: Failure =  -2147014848
    Or... sometimes it has a result:
    Starting Discovery ...
    Sending Packet (Size: 288, Network Adapter: 57.56.69.138, Attempt Type: Broadcas
    t + Unicast)
    --Begin Packet--
    DHCP: INFORM                (xid=5C1E8177)
    DHCP: Op Code           (op)      = 1
    DHCP: Hardware Type     (htype)   = 6
    DHCP: Hops              (hops)    = 0
    DHCP: Transaction ID    (xid)     = 1545503095
    DHCP: Seconds           (secs)    = 0
    DHCP: Flags             (flags)   = 0000
    DHCP: Client IP Address (ciaddr)  = 57.56.69.138
    DHCP: Your IP Address   (yiaddr)  = 0.0.0.0
    DHCP: Server IP Address (siaddr)  = 0.0.0.0
    DHCP: Relay IP Address  (giaddr)  = 0.0.0.0
    DHCP: Client HW Address (chaddr)  = E0DB55DE###--End Packet--
    Received Packet
    Sender:57.20.120.85:67, Size:408
    --Begin Packet--
    DHCP: ACK                (xid=5C1E8177)
    DHCP: Op Code           (op)      = 1
    DHCP: Hardware Type     (htype)   = 6
    DHCP: Hops              (hops)    = 0
    DHCP: Transaction ID    (xid)     = 1545503095
    DHCP: Seconds           (secs)    = 0
    DHCP: Flags             (flags)   = 0000
    DHCP: Client IP Address (ciaddr)  = 57.56.69.138
    DHCP: Your IP Address   (yiaddr)  = 0.0.0.0
    DHCP: Server IP Address (siaddr)  = 0.0.0.0
    DHCP: Relay IP Address  (giaddr)  = 57.56.69.131
    DHCP: Client HW Address (chaddr)  = E0DB55DE8993
    DHCP: Server Host Name  (sname)   =
    DHCP: Boot File Name    (file)    =
    DHCP: Magic Cookie                = 99.130.83.99
    DHCP: Option Field
        DHCP: DHCP MESSAGE TYPE(  53) = (Length: 1) DHCP ACK
        DHCP: Server Identifier(  54) = (Length: 4) 57.20.120.85
        DHCP: Client Identifier(  61) = (Length: 0)  ()
        DHCP: SIP Server( 120)        = (Length: 18) enc:0 lync2013.dlh.de (00086C79
    6E633230313303646C6802646500)
        DHCP: Host Name(  12)         = (Length: 0)
        DHCP: Vendor Identifier(  60) = (Length: 0)
        DHCP: Param Req List(  55)    = (Length: 0) 0 0
        DHCP: Vendor Info(  43)       = (Length: 130) ☺♀MS-UC-Client☻♣https♥☼lync201
    3.dlh☻E6465040334343305252F4365727450726F762F4365727450726F766973696F6E696E67536
    572766963652E737663] (010C4D532D55432D436C69656E7402056874747073030F6C796E633230
    31332E646C6802453634363530343033333433343333303532353246343336353732373435303732
    36463736324634333635373237343530373236463736363937333639364636453639364536373533
    36353732373636393633363532453733373636335D)
        DHCP: End of this option field
    --End Packet--
    Received Packet
    Sender:57.20.120.85:67, Size:408
    --Begin Packet--
    DHCP: ACK                (xid=5C1E8177)
    DHCP: Op Code           (op)      = 1
    DHCP: Hardware Type     (htype)   = 6
    DHCP: Hops              (hops)    = 0
    DHCP: Transaction ID    (xid)     = 1545503095
    DHCP: Seconds           (secs)    = 0
    DHCP: Flags             (flags)   = 0000
    DHCP: Client IP Address (ciaddr)  = 57.56.69.138
    DHCP: Your IP Address   (yiaddr)  = 0.0.0.0
    DHCP: Server IP Address (siaddr)  = 0.0.0.0
    DHCP: Relay IP Address  (giaddr)  = 57.56.69.130
    DHCP: Client HW Address (chaddr)  = E0DB55DE8993
    DHCP: Server Host Name  (sname)   =
    DHCP: Boot File Name    (file)    =
    DHCP: Magic Cookie                = 99.130.83.99
    DHCP: Option Field
        DHCP: DHCP MESSAGE TYPE(  53) = (Length: 1) DHCP ACK
        DHCP: Server Identifier(  54) = (Length: 4) 57.20.120.85
        DHCP: Client Identifier(  61) = (Length: 0)  ()
        DHCP: SIP Server( 120)        = (Length: 18) enc:0 lync2013.dlh.de (00086C79
    6E633230313303646C6802646500)
        DHCP: Host Name(  12)         = (Length: 0)
        DHCP: Vendor Identifier(  60) = (Length: 0)
        DHCP: Param Req List(  55)    = (Length: 0) 0 0
        DHCP: Vendor Info(  43)       = (Length: 130) ☺♀MS-UC-Client☻♣https♥☼lync201
    3.dlh☻E6465040334343305252F4365727450726F762F4365727450726F766973696F6E696E67536
    572766963652E737663] (010C4D532D55432D436C69656E7402056874747073030F6C796E633230
    31332E646C6802453634363530343033333433343333303532353246343336353732373435303732
    36463736324634333635373237343530373236463736363937333639364636453639364536373533
    36353732373636393633363532453733373636335D)
        DHCP: End of this option field
    --End Packet--
    Received Packet
    Sender:57.20.120.100:67, Size:408
    --Begin Packet--
    DHCP: ACK                (xid=5C1E8177)
    DHCP: Op Code           (op)      = 1
    DHCP: Hardware Type     (htype)   = 6
    DHCP: Hops              (hops)    = 0
    DHCP: Transaction ID    (xid)     = 1545503095
    DHCP: Seconds           (secs)    = 0
    DHCP: Flags             (flags)   = 0000
    DHCP: Client IP Address (ciaddr)  = 57.56.69.138
    DHCP: Your IP Address   (yiaddr)  = 0.0.0.0
    DHCP: Server IP Address (siaddr)  = 0.0.0.0
    DHCP: Relay IP Address  (giaddr)  = 0.0.0.0
    DHCP: Client HW Address (chaddr)  = E0DB55DE8993
    DHCP: Server Host Name  (sname)   =
    DHCP: Boot File Name    (file)    =
    DHCP: Magic Cookie                = 99.130.83.99
    DHCP: Option Field
        DHCP: DHCP MESSAGE TYPE(  53) = (Length: 1) DHCP ACK
        DHCP: Server Identifier(  54) = (Length: 4) 57.20.120.100
        DHCP: Client Identifier(  61) = (Length: 0)  ()
        DHCP: SIP Server( 120)        = (Length: 18) enc:0 lync2013.dlh.de (00086C79
    6E633230313303646C6802646500)
        DHCP: Host Name(  12)         = (Length: 0)
        DHCP: Vendor Identifier(  60) = (Length: 0)
        DHCP: Param Req List(  55)    = (Length: 0) 0 0
        DHCP: Vendor Info(  43)       = (Length: 130) ☺♀MS-UC-Client☻♣https♥☼lync201
    3.dlh☻E6465040334343305252F4365727450726F762F4365727450726F766973696F6E696E67536
    572766963652E737663] (010C4D532D55432D436C69656E7402056874747073030F6C796E633230
    31332E646C6802453634363530343033333433343333303532353246343336353732373435303732
    36463736324634333635373237343530373236463736363937333639364636453639364536373533
    36353732373636393633363532453733373636335D)
        DHCP: End of this option field
    --End Packet--
    Received Packet
    Sender:57.20.120.100:67, Size:408
    --Begin Packet--
    DHCP: ACK                (xid=5C1E8177)
    DHCP: Op Code           (op)      = 1
    DHCP: Hardware Type     (htype)   = 6
    DHCP: Hops              (hops)    = 0
    DHCP: Transaction ID    (xid)     = 1545503095
    DHCP: Seconds           (secs)    = 0
    DHCP: Flags             (flags)   = 0000
    DHCP: Client IP Address (ciaddr)  = 57.56.69.138
    DHCP: Your IP Address   (yiaddr)  = 0.0.0.0
    DHCP: Server IP Address (siaddr)  = 0.0.0.0
    DHCP: Relay IP Address  (giaddr)  = 57.56.69.131
    DHCP: Client HW Address (chaddr)  = E0DB55DE8993
    DHCP: Server Host Name  (sname)   =
    DHCP: Boot File Name    (file)    =
    DHCP: Magic Cookie                = 99.130.83.99
    DHCP: Option Field
        DHCP: DHCP MESSAGE TYPE(  53) = (Length: 1) DHCP ACK
        DHCP: Server Identifier(  54) = (Length: 4) 57.20.120.100
        DHCP: Client Identifier(  61) = (Length: 0)  ()
        DHCP: SIP Server( 120)        = (Length: 18) enc:0 lync2013.dlh.de (00086C79
    6E633230313303646C6802646500)
        DHCP: Host Name(  12)         = (Length: 0)
        DHCP: Vendor Identifier(  60) = (Length: 0)
        DHCP: Param Req List(  55)    = (Length: 0) 0 0
        DHCP: Vendor Info(  43)       = (Length: 130) ☺♀MS-UC-Client☻♣https♥☼lync201
    3.dlh☻E6465040334343305252F4365727450726F762F4365727450726F766973696F6E696E67536
    572766963652E737663] (010C4D532D55432D436C69656E7402056874747073030F6C796E633230
    31332E646C6802453634363530343033333433343333303532353246343336353732373435303732
    36463736324634333635373237343530373236463736363937333639364636453639364536373533
    36353732373636393633363532453733373636335D)
        DHCP: End of this option field
    --End Packet--
    Received Packet
    Sender:57.20.120.100:67, Size:408
    --Begin Packet--
    DHCP: ACK                (xid=5C1E8177)
    DHCP: Op Code           (op)      = 1
    DHCP: Hardware Type     (htype)   = 6
    DHCP: Hops              (hops)    = 0
    DHCP: Transaction ID    (xid)     = 1545503095
    DHCP: Seconds           (secs)    = 0
    DHCP: Flags             (flags)   = 0000
    DHCP: Client IP Address (ciaddr)  = 57.56.69.138
    DHCP: Your IP Address   (yiaddr)  = 0.0.0.0
    DHCP: Server IP Address (siaddr)  = 0.0.0.0
    DHCP: Relay IP Address  (giaddr)  = 57.56.69.130
    DHCP: Client HW Address (chaddr)  = E0DB55DE8993
    DHCP: Server Host Name  (sname)   =
    DHCP: Boot File Name    (file)    =
    DHCP: Magic Cookie                = 99.130.83.99
    DHCP: Option Field
        DHCP: DHCP MESSAGE TYPE(  53) = (Length: 1) DHCP ACK
        DHCP: Server Identifier(  54) = (Length: 4) 57.20.120.100
        DHCP: Client Identifier(  61) = (Length: 0)  ()
        DHCP: SIP Server( 120)        = (Length: 18) enc:0 lync2013.dlh.de (00086C79
    6E633230313303646C6802646500)
        DHCP: Host Name(  12)         = (Length: 0)
        DHCP: Vendor Identifier(  60) = (Length: 0)
        DHCP: Param Req List(  55)    = (Length: 0) 0 0
        DHCP: Vendor Info(  43)       = (Length: 130) ☺♀MS-UC-Client☻♣https♥☼lync201
    3.dlh☻E6465040334343305252F4365727450726F762F4365727450726F766973696F6E696E67536
    572766963652E737663] (010C4D532D55432D436C69656E7402056874747073030F6C796E633230
    31332E646C6802453634363530343033333433343333303532353246343336353732373435303732
    36463736324634333635373237343530373236463736363937333639364636453639364536373533
    36353732373636393633363532453733373636335D)
        DHCP: End of this option field
    --End Packet--
    Result: Failure =  1
    I don't know what is that Failure = 1
    Has anybody an idea???
    Many thanks,
    Tamás

    Hi,
    The DHCP options are good.
    Finally, I was able to run the test-csphonebootsrap cmdlet, and I got the following error:
    Result        : Failure
    Latency       : 00:00:01.2179659
    Error Message : No response received for getting root certificate chain.
                    Inner Exception:The remote server returned an unexpected respon
                    se: (417) Expectation Failed.
                    Inner Exception:The remote server returned an error: (417) Expe
                    ctation Failed.
    Diagnosis     :
                    Inner Diagnosis:Mime-Version : 1.0
                    X-Squid-Error : ERR_INVALID_REQ 0
                    Vary : Accept-Language
                    Content-Language : en
                    X-Cache : MISS from proxy.lsy.bud.dlh.de
                    X-Cache-Lookup : NONE from proxy.lsy.bud.dlh.de:3128
                    Connection : close
                    Content-Length : 3944
                    Content-Type : text/html
                    Date : Thu, 09 Jan 2014 13:24:47 GMT
                    Server : squid/3.1.10
                    Via : 1.0 proxy.lsy.bud.dlh.de (squid/3.1.10)
    VERBOSE: Workflow
    'Microsoft.Rtc.SyntheticTransactions.Workflows.STPhoneBootstrapWorkflow'
    started.
    Workflow
    'Microsoft.Rtc.SyntheticTransactions.Workflows.STPhoneBootstrapWorkflow'
    completed in '0.0001508' seconds.
    Target server Fqdn or web service Url not provided. Will have to do DHCP
    Registrar Discovery.
    An exception 'No response received for getting root certificate chain.'
    occurred during Workflow
    Microsoft.Rtc.SyntheticTransactions.Workflows.STPhoneBootstrapWorkflow
    execution.
    Exception Call Stack:    at
    Microsoft.Rtc.Admin.Authentication.WebServicesHelper.GetRootCertChains()
       at
    Microsoft.Rtc.SyntheticTransactions.Activities.GetRootCertChainsActivity.Intern
    alExecute(ActivityExecutionContext executionContext)
       at
    Microsoft.Rtc.SyntheticTransactions.Activities.SyntheticTransactionsActivity.Ex
    ecute(ActivityExecutionContext executionContext)
       at System.Workflow.ComponentModel.ActivityExecutor`1.Execute(T activity,
    ActivityExecutionContext executionContext)
       at
    System.Workflow.ComponentModel.ActivityExecutorOperation.Run(IWorkflowCoreRunti
    me workflowCoreRuntime)
       at System.Workflow.Runtime.Scheduler.Run()
    Server stack trace:
       at
    System.ServiceModel.Channels.HttpChannelUtilities.ValidateRequestReplyResponse(
    HttpWebRequest request, HttpWebResponse response, HttpChannelFactory`1 factory,
     WebException responseException, ChannelBinding channelBinding)
       at
    System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChanne
    lRequest.WaitForReply(TimeSpan timeout)
       at System.ServiceModel.Channels.RequestChannel.Request(Message message,
    TimeSpan timeout)
       at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean
    oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan
    timeout)
       at
    System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessa
    ge methodCall, ProxyOperationRuntime operation)
       at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage
    message)
    Exception rethrown at [0]:
       at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage
    reqMsg, IMessage retMsg)
       at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&
    msgData, Int32 type)
       at RootCertChainService.GetRootCertChains(GetRootCertChainsRequest request)
       at Microsoft.Rtc.Admin.Authentication.WebServicesHelper.GetRootCertChains()
    'DHCPDiscover' activity started.
    Starting DHCP registrar discovery...
    Constructing a DHCP packet.
    Adding DHCP option PARAMETER_REQUEST_LIST.
    Successfully added DHCP option.
    Adding DHCP option VENDOR_CLASS_IDENTIFIER.
    Successfully added DHCP option.
    Successfully constructed DHCP packet.
    Trying to open an udp connection.
    Remote IP : 255.255.255.255.
    Local IP : 10.150.7.33.
    \tCreating a new UDP client.
    Udp connection successfully created.
    Sending packet.
    Remote IP : 255.255.255.255.
    Remote Port : 67.
    Packet sent successfully.
    DHCP discovery message send. Waiting for DHCP servers to respond.
    Data received successfully.
    Remote IP : 57.20.120.85.
    Remote Port : 67.
    Response received for the DHCP Discovery message.
    Constructing a DHCP packet from received raw data.
    Extracting DHCP Options.
    Successfully constructed DHCP packet.
    Return value for DHCP option : SIP_SERVER.
    Found registrar Fqdn : lyncpool.dlh.de.
    Searching for DHCP sub option : VENDOR_SPECIFIC_INFORMATION.1.
    Return value for DHCP option : VENDOR_SPECIFIC_INFORMATION.
    Found DHCP sub option : VENDOR_SPECIFIC_INFORMATION.1 - MS-UC-Client.
    Successfully extracted sub option value.
    Searching for DHCP sub option : VENDOR_SPECIFIC_INFORMATION.2.
    Return value for DHCP option : VENDOR_SPECIFIC_INFORMATION.
    Found DHCP sub option : VENDOR_SPECIFIC_INFORMATION.2 - https.
    Successfully extracted sub option value.
    Searching for DHCP sub option : VENDOR_SPECIFIC_INFORMATION.3.
    Return value for DHCP option : VENDOR_SPECIFIC_INFORMATION.
    Found DHCP sub option : VENDOR_SPECIFIC_INFORMATION.3 - lyncpool.dlh.de.
    Successfully extracted sub option value.
    Searching for DHCP sub option : VENDOR_SPECIFIC_INFORMATION.4.
    Return value for DHCP option : VENDOR_SPECIFIC_INFORMATION.
    Found DHCP sub option : VENDOR_SPECIFIC_INFORMATION.4 - 443.
    Successfully extracted sub option value.
    Searching for DHCP sub option : VENDOR_SPECIFIC_INFORMATION.5.
    Return value for DHCP option : VENDOR_SPECIFIC_INFORMATION.
    Found DHCP sub option : VENDOR_SPECIFIC_INFORMATION.5 -
    /CertProv/CertProvisioningService.svc.
    Successfully extracted sub option value.
    Found web service Url :
    https://lyncpool.dlh.de:443/CertProv/CertProvisioningService.svc.
    Disconnecting.
    DHCP registrar discovery activity completed successfully.
    'DHCPDiscover' activity completed in '1.2179659' seconds.
    'GetRootCertChains' activity started.
    Trying to download a certificate chain from web service.
    Web Service Url : http://lyncpool.dlh.de/CertProv/CertProvisioningService.svc
    Could not download certificate chain from web service.
    CHECK:
     - Web service Url is valid and the web services are functional.
    'UnRegister' activity started.
    'UnRegister' activity completed in '3.78E-05' seconds.
    VERBOSE: Workflow Instance ID 'a9313cfa-b82c-4bd2-9df6-81acca1bcbbc' completed.
    VERBOSE: Workflow run-time (sec): 1.5083016.
    It looks like the telephone are not able to download the root CA, but the webservice is available and reachable via port 80 and 443 too.... So, what is the reason? Why the Polycom CX600 is not able to download the root CA??

  • No Internet acces or only one computer at the time

    Hi everybody,
    I'm a freelance IT supported and I'm new to Apple. I studied and always worked with PC but with people having more and more Mac at home I had to adapte.
    I have a problem at a customer's place which is kinda hard to explain. I'm unable to get Internet access on any devices connected to the WIFI. I tryed sevral setup and the best I can get is "one-device-at-the-time" (the last device that connects to the WIFI). I did screen captures of this setup.
    The setup isD-Link DSL-320B Modem (set as DHCP) --> AirPort Extreme (WAN Port) --> wireless devices (iMac, iPad, iPhone, PC, etc.)
    Unfortunatly, all the screen captures are in French (I'm in Switzerland) but since it's not literature, I think you can all get what's writen bellow.
    mode pont = bridge mode (I think this is how I actualy got one computer to access the web)
    I don't understand why the address is 169.254.xx.xx. Shouldn't it get a 192.168.1.x since the D-Link is setup as DHCP (see next screen capt) ? The DNS servers are the ones provided on the ISP info sheet but I don't think it's necessary to put them here, right ?
    strangely, the IP range didn't show up when I did the screen capture but it's 192.168.1.2 to 192.168.1.254
    I spent two unsuccessful hours last time, i'd realy like to make it right next time so I can actualy send them an invoice and eat more than pastas ;-)
    thanks for your help,
    Julien

    Hiya.. thanks for the lovely screen shots.. this is hard and would be impossible without them.
    Something odd is happening... I don't see anything wrong with your setup.
    What I do see is dlink doing its dinky toy dlink type stuff.
    The AE should have got an IP from the dlink. 192.168.1.x and as you have it bridged it should also pass packets to the dlink which would get IP for the wireless.. nothing wrong in any of that.
    It is failing .. and obviously not passing packets correctly on the ethernet link to the Dlink.
    DHCP discovery at the very least is failing..
    Look at your last screenshot of the dlink setup. Look at the IP handed to the AE. 83.79.62.39
    Where did that come from.. it says the AE is a client but the IP is some odd thing.
    Now did you happen to set the AE in DMZ of the dlink or did you use some other method to try and force this to work.. at some point it is passing .. perhaps an old public IP to the AE.. which is not correct.
    Your tech-it-easy computer plugged into the dlink is getting the correct LAN ip 192.168.1.2 clearly the AE has failed.
    I recommend you reset the Dlink to factory and redo the setup.
    If the ISP uses PPPoE, then setup the dlink in bridge mode and run the PPPoE client on the AE.. this is the best method.. but PPPoE is seldom used in Europe for whatever reason.
    If you use pppoa or ipoa or other dsl authentication then you must keep using the AE in bridge.
    Go back to the fundamental problem.. it is not passing packets over ethernet correctly. The AE is gigabit unless it is very old. Dlink I am guessing is 100mbit. There are occasional hitches.. if you have a switch 10/100 drag it along with you and plug it between the dlink and the AE.. and see if it then gets IP correctly. Check with another ethernet cord.. all the stuff you know.
    In the AE you can set wan port speed.. but you will need the AE in router mode.. ie it is NATting a public IP, but you will get double NAT.. as a test you can go for that.
    Use 100mbps full duplex.
    Of course you don't want to double NAT permanently.
    If you don't make progress.. post again..
    There is a manual way of bridging the AE.. we normally call it wan bypass.
    It is complicated so try the above before you do that.
    BTW,,, when the one computer does work, check what IP it is getting.. is it  83.79.62.39.. or whatever the public IP. If so the AE is definitely set wrongly in the DMZ of the dlink.

Maybe you are looking for