<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Finesse Connection Issues in DevNet Sandbox</title>
    <link>https://community.cisco.com/t5/devnet-sandbox/finesse-connection-issues/m-p/3446952#M528</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are the Finesse APIs working correctly? Yesterday I was able to successfully call the Rest APIs from both remote desktops, and now today, nothing seems to be working. I can login from the browser &lt;A href="https://hq-uccx.abc.inc:8445/desktop" style="color: #0066cc; font-family: Helvetica, Arial; font-size: 16px;" target="_blank" title="https://hq-uccx.abc.inc:8445/desktop"&gt;https://hq-uccx.abc.inc:8445/desktop&lt;/A&gt; without any issues. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the error that I'm getting in Chrome. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://hq-uccx.abc.inc:7443/http-bind/" rel="nofollow" target="_blank"&gt;https://hq-uccx.abc.inc:7443/http-bind/&lt;/A&gt;&lt;SPAN&gt; 404 (Invalid SID.)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Jun 2019 09:37:09 GMT</pubDate>
    <dc:creator>brian7</dc:creator>
    <dc:date>2019-06-04T09:37:09Z</dc:date>
    <item>
      <title>Finesse Connection Issues</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/finesse-connection-issues/m-p/3446952#M528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are the Finesse APIs working correctly? Yesterday I was able to successfully call the Rest APIs from both remote desktops, and now today, nothing seems to be working. I can login from the browser &lt;A href="https://hq-uccx.abc.inc:8445/desktop" style="color: #0066cc; font-family: Helvetica, Arial; font-size: 16px;" target="_blank" title="https://hq-uccx.abc.inc:8445/desktop"&gt;https://hq-uccx.abc.inc:8445/desktop&lt;/A&gt; without any issues. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the error that I'm getting in Chrome. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://hq-uccx.abc.inc:7443/http-bind/" rel="nofollow" target="_blank"&gt;https://hq-uccx.abc.inc:7443/http-bind/&lt;/A&gt;&lt;SPAN&gt; 404 (Invalid SID.)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jun 2019 09:37:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/finesse-connection-issues/m-p/3446952#M528</guid>
      <dc:creator>brian7</dc:creator>
      <dc:date>2019-06-04T09:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Finesse Connection Issues</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/finesse-connection-issues/m-p/3446953#M529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are you using to call the Finesse REST APIs? Postman? What is the http response you are getting back?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx,&lt;/P&gt;&lt;P&gt;Denise&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2018 17:51:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/finesse-connection-issues/m-p/3446953#M529</guid>
      <dc:creator>dekwan</dc:creator>
      <dc:date>2018-02-22T17:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Finesse Connection Issues</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/finesse-connection-issues/m-p/3446954#M530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;I'm using a custom c# application. Having a problem establishing the XMPP connection.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I'm using the sample code from the external page gadget&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;//Grabs the credentials from the input fields.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;_username = "Agent001"; //"Agent007"; //$("#field-agentid").val();&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;_password = "ciscopsdt"; //$("#field-password").val();&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;_extension = "6001"; //"6007"; //$("#field-extension").val();&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;_domain = "hq-uccx.abc.inc";&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;if (window.jabberwerx) {&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Construct JID with username and domain.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; jid = _username + "@" + _domain,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Create JabbwerWerx object.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _jwClient = new jabberwerx.Client("cisco");&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Arguments to feed into the JabberWerx client on creation.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; jwArgs = {&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Defines the BOSH path. Should match the path pattern in the proxy&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //so that it knows where to forward the BOSH request to.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; httpBindingURL: "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://hq-uccx.abc.inc:7443/http-bind/" rel="nofollow" target="_blank"&gt;https://hq-uccx.abc.inc:7443/http-bind/&lt;/A&gt;&lt;SPAN&gt;",&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Calls this function callback on successful BOSH connection by the&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //JabberWerx library.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; errorCallback: CX.functions.onClientError,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I'm also using the jabberworx library &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Here's the error that I'm getting back when trying to connect from the browser&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;A class="jive-link-external-small" href="https://hq-uccx.abc.inc:7443/http-bind/" rel="nofollow" style="font-size: 12px; font-family: arial; color: #0a63a7;" target="_blank"&gt;https://hq-uccx.abc.inc:7443/http-bind/&lt;/A&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial; font-size: 12px;"&gt; 404 (Invalid SID.)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial; font-size: 12px;"&gt;Woke up the next morning to continue testing and started to run into this issue.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial; font-size: 12px;"&gt;When I enter the &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2018 18:56:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/finesse-connection-issues/m-p/3446954#M530</guid>
      <dc:creator>brian7</dc:creator>
      <dc:date>2018-02-22T18:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Finesse Connection Issues</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/finesse-connection-issues/m-p/3446955#M531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this still an issue? I would recommend using a XMPP client such as pidgin or adium to see if you can connect to the Finesse notification service with the same agent id. You can find instructions for the XMPP client here: &lt;A href="https://developer.cisco.com/docs/finesse/#environment-and-tools" title="https://developer.cisco.com/docs/finesse/#environment-and-tools"&gt;https://developer.cisco.com/docs/finesse/#environment-and-tools&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx,&lt;/P&gt;&lt;P&gt;Denise&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 17:37:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/finesse-connection-issues/m-p/3446955#M531</guid>
      <dc:creator>dekwan</dc:creator>
      <dc:date>2018-02-26T17:37:21Z</dc:date>
    </item>
  </channel>
</rss>

