<?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 Error with sapssoext in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-sapssoext/m-p/4075578#M974485</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am running the often refered to sample java program to parse and inspect mysso2 ticket (Class SSO2Ticket) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting the following error : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;D:\Temp&amp;gt;java SSO2Ticket -i d:&lt;BR /&gt;temp&lt;BR /&gt;mysso.txt&lt;/P&gt;&lt;P&gt;SAPSSOEXT loaded.&lt;/P&gt;&lt;P&gt;static part ends.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start SSO2TICKET main&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------" /&gt;&lt;P&gt; test version -&lt;/P&gt;&lt;HR originaltext="-------------" /&gt;&lt;P&gt;Version of SAPSSOEXT: SAPSSOEXT 2&lt;/P&gt;&lt;P&gt;evalLogonTicket&lt;/P&gt;&lt;P&gt;java.lang.Exception: MySapEvalLogonTicketEx failed: standard error= 5, ssf error&lt;/P&gt;&lt;P&gt;= 26&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know what it is ? &lt;/P&gt;&lt;P&gt;It is happening in evalLogonTicket .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Jul 2008 20:34:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-04T20:34:44Z</dc:date>
    <item>
      <title>Error with sapssoext</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-sapssoext/m-p/4075578#M974485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am running the often refered to sample java program to parse and inspect mysso2 ticket (Class SSO2Ticket) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting the following error : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;D:\Temp&amp;gt;java SSO2Ticket -i d:&lt;BR /&gt;temp&lt;BR /&gt;mysso.txt&lt;/P&gt;&lt;P&gt;SAPSSOEXT loaded.&lt;/P&gt;&lt;P&gt;static part ends.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start SSO2TICKET main&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------" /&gt;&lt;P&gt; test version -&lt;/P&gt;&lt;HR originaltext="-------------" /&gt;&lt;P&gt;Version of SAPSSOEXT: SAPSSOEXT 2&lt;/P&gt;&lt;P&gt;evalLogonTicket&lt;/P&gt;&lt;P&gt;java.lang.Exception: MySapEvalLogonTicketEx failed: standard error= 5, ssf error&lt;/P&gt;&lt;P&gt;= 26&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know what it is ? &lt;/P&gt;&lt;P&gt;It is happening in evalLogonTicket .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2008 20:34:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-sapssoext/m-p/4075578#M974485</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-04T20:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error with sapssoext</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-sapssoext/m-p/4075579#M974486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thierry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error-Text: SSF_API_NOCERTIFICATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this "explanation" can be found in sapssoext.h of the C-implementation of ssoext.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should mean (I am always careful here &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; ) that the ticket has been signed by a system, who's public key is not (yet) imported into the keystore (.pse file) used by ssoext.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution: Try to follow these steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) On the machine that creates the logon ticket export the public key / certificate to a file (cert.txt) by&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        sapgenpse export_own_cert -p &lt;SPAN __jive_macro_name="path"&gt;SAPSYS.pse -o cert.txt

2) Then copy cert.txt to the machine that should verify the logon ticket
3) Import cert.txt  into the .pse file ("ssoext-PSE") on the machine verifying your ticket by

        sapgenpse maintain_pk -a cert.txt -p &lt;/SPAN&gt;...pse&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume that this solves your problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please be aware that this direct exchange of public keys is not necessarily what you want: Maybe you prefer to have the key of the system that creates the logon ticket signed by an certification agency (CA). In this case it can be sufficient to import the public key / certificate of the CA into your "ssoext-PSE" file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know whether you could follow those steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 11:30:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-sapssoext/m-p/4075579#M974486</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-07T11:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error with sapssoext</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-sapssoext/m-p/4075580#M974487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not have a pse file. Also , the reason I'm using this program is to find out where the ticket was generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the java code , there is the folowing line , so I assumed that a default pse would be used if I didn't provide one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;evalLogonTicket(ticket, pab!=null?pab:"SAPdefault" , null);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, where did you get the .h files ? I just have the dll's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 15:41:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-sapssoext/m-p/4075580#M974487</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T15:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error with sapssoext</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-sapssoext/m-p/4075581#M974488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thierry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;removed_by_moderator&amp;gt; I got a little excel-sheet that is able to decode SSO2 logon tickets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The .h files where part of the ssoext download from SAP - but I can't get the details right now. You will also find the error codes in ABAP in include SSFCONST (display with SE38).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this works beter for you ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ralf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Julius Bussche on Jul 8, 2008 5:51 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 17:32:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-sapssoext/m-p/4075581#M974488</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T17:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error with sapssoext</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-sapssoext/m-p/4075582#M974489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;removed_by_moderator&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Julius Bussche on Jul 8, 2008 5:52 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 17:45:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-sapssoext/m-p/4075582#M974489</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T17:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error with sapssoext</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-sapssoext/m-p/4075583#M974490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry guys, but those are "the rules" and we don't want to be spammed (again) &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 17:54:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-sapssoext/m-p/4075583#M974490</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T17:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error with sapssoext</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-sapssoext/m-p/4075584#M974491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ralf ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;would you mind posting your spreadsheet ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 17:15:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-sapssoext/m-p/4075584#M974491</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T17:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error with sapssoext</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-sapssoext/m-p/4075585#M974492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am Julius, not Ralf &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are 2 options (here at SDN) for this:&lt;/P&gt;&lt;P&gt;- Write a blog on how to do it.&lt;/P&gt;&lt;P&gt;- Email the Excel file to me, and I have a way of attaching it to the thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 19:56:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-sapssoext/m-p/4075585#M974492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T19:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: Error with sapssoext</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-sapssoext/m-p/4075586#M974493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H6&gt;&lt;STRONG&gt;&lt;A _jive_internal="true" class="font-color-meta-light" href="https://answers.sap.com/message/13848710#13848710"&gt; SSO implementation between SAP Portal and third party java application&lt;/A&gt;&lt;/STRONG&gt;&lt;/H6&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hello All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Please Help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; As if I m doing SSO with&amp;nbsp; SAP.&lt;/P&gt;&lt;P&gt;By using SSO2Ticket with main method i can get the Result of the ticket.&amp;nbsp; but i need to implement that in my Application. But i cant do that because i m getting the below error &lt;/P&gt;&lt;H1&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/message/2105226#2105226"&gt;sapsecu.dll: java.lang.UnsatisfiedLinkError(init)&lt;/A&gt;&lt;/H1&gt;&lt;H6&gt; &lt;/H6&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am ruuning my Application in Jboss 4.3. in that application needed to implement the code for SSO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out as soon as possible&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Manjunath Patil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2013 14:32:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-sapssoext/m-p/4075586#M974493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-15T14:32:47Z</dc:date>
    </item>
  </channel>
</rss>

