Sybase metadata retrieval in 3.2.3

Hi,
after switching to 3.2.3 from 3.1.5 revision, I am not able to run mapping
tool anymore: tool does not resolve all reserved db keywords.
The problem in particular is in RULE keyword: 3.1.5 running agains same db
with same driver considered this word as reserved one and used RULE0
instead, while 3.2.3 attempts to use RULE which is illegal.
Meanwhile i just added extra setting for the dictionary in kodo.properties
file to instruct kodo that RULE is reserved keyword as well. However, it
is interesting, why tool is not able to resolve this particular keyword.
Other keywords, such as TRANSACTION, POSITION etc are treated as reserved
as they were in previous version.
Regards,
Egidijus

Egidijus-
The problem is that in Kodo versions prior to 3.2, Kodo would
dynamically query the database for reserved words. As for 3.2, Kodo
requires a direct connection to the datbase less often, so it does not
dynamically obtain the list of reserved words.
The next version of Kodo will have Sybase's reserved word list updated
correctly. In the meantime, your workaround of using the dictionary
"ReservedWords" parameter is the correct course of action.
In article <cpu9lt$bja$[email protected]>, Egidijus wrote:
Hi,
after switching to 3.2.3 from 3.1.5 revision, I am not able to run mapping
tool anymore: tool does not resolve all reserved db keywords.
The problem in particular is in RULE keyword: 3.1.5 running agains same db
with same driver considered this word as reserved one and used RULE0
instead, while 3.2.3 attempts to use RULE which is illegal.
Meanwhile i just added extra setting for the dictionary in kodo.properties
file to instruct kodo that RULE is reserved keyword as well. However, it
is interesting, why tool is not able to resolve this particular keyword.
Other keywords, such as TRANSACTION, POSITION etc are treated as reserved
as they were in previous version.
Regards,
Egidijus
Marc Prud'hommeaux
SolarMetric Inc.

