<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>RE: External contacts</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_recent_posts?p_l_id=" />
  <subtitle>RE: External contacts</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_recent_posts?p_l_id=</id>
  <updated>2013-06-19T06:49:50Z</updated>
  <dc:date>2013-06-19T06:49:50Z</dc:date>
  <entry>
    <title>RE: Retrieving presence of a mobile device using CUPS API</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15451142" />
    <author>
      <name>David Staudt</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15451142</id>
    <updated>2013-05-21T14:02:41Z</updated>
    <published>2013-05-21T14:02:41Z</published>
    <summary type="html">It depends what you mean by 'registering device itself to UCM'.  A dumb/feature phone from the Verizon store is not going to register to UCM (it registers to the carrier's call control infrastructure) - you could configure it as a remote destination for purposes of the UCM mobility feature, but UCM would not have a live connection to the device and could not determine its status for purposes of updating CUP with presence info.</summary>
    <dc:creator>David Staudt</dc:creator>
    <dc:date>2013-05-21T14:02:41Z</dc:date>
  </entry>
  <entry>
    <title>How to publish mobile status</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15452178" />
    <author>
      <name>abc def</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15452178</id>
    <updated>2013-05-21T13:47:48Z</updated>
    <published>2013-05-21T13:47:48Z</published>
    <summary type="html">Hi,
 My requirement is to display mobile phone status e.g. (idle, in a call) in my desktop application.Can I publish mobile phone status using SIP/SIMPLE APIs to CUPS server.
For publishing phone status is it mandatory that the mobile should be registered in CUCM or Can I publish any mobile phone's status to CUPS server.
Please advice for my requirement.
Thanks in advance.</summary>
    <dc:creator>abc def</dc:creator>
    <dc:date>2013-05-21T13:47:48Z</dc:date>
  </entry>
  <entry>
    <title>RE: Retrieving presence of a mobile device using CUPS API</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15449254" />
    <author>
      <name>abc def</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15449254</id>
    <updated>2013-05-21T12:41:03Z</updated>
    <published>2013-05-21T12:41:03Z</published>
    <summary type="html">Is it mandatory to run UCM registered client- e.g. Jabber in mobile device or registering mobile device itself to UCM is sufficient?</summary>
    <dc:creator>abc def</dc:creator>
    <dc:date>2013-05-21T12:41:03Z</dc:date>
  </entry>
  <entry>
    <title>RE: Retrieving presence of a mobile device using CUPS API</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15419911" />
    <author>
      <name>David Staudt</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15419911</id>
    <updated>2013-05-20T16:33:51Z</updated>
    <published>2013-05-20T16:33:51Z</published>
    <summary type="html">If the mobile device is running a UCM registered client - e.g. Jabber for iPad, or Nokia Intellisync SCCP client - then CUP could be updated on registration and hook-status as would any regular UCM phone.  If the mobile device does not have a registration with UCM/CUP at all (i.e. a feature phone), then I'm not sure how UCM/CUP would determine its presence status.  If you can programmatically ascertain that (perhaps via a carrier API of some kind), then an application could update a custom status in CUP, which would be propogated to any listeners.
 
 </summary>
    <dc:creator>David Staudt</dc:creator>
    <dc:date>2013-05-20T16:33:51Z</dc:date>
  </entry>
  <entry>
    <title>Retrieving presence of a mobile device using CUPS API</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15413997" />
    <author>
      <name>abc def</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15413997</id>
    <updated>2013-05-20T13:23:51Z</updated>
    <published>2013-05-20T12:35:13Z</published>
    <summary type="html">Hi,
My requirement is retrieving status of a mobile phone and displaying it in my desktop application. To retrieve the presence status of a mobile device using CUPS API what is the basic configuration needed in terms of mobile device and CUPS server. Whether my mobile device should be registered in CUCM server?
Can I get the presence of a phone number which is not registered with CUCM?
 
Thanks in advance.</summary>
    <dc:creator>abc def</dc:creator>
    <dc:date>2013-05-20T12:35:13Z</dc:date>
  </entry>
  <entry>
    <title>RE: Cisco Presence SDK for C#?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15387565" />
    <author>
      <name>David Staudt</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15387565</id>
    <updated>2013-05-18T19:31:05Z</updated>
    <published>2013-05-18T19:31:05Z</published>
    <summary type="html">CUP is fully XMPP compliant with the RFC standards, so any compliant library should work just fine.  Cisco does not maintain specific stacks/bindings for XMPP.  Soapbox is another C# XMPP library that you may want to investigate.</summary>
    <dc:creator>David Staudt</dc:creator>
    <dc:date>2013-05-18T19:31:05Z</dc:date>
  </entry>
  <entry>
    <title>Cisco Presence SDK for C#?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15380671" />
    <author>
      <name>Anand Hariharan V</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15380671</id>
    <updated>2013-05-17T21:05:35Z</updated>
    <published>2013-05-17T21:05:35Z</published>
    <summary type="html">Where can I find Library/SDK to connect to Cisco Presence Server from c# application?
Matrix/AGS XMPP Library is an option, but having a native Cisco library will make life easier.</summary>
    <dc:creator>Anand Hariharan V</dc:creator>
    <dc:date>2013-05-17T21:05:35Z</dc:date>
  </entry>
  <entry>
    <title>Unable to set RICH_PRESENCE via Presence Web Service</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15109619" />
    <author>
      <name>Rune Heggelund</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15109619</id>
    <updated>2013-05-09T18:28:59Z</updated>
    <published>2013-05-09T18:28:59Z</published>
    <summary type="html"> 
I’m trying to set a custom message of «custom text» with status away. The Presence Web Service return SUCCESS and status is changed to “available” with no custom text.
&lt;soapenv:Envelope xmlns:soapenv="[url=http://schemas.xmlsoap.org/soap/envelope/]http://schemas.xmlsoap.org/soap/envelope/[/url]" xmlns:urn="urn:cisco:cup:presence:soap"&gt;
   &lt;soapenv:Header&gt;
      &lt;urn:session-key&gt;518bd6c8-31f-786c2d90-2985-17&lt;/urn:session-key&gt;
   &lt;/soapenv:Header&gt;
   &lt;soapenv:Body&gt;
      &lt;setPresence xmlns="urn:cisco:cup:presence:soap"&gt;
         &lt;urn:presenceType&gt;RICH_PRESENCE&lt;/urn:presenceType&gt;
         &lt;urn:presenceInfo&gt;
            &lt;urn:richPresence&gt;
&lt;?xml version="1.0" encoding="UTF-8" ?&gt;
&lt;presence xmlns="urn:ietf:params:xml:ns:pidf"
xmlns:rp="urn:ietf:params:xml:ns:pidf:rpid"
xmlns:dm="urn:ietf:params:xml:ns:pidf:data-model"
xmlns:ce="urn:cisco:params:xml:ns:pidf:rpid"
xmlns:cisco="urn:cisco:params:xml:ns:pidf:source
entity="sip:atea-heru@fifk.no"&gt;
&lt;ce:person id="atea-heru"&gt;
                     &lt;preferred-phone&gt;BUSINESS&lt;/preferred-phone&gt;
                     &lt;activities&gt;
                        &lt;away/&gt;
                        &lt;phone-status&gt;available&lt;/phone-status&gt;
                        &lt;im-status&gt;available&lt;/im-status&gt;
                     &lt;/activities&gt;
                     &lt;class&gt;manual&lt;/class&gt;
                     &lt;note&gt;custom text&lt;/note&gt;
&lt;/ce:person&gt;
&lt;tuple id="pws-override"&gt;
&lt;contact priority="0.5"&gt;sip:atea-heru@fifk.no&lt;/contact&gt;
&lt;so:source&gt;Presence Web Service&lt;/so:source&gt;
&lt;sc:servcaps&gt;
&lt;sc:audio&gt;false&lt;/sc:audio&gt;
&lt;sc:video&gt;false&lt;/sc:video&gt;
&lt;sc:text&gt;false&lt;/sc:text&gt;
&lt;/sc:servcaps&gt;
&lt;status&gt;&lt;basic&gt;open&lt;/basic&gt;&lt;/status&gt;
&lt;/tuple&gt;
&lt;/presence&gt;
&lt;/urn:richPresence&gt;
   &lt;override&gt;true&lt;/override&gt;
         &lt;/urn:presenceInfo&gt;
         &lt;urn:expiration&gt;3600&lt;/urn:expiration&gt;
      &lt;/urn:setPresence&gt;
   &lt;/soapenv:Body&gt;
&lt;/soapenv:Envelope&gt;
 
RETURN:
 
&lt;SOAP-ENV:Envelope xmlns:SOAP-ENV="[url=http://schemas.xmlsoap.org/soap/envelope/]http://schemas.xmlsoap.org/soap/envelope/[/url]" xmlns:SOAP-ENC="[url=http://schemas.xmlsoap.org/soap/encoding/]http://schemas.xmlsoap.org/soap/encoding/[/url]" xmlns:xsi="[url=http://www.w3.org/2001/XMLSchema-instance]http://www.w3.org/2001/XMLSchema-instance[/url]" xmlns:xsd="[url=http://www.w3.org/2001/XMLSchema]http://www.w3.org/2001/XMLSchema[/url]" xmlns:cup="urn:cisco:cup:presence:soap"&gt;
   &lt;SOAP-ENV:Header/&gt;
   &lt;SOAP-ENV:Body&gt;
      &lt;cup:setPresenceResponse&gt;
         &lt;cup:status&gt;SUCCESS&lt;/cup:status&gt;
      &lt;/cup:setPresenceResponse&gt;
   &lt;/SOAP-ENV:Body&gt;
&lt;/SOAP-ENV:Envelope&gt;</summary>
    <dc:creator>Rune Heggelund</dc:creator>
    <dc:date>2013-05-09T18:28:59Z</dc:date>
  </entry>
  <entry>
    <title>CUPS_MSVS_Plugin: How to set rich presence c# ?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14950599" />
    <author>
      <name>Rune Heggelund</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14950599</id>
    <updated>2013-05-04T23:47:13Z</updated>
    <published>2013-05-04T23:43:43Z</published>
    <summary type="html">Hi! Can anyone give me an example on setting rich presence using c#. I have tried to insert a PIDF document using prInType.richPresence but I always get {"Failed to set presence data"} in return. I can successfully set a BASIC_PRESENCE with the setPresence Snippet.</summary>
    <dc:creator>Rune Heggelund</dc:creator>
    <dc:date>2013-05-04T23:43:43Z</dc:date>
  </entry>
  <entry>
    <title>RE: Eclipse IDE Plugin Documentation</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14097823" />
    <author>
      <name>Martin Sloan</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14097823</id>
    <updated>2013-04-10T12:13:10Z</updated>
    <published>2013-04-10T12:13:10Z</published>
    <summary type="html">Donal,

Thanks for confirming.  I did watch the VOD's which is where I saw the User Guide file.  Looks like I'll need more hand holding than the videos offer.  I'll start a little futher back to get comfortable with Java and Eclipse to get caught up.
 
BR,
Marty
 </summary>
    <dc:creator>Martin Sloan</dc:creator>
    <dc:date>2013-04-10T12:13:10Z</dc:date>
  </entry>
  <entry>
    <title>RE: Eclipse IDE Plugin Documentation</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14093852" />
    <author>
      <name>Donal Lynch</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14093852</id>
    <updated>2013-04-10T09:49:46Z</updated>
    <published>2013-04-10T09:49:46Z</published>
    <summary type="html">Hi Martin,
The guide which is referred to in the CUP Eclipse Plugin.zip can be found in the form of Video On Demand (VOD) tutorials at the following location: 
[url=http://developer.cisco.com/web/cupapi/resource]http://developer.cisco.com/web/cupapi/resource[/url]
The VoD's in question are:
[url=http://developer.cisco.com/documents/1999033/2003770/General+Information+on+CUP+IDE+Plugin.mp4?redirect=http%3A%2F%2Fdeveloper.cisco.com%2Fweb%2Fcupapi%2Fresource%3Fp_p_id%3Ddoc_library_summary_portlet_WAR_doclibrarysummaryportlet_INSTANCE_Wyh4%26p_p_lifecycle%3D0%26p_p_state%3Dnormal%26p_p_mode%3Dview%26p_p_col_id%3Dcolumn-1%26p_p_col_pos%3D2%26p_p_col_count%3D3][/url][url=http://developer.cisco.com/documents/1999033/2003770/General+Information+on+CUP+IDE+Plugin.mp4?redirect=http%3A%2F%2Fdeveloper.cisco.com%2Fweb%2Fcupapi%2Fresource%3Fp_p_id%3Ddoc_library_summary_portlet_WAR_doclibrarysummaryportlet_INSTANCE_Wyh4%26p_p_lifecycle%3D0%26p_p_state%3Dnormal%26p_p_mode%3Dview%26p_p_col_id%3Dcolumn-1%26p_p_col_pos%3D2%26p_p_col_count%3D3]General Information on CUP IDE Plugin.mp4[/url]
[url=http://developer.cisco.com/documents/1999033/2003770/Getting+Started+with+CUP+Eclipse+IDE+Plugin.mp4?redirect=http%3A%2F%2Fdeveloper.cisco.com%2Fweb%2Fcupapi%2Fresource%3Fp_p_id%3Ddoc_library_summary_portlet_WAR_doclibrarysummaryportlet_INSTANCE_Wyh4%26p_p_lifecycle%3D0%26p_p_state%3Dnormal%26p_p_mode%3Dview%26p_p_col_id%3Dcolumn-1%26p_p_col_pos%3D2%26p_p_col_count%3D3][/url][url=http://developer.cisco.com/documents/1999033/2003770/Getting+Started+with+CUP+Eclipse+IDE+Plugin.mp4?redirect=http%3A%2F%2Fdeveloper.cisco.com%2Fweb%2Fcupapi%2Fresource%3Fp_p_id%3Ddoc_library_summary_portlet_WAR_doclibrarysummaryportlet_INSTANCE_Wyh4%26p_p_lifecycle%3D0%26p_p_state%3Dnormal%26p_p_mode%3Dview%26p_p_col_id%3Dcolumn-1%26p_p_col_pos%3D2%26p_p_col_count%3D3]Getting Started with CUP Eclipse IDE Plugin.mp4[/url]
[url=http://developer.cisco.com/documents/1999033/2003770/CUP+Eclipse+Sample+Application.mp4?redirect=http%3A%2F%2Fdeveloper.cisco.com%2Fweb%2Fcupapi%2Fresource%3Fp_p_id%3Ddoc_library_summary_portlet_WAR_doclibrarysummaryportlet_INSTANCE_Wyh4%26p_p_lifecycle%3D0%26p_p_state%3Dnormal%26p_p_mode%3Dview%26p_p_col_id%3Dcolumn-1%26p_p_col_pos%3D2%26p_p_col_count%3D3]CUP Eclipse Sample Application.mp4[/url]
 
Regards,
Donal</summary>
    <dc:creator>Donal Lynch</dc:creator>
    <dc:date>2013-04-10T09:49:46Z</dc:date>
  </entry>
  <entry>
    <title>Eclipse IDE Plugin Documentation</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14059087" />
    <author>
      <name>Martin Sloan</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14059087</id>
    <updated>2013-04-09T18:42:03Z</updated>
    <published>2013-04-09T18:42:03Z</published>
    <summary type="html">Hello,

I downloaded the CUPS eclipse plugin .zip but it doesn't have the User Guide included.  I'm new to Java/Eclipse so the guide will hopefully be helpful in overcoming simple setup issues.  Does anyone know where I can get a copy?

Thank you
 </summary>
    <dc:creator>Martin Sloan</dc:creator>
    <dc:date>2013-04-09T18:42:03Z</dc:date>
  </entry>
  <entry>
    <title>RE: application user issue experienced with presence-service on CUP 8.6.3</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12425101" />
    <author>
      <name>Jose Sebastian</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12425101</id>
    <updated>2013-02-27T08:26:29Z</updated>
    <published>2013-02-27T08:26:29Z</published>
    <summary type="html">Looks like there could be a problem. PLease raise a TAC case for further investigation. </summary>
    <dc:creator>Jose Sebastian</dc:creator>
    <dc:date>2013-02-27T08:26:29Z</dc:date>
  </entry>
  <entry>
    <title>RE: application user issue experienced with presence-service on CUP 8.6.3</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12419274" />
    <author>
      <name>Kelvin Yong</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12419274</id>
    <updated>2013-02-27T03:59:37Z</updated>
    <published>2013-02-27T03:59:37Z</published>
    <summary type="html">Hi Jose,
 
Yes, I've been using the Developer Guide for CU CM IM and Presence 9.0. The app user in question has also been added to 'Admin-3rd Party API'. In addition, I've tried the steps highlighted by Matthew Penn of resetting passwords and also checking the logs by doing: file tail activelog epas/trace/esp/sdi/esp00000026.txt
 
I still get
11:49:52.965 |PID(30506) tpi_sip.c(1277) tpi_login_request(): User is not an App User 
11:49:52.965 |ID(30506) tpi_http.c(695) tpiLoginHandler(): tpiLoginHandler: Failed to login 
 
and the validappusers query still return count(0), success(t)
 
Is there any way of manually inserting the app user in the in-memory table using sql?
 </summary>
    <dc:creator>Kelvin Yong</dc:creator>
    <dc:date>2013-02-27T03:59:37Z</dc:date>
  </entry>
  <entry>
    <title>RE: application user issue experienced with presence-service on CUP 8.6.3</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12355649" />
    <author>
      <name>Jose Sebastian</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12355649</id>
    <updated>2013-02-25T17:26:25Z</updated>
    <published>2013-02-25T17:26:25Z</published>
    <summary type="html">Do refer developer guide. Has the app user been added to 'Admin 3rd Party API" group? </summary>
    <dc:creator>Jose Sebastian</dc:creator>
    <dc:date>2013-02-25T17:26:25Z</dc:date>
  </entry>
  <entry>
    <title>RE: application user issue experienced with presence-service on CUP 8.6.3</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12344779" />
    <author>
      <name>Kelvin Yong</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12344779</id>
    <updated>2013-02-25T11:09:06Z</updated>
    <published>2013-02-25T11:09:06Z</published>
    <summary type="html">Thanks Jose, the commands worked.
The query showed that I have 0 validappusers. I have added new app users, change their passwords and added and remove access groups. However the query still returns 0 validappusers. I'm puzzled as I have managed to login an app user previously, as detailed in another post http://developer.cisco.com/web/cupapi/forums/-/message_boards/view_message/12336149
We are using CUPS 9.0.1.10000-21 in our test environment and has not changed anything in our app user settings. Is the internal defect you've mentioned fixed in this version?
 
Thanks.
 </summary>
    <dc:creator>Kelvin Yong</dc:creator>
    <dc:date>2013-02-25T11:09:06Z</dc:date>
  </entry>
  <entry>
    <title>RE: application user issue experienced with presence-service on CUP 8.6.3</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12341048" />
    <author>
      <name>Jose Sebastian</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12341048</id>
    <updated>2013-02-25T09:29:10Z</updated>
    <published>2013-02-25T09:29:10Z</published>
    <summary type="html">Hi Kelvin,
Those queries are related to the inmemory datastores which has changed slightly with CUP release 8.6.4 &amp; above. If using 8.6.4 &amp; above try the following.
[color=#525252]run pe sql ttroute select * from validappusers[/color]
[color=#525252]run pe sql ttroute select * from validendusers[/color]
Regards,
Jose</summary>
    <dc:creator>Jose Sebastian</dc:creator>
    <dc:date>2013-02-25T09:29:10Z</dc:date>
  </entry>
  <entry>
    <title>RE: application user issue experienced with presence-service on CUP 8.6.3</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12336471" />
    <author>
      <name>Kelvin Yong</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12336471</id>
    <updated>2013-02-25T07:13:31Z</updated>
    <published>2013-02-25T07:13:31Z</published>
    <summary type="html">[quote=Jose Sebastian]So you are using the Presence Web service. Try running the following command from admin cli

run pe sql ttlogin select * from validappusers
run pe sql ttlogin select * from validendusers


Let me know. Most likely, you probably need to raise a support case.

Regards,
Jose[/quote]
Hi Jose,
I have a similar problem of not able to login the application user, but it is using the REST API. I succeeded logging in about a month back but not this week. Getting error code 114 Failed to login user. When I tried the above sql command, I get
 
admin:run pe sql ttlogin select * from validappusers
sqlRv(t) sqlstmt(select * from validappusers;)
***result set start***
ERROR: result failed errmsg(statement failed to parse)
***result set end***
 
What could be the issue?
 
Regards,
Kelvin
 
 </summary>
    <dc:creator>Kelvin Yong</dc:creator>
    <dc:date>2013-02-25T07:13:31Z</dc:date>
  </entry>
  <entry>
    <title>Unable to log in as application user using Presence Web Service</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12336149" />
    <author>
      <name>Kelvin Yong</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12336149</id>
    <updated>2013-02-25T06:41:12Z</updated>
    <published>2013-02-25T06:38:24Z</published>
    <summary type="html">Hi,
 
About a month ago, I could log in as an application user using the following command from the terminal.
 
curl -k -X PUT -d '&lt;?xml version="1.0"?&gt;&lt;session&gt;&lt;password&gt;somepassword&lt;/password&gt;&lt;/session&gt;' http://cup9:8082/presence-service/users/kelvinapp/session
 
However, executing the same command this week gives me:
 
&lt;?xml version="1.0" encoding="UTF-8"?&gt;
 
 &lt;description xmlns="urn:cisco:cup:presence:soap"&gt;
 
 &lt;code&gt;114&lt;/code&gt;
 
 &lt;message&gt;Failed to login user&lt;/message&gt;
 
 &lt;fix&gt;Ensure the login data is valid&lt;/fix&gt;
 
 &lt;/description&gt;
 
I've not changed any settings on the CUPS 9.0. To be sure, I've changed my password, tested with newly created application users with all access groups added, and even re-started the CUPS. And I've tested with the administrator account as well. Nothing works.
 
Tried viewing the logs but it was exactly very helpful.
 
admin:file tail activelog epas/trace/esp/sdi/esp00000026.txt
 
14:04:31.229 |ID(30445) tpi_http.c(695) tpiLoginHandler(): tpiLoginHandler: Failed to login 
 
14:04:35.395 |PID(30397) tpi_sip.c(1277) tpi_login_request(): User is not an App User 
 
14:04:35.395 |ID(30397) tpi_http.c(695) tpiLoginHandler(): tpiLoginHandler: Failed to login 
 
14:05:39.056 |PID(30445) tpi_sip.c(1277) tpi_login_request(): User is not an App User 
 
14:05:39.056 |ID(30445) tpi_http.c(695) tpiLoginHandler(): tpiLoginHandler: Failed to login 
 
 
 
Anyone has a clue how to resolve this? I'm sure the username/password is valid.</summary>
    <dc:creator>Kelvin Yong</dc:creator>
    <dc:date>2013-02-25T06:38:24Z</dc:date>
  </entry>
  <entry>
    <title>RE: External contacts</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11383602" />
    <author>
      <name>Ting-Hao Chen</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11383602</id>
    <updated>2013-01-31T23:43:21Z</updated>
    <published>2013-01-31T23:43:21Z</published>
    <summary type="html">Hi Walter,
Sorry for the late response, I will try to reproduce your issue here and get back to you.
Thanks,
Howard</summary>
    <dc:creator>Ting-Hao Chen</dc:creator>
    <dc:date>2013-01-31T23:43:21Z</dc:date>
  </entry>
</feed>

