ESB Client API - unable to connect to ESB.

Hi,
I am exploring ESB Client APIs. As a first step, I need to get the Console client. But I am not able to connect, and am instead getting 404 error. Here is the code
bq.      package esbclientapi; \\     import oracle.tip.esb.client.ConsoleClient; \\     import oracle.tip.esb.client.ConsoleClientFactory; \\     public class BasicTest { \\      private String _host = "localhost"; \\      private int _port = 80; \\      private String _username = "oc4jadmin"; \\      private String _password = "welcome1"; \\      private void load() throws Exception { \\      System.out.println("Try to connect"); \\      ConsoleClient client = \\      ConsoleClientFactory.getConsoleClient(_host, _port, _username, \\      _password); \\      System.out.println("DVMLoader.load(): Got client"); \\      } \\     public static void main(String[] args) { \\      try { \\      BasicTest ldvm = new BasicTest(); \\      ldvm.load(); \\      } catch (Exception e) { \\      e.printStackTrace(); \\      } \\     } \\     } \\
Here is the error \\bq.      Try to connect \\     oracle.tip.esb.client.ClientException: 404 : Not Found \\     at oracle.tip.esb.client.HttpClient.invoke(HttpClient.java:118) \\     at oracle.tip.esb.client.HttpClient.handleRedirectRequest(HttpClient.java:193) \\     at oracle.tip.esb.client.HttpClient.postAndReceive(HttpClient.java:147) \\     at oracle.tip.esb.client.HttpClient.invoke(HttpClient.java:114) \\     at oracle.tip.esb.client.impl.ConsoleClientImpl.authendicate(ConsoleClientImpl.java:102) \\     at oracle.tip.esb.client.impl.ConsoleClientImpl.<init>(ConsoleClientImpl.java:73) \\     at oracle.tip.esb.client.ConsoleClientFactory.getConsoleClient(ConsoleClientFactory.java:32) \\     at esbclientapi.BasicTest.load(BasicTest.java:15) \\     at esbclientapi.BasicTest.main(BasicTest.java:25) \\     Caused by: java.io.IOException: 404 : Not Found \\     at oracle.tip.esb.client.HttpClient.throwException(HttpClient.java:223) \\     at oracle.tip.esb.client.HttpClient.postAndReceive(HttpClient.java:150) \\     at oracle.tip.esb.client.HttpClient.invoke(HttpClient.java:114) \\     ... 8 more \\     Process exited with exit code 0. \\     
Env Info:\\ I am using SOA 10.1.3.4. which has been installed over the advanced installation of SOA 10.1.3.1. I am using Jdev 10.1.3.4 \\ So, to access the ESB console, I simply use [http://localhost/esb] \\ To compile this program, I added Oraesb_patch.jar and xmlparserv2.jar to Libraries in JDeveloper \\ I guess the issue is with the hostname. I tried using the actual hostname, but it didnt help. To figure out the actual hostname, I looked at wsdl of one of the services which looks like this: \\[http://xxxx.yyyy.local:80/orabpel/default/SetPollingFreqForDBAdapter/1.0/SetPollingFreqForDBAdapter?wsdl|http://esswsl020-w209.emrlab.local/orabpel/default/SetPollingFreqForDBAdapter/1.0/SetPollingFreqForDBAdapter?wsdl] \\ So I tried using xxxx.yyyy.local, but got same error. \\ However, I feel the issue is something else. I tried giving some dummy string as host, and got a different error \\bq.      private String _host = "ddd"; \\
error I got: \\bq.      Try to connect \\     oracle.tip.esb.client.ClientException: ddd \\     at oracle.tip.esb.client.HttpClient.invoke(HttpClient.java:118) \\     at oracle.tip.esb.client.impl.ConsoleClientImpl.perform(ConsoleClientImpl.java:148) \\     at oracle.tip.esb.client.impl.ConsoleClientImpl.<init>(ConsoleClientImpl.java:71) \\     at oracle.tip.esb.client.ConsoleClientFactory.getConsoleClient(ConsoleClientFactory.java:32) \\     at esbclientapi.BasicTest.load(BasicTest.java:17) \\     at esbclientapi.BasicTest.main(BasicTest.java:27) \\     Caused by: java.net.UnknownHostException: ddd \\     at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177) \\     at java.net.Socket.connect(Socket.java:507) \\     I noticed that the error came in HttpClient.invoke \\     itself, a step which went off fine earlier (as per the earlier stack trace). \\     So my question is, how should I figure out the hostname.

I decompiled HttpClient and ConsoleClientImpl and this is what I found --- The following URL is what is constructed,
http://localhost:80/esb/j_security_check and these parameters are passed as POST - j_username=oc4jadmin&j_password=welcome1
I tried
http://localhost:80/esb/j_security_check?j_username=oc4jadmin&j_password=welcome1
and got 404 error.
However, this exercise confirmed that hostname=localhost and port=80 is just fine.. the problem seems to lie somewhere else

