Downloading Error in Siebel Analytics 7.8.5 OBI Reports

Hi Guys,
I have come across a peculiar problem in which i can see that when i am trying to download report into excel or csv format, some rows are getting missed. My report has 2059343 rows but it is just downloading around 143000 rows in downloaded Excel or CSV file.. Can anyone please suggest if we need to change any parameter or if there is any such limitation ?
Thanks,
RB

Thanks Srini,
My Office Version is MS 2003..I tried downloading in csv and opening it in linux box. Still it shows me the same number of rows !
Cheers,
Ritesh

Similar Messages

  • Error in Siebel Analytics ReportUI portlet Authentication error.

    Hi Everyone
    I am trying to Integrate Between Weblogic Portal and OBIEE.
    Weblogic Portal Version: 10.3
    OBIEE : 11g
    Integration Using: Report UI Portlet
    1.
    While creating OBIEE environment "weblogic" user was setup as "Administrator" account.
    Following is list of users that i see from weblogic console for OBIEE.
         User          |     Group
         weblogic     |     Administrator
         BISystemUser|     Administrators
         OracleSystemUser|     OracleSystemGroup
    2.
    From Portal environment, i have added "sawjsr168portlets.war" as shared library.
    Changed portlet.xml and web.xml with following.
         -changes in portlet.xml
              1. oracle.bi.presentation.sawserver.URL
                   http://localhost:9704/analytics/saw.dll
              2.     oracle.bi.presentation.portlets.jsr168.reportui.AdminUserName
                   weblogic
              3.     oracle.bi.presentation.portlets.jsr168.reportui.AdminPwd
                   xxxxxx
              4.     oracle.bi.presentation.report.Path
                   /Shared Folders/Sample Lite/Published Reporting/Reports/Brand Revenue Details
         -changes in web.xml
              1.     com.siebel.analytics.web.SAWServer.Host
                   localhost
              2.     com.siebel.analytics.web.SAWServer.Port
                   9704
    3. On Portal Desktop, I am authenticating with "weblogic" user ("weblogic" user which is configured in Portal Domain).
    While doing so, I see following exception on Portal Domain.
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.transport.http.HTTPSender> <BEA-000000> <<?xml version="1.0" encoding="UTF-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:sawsoap="com.siebel.analytics.web/soap/v6"> <soap:Body> <soap:Fault><faultcode>soap:Server</faultcode>
    <faultstring>Authentication error. Details: An invalid User Name or Password was entered. </faultstring>
    <detail><sawsoape:Error xmlns:sawsoape="com.siebel.analytics.web/soap/error/v1">
    <sawsoape:Code>IAI2Z2JJ</sawsoape:Code>
    <sawsoape:Message>Authentication error. Details: An invalid User Name or Password was entered. </sawsoape:Message>
    <sawsoape:File>main/project/websubsystems/soapservicesimpl.cpp</sawsoape:File>
    <sawsoape:Line>183</sawsoape:Line>
    <sawsoape:LogSources>
         <sawsoape:LogSource>saw.soap.makesession</sawsoape:LogSource>
         <sawsoape:LogSource>saw.soap.sessionrequesthandler</sawsoape:LogSource>
         <sawsoape:LogSource>saw.SOAP</sawsoape:LogSource>
         <sawsoape:LogSource>saw.httpserver.request.soaprequest</sawsoape:LogSource>
         <sawsoape:LogSource>saw.rpc.server.responder</sawsoape:LogSource>
         <sawsoape:LogSource>saw.rpc.server</sawsoape:LogSource>
         <sawsoape:LogSource>saw.rpc.server.handleConnection</sawsoape:LogSource>
         <sawsoape:LogSource>saw.rpc.server.dispatch</sawsoape:LogSource>
         <sawsoape:LogSource>saw.threadpool</sawsoape:LogSource>
         <sawsoape:LogSource>saw.threadpool</sawsoape:LogSource>
         <sawsoape:LogSource>saw.threads</sawsoape:LogSource>
    </sawsoape:LogSources><sawsoape:Error>
    <sawsoape:Code>IHVF6OM7</sawsoape:Code>
    <sawsoape:Message>Authentication Failure.</sawsoape:Message>
    <sawsoape:File>main/project/webconnect/connection.cpp</sawsoape:File>
    <sawsoape:Line>387</sawsoape:Line>
    <sawsoape:LogSources>
         <sawsoape:LogSource>saw.connectionPool.getConnection</sawsoape:LogSource>
         <sawsoape:LogSource>saw.securitysubsystem.checkauthentication.runimpl</sawsoape:LogSource>
         <sawsoape:LogSource>saw.soap.makesession</sawsoape:LogSource>
         <sawsoape:LogSource>saw.soap.sessionrequesthandler</sawsoape:LogSource>
         <sawsoape:LogSource>saw.SOAP</sawsoape:LogSource>
         <sawsoape:LogSource>saw.httpserver.request.soaprequest</sawsoape:LogSource>
         <sawsoape:LogSource>saw.rpc.server.responder</sawsoape:LogSource>
         <sawsoape:LogSource>saw.rpc.server</sawsoape:LogSource>
         <sawsoape:LogSource>saw.rpc.server.handleConnection</sawsoape:LogSource>
         <sawsoape:LogSource>saw.rpc.server.dispatch</sawsoape:LogSource>
         <sawsoape:LogSource>saw.threadpool</sawsoape:LogSource>
         <sawsoape:LogSource>saw.threadpool</sawsoape:LogSource>
         <sawsoape:LogSource>saw.threads</sawsoape:LogSource>
    </sawsoape:LogSources><sawsoape:Error>
    <sawsoape:Code>OPR4ONWY</sawsoape:Code>
    <sawsoape:Message>Odbc driver returned an error (SQLDriverConnectW).</sawsoape:Message>
    <sawsoape:File>main/project/webodbcaccess/odbcconnectionimpl.cpp</sawsoape:File>
    <sawsoape:Line>356</sawsoape:Line>
    <sawsoape:Error>
    <sawsoape:Code>U9IM8TAC</sawsoape:Code>
    <sawsoape:Message>State: 08004. Code: 10018. [NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access for the requested connection is refused.
    [nQSError: 43113] Message returned from OBIS.
    [nQSError: 13038] The user does not have impersonation privilege. (08004)</sawsoape:Message>
    </sawsoape:Error>
    </sawsoape:Error>
    </sawsoape:Error>
    </sawsoape:Error>
    </detail>
    </soap:Fault></soap:Body> </soap:Envelope>>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.i18n.ProjectResourceBundle> <BEA-000000> <org.apache.axis.i18n.resource::handleGetObject(exit00)>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.transport.http.HTTPSender> <BEA-000000> <Exit: HTTPDispatchHandler::invoke>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.SimpleChain> <BEA-000000> <Exit: SimpleChain::invoke>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.i18n.ProjectResourceBundle> <BEA-000000> <org.apache.axis.i18n.resource::handleGetObject(semanticCheck00)>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.handlers.soap.MustUnderstandChecker> <BEA-000000> <Doing SOAP semantic checks...>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.SOAPPart> <BEA-000000> <Enter: SOAPPart::getAsSOAPEnvelope()>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.i18n.ProjectResourceBundle> <BEA-000000> <org.apache.axis.i18n.resource::handleGetObject(currForm)>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.SOAPPart> <BEA-000000> <current form is FORM_SOAPENVELOPE>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.client.AxisClient> <BEA-000000> <Exit: AxisClient::invoke>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.SOAPPart> <BEA-000000> <Enter: SOAPPart::getAsSOAPEnvelope()>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.i18n.ProjectResourceBundle> <BEA-000000> <org.apache.axis.i18n.resource::handleGetObject(currForm)>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.SOAPPart> <BEA-000000> <current form is FORM_SOAPENVELOPE>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.i18n.ProjectResourceBundle> <BEA-000000> <org.apache.axis.i18n.resource::handleGetObject(toAxisFault00)>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.enterprise> <BEA-000000> <Mapping Exception to AxisFault
    Authentication error. Details: An invalid User Name or Password was entered.
         at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:221)
         at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:128)
         at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)
         at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
         at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)
    <Jan 3, 2011 11:05:05 AM EST> <Error> <ServletContext-/research-portal> <BEA-000000> <Error in Siebel Analytics ReportUI portlet
    Authentication error. Details: An invalid User Name or Password was entered.
         at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:221)
         at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:128)
         at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)
         at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
         at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
         at org.apache.xerces.parsers
    Kindly let me know your thoughts on following.
    1. Am i missing any steps?
    2. Is it possible that Portal 10.3 and OBIEE 11g is not compatible?
    3. Admin Username and password that i specified in Report UI portlet's preferences, is it wrong user (or user from wrong group maybe)? Do i need to specify user who is from another group?
    4. I changed "SAWServer" url and port in web.xml. Is that okay?
    5. Is there any way, i can get more detailed information from OBIEE Server by enabling certain kind of debug?
    Let me know if any input is needed from my side. Any input is highly appreciated.
    Thanks

    Hi Now I am facing bellow error.
    Can anybody suggest me what to do?
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65PState: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 13017] User or group has not been granted the Direct Database Access privilege to access the database 'sh'. Please verify the User/Group Permissions in the Oracle BI Administration Tool. (HY000)

  • Error in using aggregate function in Outer Query in Siebel Analytics

    Hi,
    When I am using aggregate function in outer query in Siebel Analytics I am facing error.
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 59111] The SQL statement must include a GROUP BY clause. (HY000)
    Bellow is the code.
    SELECT test1.username saw_0, test1.desg saw_1,COUNT (test2.querydate) saw_2
    FROM (SELECT POSITION.CBL username,
    POSITION.CBP desg
    FROM "CM"
    WHERE (POSITION.BPTCD = 'Marketing')
    AND (POSITION.EDate =TIMESTAMP '1899-01-01 00:00:00'
    ) test1,
    (SELECT users.UN username,
    measures."Query Count" querycount,
    measures."Max Total Time" secs,
    topic.db dashboardname,
    "Query Time".DATE querydate
    FROM "Plan"
    WHERE (topic."Dashboard Name" IN ('DS'))) test2
    WHERE test2.username = LOWER (test1.username)
    AND test2.dashboardname = 'DS'
    GROUP BY test1.username, test1.desg

    Should your query be a valid SQL query?
    I can't think that the query you have would be valid in a SQL plus window.
    Chris

  • Download Siebel Analytics

    where can i download Siebel analytics to get a feel of the product. Especially the dashboards.

    <p>It's not located <b>here</b> so that means you probably have to go to <b>here</b> to get it.
    <p/>
    Tom

  • Writeback Error in Siebel Dashboard

    Hi
    When I am clicking on insert button I am getting fallowing error.
    The system is unable to read the WriteBack Template 'SHNEW'.
    Please contact your system administrator.
    My XML Template is
    <?xml version="1.0" encoding="utf-8"?>
    <WebMessageTables xmlns:sawnm="com.siebel.analytics.web/message/v1">
    <WebMessageTable lang="en-us" system="WriteBack" table="Messages">
    <WebMessage name="SHNEW">
    <XML>
    <WriteBack connectionPool="ss">
    <Insert>INSERT INTO FEEDBACK(username,fdate,feedbacks)
    values ('@{c0}',TO_DATE(’@{c1}’,'yyyy-mm-yy'),'@{c2}')</Insert>
    <Update></Update>
    <postInsert>COMMIT</postInsert>
    </WriteBack>
    </XML>
    </WebMessage>
    </WebMessageTable>
    </WebMessageTables>
    and I have stored it in
    OracleBI\web\msgdb\customMessages
    and have restart the Web Services .
    Thanks
    SUNIL
    Sunil Jena

    Hi Now I am facing bellow error.
    Can anybody suggest me what to do?
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65PState: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 13017] User or group has not been granted the Direct Database Access privilege to access the database 'sh'. Please verify the User/Group Permissions in the Oracle BI Administration Tool. (HY000)

  • Download error. Please contact customer support. - Adobe Creative Cloud Desktop

    I'm running Windows 8.1 on a home network. This is a fresh install of the operating system, my previous harddrive crashed on this system, so Adobe Creative Cloud is the only program besides Chrome I have installed. I have used Adobe Creative Cloud previously on this network and nothing has changed.
    I have already tried deleting opm.db from the OOBE folder in /AppData/Local and the AAMUpdater folder.
    I have also ran the Adobe Creative Cloud Cleaner Tool, disabled my firewall and Windows Defender, checked my proxy settings and disabled the certificate checks in Internet Explorer.
    ACC.log located in /AppData/Local/Temp
    02/06/14 10:27:11:917 | [INFO] | 74372 | ACC | C3App | CoreManager |  | C3App | 2060 | core library loaded
    02/06/14 10:27:11:932 | [INFO] | 74372 | ACC | Core | AsyncMessageProcessor |  | Core | 2060 | AsyncMsgProcessor started. on thread id = 4104
    02/06/14 10:27:11:932 | [INFO] | 74372 | ACC | Core | AppletManager |  | Core | 2060 | Querying applet database at path: C:\Program Files (x86)\Adobe\Adobe Creative Cloud
    02/06/14 10:27:11:932 | [INFO] | 74372 | ACC | Core | AppletManager |  | Core | 2060 | Loading PIM library from path: C:\Program Files (x86)\Adobe\Adobe Creative Cloud\utils\AdobePIM.dll
    02/06/14 10:27:11:932 | [INFO] | 74372 | ACC | Core | AppletManager |  | Core | 2060 | Getting applet data from Applet database.
    02/06/14 10:27:11:932 | [INFO] | 74372 | ACC | Core | AppletManager |  | Core | 2060 | Registering Applets...
    02/06/14 10:27:11:948 | [INFO] | 74372 | ACC | Core | AppletManager |  | Core | 2060 | Getting applet data from Applet database.
    02/06/14 10:27:11:948 | [INFO] | 74372 | ACC | Core | AppletManager |  | Core | 2060 | All installed packages version string: ACCC:2.4.0.348|ANSClient:2.4.0.348|ANSClientV1:2.4.0.348|AppsPanel:2.4.0.348|BehancePanel :2.4.0.348|Core:2.4.0.348|CoreExt:2.4.0.348|CoreSync:2.4.0.348|CoreSyncV1:2.4.0.348|Exchan gePlugin:2.4.0.348|FilesPanel:2.4.0.348|FontsPanel:2.4.0.348|HEX:2.4.0.348|HomePanel:2.4.0 .348|LiveType:2.4.0.348|LiveTypeV1:2.4.0.348|NEX:2.4.0.348|Runtime:2.4.0.330|Utils:2.4.0.3 48
    02/06/14 10:27:11:948 | [INFO] | 74372 | ACC | Core | AppletManager |  | Core | 2060 | Getting applet relationship info from Applet database.
    02/06/14 10:27:11:948 | [INFO] | 74372 | ACC | Core | AppletManager |  | Core | 2060 | Registering Applets...
    02/06/14 10:27:11:948 | [INFO] | 74372 | ACC | Core | AppletManager |  | Core | 2060 | Identifying applet relationships...
    02/06/14 10:27:11:948 | [INFO] | 74372 | ACC | Core | Applet |  | Core | 2060 | Loading Applet - CmdCntr_CoreExt for InstanceID - CoreInstance
    02/06/14 10:27:13:013 | [INFO] | 74372 | ACC | Core | Applet |  | Core | 2060 | Loading Applet - Analytics_CoreExt for InstanceID - CoreInstance
    02/06/14 10:27:13:013 | [INFO] | 74372 | ACC | ACE | ACE |  | ACE | 2060 | ACE Initialized
    02/06/14 10:27:13:013 | [INFO] | 74372 | ACC | ACE |  |  | ACE | 2060 | ETS environment is: 7
    02/06/14 10:27:13:013 | [INFO] | 74372 | ACC | ACE |  |  | ACE | 2060 | OS Bitness is: 64
    02/06/14 10:27:13:013 | [INFO] | 74372 | ACC | Core | Applet |  | Core | 2060 | Loading Applet - LocManager_CoreExt for InstanceID - CoreInstance
    02/06/14 10:27:13:029 | [INFO] | 74372 | ACC | LocalizationManager |  |  | LocalizationManager | 2060 | LocalizationManager Initialized
    02/06/14 10:27:13:029 | [INFO] | 74372 | ACC | Core | Applet |  | Core | 2060 | Loading Applet - C3Prefs_CoreExt for InstanceID - CoreInstance
    02/06/14 10:27:13:029 | [INFO] | 74372 | ACC | C3PrefsCoreExt |  |  | C3PrefsCoreExt | 2060 | Initialize called: <CommandLineArguments><appletID>C3Prefs_CoreExt</appletID><appletVersion>1.0</appletVersi on><appletInstanceID>CoreInstance</appletInstanceID><appletDIR>C:\Program Files (x86)\Adobe\Adobe Creative Cloud\CoreExt</appletDIR></CommandLineArguments>
    02/06/14 10:27:13:029 | [INFO] | 74372 | ACC | Core | Applet |  | Core | 2060 | Loading Applet - ElevationManager_CoreExt for InstanceID - CoreInstance
    02/06/14 10:27:13:029 | [INFO] | 74372 | ACC | ElevationManager |  |  | ElevationManager | 2060 | Initialize called: <CommandLineArguments><appletID>ElevationManager_CoreExt</appletID><appletVersion>1.0</ap pletVersion><appletInstanceID>CoreInstance</appletInstanceID><appletDIR>C:\Program Files (x86)\Adobe\Adobe Creative Cloud\CoreExt</appletDIR></CommandLineArguments>
    02/06/14 10:27:13:029 | [INFO] | 74372 | ACC | Core | Applet |  | Core | 2060 | Loading Applet - C3Container_BL for InstanceID - 1
    02/06/14 10:27:13:029 | [INFO] | 74372 | ACC | Core | Applet |  | Core | 2060 | Loading Applet - HEX_BL for InstanceID - 1
    02/06/14 10:27:13:045 | [INFO] | 74372 | ACC | HEX |  |  | HEX | 2060 | Initialize called: <CommandLineArguments><appletID>HEX_BL</appletID><appletVersion>1.0</appletVersion><apple tInstanceID>1</appletInstanceID><appletDIR>C:\Program Files (x86)\Adobe\Adobe Creative Cloud\HEX</appletDIR></CommandLineArguments>
    02/06/14 10:27:13:060 | [INFO] | 74372 | ACC | Core | Applet |  | Core | 2060 | Loading Applet - NEX_UIX for InstanceID - CoreInstance
    02/06/14 10:27:13:060 | [INFO] | 74372 | ACC | NEX | NEX |  | NEX | 2060 | NEX Initialized
    02/06/14 10:27:13:060 | [INFO] | 74372 | ACC | NEX | NEX |  | NEX | 2060 | Inside LoadUIApplet
    02/06/14 10:27:13:060 | [INFO] | 74372 | ACC | NEX | NEXAppletManager |  | NEX | 2060 | Loading Applet - C3Container_UI for WindowID - 1
    02/06/14 10:27:13:076 | [INFO] | 74372 | ACC | NEX | NEXAppletManager |  | NEX | 2060 | Registering Applet. Type:  ID:C3Container_UI  Version:1.0
    02/06/14 10:27:13:185 | [INFO] | 74372 | ACC | LocalizationManager | LocalizationManager |  | LocalizationManager | 2060 | Dictionary Path: C:\Program Files (x86)\Adobe\Adobe Creative Cloud\ACC\resource\Dictionary\en_US\stringTable.zdct
    02/06/14 10:27:13:201 | [INFO] | 74372 | ACC | LocalizationManager | LocalizationManager |  | LocalizationManager | 2060 | Dictionary reading successful.
    02/06/14 10:27:13:310 | [INFO] | 74372 | ACC | Core | Applet |  | Core | 2060 | Loading Applet - LWA_Native for InstanceID - 1
    02/06/14 10:27:13:326 | [INFO] | 74372 | ACC | C3PrefsCoreExt | C3PrefsMessageProcessor |  | C3PrefsCoreExt | 2060 | Inside GetLocalConfigXmlPath
    02/06/14 10:27:13:326 | [WARN] | 74372 | ACC | C3PrefsCoreExt |  |  | C3PrefsCoreExt | 2060 | Could not initialize C3Config sig file as XML data
    02/06/14 10:27:13:326 | [INFO] | 74372 | ACC | LocalizationManager |  |  | LocalizationManager | 2060 | Inside GetLocaleForApplet
    02/06/14 10:27:13:326 | [INFO] | 74372 | ACC | Core | Applet |  | Core | 2060 | Loading Applet - HomePanel_BL for InstanceID - 1
    02/06/14 10:27:13:326 | [INFO] | 74372 | ACC | HomePanelBL |  |  | HomePanelBL | 2060 | Initialize called: <CommandLineArguments><appletID>HomePanel_BL</appletID><appletVersion>1.0</appletVersion> <appletInstanceID>1</appletInstanceID><appletDIR>C:\Program Files (x86)\Adobe\Adobe Creative Cloud\HomePanel</appletDIR></CommandLineArguments>
    02/06/14 10:27:13:326 | [INFO] | 74372 | ACC | NEX | NEX |  | NEX | 2060 | Inside LoadUIApplet
    02/06/14 10:27:13:326 | [INFO] | 74372 | ACC | NEX | NEXAppletManager |  | NEX | 2060 | Loading Applet - HomePanel_UI for WindowID - 1
    02/06/14 10:27:13:326 | [INFO] | 74372 | ACC | HomePanelUI |  |  | HomePanelUI | 2060 | Initialize called: <CommandLineArguments><appletID>HomePanel_UI</appletID><appletVersion>1.0</appletVersion> <appletInstanceID>1</appletInstanceID><appletDIR>C:\Program Files (x86)\Adobe\Adobe Creative Cloud\HomePanel</appletDIR><dpi_x>96</dpi_x><dpi_y>96</dpi_y><isHighDPI>0</isHighDPI></Co mmandLineArguments>
    02/06/14 10:27:13:326 | [INFO] | 74372 | ACC | NEX | NEXAppletManager |  | NEX | 2060 | Registering Applet. Type:  ID:HomePanel_UI  Version:1.0
    02/06/14 10:27:13:326 | [INFO] | 74372 | ACC | C3PrefsCoreExt | C3PrefsMessageProcessor |  | C3PrefsCoreExt | 2060 | Inside GetLocalConfigXmlPath
    02/06/14 10:27:13:326 | [WARN] | 74372 | ACC | C3PrefsCoreExt |  |  | C3PrefsCoreExt | 2060 | Could not initialize C3Config sig file as XML data
    02/06/14 10:27:13:341 | [INFO] | 74372 | ACC | LocalizationManager | LocalizationManager |  | LocalizationManager | 2060 | Dictionary Path: C:\Program Files (x86)\Adobe\Adobe Creative Cloud\HomePanel\resource\Dictionary\en_US\stringTable.zdct
    02/06/14 10:27:13:341 | [INFO] | 74372 | ACC | LocalizationManager | LocalizationManager |  | LocalizationManager | 2060 | Dictionary reading successful.
    02/06/14 10:27:13:482 | [INFO] | 74372 | ACC | Core | Applet |  | Core | 2060 | Loading Applet - AppsPanel_BL for InstanceID - 1
    02/06/14 10:27:13:482 | [INFO] | 74372 | ACC | ProductsAppsBL |  |  | ProductsAppsBL | 2060 | Initialize called: <CommandLineArguments><appletID>AppsPanel_BL</appletID><appletVersion>1.0</appletVersion> <appletInstanceID>1</appletInstanceID><appletDIR>C:\Program Files (x86)\Adobe\Adobe Creative Cloud\AppsPanel</appletDIR></CommandLineArguments>
    02/06/14 10:27:13:482 | [INFO] | 74372 | ACC | NEX | NEX |  | NEX | 2060 | Inside LoadUIApplet
    02/06/14 10:27:13:482 | [INFO] | 74372 | ACC | NEX | NEXAppletManager |  | NEX | 2060 | Loading Applet - AppsPanel_UI for WindowID - 1
    02/06/14 10:27:13:482 | [INFO] | 74372 | ACC | ProductsAppUI |  |  | ProductsAppUI | 2060 | Initialize called: <CommandLineArguments><appletID>AppsPanel_UI</appletID><appletVersion>1.0</appletVersion> <appletInstanceID>1</appletInstanceID><appletDIR>C:\Program Files (x86)\Adobe\Adobe Creative Cloud\AppsPanel</appletDIR><dpi_x>96</dpi_x><dpi_y>96</dpi_y><isHighDPI>0</isHighDPI></Co mmandLineArguments>
    02/06/14 10:27:13:498 | [INFO] | 74372 | ACC | NEX | NEX |  | NEX | 2060 | Inside LoadBindings
    02/06/14 10:27:13:498 | [INFO] | 74372 | ACC | NEX | NEX |  | NEX | 2060 | Inside loadEventBindings
    02/06/14 10:27:13:498 | [INFO] | 74372 | ACC | NEX | NEX |  | NEX | 2060 | Return from loadEventBindings: 1
    02/06/14 10:27:13:498 | [INFO] | 74372 | ACC | NEX | NEX |  | NEX | 2060 | Inside loadPropertyBindings
    02/06/14 10:27:13:498 | [INFO] | 74372 | ACC | NEX | NEX |  | NEX | 2060 | Inside registerPropertyBindingsWithCore
    02/06/14 10:27:13:498 | [INFO] | 74372 | ACC | NEX | NEX |  | NEX | 2060 | Return from registerPropertyBindingsWithCore
    02/06/14 10:27:13:498 | [INFO] | 74372 | ACC | NEX | NEX |  | NEX | 2060 | Return from loadPropertyBindings: 1
    02/06/14 10:27:13:498 | [INFO] | 74372 | ACC | NEX | NEXAppletManager |  | NEX | 2060 | Registering Applet. Type:  ID:AppsPanel_UI  Version:1.0
    02/06/14 10:27:13:498 | [INFO] | 74372 | ACC | LocalizationManager | LocalizationManager |  | LocalizationManager | 2060 | Dictionary Path: C:\Program Files (x86)\Adobe\Adobe Creative Cloud\AppsPanel\resource\Dictionary\en_US\stringTable.zdct
    02/06/14 10:27:13:498 | [INFO] | 74372 | ACC | LocalizationManager | LocalizationManager |  | LocalizationManager | 2060 | Dictionary reading successful.
    02/06/14 10:27:13:498 | [INFO] | 74372 | ACC | Core | Applet |  | Core | 2060 | Loading Applet - FilesPanel_BL for InstanceID - 1
    02/06/14 10:27:13:498 | [INFO] | 74372 | ACC | FileAppsBL |  |  | FileAppsBL | 2060 | Initialize called: <CommandLineArguments><appletID>FilesPanel_BL</appletID><appletVersion>1.0</appletVersion ><appletInstanceID>1</appletInstanceID><appletDIR>C:\Program Files (x86)\Adobe\Adobe Creative Cloud\FilesPanel</appletDIR></CommandLineArguments>
    02/06/14 10:27:13:498 | [INFO] | 74372 | ACC | NEX | NEX |  | NEX | 2060 | Inside LoadUIApplet
    02/06/14 10:27:13:498 | [INFO] | 74372 | ACC | NEX | NEXAppletManager |  | NEX | 2060 | Loading Applet - FilesPanel_UI for WindowID - 1
    02/06/14 10:27:13:529 | [INFO] | 74372 | ACC | FileAppsUI |  |  | FileAppsUI | 2060 | Initialize called: <CommandLineArguments><appletID>FilesPanel_UI</appletID><appletVersion>1.0</appletVersion ><appletInstanceID>1</appletInstanceID><appletDIR>C:\Program Files (x86)\Adobe\Adobe Creative Cloud\FilesPanel</appletDIR><dpi_x>96</dpi_x><dpi_y>96</dpi_y><isHighDPI>0</isHighDPI></C ommandLineArguments>
    02/06/14 10:27:13:529 | [INFO] | 74372 | ACC | LocalizationManager | LocalizationManager |  | LocalizationManager | 2060 | Dictionary Path: C:\Program Files (x86)\Adobe\Adobe Creative Cloud\FilesPanel\resource\Dictionary\en_US\stringTable.zdct
    02/06/14 10:27:13:529 | [INFO] | 74372 | ACC | LocalizationManager | LocalizationManager |  | LocalizationManager | 2060 | Dictionary reading successful.
    02/06/14 10:27:13:638 | [INFO] | 74372 | ACC | NEX | NEXAppletManager |  | NEX | 2060 | Registering Applet. Type:  ID:FilesPanel_UI  Version:1.0
    02/06/14 10:27:13:638 | [INFO] | 74372 | ACC | Core | Applet |  | Core | 2060 | Loading Applet - FontsPanel_BL for InstanceID - 1
    02/06/14 10:27:13:638 | [INFO] | 74372 | ACC | FontsAppBL |  |  | FontsAppBL | 2060 | Initialize called: <CommandLineArguments><appletID>FontsPanel_BL</appletID><appletVersion>1.0</appletVersion ><appletInstanceID>1</appletInstanceID><appletDIR>C:\Program Files (x86)\Adobe\Adobe Creative Cloud\FontsPanel</appletDIR></CommandLineArguments>
    02/06/14 10:27:13:638 | [INFO] | 74372 | ACC | NEX | NEX |  | NEX | 2060 | Inside LoadUIApplet
    02/06/14 10:27:13:638 | [INFO] | 74372 | ACC | NEX | NEXAppletManager |  | NEX | 2060 | Loading Applet - FontsPanel_UI for WindowID - 1
    02/06/14 10:27:13:638 | [INFO] | 74372 | ACC | FontsAppUI |  |  | FontsAppUI | 2060 | Initialize called: <CommandLineArguments><appletID>FontsPanel_UI</appletID><appletVersion>1.0</appletVersion ><appletInstanceID>1</appletInstanceID><appletDIR>C:\Program Files (x86)\Adobe\Adobe Creative Cloud\FontsPanel</appletDIR><dpi_x>96</dpi_x><dpi_y>96</dpi_y><isHighDPI>0</isHighDPI></C ommandLineArguments>
    02/06/14 10:27:13:638 | [INFO] | 74372 | ACC | C3PrefsCoreExt | C3PrefsMessageProcessor |  | C3PrefsCoreExt | 2060 | Inside GetLocalConfigXmlPath
    02/06/14 10:27:13:638 | [WARN] | 74372 | ACC | C3PrefsCoreExt |  |  | C3PrefsCoreExt | 2060 | Could not initialize C3Config sig file as XML data
    02/06/14 10:27:13:638 | [INFO] | 74372 | ACC | LocalizationManager |  |  | LocalizationManager | 2060 | Inside GetLocaleForApplet
    02/06/14 10:27:13:638 | [INFO] | 74372 | ACC | FontsAppUI | FONTS_PANEL |  | FontsAppUI | 2060 | Locale Used for applet: en_US
    02/06/14 10:27:13:638 | [INFO] | 74372 | ACC | NEX | NEXAppletManager |  | NEX | 2060 | Registering Applet. Type:  ID:FontsPanel_UI  Version:1.0
    02/06/14 10:27:13:654 | [INFO] | 74372 | ACC | LocalizationManager | LocalizationManager |  | LocalizationManager | 2060 | Dictionary Path: C:\Program Files (x86)\Adobe\Adobe Creative Cloud\FontsPanel\resource\Dictionary\en_US\stringTable.zdct
    02/06/14 10:27:13:654 | [INFO] | 74372 | ACC | LocalizationManager | LocalizationManager |  | LocalizationManager | 2060 | Dictionary reading successful.
    02/06/14 10:27:13:654 | [INFO] | 74372 | ACC | Core | Applet |  | Core | 2060 | Loading Applet - BehancePanel_BL for InstanceID - 1
    02/06/14 10:27:13:654 | [INFO] | 74372 | ACC | BehancePanelBL |  |  | BehancePanelBL | 2060 | Initialize called: <CommandLineArguments><appletID>BehancePanel_BL</appletID><appletVersion>1.0</appletVersi on><appletInstanceID>1</appletInstanceID><appletDIR>C:\Program Files (x86)\Adobe\Adobe Creative Cloud\BehancePanel</appletDIR></CommandLineArguments>
    02/06/14 10:27:13:654 | [INFO] | 74372 | ACC | NEX | NEX |  | NEX | 2060 | Inside LoadUIApplet
    02/06/14 10:27:13:654 | [INFO] | 74372 | ACC | NEX | NEXAppletManager |  | NEX | 2060 | Loading Applet - BehancePanel_UI for WindowID - 1
    02/06/14 10:27:13:654 | [INFO] | 74372 | ACC | BehancePanelUI |  |  | BehancePanelUI | 2060 | Initialize called: <CommandLineArguments><appletID>BehancePanel_UI</appletID><appletVersion>1.0</appletVersi on><appletInstanceID>1</appletInstanceID><appletDIR>C:\Program Files (x86)\Adobe\Adobe Creative Cloud\BehancePanel</appletDIR><dpi_x>96</dpi_x><dpi_y>96</dpi_y><isHighDPI>0</isHighDPI>< /CommandLineArguments>
    02/06/14 10:27:13:654 | [INFO] | 74372 | ACC | C3PrefsCoreExt | C3PrefsMessageProcessor |  | C3PrefsCoreExt | 2060 | Inside GetLocalConfigXmlPath
    02/06/14 10:27:13:654 | [WARN] | 74372 | ACC | C3PrefsCoreExt |  |  | C3PrefsCoreExt | 2060 | Could not initialize C3Config sig file as XML data
    02/06/14 10:27:13:654 | [INFO] | 74372 | ACC | NEX | NEXAppletManager |  | NEX | 2060 | Registering Applet. Type:  ID:BehancePanel_UI  Version:1.0
    02/06/14 10:27:13:654 | [INFO] | 74372 | ACC | LocalizationManager | LocalizationManager |  | LocalizationManager | 2060 | Dictionary Path: C:\Program Files (x86)\Adobe\Adobe Creative Cloud\BehancePanel\resource\Dictionary\en_US\stringTable.zdct
    02/06/14 10:27:13:654 | [INFO] | 74372 | ACC | LocalizationManager | LocalizationManager |  | LocalizationManager | 2060 | Dictionary reading successful.
    02/06/14 10:27:13:670 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 2060 | handleCoreSyncLaunchPrefs >> client-type-prefs => V1
    02/06/14 10:27:13:670 | [INFO] | 74372 | ACC | c3containerBL | IMSLibHelper |  | c3containerBL | 2060 | Opening OOBELib session for DeviceID...
    02/06/14 10:27:14:248 | [INFO] | 74372 | ACC | c3containerBL | IMSLibHelper |  | c3containerBL | 2060 | Opened PWASession with session key - {E098E310-474F-4E32-B044-171D0CAFDD73}
    02/06/14 10:27:14:248 | [INFO] | 74372 | ACC | c3containerBL | IMSLibHelper |  | c3containerBL | 2060 | Performing getDeviceID...
    02/06/14 10:27:14:826 | [INFO] | 74372 | ACC | c3containerBL | IMSLibHelper |  | c3containerBL | 2060 | deviceID => 63EBCC41DA2EADD9BF885399170E00BB2A63E64C6D2FF21197B6CDBF765C9075
    02/06/14 10:27:14:826 | [INFO] | 74372 | ACC | c3containerBL | IMSLibHelper |  | c3containerBL | 2060 | deviceName => MBPRO-WIN8
    02/06/14 10:27:14:826 | [INFO] | 74372 | ACC | c3containerBL | IMSLibHelper |  | c3containerBL | 2060 | Closing OOBELib session : {E098E310-474F-4E32-B044-171D0CAFDD73} commit : 1
    02/06/14 10:27:14:842 | [INFO] | 74372 | ACC | c3containerBL | IMSLibHelper |  | c3containerBL | 2060 | Done closing PWASession : {E098E310-474F-4E32-B044-171D0CAFDD73}
    02/06/14 10:27:15:732 | [WARN] | 74372 | ACC | c3containerBL | MessageHandler |  | c3containerBL | 2060 | Failed in getting value for key in OPMGetValueForKey
    02/06/14 10:27:15:732 | [INFO] | 74372 | ACC | c3containerBL | SignInStateMachine |  | c3containerBL | 2060 | changeState ~> 0 - 0 - 4
    02/06/14 10:27:15:732 | [INFO] | 74372 | ACC | c3containerBL | SignInStateMachine |  | c3containerBL | 2060 | changeState ~> 0 - 1 - 4
    02/06/14 10:27:15:732 | [INFO] | 74372 | ACC | c3containerBL | IMSLibHelper |  | c3containerBL | 2060 | Opening IMSSession...
    02/06/14 10:27:15:732 | [INFO] | 74372 | ACC | c3containerBL | UserProfileData |  | c3containerBL | 2940 | Get Profile Data...
    02/06/14 10:27:15:732 | [WARN] | 74372 | ACC | c3containerBL | UserProfileData |  | c3containerBL | 2940 | User Profile Data not present!
    02/06/14 10:27:15:732 | [INFO] |  | ACCC | Analytics | ETSFramework |  |  | 2940 | Event Guid generated is: '2897fa9a-9828-46f7-9147-731db8d43b25'
    02/06/14 10:27:15:748 | [INFO] |  | ACCC | Analytics | ETSFramework |  |  | 1868 | Event with guid '2897fa9a-9828-46f7-9147-731db8d43b25' is being sent
    02/06/14 10:27:15:748 | [INFO] |  | ACCC | Analytics | ETSFramework |  |  | 1868 | GetIEProxyInfo - No default proxy present on the user machine
    02/06/14 10:27:15:748 | [INFO] |  | ACCC | Analytics | ETSFramework |  |  | 1868 | GetIEProxyInfo - Failed to get proxy for the url, error:12006
    02/06/14 10:27:15:748 | [INFO] |  | ACCC | Analytics | ETSFramework |  |  | 1868 | GetIEProxyInfo - proxy Url is
    02/06/14 10:27:16:045 | [INFO] |  | ACCC | Analytics | ETSFramework |  |  | 3596 | HTTP Request Status code 200.
    02/06/14 10:27:16:045 | [INFO] |  | ACCC | Analytics | ETSFramework |  |  | 1868 | The http request returned HTTP_Status:0 HttpCommunicator error:0
    02/06/14 10:27:16:170 | [INFO] | 74372 | ACC | c3containerBL | IMSLibHelper |  | c3containerBL | 2060 | Done opening IMSSession, session key - {9AABC157-228C-4C1B-B7A1-8EE7888D9797}
    02/06/14 10:27:16:170 | [INFO] | 74372 | ACC | c3containerBL | IMSLibHelper |  | c3containerBL | 2060 | Invoking Register Client ID for Group
    02/06/14 10:27:16:357 | [INFO] | 74372 | ACC | c3containerBL | IMSLibHelper |  | c3containerBL | 2060 | Fetching default user profile for requested ClientID...
    02/06/14 10:27:16:357 | [INFO] | 74372 | ACC | c3containerBL | UserProfileData |  | c3containerBL | 2060 | Set Profile Data...
    02/06/14 10:27:16:357 | [INFO] | 74372 | ACC | c3containerBL | IMSLibHelper |  | c3containerBL | 2060 | Retrieved default user profile successfully
    02/06/14 10:27:16:357 | [ERROR] | 74372 | ACC | c3containerBL | IMSLibHelper |  | c3containerBL | 2060 | Invalid Person GUID found!
    02/06/14 10:27:16:357 | [INFO] | 74372 | ACC | c3containerBL | SignInStateMachine |  | c3containerBL | 2060 | changeState ~> 1 - 1 - 4
    02/06/14 10:27:22:421 | [INFO] | 74372 | ACC | c3containerBL | SignInStateMachine |  | c3containerBL | 3004 | changeState ~> 2 - 1 - 4
    02/06/14 10:27:22:557 | [INFO] | 74372 | ACC | c3containerBL | SignInStateMachine |  | c3containerBL | 3004 | changeState ~> 3 - 1 - 4
    02/06/14 10:27:32:057 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:27:48:025 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:28:04:104 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:28:20:074 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:28:36:044 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:28:52:014 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:29:08:093 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:29:24:063 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:29:40:031 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:29:56:001 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:30:12:080 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:30:28:042 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:30:44:002 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:30:59:762 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:31:14:831 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:31:29:896 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:31:44:974 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:32:00:047 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:32:15:139 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:32:30:223 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:32:45:299 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:33:00:379 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:33:15:453 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:33:31:098 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:33:47:068 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:34:03:036 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:34:19:006 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:34:35:085 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:34:51:053 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:35:07:023 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:35:23:101 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:35:39:071 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:35:55:041 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:36:11:011 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:36:27:095 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:36:43:065 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:36:59:037 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:37:15:000 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:37:31:083 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:37:46:862 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:38:02:049 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:38:17:534 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:38:33:065 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:38:49:040 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:39:05:012 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:39:21:089 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:39:37:058 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:39:53:018 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:40:09:098 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:40:25:065 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:40:41:037 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:40:57:007 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:41:13:087 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:41:29:052 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:41:45:022 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:42:01:102 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:42:17:057 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:42:33:029 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:42:48:481 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:43:04:031 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:43:19:298 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:43:34:582 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:43:49:725 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:44:04:848 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:44:19:921 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:44:35:095 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:44:50:543 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:45:05:560 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:45:20:812 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:45:36:019 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:45:51:474 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:46:07:013 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:46:22:790 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:46:38:017 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:46:54:091 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:47:10:050 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:47:26:016 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:47:42:094 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:47:58:063 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:48:14:033 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:48:30:003 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:48:46:074 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:49:02:044 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:49:18:015 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:49:34:095 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:49:50:062 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:50:06:032 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:50:22:003 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:50:38:054 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:50:54:018 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:51:10:085 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:51:26:058 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:51:42:028 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:51:58:002 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:52:14:081 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:52:30:051 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:52:46:021 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:53:02:100 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:53:18:016 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:53:34:089 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:53:50:061 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:54:06:030 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:54:22:000 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:54:38:080 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:54:54:014 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:55:10:087 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:55:26:044 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:55:42:017 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:55:58:097 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:56:14:067 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:56:30:028 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:56:46:104 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:57:02:074 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:57:18:041 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:57:34:011 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:57:50:091 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:58:06:061 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:58:22:033 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:58:38:104 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:58:54:075 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:59:10:038 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:59:26:009 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:59:42:094 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 10:59:58:060 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 11:00:14:031 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 11:00:30:104 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 11:00:46:077 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 11:01:02:047 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 11:01:18:013 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 11:01:34:093 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 11:01:50:061 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 11:02:06:029 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 11:02:22:001 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 11:02:38:080 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 11:02:54:032 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 11:03:04:722 | [INFO] | 74372 | ACC | c3containerBL | UserProfileData |  | c3containerBL | 2060 | Get Profile Data...
    02/06/14 11:03:04:722 | [WARN] | 74372 | ACC | c3containerBL | UserProfileData |  | c3containerBL | 2060 | User Profile Data not present!
    02/06/14 11:03:04:722 | [INFO] | 74372 | ACC | c3containerUI | UserProfileData |  | c3containerUI | 2060 | setProfileDataFromUI...
    02/06/14 11:03:04:722 | [ERROR] | 74372 | ACC | c3containerUI | UserProfileData |  | c3containerUI | 2060 | Failed while parsing response received - setProfileDataFromUI
    02/06/14 11:03:04:722 | [INFO] | 74372 | ACC | c3containerBL | UserProfileData |  | c3containerBL | 2060 | Get Profile Data...
    02/06/14 11:03:04:722 | [WARN] | 74372 | ACC | c3containerBL | UserProfileData |  | c3containerBL | 2060 | User Profile Data not present!
    02/06/14 11:03:04:722 | [INFO] | 74372 | ACC | c3containerUI | UserProfileData |  | c3containerUI | 2060 | setProfileDataFromUI...
    02/06/14 11:03:04:722 | [ERROR] | 74372 | ACC | c3containerUI | UserProfileData |  | c3containerUI | 2060 | Failed while parsing response received - setProfileDataFromUI
    02/06/14 11:03:10:004 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 11:03:16:235 | [INFO] | 74372 | ACC | c3containerBL | SignInStateMachine |  | c3containerBL | 3004 | changeState ~> 6 - 1 - 4
    02/06/14 11:03:16:235 | [INFO] | 74372 | ACC | c3containerBL | IMSLibHelper |  | c3containerBL | 3004 | Performing storeDeviceToken...
    02/06/14 11:03:16:251 | [INFO] | 74372 | ACC | c3containerBL | UserProfileData |  | c3containerBL | 1380 | Get Profile Data...
    02/06/14 11:03:16:251 | [WARN] | 74372 | ACC | c3containerBL | UserProfileData |  | c3containerBL | 1380 | User Profile Data not present!
    02/06/14 11:03:16:251 | [INFO] |  | ACCC | Analytics | ETSFramework |  |  | 1380 | Event Guid generated is: '56604be1-c91a-460f-be45-4c20ace5e85a'
    02/06/14 11:03:16:267 | [INFO] |  | ACCC | Analytics | ETSFramework |  |  | 1868 | Event with guid '56604be1-c91a-460f-be45-4c20ace5e85a' is being sent
    02/06/14 11:03:16:267 | [INFO] |  | ACCC | Analytics | ETSFramework |  |  | 1868 | GetIEProxyInfo - No default proxy present on the user machine
    02/06/14 11:03:16:267 | [INFO] |  | ACCC | Analytics | ETSFramework |  |  | 1868 | GetIEProxyInfo - Failed to get proxy for the url, error:12006
    02/06/14 11:03:16:267 | [INFO] |  | ACCC | Analytics | ETSFramework |  |  | 1868 | GetIEProxyInfo - proxy Url is
    02/06/14 11:03:16:532 | [INFO] |  | ACCC | Analytics | ETSFramework |  |  | 1336 | HTTP Request Status code 200.
    02/06/14 11:03:16:532 | [INFO] |  | ACCC | Analytics | ETSFramework |  |  | 1868 | The http request returned HTTP_Status:0 HttpCommunicator error:0
    02/06/14 11:03:16:907 | [INFO] | 74372 | ACC | c3containerBL | IMSLibHelper |  | c3containerBL | 3600 | Device token saved successfully
    02/06/14 11:03:16:907 | [INFO] | 74372 | ACC | c3containerBL | UserProfileData |  | c3containerBL | 3600 | Set Profile Data...
    02/06/14 11:03:16:907 | [INFO] | 74372 | ACC | c3containerBL | IMSLibHelper |  | c3containerBL | 3600 | Retrieved user profile successfully
    02/06/14 11:03:16:907 | [INFO] | 74372 | ACC | c3containerBL | SignInStateMachine |  | c3containerBL | 3600 | Retrieved user profile successfully
    02/06/14 11:03:16:907 | [INFO] | 74372 | ACC | c3containerBL | SignInStateMachine |  | c3containerBL | 3600 | changeState ~> 8 - 1 - 4
    02/06/14 11:03:16:907 | [INFO] | 74372 | ACC | c3containerBL | IMSLibHelper |  | c3containerBL | 3600 | Fetching default user profile for requested ClientID...
    02/06/14 11:03:16:907 | [INFO] | 74372 | ACC | c3containerBL | UserProfileData |  | c3containerBL | 3600 | Set Profile Data...
    02/06/14 11:03:16:923 | [INFO] | 74372 | ACC | c3containerBL | IMSLibHelper |  | c3containerBL | 3600 | Retrieved default user profile successfully
    02/06/14 11:03:16:923 | [INFO] | 74372 | ACC | c3containerBL | IMSLibHelper |  | c3containerBL | 3600 | Performing fetchAccessToken...
    02/06/14 11:03:16:923 | [INFO] | 74372 | ACC | c3containerBL | IMSLibHelper |  | c3containerBL | 3600 | FetchAccessToken call successful, waiting for its response...
    02/06/14 11:03:16:923 | [INFO] | 74372 | ACC | c3containerBL | SignInStateMachine |  | c3containerBL | 3600 | changeState ~> 9 - 1 - 4
    02/06/14 11:03:17:611 | [INFO] | 74372 | ACC | c3containerBL | IMSLibHelper |  | c3containerBL | 1888 | fetchAccessToken successful
    02/06/14 11:03:17:611 | [INFO] | 74372 | ACC | c3containerBL | UserProfileData |  | c3containerBL | 1888 | Set Profile Data from JSON...
    02/06/14 11:03:17:611 | [INFO] | 74372 | ACC | C3PrefsCoreExt |  |  | C3PrefsCoreExt | 1888 | Inside SetPersonGuid
    02/06/14 11:03:17:611 | [INFO] | 74372 | ACC | c3containerBL | MessageHandler |  | c3containerBL | 1888 | setPersonGuidInCoreExt responseXML => Success
    02/06/14 11:03:17:611 | [INFO] | 74372 | ACC | c3containerBL | UserProfileData |  | c3containerBL | 1888 | Get Profile Data...
    02/06/14 11:03:17:611 | [INFO] | 74372 | ACC | c3containerBL | MessageHandler |  | c3containerBL | 1888 | setPersonGuidInCoreExt responseXML => TRUE
    02/06/14 11:03:17:626 | [INFO] |  | ACCC | Analytics | ETSFramework |  |  | 4916 | Event Guid generated is: 'd79e4214-f6da-45fa-b2fa-8fba09650a1d'
    02/06/14 11:03:17:626 | [INFO] | 74372 | ACC | c3containerBL | UserProfileData |  | c3containerBL | 1888 | lastAcceptedEulaVersion => 0
    02/06/14 11:03:17:626 | [INFO] | 74372 | ACC | c3containerBL | UserProfileData |  | c3containerBL | 1888 | lastAcceptedEulaLocale => XXX
    02/06/14 11:03:17:642 | [INFO] |  | ACCC | Analytics | ETSFramework |  |  | 1868 | Event with guid 'd79e4214-f6da-45fa-b2fa-8fba09650a1d' is being sent
    02/06/14 11:03:17:642 | [INFO] |  | ACCC | Analytics | ETSFramework |  |  | 1868 | GetIEProxyInfo - No default proxy present on the user machine
    02/06/14 11:03:17:642 | [INFO] |  | ACCC | Analytics | ETSFramework |  |  | 1868 | GetIEProxyInfo - Failed to get proxy for the url, error:12006
    02/06/14 11:03:17:642 | [INFO] |  | ACCC | Analytics | ETSFramework |  |  | 1868 | GetIEProxyInfo - proxy Url is
    02/06/14 11:03:17:642 | [INFO] | 74372 | ACC | c3containerBL | SignInStateMachine |  | c3containerBL | 1888 | changeState ~> 13 - 0 - 4
    02/06/14 11:03:17:657 | [INFO] |  | ACCC | Analytics | ETSFramework |  |  | 4780 | Event Guid generated is: '7785ae49-d201-4fcb-8845-fdc41a6d5b44'
    02/06/14 11:03:17:845 | [INFO] |  | ACCC | Analytics | ETSFramework |  |  | 3732 | HTTP Request Status code 200.
    02/06/14 11:03:17:845 | [INFO] |  | ACCC | Analytics | ETSFramework |  |  | 1868 | The http request returned HTTP_Status:0 HttpCommunicator error:0
    02/06/14 11:03:17:845 | [INFO] |  | ACCC | Analytics | ETSFramework |  |  | 1868 | Event with guid '7785ae49-d201-4fcb-8845-fdc41a6d5b44' is being sent
    02/06/14 11:03:17:845 | [INFO] |  | ACCC | Analytics | ETSFramework |  |  | 1868 | GetIEProxyInfo - No default proxy present on the user machine
    02/06/14 11:03:17:845 | [INFO] |  | ACCC | Analytics | ETSFramework |  |  | 1868 | GetIEProxyInfo - Failed to get proxy for the url, error:12006
    02/06/14 11:03:17:845 | [INFO] |  | ACCC | Analytics | ETSFramework |  |  | 1868 | GetIEProxyInfo - proxy Url is
    02/06/14 11:03:18:908 | [INFO] |  | ACCC | Analytics | ETSFramework |  |  | 1336 | HTTP Request Status code 200.
    02/06/14 11:03:18:908 | [INFO] |  | ACCC | Analytics | ETSFramework |  |  | 1868 | The http request returned HTTP_Status:0 HttpCommunicator error:0
    02/06/14 11:03:26:049 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 11:03:42:015 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 11:03:58:094 | [INFO] | 74372 | ACC | c3containerBL | CoreSyncSwitcher |  | c3containerBL | 1864 | periodicCoreSyncPing >> curr-client-type => 0 ~ pingMissCount => 0
    02/06/14 11:04:12:378 | [INFO] |  | ACCC | Analytics | ETSFramework |  |  | 1296 | Event Guid generated is: '13b3fac8-ddc9-4053-89f3-3c95a7b33505'
    02/06/14 11:04:12:394 | [INFO] |  | ACCC | Analytics | ETSFramework |  |  | 1868 | Event with guid '13b3fac8-ddc9-4053-89f3-3c95a7b33505' is being sent
    02/06/14 11:04:12:394 | [INFO] | 74372 | ACC | C3PrefsCoreExt |  |  | C3PrefsCoreExt | 3004 | Inside SetValue
    02/06/14 11:04:12:394 | [INFO] |  | ACCC | Analytics | ETSFramework |  |  | 1868 | GetIEProxyInfo - No default proxy present on the user machine
    02/06/14 11:04:12:394 | [INFO] |  | ACCC | Analytics | ETSFramework |  |  | 1868 | GetIEProxyInfo - Failed to get proxy for the url, error:12006
    02/06/14 11:04:12:394 | [INFO] |  | ACCC | Analytics | ETSFramework |  |  | 1868 | GetIEProxyInfo - proxy Url is
    02/06/14 11:04:12:456 | [INFO] | 74372 | ACC | c3containerBL | UserProfileData |  | c3containerBL | 3004 | setLastAcceptedEULALocale responseXML => Success
    02/06/14 11:04:12:456 | [INFO] | 74372 | ACC | C3PrefsCoreExt |  |  | C3PrefsCoreExt | 3004 | Inside SetValue
    02/06/14 11:04:12:487 | [INFO] | 74372 | ACC | c3containerBL | UserProfileData |  | c3containerBL | 3004 | setLastAcceptedEULAVersion responseXML => Success
    02/06/14 11:04:12:581 | [INFO] |  | ACCC | Analytics | ETSFramework |  |  | 3732 | HTTP Request Status code 200.
    02/06/14 11:04:12:581 | [INFO] |  | ACCC | Analytics | ETSFramework |  |  | 1868 | The http request returned HTTP_Status:0 HttpCommunicator error:0
    02/06/14 11:04:12:769 | [WARN] | 74372 | ACC | c3containerBL | MessageHandler |  | c3containerBL | 3004 | Failed in getting value for key in OPMGetValueForKey
    02/06/14 11:04:12:784 | [ERROR] | 74372 | ACC | C3PrefsCoreExt | ProcessMessageManager | MethodNotFound | C3PrefsCoreExt | 3004 | ProcessCommandLine message is not defined
    02/06/14 11:04:12:800 | [ERROR] | 74372 | ACC | HomePanelBL | ProcessMessageManager | MethodNotFound | HomePanelBL | 3004 | ProcessCommandLine message is not defined
    02/06/14 11:04:12:800 | [ERROR] | 74372 | ACC | FileAppsUI | ProcessMessageManager | MethodNotFound | FileAppsUI | 3004 | ProcessCommandLine message is not defined
    02/06/14 11:04:12:800 | [ERROR] | 74372 | ACC | FontsAppBL | ProcessMessageManager | MethodNotFound | FontsAppBL | 3004 | ProcessCommandLine message is not defined
    02/06/14 11:04:12:800 | [ERROR] | 74372 | ACC | BehancePanelUI | ProcessMessageManager | MethodNotFound | BehancePanelUI | 3004 | ProcessCommandLine message is not defined
    02/06/14 11:04:12:800 | [INFO] | 74372 | ACC | c3containerBL | UserContextDataHandler |  | c3containerBL | 3004 | The resolved URL for context service is https://prod-rel-ffc-ccm.oobesaas.adobe.com/adobe-ffc-external/core/v1/features?token=eyJh bGciOiJSUzI1NiIsIng1dSI6Imltc19uYTEta2V5LTEuY2VyIn0.eyJkdGlkIjoiMTM5MTcwMjU5MjkzMy00YmY3ZW Q5Yy0yOTQ3LTQ2YjEtOGI1Zi01OTZjODk5MTJjMmMiLCJzY29wZSI6Im9wZW5pZCxBZG9iZUlELGNyZWF0aXZlX2Ns b3VkIiwiYyI6Im9qNG5MV3phZ2tBbVlNV3NpVWJwL3c9PSIsInN0YXRlIjoiIiwiYXMiOiJpbXMtbmExIiwiZXhwaX Jlc19pbiI6Ijg2NDAwMDAwIiwidHlwZSI6ImFjY2Vzc190b2tlbiIsImlkIjoiMTM5MTcwMjU5NDk5Ni0xODQzYmFi NC1jMDMxLTRmMjUtYWRjMy05ZDU2OWRjMWE4OGIiLCJydGVhIjoiMTM5MTc5MjU5NDM3MyIsImNyZWF0ZWRfYXQiOi IxMzkxNzAyNTk0OTk2IiwidXNlcl9pZCI6IkRFRjA3NTk2NTA0MkQ2ODQwQTQ5MEQ0REBBZG9iZUlEIiwiY2xpZW50 X2lkIjoiQUNDQ19DUzciLCJydGlkIjoiMTM5MTcwMjU5NDM3My01ZjQyNDc2OC05ZmM1LTQ4ZDQtOTEyMC04NjQ3ZD lmZWQ2M2MifQ.pbjJnIX0YDL80lH6BKX7WUCT5A76Ml0E5EeuOjTr_21BmGMS0l0JIx6B1hhsEDpNFjjnc0sKGmlNc acpgqzqMtZU5U69CahTcJcv3yaVffOtjKsPjAgkAx_SIb2AIy2rSe-f01tHQqF77yTZ-BqptLOpvqQjSGak53cqJvj C2qWuqBd9_1eyWCZndgAkGYntjCxBSHd8k38E5q5Yfl33a6F4jTUy4JjlXO2g6DlohSOBkkvGYTd93cJVL0XC0odgb rVRpKFqcKFWya8hqapfdz8QpHwKPMHkoCIggd_BQHB6YMp9BhmSkoIPdE_r8ZWanQDecEJMCvsFeENkHiU6wQ
    02/06/14 11:04:12:909 | [INFO] | 74372 | ACC | Core | Applet |  | Core | 3884 | Loading Applet - AppsPanel_IL for InstanceID - 1
    02/06/14 11:04:12:909 | [INFO] | 74372 | ACC | ProductsAppsIL |  |  | ProductsAppsIL | 3884 | Initialize called: <CommandLineArguments><appletID>AppsPanel_IL</appletID><appletVersion>1.0</appletVersion> <appletInstanceID>1</appletInstanceID><appletDIR>C:\Program Files (x86)\Adobe\Adobe Creative Cloud\AppsPanel</appletDIR></CommandLineArguments>

    MrCFish please see Error downloading Creative Cloud applications - http://helpx.adobe.com/creative-cloud/kb/error-downloading-cc-apps.html for information on how to resolve download errors.

  • Oracle BI (Siebel Analytics) / Data Warehouse Data Security

    Hello,
    We are implementing Oracle Siebel Analytics and Custom datawarehousing using Oracle 9i DB. I am interested to know if we can implement consistent data security model for different data marts. Means with one single data warehouse, I want to implement data security model or policies in one place and they are applied consistently across all of the datamarts.
    1. Can we or oracle support this kind of secinerio.
    2. If yes, what would be perfect model an example will be helpful, and if not what best approach is available to resolve this security model.
    Any suggestion or help would be great.
    Regards
    Girish

    Hi, Do you also get some other packages names that the error msg reports like ...
    RPE-01012 Cannot deploy PL/SQL maps to the target schema because it is not owned by the Control Center and "SOME WRT.... package names" I think once did I face this and made sure that the repository user has some packages granted through OWBREPOS_OWNER/OWB_REPOS_OWNER to the user you are using to run the mapping.
    Regards,
    Mohammad Farhan Alam

  • Siebel Analytics

    I installed Siebel Analytics 7.8.5. I have installed the complete components.
    Siebel Analytics web server is not showing.
    Could anyone help me how to solve this issue.
    Thanks in advance.

    Hi,
    i would like to clear that it is Siebel Analytice web services is not showing (not Server.) i have IIS also.
    Regarding Siebel Analytics Server Error. NQServer log file throws the following
    2008-02-06 13:13:12
    [nQSError: 47007] Invalid repository file: D:\SiebelAnalytics\Repository\AAA.rpd.
    2008-02-06 13:13:12
    [43032] Siebel Analytics Server could not be started. Initialization failed.
    2008-02-06 13:13:43
    [nQSError: 47007] Invalid repository file: D:\SiebelAnalytics\Repository\AAA.rpd.
    2008-02-06 13:13:43
    [43032] Siebel Analytics Server could not be started. Initialization failed.

  • Siebel Analytics Demo Application

    Hi
    Is there a demo Siebel Analytics demo that can be downloaded and configured for Oracle 10g. I have inherited a Siebel Analytics system and need to understand how it fits together.
    Many thanks

    no they cannot be on same machine under same user account

  • Tuning Siebel Analytics

    I have been assigned to monitor 10.1.3.2 Siebel Analytics release (Maui). Being new to this area, wanted pointers as to how to:
    a. debug performance issues
    b. trace database transactions - is there a way to enable trace?
    c. improve performance of database servers
    I have done a brief reading of <http://download.oracle.com/docs/cd/E05554_01/books/AnyTuning/booktitle.html>, are there any other reading material for performance tuning/instance tuning (ETL, database server etc.)
    thanks.
    Edited by: kkulkarn on Jan 26, 2009 1:40 PM

    Try asking in the BI forum?
    Business Intelligence Applications
    Axel

  • Siebel Analytics reporting out of BW

    Hi,
    Can Siebel Analytics report data directly out of BW InfoCubes?
    So far I saw only discussions reading data from Siebel to BW.
    Thank you
       Vitaliy

    Sajita,
    you can follow two ways to obtain your Scenario:
    in the first one you produce your report daily and download its content with a daily job (but I don't like so much this solution...it's not so flexible and I don't know if you really want to do so), in this way you will have a static picture of every day ...
    in the second one you can separate your adjustments from the amount of your bill thanks to the document categories or something similar (adjustments are different operations from a functional perspective) and create a different (restricted) KF on your query or directly in the update rules ! in this way you will always see your daily picture and the original amount (thanks to the CALDAY) will be the same, but you'll be able to see also the adjustments in a separate KF and the overall result (real daily amount) with a sum....
    Hope now is clearer...
    Bye,
    Roberto

  • Not able to see the Siebel Analytics login screen

    Hi,
    I have installed Siebel Analytics 7.8.4 in my mahcine. IIS, Siebel Analytics Server, Siebel Analytics Web services are running up. I can able to open the repository files in online mode.
    when i try to call "http://localhost/analytics/saw.dll?Answers", its throwing the error as "you are not authorised to view this page"
    for the url "http://localhost:9703/analytics/saw.dll?Answers", getting the error as "Internet Explorer cannot display the webpage"
    could any one please suggest me how can I ovrcome this problem...
    Thanks in advance.
    Regards,
    Kiran
    Edited by: user653357 on Mar 4, 2009 8:44 PM

    Hi Kiran,
    Have u started OC4J before opening presentation services

  • Migrating to OBIEE from Siebel Analytics v7.8.5

    We're looking to migrate our Siebel Analytics environment to OBIEE. Does anyone know of any documentation on this? Would our existing RPDs and webcats be usable or at least importable?
    Thanks.

    Yes they should be. Check the upgrade guide here http://download.oracle.com/docs/cd/B40078_02/doc/bi.1013/b31771.pdf. That should give you all the details.
    Thanks,
    Venkat
    http://oraclebizint.wordpress.com

  • Supported database platform for siebel analytics

    Hi All ,
    I was going through the Siebel Analytics release notes and noticed that thay have listed supported database twice.Once for SRMW and another given as just the supported database.
    I am not able to figure out the difference.Are SRMW databases are the one for which delivered warehouse is supposed to be used and if you dont have SRMW then any of the listed database can be used .
    Please advice.
    Thanks!!

    I'm not sure what you mean with that difference, but have you also read this document? http://download.oracle.com/docs/cd/E12127_01/doc/bia.795/e12086.pdf
    In this document find you can find the supported databases for the SRMW (which is named OBAW nowadays).
    Regards,
    Stijn

  • What constitutes as a download error?

    When viewing the analytics for All Downloads there is a section of the graph that represents errors. What would constitute as an error? Thanks!

    I would like to know this as well. I have an app that just launches last week, so my sample isn't very big yet. But the anaylitics show a higher rate of download errors than successful purchases of an issue.

Maybe you are looking for