Similar Messages

  • An error occurred during olap API metadata retrieval. This is probably caus

    this is what i have done so far. i really nead some help asap!!!
    1. Install Oracle 9i Release 2 (9.2.0.1) Enterprise Edition with the General purpose database configuration (Data warehouse works as well). At the end of the installation I chose the password management button to change passwords for the few necessary accounts: SYS, SYSTEM, OLAPSYS, SH.
    2. Download the p3948480_9206_WINNT.zip from metalink, the 9.2.0.6 patchset
    3. Shut down any existing Oracle9i database instances with normal or immediate priority. Stop all listener and other services running in the Oracle home directory where you want to install the patch set.
    4. unzip the content of thepatch to a temp directory
    5. start setup.exe under the temp directory (it will start the Oracle Universal installer 10.1.0.3)
    6. install the patchset to your Oracle home, selecting the source in the temp_dir\stage\products.jar file
    7. review carefully the post-installation tasks for the patchset:
    Review the following sections before upgrading a database (quote from the patchset html readme):
    8.2.1.1If JServer is part of the installation ensure that there is at least 10 MB of free space allocated to the SYSTEM tablespace.
    8.2.1.2 Check XDB Tablespace Size
    For RAC installations, ensure that there is at least 50 MB of free space allocated to the XDB tablespace.
    8.2.1.3 Set the SHARED_POOL_SIZE and JAVA_POOL_SIZE Initialization Parameters
    Set the value of the SHARED_POOL_SIZE and the JAVA_POOL_SIZE initialization parameters as follows:
    Start the database:
    SQL> STARTUP
    If necessary, enter the following command to determine whether the system uses an initialization parameter file (initsid.ora) or a server parameter file (spfiledbname.ora):
    SQL> SHOW PARAMETER PFILE;
    This command displays the name and location of the server parameter file or the initialization parameter file.
    Determine the current values of these parameters:
    SQL> SHOW PARAMETER SHARED_POOL_SIZE
    SQL> SHOW PARAMETER JAVA_POOL_SIZE
    If the system is using a server parameter file:
    If necessary, set the value of the SHARED_POOL_SIZE initialization parameter to at least 150 MB:
    SQL> ALTER SYSTEM SET SHARED_POOL_SIZE='150M' SCOPE=spfile;
    If necessary, set the value of the JAVA_POOL_SIZE initialization parameter to at least 150 MB:
    SQL> ALTER SYSTEM SET JAVA_POOL_SIZE='150M' SCOPE=spfile;
    If the system uses an initialization parameter file, if necessary, change the values of the SHARED_POOL_SIZE and the JAVA_POOL_SIZE initialization parameters to at least 150 MB in the initialization parameter file (initsid.ora).
    Shut down the database:
    SQL> SHUTDOWN
    8.2.2 Upgrade the Database
    After you install the patch set, you must complete the following steps on every database associated with the upgraded Oracle home:
    Log on as a member of the Administrators group to the computer where the Oracle components are installed.
    Use SQL*Plus to login to the database as the SYS user with SYSDBA privileges:
    sqlplus /NOLOG
    CONNECT SYS/password AS SYSDBA
    Enter the following SQL*Plus commands:
    SQL> STARTUP MIGRATE
    SQL> SPOOL patch.log
    SQL> @ORACLE_BASE\ORACLE_HOME\rdbms\admin\catpatch.sql
    SQL> SPOOL OFF
    Restart the database:
    SQL> SHUTDOWN
    SQL> STARTUP
    Run the utlrp.sql script to recompile all invalid PL/SQL packages now instead of when the packages are accessed for the first time. This step is optional but recommended.
    SQL> @ORACLE_BASE\ORACLE_HOME\rdbms\admin\utlrp.sql
    12. Install JDeveloper 9.0.4 (download it from OTN and just unzip it in a directory ... it doesn't require an oracle home)
    13. Install BI Beans 9.0.4 (download it from OTN as well), run the setup.exe that comes with it and in the destination oracle home select the directory where you installed JDeveloper and give an oracle home name to it)
    14. Install the BIBDEMO schema:
    Create a directory on the computer that is running the Oracle9i database. This install_home directory is the location to which you will upload the data files that are required to build the BIBDEMO schema.
    On the computer where BI Beans is installed, locate the bibeans_home\bibdemo_schema folder (where bibeans_home is the root folder of your BI Beans installation). Copy all of the files found in this folder to the install_home folder on your server machine.
    Open a DOS prompt and navigate to the install_home folder.
    Run bibdemo.bat to install the schema, using the following syntax:
    bibdemo.bat <path to Oracle database files >
    For example, for an instance named my9iService, enter the following:
    bibdemo.bat D:\OraHome1\oradata\my9iService
    You are prompted for the password for the sys as sysdba user.
    The script takes approximately 15 minutes to run, depending on the machine specifications. It is normal to see some error messages while the script is running. In addition, when materialized views are being created in the database, the script will appear to stop; this is also normal. A clear message will tell you when the script has completed.
    The log files (*.log) that are generated by the installation script are stored in the folder from which you ran the script.
    Here's what
    bi_checkconfig.bat -h ana -po 1521 -sid proiect -u bibdemo -p bibdemo -q
    returned:
    BI Beans Diagnostics(v1.0.2.0) 2/28/05
    ===============================================================================
    JDEV_ORACLE_HOME .......................... = E:\OraDS
    JAVA_HOME ................................. = E:\OraDS\jdk
    JDeveloper version ........................ = 9.0.4.1.1.1436
    BI Beans release description .............. = BI Beans 9.0.4 Production Release
    BI Beans component number ................. = 9.0.4.23.0
    BI Beans internal version ................. = 2.7.5.32
    Connect to database ....................... = Successful
    JDBC driver version ....................... = 9.2.0.4.0
    JDBC JAR file location .................... = E:\OraDS\jdev\lib\patches
    Database version .......................... = 9.2.0.6.0
    OLAP Catalog version ...................... = 9.2.0.1.0
    OLAP AW Engine version .................... = 9.2.0.1.0
    OLAP API Server version ................... = 9.2.0.1.0
    BI Beans Catalog version .................. = N/A; not installed in bibdemo
    OLAP API JAR file version ................. = 9.2
    OLAP API JAR file location ................ = E:\OraDS\jdev\lib\ext
    Load OLAP API metadata .................... = Successful
    Number of metadata folders ................ = 2
    Number of metadata measures ............... = 12
    Number of metadata dimensions ............. = 8
    Testing sample query for measures and dimensions
    (S=Schema, C=Cube, M=Measure, D=Dimension)
    1/21) Measure Budget ................... = Successful
    S=BIBDEMO, C=BIBDEMO_BUDGET_CUBE, M=BUDGET
    2/21) Measure Actual ................... = Successful
    S=BIBDEMO, C=BIBDEMO_ACTUAL_CUBE, M=ACTUAL
    3/21) Measure Close Price .............. = Successful
    S=BIBDEMO, C=BIBDEMO_STKPRICE_CUBE, M=STKPRICE_CLOSE
    4/21) Measure Open Price ............... = Successful
    S=BIBDEMO, C=BIBDEMO_STKPRICE_CUBE, M=STKPRICE_OPEN
    5/21) Measure Low Price ................ = Successful
    S=BIBDEMO, C=BIBDEMO_STKPRICE_CUBE, M=STKPRICE_LOW
    6/21) Measure High Price ............... = Successful
    S=BIBDEMO, C=BIBDEMO_STKPRICE_CUBE, M=STKPRICE_HIGH
    7/21) Measure Stock Volume ............. = Successful
    S=BIBDEMO, C=BIBDEMO_STKPRICE_CUBE, M=STKPRICE_VOLUME
    8/21) Dimension Division ............... = Successful
    S=BIBDEMO, D=DIVISION
    9/21) Dimension Line Items ............. = Successful
    S=BIBDEMO, D=LINE
    10/21) Dimension Time ................... = Successful
    S=BIBDEMO, D=TIME
    11/21) Dimension Day .................... = Successful
    S=BIBDEMO, D=DAY
    12/21) Dimension Stock .................. = Successful
    S=BIBDEMO, D=STOCK
    13/21) Measure Costs .................... = Successful
    S=BIBDEMO, C=ANALYTIC_CUBE, M=F.COSTS
    14/21) Measure Promotion ................ = Successful
    S=BIBDEMO, C=ANALYTIC_CUBE, M=F.PROMO
    15/21) Measure Quota .................... = Successful
    S=BIBDEMO, C=ANALYTIC_CUBE, M=F.QUOTA
    16/21) Measure Units .................... = Successful
    S=BIBDEMO, C=ANALYTIC_CUBE, M=F.UNITS
    17/21) Measure Sales .................... = Successful
    S=BIBDEMO, C=ANALYTIC_CUBE, M=F.SALES
    18/21) Dimension Channel ................ = Successful
    S=BIBDEMO, D=CHANNEL
    19/21) Dimension Geography .............. = Successful
    S=BIBDEMO, D=GEOGRAPHY
    20/21) Dimension Product ................ = Successful
    S=BIBDEMO, D=PRODUCT
    21/21) Dimension Time ................... = Successful
    S=BIBDEMO, D=TIME
    Metadata output location .................. = E:\OraDS\bibeans\bi_checkconfig\bi
    _metadata.txt
    To interpret this output, see the "Displaying Information about your Oracle9i Bu
    siness Intelligence Beans Client Configuration" technical note, whose file name
    is bi_checkconfig_tn.html
    These diagnostics are captured in: E:\OraDS\bibeans\bi_checkconfig\bi_checkconfi
    g.xml
    now: i have created some new stuff:
    1). user ana with roles:
    -dba
    -olap_dba
    -connect
    -resource
    (same roles as bibdemo)
    2).schema ana; tablespace ana (permanent), tablespace anatemp (temporary)
    3).i have created some relational tables and i have inserted some data in them:
    agent, aparat (cofee machines), beneficiar (clients), locatii (city), raport (REPORT), timp (time), tipaparat (types of cofee machines), tipbautura (products : types of cofee made by all the cofee machines), zone (state)
    4). one fact table with:
    - sold cantity (measure)
    - id_bautura (id_product) primary key
    - id_timp(id_time) primary key
    - id_beneficiar (id_client) primary key
    - id_agent primary key
    - id_locatie (id_city) primary key
    - id_aparat (id_cofee_machine)primary key
    i have inserted some data also
    5).dimensions:
    AGENT_DIM :levels: codag(id_agent), numeag (agent name), telefag (agent phone number)from relational table agent
    BENEFICIAR_DIM :levels: codben (id_client), denumire (client name), adresa (adress) ,codl (id_city) etc from relatinal table beneficiar (clients)
    TIMP_DIM :levels: id, year, month from relational table timp (time)
    TIPBAUTURA_DIM :levels: codbautura (id_product), numebautura (product name)from relational table tipbautura (products)
    ZONA_DIM :levels: codzona (id state), numezona (state name), codoras (id city), numeoras (city name) with ierarhy id_state---id_city FROM 2 RELATINAL TABLES CITY AND STATE!!!!!!!! AM I ALOUD TO DO THAT?????
    DO I NEED TO CREATE A DIMENSION FROM ONLY ONE TABLE???????
    APARAT_DIM :LEVELS: codben (id client), codtip (id machine type), denumireap (machine type name), matricolap ((machine id) (FROM 2 RELATIONAL TABLES ALSO!!!!!!! FROM TYPES OF COFEE MACHINES AND COFEE MACHINES!!!!!
    6). I HAVE NOW CREATED THE CUBE FROM THE FACT TABLE AND WITH ALL THE DIMENSIONS
    7). summary advisor wizard NOT WORKING! IT NEVER STOPS!
    8). I HAVE CREATED ALSO ONE materialized view FOR THE CUBE
    IF I COMPILE IT... NO ERRORS
    9). CUBE VIEWER NOT WORKING!!!!!!! IT ONLY APEARS A BELL!!!
    NOW IF I RUN BI_CHECK CONFIG ON ANA AND ALSO ON BIBDEMO!!!!!!!!!!!!
    IT SAYS:
    1) An error occurred during olap API metadata retrieval. This is probably caused by inconsistent metadata.
    ============================================================================
    oracle.express.ExpressServerExceptionError class: Unknown Error
    Server error descriptions:
    INI: System failure, Generic at TxsOqConnection::getDefaultDatabase
    at oracle.express.olapi.data.full.ExpressDataProvider.getMetadataProviderInterface(ExpressDataProvider.java:1003)
    at oracle.olapi.metadata.MetadataFetcher.initialize(MetadataFetcher.java:73)
    at oracle.olapi.metadata.MetadataFetcher.<init>(MetadataFetcher.java:45)
    at oracle.olapi.metadata.BaseMetadataProvider.<init>(BaseMetadataProvider.java:47)
    at oracle.olapi.metadata.mdm.MdmMetadataProvider.<init>(MdmMetadataProvider.java:130)
    at oracle.express.olapi.data.full.ExpressDataProvider.getDefaultMetadataProvider(ExpressDataProvider.java:964)
    at oracle.dss.metadataManager.server.drivers.mdm._92.MDMMetadataDriverImpl_92.getMdmMetadataProvider(MDMMetadataDriverImpl_92.java:1133)
    at oracle.dss.metadataManager.server.drivers.mdm._92.MDMMetadataDriverImpl_92.attach(MDMMetadataDriverImpl_92.java:810)
    at oracle.dss.metadataManager.server.drivers.mdm.MDMMetadataDriverImpl.attach(MDMMetadataDriverImpl.java:125)
    at oracle.dss.metadataManager.server.MetadataManagerImpl.buildObjectModel(MetadataManagerImpl.java:1092)
    at oracle.dss.metadataManager.server.MetadataManagerImpl.attach(MetadataManagerImpl.java:969)
    at oracle.dss.metadataManager.client.MetadataManager.attach(MetadataManager.java:876)
    at oracle.dss.metadataManager.client.MetadataManager.attach(MetadataManager.java:799)
    at BICheckConfig.checkConnection(BICheckConfig.java:277)
    at BICheckConfig.main(BICheckConfig.java:1348)
    I TRYED ALSO WITH USER ANA WITH ROLES:
    - DBA
    - CONNECT
    -RESOURCE
    - OLAP_USER
    NOT WORKING! AND ALSO BIBDEMO NOT WORKING!
    WHAT AM I MISSING? SHOULD I USE AW MANAGER? OR DO I NEED TO CREATE AN AMNALITIC WORKSPACE???
    WHAT ARE THE STEPS TO CREATE A GOOD METADATA????

    Hi,
    The issue here is if the whole catalog is corrupt or just one schema. So to try and determine the status of the catalog I would try:
    1) Using OEM remove all the objects you created
    2) I presume you created your database using the Database Configuration Assistant? You should have used the warehouse template
    3) Make sure the following accounts are unlocked and also not expired : SH, OLAPSYS
    4) Make sure the password for the SH schema is SH
    5) Make sure the password for the OLAPSYS account is manager
    6) Install the BIBDEMO schema that is shipped with BI Beans. This in the jdev_home/bibeans/bibdemo_schema
    The installation process will remove SH schema from the OLAP catalog.
    7)Once this is installed use JDeveloper to see if you can create a crosstab or graph.
    8) If the BIBDEMO schema works try creating your new schemas one at a time.
    9) Make sure the if you define the a dimension as type time it has END_DATE (column type DATE) and TIME_SPAN (column type number) defined. Otherwise don't define the dimension as type time.
    Hope this helps
    Keith Laker
    Product Manager
    Oracle Business Intelligence Beans

  • Error during Olap metadata retrieval

    Hi all,
    We are getting the following error while trying to establish connection to the olap catalog to retrive olap metadata information for BI Beans
    "Successfully connected to the Oracle database but failed to retrieve metadata.
    Although the database connection succeeded,metadata in the OLAP Catalog is not
    valid and could not be retrieved.In order to create OLAP queries against the
    database,you must ensure that the OLAP Catalog metadata is valid."
    On running the BI Beans configuration diagnostic utility we get the following error
    <?xml version="1.0" encoding="UTF-8" ?>
    <BICheckConfig version="1.0.0.0">
    <Check key="JDEV_ORACLE_HOME" value="D:\JDev_57_Oct14Class"/>
    <Check key="JAVA_HOME" value="D:\jdk1.3.1_04"/>
    <Check key="JDeveloper version" value="9.0.3.998"/>
    <Check key="BI Beans version" value="9.0.3.4.0"/>
    <Check key="BI Beans internal version" value="2.7.0.11.3"/>
    <Check key="host" value="ap950sun.us.oracle.com"/>
    <Check key="port" value="1521"/>
    <Check key="sid" value="HCXD2BI"/>
    <Check key="user" value="hbi"/>
    <Check key="Connecting to the database" value="Successful"/>
    <Check key="JDBC driver version" value="9.2.0.1.0"/>
    <Check key="JDBC JAR file location" value="D:\JDev_57_Oct14Class\jdbc\lib"/>
    <Check key="Database version" value="9.2.0.2.0"/>
    <Check key="OLAP Catalog version" value=""/>
    <Check key="OLAP AW Engine version" value=""/>
    <Check key="OLAP API Server version" value=""/>
    <Check key="BI Beans Catalog version" value="N/A; not installed in hbi"/>
    <Check key="OLAP API JAR file version" value="9.2"/>
    <Check key="OLAP API JAR file location" value="D:\JDev_57_Oct14Class\jdev\lib\ext"/>
    <Check key="OLAP API Metadata Load" value="Unsuccessful"/>
    <Check key="Failure Point" value="MDMLoadFailed"/>
    <Check key="StackTrace">
    <![CDATA[
    ============================================================================
    1) An error occurred during olap API metadata retrieval. This is probably caused by inconsistent metadata.
    1) An error occurred during olap API metadata retrieval. This is probably caused by inconsistent metadata.
    ============================================================================
    oracle.express.idl.util.OlapiException
         at oracle.express.idl.ExpressConnectionModule.ConnectionInterfaceStub.getDefaultDatabase(ConnectionInterfaceStub.java:1465)
         at oracle.express.mdm.MdmMetadataProvider.<init>(MdmMetadataProvider.java:200)
         at oracle.express.mdm.MdmMetadataProvider.<init>(MdmMetadataProvider.java:187)
         at oracle.express.olapi.data.full.ExpressDataProvider.getDefaultMetadataProvider(ExpressDataProvider.java:549)
         at oracle.dss.metadataManager.server.drivers.mdm._92.MDMMetadataDriverImpl_92.getMdmMetadataProvider(MDMMetadataDriverImpl_92.java:1134)
         at oracle.dss.metadataManager.server.drivers.mdm._92.MDMMetadataDriverImpl_92.attach(MDMMetadataDriverImpl_92.java:811)
         at oracle.dss.metadataManager.server.drivers.mdm.MDMMetadataDriverImpl.attach(MDMMetadataDriverImpl.java:133)
         at oracle.dss.metadataManager.server.MetadataManagerImpl.buildObjectModel(MetadataManagerImpl.java:1085)
         at oracle.dss.metadataManager.server.MetadataManagerImpl.attach(MetadataManagerImpl.java:962)
         at oracle.dss.metadataManager.client.MetadataManager.attach(MetadataManager.java:866)
         at oracle.dss.metadataManager.client.MetadataManager.attach(MetadataManager.java:792)
         at BICheckConfig.checkConnection(BICheckConfig.java:250)
         at BICheckConfig.main(BICheckConfig.java:1172)
    ]]>
    </Check>
    </BICheckConfig>
    We are getting the same error for 2 different users.
    We are using Jdeveloper 9.0.3 with BI Beans 9.0.3 and 9.2.0.2 database
    Could someone help us with this.
    Thanks in advance.
    Nigel

    Hi,
    The issue here is if the whole catalog is corrupt or just one schema. So to try and determine the status of the catalog I would try:
    1) Using OEM remove all the objects you created
    2) I presume you created your database using the Database Configuration Assistant? You should have used the warehouse template
    3) Make sure the following accounts are unlocked and also not expired : SH, OLAPSYS
    4) Make sure the password for the SH schema is SH
    5) Make sure the password for the OLAPSYS account is manager
    6) Install the BIBDEMO schema that is shipped with BI Beans. This in the jdev_home/bibeans/bibdemo_schema
    The installation process will remove SH schema from the OLAP catalog.
    7)Once this is installed use JDeveloper to see if you can create a crosstab or graph.
    8) If the BIBDEMO schema works try creating your new schemas one at a time.
    9) Make sure the if you define the a dimension as type time it has END_DATE (column type DATE) and TIME_SPAN (column type number) defined. Otherwise don't define the dimension as type time.
    Hope this helps
    Keith Laker
    Product Manager
    Oracle Business Intelligence Beans

  • Wrong metadata retrieved when using Oracle8.1.7 + classes12.zip

    Hi,
    I am using Oracle8.1.7+classes12.zip+jdk1.2.2.
    I am always retrieving the wrong metadata for the tables. The same piece of code works fine when using Oracle8.1.5+classes111b.zip+jdk1.2.2.
    The code is as follows :
    try {
    db = Database.getDatabase();
    con = db.getConnection();
    ps = con.prepareStatement("SELECT * FROM " + tablename);
    meta = (ps.executeQuery()).getMetaData();
    } catch(SQLException e) {
    Debug.log("ServerMetaCache::requestMeta " + e);
    System.err.println("ServerMetaCache::requestMeta " + e);
    return null;
    The following is a list of the column name retrived from the metadata :
    TABLE_CAT
    TABLE_SCHEM
    TABLE_NAME
    COLUMN_NAME
    KEY_SEQ
    pk_name
    Anyone encountered this before?
    null

    The code I posted above was incomplete.
    The complete code is as shown below:
    db = Database.getDatabase();
    con = db.getConnection();
    ps = con.prepareStatement("SELECT * FROM " + tablename);
    meta = (ps.executeQuery()).getMetaData();
    try {
    int count = meta.getColumnCount();
    columns = new ColumnDefinition[count];
    System.out.println("tname = " + tname);
    System.out.println("column count = " + count);
    for (int i = 0; i < count; i++) { // arrays starts from 0 while columns start from 1
    String colName = meta.getColumnName(i+1); // get the database name for this column
    System.out.println("colName = " + colName);
    catch(SQLException e) {
    System.err.println(e.toString());
    The result is :
    tname = Product
    column count = 6
    colName = TABLE_CAT
    colName = TABLE_SCHEM
    colName = TABLE_NAME
    colName = COLUMN_NAME
    colName = KEY_SEQ
    colName = PK_NAME
    null

  • Problem in Sybase Metadata accessor information

    Hi!
    I am accessing Sybase database thru JConnect 5.5. If I try to access Metadata information, it throws the following exception. As per JConnect documentation, to access metadata info, one has to run a stored procedure i.e., sql_server.sql(for versions lesser than sybase 12.0 - I am using sybase 11.0.1) which is available with JConnect 5.5. I did the same. But still I am not able to access the metadata information. It throws the following Exception:
    java.sql.SQLException: JZ0SJ: Metadata accessor information was not found on this database. Please install the required tables as mentioned in the jConnect documentation.
    Thanks in advance.
    rgds.,
    s. saravana sankaran.

    I am having the same problem.
    The docs are saying:
    To support JDBC DatabaseMetaData methods, Sybase provides a set of stored procedures that jConnect can call for metadata about a database. These stored procedures must be installed on the server for the JDBC metadata methods to work.
    If the stored procedures for providing metadata are not already installed in a Sybase server, you can install them using one of two stored procedure scripts provided with jConnect:
    sql_server.sql installs stored procedures on an Adaptive Server database.
    sql_anywhere.sql installs stored procedures on an Adaptive Server Anywhere database.
    I executed the script but i am still facing the same problem.

  • JDev3 and Sybase Metadata

    Hello there,
    how can I see my Sybase Server 11.03 (Linux) Metadata in the connection property window? I tried to pass the connection Property 'USE_METADATA=true' with the conn. URL, but nothing happened.
    Could it be that Oracle built the JDev only for Oracle Databases?
    Thanks in advance
    Thomas

    JDeveloper currenly only works with Oracle connections in the wizards. You can (naturally) use JDBC to connect via code.

  • Itunes on NAS MetaData retrieval problem

    I have a large library from a cd collection stored as .wav files. The library is on a 2TB IOmega Stor Senter. I have no problems accessing the tunes but the artist, album & artwork are not recognized. I originally imported the CD's with the windows media player, which does recognize the data. Do I have to put the files on the hard drive or convert the format or is there an easier way to fix in itunes?

    iTunes does not support storing metadata in WAV files, in normal use it will store the metadata separately in the iTunes library file.
    If your looking for a lossless format for your music, one that can be shared between iTunes and Windows Media Player then the only practical choice is Apple Lossless. iTunes of course fully supports Apple Lossless, and with a free directshow filter WMP can play Apple Lossless as well, and with a free plugin WMP can also be made to read the metadata inside Apple Lossless files.

  • Failed to retrieve metadata in bibeans

    Hello,
    When I try to define a database connection I'm getting the following message:
    Successfully connected to the Oracle database but failed to retrieve metadata
    Also I can't open any of my Catalogs under the BI Designer. I ran the bi Diagnostics and below is the report. Does anyone know how to fix this metadata inconsistency?
    Thanks a lot for any help,
    Ariela
    BI Beans Diagnostics(v1.0.0.0) 1/10/03
    ===============================================================================
    JDEV_ORACLE_HOME ............................. = c:\JDeveloper
    JAVA_HOME .................................... = c:\JDeveloper\jdk
    JDeveloper version ........................... = 9.0.3.1035 (Production)
    BI Beans version ............................. = 9.0.3.4.0
    BI Beans internal version .................... = 2.7.0.11.3
    Connect to database .......................... = Successful
    JDBC driver version .......................... = 9.2.0.1.0
    JDBC JAR file location ....................... = c:\JDeveloper\jdbc\lib
    Database version ............................. = 9.2.0.2.0
    OLAP Catalog version ......................... = N/A
    OLAP AW Engine version ....................... = N/A
    OLAP API Server version ...................... = N/A
    BI Beans Cata[i]Long postings are being truncated to ~1 kB at this time.

    the posting has been truncated:
    BI Beans Diagnostics(v1.0.0.0) 1/10/03
    ===============================================================================
    JDEV_ORACLE_HOME ............................. = c:\JDeveloper
    JAVA_HOME .................................... = c:\JDeveloper\jdk
    JDeveloper version ........................... = 9.0.3.1035 (Production)
    BI Beans version ............................. = 9.0.3.4.0
    BI Beans internal version .................... = 2.7.0.11.3
    Connect to database .......................... = Successful
    JDBC driver version .......................... = 9.2.0.1.0
    JDBC JAR file location ....................... = c:\JDeveloper\jdbc\lib
    Database version ............................. = 9.2.0.2.0
    OLAP Catalog version ......................... = N/A
    OLAP AW Engine version ....................... = N/A
    OLAP API Server version ...................... = N/A
    BI Beans Catalog version ..................... = N/A; not installed in adw
    OLAP API JAR file version .................... = 9.2
    OLAP API JAR file location ................... = c:\JDeveloper\jdev\lib\ext
    Load OLAP API metadata ....................... = Unsuccessful
    Error: An error occurred during olap API metadata retrieval. This is probably caused by[i]Long postings are being truncated to ~1 kB at this time.

  • Failed to retrieve metadata with BIBDEMO

    Hi,
    I also have problems with BIBEANS Metadata Catalog.
    I tried to setup a new project along the BIBEANS Demo manual and see an error when I try to retrieve Metadata.
    Message in detail: Successfully connected to the database but faild to retrieve metadata.
    I have installed the OLAP Metadata Catalog and I also run the CWM2_OLAP_METADATA_REFRESH.MR_REFRESH.
    But when I run the bi_checkconfig.bat following output is generated:
    BI Beans Diagnostics(v1.0.0.0) 11/24/03
    ===============================================================================
    JDEV_ORACLE_HOME ............................. = C:\Oracle\jdev9031
    JAVA_HOME .................................... = C:\Java\j2sdk1.4.1_05
    JDeveloper version ........................... = 9.0.3.1.1107
    BI Beans version ............................. = 9.0.3.6.0A
    BI Beans internal version .................... = 2.7.0.13.1
    Connect to database .......................... = Successful
    JDBC driver version .......................... = 9.2.0.3.0
    JDBC JAR file location ....................... = C:\Oracle\jdev9031\jdbc\lib
    Database version ............................. = 9.2.0.4.0
    OLAP Catalog version ......................... = 9.2.0.4.0
    OLAP AW Engine version ....................... = 9.2.0.4.0
    OLAP API Server version ...................... = 9.2.0.4.0
    BI Beans Catalog version ..................... = N/A; not installed in bibdemo
    OLAP API JAR file version .................... = 9.2
    OLAP API JAR file location ................... = C:\Oracle\jdev9031\jdev\lib\ext
    Load OLAP API metadata ....................... = Unsuccessful
    Error: An error occurred during olap API metadata retrieval. This is probably c
    aused by inconsistent metadata.
    See C:\Oracle\jdev9031\bibeans\bin\bi_error.log
    To interpret this output, see the "Displaying Information about your Oracle9i Bu
    siness Intelligence Beans Client Configuration" technical note, whose file name
    is bi_checkconfig_tn.html
    These diagnostics are captured in: C:\Oracle\jdev9031\bibeans\bin\bi_checkconfig
    .xml
    Help is highly appreciated.
    Regards,
    Bernd J�gle

    I patched with Oracle 9.2.0.4.1 OLAP Patch sucessfully.
    Run the execute CWM2_OLAP_METADATA_REFRESH.MR_REFRESH again. But nothing changed.
    When I run the bi_checkconfig.bat I receive the following output:
    BI Beans Diagnostics(v1.0.0.0) 12/1/03
    ===============================================================================
    JDEV_ORACLE_HOME ............................. = C:\Oracle\jdev9031
    JAVA_HOME .................................... = C:\Java\j2sdk1.4.1_05
    JDeveloper version ........................... = 9.0.3.1.1107
    BI Beans version ............................. = 9.0.3.6.0A
    BI Beans internal version .................... = 2.7.0.13.1
    Connect to database .......................... = Successful
    JDBC driver version .......................... = 9.2.0.3.0
    JDBC JAR file location ....................... = C:\Oracle\jdev9031\jdbc\lib
    Database version ............................. = 9.2.0.4.0
    OLAP Catalog version ......................... = 9.2.0.4.0
    OLAP AW Engine version ....................... = 9.2.0.4.0
    OLAP API Server version ...................... = 9.2.0.4.0
    BI Beans Catalog version ..................... = N/A; not installed in BIBDEMO
    OLAP API JAR file version .................... = 9.2
    OLAP API JAR file location ................... = C:\Oracle\jdev9031\jdev\lib\ext
    Load OLAP API metadata ....................... = Unsuccessful
    Error: An error occurred during olap API metadata retrieval. This is probably c
    aused by inconsistent metadata.
    See C:\Source\Oracle\bibeans9032\bi_checkconfig\bi_error.log
    To interpret this output, see the "Displaying Information about your Oracle9i Bu
    siness Intelligence Beans Client Configuration" technical note, whose file name
    is bi_checkconfig_tn.html
    These diagnostics are captured in: C:\Source\Oracle\bibeans9032\bi_checkconfig\b
    i_checkconfig.xml
    What else can I do?
    Thanks for helping...
    regards
    Bernd

  • Unable to select OLAP API metadata

    I am using oracle rdbms 9.2.0.5
    Initially I was able to view BIBDEMO schema cubes using cubeviewer. I also created my own cubes using CWM2 API and was able to view through the bibeans. All of sudden it stopped working and I am currently unable to even view the demo cubes in BIBDEMO schema using cube viewer, it throws a "red bell with no error message" dialog.
    I validated the entire OLAP catalog using the CWM2 API, all the objects are valid.
    I do not have a time dimension and any AW cubes.
    The bi_checkconfig utility returned the following results.
    <?xml version="1.0" encoding="UTF-8" ?>
    <BICheckConfig version="1.0.0.0">
    <Check key="JDEV_ORACLE_HOME" value="d:\Program Files\JDev_903"/>
    <Check key="JAVA_HOME" value="D:\JDK\1.3.1_11"/>
    <Check key="JDeveloper version" value="9.0.3.4.1247"/>
    <Check key="BI Beans version" value="9.0.3.6.0A"/>
    <Check key="BI Beans internal version" value="2.7.0.14"/>
    <Check key="host" value="199.254.233.44"/>
    <Check key="port" value="1521"/>
    <Check key="sid" value="config3"/>
    <Check key="user" value="kaisernw"/>
    <Check key="Connecting to the database" value="Successful"/>
    <Check key="JDBC driver version" value="9.2.0.3.0"/>
    <Check key="JDBC JAR file location" value="d:\Program Files\JDev_903\jdbc\lib"/>
    <Check key="Database version" value="9.2.0.5.0"/>
    <Check key="OLAP Catalog version" value="9.2.0.5.0"/>
    <Check key="OLAP AW Engine version" value="9.2.0.5.0"/>
    <Check key="OLAP API Server version" value="9.2.0.5.0"/>
    <Check key="BI Beans Catalog version" value="N/A; not installed in kaisernw"/>
    <Check key="OLAP API JAR file version" value="9.2"/>
    <Check key="OLAP API JAR file location" value="d:\Program Files\JDev_903\jdev\lib\ext"/>
    <Check key="OLAP API Metadata Load" value="Unsuccessful"/>
    <Check key="Failure Point" value="MDMLoadFailed"/>
    <Check key="StackTrace">
    <![CDATA[
    ============================================================================
    1) An error occurred during olap API metadata retrieval. This is probably caused by inconsistent metadata.
    1) An error occurred during olap API metadata retrieval. This is probably caused by inconsistent metadata.
    ============================================================================
    oracle.express.ExpressServerExceptionError class: Unknown Error
    Server error descriptions:
    INI: System failure, Generic at TxsOqConnection::getDefaultDatabase
         void oracle.olapi.metadata.BaseMetadataProvider.<init>(oracle.olapi.data.source.DataProvider)
              BaseMetadataProvider.java:68
         void oracle.olapi.metadata.mdm.MdmMetadataProvider.<init>(oracle.olapi.data.source.DataProvider)
              MdmMetadataProvider.java:127
         oracle.olapi.metadata.MetadataProvider oracle.express.olapi.data.full.ExpressDataProvider.getDefaultMetadataProvider()
              ExpressDataProvider.java:912
         oracle.express.mdm.MdmMetadataProvider oracle.dss.metadataManager.server.drivers.mdm._92.MDMMetadataDriverImpl_92.getMdmMetadataProvider()
              MDMMetadataDriverImpl_92.java:1134
         oracle.dss.metadataUtil.PropertyBag oracle.dss.metadataManager.server.drivers.mdm._92.MDMMetadataDriverImpl_92.attach(oracle.dss.metadataUtil.PropertyBag)
              MDMMetadataDriverImpl_92.java:811
         oracle.dss.metadataUtil.PropertyBag oracle.dss.metadataManager.server.drivers.mdm.MDMMetadataDriverImpl.attach(oracle.dss.metadataUtil.PropertyBag)
              MDMMetadataDriverImpl.java:133
         void oracle.dss.metadataManager.server.MetadataManagerImpl.buildObjectModel()
              MetadataManagerImpl.java:1085
         oracle.dss.metadataManager.common.MDRoot oracle.dss.metadataManager.server.MetadataManagerImpl.attach(oracle.dss.metadataManager.common.MDRoot, oracle.dss.metadataUtil.PropertyBag)
              MetadataManagerImpl.java:962
         int oracle.dss.metadataManager.client.MetadataManager.attach(oracle.dss.metadataUtil.PropertyBag)
              MetadataManager.java:866
         int oracle.dss.metadataManager.client.MetadataManager.attach()
              MetadataManager.java:792
         oracle.dss.metadataUtil.OrderedHashtable BICheckConfig.checkConnection(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.io.OutputStream, boolean)
              BICheckConfig.java:250
         void BICheckConfig.main(java.lang.String[])
              BICheckConfig.java:1172
    ]]>
    </Check>
    </BICheckConfig>
    How can I debug this issue.
    Thank you,
    Senthil

    I figured what the problem is, I missed one of the invalid objects in my OLAP validation log file when I scanned before.
    As part of another issue (Issue #1), I dropped and recreated some dimensions. But did not reattach those dimensions to the cube. So in the log, that particular cube was marked as invalid with the error "no dimensions".
    FYI - (Issue #1)
    When creating dimensions, by mistake I mapped some of the fields using CWM2 map table API to a VIEW. The CWM2 validation API, validated these dimensions and marked them as valid.
    But from the query builder I was not able to progress forward from the layout panel to the dimension panel, it will just sit there without throwing any errors. Once I changed the view to the base table in the dimension definition, the querybuilder started working.
    Thank you,
    Senthil

  • Urgent help please: error at bi_checkconfig when validate OLAP metadata....

    dear friends,
    i used oracle database 10g Release 1 which i've patched it with Oracle 10.1.04 patchset, Oracle JDeveloper 10g (Version 10.1.2.1.0, build 1913) and bibeans 10.1.2.1 to build Business Intelligence based Application.
    first, i create OLAP metadata ( like: dimensions, level, cube, measures ) with Oracle Enterprise Manager Database Control, i design my cube in star schema format and store my OLAP metadata in COBA_OLAP schema that i've created before.
    After all my job with OLAP metadata finished, then i go to command prompt and validate my OLAP metadata with utility that brought by Oracle BIBeans 10.1.2.1 called bi_checkconfig
    i validate my OLAP metadata by executing this command from command prompt:
    C:\jdev1012\bibeans\bi_checkconfig>bi_checkconfig -h localhost -po 1521 -sid kuliah -u COBA_OLAP -p wysiwyg -q
    BI Beans Diagnostics(v1.0.2.0) 10/18/05
    ==============================================================================================================
    JDEV_ORACLE_HOME.......................................................................................................     = C:\jdev1012
    JAVA_HOME......................................................................................................................     = C:\jdev1012\jdk\jre
    JDeveloper version................................................................................................................     = 10.1.2.1.0.1913
    BI Beans release description.................................................................................................     = BI Beans 10.1.2 Production Release
    BI Beans component number................................................................................................     = 10.1.2.67.0
    BI Beans internal version.......................................................................................................     = 3.2.2.0.24.2
    Connect to database.............................................................................................................     = Successful
    JDBC driver version...............................................................................................................     = 10.1.0.42
    JDBC JAR file location..........................................................................................................     = C:\jdev1012\jdbc\lib
    Database version..................................................................................................................     = 10.1.0.4.0
    OLAP Catalog version............................................................................................................     = 10.1.0.4.0
    OLAP AW Engine version......................................................................................................     = 10.1.0.4.0
    OLAP API Server version.......................................................................................................     = 10.1.0.4.0
    BI Beans Catalog version.......................................................................................................     = N/A; not installed in COBA_OLAP
    OLAP API JAR file version.....................................................................................................     = "10.1.0.5.0"
    OLAP API JAR file location....................................................................................................     = C:\jdev1012\jdev\lib\ext
    Load OLAP API metadata .....................................................................................................     = unsuccessful
    Error: An error occurred during olap API metadata retrieval. This is probably caused by inconsistent metadata.
    my log file at C:\jdev1012\bibeans\bi_checkconfig\bi_error.log looks like this :
    ============================================================================
    1) An error occurred during olap API metadata retrieval. This is probably caused by inconsistent metadata.
    1) An error occurred during olap API metadata retrieval. This is probably caused by inconsistent metadata.
    ============================================================================
    oracle.express.ExpressServerExceptionError class: Unknown Error
    Server error descriptions:
    INI: A system failure occurred., Generic at TxsOqConnection::getDefaultDatabase
         at BICheckConfig.checkConnection(BICheckConfig.java:277)
         at BICheckConfig.main(BICheckConfig.java:1367)
    i really need help to fix this problem, any kind of solutions will be very appreciated...
    best regards,
    amiril

    Hi
    i was using AWM since 9i just because it creates OLAP metadata with a new API called CWM2, and Oracle Enterprise Manager was using a propietary API .
    With AWM 10.1.0.4 building your OLAP metadata is very simple, you can define your Dimensions, cubes, measures and even you can load your data from your source system.
    You can refer to the Oracle® OLAP Application Developer's Guide where you can find more information on this tool.
    And relative to your error i will recommend that you build on a dimension-by-dimension basis and try to validate your OLAP Metadata.
    Regards

  • Data retrieved by JCO formatted incorrectly

    Hi everyone,
    I'm calling RFC_READ_TEXT via the JCO. However, the results returned are all 'chopped' up haphazardly.
    For example, in the MESSAGES table, the results are like this :
    TYPE = ET
    ID = D                  602Text object    KON
    NUMBER = P is n
    MESSAGE = ot available 000000                KONP                               00000
    LOG_NO = 9953901
    LOG_MSG_NO =          PR
    MESSAGE_V1 = DCLNT300
    MESSAGE_V2 =
    MESSAGE_V3 =
    MESSAGE_V4 =
    PARAMETER =
    ROW = 0
    FIELD =
    SYSTEM =
    When I entered the same input to RFC_READ_TEXT in SE37 test function, the results are all formatted properly on the GUI.
    I'm guessing something might have gone wrong while passing the results to JCO. The data is 'chopped' up and placed in all the incorrect fields in JCO.Table.
    Does anyone have any ideas on how to resolve this? My SAP system DB is in Unicode. This problem occurred only after the DB was converted to Unicode. However, there is something in the API documentation which says:
    "Note: The preffered way to create meta data should be to use JCO.Repository. In this case the meta data fetched by Repository is correct independent on having unicode and non unicode backend."
    I am using the JCO.Repository to create meta data. Does it mean that my JCO already has the capability to talk to Unicode SAP?
    Thanks for any advice and insights.

    Managed to find some additional info on the issue. I printed out the MetaData for one of the tables used in another function - RFC_READ_TABLE :
    table name is FIELDS
    FIELDS   ,      ,h,6,4,0,Names (in) and structure (out) of fields read
              FIELDNAME        ,             ,C,60,0,0,Field Name
              OFFSET             ,              ,N,12,60,0,Offset of a field
              LENGTH          ,              ,N,12,72,0,Length (No. of Characters)
              TYPE             ,               ,C,2,84,0,ABAP data type (C,D,N,...)
              FIELDTEXT     ,         ,C,120,86,0,Short Description of Repository Objects
    When I run RFC_READ_TABLE in SE37 test function, and when I view the MetaData from within the SAPGUI, this is what I see :
    FIELDNAME     CHARACTER     30
    OFFSET           NUMC               6
    LENGTH           NUMC               6
    TYPE               CHARACTER     1
    FIELDTEXT       CHARACTER     60
    So now I know that JCO is formatting all the results incorrectly because of incorrect MetaData. All the field lengths have been doubled judging from the MetaData retrieved by JCO.Repository!
    But I do not know how to go about resolving this issue. Are there any special flags which I should set to obtain a Unicode version of the MetaData? In the documentation for JCO, it was mentioned that:
    "It is especially important that you don't mix up Unicode and non-Unicode calls. For doing RFC calls to and from a Unicode SAP Systems you will also need a corresponding repository holding the appropriate Unicode meta data. For RFC calls to and from Non-Unicode SAP Systems you will need a repository holding the appropriate Non-Unicode meta data."
    Can anyone advise how should I go about creating another set of repository containing Unicode MetaData? Thanks!

  • Issues with mobility and autodiscovery with Lync 2013 and IIS/ARR

    Hi all,
    this is my last resort after days and days searching a solution for this problem... unsuccessfully.
    All works fine unless the autodiscovery service with external users and the mobility service for both internal and external ones.
    I deployed a Standard Edition Lync Server 2013 with:
    a consolidated Frontend server in LAN
    an Archiving and Monitoring server in LAN
    an Edge server in DMZ with 2 NICs (one in DMZ network and one in LAN)
    a IIS/ARR 2.5 reverse proxy in DMZ with 2 NICs (one in DMZ network and one in LAN)
    All these roles are on Windows Server 2012 R2.
    No split-DNS is deployed since I have different domains for internal and external. In any case I used the pinpoint DNS tip to resolve some records internally (I followed this guide http://tsoorad.blogspot.ch/2012/10/lync-server-dns-pinpoint-zones.html)
    Here DNS records into internal domain:
    A-record for meet.domain-ext.com points to Frontend server local IP
    A-record for dialin.domain-ext.com points to Frontend server local IP
    A-record for lyncdiscoverinternal.domain-ext.com points to Frontend server IP
    A-record for lyncwebexternal.domain-ext.com points to Frontend sever local IP
    A-record for autodiscover.domain-ext.com points to Exchange server local IP
    Here DNS records into external domain:
    CNAME-record for lyncdiscover.domain-ext.com points to lyncwebexternal.domain-ext.com
    CNAME-record for sipexternal.domain-ext.com points to lyncwebexternal.domain-ext.com
    A-record for meet.domain-ext.com points to Reverse Proxy public IP
    A-record for dialin.domain-ext.com points to Reverse Proxy public IP
    A-record for lyncwebexternal.domain-ext.com points to Reverse Proxy public IP
    I installed and configured IIS/ARR 2.5 with KB2732764 and KB2785586 on Reverse Proxy following the NextHop guide. The local IP address of external NIC on Reverse Proxy is NATTED by a Cisco ASA firewall with public IP address and only 80/443
    ports are permitted.
    The problems occurs when I try to connect whit my Lync 2013 APP on iPad using autodiscovery service, both internally and externally. After some seconds the APP shows the message “Cannot connect to the server because it could be busy or
    temporarily unavailable. Retry.” When I used the IIS/ARR 3.0 the problem looked like an authentication issue, then I came back to ISS/ARR 2.5 version with its KB. Now I cannot understand what is the cause about logfail.
    The same behavior occurs with Android Lync 2013 APP and Windows Phone 8 APP.
    Moreover my Lync 2013 client on Windows 7 can connect internally with autodiscovery settings but it cannot do it externally.
    I'm a bit confused because I cannot understand if the problem is about external webservice of Frontend server or about Reverse Proxy configuration or about Lync Control Panel configuration.
    Here is an extracted of iPad Lync 2013 log (sorry if it’s a bit long).
    Any helps are very appreciated, thansk a lot!
    </SentRequest>
    2013-12-20
    11:33:00.781 Lync[563:3a71018c] INFO APPLICATION
    CUrlRedirectAndTrustResolver.cpp/201:CUrlRedirectAndTrustResolver::processUrl
    called with url = http://lyncdiscover.domain-ext.com/, hopCount = 0, maxHops =
    10
    2013-12-20
    11:33:00.781 Lync[563:6d00000] INFO UTILITIES
    CHttpStreamPool.cpp/409:Allocating stream 0x11cbe40 for url -
    https://lyncdiscover.domain-ext.com/ with persistent id as 6
    2013-12-20
    11:33:00.782 Lync[563:3a71018c] INFO TRANSPORT CTransportThread.cpp/131:Added
    Request(UcwaAutoDiscoveryRequest) to Request Processor queue
    2013-12-20
    11:33:00.782 Lync[563:6d00000] VERBOSE TRANSPORT
    CHttpProxyHelper.cpp/436:CHttpProxyHelper::discoverProxy : No proxy found for
    url https://lyncdiscover.domain-ext.com/?sipuri=sip:[email protected].
    Sending over direct connection.
    2013-12-20
    11:33:00.782 Lync[563:3a71018c] INFO APPLICATION
    CTransportRequestRetrialQueue.cpp/385:Submitting new req.
    UrlTrustResolver(0x1201358)
    2013-12-20
    11:33:00.782 Lync[563:3a71018c] INFO APPLICATION
    CUcwaAutoDiscoveryService.cpp/1783:Successfully started the GetUserUrlOperation
    request for http://lyncdiscover.domain-ext.com/?sipuri=sip:[email protected]
    2013-12-20
    11:33:00.796 Lync[563:6d00000] INFO TRANSPORT CTransportThread.cpp/343:Sent
    Request(UcwaAutoDiscoveryRequest) to Request Processor
    2013-12-20
    11:33:00.796 Lync[563:6d00000] WARNING TRANSPORT
    CCredentialManager.cpp/317:CCredentialManager::getSpecificCredential returning
    NULL credential for serviceId (4) type (1)!
    2013-12-20
    11:33:00.797 Lync[563:6d00000] INFO TRANSPORT
    TransportUtilityFunctions.cpp/631:<SentRequest>
    GET
    http://lyncdiscover.domain-ext.com/
    Request Id:
    0x1201358
    HttpHeader:Accept
    application/vnd.microsoft.rtc.autodiscover+xml;v=1
    </SentRequest>
    2013-12-20
    11:33:00.797 Lync[563:6d00000] INFO UTILITIES
    CHttpStreamPool.cpp/409:Allocating stream 0x12028f0 for url -
    http://lyncdiscover.domain-ext.com/ with persistent id as 7
    2013-12-20
    11:33:00.798 Lync[563:6d00000] VERBOSE TRANSPORT
    CHttpProxyHelper.cpp/436:CHttpProxyHelper::discoverProxy : No proxy found for
    url http://lyncdiscover.domain-ext.com/. Sending over direct connection.
    2013-12-20
    11:33:00.798 Lync[563:6d00000] INFO TRANSPORT CHttpStreamPool.cpp/556:Not
    setting TLS as the url(http://lyncdiscover.domain-ext.com/) is not https
    2013-12-20
    11:33:00.812 Lync[563:3a71018c] INFO UI CMConversationCommon.mm/43:not signed
    in
    2013-12-20
    11:33:00.812 Lync[563:3a71018c] INFO UI CMConversationCommon.mm/43:not signed
    in
    2013-12-20
    11:33:00.812 Lync[563:3a71018c] INFO UI CMConversationCommon.mm/43:not signed
    in
    2013-12-20
    11:33:00.813 Lync[563:3a71018c] INFO UI CMConversationCommon.mm/43:not signed
    in
    2013-12-20
    11:33:00.813 Lync[563:3a71018c] INFO UI CMConversationCommon.mm/43:not signed
    in
    2013-12-20
    11:33:04.104 Lync[563:6d00000] INFO UTILITIES CHttpConnection.cpp/577:Received
    kCFStreamEventEndEncountered (UcwaAutoDiscoveryRequest)isHeadersAvailable =
    true  responseHeadersHandle = 12c5d70
    2013-12-20
    11:33:04.105 Lync[563:6d00000] INFO UTILITIES CHttpConnection.cpp/628:Response
    status = 200 for request UcwaAutoDiscoveryRequest
    2013-12-20
    11:33:04.105 Lync[563:6d00000] INFO UTILITIES
    CHttpStreamPool.cpp/455:Scheduling stream 0x12028f0 for release.
    2013-12-20
    11:33:04.105 Lync[563:6d00000] INFO TRANSPORT
    CHttpRequestProcessor.cpp/173:Received response of
    request(UcwaAutoDiscoveryRequest) with status = 0x0
    2013-12-20
    11:33:04.106 Lync[563:6d00000] INFO TRANSPORT
    TransportUtilityFunctions.cpp/925:<ReceivedResponse>
    GET
    http://lyncdiscover.domain-ext.com/
    Request Id:
    0x1201358
    HttpHeader:Cache-Control
    no-cache
    HttpHeader:Content-Length
    1076
    HttpHeader:Content-Type
    application/vnd.microsoft.rtc.autodiscover+xml; v=1
    HttpHeader:Date
    Fri, 20 Dec 2013 10:33:02 GMT
    HttpHeader:Expires
    -1
    HttpHeader:Pragma
    no-cache
    HttpHeader:Server
    Microsoft-IIS/8.5
    HttpHeader:StatusCode
    200
    HttpHeader:X-AspNet-Version
    4.0.30319
    HttpHeader:X-Content-Type-Options
    nosniff
    HttpHeader:X-MS-Server-Fqdn
    frontend-lync.domain-int.com
    HttpHeader:X-Powered-By
    ASP.NET, ARR/2.5
    Ôªø<?xml
    version="1.0" encoding="utf-8"?><AutodiscoverResponse
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    AccessLocation="Internal"><Root><Link
    token="Domain" href="https://frontend-lync.domain-int.com/Autodiscover/AutodiscoverService.svc/root/domain?originalDomain=domain-ext.com"
    /><Link token="User" href="https://frontend-lync.domain-int.com/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=domain-ext.com"
    /><Link token="Self" href="https://frontend-lync.domain-int.com/Autodiscover/AutodiscoverService.svc/root?originalDomain=domain-ext.com"
    /><Link token="OAuth" href="https://frontend-lync.domain-int.com/Autodiscover/AutodiscoverService.svc/root/oauth/user?originalDomain=domain-ext.com"
    /><Link token="External/XFrame"
    href="https://lyncwebexternal.domain-ext.com/Autodiscover/XFrame/XFrame.html"
    /><Link token="Internal/XFrame" href="https://frontend-lync.domain-int.com/Autodiscover/XFrame/XFrame.html"
    /><Link token="XFrame" href="https://lyncwebexternal.domain-ext.com/Autodiscover/XFrame/XFrame.html"
    /></Root></AutodiscoverResponse>
    </ReceivedResponse>
    2013-12-20
    11:33:04.108 Lync[563:6d00000] INFO TRANSPORT
    CUcwaAutoDiscoveryResponse.cpp/112:location value is internal
    2013-12-20
    11:33:04.108 Lync[563:6d00000] INFO TRANSPORT
    CUcwaAutoDiscoveryResponse.cpp/195:User url is https://frontend-lync.domain-int.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain-ext.com
    2013-12-20
    11:33:04.109 Lync[563:6d00000] INFO TRANSPORT
    CHttpRequestProcessor.cpp/266:Sending event to main thread for
    request(0x1201358)
    2013-12-20
    11:33:04.109 Lync[563:3a71018c] INFO APPLICATION
    CTransportRequestRetrialQueue.cpp/822:Req. completed, Stopping timer.
    2013-12-20
    11:33:04.109 Lync[563:3a71018c] INFO APPLICATION
    CUrlRedirectAndTrustResolver.cpp/610:UrlRedirectAndTrustResolver complete with
    url = http://lyncdiscover.domain-ext.com/, Hops = 1, status = S_OK (S0-0-0)
    2013-12-20
    11:33:04.109 Lync[563:3a71018c] INFO APPLICATION
    CTransportRequestRetrialQueue.cpp/725:Response received for req.
    UrlTrustResolver(0x1201358): S_OK (S0-0-0) (Success); Done with req.; Stopping
    resend timer
    2013-12-20
    11:33:04.110 Lync[563:3a71018c] INFO APPLICATION
    CUcwaAutoDiscoveryGetUserUrlOperation.cpp/393:CUcwaAutoDiscoverGetUserUrlOperation::onEvent
    received.  Status = S_OK (S0-0-0), url =
    http://lyncdiscover.domain-ext.com/
    2013-12-20
    11:33:04.110 Lync[563:3a71018c] INFO APPLICATION
    CUcwaAutoDiscoveryGetUserUrlOperation.cpp/449:Received a root response
    2013-12-20
    11:33:04.110 Lync[563:3a71018c] INFO APPLICATION
    CUcwaAutoDiscoveryGetUserUrlOperation.cpp/456:Running trust check on user url.
    url = https://frontend-lync.domain-int.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain-ext.com
    2013-12-20
    11:33:04.110 Lync[563:3a71018c] INFO APPLICATION
    CUrlRedirectAndTrustResolver.cpp/77:Starting CUrlRedirectAndTrustResolver with
    url = https://frontend-lync.domain-int.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain-ext.com,
    maxHops = 1
    2013-12-20
    11:33:04.110 Lync[563:3a71018c] INFO APPLICATION
    CUrlRedirectAndTrustResolver.cpp/201:CUrlRedirectAndTrustResolver::processUrl
    called with url = https://frontend-lync.domain-int.com/autodiscover/autodiscoverservice.svc/root/user,
    hopCount = 0, maxHops = 1
    2013-12-20
    11:33:04.111 Lync[563:3a71018c] INFO TRANSPORT CTransportThread.cpp/131:Added
    Request(UcwaAutoDiscoveryRequest) to Request Processor queue
    2013-12-20
    11:33:04.111 Lync[563:3a71018c] INFO APPLICATION
    CTransportRequestRetrialQueue.cpp/385:Submitting new req.
    UrlTrustResolver(0x11d4d38)
    2013-12-20
    11:33:04.111 Lync[563:6d00000] INFO TRANSPORT CTransportThread.cpp/343:Sent
    Request(UcwaAutoDiscoveryRequest) to Request Processor
    2013-12-20
    11:33:04.111 Lync[563:6d00000] WARNING TRANSPORT
    CCredentialManager.cpp/317:CCredentialManager::getSpecificCredential returning
    NULL credential for serviceId (4) type (1)!
    2013-12-20
    11:33:04.112 Lync[563:6d00000] INFO TRANSPORT
    TransportUtilityFunctions.cpp/631:<SentRequest>
    GET
    https://frontend-lync.domain-int.com/autodiscover/autodiscoverservice.svc/root/user
    Request Id:
    0x11d4d38
    HttpHeader:Accept
    application/vnd.microsoft.rtc.autodiscover+xml;v=1
    </SentRequest>
    2013-12-20
    11:33:04.112 Lync[563:6d00000] INFO UTILITIES
    CHttpStreamPool.cpp/409:Allocating stream 0x125fa90 for url - https://frontend-lync.domain-int.com/autodiscover/autodiscoverservice.svc/root/user
    with persistent id as 7
    2013-12-20
    11:33:04.112 Lync[563:6d00000] VERBOSE TRANSPORT
    CHttpProxyHelper.cpp/436:CHttpProxyHelper::discoverProxy : No proxy found for
    url https://frontend-lync.domain-int.com/autodiscover/autodiscoverservice.svc/root/user.
    Sending over direct connection.
    2013-12-20
    11:33:04.113 Lync[563:6d00000] INFO UTILITIES CHttpStreamPool.cpp/609:Releasing
    stream 0x12028f0.
    2013-12-20
    11:33:04.261 Lync[563:6d00000] INFO UTILITIES CHttpConnection.cpp/577:Received
    kCFStreamEventEndEncountered (UcwaAutoDiscoveryRequest)isHeadersAvailable =
    true  responseHeadersHandle = 11cfbd0
    2013-12-20
    11:33:04.262 Lync[563:6d00000] INFO UTILITIES CHttpConnection.cpp/628:Response
    status = 200 for request UcwaAutoDiscoveryRequest
    2013-12-20
    11:33:04.262 Lync[563:6d00000] INFO UTILITIES
    CHttpStreamPool.cpp/455:Scheduling stream 0x11cbe40 for release.
    2013-12-20
    11:33:04.263 Lync[563:6d00000] INFO TRANSPORT
    CHttpRequestProcessor.cpp/173:Received response of
    request(UcwaAutoDiscoveryRequest) with status = 0x0
    2013-12-20
    11:33:04.263 Lync[563:6d00000] INFO TRANSPORT
    TransportUtilityFunctions.cpp/925:<ReceivedResponse>
    GET
    https://lyncdiscover.domain-ext.com/?sipuri=sip:[email protected]
    Request Id:
    0x12450d8
    HttpHeader:Cache-Control
    no-cache
    HttpHeader:Content-Length
    1076
    HttpHeader:Content-Type
    application/vnd.microsoft.rtc.autodiscover+xml; v=1
    HttpHeader:Date
    Fri, 20 Dec 2013 10:33:02 GMT
    HttpHeader:Expires
    -1
    HttpHeader:Pragma
    no-cache
    HttpHeader:Server
    Microsoft-IIS/8.5
    HttpHeader:StatusCode
    200
    HttpHeader:X-AspNet-Version
    4.0.30319
    HttpHeader:X-Content-Type-Options
    nosniff
    HttpHeader:X-MS-Server-Fqdn
    frontend-lync.domain-int.com
    HttpHeader:X-Powered-By
    ASP.NET, ARR/2.5
    Ôªø<?xml
    version="1.0" encoding="utf-8"?><AutodiscoverResponse
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    AccessLocation="Internal"><Root><Link
    token="Domain" href="https://frontend-lync.domain-int.com/Autodiscover/AutodiscoverService.svc/root/domain?originalDomain=domain-ext.com"
    /><Link token="User" href="https://frontend-lync.domain-int.com/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=domain-ext.com"
    /><Link token="Self" href="https://frontend-lync.domain-int.com/Autodiscover/AutodiscoverService.svc/root?originalDomain=domain-ext.com"
    /><Link token="OAuth" href="https://frontend-lync.domain-int.com/Autodiscover/AutodiscoverService.svc/root/oauth/user?originalDomain=domain-ext.com"
    /><Link token="External/XFrame"
    href="https://lyncwebexternal.domain-ext.com/Autodiscover/XFrame/XFrame.html"
    /><Link token="Internal/XFrame" href="https://frontend-lync.domain-int.com/Autodiscover/XFrame/XFrame.html"
    /><Link token="XFrame" href="https://lyncwebexternal.domain-ext.com/Autodiscover/XFrame/XFrame.html"
    /></Root></AutodiscoverResponse>
    </ReceivedResponse>
    2013-12-20
    11:33:04.264 Lync[563:6d00000] INFO TRANSPORT
    CUcwaAutoDiscoveryResponse.cpp/112:location value is internal
    2013-12-20
    11:33:04.265 Lync[563:6d00000] INFO TRANSPORT
    CUcwaAutoDiscoveryResponse.cpp/195:User url is https://frontend-lync.domain-int.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain-ext.com
    2013-12-20
    11:33:04.265 Lync[563:6d00000] INFO TRANSPORT
    CHttpRequestProcessor.cpp/266:Sending event to main thread for
    request(0x12450d8)
    2013-12-20
    11:33:04.266 Lync[563:3a71018c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/822:Req.
    completed, Stopping timer.
    2013-12-20
    11:33:04.266 Lync[563:3a71018c] INFO APPLICATION
    CUcwaAutoDiscoveryGetUserUrlOperation.cpp/290:Received a root response
    2013-12-20
    11:33:04.266 Lync[563:3a71018c] INFO APPLICATION CUcwaAutoDiscoveryGetUserUrlOperation.cpp/224:UcwaAutoDiscoveryGetUserUrlOperation
    completed with url = https://lyncdiscover.domain-ext.com/?sipuri=sip:[email protected],
    userUrl = https://frontend-lync.domain-int.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain-ext.com,
    status = S_OK (S0-0-0)
    2013-12-20
    11:33:04.266 Lync[563:3a71018c] INFO APPLICATION
    CTransportRequestRetrialQueue.cpp/725:Response received for req.
    GET-UnAuthenticatedGet(0x12450d8): S_OK (S0-0-0) (Success); Done with req.; Stopping
    resend timer
    2013-12-20
    11:33:04.267 Lync[563:3a71018c] INFO APPLICATION
    CTransportRequestRetrialQueue.cpp/399:Cancelling all requests
    2013-12-20
    11:33:04.267 Lync[563:3a71018c] INFO APPLICATION
    CTransportRequestRetrialQueue.cpp/409:Cancelling request: 0x11d4d38
    2013-12-20
    11:33:04.267 Lync[563:3a71018c] INFO TRANSPORT CSessionBase.hxx/158:Cancelling
    request: 0x11d4d38
    2013-12-20
    11:33:04.267 Lync[563:3a71018c] INFO TRANSPORT CTransportThread.cpp/163:Added
    Request(UcwaAutoDiscoveryRequest) to Request Processor queue
    2013-12-20
    11:33:04.267 Lync[563:3a71018c] INFO APPLICATION
    CUrlRedirectAndTrustResolver.cpp/610:UrlRedirectAndTrustResolver complete with
    url = https://frontend-lync.domain-int.com/autodiscover/autodiscoverservice.svc/root/user,
    Hops = 1, status = W_Cancelled (W0-0-6)
    2013-12-20
    11:33:04.267 Lync[563:3a71018c] INFO APPLICATION
    CUcwaAutoDiscoveryGetUserUrlOperation.cpp/224:UcwaAutoDiscoveryGetUserUrlOperation
    completed with url = http://lyncdiscover.domain-ext.com/?sipuri=sip:[email protected],
    userUrl = , status = W_Cancelled (W0-0-6)
    2013-12-20
    11:33:04.268 Lync[563:6d00000] INFO TRANSPORT CTransportThread.cpp/343:Sent
    Request(UcwaAutoDiscoveryRequest) to Request Processor
    2013-12-20
    11:33:04.268 Lync[563:3a71018c] INFO TRANSPORT CCredentialManager.cpp/176:getSpecificCredential
    for serviceId(1) returning: credType (1) signInName ([email protected])
    domain () username (mattia.spagnoli) password.empty() (0) certificate.isValid()
    (0) privateKey.empty() (1) compatibleServiceIds(1)
    2013-12-20
    11:33:04.268 Lync[563:3a71018c] INFO TRANSPORT
    CMetaDataManager.cpp/403:Received a request to get the meta data of type 0 for
    url https://frontend-lync.domain-int.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain-ext.com
    2013-12-20
    11:33:04.269 Lync[563:3a71018c] INFO TRANSPORT CMetaDataManager.cpp/467:Sending
    Unauthenticated get to get the web-ticket url
    2013-12-20
    11:33:04.269 Lync[563:3a71018c] INFO TRANSPORT CTransportThread.cpp/131:Added
    Request() to Request Processor queue
    2013-12-20
    11:33:04.269 Lync[563:3a71018c] INFO TRANSPORT
    CAuthenticationResolver.cpp/109:Waiting on Meta Data from https://frontend-lync.domain-int.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain-ext.com
    2013-12-20
    11:33:04.269 Lync[563:62d4000] INFO TRANSPORT CTransportThread.cpp/343:Sent
    Request() to Request Processor
    2013-12-20
    11:33:04.270 Lync[563:3a71018c] INFO APPLICATION
    CTransportRequestRetrialQueue.cpp/385:Submitting new req.
    GET-AuthenticatedUserGetRequest(0x1201ab8)
    2013-12-20
    11:33:04.270 Lync[563:62d4000] WARNING TRANSPORT
    CCredentialManager.cpp/317:CCredentialManager::getSpecificCredential returning
    NULL credential for serviceId (4) type (1)!
    2013-12-20
    11:33:04.270 Lync[563:3a71018c] INFO APPLICATION
    CUcwaAutoDiscoveryService.cpp/1189:Submitting Authenticated AutoDiscovery
    request to https://frontend-lync.domain-int.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain-ext.com
    2013-12-20
    11:33:04.270 Lync[563:6d00000] INFO UTILITIES
    CHttpStreamPool.cpp/455:Scheduling stream 0x125fa90 for release.
    2013-12-20
    11:33:04.271 Lync[563:62d4000] INFO TRANSPORT
    TransportUtilityFunctions.cpp/631:<SentRequest>
    GET
    https://frontend-lync.domain-int.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain-ext.com
    Request Id:
    0x1206198
    HttpHeader:Accept
    HttpHeader:X-MS-WebTicket
    xxxxxxxxxx
    </SentRequest>
    2013-12-20
    11:33:04.271 Lync[563:3a71018c] INFO APPLICATION
    CUcwaAutoDiscoveryService.cpp/1662:Ignoring GetUserUrlOperation event as
    current state is 6
    2013-12-20
    11:33:04.271 Lync[563:62d4000] INFO UTILITIES
    CHttpStreamPool.cpp/409:Allocating stream 0x11c0a40 for url - https://frontend-lync.domain-int.com/autodiscover/autodiscoverservice.svc/root/user
    with persistent id as 15
    2013-12-20
    11:33:04.271 Lync[563:3a71018c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/1664:Request
    url was http://lyncdiscover.domain-ext.com/?sipuri=sip:[email protected]
    2013-12-20
    11:33:04.272 Lync[563:62d4000] VERBOSE TRANSPORT
    CHttpProxyHelper.cpp/436:CHttpProxyHelper::discoverProxy : No proxy found for
    url https://frontend-lync.domain-int.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain-ext.com.
    Sending over direct connection.
    2013-12-20
    11:33:20.621 Lync[563:3a71018c] INFO UTILITIES
    CNetworkMonitor.cpp/217:Reachabilility Flags IsWWAN(0):Reachable(0):TransientConnection(0):ConnectionRequired(0):ConnectionOnTraffic(0):InterventionRequired(0):ConnectionOnDemand(0):IsLocalAddress(0):IsDirect(0)
    2013-12-20
    11:33:20.623 Lync[563:3a71018c] INFO UTILITIES CNetworkMonitor.cpp/186:Updated
    networkAvailableToConnect(CellularDataNetwork) -> NoNetwork,
    isInAirplaneMode(0) -> 1
    2013-12-20
    11:33:20.623 Lync[563:3a71018c] INFO APPLICATION
    CUcmpConversationsManager.cpp/4091:CUcmpConversationsManager::canDoVideoBasedOnNetworkAndPolicy
    returns false because RequestWiFiForAudio or RequestWifiForVideo is true and
    current network : is not WiFi
    2013-12-20
    11:33:20.623 Lync[563:3a71018c] INFO APPLICATION
    CUcmpConversationsManager.cpp/1672:CUcmpConversationsManager::queryCapability
    on StartP2PVideoCall returns false because
    canDoVideoBasedOnNetworkAndPolicy 
    returned false
    2013-12-20
    11:33:20.904 Lync[563:3a71018c] 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)
    2013-12-20
    11:33:20.905 Lync[563:3a71018c] INFO UTILITIES CNetworkMonitor.cpp/186:Updated
    networkAvailableToConnect(NoNetwork) -> CellularDataNetwork,
    isInAirplaneMode(1) -> 0
    2013-12-20
    11:33:20.905 Lync[563:3a71018c] INFO TRANSPORT CEventChannelManager.cpp/826:Received
    network monitor event so restarting event channel.
    2013-12-20
    11:33:20.906 Lync[563:3a71018c] INFO TRANSPORT
    CEventChannelManager.cpp/520:Moving the event channel aggressive mode.
    2013-12-20
    11:33:20.906 Lync[563:3a71018c] INFO APPLICATION
    CUcmpConversationsManager.cpp/4091:CUcmpConversationsManager::canDoVideoBasedOnNetworkAndPolicy
    returns false because RequestWiFiForAudio or RequestWifiForVideo is true and
    current network : is not WiFi
    2013-12-20
    11:33:20.906 Lync[563:3a71018c] INFO APPLICATION
    CUcmpConversationsManager.cpp/1672:CUcmpConversationsManager::queryCapability
    on StartP2PVideoCall returns false because
    canDoVideoBasedOnNetworkAndPolicy 
    returned false
    2013-12-20
    11:33:20.906 Lync[563:3a71018c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/2070:adIsEnabled
    = 1, sipUri = sip:[email protected], m_internalADUrlInput =
    m_externalADUrlInput =
    2013-12-20
    11:33:20.906 Lync[563:3a71018c] INFO APPLICATION
    CUcwaAutoDiscoveryService.cpp/255:Discovery is in progress and process state is
    6Ignoring request to start network discovery
    2013-12-20
    11:34:04.274 Lync[563:62d4000] INFO UTILITIES
    CHttpStreamPool.cpp/455:Scheduling stream 0x11c0a40 for release.
    2013-12-20
    11:34:04.275 Lync[563:62d4000] ERROR UTILITIES CHttpConnection.cpp/517:Connection
    timedout for request (0x%u0x12d1ea0) - notifying error E_ConnectionTimeoutError
    2013-12-20
    11:34:04.275 Lync[563:62d4000] INFO TRANSPORT
    CHttpRequestProcessor.cpp/173:Received response of request() with status =
    0x22020005
    2013-12-20
    11:34:04.276 Lync[563:62d4000] INFO TRANSPORT
    CHttpRequestProcessor.cpp/201:Request 
    resulted in E_ConnectionTimeoutError (E2-2-5). The retry counter is: 0
    2013-12-20
    11:34:04.276 Lync[563:62d4000] INFO TRANSPORT
    CHttpRequestProcessor.cpp/266:Sending event to main thread for
    request(0x1206198)
    2013-12-20
    11:34:04.277 Lync[563:3a71018c] INFO TRANSPORT
    CMetaDataManager.cpp/581:Received response for meta data request of type 60
    with status 570556421
    2013-12-20
    11:34:04.277 Lync[563:3a71018c] ERROR TRANSPORT CMetaDataManager.cpp/597:Unable
    to get a response to an unauthenticated get to url https://frontend-lync.domain-int.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain-ext.com
    2013-12-20
    11:34:04.278 Lync[563:3a71018c] INFO TRANSPORT CAuthenticationResolver.cpp/210:MetaData
    retrieval for url https://frontend-lync.domain-int.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain-ext.com
    completed with status 570556421
    2013-12-20
    11:34:04.278 Lync[563:3a71018c] INFO TRANSPORT CAuthenticationResolver.cpp/239:Deleting
    1 pended Meta data requests for url https://frontend-lync.domain-int.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain-ext.com
    2013-12-20
    11:34:04.278 Lync[563:3a71018c] ERROR TRANSPORT CAuthenticationResolver.cpp/288:Unable
    to get the meta data for server url https://frontend-lync.domain-int.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain-ext.com
    2013-12-20
    11:34:04.279 Lync[563:3a71018c] INFO TRANSPORT
    CAuthenticationResolver.cpp/293:Failing request to the request manager
    2013-12-20
    11:34:04.279 Lync[563:3a71018c] INFO TRANSPORT CRequestManager.cpp/273:Failing
    secure request UcwaAutoDiscoveryRequest with status E_ConnectionTimeoutError
    (E2-2-5)
    2013-12-20
    11:34:04.279 Lync[563:3a71018c] INFO APPLICATION
    CTransportRequestRetrialQueue.cpp/822:Req. completed, Stopping timer.
    2013-12-20
    11:34:04.279 Lync[563:3a71018c] INFO APPLICATION
    CUcwaAutoDiscoveryService.cpp/1284:Received autodiscovery response with status
    E_ConnectionTimeoutError (E2-2-5)
    2013-12-20
    11:34:04.279 Lync[563:3a71018c] INFO APPLICATION
    CUcwaAutoDiscoveryService.cpp/1242:Raising Autodiscovery event with status
    E_ConnectionTimeoutError (E2-2-5) for eventType 0
    2013-12-20
    11:34:04.280 Lync[563:3a71018c] INFO APPLICATION CUcwaAutoDiscoveryServiceRetrialWrapper.cpp/417:Received
    event for type 0 with status E_ConnectionTimeoutError (E2-2-5)
    2013-12-20
    11:34:04.280 Lync[563:3a71018c] INFO APPLICATION
    CUcwaAutoDiscoveryServiceRetrialWrapper.cpp/496:Raising Autodiscovery event
    with status E_ConnectionTimeoutError (E2-2-5) for eventType 0
    2013-12-20
    11:34:04.280 Lync[563:3a71018c] ERROR APPLICATION
    CUcwaAppSession.cpp/2066:Auto-discovery failed, aborting sign-in!
    2013-12-20
    11:34:04.280 Lync[563:3a71018c] INFO APPLICATION CUcwaAppSession.cpp/998:CUcwaAppSession::setNewActualState()
    state=0
    2013-12-20
    11:34:04.294 Lync[563:3a71018c] INFO UTILITIES
    CBasePersistableComponent.cpp/230:Storing 7 out-of-sync components took 10ms
    2013-12-20
    11:34:04.295 Lync[563:3a71018c] INFO UTILITIES CiOsAppStateQuery.h/147:Clearing
    keep-alive timer callback
    2013-12-20
    11:34:04.295 Lync[563:6d00000] INFO TRANSPORT
    CHttpRequestProcessor.cpp/134:Clearing request processor for component
    UcwaAutoDiscoverySession on sign-out.
    2013-12-20
    11:34:04.295 Lync[563:62d4000] INFO TRANSPORT
    CHttpRequestProcessor.cpp/134:Clearing request processor for component
    MetaDataManager on sign-out.
    2013-12-20
    11:34:04.295 Lync[563:3a71018c] INFO APPLICATION CAlertReporter.cpp/64:Alert
    received! Category 1, Type 201, level 0, error E_ConnectionTimeoutError
    (E2-2-5), context '', hasAction=false
    2013-12-20
    11:34:04.296 Lync[563:6d00000] INFO UTILITIES CHttpStreamPool.cpp/609:Releasing
    stream 0x11cbe40.
    2013-12-20
    11:34:04.296 Lync[563:62d4000] INFO UTILITIES CHttpStreamPool.cpp/609:Releasing
    stream 0x11c0a40.
    2013-12-20
    11:34:04.296 Lync[563:3a71018c] INFO APPLICATION CAlertReporter.cpp/117:Alert
    cleared of Category 1, Type 201, cleared 0 alerts
    2013-12-20
    11:34:04.297 Lync[563:3a71018c] INFO APPLICATION
    CTransportRequestRetrialQueue.cpp/725:Response received for req.
    GET-AuthenticatedUserGetRequest(0x1201ab8): E_ConnectionTimeoutError (E2-2-5)
    (RemoteNetworkTemporaryError); Done with req.; Stopping resend timer
    2013-12-20
    11:34:04.298 Lync[563:3a71018c] INFO UI CMAudioUtil.mm/322:stopSound
    2013-12-20
    11:34:04.298 Lync[563:3a71018c] INFO UI CMAudioUtil.mm/322:stopSound
    2013-12-20
    11:34:04.298 Lync[563:3a71018c] INFO UI CMAudioUtil.mm/322:stopSound
    2013-12-20
    11:34:04.298 Lync[563:3a71018c] INFO UI CMAudioVideoToastViewController.mm/992:Cancelling
    local notification
    2013-12-20
    11:34:04.299 Lync[563:6d00000] INFO UTILITIES CHttpStreamPool.cpp/609:Releasing
    stream 0x125fa90.
    2013-12-20
    11:34:04.300 Lync[563:3a71018c] INFO UI CMRootViewController.mm/378:ActualState
    = 0 DesiredState = 2  DataAvailable = 0
    2013-12-20
    11:34:04.300 Lync[563:3a71018c] INFO UI
    CMDetailViewController.mm/229:ActualState = 0 DesiredState = 1  DataAvailable = 0
    2013-12-20
    11:34:04.300 Lync[563:3a71018c] INFO UI CMDetailViewController.mm/262:ActualState
    = IsSignedOut DesiredState = BeSignedIn DataAvailable = 0 Showing UI =
    CredentialTableViewController
    2013-12-20
    11:34:04.300 Lync[563:3a71018c] INFO UI CMConversationCommon.mm/43:not signed
    in
    2013-12-20
    11:34:04.301 Lync[563:3a71018c] INFO UI CMConversationCommon.mm/43:not signed
    in
    2013-12-20
    11:34:04.301 Lync[563:3a71018c] INFO UI CMConversationCommon.mm/43:not signed
    in
    2013-12-20
    11:34:04.301 Lync[563:3a71018c] INFO UI CMConversationCommon.mm/43:not signed
    in
    2013-12-20
    11:34:04.301 Lync[563:3a71018c] INFO UI CMConversationCommon.mm/43:not signed
    in
    2013-12-20
    11:34:04.301 Lync[563:3a71018c] INFO UI CMNotificationManager.mm/705:desired
    view is alert, size 1
    2013-12-20
    11:34:04.301 Lync[563:3a71018c] INFO UI CMNotificationManager.mm/745:adding the
    desired view
    2013-12-20
    11:34:04.302 Lync[563:3a71018c] INFO UI CMNotificationManager.mm/480:reposition
    floating views
    2013-12-20
    11:34:04.302 Lync[563:3a71018c] INFO UI CMAlertViewController.mm/110:showalert
    is 1
    2013-12-20
    11:34:04.302 Lync[563:3a71018c] INFO UI CMAlertViewController.mm/114:showalert
    is 0
    2013-12-20
    11:34:04.302 Lync[563:3a71018c] INFO UI CMUIUtil.mm/402:Mapping error code =
    0x22020005, context = , type = 201
    2013-12-20 11:34:04.303 Lync[563:3a71018c] INFO UI
    CMUIUtil.mm/1680:Mapped error message is 'Non riesco a connettermi al server
    perché potrebbe essere occupato o temporaneamente non disponibile. Riprova.
    2013-12-20
    11:34:04.304 Lync[563:3a71018c] ERROR UI
    CMDismissButtonBaseViewController.mm/89:before: view height 1024.000000, width
    45.000000, x 64.000000, y 0.000000
    2013-12-20
    11:34:04.304 Lync[563:3a71018c] INFO UI
    CMNotificationManager.mm/1089:viewFrame: origin x 64.000000, origin y 0.000000,
    height 1024.000000, width 45.000000
    2013-12-20
    11:34:04.304 Lync[563:3a71018c] INFO UI CMNotificationManager.mm/1195:resize
    alert label, origin x 44.000000, origin y 2.000000, height 41.000000, width
    936.000000
    2013-12-20
    11:34:04.305 Lync[563:3a71018c] ERROR UI CMDismissButtonBaseViewController.mm/104:after:
    self.label.frame height 41.000000, width 936.000000, x 44.000000, y 2.000000
    2013-12-20
    11:34:04.305 Lync[563:3a71018c] INFO UI CMConversationCommon.mm/43:not signed
    in
    2013-12-20
    11:34:04.305 Lync[563:3a71018c] INFO UI CMConversationCommon.mm/43:not signed
    in
    2013-12-20
    11:34:04.305 Lync[563:3a71018c] INFO UI CMConversationCommon.mm/43:not signed
    in
    2013-12-20
    11:34:04.305 Lync[563:3a71018c] INFO UI CMConversationCommon.mm/43:not signed
    in
    2013-12-20
    11:34:04.305 Lync[563:3a71018c] INFO UI CMConversationCommon.mm/43:not signed
    in
    2013-12-20
    11:34:04.306 Lync[563:3a71018c] INFO UI CMNotificationManager.mm/705:desired
    view is alert, size 1
    2013-12-20
    11:34:04.306 Lync[563:3a71018c] INFO UI CMNotificationManager.mm/718:desired
    view is same as the current view
    2013-12-20
    11:34:04.306 Lync[563:3a71018c] INFO UI CMNotificationManager.mm/480:reposition
    floating views
    2013-12-20
    11:34:04.306 Lync[563:3a71018c] INFO UI CMAlertViewController.mm/110:showalert
    is 0
    2013-12-20
    11:34:04.306 Lync[563:3a71018c] ERROR UI
    CMDismissButtonBaseViewController.mm/89:before: view height 1024.000000, width
    45.000000, x 64.000000, y 0.000000
    2013-12-20
    11:34:04.307 Lync[563:3a71018c] INFO UI
    CMNotificationManager.mm/1089:viewFrame: origin x 64.000000, origin y 0.000000,
    height 1024.000000, width 45.000000
    2013-12-20
    11:34:04.307 Lync[563:3a71018c] INFO UI CMNotificationManager.mm/1195:resize
    alert label, origin x 44.000000, origin y 2.000000, height 41.000000, width
    936.000000
    2013-12-20
    11:34:04.307 Lync[563:3a71018c] ERROR UI
    CMDismissButtonBaseViewController.mm/104:after: self.label.frame height
    41.000000, width 936.000000, x 44.000000, y 2.000000
    2013-12-20
    11:34:04.337 Lync[563:3a71018c] INFO UI CMConversationCommon.mm/43:not signed
    in
    2013-12-20
    11:34:04.337 Lync[563:3a71018c] INFO UI CMConversationCommon.mm/43:not signed
    in
    2013-12-20
    11:34:04.338 Lync[563:3a71018c] INFO UI CMConversationCommon.mm/43:not signed
    in
    2013-12-20
    11:34:04.338 Lync[563:3a71018c] INFO UI CMConversationCommon.mm/43:not signed
    in
    2013-12-20
    11:34:04.338 Lync[563:3a71018c] INFO UI CMConversationCommon.mm/43:not signed
    in
    2013-12-20
    11:34:04.338 Lync[563:3a71018c] INFO UI CMNotificationManager.mm/705:desired
    view is alert, size 1
    2013-12-20
    11:34:04.338 Lync[563:3a71018c] INFO UI CMNotificationManager.mm/718:desired
    view is same as the current view
    2013-12-20
    11:34:04.338 Lync[563:3a71018c] INFO UI CMNotificationManager.mm/480:reposition
    floating views
    2013-12-20
    11:34:04.339 Lync[563:3a71018c] INFO UI CMAlertViewController.mm/110:showalert is
    0
    2013-12-20
    11:34:04.339 Lync[563:3a71018c] ERROR UI
    CMDismissButtonBaseViewController.mm/89:before: view height 1024.000000, width
    45.000000, x 64.000000, y 0.000000
    2013-12-20
    11:34:04.339 Lync[563:3a71018c] INFO UI CMNotificationManager.mm/1089:viewFrame:
    origin x 64.000000, origin y 0.000000, height 1024.000000, width 45.000000
    2013-12-20
    11:34:04.339 Lync[563:3a71018c] INFO UI CMNotificationManager.mm/1195:resize
    alert label, origin x 44.000000, origin y 2.000000, height 41.000000, width
    936.000000
    2013-12-20
    11:34:04.339 Lync[563:3a71018c] ERROR UI
    CMDismissButtonBaseViewController.mm/104:after: self.label.frame height
    41.000000, width 936.000000, x 44.000000, y 2.000000
    2013-12-20
    11:34:04.340 Lync[563:3a71018c] INFO UI CMSplitViewController.mm/162:Details
    Pane is in Full screen with controller
    2013-12-20
    11:34:04.340 Lync[563:3a71018c] INFO UI CMSplitViewController.mm/204:Split view
    frame orientation UIInterfaceOrientationLandscapeLeft Height = 748.000000 Width
    = 1024.000000 origin.x = 20.000000 origin.y = 0.000000 keyboardHeight =
    0.000000
    2013-12-20
    11:34:04.341 Lync[563:3a71018c] INFO UI CMSplitViewController.mm/162:Details
    Pane is in Full screen with controller
    2013-12-20
    11:34:04.341 Lync[563:3a71018c] INFO UI CMSplitViewController.mm/204:Split view
    frame orientation UIInterfaceOrientationLandscapeLeft Height = 748.000000 Width
    = 1024.000000 origin.x = 20.000000 origin.y = 0.000000 keyboardHeight =
    0.000000
    2013-12-20
    11:34:04.343 Lync[563:3a71018c] INFO UI
    CMToolsViewController.mm/349:ActualState = 0 DesiredState = 1  DataAvailable = 0
    2013-12-20
    11:34:04.344 Lync[563:3a71018c] INFO UI
    CMAlertViewController.mm/93:ObservableListItem Added event received
    2013-12-20
    11:34:04.344 Lync[563:3a71018c] INFO UI CMAlertViewController.mm/103:showalert
    is 1
    2013-12-20
    11:34:04.344 Lync[563:3a71018c] INFO UI CMConversationCommon.mm/43:not signed
    in
    2013-12-20
    11:34:04.344 Lync[563:3a71018c] INFO UI CMConversationCommon.mm/43:not signed
    in
    2013-12-20
    11:34:04.344 Lync[563:3a71018c] INFO UI CMConversationCommon.mm/43:not signed
    in
    2013-12-20
    11:34:04.344 Lync[563:3a71018c] INFO UI CMConversationCommon.mm/43:not signed
    in
    2013-12-20
    11:34:04.345 Lync[563:3a71018c] INFO UI CMConversationCommon.mm/43:not signed
    in
    2013-12-20
    11:34:04.345 Lync[563:3a71018c] INFO UI CMNotificationManager.mm/705:desired
    view is alert, size 1
    2013-12-20
    11:34:04.345 Lync[563:3a71018c] INFO UI CMNotificationManager.mm/718:desired
    view is same as the current view
    2013-12-20
    11:34:04.345 Lync[563:3a71018c] INFO UI CMNotificationManager.mm/480:reposition
    floating views
    2013-12-20
    11:34:04.345 Lync[563:3a71018c] INFO UI CMAlertViewController.mm/110:showalert
    is 1
    2013-12-20
    11:34:04.345 Lync[563:3a71018c] INFO UI CMAlertViewController.mm/114:showalert
    is 0
    2013-12-20
    11:34:04.345 Lync[563:3a71018c] INFO UI CMUIUtil.mm/402:Mapping error code =
    0x22020005, context = , type = 201
    2013-12-20
    11:34:04.346 Lync[563:3a71018c] INFO UI CMUIUtil.mm/1680:Mapped error message
    is ‘Cannot connect to the server because it could be busy or temporarily
    unavailable. Retry.’

    Hi Kent,
    thanks a lot for your reply!
    I created  _sip._tls.domain-ext.com SRV record in the external DNS and now autodiscovery works fine. At the beginning I had not created it because I thought lyncdiscover.domain-ext.com A record was enough for autodiscovery. I still cannot understand
    why lyncdiscover.domain-ext.com points to reverse proxy, while _sip._tls.domain-ext.com points to Edge server. It's strange because both are part of the research order of Lync 2013 desktop clients.
    By the way, mobility still does not work. I tried to insert bot the https URLs as manual configuration but Lync 2013 for iPad was not be able to login. I tried to paste both the URLs in the web browser and:
    with https://<ExtwebFQDN>/Autodiscover/autodiscoverservice.svc/Root appears the "Root.json" file to be downloaded;
    with https://<IntwebFQDN>/AutoDiscover/AutoDiscover.svc/Root
    the message "500-Internal error of server" appears.
    Any suggests from you about how to check the configuration of ISS/ARR 2.5?
    Thanks again!

  • Can't log into phones

    We just installed a Lync environment with one Standard Edition server, one Edge, and a reverse proxy on IIS ARR.
    Last week we were finally able to connect to Lync from the outside, through the edge, on the desktop Lync 2013 clients.  I had to change our _sip._tls SRV record to use port 5061 rather than 443 to fix that.
    The last roadblock now is that no one can log into their phones.  It's not broken; no one has been able to do it yet as this is a new deployment.
    The reverse proxy sure seems to be configured right.  I followed the instructions on the NextHop article that I think a lot of people use.  I've had MS review the config and they verified I have all the forwarding rules in the right places. 
    My lyncdiscover and lws rules are both forwarding to 4443 and 8080 as desired. 
    Yesterday they had me add lyncdiscover.mydomain.com to the internal DNS, which it wasn't in before.  They had me point to the public IP, which is not pingable from the inside.  Before I did that, I had it the non-natted IP.  Neither of those
    internal DNS records did anything to fix the problem.
    On my Windows phone, when I have Auto-Detect Server set to On, it takes a minute and gives me this ambiguous error:
    "We can't connect to the server.  Check your network connection and server address, and try again."
    So I turn off Auto-Detect Server, and put in
    https://lws.mydomain.com as both the internal and external discovery addresses.  I get the following:
    "We can't sign you in.  Please check your account info and try again."
    That implies that my account info is wrong.  Should I quadruple check it or is that not necessarily accurate?  Furthermore, if my account info was wrong, why wouldn't it say that when auto-detect server is on?
    I've only tried on my windows phone and an iPhone, haven't tried an android yet.  The errors on the iphone are slightly different and just as not-working.
    I don't know what piece of config I could try again.  I can look at the logs on my windows phone but I don't know what I'm looking at. 
    We pass all the Microsoft Remote Connectivity analyzer tests with green check marks.  It seems it couldn't be working any better now, except the fact that people can't log in to their phones.  Is there a Remote Connectivity Analyzer for mobile
    devices?
    Thanks for the help.
    Brandon

    Here are the censored iPhone logs.  I had the user disconnect from the internal network and try to sign in with Auto-Detect Server set to "on".
    2014-05-06 11:01:49.824 Lync[598:707] INFO UTILITIES /Users/comobuildadmin/icomo/main/src/dev/lyncmobile/platform/tracing/privateIos/CMTrace.mm/174:Version
    Information 5.4.1485
     date 2014-04-16 03:16:44 +0000
    2014-05-06 11:01:52.183 Lync[598:3ae0c18c] INFO APPLICATION CUcwaDataSynchronizer.cpp/1031:Mode 1 scheduled to timeout in 120sec
    2014-05-06 11:01:52.794 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:01:52.794 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:01:52.794 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:01:52.794 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:01:52.794 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:00.752 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:00.752 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:00.752 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:00.753 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:00.753 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:02.702 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:02.702 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:02.702 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:02.702 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:02.702 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:06.699 Lync[598:3ae0c18c] INFO APPLICATION CApplication.cpp/1824:Initialized the sign in BRB logger
    2014-05-06 11:02:06.701 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAppSession.cpp/975:CUcwaAppSession canceling all requests
    2014-05-06 11:02:06.709 Lync[598:3ae0c18c] INFO UTILITIES CBasePersistableComponent.cpp/230:Storing 2 out-of-sync components took 5ms
    2014-05-06 11:02:06.709 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAutoDiscoveryServiceRetrialWrapper.cpp/566:Timer cancelled. OnResume = 0
    2014-05-06 11:02:06.709 Lync[598:3ae0c18c] INFO APPLICATION CAlertReporter.cpp/117:Alert cleared of Category 1, Type 201, cleared 0 alerts
    2014-05-06 11:02:06.710 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAutoDiscoveryServiceRetrialWrapper.cpp/566:Timer cancelled. OnResume = 0
    2014-05-06 11:02:06.714 Lync[598:3ae0c18c] INFO APPLICATION CApplication.cpp/934:CApplication::serialize() called
    2014-05-06 11:02:06.728 Lync[598:3ae0c18c] INFO APPLICATION CUcmpConversationsManager.cpp/1890:CUcmpConversationsManager::serialize() called
    2014-05-06 11:02:06.728 Lync[598:3ae0c18c] INFO APPLICATION CUcmpConversationsManager.cpp/2127:CUcmpConversationsManager::serializeUsingPropertyBag() called
    2014-05-06 11:02:06.729 Lync[598:3ae0c18c] INFO APPLICATION CUcmpMrasHelper.cpp/582:CUcmpMrasHelper::serialize() called
    2014-05-06 11:02:06.729 Lync[598:3ae0c18c] INFO APPLICATION CUcmpMrasHelper.cpp/621:CUcmpMrasHelper::serialize : wrote token with 0 relays, m_httpProxy = ,
    m_httpProxyResolvedIPAddress = , m_httpProxyPort = -1
    2014-05-06 11:02:06.743 Lync[598:3ae0c18c] INFO APPLICATION CBasePersistableEntity.cpp/179:Storing 5 out-of-sync Object Models took 9ms
    2014-05-06 11:02:06.768 Lync[598:3ae0c18c] INFO APPLICATION CBasePersistableEntity.cpp/179:Storing 4 out-of-sync Object Models took 5ms
    2014-05-06 11:02:06.792 Lync[598:3ae0c18c] INFO APPLICATION CBasePersistableEntity.cpp/179:Storing 0 out-of-sync Object Models took 0ms
    2014-05-06 11:02:06.798 Lync[598:3ae0c18c] INFO APPLICATION CCertificateProvisioningService.cpp/541:Clearing certificate from transport: c7eba3c7-641c-4111-a381-
    56d7e049ee3e
    2014-05-06 11:02:06.800 Lync[598:3ae0c18c] INFO APPLICATION CApplication.cpp/897:Impersonalized the Object Model
    2014-05-06 11:02:06.800 Lync[598:3ae0c18c] INFO APPLICATION CApplication.cpp/934:CApplication::serialize() called
    2014-05-06 11:02:06.816 Lync[598:3ae0c18c] INFO APPLICATION CBasePersistableEntity.cpp/179:Storing 2 out-of-sync Object Models took 4ms
    2014-05-06 11:02:06.818 Lync[598:3ae0c18c] INFO APPLICATION CUcmpMrasHelper.cpp/711:CUcmpMrasHelper::impersonalize() called
    2014-05-06 11:02:06.819 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAppSession.cpp/434:SignIn. signInAsUserState=0, actualState=0
    2014-05-06 11:02:06.820 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAppSession.cpp/1234:Updating URLs. For Ucwa: discoveredFqdn=, applicationsRelativeUrl=,
    configuredInternal=, configuredExternal=, loc=0, auto-discovery=1
    2014-05-06 11:02:06.820 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAppSession.cpp/975:CUcwaAppSession canceling all requests
    2014-05-06 11:02:06.821 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAppSession.cpp/674:Sending AutoDiscovery request (in sign-in sequence)
    2014-05-06 11:02:06.822 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAutoDiscoveryServiceRetrialWrapper.cpp/566:Timer cancelled. OnResume = 0
    2014-05-06 11:02:06.822 Lync[598:3ae0c18c] INFO APPLICATION CAlertReporter.cpp/117:Alert cleared of Category 1, Type 201, cleared 0 alerts
    2014-05-06 11:02:06.822 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/2142:suspensionState = 2
    2014-05-06 11:02:06.823 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/2118:adIsEnabled = 1, sipUri = sip:[email protected],
    m_internalADUrlInput = m_externalADUrlInput =
    2014-05-06 11:02:06.823 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/1008:Discover UCWA urls for sip:[email protected]
    2014-05-06 11:02:06.824 Lync[598:3ae0c18c] INFO TRANSPORT TransportUtilityFunctions.cpp/491:Extracted domain.com from sip:[email protected]
    2014-05-06 11:02:06.826 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/1082:Starting Lync Discovery with urls
    http://lyncdiscoverinternal.domain.com/?sipuri=sip:[email protected] and
    http://lyncdiscover.domain.com/?sipuri=sip:[email protected]
    2014-05-06 11:02:06.827 Lync[598:3ae0c18c] INFO APPLICATION CUrlRedirectAndTrustResolver.cpp/77:Starting CUrlRedirectAndTrustResolver with url =
    https://lyncdiscoverinternal.domain.com/?sipuri=sip:[email protected], maxHops = 10
    2014-05-06 11:02:06.827 Lync[598:3ae0c18c] INFO APPLICATION CUrlRedirectAndTrustResolver.cpp/201:CUrlRedirectAndTrustResolver::processUrl called with url =
    https://lyncdiscoverinternal.domain.com/, hopCount = 0, maxHops = 10
    2014-05-06 11:02:06.828 Lync[598:3ae0c18c] INFO APPLICATION CUrlRedirectAndTrustResolver.cpp/610:UrlRedirectAndTrustResolver complete with url =
    https://lyncdiscoverinternal.domain.com/, Hops = 0, status = S_OK (S0-0-0)
    2014-05-06 11:02:06.832 Lync[598:3ae0c18c] INFO TRANSPORT CTransportThread.cpp/135:Added Request(UcwaAutoDiscoveryRequest) to Request Processor queue
    2014-05-06 11:02:06.833 Lync[598:3ae0c18c] INFO TRANSPORT CTransportThread.cpp/230:Created thread => context[0x5a545c0]
    2014-05-06 11:02:06.833 Lync[598:72ed000] INFO TRANSPORT CTransportThread.cpp/401:Started executing thread => context[0x5a545c0]
    2014-05-06 11:02:06.834 Lync[598:3ae0c18c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/385:Submitting new req. GET-UnAuthenticatedGet(0x132f928)
    2014-05-06 11:02:06.834 Lync[598:72ed000] INFO TRANSPORT CTransportThread.cpp/347:Sent Request(UcwaAutoDiscoveryRequest) to Request Processor
    2014-05-06 11:02:06.835 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/1931:Successfully started the GetUserUrlOperation request for
    https://lyncdiscoverinternal.domain.com/?sipuri=sip:[email protected]
    2014-05-06 11:02:06.835 Lync[598:72ed000] WARNING TRANSPORT CCredentialManager.cpp/317:CCredentialManager::getSpecificCredential returning NULL credential for
    serviceId (4) type (1)!
    2014-05-06 11:02:06.836 Lync[598:3ae0c18c] INFO APPLICATION CUrlRedirectAndTrustResolver.cpp/77:Starting CUrlRedirectAndTrustResolver with url =
    http://lyncdiscoverinternal.domain.com/?sipuri=sip:[email protected], maxHops = 10
    2014-05-06 11:02:06.836 Lync[598:3ae0c18c] INFO APPLICATION CUrlRedirectAndTrustResolver.cpp/201:CUrlRedirectAndTrustResolver::processUrl called with url =
    http://lyncdiscoverinternal.domain.com/, hopCount = 0, maxHops = 10
    2014-05-06 11:02:06.837 Lync[598:3ae0c18c] INFO TRANSPORT CTransportThread.cpp/135:Added Request(UcwaAutoDiscoveryRequest) to Request Processor queue
    2014-05-06 11:02:06.837 Lync[598:3ae0c18c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/385:Submitting new req. UrlTrustResolver(0x13f76f8)
    2014-05-06 11:02:06.837 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/1963:Successfully started the GetUserUrlOperation request for
    http://lyncdiscoverinternal.domain.com/?sipuri=sip:[email protected]
    2014-05-06 11:02:06.837 Lync[598:3ae0c18c] INFO TRANSPORT TransportUtilityFunctions.cpp/491:Extracted domain.com from sip:[email protected]
    2014-05-06 11:02:06.837 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAppSession.cpp/998:CUcwaAppSession::setNewActualState() state=1
    2014-05-06 11:02:06.838 Lync[598:72ed000] INFO TRANSPORT TransportUtilityFunctions.cpp/634:<SentRequest>
    GET
    https://lyncdiscoverinternal.domain.com/?sipuri=sip:[email protected]
    Request Id: 0x132f928
    HttpHeader:Accept application/vnd.microsoft.rtc.autodiscover+xml;v=1
    </SentRequest>
    2014-05-06 11:02:06.839 Lync[598:3ae0c18c] INFO APPLICATION CApplication.cpp/1858:CUcwaAppSession::signIn() succeeded
    2014-05-06 11:02:06.840 Lync[598:3ae0c18c] INFO TRANSPORT CCredentialManager.cpp/176:getSpecificCredential for serviceId(1) returning: credType (1) signInName
    ([email protected]) domain (domain.com) username (utexs01) password.empty() (0) certificate.isValid() (0) privateKey.empty() (1) compatibleServiceIds(1)
    2014-05-06 11:02:06.841 Lync[598:3ae0c18c] INFO APPLICATION CEwsAttachmentManager.cpp/196:Scheduling cleanup run in 86400sec
    2014-05-06 11:02:06.841 Lync[598:3ae0c18c] INFO UI CMProximityManager.mm/465:audiovideo toast receive conversations manager event, type 2
    2014-05-06 11:02:06.842 Lync[598:3ae0c18c] INFO UI CMCWAlertActionViewController.mm/265:cw alert receive conversations manager event, type 2
    2014-05-06 11:02:06.842 Lync[598:3ae0c18c] INFO UI CMCollabToastViewController.mm/677:Collab/AppSharing toast receive conversations manager event, type 2
    2014-05-06 11:02:06.842 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:06.843 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:06.843 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:06.843 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:06.843 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:06.846 Lync[598:3ae0c18c] INFO UI CMEscalationToastViewController.mm/501:audio/video toast receive conversations manager event, type 2
    2014-05-06 11:02:06.847 Lync[598:3ae0c18c] INFO UI CMAudioVideoToastViewController.mm/1250:audio/video toast receive conversations manager event, type 2
    2014-05-06 11:02:06.847 Lync[598:3ae0c18c] INFO UI CMConversationToast.mm/571:receive conversations manager event, type 2
    2014-05-06 11:02:06.847 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:06.847 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:06.847 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:06.848 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:06.848 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:06.849 Lync[598:72ed000] INFO UTILITIES CHttpStreamPool.cpp/399:Allocating stream 0x12e6640 for url -
    https://lyncdiscoverinternal.domain.com/ with
    persistent id as 6
    2014-05-06 11:02:06.849 Lync[598:3ae0c18c] INFO UI CMUIManager.mm/982:UpdateViews
    2014-05-06 11:02:06.849 Lync[598:3ae0c18c] INFO UI CMUIManager.mm/1050:ActualState = IsSigningIn DesiredState = BeSignedIn DataAvailable = 0 Showing UI =
    SigningInViewController
    2014-05-06 11:02:06.850 Lync[598:72ed000] VERBOSE TRANSPORT CHttpProxyHelper.cpp/435:CHttpProxyHelper::discoverProxy : No proxy found for url
    https://lyncdiscoverinternal.domain.com/?sipuri=sip:[email protected]. Sending over direct connection.
    2014-05-06 11:02:06.859 Lync[598:72ed000] INFO UTILITIES CTimer.cpp/225:Created timer instance (0x13fb504) for runloop (0x123ea40)
    2014-05-06 11:02:06.859 Lync[598:72ed000] INFO TRANSPORT CTransportThread.cpp/347:Sent Request(UcwaAutoDiscoveryRequest) to Request Processor
    2014-05-06 11:02:06.859 Lync[598:72ed000] WARNING TRANSPORT CCredentialManager.cpp/317:CCredentialManager::getSpecificCredential returning NULL credential for
    serviceId (4) type (1)!
    2014-05-06 11:02:06.860 Lync[598:72ed000] INFO TRANSPORT TransportUtilityFunctions.cpp/634:<SentRequest>
    GET http://lyncdiscoverinternal.domain.com/
    Request Id: 0x13f76f8
    HttpHeader:Accept application/vnd.microsoft.rtc.autodiscover+xml;v=1
    </SentRequest>
    2014-05-06 11:02:06.861 Lync[598:72ed000] INFO UTILITIES CHttpStreamPool.cpp/399:Allocating stream 0x12cc010 for url -
    http://lyncdiscoverinternal.domain.com/ with
    persistent id as 7
    2014-05-06 11:02:06.861 Lync[598:72ed000] VERBOSE TRANSPORT CHttpProxyHelper.cpp/435:CHttpProxyHelper::discoverProxy : No proxy found for url
    http://lyncdiscoverinternal.domain.com/. Sending over direct connection.
    2014-05-06 11:02:06.861 Lync[598:72ed000] INFO TRANSPORT CHttpStreamPool.cpp/546:Not setting TLS as the url(http://lyncdiscoverinternal.domain.com/) is not https
    2014-05-06 11:02:06.883 Lync[598: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:0x132d2d0 UIImageView:0x12d9cd0.centerX == UILabel:0x13fb9c0.centerX>",
        "<NSLayoutConstraint:0x132cf50 UIView:0x12d6cf0.centerX == UIImageView:0x12d9cd0.centerX>",
        "<NSLayoutConstraint:0x132d010 H:|-(26)-[UILabel:0x13fb9c0]   (Names: '|':UIView:0x12d6cf0 )>",
        "<NSLayoutConstraint:0x132d040 H:[UILabel:0x13fb9c0]-(25)-|   (Names: '|':UIView:0x12d6cf0 )>"
    Will attempt to recover by breaking constraint
    <NSLayoutConstraint:0x132d2d0 UIImageView:0x12d9cd0.centerX == UILabel:0x13fb9c0.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-05-06 11:02:06.886 Lync[598: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:0x132cfe0 UIView:0x12d6cf0.centerX == UILabel:0x13fb9c0.centerX>",
        "<NSLayoutConstraint:0x132d010 H:|-(26)-[UILabel:0x13fb9c0]   (Names: '|':UIView:0x12d6cf0 )>",
        "<NSLayoutConstraint:0x132d040 H:[UILabel:0x13fb9c0]-(25)-|   (Names: '|':UIView:0x12d6cf0 )>"
    Will attempt to recover by breaking constraint
    <NSLayoutConstraint:0x132cfe0 UIView:0x12d6cf0.centerX == UILabel:0x13fb9c0.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-05-06 11:02:06.888 Lync[598: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:0x132cf80 UILabel:0x13fb9c0.centerX == UIActivityIndicatorView:0x12e7a50.centerX>",
        "<NSLayoutConstraint:0x132d010 H:|-(26)-[UILabel:0x13fb9c0]   (Names: '|':UIView:0x12d6cf0 )>",
        "<NSLayoutConstraint:0x132d040 H:[UILabel:0x13fb9c0]-(25)-|   (Names: '|':UIView:0x12d6cf0 )>",
        "<NSLayoutConstraint:0x132cb20 UIView:0x12d6cf0.centerX == UIActivityIndicatorView:0x12e7a50.centerX>"
    Will attempt to recover by breaking constraint
    <NSLayoutConstraint:0x132cf80 UILabel:0x13fb9c0.centerX == UIActivityIndicatorView:0x12e7a50.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-05-06 11:02:06.895 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:06.896 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:06.896 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:06.896 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:06.896 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:06.897 Lync[598:3ae0c18c] INFO UI CMAudioUtil.mm/322:stopSound
    2014-05-06 11:02:06.897 Lync[598:3ae0c18c] INFO UI CMAudioUtil.mm/322:stopSound
    2014-05-06 11:02:06.897 Lync[598:3ae0c18c] INFO UI CMAudioUtil.mm/322:stopSound
    2014-05-06 11:02:06.897 Lync[598:3ae0c18c] INFO UI CMAudioVideoToastViewController.mm/961:Cancelling local notification
    2014-05-06 11:02:06.910 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:06.910 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:06.910 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:06.910 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:06.910 Lync[598:3ae0c18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-05-06 11:02:07.459 Lync[598:72ed000] INFO UTILITIES CHttpConnection.cpp/579:Received kCFStreamEventEndEncountered (UcwaAutoDiscoveryRequest)isHeadersAvailable
    = true  responseHeadersHandle = 12d63d0
    2014-05-06 11:02:07.460 Lync[598:72ed000] INFO UTILITIES CHttpConnection.cpp/653:Response status = 200 for request UcwaAutoDiscoveryRequest
    2014-05-06 11:02:07.461 Lync[598:72ed000] INFO UTILITIES CHttpStreamPool.cpp/445:Scheduling stream 0x12cc010 for release.
    2014-05-06 11:02:07.461 Lync[598:72ed000] INFO TRANSPORT CHttpRequestProcessor.cpp/173:Received response of request(UcwaAutoDiscoveryRequest) with status = 0x0
    2014-05-06 11:02:07.462 Lync[598:72ed000] INFO TRANSPORT TransportUtilityFunctions.cpp/928:<ReceivedResponse>
    GET http://lyncdiscoverinternal.domain.com/
    Request Id: 0x13f76f8
    HttpHeader:Cache-Control no-cache
    HttpHeader:Content-Type text/html
    HttpHeader:Date Tue, 06 May 2014 16:02:08 GMT
    HttpHeader:Expires Tue, 06 May 2014 16:02:07 GMT
    HttpHeader:Server nginx
    HttpHeader:StatusCode 200
    HttpHeader:Transfer-Encoding Identity
    HttpHeader:Vary Accept-Encoding
    <html><head><meta http-equiv="refresh" content="0;url=http://search-help.sprint.com/index.php?
    origURL=http://lyncdiscoverinternal.domain.com/"/></head><body><script>window.location="http://search-help.sprint.com/index.php?origURL="+escape
    (window.location)+"&r="+escape(document.referrer);</script></body></html>
    </ReceivedResponse>
    2014-05-06 11:02:07.464 Lync[598:72ed000] ERROR TRANSPORT TransportUtilityFunctions.cpp/1770:Accept-types (application/vnd.microsoft.rtc.autodiscover+xml;v=1) not
    found in Content-Type response from server (text/html).  Not decoding.
    2014-05-06 11:02:07.465 Lync[598:72ed000] INFO TRANSPORT CHttpRequestProcessor.cpp/266:Sending event to main thread for request(0x13f76f8)
    2014-05-06 11:02:07.467 Lync[598:3ae0c18c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/822:Req. completed, Stopping timer.
    2014-05-06 11:02:07.468 Lync[598:3ae0c18c] INFO APPLICATION CUrlRedirectAndTrustResolver.cpp/610:UrlRedirectAndTrustResolver complete with url =
    http://lyncdiscoverinternal.domain.com/, Hops = 1, status = E_ResponseUnknown (E2-1-5)
    2014-05-06 11:02:07.468 Lync[598:3ae0c18c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/725:Response received for req. UrlTrustResolver(0x13f76f8):
    E_ResponseUnknown (E2-1-5) (RemoteNetworkPermanentError); Done with req.; Stopping resend timer
    2014-05-06 11:02:07.469 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAutoDiscoveryGetUserUrlOperation.cpp/393:CUcwaAutoDiscoverGetUserUrlOperation::onEvent received. 
    Status = E_ResponseUnknown (E2-1-5), url =
    http://lyncdiscoverinternal.domain.com/
    2014-05-06 11:02:07.470 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAutoDiscoveryGetUserUrlOperation.cpp/224:UcwaAutoDiscoveryGetUserUrlOperation completed with url =
    http://lyncdiscoverinternal.domain.com/?sipuri=sip:[email protected], userUrl = , status = E_ResponseUnknown (E2-1-5)
    2014-05-06 11:02:07.618 Lync[598:72ed000] ERROR TRANSPORT CHttpConnection.cpp/1029:Request Type = UcwaAutoDiscoveryRequest Error domain = NSPOSIXErrorDomain code =
    0x3d ErrorDescription = The operation couldn‚Äôt be completed. Connection refused ErrorFailureReason = Connection refused ErrorRecoverySuggestion = 
    2014-05-06 11:02:07.618 Lync[598:72ed000] INFO UTILITIES CHttpStreamPool.cpp/467:Releasing stream 0x12e6640.
    2014-05-06 11:02:07.618 Lync[598:72ed000] INFO UTILITIES CHttpStreamPool.cpp/599:Releasing stream 0x12e6640.
    2014-05-06 11:02:07.619 Lync[598:72ed000] INFO TRANSPORT CHttpRequestProcessor.cpp/173:Received response of request(UcwaAutoDiscoveryRequest) with status =
    0x22020001
    2014-05-06 11:02:07.619 Lync[598:72ed000] INFO TRANSPORT CHttpRequestProcessor.cpp/201:Request UcwaAutoDiscoveryRequest resulted in E_ConnectionError (E2-2-1). The
    retry counter is: 0
    2014-05-06 11:02:07.619 Lync[598:72ed000] WARNING TRANSPORT CCredentialManager.cpp/317:CCredentialManager::getSpecificCredential returning NULL credential for
    serviceId (4) type (1)!
    2014-05-06 11:02:07.619 Lync[598:72ed000] INFO TRANSPORT TransportUtilityFunctions.cpp/634:<SentRequest>
    GET
    https://lyncdiscoverinternal.domain.com/?sipuri=sip:[email protected]
    Request Id: 0x132f928
    HttpHeader:Accept application/vnd.microsoft.rtc.autodiscover+xml;v=1
    </SentRequest>
    2014-05-06 11:02:07.620 Lync[598:72ed000] INFO UTILITIES CHttpStreamPool.cpp/399:Allocating stream 0x12c6c90 for url -
    https://lyncdiscoverinternal.domain.com/ with
    persistent id as 6
    2014-05-06 11:02:07.620 Lync[598:72ed000] VERBOSE TRANSPORT CHttpProxyHelper.cpp/435:CHttpProxyHelper::discoverProxy : No proxy found for url
    https://lyncdiscoverinternal.domain.com/?sipuri=sip:[email protected]. Sending over direct connection.
    2014-05-06 11:02:07.901 Lync[598:72ed000] ERROR TRANSPORT CHttpConnection.cpp/1029:Request Type = UcwaAutoDiscoveryRequest Error domain = NSPOSIXErrorDomain code =
    0x3d ErrorDescription = The operation couldn‚Äôt be completed. Connection refused ErrorFailureReason = Connection refused ErrorRecoverySuggestion = 
    2014-05-06 11:02:07.902 Lync[598:72ed000] INFO UTILITIES CHttpStreamPool.cpp/467:Releasing stream 0x12c6c90.
    2014-05-06 11:02:07.902 Lync[598:72ed000] INFO UTILITIES CHttpStreamPool.cpp/599:Releasing stream 0x12c6c90.
    2014-05-06 11:02:07.902 Lync[598:72ed000] INFO TRANSPORT CHttpRequestProcessor.cpp/173:Received response of request(UcwaAutoDiscoveryRequest) with status =
    0x22020001
    2014-05-06 11:02:07.902 Lync[598:72ed000] INFO TRANSPORT CHttpRequestProcessor.cpp/201:Request UcwaAutoDiscoveryRequest resulted in E_ConnectionError (E2-2-1). The
    retry counter is: 1
    2014-05-06 11:02:07.902 Lync[598:72ed000] INFO TRANSPORT CHttpRequestProcessor.cpp/266:Sending event to main thread for request(0x132f928)
    2014-05-06 11:02:07.903 Lync[598:3ae0c18c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/822:Req. completed, Stopping timer.
    2014-05-06 11:02:07.903 Lync[598:3ae0c18c] ERROR APPLICATION CUcwaAutoDiscoveryGetUserUrlOperation.cpp/325:Request failed.  Error - E_ConnectionError (E2-2-1)
    2014-05-06 11:02:07.903 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAutoDiscoveryGetUserUrlOperation.cpp/224:UcwaAutoDiscoveryGetUserUrlOperation completed with url =
    https://lyncdiscoverinternal.domain.com/?sipuri=sip:[email protected], userUrl = , status = E_ConnectionError (E2-2-1)
    2014-05-06 11:02:07.904 Lync[598:3ae0c18c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/725:Response received for req. GET-UnAuthenticatedGet(0x132f928):
    E_ConnectionError (E2-2-1) (RemoteNetworkTemporaryError); Done with req.; Stopping resend timer
    2014-05-06 11:02:07.904 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/1750:AutoDiscovery: Falling back to probing external urls
    2014-05-06 11:02:07.904 Lync[598:3ae0c18c] INFO APPLICATION CUrlRedirectAndTrustResolver.cpp/77:Starting CUrlRedirectAndTrustResolver with url =
    https://lyncdiscover.domain.com/?sipuri=sip:[email protected], maxHops = 10
    2014-05-06 11:02:07.904 Lync[598:3ae0c18c] INFO APPLICATION CUrlRedirectAndTrustResolver.cpp/201:CUrlRedirectAndTrustResolver::processUrl called with url =
    https://lyncdiscover.domain.com/, hopCount = 0, maxHops = 10
    2014-05-06 11:02:07.904 Lync[598:3ae0c18c] INFO APPLICATION CUrlRedirectAndTrustResolver.cpp/610:UrlRedirectAndTrustResolver complete with url =
    https://lyncdiscover.domain.com/, Hops = 0, status = S_OK (S0-0-0)
    2014-05-06 11:02:07.905 Lync[598:3ae0c18c] INFO TRANSPORT CTransportThread.cpp/135:Added Request(UcwaAutoDiscoveryRequest) to Request Processor queue
    2014-05-06 11:02:07.905 Lync[598:3ae0c18c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/385:Submitting new req. GET-UnAuthenticatedGet(0x1240918)
    2014-05-06 11:02:07.905 Lync[598:72ed000] INFO TRANSPORT CTransportThread.cpp/347:Sent Request(UcwaAutoDiscoveryRequest) to Request Processor
    2014-05-06 11:02:07.905 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/1792:Successfully started the GetUserUrlOperation request for
    https://lyncdiscover.domain.com/?sipuri=sip:[email protected]
    2014-05-06 11:02:07.905 Lync[598:72ed000] WARNING TRANSPORT CCredentialManager.cpp/317:CCredentialManager::getSpecificCredential returning NULL credential for
    serviceId (4) type (1)!
    2014-05-06 11:02:07.906 Lync[598:3ae0c18c] INFO APPLICATION CUrlRedirectAndTrustResolver.cpp/77:Starting CUrlRedirectAndTrustResolver with url =
    http://lyncdiscover.domain.com/?sipuri=sip:[email protected], maxHops = 10
    2014-05-06 11:02:07.906 Lync[598:72ed000] INFO TRANSPORT TransportUtilityFunctions.cpp/634:<SentRequest>
    GET https://lyncdiscover.domain.com/?sipuri=sip:[email protected]
    Request Id: 0x1240918
    HttpHeader:Accept application/vnd.microsoft.rtc.autodiscover+xml;v=1
    </SentRequest>
    2014-05-06 11:02:07.906 Lync[598:3ae0c18c] INFO APPLICATION CUrlRedirectAndTrustResolver.cpp/201:CUrlRedirectAndTrustResolver::processUrl called with url =
    http://lyncdiscover.domain.com/, hopCount = 0, maxHops = 10
    2014-05-06 11:02:07.906 Lync[598:72ed000] INFO UTILITIES CHttpStreamPool.cpp/399:Allocating stream 0x1304270 for url -
    https://lyncdiscover.domain.com/ with
    persistent id as 6
    2014-05-06 11:02:07.907 Lync[598:3ae0c18c] INFO TRANSPORT CTransportThread.cpp/135:Added Request(UcwaAutoDiscoveryRequest) to Request Processor queue
    2014-05-06 11:02:07.907 Lync[598:72ed000] VERBOSE TRANSPORT CHttpProxyHelper.cpp/435:CHttpProxyHelper::discoverProxy : No proxy found for url
    https://lyncdiscover.domain.com/?sipuri=sip:[email protected]. Sending over direct connection.
    2014-05-06 11:02:07.907 Lync[598:3ae0c18c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/385:Submitting new req. UrlTrustResolver(0x12405b8)
    2014-05-06 11:02:07.907 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/1828:Successfully started the GetUserUrlOperation request for
    http://lyncdiscover.domain.com/?sipuri=sip:[email protected]
    2014-05-06 11:02:07.908 Lync[598:72ed000] INFO TRANSPORT CTransportThread.cpp/347:Sent Request(UcwaAutoDiscoveryRequest) to Request Processor
    2014-05-06 11:02:07.908 Lync[598:72ed000] WARNING TRANSPORT CCredentialManager.cpp/317:CCredentialManager::getSpecificCredential returning NULL credential for
    serviceId (4) type (1)!
    2014-05-06 11:02:07.909 Lync[598:72ed000] INFO TRANSPORT TransportUtilityFunctions.cpp/634:<SentRequest>
    GET http://lyncdiscover.domain.com/
    Request Id: 0x12405b8
    HttpHeader:Accept application/vnd.microsoft.rtc.autodiscover+xml;v=1
    </SentRequest>
    2014-05-06 11:02:07.909 Lync[598:72ed000] INFO UTILITIES CHttpStreamPool.cpp/399:Allocating stream 0x12de7c0 for url -
    http://lyncdiscover.domain.com/ with
    persistent id as 7
    2014-05-06 11:02:07.910 Lync[598:72ed000] VERBOSE TRANSPORT CHttpProxyHelper.cpp/435:CHttpProxyHelper::discoverProxy : No proxy found for url
    http://lyncdiscover.domain.com/. Sending over direct connection.
    2014-05-06 11:02:07.910 Lync[598:72ed000] INFO TRANSPORT CHttpStreamPool.cpp/546:Not setting TLS as the url(http://lyncdiscover.domain.com/) is not https
    2014-05-06 11:02:07.910 Lync[598:72ed000] INFO UTILITIES CHttpStreamPool.cpp/599:Releasing stream 0x12cc010.
    2014-05-06 11:02:08.413 Lync[598:72ed000] INFO UTILITIES CHttpConnection.cpp/579:Received kCFStreamEventEndEncountered (UcwaAutoDiscoveryRequest)isHeadersAvailable
    = true  responseHeadersHandle = 12a7890
    2014-05-06 11:02:08.414 Lync[598:72ed000] INFO UTILITIES CHttpConnection.cpp/653:Response status = 200 for request UcwaAutoDiscoveryRequest
    2014-05-06 11:02:08.414 Lync[598:72ed000] INFO UTILITIES CHttpStreamPool.cpp/445:Scheduling stream 0x1304270 for release.
    2014-05-06 11:02:08.415 Lync[598:72ed000] INFO TRANSPORT CHttpRequestProcessor.cpp/173:Received response of request(UcwaAutoDiscoveryRequest) with status = 0x0
    2014-05-06 11:02:08.415 Lync[598:72ed000] INFO TRANSPORT TransportUtilityFunctions.cpp/928:<ReceivedResponse>
    GET https://lyncdiscover.domain.com/?sipuri=sip:[email protected]
    Request Id: 0x1240918
    HttpHeader:Cache-Control no-cache
    HttpHeader:Content-Length 1028
    HttpHeader:Content-Type application/vnd.microsoft.rtc.autodiscover+xml; v=1
    HttpHeader:Date Tue, 06 May 2014 16:01:27 GMT
    HttpHeader:Expires -1
    HttpHeader:Pragma no-cache
    HttpHeader:Server Microsoft-IIS/8.0
    HttpHeader:StatusCode 200
    HttpHeader:X-AspNet-Version 4.0.30319
    HttpHeader:X-Content-Type-Options nosniff
    HttpHeader:X-MS-Server-Fqdn frontend.domain.com
    HttpHeader:X-Powered-By ASP.NET, ARR/2.5
    Ôªø<?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://lws.domain.com/Autodiscover/AutodiscoverService.svc/root/domain?originalDomain=domain.com"
    /><Link token="User" href="https://lws.domain.com/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=domain.com" /><Link
    token="Self"
    href="https://lws.domain.com/Autodiscover/AutodiscoverService.svc/root?originalDomain=domain.com" /><Link token="OAuth"
    href="https://lws.domain.com/Autodiscover/AutodiscoverService.svc/root/oauth/user?originalDomain=domain.com" /><Link token="External/XFrame"
    href="https://lws.domain.com/Autodiscover/XFrame/XFrame.html" /><Link token="Internal/XFrame" href="https://frontend.domain.com/Autodiscover/XFrame/XFrame.html"
    /><Link token="XFrame" href="https://lws.domain.com/Autodiscover/XFrame/XFrame.html" /></Root></AutodiscoverResponse>
    </ReceivedResponse>
    2014-05-06 11:02:08.417 Lync[598:72ed000] INFO TRANSPORT CUcwaAutoDiscoveryResponse.cpp/119:location value is external
    2014-05-06 11:02:08.418 Lync[598:72ed000] INFO TRANSPORT CUcwaAutoDiscoveryResponse.cpp/195:User url is
    https://lws.domain.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain.com
    2014-05-06 11:02:08.419 Lync[598:72ed000] INFO TRANSPORT CHttpRequestProcessor.cpp/266:Sending event to main thread for request(0x1240918)
    2014-05-06 11:02:08.419 Lync[598:3ae0c18c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/822:Req. completed, Stopping timer.
    2014-05-06 11:02:08.420 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAutoDiscoveryGetUserUrlOperation.cpp/290:Received a root response
    2014-05-06 11:02:08.420 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAutoDiscoveryGetUserUrlOperation.cpp/224:UcwaAutoDiscoveryGetUserUrlOperation completed with url =
    https://lyncdiscover.domain.com/?sipuri=sip:[email protected], userUrl =
    https://lws.domain.com/autodiscover/autodiscoverservice.svc/root/user?
    originaldomain=domain.com, status = S_OK (S0-0-0)
    2014-05-06 11:02:08.420 Lync[598:3ae0c18c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/725:Response received for req. GET-UnAuthenticatedGet(0x1240918): S_OK
    (S0-0-0) (Success); Done with req.; Stopping resend timer
    2014-05-06 11:02:08.421 Lync[598:3ae0c18c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/399:Cancelling all requests
    2014-05-06 11:02:08.421 Lync[598:3ae0c18c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/409:Cancelling request: 0x12405b8
    2014-05-06 11:02:08.421 Lync[598:3ae0c18c] INFO TRANSPORT CSessionBase.hxx/158:Cancelling request: 0x12405b8
    2014-05-06 11:02:08.421 Lync[598:3ae0c18c] INFO TRANSPORT CTransportThread.cpp/167:Added Request(UcwaAutoDiscoveryRequest) to Request Processor queue
    2014-05-06 11:02:08.421 Lync[598:3ae0c18c] INFO APPLICATION CUrlRedirectAndTrustResolver.cpp/610:UrlRedirectAndTrustResolver complete with url =
    http://lyncdiscover.domain.com/, Hops = 1, status = W_Cancelled (W0-0-6)
    2014-05-06 11:02:08.422 Lync[598:72ed000] INFO TRANSPORT CTransportThread.cpp/347:Sent Request(UcwaAutoDiscoveryRequest) to Request Processor
    2014-05-06 11:02:08.422 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAutoDiscoveryGetUserUrlOperation.cpp/224:UcwaAutoDiscoveryGetUserUrlOperation completed with url =
    http://lyncdiscover.domain.com/?sipuri=sip:[email protected], userUrl = , status = W_Cancelled (W0-0-6)
    2014-05-06 11:02:08.422 Lync[598:72ed000] INFO UTILITIES CHttpStreamPool.cpp/445:Scheduling stream 0x12de7c0 for release.
    2014-05-06 11:02:08.422 Lync[598:3ae0c18c] INFO TRANSPORT CCredentialManager.cpp/176:getSpecificCredential for serviceId(1) returning: credType (1) signInName
    ([email protected]) domain (domain.com) username (utexs01) password.empty() (0) certificate.isValid() (0) privateKey.empty() (1) compatibleServiceIds(1)
    2014-05-06 11:02:08.423 Lync[598:3ae0c18c] INFO TRANSPORT CMetaDataManager.cpp/403:Received a request to get the meta data of type 0 for url
    https://lws.domain.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain.com
    2014-05-06 11:02:08.424 Lync[598:3ae0c18c] INFO TRANSPORT CMetaDataManager.cpp/461:Sending Unauthenticated get to get the web-ticket url
    2014-05-06 11:02:08.424 Lync[598:3ae0c18c] INFO TRANSPORT CTransportThread.cpp/135:Added Request() to Request Processor queue
    2014-05-06 11:02:08.424 Lync[598:3ae0c18c] INFO TRANSPORT CTransportThread.cpp/230:Created thread => context[0x12e3fb0]
    2014-05-06 11:02:08.424 Lync[598:3ae0c18c] INFO TRANSPORT CAuthenticationResolver.cpp/109:Waiting on Meta Data from
    https://lws.domain.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain.com
    2014-05-06 11:02:08.424 Lync[598:73f1000] INFO TRANSPORT CTransportThread.cpp/401:Started executing thread => context[0x12e3fb0]
    2014-05-06 11:02:08.425 Lync[598:3ae0c18c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/385:Submitting new req. GET-AuthenticatedUserGetRequest(0x13f76f8)
    2014-05-06 11:02:08.425 Lync[598:73f1000] INFO TRANSPORT CHttpRequestProcessor.cpp/134:Clearing request processor for component MetaDataManager on sign-out.
    2014-05-06 11:02:08.425 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/1210:Submitting Authenticated AutoDiscovery request to
    https://lws.domain.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain.com
    2014-05-06 11:02:08.425 Lync[598:73f1000] INFO TRANSPORT CTransportThread.cpp/347:Sent Request() to Request Processor
    2014-05-06 11:02:08.425 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/1704:Ignoring GetUserUrlOperation event as current state is 6
    2014-05-06 11:02:08.426 Lync[598:73f1000] WARNING TRANSPORT CCredentialManager.cpp/317:CCredentialManager::getSpecificCredential returning NULL credential for
    serviceId (4) type (1)!
    2014-05-06 11:02:08.426 Lync[598:3ae0c18c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/1706:Request url was
    http://lyncdiscover.domain.com/?
    sipuri=sip:[email protected]
    2014-05-06 11:02:08.426 Lync[598:73f1000] INFO TRANSPORT TransportUtilityFunctions.cpp/634:<SentRequest>
    GET
    https://lws.domain.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain.com
    Request Id: 0x12facc8
    HttpHeader:Accept
    HttpHeader:X-MS-WebTicket xxxxxxxxxx
    </SentRequest>
    2014-05-06 11:02:08.427 Lync[598:73f1000] INFO UTILITIES CHttpStreamPool.cpp/399:Allocating stream 0x1285fa0 for url -
    https://lws.domain.com/autodiscover/autodiscoverservice.svc/root/user with persistent id as 16
    2014-05-06 11:02:08.427 Lync[598:73f1000] VERBOSE TRANSPORT CHttpProxyHelper.cpp/435:CHttpProxyHelper::discoverProxy : No proxy found for url
    https://lws.domain.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain.com. Sending over direct connection.
    2014-05-06 11:02:08.428 Lync[598:73f1000] INFO UTILITIES CTimer.cpp/225:Created timer instance (0x1240304) for runloop (0x12f6250)
    2014-05-06 11:02:08.842 Lync[598:73f1000] INFO UTILITIES CHttpConnection.cpp/579:Received kCFStreamEventEndEncountered (0x%u0x1297110)isHeadersAvailable = true 
    responseHeadersHandle = 12e57e0
    2014-05-06 11:02:08.844 Lync[598:73f1000] INFO UTILITIES CHttpConnection.cpp/653:Response status = 401 for request 0x%u0x1297110
    2014-05-06 11:02:08.845 Lync[598:73f1000] INFO UTILITIES CHttpConnection.cpp/720:Not send authenticating request(0x%u0x1297110).  isAuthObjectValid - 0,
    areCredentialsValid - 0, resendRequestCounter - 1
    2014-05-06 11:02:08.846 Lync[598:73f1000] INFO UTILITIES CHttpStreamPool.cpp/445:Scheduling stream 0x1285fa0 for release.
    2014-05-06 11:02:08.846 Lync[598:73f1000] INFO TRANSPORT CHttpRequestProcessor.cpp/173:Received response of request() with status = 0x0
    2014-05-06 11:02:08.847 Lync[598:73f1000] INFO TRANSPORT TransportUtilityFunctions.cpp/928:<ReceivedResponse>
    GET
    https://lws.domain.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain.com
    Request Id: 0x12facc8
    HttpHeader:Cache-Control no-cache
    HttpHeader:Content-Length 1293
    HttpHeader:Content-Type text/html
    HttpHeader:Date Tue, 06 May 2014 16:01:27 GMT
    HttpHeader:Server Microsoft-IIS/8.0
    HttpHeader:StatusCode 401
    HttpHeader:X-Content-Type-Options nosniff
    HttpHeader:X-MS-Server-Fqdn frontend.domain.com
    HttpHeader:X-MS-WebTicketSupported cwt,saml
    HttpHeader:X-MS-WebTicketURL
    https://frontend.domain.com/WebTicket/WebTicketService.svc
    HttpHeader:X-Powered-By ASP.NET, ARR/2.5
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "<html">http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="<head><meta">http://www.w3.org/1999/xhtml"><head><meta
    http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/><title>401 - Unauthorized: Access is denied due to invalid credentials.</title><style
    type="text/css"><!--body{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}fieldset{padding:0 15px 10px 15px;} h1{font-
    size:2.4em;margin:0;color:#FFF;}h2{font-size:1.7em;margin:0;color:#CC0000;} h3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} #header{width:96%;margin:0 0 0
    0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;background-color:#555555;}#content{margin:0 0 0 2%;;}.content-
    container{background:#FFF;width:96%;margin-top:8px;padding:10px;;}--></style></head><body><div id="header"><h1>Server Error</h1></div><div
    id="content"> <div class="content-container"><fieldset>  <h2>401 - Unauthorized: Access is denied due to invalid credentials.</h2>  <h3>You do not have permission
    to view this directory or page using the credentials that you supplied.</h3> </fieldset></div></div></body></html>
    </ReceivedResponse>
    2014-05-06 11:02:08.849 Lync[598:73f1000] INFO TRANSPORT CHttpRequestProcessor.cpp/266:Sending event to main thread for request(0x12facc8)
    2014-05-06 11:02:08.850 Lync[598:3ae0c18c] INFO TRANSPORT CMetaDataManager.cpp/575:Received response for meta data request of type 60 with status 0
    2014-05-06 11:02:08.851 Lync[598:3ae0c18c] INFO TRANSPORT CMetaDataManager.cpp/645:Base service url constructed from unauth-get-response is
    https://lws.domain.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain.com
    2014-05-06 11:02:08.851 Lync[598:3ae0c18c] INFO TRANSPORT CMetaDataManager.cpp/693:Added a binding based on the unauth-get response
    2014-05-06 11:02:08.851 Lync[598:3ae0c18c] INFO TRANSPORT CAuthenticationResolver.cpp/208:MetaData retrieval for url
    https://lws.domain.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain.com completed with status 0
    2014-05-06 11:02:08.852 Lync[598:3ae0c18c] INFO TRANSPORT CAuthenticationResolver.cpp/238:Deleting 1 pended Meta data requests for url
    https://lws.domain.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain.com
    2014-05-06 11:02:08.852 Lync[598:3ae0c18c] INFO TRANSPORT CMetaDataManager.cpp/403:Received a request to get the meta data of type 0 for url
    https://lws.domain.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain.com
    2014-05-06 11:02:08.852 Lync[598:3ae0c18c] INFO TRANSPORT CAuthenticationResolver.cpp/316:Executing request after meta data successfully retrieved
    2014-05-06 11:02:08.852 Lync[598:3ae0c18c] INFO TRANSPORT CMetaDataManager.cpp/403:Received a request to get the meta data of type 0 for url
    https://lws.domain.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain.com
    2014-05-06 11:02:08.853 Lync[598:3ae0c18c] INFO TRANSPORT CCredentialManager.cpp/176:getSpecificCredential for serviceId(1) returning: credType (1) signInName
    ([email protected]) domain (domain.com) username (utexs01) password.empty() (0) certificate.isValid() (0) privateKey.empty() (1) compatibleServiceIds(1)
    2014-05-06 11:02:08.856 Lync[598:3ae0c18c] INFO TRANSPORT CWebTicketSession.cpp/513:No Cached web-ticket found.
    2014-05-06 11:02:08.857 Lync[598:3ae0c18c] INFO TRANSPORT CWebTicketSession.cpp/560:Received request for a new token for
    https://lws.domain.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain.com
    2014-05-06 11:02:08.860 Lync[598:3ae0c18c] INFO TRANSPORT CMetaDataManager.cpp/403:Received a request to get the meta data of type 2 for url
    https://frontend.domain.com/webticket/webticketservice.svc
    2014-05-06 11:02:08.860 Lync[598:3ae0c18c] INFO TRANSPORT CMetaDataManager.cpp/478:Sending Mex request get the meta data for the endpoint
    2014-05-06 11:02:08.861 Lync[598:3ae0c18c] INFO TRANSPORT CTransportThread.cpp/135:Added Request(MetaDataRequest) to Request Processor queue
    2014-05-06 11:02:08.861 Lync[598:3ae0c18c] INFO TRANSPORT CAuthenticationResolver.cpp/109:Waiting on Meta Data from
    https://frontend.domain.com/webticket/webticketservice.svc
    2014-05-06 11:02:08.862 Lync[598:73f1000] INFO TRANSPORT CTransportThread.cpp/347:Sent Request(MetaDataRequest) to Request Processor
    2014-05-06 11:02:08.862 Lync[598:3ae0c18c] INFO TRANSPORT CBindingTransformationFactory.cpp/330:Waiting on the token
    2014-05-06 11:02:08.863 Lync[598:73f1000] WARNING TRANSPORT CCredentialManager.cpp/317:CCredentialManager::getSpecificCredential returning NULL credential for
    serviceId (4) type (1)!
    2014-05-06 11:02:08.863 Lync[598:73f1000] INFO TRANSPORT TransportUtilityFunctions.cpp/634:<SentRequest>
    POST https://frontend.domain.com/webticket/webticketservice.svc/mex
    Request Id: 0x5a41b88
    HttpHeader:Accept text/xml, application/soap+xml, application/octet-stream
    HttpHeader:Content-Type application/soap+xml; charset=utf-8

  • Can someone please help me with debugging these Lync client logs

    Hi,
    We have a mobile client on an Android device which is refusing to sign in.
    from the device you can browse to https://lyncdiscover.domain.com and also
    https://webext.domain.com/autodiscover/autodiscoverservice.svc/root and both times recvieve the download prompt.
    However it will not log in, yet other are not having any problems.
    Any advice?
    Thanks
    4:21:17 PM INFO APPLICATION:Successfully started the GetUserUrlOperation request for
    http://lyncdiscoverinternal.domain.com/?sipuri=sip:[email protected]
    Oct 17, 2012 4:21:17 PM INFO APPLICATION:CLogonSession::setNewActualState() state=1
    Oct 17, 2012 4:21:17 PM INFO UcClientStateManager: New UI State: ActualState = IsSigningIn DesiredState = BeSignedOut  DataAvailable = false
    Oct 17, 2012 4:21:17 PM INFO TRANSPORT:Sent Request(UcwaAutoDiscoveryRequest) to Request Processor
    Oct 17, 2012 4:21:17 PM INFO TRANSPORT:<SentRequest>
    Oct 17, 2012 4:21:17 PM INFO TRANSPORT:To:http://lyncdiscoverinternal.domain.com/
    Oct 17, 2012 4:21:17 PM INFO TRANSPORT:HttpHeader:Accept application/vnd.microsoft.rtc.autodiscover+xml;v=1
    Oct 17, 2012 4:21:17 PM INFO TRANSPORT:
    Oct 17, 2012 4:21:17 PM INFO TRANSPORT:</SentRequest>
    Oct 17, 2012 4:21:17 PM INFO TRANSPORT:Sending request(UcwaAutoDiscoveryRequest) to server type = 0
    Oct 17, 2012 4:21:17 PM ERROR HttpConnection:
    Oct 17, 2012 4:21:17 PM VERBOSE HttpConnection: post request:
    http://lyncdiscoverinternal.domain.com/
    Oct 17, 2012 4:21:17 PM VERBOSE HttpConnection: send request:
    http://lyncdiscoverinternal.domain.com/
    Oct 17, 2012 4:21:17 PM ERROR HttpConnection:
    Oct 17, 2012 4:21:17 PM ERROR TRANSPORT:CHttpConnection exception: java.net.UnknownHostException
    Oct 17, 2012 4:21:17 PM INFO TRANSPORT:Received response of request(UcwaAutoDiscoveryRequest) with status = 0x22020001
    Oct 17, 2012 4:21:17 PM INFO TRANSPORT:Sending event to main thread for request(0x2051958)
    Oct 17, 2012 4:21:17 PM ERROR TRANSPORT:CHttpConnection exception: java.net.UnknownHostException
    Oct 17, 2012 4:21:17 PM INFO TRANSPORT:Received response of request(UcwaAutoDiscoveryRequest) with status = 0x22020001
    Oct 17, 2012 4:21:17 PM INFO TRANSPORT:Sending event to main thread for request(0x200ac30)
    Oct 17, 2012 4:21:17 PM INFO APPLICATION:LogonSession::signIn() succeeded
    Oct 17, 2012 4:21:18 PM INFO TRANSPORT:Notifying response of request(UcwaAutoDiscoveryRequest) with status = 0x22020001
    Oct 17, 2012 4:21:18 PM INFO APPLICATION:Req. event received: responseErrorCode=E2-2-1
    Oct 17, 2012 4:21:18 PM INFO APPLICATION:No more req. timing out
    Oct 17, 2012 4:21:18 PM ERROR APPLICATION:Request failed.  Error - E2-2-1
    Oct 17, 2012 4:21:18 PM INFO APPLICATION:UcwaAutoDiscoveryGetUserUrlOperation completed with url =
    https://lyncdiscoverinternal.domain.com/?sipuri=sip:[email protected], userUrl = , status = E2-2-1
    Oct 17, 2012 4:21:18 PM INFO APPLICATION:Response received for req. <unknown>: E2-2-1 (RemoteNetworkTemporaryError); Done with req.; Stopping resend timer
    Oct 17, 2012 4:21:18 PM INFO TRANSPORT:Notifying response of request(UcwaAutoDiscoveryRequest) with status = 0x22020001
    Oct 17, 2012 4:21:18 PM INFO APPLICATION:Req. event received: responseErrorCode=E2-2-1
    Oct 17, 2012 4:21:18 PM INFO APPLICATION:No more req. timing out
    Oct 17, 2012 4:21:18 PM INFO APPLICATION:UrlRedirectAndTrustResolver complete with url =
    http://lyncdiscoverinternal.domain.com/, Hops = 1, status = E2-2-1
    Oct 17, 2012 4:21:18 PM INFO APPLICATION:Response received for req. <unknown>: E2-2-1 (RemoteNetworkTemporaryError); Done with req.; Stopping resend timer
    Oct 17, 2012 4:21:18 PM INFO UcClientStateManager: New UI State: ActualState = IsSigningIn DesiredState = BeSignedIn  DataAvailable = false
    Oct 17, 2012 4:21:18 PM VERBOSE ActivityMonitor: Activity Create: com.microsoft.office.lync.ui.options.SigningInActivity
    Oct 17, 2012 4:21:18 PM VERBOSE ActivityMonitor: Activity Start: com.microsoft.office.lync.ui.options.SigningInActivity
    Oct 17, 2012 4:21:18 PM INFO APPLICATION:CUcwaAutoDiscoverGetUserUrlOperation::onEvent received.  Status = E2-2-1, url =
    http://lyncdiscoverinternal.domain.com/
    Oct 17, 2012 4:21:18 PM INFO APPLICATION:UcwaAutoDiscoveryGetUserUrlOperation completed with url =
    http://lyncdiscoverinternal.domain.com/?sipuri=sip:[email protected], userUrl = , status = E2-2-1
    Oct 17, 2012 4:21:18 PM INFO APPLICATION:AutoDiscovery: Falling back to probing external urls
    Oct 17, 2012 4:21:18 PM INFO APPLICATION:Starting CUrlRedirectAndTrustResolver with url =
    https://lyncdiscover.domain.com/?sipuri=sip:[email protected], maxHops = 10
    Oct 17, 2012 4:21:18 PM INFO APPLICATION:CUrlRedirectAndTrustResolver::processUrl called with url =
    https://lyncdiscover.domain.com/, hopCount = 0, maxHops = 10
    Oct 17, 2012 4:21:18 PM INFO APPLICATION:UrlRedirectAndTrustResolver complete with url =
    https://lyncdiscover.domain.com/, Hops = 0, status = S0-0-0
    Oct 17, 2012 4:21:18 PM INFO TRANSPORT:getSpecificCredential returning the following credential for credType (1) serviceId (4)
    Oct 17, 2012 4:21:18 PM INFO TRANSPORT:Credential information: credType (1) signInName () domain () username () password.empty() (1) compatibleServiceIds(0)
    Oct 17, 2012 4:21:18 PM INFO TRANSPORT:Added Request(UcwaAutoDiscoveryRequest) to Request Processor queue
    Oct 17, 2012 4:21:18 PM INFO APPLICATION:Submitting new req. <unknown>
    Oct 17, 2012 4:21:18 PM INFO TRANSPORT:Sent Request(UcwaAutoDiscoveryRequest) to Request Processor
    Oct 17, 2012 4:21:18 PM INFO APPLICATION:Successfully started the GetUserUrlOperation request for
    https://lyncdiscover.domain.com/?sipuri=sip:[email protected]
    Oct 17, 2012 4:21:18 PM INFO TRANSPORT:<SentRequest>
    Oct 17, 2012 4:21:18 PM INFO APPLICATION:Starting CUrlRedirectAndTrustResolver with url =
    http://lyncdiscover.domain.com/?sipuri=sip:[email protected], maxHops = 10
    Oct 17, 2012 4:21:18 PM INFO TRANSPORT:To:https://lyncdiscover.domain.com/?sipuri=sip:[email protected]
    Oct 17, 2012 4:21:18 PM INFO APPLICATION:CUrlRedirectAndTrustResolver::processUrl called with url =
    http://lyncdiscover.domain.com/, hopCount = 0, maxHops = 10
    Oct 17, 2012 4:21:18 PM INFO TRANSPORT:HttpHeader:Accept application/vnd.microsoft.rtc.autodiscover+xml;v=1
    Oct 17, 2012 4:21:18 PM INFO TRANSPORT:
    Oct 17, 2012 4:21:18 PM INFO TRANSPORT:</SentRequest>
    Oct 17, 2012 4:21:18 PM INFO TRANSPORT:Sending request(UcwaAutoDiscoveryRequest) to server type = 0
    Oct 17, 2012 4:21:18 PM VERBOSE HttpConnection: post request:
    https://lyncdiscover.domain.com/?sipuri=sip:[email protected]
    Oct 17, 2012 4:21:18 PM INFO TRANSPORT:getSpecificCredential returning the following credential for credType (1) serviceId (4)
    Oct 17, 2012 4:21:18 PM INFO TRANSPORT:Credential information: credType (1) signInName () domain () username () password.empty() (1) compatibleServiceIds(0)
    Oct 17, 2012 4:21:18 PM VERBOSE HttpConnection: send request:
    https://lyncdiscover.domain.com/?sipuri=sip:[email protected]
    Oct 17, 2012 4:21:18 PM INFO TRANSPORT:Added Request(UcwaAutoDiscoveryRequest) to Request Processor queue
    Oct 17, 2012 4:21:18 PM INFO TRANSPORT:Sent Request(UcwaAutoDiscoveryRequest) to Request Processor
    Oct 17, 2012 4:21:18 PM INFO TRANSPORT:<SentRequest>
    Oct 17, 2012 4:21:18 PM INFO TRANSPORT:To:http://lyncdiscover.domain.com/
    Oct 17, 2012 4:21:18 PM INFO TRANSPORT:HttpHeader:Accept application/vnd.microsoft.rtc.autodiscover+xml;v=1
    Oct 17, 2012 4:21:18 PM INFO TRANSPORT:
    Oct 17, 2012 4:21:18 PM INFO TRANSPORT:</SentRequest>
    Oct 17, 2012 4:21:18 PM INFO TRANSPORT:Sending request(UcwaAutoDiscoveryRequest) to server type = 0
    Oct 17, 2012 4:21:18 PM INFO APPLICATION:Submitting new req. <unknown>
    Oct 17, 2012 4:21:18 PM INFO APPLICATION:Successfully started the GetUserUrlOperation request for
    http://lyncdiscover.domain.com/?sipuri=sip:[email protected]
    Oct 17, 2012 4:21:18 PM VERBOSE HttpConnection: post request:
    http://lyncdiscover.domain.com/
    Oct 17, 2012 4:21:18 PM VERBOSE HttpConnection: send request:
    http://lyncdiscover.domain.com/
    Oct 17, 2012 4:21:18 PM VERBOSE ActivityMonitor: Activity Stop: com.microsoft.office.lync.ui.options.CredentialsActivity
    Oct 17, 2012 4:21:18 PM VERBOSE ActivityMonitor: Activity Destroy: com.microsoft.office.lync.ui.options.CredentialsActivity
    Oct 17, 2012 4:21:18 PM INFO TRANSPORT:Received response of request(UcwaAutoDiscoveryRequest) with status = 0x0
    Oct 17, 2012 4:21:18 PM INFO TRANSPORT:<ReceivedResponse>
    Oct 17, 2012 4:21:18 PM INFO TRANSPORT:HttpHeader:Cache-Control no-cache
    Oct 17, 2012 4:21:18 PM INFO TRANSPORT:HttpHeader:Connection Keep-Alive
    Oct 17, 2012 4:21:18 PM INFO TRANSPORT:HttpHeader:Content-Length 2052
    Oct 17, 2012 4:21:18 PM INFO TRANSPORT:HttpHeader:Content-Type text/html
    Oct 17, 2012 4:21:18 PM INFO TRANSPORT:HttpHeader:Pragma no-cache
    Oct 17, 2012 4:21:18 PM INFO TRANSPORT:HttpHeader:StatusCode 403
    Oct 17, 2012 4:21:18 PM INFO TRANSPORT:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML dir=ltr><HEAD><TITLE>The page cannot be displayed</TITLE>
    <STYLE id=L_defaultr_1>A:link {
     FONT: 8pt/11pt verdana; COLOR: #ff0000
    A:visited {
     FONT: 8pt/11pt verdana; COLOR: #4e4e4e
    </STYLE>
    <META content=NOINDEX name=ROBOTS>
    <META http-equiv=Content-Type content="text-html; charset=UTF-8">
    <META content="MSHTML 5.50.4522.1800" name=GENERATOR></HEAD>
    <BODY bgColor=#ffffff>
    <TABLE cellSpacing=5 cellPadding=3 width=410>
      <TBODY>
      <TR>
        <TD id=L_defaultr_0 valign=middle align=left width=360>
          <H1 id=L_defaultr_2 style="FONT: 13pt/15pt verdana; COLOR: #000000"><ID id=L_defaultr_3><!--Problem-->The page cannot be displayed
    </ID></H1></TD></TR>
      <TR>
        <TD width=400 colSpan=2><FONT id=L_defaultr_4
          style="FONT: 8pt/11pt verdana; COLOR: #000000"><ID id=L_defaultr_5><B>Explanation: </B>There is a problem with the page you are trying to reach and it cannot be displayed.</ID></FONT></TD></TR>
      <TR>
        <TD width=400 colSpan=2><FONT id=L_defaultr_6
          style="FONT: 8pt/11pt verdana; COLOR: #000000">
          <HR color=#c0c0c0 noShade>
          <P id=L_defaultr_7><B>Try the following:</B></P>
          <UL>
            <LI id=L_defaultr_8><B>Refresh page:</B> Search for the page again by clicking the Refresh button. The timeout may have occurred due to Internet congestion.
    <LI id=L_defaultr_9><B>Check spelling:</B> Check that you typed the Web page address correctly. The address may have been mistyped.
    <LI id=L_defaultr_10><B>Access from a link:</B> If there is a link to the page you are looking for, try accessing the page from that link.
          </UL>
          <HR color=#c0c0c0 noShade>
          <P id=L_defaultr_11>Technical Information (for support personnel)</P>
          <UL>
            <LI id=L_defaultr_12>Error Code: 403 Forbidden. The page must be viewed over a secure channel (Secure Sockets Layer (SSL)). Contact the server administrator. (12311)
            </UL></FONT></TD></TR></TBODY></TABLE></BODY></HTML>
    Oct 17, 2012 4:21:18 PM INFO TRANSPORT:</ReceivedResponse>
    Oct 17, 2012 4:21:18 PM INFO TRANSPORT:Sending event to main thread for request(0x2021230)
    Oct 17, 2012 4:21:18 PM INFO TRANSPORT:Notifying response of request(UcwaAutoDiscoveryRequest) with status = 0x2203000f
    Oct 17, 2012 4:21:18 PM INFO APPLICATION:Req. event received: responseErrorCode=E2-3-15
    Oct 17, 2012 4:21:18 PM INFO APPLICATION:No more req. timing out
    Oct 17, 2012 4:21:18 PM INFO APPLICATION:UrlRedirectAndTrustResolver complete with url =
    http://lyncdiscover.domain.com/, Hops = 1, status = E2-3-15
    Oct 17, 2012 4:21:18 PM INFO APPLICATION:Response received for req. <unknown>: E2-3-15 (RemoteNetworkPermanentError); Done with req.; Stopping resend timer
    Oct 17, 2012 4:21:18 PM INFO APPLICATION:CUcwaAutoDiscoverGetUserUrlOperation::onEvent received.  Status = E2-3-15, url =
    http://lyncdiscover.domain.com/
    Oct 17, 2012 4:21:18 PM INFO APPLICATION:UcwaAutoDiscoveryGetUserUrlOperation completed with url =
    http://lyncdiscover.domain.com/?sipuri=sip:[email protected], userUrl = , status = E2-3-15
    Oct 17, 2012 4:21:19 PM INFO TRANSPORT:Received response of request(UcwaAutoDiscoveryRequest) with status = 0x0
    Oct 17, 2012 4:21:19 PM INFO TRANSPORT:<ReceivedResponse>
    Oct 17, 2012 4:21:19 PM INFO TRANSPORT:HttpHeader:Cache-Control no-cache
    Oct 17, 2012 4:21:19 PM INFO TRANSPORT:HttpHeader:Connection Keep-Alive
    Oct 17, 2012 4:21:19 PM INFO TRANSPORT:HttpHeader:Content-Length 429
    Oct 17, 2012 4:21:19 PM INFO TRANSPORT:HttpHeader:Content-Type application/vnd.microsoft.rtc.autodiscover+xml;v=1
    Oct 17, 2012 4:21:19 PM INFO TRANSPORT:HttpHeader:Date Wed, 17 Oct 2012 20:21:20 GMT
    Oct 17, 2012 4:21:19 PM INFO TRANSPORT:HttpHeader:Expires -1
    Oct 17, 2012 4:21:19 PM INFO TRANSPORT:HttpHeader:Pragma no-cache
    Oct 17, 2012 4:21:19 PM INFO TRANSPORT:HttpHeader:Server Microsoft-IIS/7.5
    Oct 17, 2012 4:21:19 PM INFO TRANSPORT:HttpHeader:StatusCode 200
    Oct 17, 2012 4:21:19 PM INFO TRANSPORT:HttpHeader:X-AspNet-Version 2.0.50727
    Oct 17, 2012 4:21:19 PM INFO TRANSPORT:HttpHeader:X-MS-Server-Fqdn LYNC1-FE1.edge.local
    Oct 17, 2012 4:21:19 PM INFO TRANSPORT:HttpHeader:X-Powered-By ASP.NET
    Oct 17, 2012 4:21:19 PM INFO TRANSPORT:<?xml version="1.0" encoding="utf-8"?><AutodiscoverResponse AccessLocation="External" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="<Root><Link">http://www.w3.org/2001/XMLSchema"><Root><Link
    token="Domain" href="<Link">https://webext.domain.com/Autodiscover/AutodiscoverService.svc/root/domain"/><Link token="User" href="</Root></AutodiscoverResponse">https://webext.domain.com/Autodiscover/AutodiscoverService.svc/root/user"/></Root></AutodiscoverResponse>
    Oct 17, 2012 4:21:19 PM INFO TRANSPORT:</ReceivedResponse>
    Oct 17, 2012 4:21:19 PM INFO TRANSPORT:location value is external
    Oct 17, 2012 4:21:19 PM INFO TRANSPORT:User url is
    https://webext.domain.com/autodiscover/autodiscoverservice.svc/root/user
    Oct 17, 2012 4:21:19 PM INFO TRANSPORT:Sending event to main thread for request(0x1fcb4c8)
    Oct 17, 2012 4:21:19 PM INFO TRANSPORT:Notifying response of request(UcwaAutoDiscoveryRequest) with status = 0x0
    Oct 17, 2012 4:21:19 PM INFO APPLICATION:Response received
    Oct 17, 2012 4:21:19 PM INFO APPLICATION:No more req. timing out
    Oct 17, 2012 4:21:19 PM INFO APPLICATION:Received a root response
    Oct 17, 2012 4:21:19 PM INFO APPLICATION:UcwaAutoDiscoveryGetUserUrlOperation completed with url =
    https://lyncdiscover.domain.com/?sipuri=sip:[email protected], userUrl =
    https://webext.domain.com/autodiscover/autodiscoverservice.svc/root/user, status = S0-0-0
    Oct 17, 2012 4:21:19 PM INFO APPLICATION:Response received for req. <unknown>: S0-0-0 (Success); Done with req.; Stopping resend timer
    Oct 17, 2012 4:21:19 PM INFO TRANSPORT:getSpecificCredential returning the following credential for credType (1) serviceId (1)
    Oct 17, 2012 4:21:19 PM INFO TRANSPORT:Credential information: credType (1) signInName ([email protected]) domain () username ([email protected]) password.empty() (0) compatibleServiceIds(0)
    Oct 17, 2012 4:21:19 PM INFO TRANSPORT:getSpecificCredential returning the following credential for credType (1) serviceId (4)
    Oct 17, 2012 4:21:19 PM INFO TRANSPORT:Credential information: credType (1) signInName () domain () username () password.empty() (1) compatibleServiceIds(0)
    Oct 17, 2012 4:21:19 PM INFO TRANSPORT:Received a request to get the meta data of type 0 for url
    https://webext.domain.com/autodiscover/autodiscoverservice.svc/root/user
    Oct 17, 2012 4:21:19 PM INFO TRANSPORT:Base service url constructed is
    https://webext.domain.com/autodiscover/autodiscoverservice.svc/root
    Oct 17, 2012 4:21:19 PM INFO TRANSPORT:Sending Unauthenticated get to get the web-ticket url
    Oct 17, 2012 4:21:19 PM INFO TRANSPORT:getSpecificCredential returning the following credential for credType (1) serviceId (4)
    Oct 17, 2012 4:21:19 PM INFO TRANSPORT:Credential information: credType (1) signInName () domain () username () password.empty() (1) compatibleServiceIds(0)
    Oct 17, 2012 4:21:19 PM INFO TRANSPORT:Added Request(UnauthenticatedGetRequest) to Request Processor queue
    Oct 17, 2012 4:21:19 PM INFO TRANSPORT:Waiting on Meta Data from
    https://webext.domain.com/autodiscover/autodiscoverservice.svc/root/user
    Oct 17, 2012 4:21:19 PM INFO APPLICATION:Submitting new req. <unknown>
    Oct 17, 2012 4:21:19 PM INFO APPLICATION:Submitting Authenticated AutoDiscovery request to
    https://webext.domain.com/autodiscover/autodiscoverservice.svc/root/user
    Oct 17, 2012 4:21:19 PM INFO TRANSPORT:Sent Request(UnauthenticatedGetRequest) to Request Processor
    Oct 17, 2012 4:21:19 PM INFO TRANSPORT:Sending request(UnauthenticatedGetRequest) to server type = 0
    Oct 17, 2012 4:21:19 PM VERBOSE HttpConnection: post request:
    https://webext.domain.com/autodiscover/autodiscoverservice.svc/root/user
    Oct 17, 2012 4:21:19 PM VERBOSE HttpConnection: send request:
    https://webext.domain.com/autodiscover/autodiscoverservice.svc/root/user
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:Received response of request(UnauthenticatedGetRequest) with status = 0x0
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:<ReceivedResponse>
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:HttpHeader:Cache-Control no-cache
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:HttpHeader:Connection Keep-Alive
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:HttpHeader:Content-Length 1293
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:HttpHeader:Content-Type text/html
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:HttpHeader:Date Wed, 17 Oct 2012 20:21:20 GMT
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:HttpHeader:Expires -1
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:HttpHeader:Pragma no-cache
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:HttpHeader:Server Microsoft-IIS/7.5
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:HttpHeader:StatusCode 401
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:HttpHeader:X-MS-Server-Fqdn LYNC1-FE1.edge.local
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:HttpHeader:X-MS-WebTicketURL
    https://webext.domain.com/WebTicket/WebTicketService.svc
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:HttpHeader:X-Powered-By ASP.NET
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
    <title>401 - Unauthorized: Access is denied due to invalid credentials.</title>
    <style type="text/css">
    <!--
    body{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}
    fieldset{padding:0 15px 10px 15px;}
    h1{font-size:2.4em;margin:0;color:#FFF;}
    h2{font-size:1.7em;margin:0;color:#CC0000;}
    h3{font-size:1.2em;margin:10px 0 0 0;color:#000000;}
    #header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;
    background-color:#555555;}
    #content{margin:0 0 0 2%;;}
    .content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;;}
    -->
    </style>
    </head>
    <body>
    <div id="header"><h1>Server Error</h1></div>
    <div id="content">
     <div class="content-container"><fieldset>
      <h2>401 - Unauthorized: Access is denied due to invalid credentials.</h2>
      <h3>You do not have permission to view this directory or page using the credentials that you supplied.</h3>
     </fieldset></div>
    </div>
    </body>
    </html>
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:</ReceivedResponse>
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:Sending event to main thread for request(0x1ef4188)
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:Received response for meta data request of type 120 with status 0
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:Endpoint url constructed from unauth-get response is
    https://webext.domain.com/autodiscover/autodiscoverservice.svc/root
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:Base service url constructed from unauth-get-response is
    https://webext.domain.com/autodiscover/autodiscoverservice.svc/root
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:Added a binding based on the unauth-get response
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:MetaData retrieval for url
    https://webext.domain.com/autodiscover/autodiscoverservice.svc/root/user completed with status 0
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:Received a request to get the meta data of type 0 for url
    https://webext.domain.com/autodiscover/autodiscoverservice.svc/root/user
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:Base service url constructed is
    https://webext.domain.com/autodiscover/autodiscoverservice.svc/root
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:Found a binding with AuthType 16
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:getSpecificCredential returning the following credential for credType (1) serviceId (1)
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:Credential information: credType (1) signInName ([email protected]) domain () username ([email protected]) password.empty() (0) compatibleServiceIds(0)
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:Request to get web ticket for
    https://webext.domain.com/autodiscover/autodiscoverservice.svc/root
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:No Cached web-ticket found.
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:Received request for a new token for
    https://webext.domain.com/autodiscover/autodiscoverservice.svc/root
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:getSpecificCredential returning the following credential for credType (1) serviceId (4)
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:Credential information: credType (1) signInName () domain () username () password.empty() (1) compatibleServiceIds(0)
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:Received a request to get the meta data of type 2 for url
    https://webext.domain.com/webticket/webticketservice.svc
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:Sending Mex request get the meta data for the endpoint
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:getSpecificCredential returning the following credential for credType (1) serviceId (4)
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:Credential information: credType (1) signInName () domain () username () password.empty() (1) compatibleServiceIds(0)
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:Added Request(MetaDataRequest) to Request Processor queue
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:Sent Request(MetaDataRequest) to Request Processor
    Oct 17, 2012 4:21:20 PM VERBOSE HttpConnection: set body(POST)- length=486
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:Sending request(MetaDataRequest) to server type = 1
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:Waiting on Meta Data from
    https://webext.domain.com/webticket/webticketservice.svc
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:Waiting on the token
    Oct 17, 2012 4:21:20 PM VERBOSE HttpConnection: post request:
    https://webext.domain.com/webticket/webticketservice.svc/mex
    Oct 17, 2012 4:21:20 PM VERBOSE HttpConnection: send request:
    https://webext.domain.com/webticket/webticketservice.svc/mex
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:Received response of request(MetaDataRequest) with status = 0x0
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:MEX response received.
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:<ReceivedResponse>
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:HttpHeader:Cache-Control private
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:HttpHeader:Connection Keep-Alive
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:HttpHeader:Content-Length 18343
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:HttpHeader:Content-Type application/soap+xml; charset=utf-8
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:HttpHeader:Date Wed, 17 Oct 2012 20:21:20 GMT
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:HttpHeader:Server Microsoft-IIS/7.5
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:HttpHeader:StatusCode 200
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:HttpHeader:X-AspNet-Version 2.0.50727
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:HttpHeader:X-MS-Server-Fqdn LYNC1-FE1.edge.local
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:HttpHeader:X-Powered-By ASP.NET
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:a="http://www.w3.org/2005/08/addressing"><s:Header><a:Action
    s:mustUnderstand="1">http://schemas.xmlsoap.org/ws/2004/09/transfer/GetResponse</a:Action></s:Header><s:Body><Metadata xmlns="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:wsx="<wsx:MetadataSection">http://schemas.xmlsoap.org/ws/2004/09/mex"><wsx:MetadataSection
    Dialect="http://schemas.xmlsoap.org/wsdl/" Identifier="http://tempuri.org/" xmlns=""><wsdl:definitions name="WebTicketService" targetNamespace="http://tempuri.org/"
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
    xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract"
    xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"
    xmlns:tns="http://tempuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsa10="<wsp:Policy">http://www.w3.org/2005/08/addressing"><wsp:Policy wsu:Id="WebTicketServiceWinNegotiate_policy"><wsp:ExactlyOne><wsp:All><http:NegotiateAuthentication
    xmlns:http="<af:Binding">http://schemas.microsoft.com/ws/06/2004/policy/http"/><af:Binding xmlns:af="urn:component:Microsoft.Rtc.WebAuthentication.2010"/><sp:TransportBinding
    xmlns:sp="<wsp:Policy><sp:TransportToken><wsp:Policy><sp:HttpsToken">http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"><wsp:Policy><sp:TransportToken><wsp:Policy><sp:HttpsToken
    RequireClientCertificate="false"/></wsp:Policy></sp:TransportToken><sp:AlgorithmSuite><wsp:Policy><sp:Basic256/></wsp:Policy></sp:AlgorithmSuite><sp:Layout><wsp:Policy><sp:Strict/></wsp:Policy></sp:Layout></wsp:Policy></sp:TransportBinding></wsp:All></wsp:ExactlyOne></wsp:Policy><wsp:Policy
    wsu:Id="WebTicketServiceCert_policy"><wsp:ExactlyOne><wsp:All><af:Binding xmlns:af="urn:component:Microsoft.Rtc.WebAuthentication.2010"/><sp:TransportBinding xmlns:sp="<wsp:Policy><sp:TransportToken><wsp:Policy><sp:HttpsToken">http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"><wsp:Policy><sp:TransportToken><wsp:Policy><sp:HttpsToken
    RequireClientCertificate="false"/></wsp:Policy></sp:TransportToken><sp:AlgorithmSuite><wsp:Policy><sp:Basic256/></wsp:Policy></sp:AlgorithmSuite><sp:Layout><wsp:Policy><sp:Strict/></wsp:Policy></sp:Layout><sp:IncludeTimestamp/></wsp:Policy></sp:TransportBinding><sp:EndorsingSupportingTokens
    xmlns:sp="<wsp:Policy><sp:X509Token">http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"><wsp:Policy><sp:X509Token sp:IncludeToken="<wsp:Policy><sp:RequireThumbprintReference/><sp:WssX509V3Token10/></wsp:Policy></sp:X509Token><sp:SignedParts><sp:Header">http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/AlwaysToRecipient"><wsp:Policy><sp:RequireThumbprintReference/><sp:WssX509V3Token10/></wsp:Policy></sp:X509Token><sp:SignedParts><sp:Header
    Name="To" Namespace="</sp:SignedParts></wsp:Policy></sp:EndorsingSupportingTokens><sp:Wss11">http://www.w3.org/2005/08/addressing"/></sp:SignedParts></wsp:Policy></sp:EndorsingSupportingTokens><sp:Wss11
    xmlns:sp="<wsp:Policy><sp:MustSupportRefKeyIdentifier/><sp:MustSupportRefIssuerSerial/><sp:MustSupportRefThumbprint/><sp:MustSupportRefEncryptedKey/></wsp:Policy></sp:Wss11><sp:Trust10">http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"><wsp:Policy><sp:MustSupportRefKeyIdentifier/><sp:MustSupportRefIssuerSerial/><sp:MustSupportRefThumbprint/><sp:MustSupportRefEncryptedKey/></wsp:Policy></sp:Wss11><sp:Trust10
    xmlns:sp="<wsp:Policy><sp:MustSupportIssuedTokens/><sp:RequireClientEntropy/><sp:RequireServerEntropy/></wsp:Policy></sp:Trust10><wsaw:UsingAddressing/></wsp:All></wsp:ExactlyOne></wsp:Policy><wsp:Policy">http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"><wsp:Policy><sp:MustSupportIssuedTokens/><sp:RequireClientEntropy/><sp:RequireServerEntropy/></wsp:Policy></sp:Trust10><wsaw:UsingAddressing/></wsp:All></wsp:ExactlyOne></wsp:Policy><wsp:Policy
    wsu:Id="WebTicketServiceMachineCert_policy"><wsp:ExactlyOne><wsp:All><sp:TransportBinding xmlns:sp="<wsp:Policy><sp:TransportToken><wsp:Policy><sp:HttpsToken">http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"><wsp:Policy><sp:TransportToken><wsp:Policy><sp:HttpsToken
    RequireClientCertificate="false"/></wsp:Policy></sp:TransportToken><sp:AlgorithmSuite><wsp:Policy><sp:Basic256/></wsp:Policy></sp:AlgorithmSuite><sp:Layout><wsp:Policy><sp:Strict/></wsp:Policy></sp:Layout><sp:IncludeTimestamp/></wsp:Policy></sp:TransportBinding><sp:EndorsingSupportingTokens
    xmlns:sp="http://schemas.xmlsoap.org
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:</ReceivedResponse>
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:Sending event to main thread for request(0x1f10140)
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:Received response for meta data request of type 80 with status 0
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:MetaData retrieval for url
    https://webext.domain.com/webticket/webticketservice.svc completed with status 0
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:Received a request to get the meta data of type 2 for url
    https://webext.domain.com/webticket/webticketservice.svc
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:Found a binding with AuthType 32
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:getSpecificCredential returning the following credential for credType (1) serviceId (1)
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:Credential information: credType (1) signInName ([email protected]) domain () username ([email protected]) password.empty() (0) compatibleServiceIds(0)
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:Added Request(WebTicketRequest) to Request Processor queue
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:Sent Request(WebTicketRequest) to Request Processor
    Oct 17, 2012 4:21:20 PM VERBOSE HttpConnection: set body(POST)- length=1439
    Oct 17, 2012 4:21:20 PM INFO TRANSPORT:Sending request(WebTicketRequest) to server type = 1
    Oct 17, 2012 4:21:20 PM VERBOSE HttpConnection: post request:
    https://webext.domain.com/webticket/webticketservice.svc/auth
    Oct 17, 2012 4:21:20 PM VERBOSE HttpConnection: send request:
    https://webext.domain.com/webticket/webticketservice.svc/auth
    Oct 17, 2012 4:21:22 PM INFO TRANSPORT:Received response of request(WebTicketRequest) with status = 0x0
    Oct 17, 2012 4:21:22 PM INFO TRANSPORT:Decoding the WebTicket Response
    Oct 17, 2012 4:21:22 PM INFO TRANSPORT:WebTicket RSTR received.
    Oct 17, 2012 4:21:22 PM INFO TRANSPORT:<ReceivedResponse>
    Oct 17, 2012 4:21:22 PM INFO TRANSPORT:HttpHeader:Cache-Control private
    Oct 17, 2012 4:21:22 PM INFO TRANSPORT:HttpHeader:Connection Keep-Alive
    Oct 17, 2012 4:21:22 PM INFO TRANSPORT:HttpHeader:Content-Length 684
    Oct 17, 2012 4:21:22 PM INFO TRANSPORT:HttpHeader:Content-Type text/xml; charset=utf-8
    Oct 17, 2012 4:21:22 PM INFO TRANSPORT:HttpHeader:Date Wed, 17 Oct 2012 20:21:24 GMT
    Oct 17, 2012 4:21:22 PM INFO TRANSPORT:HttpHeader:Server Microsoft-IIS/7.5
    Oct 17, 2012 4:21:22 PM INFO TRANSPORT:HttpHeader:StatusCode 500
    Oct 17, 2012 4:21:22 PM INFO TRANSPORT:HttpHeader:X-AspNet-Version 2.0.50727
    Oct 17, 2012 4:21:22 PM INFO TRANSPORT:HttpHeader:X-MS-Server-Fqdn LYNC1-FE1.edge.local
    Oct 17, 2012 4:21:23 PM INFO TRANSPORT:HttpHeader:X-Powered-By ASP.NET
    Oct 17, 2012 4:21:23 PM INFO TRANSPORT:<s:Envelope xmlns:s="<faultcode">http://schemas.xmlsoap.org/soap/envelope/"><s:Body><s:Fault><faultcode xmlns:a="a:FailedAuthentication</faultcode><faultstring">http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">a:FailedAuthentication</faultcode><faultstring
    xml:lang="en-US">No valid security token.</faultstring><detail><OCSDiagnosticsFault xmlns="urn:component:Microsoft.Rtc.WebAuthentication.2010" xmlns:i="<Ms-Diagnostics-Fault><ErrorId>28020</ErrorId><Reason>No">http://www.w3.org/2001/XMLSchema-instance"><Ms-Diagnostics-Fault><ErrorId>28020</ErrorId><Reason>No
    valid security token.</Reason></Ms-Diagnostics-Fault><NameValuePairs xmlns:a="</OCSDiagnosticsFault></detail>http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></OCSDiagnosticsFault></detail></s:Fault></s:Body></s:Envelope>
    Oct 17, 2012 4:21:23 PM INFO TRANSPORT:</ReceivedResponse>
    Oct 17, 2012 4:21:23 PM INFO TRANSPORT:Sending event to main thread for request(0x1f27f50)
    Oct 17, 2012 4:21:23 PM INFO TRANSPORT:Received webticket resposne with status 570621954
    Oct 17, 2012 4:21:23 PM INFO TRANSPORT:Raising WebTicketEvent for
    https://webext.domain.com/autodiscover/autodiscoverservice.svc/root and
    https://webext.domain.com/webticket/webticketservice.svc with status 570621954
    Oct 17, 2012 4:21:23 PM INFO TRANSPORT:Web-Ticket retrieval for url
    https://webext.domain.com/autodiscover/autodiscoverservice.svc/root completed with status 570621954
    Oct 17, 2012 4:21:23 PM ERROR TRANSPORT:Failing the original request as we weren't able to get thewebticket
    Oct 17, 2012 4:21:23 PM INFO TRANSPORT:Notifying response of request(UcwaAutoDiscoveryRequest) with status = 0x22030002
    Oct 17, 2012 4:21:23 PM INFO APPLICATION:Req. event received: responseErrorCode=E2-3-2
    Oct 17, 2012 4:21:23 PM INFO APPLICATION:No more req. timing out
    Oct 17, 2012 4:21:23 PM INFO APPLICATION:Received autodiscovery response with status 570621954
    Oct 17, 2012 4:21:23 PM INFO APPLICATION:Raising Autodiscovery event with status 570621954 for eventType 0
    Oct 17, 2012 4:21:23 PM ERROR APPLICATION:Auto-discovery failed. Analysing the failure
    Oct 17, 2012 4:21:23 PM INFO APPLICATION:Raising Autodiscovery event with status 570621954 for eventType 0
    Oct 17, 2012 4:21:23 PM ERROR APPLICATION:Auto-discovery failed, aborting sign-in!
    Oct 17, 2012 4:21:23 PM INFO APPLICATION:CLogonSession::setNewActualState() state=0
    Oct 17, 2012 4:21:23 PM INFO UcClientStateManager: New UI State: ActualState = IsSignedOut DesiredState = BeSignedIn  DataAvailable = false
    Oct 17, 2012 4:21:23 PM ERROR APPLICATION:Alert received! Type 16384, level 0, error E2-3-2, context ''
    Oct 17, 2012 4:21:23 PM INFO APPLICATION:Response received for req. <unknown>: E2-3-2 (RemoteNetworkPermanentError); Done with req.; Stopping resend timer
    Oct 17, 2012 4:21:23 PM VERBOSE ActivityMonitor: Activity Create: com.microsoft.office.lync.ui.options.CredentialsActivity
    Oct 17, 2012 4:21:23 PM VERBOSE ActivityMonitor: Activity Start: com.microsoft.office.lync.ui.options.CredentialsActivity
    Oct 17, 2012 4:21:23 PM VERBOSE ActivityMonitor: Activity Stop: com.microsoft.office.lync.ui.options.SigningInActivity
    Oct 17, 2012 4:21:23 PM VERBOSE ActivityMonitor: Activity Destroy: com.microsoft.office.lync.ui.options.SigningInActivity
    Oct 17, 2012 4:21:30 PM VERBOSE ActivityMonitor: Activity Create: com.microsoft.office.lync.ui.options.CredentialsOptionsActivity
    Oct 17, 2012 4:21:30 PM VERBOSE ActivityMonitor: Activity Start: com.microsoft.office.lync.ui.options.CredentialsOptionsActivity
    Oct 17, 2012 4:21:30 PM VERBOSE ActivityMonitor: Activity Stop: com.microsoft.office.lync.ui.options.CredentialsActivity
    Oct 17, 2012 4:21:31 PM INFO APPLICATION:Mode 1 scheduled to timeout in 30.000000s
    Oct 17, 2012 4:21:31 PM INFO APPLICATION:No SendUpdate schedule action. timerStarted=0, timerNeedsToRun=0, channelState=0, timerAction=0
    Oct 17, 2012 4:21:31 PM VERBOSE ActivityMonitor: Activity Create: com.microsoft.office.lync.ui.options.AboutActivity
    Oct 17, 2012 4:21:31 PM VERBOSE ActivityMonitor: Activity Start: com.microsoft.office.lync.ui.options.AboutActivity
    Oct 17, 2012 4:21:31 PM VERBOSE ActivityMonitor: Activity Stop: com.microsoft.office.lync.ui.options.CredentialsOptionsActivity
    Oct 17, 2012 4:21:32 PM VERBOSE LyncUtils: Compress adding: cmlog0.log

    Hi,
    Please use other Mobile (eg. Windows mobile)devices to log in the Lync server then check the issue again. From the above logs, looks like the lync server is not able to authenticate your credential. PLease make sure you use the correct
    Sip address and password to sign in.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

Maybe you are looking for