Similar Messages

  • N80i SIP client problem "unable to connect"

    I'm having a problem with my N80i. When i use my phone in my WLAN for browsing the internet everything works fine. The problem appears when I try to use de SIP client, i always get "unable to connect to network". I've configured a Gizmo account,but can't connect. I've also configure an asterisk SIP account on my local network (in order to avoid any routing/port blocking/fw issue) and the same thing happens. In fact I've activated a sniffer in my linux box and I don't see any packet coming from the phone.
    As far as I've investigated it seems like the problem occurs inside the phone (no ip packets come from the N80).
    I wonder if it might be a firmware block.
    Any help will be really appreaciate

    I want to share with you my experience, just in case someone is having the same problem I had.
    I could solve the problem. Here is the config I use in the SIP settings:
    Profile name: {whatever U want}
    Service profile: IETF
    Default access point: {a WLAN access previously define as access point from the WLAN wizzard}
    Public user name: sip:{user}@{Server IP or name}
    Use compresion: no
    Registration: always on
    Use security: no
    Proxy Server:
    Proxy server address: sip:{server ip or name}
    Realm: asterisk (in case u are using asterisk or the same name defined in proxy server address)
    User name: {user}
    Password: {password}
    Allow loose routing: Yes
    Transport Type: UDP
    Port: 5060
    Registar Server: {same settings like proxy server}
    I've to mention that while i was trying to make it work, i downloaded GizmoVoip (without success), but when I tried Truphone (www.truphone.com) it did work. So what i did was to copy exactly the same profile (SIP Settings->Options->Add new->Use an existing profile->Truphone-home) and with that i created a new profile. After that I changed the config to match my asterisk and....IT'VE WORKED!!!!
    So, the conclution: I think the problem i was experiecing was due to a missconfig in the "proxy server address" or "Public user name", I'm not sure if I was putting the "sip:" at the beginning (i made to many tests that i can't remember). If that was the mistake then it seems like the Nokia N80 was not even trying to connect to the server and that was the reason why I was not seeing any packet coming from the phone with the sniffer.
    I hope this info will be useful for everyone.
    Martin

  • N8: Email Client Error: "Unable to connect. Check ...

    I really fed up with such an error!
    Many times while opening email, without obvious reasons, I got error message saying “Unable to connect. Check connection settings”, which is not true because it opens other mails at the same time. So, please Nokia address this problem. Give us any clues.
    Do you guys get same error message too?

    hello, got a slight varration of the email problem , i was able to set mine up with my gmail acount, and has been working fine until a few days ago.im no longer getting any new emails come through and when i try to sync new mail the phone display cycles through dim/bright screen while flashing up a error message for a split second that says unable to connect, not subscribed etc, cant really read it ,it goes that quick.the rest of the internet functions ok and is the same in all locations.
    just the email inbox feature,i can still go to my gmail account from my phone so is not a gmail problem
    come on ovi /nokia sort this problem out clearly this is  feature sold with the phone which is a big fail.

  • ESB client API

    Hi !
    I've been messing around with the ESB API a bit and got some things to work.
    But I tried to find errored instances and see the payload.
    In the doc I found this:
    <xsd:element name="failedInstanceFilter">
    <xsd:complexType>
    <xsd:complexContent>
    <xsd:extension base="instanceFilter"/>
    <xsd:sequence>
    <xsd:element name="errorMessageContains" type="xsd:string"
    minOccurs="0"/>
    </xsd:sequence>
    <!-- The starting number of the instance page -->
    <xsd:attribute name="pageStartsFrom" type="xsd:integer"
    default="1"/>
    <!-- The size of the instance page.
    If omitted, only 100 (that is default for instance
    search) instances would be retured with
    "availableMore" attribute set to true in
    "FailedInstances" output element -->
    <xsd:attribute name="pageSize" type="xsd:integer"/>
    <!-- Error message, Stacktrace and payload would be included
    only if this flag is set to true -->
    <xsd:attribute name="includeMoreDetails"
    type="xsd:boolean"/>
    It seems to indicate that ' includeMoreDetails' should give me the payload as well, but I get this from the server when trying .
    <errors>
    <error code="1620" severity="5">
    <description>Invalid filter property "includeMoreDetails"</description>
    <fix></fix>
    </error>
    </errors>
    So what to do ?

    I decompiled HttpClient and ConsoleClientImpl and this is what I found --- The following URL is what is constructed,
    http://localhost:80/esb/j_security_check and these parameters are passed as POST - j_username=oc4jadmin&j_password=welcome1
    I tried
    http://localhost:80/esb/j_security_check?j_username=oc4jadmin&j_password=welcome1
    and got 404 error.
    However, this exercise confirmed that hostname=localhost and port=80 is just fine.. the problem seems to lie somewhere else

  • IOS Users with 4/22/2014 client update unable to connect

    Hi all,
    I'm going to provide as much information as I can, but i'm by no means an expert on Lync, but I am the person that installed and configured it for our environment. I have had tickets coming in starting on 4/23 from users
    that have taken the latest iOS client update reporting that they can no longer connect internally (corporate wifi with no firewalls or ACLs blocking connectivity) or externally over Cellular data. Internally, they are getting a message that the server cannot
    be found if they are connected to the corporate wifi network, and lync just sits there trying to connect (Android Clients on over a dozen different models are happy as a clam). Externally, they get a message that the certificate could not be verified. We have
    all the latest server side updates installed as of last night when I took the latest cumulative update and everything else on the edge and front end servers. The certificate that is available externally is a Geosign cert (Wildcard) for our external domain
    name, and we are using a domain signed cert for the internal connectivity on the edge server. Like wise we are using domain signed certs for the internal stuff on the front end server. 
    If you want other information please feel free to ask. Everything was working for all clients until this last software update. Also it doesn't matter if they are on 7.0, 7.1, or 7.1.1 if they updated the Lync client it's broken.

    Here's the log -- Edited to remove domain name, internal domain name, username, etc
    2014-04-24 11:00:01.072 Lync[201: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 05:16:44 +0000
    2014-04-24 11:00:02.197 Lync[201:707] is not a valid email address.
    2014-04-24 11:00:18.234 Lync[201:3b1ce18c] INFO APPLICATION CUcwaDataSynchronizer.cpp/1031:Mode 1 scheduled to timeout in 120sec
    2014-04-24 11:00:18.878 Lync[201:3b1ce18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-04-24 11:00:18.879 Lync[201:3b1ce18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-04-24 11:00:18.879 Lync[201:3b1ce18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-04-24 11:00:18.879 Lync[201:3b1ce18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-04-24 11:00:18.879 Lync[201:3b1ce18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-04-24 11:00:18.880 Lync[201:3b1ce18c] INFO UI CMNotificationManager.mm/705:desired view is alert, size 1
    2014-04-24 11:00:18.880 Lync[201:3b1ce18c] INFO UI CMNotificationManager.mm/718:desired view is same as the current view
    2014-04-24 11:00:18.880 Lync[201:3b1ce18c] INFO UI CMNotificationManager.mm/480:reposition floating views
    2014-04-24 11:00:18.880 Lync[201:3b1ce18c] INFO UI CMAlertViewController.mm/110:showalert is 0
    2014-04-24 11:00:18.881 Lync[201:3b1ce18c] INFO UI CMDismissButtonBaseViewController.mm/89:before: view height 45.000000, width 320.000000, x 0.000000, y 64.000000
    2014-04-24 11:00:18.881 Lync[201:3b1ce18c] INFO UI CMNotificationManager.mm/1088:viewFrame: origin x 0.000000, origin y 64.000000, height 45.000000, width 320.000000
    2014-04-24 11:00:18.881 Lync[201:3b1ce18c] INFO UI CMNotificationManager.mm/1194:resize alert label, origin x 44.000000, origin y 2.000000, height 41.000000, width 232.000000
    2014-04-24 11:00:18.882 Lync[201:3b1ce18c] INFO UI CMDismissButtonBaseViewController.mm/104:after: self.label.frame height 41.000000, width 232.000000, x 44.000000, y 2.000000
    2014-04-24 11:00:20.845 Lync[201:3b1ce18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-04-24 11:00:20.846 Lync[201:3b1ce18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-04-24 11:00:20.846 Lync[201:3b1ce18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-04-24 11:00:20.846 Lync[201:3b1ce18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-04-24 11:00:20.846 Lync[201:3b1ce18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-04-24 11:00:20.847 Lync[201:3b1ce18c] INFO UI CMNotificationManager.mm/705:desired view is alert, size 1
    2014-04-24 11:00:20.847 Lync[201:3b1ce18c] INFO UI CMNotificationManager.mm/718:desired view is same as the current view
    2014-04-24 11:00:20.847 Lync[201:3b1ce18c] INFO UI CMNotificationManager.mm/480:reposition floating views
    2014-04-24 11:00:20.847 Lync[201:3b1ce18c] INFO UI CMAlertViewController.mm/110:showalert is 0
    2014-04-24 11:00:20.848 Lync[201:3b1ce18c] INFO UI CMDismissButtonBaseViewController.mm/89:before: view height 45.000000, width 320.000000, x 0.000000, y 64.000000
    2014-04-24 11:00:20.848 Lync[201:3b1ce18c] INFO UI CMNotificationManager.mm/1088:viewFrame: origin x 0.000000, origin y 64.000000, height 45.000000, width 320.000000
    2014-04-24 11:00:20.848 Lync[201:3b1ce18c] INFO UI CMNotificationManager.mm/1194:resize alert label, origin x 44.000000, origin y 2.000000, height 41.000000, width 232.000000
    2014-04-24 11:00:20.849 Lync[201:3b1ce18c] INFO UI CMDismissButtonBaseViewController.mm/104:after: self.label.frame height 41.000000, width 232.000000, x 44.000000, y 2.000000
    2014-04-24 11:00:26.666 Lync[201:3b1ce18c] INFO APPLICATION CApplication.cpp/1824:Initialized the sign in BRB logger
    2014-04-24 11:00:26.666 Lync[201:3b1ce18c] INFO APPLICATION CUcwaAppSession.cpp/434:SignIn. signInAsUserState=0, actualState=0
    2014-04-24 11:00:26.667 Lync[201:3b1ce18c] INFO APPLICATION CUcwaAppSession.cpp/1234:Updating URLs. For Ucwa: discoveredFqdn=, applicationsRelativeUrl=, configuredInternal=, configuredExternal=, loc=0, auto-discovery=1
    2014-04-24 11:00:26.667 Lync[201:3b1ce18c] INFO APPLICATION CUcwaAppSession.cpp/975:CUcwaAppSession canceling all requests
    2014-04-24 11:00:26.668 Lync[201:3b1ce18c] INFO APPLICATION CUcwaAppSession.cpp/674:Sending AutoDiscovery request (in sign-in sequence)
    2014-04-24 11:00:26.694 Lync[201:3b1ce18c] INFO UTILITIES CBasePersistableComponent.cpp/230:Storing 6 out-of-sync components took 8ms
    2014-04-24 11:00:26.694 Lync[201:3b1ce18c] INFO APPLICATION CUcwaAutoDiscoveryServiceRetrialWrapper.cpp/566:Timer cancelled. OnResume = 0
    2014-04-24 11:00:26.694 Lync[201:3b1ce18c] INFO APPLICATION CAlertReporter.cpp/117:Alert cleared of Category 1, Type 201, cleared 1 alerts
    2014-04-24 11:00:26.695 Lync[201:3b1ce18c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/2142:suspensionState = 2
    2014-04-24 11:00:26.695 Lync[201:3b1ce18c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/2118:adIsEnabled = 1, sipUri = sip:[email protected], m_internalADUrlInput = m_externalADUrlInput =
    2014-04-24 11:00:26.695 Lync[201:3b1ce18c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/1008:Discover UCWA urls for sip:[email protected]
    2014-04-24 11:00:26.695 Lync[201:3b1ce18c] INFO TRANSPORT TransportUtilityFunctions.cpp/491:Extracted domain.com from sip:[email protected]
    2014-04-24 11:00:26.696 Lync[201:3b1ce18c] 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-04-24 11:00:26.696 Lync[201:3b1ce18c] INFO APPLICATION CUrlRedirectAndTrustResolver.cpp/77:Starting CUrlRedirectAndTrustResolver with url = https://lyncdiscoverinternal.domain.com/?sipuri=sip:[email protected], maxHops = 10
    2014-04-24 11:00:26.697 Lync[201:3b1ce18c] INFO APPLICATION CUrlRedirectAndTrustResolver.cpp/201:CUrlRedirectAndTrustResolver::processUrl called with url = https://lyncdiscoverinternal.domain.com/, hopCount = 0, maxHops = 10
    2014-04-24 11:00:26.697 Lync[201:3b1ce18c] INFO APPLICATION CUrlRedirectAndTrustResolver.cpp/610:UrlRedirectAndTrustResolver complete with url = https://lyncdiscoverinternal.domain.com/, Hops = 0, status = S_OK (S0-0-0)
    2014-04-24 11:00:26.698 Lync[201:3b1ce18c] INFO TRANSPORT CTransportThread.cpp/135:Added Request(UcwaAutoDiscoveryRequest) to Request Processor queue
    2014-04-24 11:00:26.698 Lync[201:3b1ce18c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/385:Submitting new req. GET-UnAuthenticatedGet(0x12dcf58)
    2014-04-24 11:00:26.698 Lync[201:5d09000] INFO TRANSPORT CTransportThread.cpp/347:Sent Request(UcwaAutoDiscoveryRequest) to Request Processor
    2014-04-24 11:00:26.699 Lync[201:3b1ce18c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/1931:Successfully started the GetUserUrlOperation request for https://lyncdiscoverinternal.domain.com/?sipuri=sip:[email protected]
    2014-04-24 11:00:26.699 Lync[201:5d09000] WARNING TRANSPORT CCredentialManager.cpp/317:CCredentialManager::getSpecificCredential returning NULL credential for serviceId (4) type (1)!
    2014-04-24 11:00:26.700 Lync[201:3b1ce18c] INFO APPLICATION CUrlRedirectAndTrustResolver.cpp/77:Starting CUrlRedirectAndTrustResolver with url = http://lyncdiscoverinternal.domain.com/?sipuri=sip:[email protected], maxHops = 10
    2014-04-24 11:00:26.700 Lync[201:5d09000] INFO TRANSPORT TransportUtilityFunctions.cpp/634:<SentRequest>
    GET https://lyncdiscoverinternal.domain.com/?sipuri=sip:[email protected]
    Request Id: 0x12dcf58
    HttpHeader:Accept application/vnd.microsoft.rtc.autodiscover+xml;v=1
    </SentRequest>
    2014-04-24 11:00:26.701 Lync[201:3b1ce18c] INFO APPLICATION CUrlRedirectAndTrustResolver.cpp/201:CUrlRedirectAndTrustResolver::processUrl called with url = http://lyncdiscoverinternal.domain.com/, hopCount = 0, maxHops = 10
    2014-04-24 11:00:26.701 Lync[201:5d09000] INFO UTILITIES CHttpStreamPool.cpp/399:Allocating stream 0x121ff80 for url - https://lyncdiscoverinternal.domain.com/ with persistent id as 6
    2014-04-24 11:00:26.702 Lync[201:3b1ce18c] INFO TRANSPORT CTransportThread.cpp/135:Added Request(UcwaAutoDiscoveryRequest) to Request Processor queue
    2014-04-24 11:00:26.702 Lync[201:5d09000] 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-04-24 11:00:26.703 Lync[201:3b1ce18c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/385:Submitting new req. UrlTrustResolver(0x5a782a8)
    2014-04-24 11:00:26.703 Lync[201:3b1ce18c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/1963:Successfully started the GetUserUrlOperation request for http://lyncdiscoverinternal.domain.com/?sipuri=sip:[email protected]
    2014-04-24 11:00:26.703 Lync[201:3b1ce18c] INFO TRANSPORT TransportUtilityFunctions.cpp/491:Extracted domain.com from sip:[email protected]
    2014-04-24 11:00:26.704 Lync[201:3b1ce18c] INFO APPLICATION CUcwaAppSession.cpp/998:CUcwaAppSession::setNewActualState() state=1
    2014-04-24 11:00:26.704 Lync[201:5d09000] INFO TRANSPORT CTransportThread.cpp/347:Sent Request(UcwaAutoDiscoveryRequest) to Request Processor
    2014-04-24 11:00:26.705 Lync[201:3b1ce18c] INFO APPLICATION CApplication.cpp/1858:CUcwaAppSession::signIn() succeeded
    2014-04-24 11:00:26.706 Lync[201:5d09000] WARNING TRANSPORT CCredentialManager.cpp/317:CCredentialManager::getSpecificCredential returning NULL credential for serviceId (4) type (1)!
    2014-04-24 11:00:26.708 Lync[201:5d09000] INFO TRANSPORT TransportUtilityFunctions.cpp/634:<SentRequest>
    GET http://lyncdiscoverinternal.domain.com/
    Request Id: 0x5a782a8
    HttpHeader:Accept application/vnd.microsoft.rtc.autodiscover+xml;v=1
    </SentRequest>
    2014-04-24 11:00:26.709 Lync[201:5d09000] INFO UTILITIES CHttpStreamPool.cpp/399:Allocating stream 0x123bc60 for url - http://lyncdiscoverinternal.domain.com/ with persistent id as 7
    2014-04-24 11:00:26.709 Lync[201:5d09000] VERBOSE TRANSPORT CHttpProxyHelper.cpp/435:CHttpProxyHelper::discoverProxy : No proxy found for url http://lyncdiscoverinternal.domain.com/. Sending over direct connection.
    2014-04-24 11:00:26.710 Lync[201:5d09000] INFO TRANSPORT CHttpStreamPool.cpp/546:Not setting TLS as the url(http://lyncdiscoverinternal.domain.com/) is not https
    2014-04-24 11:00:26.714 Lync[201:5d09000] ERROR TRANSPORT CHttpConnection.cpp/1029:Request Type = UcwaAutoDiscoveryRequest Error domain = kCFErrorDomainCFNetwork code = 0x2 ErrorDescription = The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.) ErrorFailureReason = ErrorRecoverySuggestion =
    2014-04-24 11:00:26.715 Lync[201:5d09000] ERROR UTILITIES CHttpConnection.cpp/958:GetAddrInfo returned error 0x8
    2014-04-24 11:00:26.716 Lync[201:5d09000] INFO UTILITIES CHttpStreamPool.cpp/467:Releasing stream 0x121ff80.
    2014-04-24 11:00:26.716 Lync[201:3b1ce18c] INFO UI CMAlertViewController.mm/99:ObservableListItem Removed event received
    2014-04-24 11:00:26.716 Lync[201:3b1ce18c] INFO UI CMAlertViewController.mm/103:showalert is 1
    2014-04-24 11:00:26.716 Lync[201:5d09000] INFO UTILITIES CHttpStreamPool.cpp/599:Releasing stream 0x121ff80.
    2014-04-24 11:00:26.717 Lync[201:3b1ce18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-04-24 11:00:26.717 Lync[201:5d09000] INFO TRANSPORT CHttpRequestProcessor.cpp/173:Received response of request(UcwaAutoDiscoveryRequest) with status = 0x22020001
    2014-04-24 11:00:26.717 Lync[201:3b1ce18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-04-24 11:00:26.717 Lync[201:3b1ce18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-04-24 11:00:26.718 Lync[201:3b1ce18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-04-24 11:00:26.718 Lync[201:3b1ce18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-04-24 11:00:26.718 Lync[201:5d09000] INFO TRANSPORT CHttpRequestProcessor.cpp/201:Request UcwaAutoDiscoveryRequest resulted in E_ConnectionError (E2-2-1). The retry counter is: 0
    2014-04-24 11:00:26.718 Lync[201:3b1ce18c] INFO UI CMNotificationManager.mm/736:removing the current view
    2014-04-24 11:00:26.719 Lync[201:5d09000] WARNING TRANSPORT CCredentialManager.cpp/317:CCredentialManager::getSpecificCredential returning NULL credential for serviceId (4) type (1)!
    2014-04-24 11:00:26.719 Lync[201:5d09000] INFO TRANSPORT TransportUtilityFunctions.cpp/634:<SentRequest>
    GET https://lyncdiscoverinternal.domain.com/?sipuri=sip:[email protected]
    Request Id: 0x12dcf58
    HttpHeader:Accept application/vnd.microsoft.rtc.autodiscover+xml;v=1
    </SentRequest>
    2014-04-24 11:00:26.719 Lync[201:3b1ce18c] INFO UI CMUIManager.mm/982:UpdateViews
    2014-04-24 11:00:26.720 Lync[201:5d09000] INFO UTILITIES CHttpStreamPool.cpp/399:Allocating stream 0x1310470 for url - https://lyncdiscoverinternal.domain.com/ with persistent id as 6
    2014-04-24 11:00:26.720 Lync[201:3b1ce18c] INFO UI CMUIManager.mm/1050:ActualState = IsSigningIn DesiredState = BeSignedIn DataAvailable = 0 Showing UI = SigningInViewController
    2014-04-24 11:00:26.720 Lync[201:5d09000] 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-04-24 11:00:26.724 Lync[201:5d09000] ERROR TRANSPORT CHttpConnection.cpp/1029:Request Type = UcwaAutoDiscoveryRequest Error domain = kCFErrorDomainCFNetwork code = 0x2 ErrorDescription = The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.) ErrorFailureReason = ErrorRecoverySuggestion =
    2014-04-24 11:00:26.725 Lync[201:5d09000] ERROR UTILITIES CHttpConnection.cpp/958:GetAddrInfo returned error 0x8
    2014-04-24 11:00:26.725 Lync[201:5d09000] INFO UTILITIES CHttpStreamPool.cpp/467:Releasing stream 0x123bc60.
    2014-04-24 11:00:26.725 Lync[201:5d09000] INFO UTILITIES CHttpStreamPool.cpp/599:Releasing stream 0x123bc60.
    2014-04-24 11:00:26.726 Lync[201:5d09000] INFO TRANSPORT CHttpRequestProcessor.cpp/173:Received response of request(UcwaAutoDiscoveryRequest) with status = 0x22020001
    2014-04-24 11:00:26.726 Lync[201:5d09000] INFO TRANSPORT CHttpRequestProcessor.cpp/201:Request UcwaAutoDiscoveryRequest resulted in E_ConnectionError (E2-2-1). The retry counter is: 0
    2014-04-24 11:00:26.726 Lync[201:5d09000] WARNING TRANSPORT CCredentialManager.cpp/317:CCredentialManager::getSpecificCredential returning NULL credential for serviceId (4) type (1)!
    2014-04-24 11:00:26.727 Lync[201:5d09000] INFO TRANSPORT TransportUtilityFunctions.cpp/634:<SentRequest>
    GET http://lyncdiscoverinternal.domain.com/
    Request Id: 0x5a782a8
    HttpHeader:Accept application/vnd.microsoft.rtc.autodiscover+xml;v=1
    </SentRequest>
    2014-04-24 11:00:26.727 Lync[201:5d09000] INFO UTILITIES CHttpStreamPool.cpp/399:Allocating stream 0x12db430 for url - http://lyncdiscoverinternal.domain.com/ with persistent id as 7
    2014-04-24 11:00:26.727 Lync[201:5d09000] VERBOSE TRANSPORT CHttpProxyHelper.cpp/435:CHttpProxyHelper::discoverProxy : No proxy found for url http://lyncdiscoverinternal.domain.com/. Sending over direct connection.
    2014-04-24 11:00:26.728 Lync[201:5d09000] INFO TRANSPORT CHttpStreamPool.cpp/546:Not setting TLS as the url(http://lyncdiscoverinternal.domain.com/) is not https
    2014-04-24 11:00:26.729 Lync[201:5d09000] ERROR TRANSPORT CHttpConnection.cpp/1029:Request Type = UcwaAutoDiscoveryRequest Error domain = kCFErrorDomainCFNetwork code = 0x2 ErrorDescription = The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.) ErrorFailureReason = ErrorRecoverySuggestion =
    2014-04-24 11:00:26.729 Lync[201:5d09000] ERROR UTILITIES CHttpConnection.cpp/958:GetAddrInfo returned error 0x8
    2014-04-24 11:00:26.730 Lync[201:5d09000] INFO UTILITIES CHttpStreamPool.cpp/467:Releasing stream 0x1310470.
    2014-04-24 11:00:26.731 Lync[201:5d09000] INFO UTILITIES CHttpStreamPool.cpp/599:Releasing stream 0x1310470.
    2014-04-24 11:00:26.731 Lync[201:5d09000] INFO TRANSPORT CHttpRequestProcessor.cpp/173:Received response of request(UcwaAutoDiscoveryRequest) with status = 0x22020001
    2014-04-24 11:00:26.732 Lync[201:5d09000] INFO TRANSPORT CHttpRequestProcessor.cpp/201:Request UcwaAutoDiscoveryRequest resulted in E_ConnectionError (E2-2-1). The retry counter is: 1
    2014-04-24 11:00:26.732 Lync[201:5d09000] INFO TRANSPORT CHttpRequestProcessor.cpp/266:Sending event to main thread for request(0x12dcf58)
    2014-04-24 11:00:26.732 Lync[201:5d09000] ERROR TRANSPORT CHttpConnection.cpp/1029:Request Type = UcwaAutoDiscoveryRequest Error domain = kCFErrorDomainCFNetwork code = 0x2 ErrorDescription = The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.) ErrorFailureReason = ErrorRecoverySuggestion =
    2014-04-24 11:00:26.733 Lync[201:5d09000] ERROR UTILITIES CHttpConnection.cpp/958:GetAddrInfo returned error 0x8
    2014-04-24 11:00:26.733 Lync[201:5d09000] INFO UTILITIES CHttpStreamPool.cpp/467:Releasing stream 0x12db430.
    2014-04-24 11:00:26.733 Lync[201:5d09000] INFO UTILITIES CHttpStreamPool.cpp/599:Releasing stream 0x12db430.
    2014-04-24 11:00:26.733 Lync[201:5d09000] INFO TRANSPORT CHttpRequestProcessor.cpp/173:Received response of request(UcwaAutoDiscoveryRequest) with status = 0x22020001
    2014-04-24 11:00:26.733 Lync[201:5d09000] INFO TRANSPORT CHttpRequestProcessor.cpp/201:Request UcwaAutoDiscoveryRequest resulted in E_ConnectionError (E2-2-1). The retry counter is: 1
    2014-04-24 11:00:26.734 Lync[201:5d09000] INFO TRANSPORT CHttpRequestProcessor.cpp/266:Sending event to main thread for request(0x5a782a8)
    2014-04-24 11:00:26.737 Lync[201: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:0x5a5d5d0 UIImageView:0x1331b50.centerX == UILabel:0x5a86090.centerX>",
    "<NSLayoutConstraint:0x132d550 UIView:0x1385110.centerX == UIImageView:0x1331b50.centerX>",
    "<NSLayoutConstraint:0x5a5d250 H:|-(26)-[UILabel:0x5a86090] (Names: '|':UIView:0x1385110 )>",
    "<NSLayoutConstraint:0x133a160 H:[UILabel:0x5a86090]-(25)-| (Names: '|':UIView:0x1385110 )>"
    Will attempt to recover by breaking constraint
    <NSLayoutConstraint:0x5a5d5d0 UIImageView:0x1331b50.centerX == UILabel:0x5a86090.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-04-24 11:00:26.738 Lync[201: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:0x1319860 UIView:0x1385110.centerX == UILabel:0x5a86090.centerX>",
    "<NSLayoutConstraint:0x5a5d250 H:|-(26)-[UILabel:0x5a86090] (Names: '|':UIView:0x1385110 )>",
    "<NSLayoutConstraint:0x133a160 H:[UILabel:0x5a86090]-(25)-| (Names: '|':UIView:0x1385110 )>"
    Will attempt to recover by breaking constraint
    <NSLayoutConstraint:0x1319860 UIView:0x1385110.centerX == UILabel:0x5a86090.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-04-24 11:00:26.740 Lync[201: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:0x13ba490 UILabel:0x5a86090.centerX == UIActivityIndicatorView:0x13f3020.centerX>",
    "<NSLayoutConstraint:0x5a5d250 H:|-(26)-[UILabel:0x5a86090] (Names: '|':UIView:0x1385110 )>",
    "<NSLayoutConstraint:0x133a160 H:[UILabel:0x5a86090]-(25)-| (Names: '|':UIView:0x1385110 )>",
    "<NSLayoutConstraint:0x132fa90 UIView:0x1385110.centerX == UIActivityIndicatorView:0x13f3020.centerX>"
    Will attempt to recover by breaking constraint
    <NSLayoutConstraint:0x13ba490 UILabel:0x5a86090.centerX == UIActivityIndicatorView:0x13f3020.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-04-24 11:00:26.743 Lync[201:3b1ce18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-04-24 11:00:26.743 Lync[201:3b1ce18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-04-24 11:00:26.743 Lync[201:3b1ce18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-04-24 11:00:26.743 Lync[201:3b1ce18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-04-24 11:00:26.743 Lync[201:3b1ce18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-04-24 11:00:26.743 Lync[201:3b1ce18c] INFO UI CMAudioUtil.mm/322:stopSound
    2014-04-24 11:00:26.743 Lync[201:3b1ce18c] INFO UI CMAudioUtil.mm/322:stopSound
    2014-04-24 11:00:26.743 Lync[201:3b1ce18c] INFO UI CMAudioUtil.mm/322:stopSound
    2014-04-24 11:00:26.743 Lync[201:3b1ce18c] INFO UI CMAudioVideoToastViewController.mm/961:Cancelling local notification
    2014-04-24 11:00:26.744 Lync[201:3b1ce18c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/822:Req. completed, Stopping timer.
    2014-04-24 11:00:26.744 Lync[201:3b1ce18c] ERROR APPLICATION CUcwaAutoDiscoveryGetUserUrlOperation.cpp/325:Request failed. Error - E_ConnectionError (E2-2-1)
    2014-04-24 11:00:26.744 Lync[201:3b1ce18c] 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-04-24 11:00:26.744 Lync[201:3b1ce18c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/725:Response received for req. GET-UnAuthenticatedGet(0x12dcf58): E_ConnectionError (E2-2-1) (RemoteNetworkTemporaryError); Done with req.; Stopping resend timer
    2014-04-24 11:00:26.744 Lync[201:3b1ce18c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/822:Req. completed, Stopping timer.
    2014-04-24 11:00:26.745 Lync[201:3b1ce18c] INFO APPLICATION CUrlRedirectAndTrustResolver.cpp/610:UrlRedirectAndTrustResolver complete with url = http://lyncdiscoverinternal.domain.com/, Hops = 1, status = E_ConnectionError (E2-2-1)
    2014-04-24 11:00:26.745 Lync[201:3b1ce18c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/725:Response received for req. UrlTrustResolver(0x5a782a8): E_ConnectionError (E2-2-1) (RemoteNetworkTemporaryError); Done with req.; Stopping resend timer
    2014-04-24 11:00:26.745 Lync[201:3b1ce18c] INFO APPLICATION CUcwaAutoDiscoveryGetUserUrlOperation.cpp/393:CUcwaAutoDiscoverGetUserUrlOperation::onEvent received. Status = E_ConnectionError (E2-2-1), url = http://lyncdiscoverinternal.domain.com/
    2014-04-24 11:00:26.745 Lync[201:3b1ce18c] INFO APPLICATION CUcwaAutoDiscoveryGetUserUrlOperation.cpp/224:UcwaAutoDiscoveryGetUserUrlOperation completed with url = http://lyncdiscoverinternal.domain.com/?sipuri=sip:[email protected], userUrl = , status = E_ConnectionError (E2-2-1)
    2014-04-24 11:00:26.745 Lync[201:3b1ce18c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/1750:AutoDiscovery: Falling back to probing external urls
    2014-04-24 11:00:26.745 Lync[201:3b1ce18c] INFO APPLICATION CUrlRedirectAndTrustResolver.cpp/77:Starting CUrlRedirectAndTrustResolver with url = https://lyncdiscover.domain.com/?sipuri=sip:[email protected], maxHops = 10
    2014-04-24 11:00:26.745 Lync[201:3b1ce18c] INFO APPLICATION CUrlRedirectAndTrustResolver.cpp/201:CUrlRedirectAndTrustResolver::processUrl called with url = https://lyncdiscover.domain.com/, hopCount = 0, maxHops = 10
    2014-04-24 11:00:26.745 Lync[201:3b1ce18c] INFO APPLICATION CUrlRedirectAndTrustResolver.cpp/610:UrlRedirectAndTrustResolver complete with url = https://lyncdiscover.domain.com/, Hops = 0, status = S_OK (S0-0-0)
    2014-04-24 11:00:26.746 Lync[201:3b1ce18c] INFO TRANSPORT CTransportThread.cpp/135:Added Request(UcwaAutoDiscoveryRequest) to Request Processor queue
    2014-04-24 11:00:26.746 Lync[201:3b1ce18c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/385:Submitting new req. GET-UnAuthenticatedGet(0x121b0c8)
    2014-04-24 11:00:26.746 Lync[201:5d09000] INFO TRANSPORT CTransportThread.cpp/347:Sent Request(UcwaAutoDiscoveryRequest) to Request Processor
    2014-04-24 11:00:26.746 Lync[201:3b1ce18c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/1792:Successfully started the GetUserUrlOperation request for https://lyncdiscover.domain.com/?sipuri=sip:[email protected]
    2014-04-24 11:00:26.746 Lync[201:5d09000] WARNING TRANSPORT CCredentialManager.cpp/317:CCredentialManager::getSpecificCredential returning NULL credential for serviceId (4) type (1)!
    2014-04-24 11:00:26.746 Lync[201:3b1ce18c] INFO APPLICATION CUrlRedirectAndTrustResolver.cpp/77:Starting CUrlRedirectAndTrustResolver with url = http://lyncdiscover.domain.com/?sipuri=sip:[email protected], maxHops = 10
    2014-04-24 11:00:26.746 Lync[201:5d09000] INFO TRANSPORT TransportUtilityFunctions.cpp/634:<SentRequest>
    GET https://lyncdiscover.domain.com/?sipuri=sip:[email protected]
    Request Id: 0x121b0c8
    HttpHeader:Accept application/vnd.microsoft.rtc.autodiscover+xml;v=1
    </SentRequest>
    2014-04-24 11:00:26.747 Lync[201:3b1ce18c] INFO APPLICATION CUrlRedirectAndTrustResolver.cpp/201:CUrlRedirectAndTrustResolver::processUrl called with url = http://lyncdiscover.domain.com/, hopCount = 0, maxHops = 10
    2014-04-24 11:00:26.747 Lync[201:5d09000] INFO UTILITIES CHttpStreamPool.cpp/399:Allocating stream 0x12f7cb0 for url - https://lyncdiscover.domain.com/ with persistent id as 6
    2014-04-24 11:00:26.747 Lync[201:3b1ce18c] INFO TRANSPORT CTransportThread.cpp/135:Added Request(UcwaAutoDiscoveryRequest) to Request Processor queue
    2014-04-24 11:00:26.747 Lync[201:3b1ce18c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/385:Submitting new req. UrlTrustResolver(0x1319ac8)
    2014-04-24 11:00:26.747 Lync[201:3b1ce18c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/1828:Successfully started the GetUserUrlOperation request for http://lyncdiscover.domain.com/?sipuri=sip:[email protected]
    2014-04-24 11:00:26.747 Lync[201:5d09000] 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-04-24 11:00:26.749 Lync[201:3b1ce18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-04-24 11:00:26.750 Lync[201:3b1ce18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-04-24 11:00:26.750 Lync[201:3b1ce18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-04-24 11:00:26.750 Lync[201:3b1ce18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-04-24 11:00:26.750 Lync[201:3b1ce18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-04-24 11:00:26.752 Lync[201:5d09000] INFO TRANSPORT CTransportThread.cpp/347:Sent Request(UcwaAutoDiscoveryRequest) to Request Processor
    2014-04-24 11:00:26.752 Lync[201:5d09000] WARNING TRANSPORT CCredentialManager.cpp/317:CCredentialManager::getSpecificCredential returning NULL credential for serviceId (4) type (1)!
    2014-04-24 11:00:26.752 Lync[201:5d09000] INFO TRANSPORT TransportUtilityFunctions.cpp/634:<SentRequest>
    GET http://lyncdiscover.domain.com/
    Request Id: 0x1319ac8
    HttpHeader:Accept application/vnd.microsoft.rtc.autodiscover+xml;v=1
    </SentRequest>
    2014-04-24 11:00:26.753 Lync[201:5d09000] INFO UTILITIES CHttpStreamPool.cpp/399:Allocating stream 0x12db430 for url - http://lyncdiscover.domain.com/ with persistent id as 7
    2014-04-24 11:00:26.753 Lync[201:5d09000] VERBOSE TRANSPORT CHttpProxyHelper.cpp/435:CHttpProxyHelper::discoverProxy : No proxy found for url http://lyncdiscover.domain.com/. Sending over direct connection.
    2014-04-24 11:00:26.753 Lync[201:5d09000] INFO TRANSPORT CHttpStreamPool.cpp/546:Not setting TLS as the url(http://lyncdiscover.domain.com/) is not https
    2014-04-24 11:00:28.146 Lync[201:6e0b] CFNetwork SSLHandshake failed (-9807)
    2014-04-24 11:00:28.149 Lync[201:5d09000] ERROR TRANSPORT CHttpConnection.cpp/1029:Request Type = UcwaAutoDiscoveryRequest Error domain = NSOSStatusErrorDomain code = 0xffffd9b1 ErrorDescription = The operation couldn’t be completed. (OSStatus error -9807.) ErrorFailureReason = ErrorRecoverySuggestion =
    2014-04-24 11:00:28.150 Lync[201:5d09000] INFO UTILITIES CHttpStreamPool.cpp/467:Releasing stream 0x12f7cb0.
    2014-04-24 11:00:28.150 Lync[201:5d09000] INFO UTILITIES CHttpStreamPool.cpp/599:Releasing stream 0x12f7cb0.
    2014-04-24 11:00:28.150 Lync[201:5d09000] INFO TRANSPORT CHttpRequestProcessor.cpp/173:Received response of request(UcwaAutoDiscoveryRequest) with status = 0x22020002
    2014-04-24 11:00:28.151 Lync[201:5d09000] INFO TRANSPORT CHttpRequestProcessor.cpp/201:Request UcwaAutoDiscoveryRequest resulted in E_SslError (E2-2-2). The retry counter is: 0
    2014-04-24 11:00:28.151 Lync[201:5d09000] INFO TRANSPORT CHttpRequestProcessor.cpp/266:Sending event to main thread for request(0x121b0c8)
    2014-04-24 11:00:28.151 Lync[201:3b1ce18c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/822:Req. completed, Stopping timer.
    2014-04-24 11:00:28.151 Lync[201:3b1ce18c] ERROR APPLICATION CUcwaAutoDiscoveryGetUserUrlOperation.cpp/325:Request failed. Error - E_SslError (E2-2-2)
    2014-04-24 11:00:28.152 Lync[201:3b1ce18c] INFO APPLICATION CUcwaAutoDiscoveryGetUserUrlOperation.cpp/224:UcwaAutoDiscoveryGetUserUrlOperation completed with url = https://lyncdiscover.domain.com/?sipuri=sip:[email protected], userUrl = , status = E_SslError (E2-2-2)
    2014-04-24 11:00:28.152 Lync[201:3b1ce18c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/725:Response received for req. GET-UnAuthenticatedGet(0x121b0c8): E_SslError (E2-2-2) (RemoteNetworkPermanentError); Done with req.; Stopping resend timer
    2014-04-24 11:00:28.223 Lync[201:5d09000] INFO UTILITIES CHttpConnection.cpp/579:Received kCFStreamEventEndEncountered (UcwaAutoDiscoveryRequest)isHeadersAvailable = true responseHeadersHandle = 1231980
    2014-04-24 11:00:28.224 Lync[201:5d09000] INFO UTILITIES CHttpConnection.cpp/653:Response status = 200 for request UcwaAutoDiscoveryRequest
    2014-04-24 11:00:28.224 Lync[201:5d09000] INFO UTILITIES CHttpStreamPool.cpp/445:Scheduling stream 0x12db430 for release.
    2014-04-24 11:00:28.225 Lync[201:5d09000] INFO TRANSPORT CHttpRequestProcessor.cpp/173:Received response of request(UcwaAutoDiscoveryRequest) with status = 0x0
    2014-04-24 11:00:28.226 Lync[201:5d09000] INFO TRANSPORT TransportUtilityFunctions.cpp/928:<ReceivedResponse>
    GET http://lyncdiscover.domain.com/
    Request Id: 0x1319ac8
    HttpHeader:Cache-Control no-cache
    HttpHeader:Content-Length 1018
    HttpHeader:Content-Type application/vnd.microsoft.rtc.autodiscover+xml; v=1
    HttpHeader:Date Thu, 24 Apr 2014 18:00:28 GMT
    HttpHeader:Expires -1
    HttpHeader:Pragma no-cache
    HttpHeader:Server Microsoft-IIS/7.5
    HttpHeader:StatusCode 200
    HttpHeader:X-AspNet-Version 4.0.30319
    HttpHeader:X-Content-Type-Options nosniff
    HttpHeader:X-MS-Server-Fqdn FMLYNCFE01.internaldomainname.com
    HttpHeader:X-Powered-By ASP.NET
    Ôªø<?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://lwe.domain.com/Autodiscover/AutodiscoverService.svc/root/domain?originalDomain=domain.com" /><Link token="User" href="https://lwe.domain.com/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=domain.com" /><Link token="Self" href="https://lwe.domain.com/Autodiscover/AutodiscoverService.svc/root?originalDomain=domain.com" /><Link token="OAuth" href="https://lwe.domain.com/Autodiscover/AutodiscoverService.svc/root/oauth/user?originalDomain=domain.com" /><Link token="External/XFrame" href="https://lwe.domain.com/Autodiscover/XFrame/XFrame.html" /><Link token="Internal/XFrame" href="https://lync.internaldomainname.com/Autodiscover/XFrame/XFrame.html" /><Link token="XFrame" href="https://lwe.domain.com/Autodiscover/XFrame/XFrame.html" /></Root></AutodiscoverResponse>
    </ReceivedResponse>
    2014-04-24 11:00:28.228 Lync[201:5d09000] INFO TRANSPORT CUcwaAutoDiscoveryResponse.cpp/119:location value is external
    2014-04-24 11:00:28.229 Lync[201:5d09000] INFO TRANSPORT CUcwaAutoDiscoveryResponse.cpp/195:User url is https://lwe.domain.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain.com
    2014-04-24 11:00:28.230 Lync[201:5d09000] INFO TRANSPORT CHttpRequestProcessor.cpp/266:Sending event to main thread for request(0x1319ac8)
    2014-04-24 11:00:28.230 Lync[201:3b1ce18c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/822:Req. completed, Stopping timer.
    2014-04-24 11:00:28.230 Lync[201:3b1ce18c] INFO APPLICATION CUrlRedirectAndTrustResolver.cpp/610:UrlRedirectAndTrustResolver complete with url = http://lyncdiscover.domain.com/, Hops = 1, status = S_OK (S0-0-0)
    2014-04-24 11:00:28.231 Lync[201:3b1ce18c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/725:Response received for req. UrlTrustResolver(0x1319ac8): S_OK (S0-0-0) (Success); Done with req.; Stopping resend timer
    2014-04-24 11:00:28.231 Lync[201:3b1ce18c] INFO APPLICATION CUcwaAutoDiscoveryGetUserUrlOperation.cpp/393:CUcwaAutoDiscoverGetUserUrlOperation::onEvent received. Status = S_OK (S0-0-0), url = http://lyncdiscover.domain.com/
    2014-04-24 11:00:28.232 Lync[201:3b1ce18c] INFO APPLICATION CUcwaAutoDiscoveryGetUserUrlOperation.cpp/449:Received a root response
    2014-04-24 11:00:28.232 Lync[201:3b1ce18c] INFO APPLICATION CUcwaAutoDiscoveryGetUserUrlOperation.cpp/456:Running trust check on user url. url = https://lwe.domain.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain.com
    2014-04-24 11:00:28.232 Lync[201:3b1ce18c] INFO APPLICATION CUrlRedirectAndTrustResolver.cpp/77:Starting CUrlRedirectAndTrustResolver with url = https://lwe.domain.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain.com, maxHops = 1
    2014-04-24 11:00:28.232 Lync[201:3b1ce18c] INFO APPLICATION CUrlRedirectAndTrustResolver.cpp/201:CUrlRedirectAndTrustResolver::processUrl called with url = https://lwe.domain.com/autodiscover/autodiscoverservice.svc/root/user, hopCount = 0, maxHops = 1
    2014-04-24 11:00:28.233 Lync[201:3b1ce18c] INFO APPLICATION CUrlRedirectAndTrustResolver.cpp/610:UrlRedirectAndTrustResolver complete with url = https://lwe.domain.com/autodiscover/autodiscoverservice.svc/root/user, Hops = 0, status = S_OK (S0-0-0)
    2014-04-24 11:00:28.233 Lync[201:3b1ce18c] INFO APPLICATION CUcwaAutoDiscoveryGetUserUrlOperation.cpp/224:UcwaAutoDiscoveryGetUserUrlOperation completed with url = http://lyncdiscover.domain.com/?sipuri=sip:[email protected], userUrl = https://lwe.domain.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain.com, status = S_OK (S0-0-0)
    2014-04-24 11:00:28.234 Lync[201:3b1ce18c] INFO TRANSPORT CCredentialManager.cpp/176:getSpecificCredential for serviceId(1) returning: credType (1) signInName ([email protected]) domain () username ([email protected]) password.empty() (0) certificate.isValid() (0) privateKey.empty() (1) compatibleServiceIds(1)
    2014-04-24 11:00:28.235 Lync[201:3b1ce18c] INFO TRANSPORT CMetaDataManager.cpp/403:Received a request to get the meta data of type 0 for url https://lwe.domain.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain.com
    2014-04-24 11:00:28.235 Lync[201:3b1ce18c] INFO TRANSPORT CMetaDataManager.cpp/461:Sending Unauthenticated get to get the web-ticket url
    2014-04-24 11:00:28.235 Lync[201:3b1ce18c] INFO TRANSPORT CTransportThread.cpp/135:Added Request() to Request Processor queue
    2014-04-24 11:00:28.235 Lync[201:3b1ce18c] INFO TRANSPORT CAuthenticationResolver.cpp/109:Waiting on Meta Data from https://lwe.domain.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain.com
    2014-04-24 11:00:28.236 Lync[201:5b81000] INFO TRANSPORT CTransportThread.cpp/347:Sent Request() to Request Processor
    2014-04-24 11:00:28.236 Lync[201:3b1ce18c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/385:Submitting new req. GET-AuthenticatedUserGetRequest(0x121eb78)
    2014-04-24 11:00:28.236 Lync[201:5b81000] WARNING TRANSPORT CCredentialManager.cpp/317:CCredentialManager::getSpecificCredential returning NULL credential for serviceId (4) type (1)!
    2014-04-24 11:00:28.237 Lync[201:3b1ce18c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/1210:Submitting Authenticated AutoDiscovery request to https://lwe.domain.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain.com
    2014-04-24 11:00:28.237 Lync[201:5b81000] INFO TRANSPORT TransportUtilityFunctions.cpp/634:<SentRequest>
    GET https://lwe.domain.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain.com
    Request Id: 0x121ab08
    HttpHeader:Accept
    HttpHeader:X-MS-WebTicket xxxxxxxxxx
    </SentRequest>
    2014-04-24 11:00:28.238 Lync[201:5b81000] INFO UTILITIES CHttpStreamPool.cpp/399:Allocating stream 0x12c0340 for url - https://lwe.domain.com/autodiscover/autodiscoverservice.svc/root/user with persistent id as 16
    2014-04-24 11:00:28.239 Lync[201:5b81000] VERBOSE TRANSPORT CHttpProxyHelper.cpp/435:CHttpProxyHelper::discoverProxy : No proxy found for url https://lwe.domain.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain.com. Sending over direct connection.
    2014-04-24 11:00:28.507 Lync[201:8907] CFNetwork SSLHandshake failed (-9807)
    2014-04-24 11:00:28.510 Lync[201:5b81000] ERROR TRANSPORT CHttpConnection.cpp/1029:Request Type = 0x%u0x121b0c0 Error domain = NSOSStatusErrorDomain code = 0xffffd9b1 ErrorDescription = The operation couldn’t be completed. (OSStatus error -9807.) ErrorFailureReason = ErrorRecoverySuggestion =
    2014-04-24 11:00:28.511 Lync[201:5b81000] INFO UTILITIES CHttpStreamPool.cpp/467:Releasing stream 0x12c0340.
    2014-04-24 11:00:28.511 Lync[201:5b81000] INFO UTILITIES CHttpStreamPool.cpp/599:Releasing stream 0x12c0340.
    2014-04-24 11:00:28.511 Lync[201:5b81000] INFO TRANSPORT CHttpRequestProcessor.cpp/173:Received response of request() with status = 0x22020002
    2014-04-24 11:00:28.511 Lync[201:5b81000] INFO TRANSPORT CHttpRequestProcessor.cpp/201:Request resulted in E_SslError (E2-2-2). The retry counter is: 0
    2014-04-24 11:00:28.512 Lync[201:5b81000] INFO TRANSPORT CHttpRequestProcessor.cpp/266:Sending event to main thread for request(0x121ab08)
    2014-04-24 11:00:28.512 Lync[201:3b1ce18c] INFO TRANSPORT CMetaDataManager.cpp/575:Received response for meta data request of type 60 with status 570556418
    2014-04-24 11:00:28.512 Lync[201:3b1ce18c] ERROR TRANSPORT CMetaDataManager.cpp/591:Unable to get a response to an unauthenticated get to url https://lwe.domain.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain.com
    2014-04-24 11:00:28.512 Lync[201:3b1ce18c] INFO TRANSPORT CAuthenticationResolver.cpp/208:MetaData retrieval for url https://lwe.domain.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain.com completed with status 570556418
    2014-04-24 11:00:28.513 Lync[201:3b1ce18c] INFO TRANSPORT CAuthenticationResolver.cpp/238:Deleting 1 pended Meta data requests for url https://lwe.domain.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain.com
    2014-04-24 11:00:28.513 Lync[201:3b1ce18c] ERROR TRANSPORT CAuthenticationResolver.cpp/334:Unable to get the meta data for server url https://lwe.domain.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain.com
    2014-04-24 11:00:28.513 Lync[201:3b1ce18c] INFO TRANSPORT CAuthenticationResolver.cpp/337:Failing request to the request manager
    2014-04-24 11:00:28.513 Lync[201:3b1ce18c] INFO TRANSPORT CRequestManager.cpp/273:Failing secure request UcwaAutoDiscoveryRequest with status E_SslError (E2-2-2)
    2014-04-24 11:00:28.514 Lync[201:3b1ce18c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/822:Req. completed, Stopping timer.
    2014-04-24 11:00:28.514 Lync[201:3b1ce18c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/1305:Received autodiscovery response with status E_SslError (E2-2-2)
    2014-04-24 11:00:28.514 Lync[201:3b1ce18c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/1263:Raising Autodiscovery event with status E_SslError (E2-2-2) for eventType 0
    2014-04-24 11:00:28.514 Lync[201:3b1ce18c] INFO APPLICATION CUcwaAutoDiscoveryServiceRetrialWrapper.cpp/417:Received event for type 0 with status E_SslError (E2-2-2)
    2014-04-24 11:00:28.514 Lync[201:3b1ce18c] INFO APPLICATION CUcwaAutoDiscoveryServiceRetrialWrapper.cpp/496:Raising Autodiscovery event with status E_SslError (E2-2-2) for eventType 0
    2014-04-24 11:00:28.515 Lync[201:3b1ce18c] ERROR APPLICATION CUcwaAppSession.cpp/2071:Auto-discovery failed, aborting sign-in!
    2014-04-24 11:00:28.515 Lync[201:3b1ce18c] INFO APPLICATION CUcwaAppSession.cpp/998:CUcwaAppSession::setNewActualState() state=0
    2014-04-24 11:00:28.515 Lync[201:5d09000] INFO TRANSPORT CHttpRequestProcessor.cpp/134:Clearing request processor for component UcwaAutoDiscoverySession on sign-out.
    2014-04-24 11:00:28.515 Lync[201:3b1ce18c] INFO APPLICATION CCertificateProvisioningService.cpp/541:Clearing certificate from transport: e358e12b-35fa-4603-bd89-bb36523b9675
    2014-04-24 11:00:28.516 Lync[201:5b81000] INFO TRANSPORT CHttpRequestProcessor.cpp/134:Clearing request processor for component MetaDataManager on sign-out.
    2014-04-24 11:00:28.516 Lync[201:5d09000] INFO UTILITIES CHttpStreamPool.cpp/599:Releasing stream 0x12db430.
    2014-04-24 11:00:28.516 Lync[201:3b1ce18c] INFO UTILITIES CiOsAppStateQuery.hxx/264:Clearing keep-alive timer callback
    2014-04-24 11:00:28.517 Lync[201:3b1ce18c] INFO APPLICATION CAlertReporter.cpp/64:Alert received! Category 1, Type 201, level 0, error E_SslError (E2-2-2), context '', hasAction=false
    2014-04-24 11:00:28.517 Lync[201:3b1ce18c] INFO APPLICATION CAlertReporter.cpp/117:Alert cleared of Category 1, Type 201, cleared 0 alerts
    2014-04-24 11:00:28.517 Lync[201:3b1ce18c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/725:Response received for req. GET-AuthenticatedUserGetRequest(0x121eb78): E_SslError (E2-2-2) (RemoteNetworkPermanentError); Done with req.; Stopping resend timer
    2014-04-24 11:00:28.518 Lync[201:3b1ce18c] INFO UI CMUIManager.mm/982:UpdateViews
    2014-04-24 11:00:28.518 Lync[201:3b1ce18c] INFO UI CMUIManager.mm/1050:ActualState = IsSignedOut DesiredState = BeSignedIn DataAvailable = 0 Showing UI = CredentialTableViewController
    2014-04-24 11:00:28.547 Lync[201:3b1ce18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-04-24 11:00:28.547 Lync[201:3b1ce18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-04-24 11:00:28.547 Lync[201:3b1ce18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-04-24 11:00:28.548 Lync[201:3b1ce18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-04-24 11:00:28.548 Lync[201:3b1ce18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-04-24 11:00:28.548 Lync[201:3b1ce18c] INFO UI CMNotificationManager.mm/705:desired view is alert, size 1
    2014-04-24 11:00:28.548 Lync[201:3b1ce18c] INFO UI CMNotificationManager.mm/745:adding the desired view
    2014-04-24 11:00:28.548 Lync[201:3b1ce18c] INFO UI CMNotificationManager.mm/480:reposition floating views
    2014-04-24 11:00:28.548 Lync[201:3b1ce18c] INFO UI CMAlertViewController.mm/110:showalert is 1
    2014-04-24 11:00:28.548 Lync[201:3b1ce18c] INFO UI CMAlertViewController.mm/114:showalert is 0
    2014-04-24 11:00:28.548 Lync[201:3b1ce18c] INFO UI CMUIUtil.mm/409:Mapping error code = 0x22020002, context = , type = 201
    2014-04-24 11:00:28.548 Lync[201:3b1ce18c] INFO UI CMUIUtil.mm/1722:Mapped error message is 'We can’t verify the certificate from the server. Please contact your support team.
    2014-04-24 11:00:28.549 Lync[201:3b1ce18c] INFO UI CMDismissButtonBaseViewController.mm/89:before: view height 45.000000, width 320.000000, x 0.000000, y 64.000000
    2014-04-24 11:00:28.549 Lync[201:3b1ce18c] INFO UI CMNotificationManager.mm/1088:viewFrame: origin x 0.000000, origin y 64.000000, height 45.000000, width 320.000000
    2014-04-24 11:00:28.549 Lync[201:3b1ce18c] INFO UI CMNotificationManager.mm/1194:resize alert label, origin x 44.000000, origin y 2.000000, height 41.000000, width 232.000000
    2014-04-24 11:00:28.549 Lync[201:3b1ce18c] INFO UI CMDismissButtonBaseViewController.mm/104:after: self.label.frame height 41.000000, width 232.000000, x 44.000000, y 2.000000
    2014-04-24 11:00:28.549 Lync[201:3b1ce18c] INFO UI CMAudioUtil.mm/322:stopSound
    2014-04-24 11:00:28.549 Lync[201:3b1ce18c] INFO UI CMAudioUtil.mm/322:stopSound
    2014-04-24 11:00:28.549 Lync[201:3b1ce18c] INFO UI CMAudioUtil.mm/322:stopSound
    2014-04-24 11:00:28.549 Lync[201:3b1ce18c] INFO UI CMAudioVideoToastViewController.mm/961:Cancelling local notification
    2014-04-24 11:00:28.550 Lync[201:3b1ce18c] INFO UI CMAlertViewController.mm/93:ObservableListItem Added event received
    2014-04-24 11:00:28.550 Lync[201:3b1ce18c] INFO UI CMAlertViewController.mm/103:showalert is 1
    2014-04-24 11:00:28.550 Lync[201:3b1ce18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-04-24 11:00:28.550 Lync[201:3b1ce18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-04-24 11:00:28.550 Lync[201:3b1ce18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-04-24 11:00:28.550 Lync[201:3b1ce18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-04-24 11:00:28.550 Lync[201:3b1ce18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-04-24 11:00:28.550 Lync[201:3b1ce18c] INFO UI CMNotificationManager.mm/705:desired view is alert, size 1
    2014-04-24 11:00:28.550 Lync[201:3b1ce18c] INFO UI CMNotificationManager.mm/718:desired view is same as the current view
    2014-04-24 11:00:28.550 Lync[201:3b1ce18c] INFO UI CMNotificationManager.mm/480:reposition floating views
    2014-04-24 11:00:28.550 Lync[201:3b1ce18c] INFO UI CMAlertViewController.mm/110:showalert is 1
    2014-04-24 11:00:28.551 Lync[201:3b1ce18c] INFO UI CMAlertViewController.mm/114:showalert is 0
    2014-04-24 11:00:28.551 Lync[201:3b1ce18c] INFO UI CMUIUtil.mm/409:Mapping error code = 0x22020002, context = , type = 201
    2014-04-24 11:00:28.551 Lync[201:3b1ce18c] INFO UI CMUIUtil.mm/1722:Mapped error message is 'We can’t verify the certificate from the server. Please contact your support team.
    2014-04-24 11:00:28.551 Lync[201:3b1ce18c] INFO UI CMDismissButtonBaseViewController.mm/89:before: view height 45.000000, width 320.000000, x 0.000000, y 64.000000
    2014-04-24 11:00:28.551 Lync[201:3b1ce18c] INFO UI CMNotificationManager.mm/1088:viewFrame: origin x 0.000000, origin y 64.000000, height 45.000000, width 320.000000
    2014-04-24 11:00:28.551 Lync[201:3b1ce18c] INFO UI CMNotificationManager.mm/1194:resize alert label, origin x 44.000000, origin y 2.000000, height 41.000000, width 232.000000
    2014-04-24 11:00:28.551 Lync[201:3b1ce18c] INFO UI CMDismissButtonBaseViewController.mm/104:after: self.label.frame height 41.000000, width 232.000000, x 44.000000, y 2.000000
    2014-04-24 11:00:28.558 Lync[201:3b1ce18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-04-24 11:00:28.559 Lync[201:3b1ce18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-04-24 11:00:28.559 Lync[201:3b1ce18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-04-24 11:00:28.559 Lync[201:3b1ce18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-04-24 11:00:28.559 Lync[201:3b1ce18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-04-24 11:00:28.559 Lync[201:3b1ce18c] INFO UI CMNotificationManager.mm/705:desired view is alert, size 1
    2014-04-24 11:00:28.559 Lync[201:3b1ce18c] INFO UI CMNotificationManager.mm/718:desired view is same as the current view
    2014-04-24 11:00:28.559 Lync[201:3b1ce18c] INFO UI CMNotificationManager.mm/480:reposition floating views
    2014-04-24 11:00:28.559 Lync[201:3b1ce18c] INFO UI CMAlertViewController.mm/110:showalert is 0
    2014-04-24 11:00:28.559 Lync[201:3b1ce18c] INFO UI CMDismissButtonBaseViewController.mm/89:before: view height 45.000000, width 320.000000, x 0.000000, y 64.000000
    2014-04-24 11:00:28.559 Lync[201:3b1ce18c] INFO UI CMNotificationManager.mm/1088:viewFrame: origin x 0.000000, origin y 64.000000, height 45.000000, width 320.000000
    2014-04-24 11:00:28.559 Lync[201:3b1ce18c] INFO UI CMNotificationManager.mm/1194:resize alert label, origin x 44.000000, origin y 2.000000, height 41.000000, width 232.000000
    2014-04-24 11:00:28.560 Lync[201:3b1ce18c] INFO UI CMDismissButtonBaseViewController.mm/104:after: self.label.frame height 41.000000, width 232.000000, x 44.000000, y 2.000000
    2014-04-24 11:00:32.642 Lync[201:3b1ce18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-04-24 11:00:32.643 Lync[201:3b1ce18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-04-24 11:00:32.643 Lync[201:3b1ce18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-04-24 11:00:32.643 Lync[201:3b1ce18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-04-24 11:00:32.643 Lync[201:3b1ce18c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-04-24 11:00:32.644 Lync[201:3b1ce18c] INFO UI CMNotificationManager.mm/705:desired view is alert, size 1
    2014-04-24 11:00:32.644 Lync[201:3b1ce18c] INFO UI CMNotificationManager.mm/718:desired view is same as the current view
    2014-04-24 11:00:32.644 Lync[201:3b1ce18c] INFO UI CMNotificationManager.mm/480:reposition floating views
    2014-04-24 11:00:32.644 Lync[201:3b1ce18c] INFO UI CMAlertViewController.mm/110:showalert is 0
    2014-04-24 11:00:32.644 Lync[201:3b1ce18c] INFO UI CMDismissButtonBaseViewController.mm/89:before: view height 45.000000, width 320.000000, x 0.000000, y 64.000000
    2014-04-24 11:00:32.645 Lync[201:3b1ce18c] INFO UI CMNotificationManager.mm/1088:viewFrame: origin x 0.000000, origin y 64.000000, height 45.000000, width 320.000000
    2014-04-24 11:00:32.645 Lync[201:3b1ce18c] INFO UI CMNotificationManager.mm/1194:resize alert label, origin x 44.000000, origin y 2.000000, height 41.000000, width 232.000000
    2014-04-24 11:00:32.645 Lync[201:3b1ce18c] INFO UI CMDismissButtonBaseViewController.mm/104:after: self.label.frame height 41.000000, width 232.000000, x 44.000000, y 2.000000
    2014-04-24 11:00:33.017 Lync[201:3b1ce18c] INFO APPLICATION CUcwaDataSynchronizer.cpp/1031:Mode 1 scheduled to timeout in 120sec
    2014-04-24 11:00:33.092 Lync[201:707] is not a valid email address.

  • Windows 7 clients suddenly unable to connect to SQL database

    Our environment in a nutshell:
    Server1: Small Business Server 2003 R2 (Active Directory domain, it is the sole domain controller [DC])
    Server2: Dedicated to SQL Server 2005 and the SAP Business One database
    Server3: Windows Server 2003 R2 Standard Terminal Server. This provides user sessions that are the equivalent of Windows XP SP3.
    Two Windows 7 workstations: 1x 64-bit, 1x 32-bit. Both are domain joined.
    All above computers on a gigabit LAN.
    Client product is SAP Business One 2007 A (8.00.181) SP:00 PL:49
    SQL Native Client is 9.00.5000.00
    SQL Server is mixed-mode authentication, however all users use trusted Windows connections. All users with access to the product are members of an "SAP Users" domain security group.
    Normal operation is:
    Local Win7 workstations have client installed and connect over the LAN to the SQL Server instance on Server2
    Remote users log on to the Server3 Terminal Server, fire up sessions and connect to the SQL Server instance
    Up to and including Thursday, March 12 everything was working fine for all users. As of Friday, March 13 the Terminal Server users/sessions are still working perfectly but the Windows 7 workstations can no longer connect to the SQL Server instance with trusted connections. They are still able to connect if they switch to a SQL Server logon and use the "sa" user account and its password.
    Also, the users normally using the Win7 workstations can log on to the Terminal Server with their usual domain accounts, and run SAP from there, which works perfectly.
    The error the Windows 7 users are seeing:
    Connection failed:
    SQL State: 28000
    SQL Server Error: 18452
    [Microsoft][SQL Native Client][SQL Server]Login failed for user ". The user is not associated with a trusted SQL Server connection.
    Prior to each logon attempt above, the Server2 SQL Server machine logs another event to its Application Event Log:
    SSPI handshake failed with error code 0x8009030c while establishing a connection with integrated security; the connection has been closed. [CLIENT: xx.xx.xx.xx]
    Source: SQL Server instance, event 17806. From SQL Server log, Severity 20, State 2
    What I've tried so far:
    All servers have been restarted in correct order
    Running the client in Windows XP SP3 compatibility mode. No difference
    Running the client as Administrator. No difference
    Upgrading to SQL Server Native Client 11.0 via:
    Uninstall B1 client
    Uninstall v9.00 Native Client
    Install v11.00 Native Client
    Install B1 client
    Net effect is no difference
    Googling the event IDs that are being logged seems to point to:
    Expired domain account. Manually checked that the 2 users accounts are not expired and they belong to the "SAP Users" group. Furthermore, the domain accounts are still working when used in Terminal Server sessions.
    Problem with Service Primary Names (SPNs). This seems to be Active Directory-related. Again, the domain accounts normally used on the Win7 workstations work fine on the Terminal Server so I'm inclined to think AD is OK
    Other information that may be useful:
    No Windows updates applied between March 12 and 13 on either Win7 workstation
    Both Win7 workstations running Microsoft Security Essentials and the native Windows 7 firewall
    All servers running Trend Worry Free Business Security suite
    Sorry about the length of the post but hopefully it will reduce wild goose chases. Any troubleshooting ideas greatly appreciated.

    Problem found!
    It turns out it was some sort of subtle problem with Trend antivirus running on the servers.
    On all 3 servers there are 3 main protection components that are enabled by default:
    Antivirus/Anti-spyware
    Web Reputation
    URL Filtering
    What I did was to turn off all 3 components for all the servers. With Trend this can be done from the central management console. SAP then worked on one of the Win7 clients using Trusted Connection (i.e. Windows Authentication).
    Then I turned the Trend components back on, on all servers, one at a time (to try to find which component was the culprit). Here’s the funny part: I turned all 3 back on, and SAP still works on the Win7 client using Windows Authentication! I even restarted it to make sure that state of affairs persists across a restart, and it’s still OK.
    It's worth noting the problem was not solved shortly after it appeared by restarting all 3 servers. There was even a scheduled installation of Windows updates a couple of hours ago, which restarted all 3 servers again, and the problem still persisted. It was not fixed until the Trend components were globally disabled (on all 3 servers), then re-enabled.
    Trend WBFS is version 9.0, pre SP1.

  • Email client suddenly unable to connect to server

    Hi, I don't always use my phone to check my email when I am at home but today I have been having problems with the email client on my Z1 compact. It keeps saying that it cannot open a connection to the server. I have tried using both my data and home wifi with the same result.
    I went in and cleared  the data and did a force stop. 
    I have managed to add the account again but it won't update past the end of Jan (I have emails from today).
    All othe internet apps are working as normal.
    I've checked and it is not requesting me to verify my identity.
    I am using Hotmail.
    When I refresh it is shows the last update was today (3rd Feb) but no newer emails.
    Can anyone help? I haven't changed any settings so not sure why this is happening.
    EDA I tried to add my gmail account and it said connection error.

    Hi, Thank you for replying. 
    I rebooted in safe mode with the same result so that means it's the app that's the problem, correct? I even did a force stop and cleared the data again. No joy!
    I've been using the Gmail app just now but the other app is much better (or was). Bigger attachment allowance for one thing.
    I looked at the ones you've linked and I'm not sure if the second one is only for business users or not.
    This is so frustrating - I hate when things just stop working.
    Open to any other suggestions.

  • [SOLVED] Web Email Clients are unable to connect to IMAP

    I have an quite weird problem.
    I have an local IMAP Server here on a test machine.
    Kmail can receive emails and everything works fine.
    Every other Email Client (Evolution, Squirrelmail, Roundcube) can not Receive emails, even with the identical settings.
    KMail:
    dovecot[12930]: imap-login: Login: user=<vamp898>, method=LOGIN, rip=127.0.0.1, lip=127.0.0.1, mpid=13428, TLS, session=<SIJ0dhsDywB/AAAB>
    Any other
    dovecot[12930]: imap-login: Disconnected (no auth attempts in 0 secs): user=<>, rip=127.0.0.1, lip=127.0.0.1, TLS, session=<6jLQfBsD2QB/AAAB>
    I have no idea where to look up for this
    Last edited by Vamp898 (2014-10-24 06:42:54)

    I tried now in a fresh and clean Virtual Machine
    - Install Archlinux
    - Install postfix
    - Install Dovecot
    - Add Testuser
    Test with Thunderbird/Evolution --> Everything works perfect
    - Install httpd+php+rounducbe
    - Setup roundcube
    - Try to login --> Login failed

  • Issue: Login to OS X server using Lion or Mt Lion client. Unable to connect for ~2 minutes after user logout & login

    Situation:
    Using Lion or Mt. Lion client, login to our OS X server (we have a Leopard server and a Lion server) using AFP and FTP.  No problem.
    Log off server and then log off as user.
    Log back in as user.  Attempt to login via AFP or FTP.  It continues to bring up the login screen and won't let me login.  Wait ~3 minutes and try to login via AFP or FTP and it magically works. 
    Is there a plist or other file that may need to be changed somewhere that has a 'time out' causing this issue? 

    Thanks Dave. Yes, I completely removed all the elements listed there before reinstalling. The only thing I didn't do was reboot the machine in-between. I checked logs and found no crash log for ARD. Presuming I looked in the right place: /private/var/log/crashreporter.log and /Library/Logs/CrashReporter
    There was one entry from December 8th in the crashreporter.log but no subsequent file in the second location where it was supposedly written.
    I can hook up a monitor and access directly, it is just that I have to make an appointment with our IT guy to let me in the data center where it resides. I was hoping to avoid that. I'm reluctant to reinstall via ssh after removal. If something did happen that crashed the machine, I would rather be at the data center so I can fix it directly. I suppose that will be my next step: to go there and do a removal/reinstall directly.
    Thanks for you help. Let me know if you think of anything else.
    I suppose that is the next thing to try:

  • Unable to connect to database

    Hi,
    Oracle Version : 10.2.0.1
    Operating system : linux
    Clients are unable to connect to the production database after seeing the alertlog file it is showing the following error.
    System State dumped to trace file /home/oracle/oracle/admin/qfundeca/udump/qfundeca_ora_2034.trc
    Tue Nov  9 06:39:36 2010
    System State dumped to trace file /home/oracle/oracle/admin/qfundeca/udump/qfundeca_ora_2394.trc
    Tue Nov  9 06:40:08 2010
    System State dumped to trace file /home/oracle/oracle/admin/qfundeca/udump/qfundeca_ora_5196.trc
    Tue Nov  9 06:40:23 2010
    System State dumped to trace file /home/oracle/oracle/admin/qfundeca/udump/qfundeca_ora_5360.trc
    Tue Nov  9 06:43:03 2010
    System State dumped to trace file /home/oracle/oracle/admin/qfundeca/udump/qfundeca_ora_6530.trc
    Tue Nov  9 06:44:46 2010
    PMON failed to acquire latch, see PMON dump
    Tue Nov  9 06:45:02 2010
    Thread 1 cannot allocate new log, sequence 58887
    Private strand flush not complete
      Current log# 1 seq# 58886 mem# 0: /u02/oradata/qfundeca/redo01a.log
      Current log# 1 seq# 58886 mem# 1: /u03/oradata/qfundeca/redo01b.log
    Thread 1 advanced to log sequence 58887
      Current log# 2 seq# 58887 mem# 0: /u02/oradata/qfundeca/redo02a.log
      Current log# 2 seq# 58887 mem# 1: /u03/oradata/qfundeca/redo02b.log
    Tue Nov  9 06:45:46 2010
    PMON failed to acquire latch, see PMON dump
    Tue Nov  9 06:46:47 2010
    PMON failed to acquire latch, see PMON dump
    Tue Nov  9 06:47:47 2010
    PMON failed to acquire latch, see PMON dump
    Tue Nov  9 06:48:48 2010
    PMON failed to acquire latch, see PMON dump
    Tue Nov  9 06:49:48 2010
    PMON failed to acquire latch, see PMON dump
    Tue Nov  9 06:50:48 2010
    PMON failed to acquire latch, see PMON dump
    Tue Nov  9 06:51:49 2010
    PMON failed to acquire latch, see PMON dump
    Tue Nov  9 06:52:49 2010
    PMON failed to acquire latch, see PMON dump
    Tue Nov  9 06:53:50 2010
    PMON failed to acquire latch, see PMON dump
    Tue Nov  9 06:54:48 2010
    PMON failed to acquire latch, see PMON dump
    Tue Nov  9 06:55:49 2010
    PMON failed to acquire latch, see PMON dump
    Tue Nov  9 06:56:49 2010
    PMON failed to acquire latch, see PMON dumpCan any one please help me how to solve this one.
    Thanks & Regards,
    Poorna Prasad.

    SIDDABATHUNI wrote:
    Hi,
    How can we convert it to user readable format by using tkprof it is showing out put like this
    home/oracle/oracle/admin/qfundeca/udump/qfundeca_ora_6530.trcoutput
    TKPROF: Release 10.2.0.3.0 - Production on Tue Nov 9 06:54:00 2010
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Trace file: qfundeca_ora_6530.trc
    Sort options: default
    count    = number of times OCI procedure was executed
    cpu      = cpu time in seconds executing
    elapsed  = elapsed time in seconds executing
    disk     = number of physical reads of buffers from disk
    query    = number of buffers gotten for consistent read
    current  = number of buffers gotten in current mode (usually for update)
    rows     = number of rows processed by the fetch or execute call
    Trace file: qfundeca_ora_6530.trc
    Trace file compatibility: 10.01.00
    Sort options: default
    1  session in tracefile.
    0  user  SQL statements in trace file.
    0  internal SQL statements in trace file.
    0  SQL statements in trace file.
    0  unique SQL statements in trace file.
    102546  lines in trace file.
    0  elapsed seconds in trace file.Thanks & Regards;
    Poorna PrasadNot all trace files are fodder for tkprof ...

  • ESB Reprocessing Issue with client API

    All,
    We are currently working on reprocessing the failed ESB instances using the client API. The instances are getting reprocessed but on a random basis are are getting the below exception. The reprocessing code is also provided.
    oracle.tip.esb.client.ClientException: 404 : Not Found
    08/07/10 08:26:51 at oracle.tip.esb.client.HttpClient.invoke(HttpClient.java:118)
    08/07/10 08:26:51 at oracle.tip.esb.client.impl.ConsoleClientImpl.perform(ConsoleClientImpl.java:148)
    08/07/10 08:26:51 at oracle.tip.esb.client.impl.ConsoleClientImpl.<init>(ConsoleClientImpl.java:71)
    08/07/10 08:26:51 at oracle.tip.esb.client.ConsoleClientFactory.getConsoleClient(ConsoleClientFactory.java:32)
    08/07/10 08:26:51 at com.cccis.cfcs.reprocess.RecoveryHelper.resubmitFailedInstance(RecoveryHelper.java:129)
    08/07/10 08:26:51 at com.cccis.cfcs.reprocess.RecoveryHelper.reprocessESBFailedInstances(RecoveryHelper.java:195)
    08/07/10 08:26:51 at com.cccis.cfcs.reprocess.ReprocessServlet.doGet(ReprocessServlet.java:107)
    08/07/10 08:26:51 at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
    08/07/10 08:26:51 at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    08/07/10 08:26:51 at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    08/07/10 08:26:51 at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    08/07/10 08:26:51 at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    08/07/10 08:26:51 at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    08/07/10 08:26:51 at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
    08/07/10 08:26:51 at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
    08/07/10 08:26:51 at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    08/07/10 08:26:51 at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
    08/07/10 08:26:51 at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
    08/07/10 08:26:51 at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
    08/07/10 08:26:51 at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    08/07/10 08:26:51 at java.lang.Thread.run(Thread.java:595)
    08/07/10 08:26:51 Caused by: java.io.IOException: 404 : Not Found
    08/07/10 08:26:51 at oracle.tip.esb.client.HttpClient.throwException(HttpClient.java:223)
    08/07/10 08:26:51 at oracle.tip.esb.client.HttpClient.postAndReceive(HttpClient.java:150)
    08/07/10 08:26:51 at oracle.tip.esb.client.HttpClient.invoke(HttpClient.java:114)
    public void resubmitFailedInstance(String flowID,SystemDetails sysdetail) {
    System.out.println("Within the resubmitFailedInstance method ************ ");
    String HOST = sysdetail.getHostName();
    System.out.println("Host at the beginning....................................."+HOST);
    int PORT = Integer.parseInt(sysdetail.getPort());
    System.out.println("Port at the beginning.............."+PORT);
    String USER_NAME = sysdetail.getUserName();
    System.out.println("User name at the beginning....................."+USER_NAME);
    String securityCredentials = sysdetail.getSecurityCredentials();
    System.out.println("Password at the beginning......................."+securityCredentials);
    String filter = FILTER;
    ConsoleClient client = null;
    String data = null;
    HashMap<String, String> requestProps = new HashMap<String, String>();
    try {
    requestProps.put("filter", URLEncoder.encode(filter, "UTF-8"));
    client =
    ConsoleClientFactory.getConsoleClient(HOST, PORT, USER_NAME,
    securityCredentials);
    data = client.perform("GetFailedInstances", requestProps);
    DOMParser parsedXML = new DOMParser();
    ByteArrayInputStream inArray = new ByteArrayInputStream(data.getBytes());
    parsedXML.parse(inArray);
    XMLDocument xmldoc = parsedXML.getDocument();
    NodeList nl = xmldoc.getElementsByTagName("failedInstance");
    for (int i = 0; i < nl.getLength(); i++) {
    Element el = (Element)nl.item(i);
    String flowId = el.getAttribute("flowId");
    String systemId = el.getAttribute("systemId");
    String retryable = el.getAttribute("retryable");
    String payload = el.getAttribute("inPayload");
    System.out.println("System ID :**********" + systemId);
    System.out.println("retryable :*********" + retryable);
    System.out.println("Payload :***************" + payload);
    if (flowId != null && flowId.equals(flowID)) {
    if (retryable.equals("true") && systemId != null) {
    System.out.println("Before calling the testResubmitInstanceById method ************");
    HashMap<String, String> requestProp = new HashMap<String, String>();
    requestProp.put("flowId", flowId);
    requestProp.put("systemId", systemId);
    System.out.println("Before reprocessing*************");
    String output = client.perform("ResubmitInstanceById", requestProp);
    System.out.println("Result>>>>>>>>>>>>>>>>>>>>"+output);
    System.out.println("After reprocessing**********");
    break;
    } catch (UnsupportedEncodingException e) {
    e.printStackTrace();
    } catch (ClientException e) {
    e.printStackTrace();
    } catch(Exception e) {
    e.printStackTrace();
    public void reprocessESBFailedInstances(String msgID,
    SystemDetails sysdetail) {
    System.out.println("Within the reprocess failed instances*****************");
    Connection con = null;
    Statement stmt = null;
    String flowID = null;
    String flowIDSql =
    "select flow_id from esb_activity a,esb_tracking_field_value t where a.id=t.activity_id and t.value='" +
    msgID + "'";
    try {
    String URL = RB_READER.getString("URL");
    String userName = RB_READER.getString("userName");
    String password = RB_READER.getString("password");
    DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    con = DriverManager.getConnection(URL, userName, password);
    stmt = con.createStatement();
    ResultSet res = stmt.executeQuery(flowIDSql);
    while (res.next()) {
    flowID = res.getString("FLOW_ID");
    System.out.println("Flow ID :***********" + flowID);
    resubmitFailedInstance(flowID,sysdetail);
    System.out.println(":::::::::::::::::::::::::::::::::::");
    System.out.println("End of the method*************");
    } catch (SQLException e) {
    e.printStackTrace();
    } catch (Exception e) {
    e.printStackTrace();
    Regards,
    M.Rajesh

    Hi Rajesh,
    I am trying to get the failed instances using the client API in your code what is the FILTER string that you have used since i have used below code to get the payload but not able to get the payload.If you are able to get the payload please do reply me back.
    String payload = el.getAttribute("inPayload"); // Not getting the payload
    Hoping for early reply from you.
    with regards
    NK

  • Updating RoutingServices using Oracle ESB Client Management API

    Hi,
    How to update Routing Rules of a RoutingService using Oracle ESB Client Management API.
    Is there any other way other than console.
    Any help is really appriciated.
    Thanks

    I decompiled HttpClient and ConsoleClientImpl and this is what I found --- The following URL is what is constructed,
    http://localhost:80/esb/j_security_check and these parameters are passed as POST - j_username=oc4jadmin&j_password=welcome1
    I tried
    http://localhost:80/esb/j_security_check?j_username=oc4jadmin&j_password=welcome1
    and got 404 error.
    However, this exercise confirmed that hostname=localhost and port=80 is just fine.. the problem seems to lie somewhere else

  • The WSUS administration console was unable to connect to the WSUS Server via the remote API. (Server 2k8)

    I have installed a new server for WSUS on Server 2k8, This is a stand alone server on Internet No client system is connected on this server as I have to copy these updates to my LAN which never connects to internet. (Previously I was using server 2k3. for
    online & server 2008 on my LAN , now I have changed the server for Online)
    Wsus has finished the synchronization & downloaded updates of around 67GB & its downloading more updates. The server shows me some updates are waiting to approved. but when I click the link for those updates I get following error message.
    error code is as follows -
    The WSUS administration console was unable to connect to the WSUS Server via the remote API.
    Verify that the Update Services service, IIS and SQL are running on the server. If the problem persists, try restarting IIS, SQL, and the Update Services Service.
    System.Net.WebException -- The operation has timed out
    Source
    System.Web.Services
    Stack Trace:
       at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebRequest request)
       at System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse(WebRequest request)
       at Microsoft.UpdateServices.Internal.DatabaseAccess.ApiRemotingCompressionProxy.GetWebResponse(WebRequest webRequest)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
       at Microsoft.UpdateServices.Internal.ApiRemoting.ExecuteSPSearchUpdates(String updateScopeXml, String preferredCulture, Int32 publicationState)
       at Microsoft.UpdateServices.Internal.DatabaseAccess.AdminDataAccessProxy.ExecuteSPSearchUpdates(String updateScopeXml, String preferredCulture, ExtendedPublicationState publicationState)
       at Microsoft.UpdateServices.Internal.BaseApi.Update.SearchUpdates(UpdateScope searchScope, ExtendedPublicationState publicationState, UpdateServer updateServer)
       at Microsoft.UpdateServices.Internal.BaseApi.UpdateServer.GetUpdates(UpdateScope searchScope)
       at Microsoft.UpdateServices.UI.AdminApiAccess.UpdateManager.GetUpdates(ExtendedUpdateScope filter)
       at Microsoft.UpdateServices.UI.AdminApiAccess.BulkUpdatePropertiesCache.GetAndCacheUpdates(ExtendedUpdateScope updateScope, ComputerTargetScope computerTargetScope)
       at Microsoft.UpdateServices.UI.SnapIn.Pages.UpdatesListPage.GetListRows()
    I Have tried desabling the firewall,disabling the antivirus protection. Tried by changing the default rule Please Help.

    Hi Sagar,
    First, please check if the RAM is exhausted. When there is not enough RAM, this issue may occurs.
    Please try to run iisreset on the WSUS server, then try to reconnect.
    Also, please try to run the server cleanup wizard to remove the unused update.
    Best Regards.
    Steven Lee Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • XL Reporter error Unable to Connect to SAP Business One DI API

    Hi Experts,
    Im getting this error on one of our clients' workstations.
    They have SAPB1 2005A PL 31.
    We've tried uninstalling and reinstalling the DIAPI and the whole client application as well.  Same error.
    It als gives an error after the initial error that says:
    "Security Settings in Microsoft Excel prohibit XL Reporter from running."
    Any suggestions?
    Thanks!

    hi jairus,
    To fix this XLR error 'unable to connect to SAP Business One DI API', do the following:
    1. Go to control panel and uninstall SAP DI API
    2. Run %temp%
    3. Rename the folder SM_OBS_DLL
    4. Go to the patch level package of the patch level you are using and install DI API. If you get a message that the installation already exists, ignore the message and proceed to install DI API.
    XLR should work properly.
    Best Regards,
    David

  • Error Starting XL Reporter - Unable to connect to SAP Business One DI API

    Hi Experts,
    I am getting the error message...
    Unable to connect to SAP Business One DI API
    [SAP Business One DI API]
    Internal error (-8006) occurred [131-183]
    ...when trying to start XL Reporter on one client PC.  Until today, it has been working OK.
    What needs to be done?
    Thanks
    Greig

    Hi Gordon,
    I thought that might be the answer.  Are there any set instructions for a 'clean' client uninstall?
    Thanks
    Greig

Maybe you are looking for