<?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 Re: Assertion Ticket Lifetime in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-ticket-lifetime/m-p/4131740#M987991</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Problem solved with a bugfixed version of libsapssoext.so for "AIX 32 Bit".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Jul 2008 16:32:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-09T16:32:40Z</dc:date>
    <item>
      <title>Assertion Ticket Lifetime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-ticket-lifetime/m-p/4131722#M987973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can we change the lifetime of an assertion ticket?&lt;/P&gt;&lt;P&gt;The default lifetime is set to 120 seconds.&lt;/P&gt;&lt;P&gt;We need to extend the tickets lifetime. Where can we define this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Urs Hürlimann on Jun 30, 2008 8:52 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 06:47:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-ticket-lifetime/m-p/4131722#M987973</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T06:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Assertion Ticket Lifetime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-ticket-lifetime/m-p/4131723#M987974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot do that - because Assertion Tickets are designed for immediate consumption: they will be created in the course of an outbound communication and will be consumed immediatetly during the subsequent inbound communication (in the target system). For that, 120 seconds are more than sufficient (including clock deviation compensation).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please describe your use case. I'm sure we'll find a proper solution approach.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 19:44:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-ticket-lifetime/m-p/4131723#M987974</guid>
      <dc:creator>Wolfgang_Janzen</dc:creator>
      <dc:date>2008-06-30T19:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Assertion Ticket Lifetime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-ticket-lifetime/m-p/4131724#M987975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We run SAP Netweaver on a Windows system with Timezone ( "GMT + 1" + "Daylight Saving" ) and on Unix systems with Timezone "CEsT".&lt;/P&gt;&lt;P&gt;The Users SAP timezone is "GMT + 1", there is no "Daylight Saving" option to choose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;The "Assertion Tickets" issued by these systems have a lifetime of 3720 seconds:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3720 = 120 seconds ordinary assertion ticket lifetime + 1h.&lt;/P&gt;&lt;P&gt;Why is an hour added? Is it because of the "GMT + 1" or because of "Daylight Saving"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now our problem:&lt;/P&gt;&lt;P&gt;If we try to assert the ticket on a "non-sap" Windows system with the "sapsecu.dll" and "sapssoext" everything's perfect. &lt;/P&gt;&lt;P&gt;No mather if the ticket had issued by the Unix or the Windows Netweaver Installation.&lt;/P&gt;&lt;P&gt;All tickets have a lifetime of 3720 seconds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if we try to assert the same tickets on a "non-sap" Unix System we get the error message "ticket expired".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And now the clue:&lt;/P&gt;&lt;P&gt;To isolate the problem we limited the lifetime of the "SAP Logon Tickets" to 120 seconds.&lt;/P&gt;&lt;P&gt;This results in the same behavior as described above: Lifetime = 3720 seconds.&lt;/P&gt;&lt;P&gt;And the tickets are no longer accepted by the Unix system that needs to assert the tickets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then we increased the lifetime to 1h and 2 minutes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And now guess what happend:&lt;/P&gt;&lt;P&gt;Ticket lifetime: 7320 seconds. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;This ticket now was valid for two minutes on the Unix System that asserts the tickets.&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conclusion:&lt;/P&gt;&lt;P&gt;We're now GMT+2 and everyting works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The crucial questions are:&lt;/P&gt;&lt;P&gt;Where do we lose 1h hour?&lt;/P&gt;&lt;P&gt;Is the internal ticket lifetime based on "GMT"?&lt;/P&gt;&lt;P&gt;What impact results of "Daylight Saving" and "CEsT"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Urs Hürlimann on Jul 1, 2008 9:44 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Urs Hürlimann on Jul 1, 2008 9:47 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 07:44:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-ticket-lifetime/m-p/4131724#M987975</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T07:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Assertion Ticket Lifetime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-ticket-lifetime/m-p/4131725#M987976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That sounds like a bug.&lt;/P&gt;&lt;P&gt;Both, SAP Logon Tickets and SAP (Authentication)Assertion Tickets, are using UTC timestamps - so any system timezone settings do not matter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you could post a sample assertion ticket, I could parse it and tell you whether it's really an assertion ticket (with hard-coded validity of 120 seconds) or whether it's actually a logon ticket.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers, Wolfgang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: what version of sapssoext are you using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 08:00:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-ticket-lifetime/m-p/4131725#M987976</guid>
      <dc:creator>Wolfgang_Janzen</dc:creator>
      <dc:date>2008-07-01T08:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Assertion Ticket Lifetime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-ticket-lifetime/m-p/4131726#M987977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's a successful trace out of a windows-based asserter:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;extract from:&lt;/P&gt;&lt;P&gt;trc file: "c:\temp\ssolog.txt", trc level: 3, release: "640"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sapssoext.dll = version: 6400, 177, 13, 47565&lt;/P&gt;&lt;P&gt;sapsecu.dll = version: 5.4.28.pl.5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thr 5064 Tue Jul 01 13:40:32 2008 CEsT&lt;/P&gt;&lt;P&gt;Thr 5064 Validation succeeded...&lt;/P&gt;&lt;P&gt;Thr 5064 Got date 200807011139 from ticket.&lt;/P&gt;&lt;P&gt;Thr 5064 Cur time = 200807011140.&lt;/P&gt;&lt;P&gt;Thr 5064 Computing validity in hours.&lt;/P&gt;&lt;P&gt;Thr 5064 Computing validity in minutes.&lt;/P&gt;&lt;P&gt;Thr 5064 CurTime_t = 1214998800, CreTime_t = 1214998740 &lt;/P&gt;&lt;P&gt;Thr 5064 validity: 120, difference:     60.000.&lt;/P&gt;&lt;P&gt;Thr 5064 Evaluating user...&lt;/P&gt;&lt;P&gt;Thr 5064 Evaluating Client ...&lt;/P&gt;&lt;P&gt;Thr 5064 Evaluating Sysid ...&lt;/P&gt;&lt;P&gt;Thr 5064 Evaluating Portal User "portal:e0000400" ...&lt;/P&gt;&lt;P&gt;Thr 5064 Evaluating AuthSchema...&lt;/P&gt;&lt;P&gt;Thr 5064 Evaluating creation time...&lt;/P&gt;&lt;P&gt;Thr 5064 Computing validity in minutes.&lt;/P&gt;&lt;P&gt;Thr 5064 validity: 120, difference:  -3540.000.&lt;/P&gt;&lt;P&gt;Thr 5064 Evaluating certificate with length 575&lt;/P&gt;&lt;P&gt;Thr 5064 Preparing for cleanup.&lt;/P&gt;&lt;P&gt;Thr 5064 End of function MySapEvalLogonTicketEx.&lt;/P&gt;&lt;P&gt;Ticket validity in seconds:&lt;/P&gt;&lt;P&gt;Valid (s): 3660&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;CurTime_t = Wed, 02 Jul 2008 11:40:00 UTC&lt;/P&gt;&lt;P&gt;CreTime_t = Wed, 02 Jul 2008 11:39:00 UTC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;was successfully validated.&lt;/P&gt;&lt;P&gt;User     : E0000400&lt;/P&gt;&lt;P&gt;Ident of ticket issuing system:&lt;/P&gt;&lt;P&gt;Sysid    : E00&lt;/P&gt;&lt;P&gt;Client   : 000&lt;/P&gt;&lt;P&gt;External ident of user:&lt;/P&gt;&lt;P&gt;PortalUsr: e0000400&lt;/P&gt;&lt;P&gt;Auth     : default&lt;/P&gt;&lt;P&gt;Ticket validity in seconds:&lt;/P&gt;&lt;P&gt;Valid (s): 3660&lt;/P&gt;&lt;P&gt;Certificate data of issuing system:&lt;/P&gt;&lt;P&gt;Subject  : OU=J2EE, CN=E00&lt;/P&gt;&lt;P&gt;Issuer   : OU=J2EE, CN=E00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my opinion the ticket IS an "asserter ticket", it has a validity of: 120s&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A trace from the aix-based asserter will follow soon...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 14:03:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-ticket-lifetime/m-p/4131726#M987977</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T14:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Assertion Ticket Lifetime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-ticket-lifetime/m-p/4131727#M987978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can I just have the plain ticket, please?&lt;/P&gt;&lt;P&gt;I will parse it myself ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 14:13:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-ticket-lifetime/m-p/4131727#M987978</guid>
      <dc:creator>Wolfgang_Janzen</dc:creator>
      <dc:date>2008-07-01T14:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Assertion Ticket Lifetime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-ticket-lifetime/m-p/4131728#M987979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AjExMDAgAA9wb3J0YWw6ZTAwMDA0MDCIAAdkZWZhdWx0EAADV0xTDwADMDAxCAABAQEACEUwMDAwNDAwAgADMDAwAwADRTAwBAAMMjAwODA3MDExMTM5BwAEAAAAAgoACEUwMDAwNDAw%2FwEFMIIBAQYJKoZIhvcNAQcCoIHzMIHwAgEBMQswCQYFKw4DAhoFADALBgkqhkiG9w0BBwExgdAwgc0CAQEwIjAdMQwwCgYDVQQDEwNFMDAxDTALBgNVBAsTBEoyRUUCAQAwCQYFKw4DAhoFAKBdMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTA4MDcwMTExMzkyM1owIwYJKoZIhvcNAQkEMRYEFEHzo9wc%2F2NLlfbvH1PAnQmwVDu8MAkGByqGSM44BAMELzAtAhUAmW9MdpswQQrr4zVU60fLt00PsMICFEr4QGNejmYGJFkieMWJyIP9uOZf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 14:15:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-ticket-lifetime/m-p/4131728#M987979</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T14:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Assertion Ticket Lifetime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-ticket-lifetime/m-p/4131729#M987980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That was fast ...&lt;/P&gt;&lt;P&gt;Well, my parser did return the following result:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Type: Assertion Ticket &lt;/P&gt;&lt;P&gt;Codepage: 1100 &lt;/P&gt;&lt;P&gt;R/3 User: E0000400 &lt;/P&gt;&lt;P&gt;Portal User: portal:e0000400 &lt;/P&gt;&lt;P&gt;Issued By: E00 (000) &lt;/P&gt;&lt;P&gt;Issued At: 01.07.2008 11:39:00 &lt;/P&gt;&lt;P&gt;Validity: 0 Hours, 2 Minutes &lt;/P&gt;&lt;P&gt;Valid until: 01.07.2008 11:41:00 &lt;/P&gt;&lt;P&gt;Target System: WLS &lt;/P&gt;&lt;P&gt;Target Client: 001 &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Signer certificate: "CN=E00, OU=J2EE"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like the logfile does not contain reliable information.&lt;/P&gt;&lt;P&gt;I'll clarify whether this is a known (and potentially already fixed) bug.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 14:26:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-ticket-lifetime/m-p/4131729#M987980</guid>
      <dc:creator>Wolfgang_Janzen</dc:creator>
      <dc:date>2008-07-01T14:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Assertion Ticket Lifetime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-ticket-lifetime/m-p/4131730#M987981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Wolfgang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for my delay.&lt;/P&gt;&lt;P&gt;We did some trace analysis, please have a look at the following trace files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Especially look at:&lt;/P&gt;&lt;P&gt;Win: validity: 120, difference: -3480.000.&lt;/P&gt;&lt;P&gt;AIX:  validity: 120, difference: 3720.000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Urs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 10:21:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-ticket-lifetime/m-p/4131730#M987981</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T10:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Assertion Ticket Lifetime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-ticket-lifetime/m-p/4131731#M987982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;HR originaltext="--------------------------------------------------" /&gt;&lt;P&gt;trc file: "c:\temp\ssolog.txt", trc level: 3, release: "640"&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------" /&gt;&lt;P&gt;"Thr 5312" MySapEvalLogonTicketEx was called.&lt;/P&gt;&lt;P&gt;"Thr 5312" Unconverted Ticket is the following: AjExMDAgAA9wb3J0YWw6RTAwMDA0MDCIAAdkZWZhdWx0EAADV0xTDwADMDAxCAABAQEACEUwMDAwNDAwAgADMDAwAwADUzUwBAAMMjAwODA3MDMwOTE4BwAEAAAAAgoACEUwMDAwNDAw%2FwEFMIIBAQYJKoZIhvcNAQcCoIHzMIHwAgEBMQswCQYFKw4DAhoFADALBgkqhkiG9w0BBwExgdAwgc0CAQEwIjAdMQwwCgYDVQQDEwNTNTAxDTALBgNVBAsTBEoyRUUCAQAwCQYFKw4DAhoFAKBdMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTA4MDcwMzA5MTg1MlowIwYJKoZIhvcNAQkEMRYEFPoQw28O4qu98dOGLjvU6FAdQ81DMAkGByqGSM44BAMELzAtAhQ5z0e6BOwCc9A9nDYayvSqun5PtgIVAIf1F7g1mpGZ1mHWse0c19HAgS3s&lt;/P&gt;&lt;P&gt;."Thr 5312" Initialized variables...&lt;/P&gt;&lt;P&gt;"Thr 5312" Preparing InContext...&lt;/P&gt;&lt;P&gt;"Thr 5312" Ticket is the following: AjExMDAgAA9wb3J0YWw6RTAwMDA0MDCIAAdkZWZhdWx0EAADV0xTDwADMDAxCAABAQEACEUwMDAwNDAwAgADMDAwAwADUzUwBAAMMjAwODA3MDMwOTE4BwAEAAAAAgoACEUwMDAwNDAw%2FwEFMIIBAQYJKoZIhvcNAQcCoIHzMIHwAgEBMQswCQYFKw4DAhoFADALBgkqhkiG9w0BBwExgdAwgc0CAQEwIjAdMQwwCgYDVQQDEwNTNTAxDTALBgNVBAsTBEoyRUUCAQAwCQYFKw4DAhoFAKBdMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTA4MDcwMzA5MTg1MlowIwYJKoZIhvcNAQkEMRYEFPoQw28O4qu98dOGLjvU6FAdQ81DMAkGByqGSM44BAMELzAtAhQ5z0e6BOwCc9A9nDYayvSqun5PtgIVAIf1F7g1mpGZ1mHWse0c19HAgS3s&lt;/P&gt;&lt;P&gt;."Thr 5312" Profile is the following: c:\temp\verify_h50a090.pse&lt;/P&gt;&lt;P&gt;."Thr 5312" Password is the following: (NULL)&lt;/P&gt;&lt;P&gt;"Thr 5312" Just before Validation...&lt;/P&gt;&lt;P&gt;"Thr 5312" Dump of InContext "ssoxxapi.c 156"&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000000  34 31 31 30 f4 c3 07 00  40 48 2c 10 4c c6 07 00  4110....@H,.L...&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000010  ec 01 00 00 00 00 00 00  00 00 00 00              ............    &lt;/P&gt;&lt;P&gt;"Thr 5312" Copies from InContext-&amp;gt;Format: PKCS7 "ssoxxapi.c 163"&lt;/P&gt;&lt;P&gt;"Thr 5312" Copies from InContext-&amp;gt;pzcsProName: c:\temp\verify_h50a090.pse "ssoxxapi.c 166"&lt;/P&gt;&lt;P&gt;"Thr 5312" DecodeB64Len returns 0. iDecLength=369&lt;/P&gt;&lt;P&gt;"Thr 5312" Dump of Decoded ticket: "ssoxxapi.c 188"&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000000  02 31 31 30 30 20 00 0f  70 6f 72 74 61 6c 3a 45  .1100 ..portal:E&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000010  30 30 30 30 34 30 30 88  00 07 64 65 66 61 75 6c  0000400...defaul&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000020  74 10 00 03 57 4c 53 0f  00 03 30 30 31 08 00 01  t...WLS...001...&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000030  01 01 00 08 45 30 30 30  30 34 30 30 02 00 03 30  ....E0000400...0&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000040  30 30 03 00 03 53 35 30  04 00 0c 32 30 30 38 30  00...S50...20080&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000050  37 30 33 30 39 31 38 07  00 04 00 00 00 02 0a 00  7030918.........&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000060  08 45 30 30 30 30 34 30  30 ff 01 05 30 82 01 01  .E0000400...0...&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000070  06 09 2a 86 48 86 f7 0d  01 07 02 a0 81 f3 30 81  ..*.H.........0.&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000080  f0 02 01 01 31 0b 30 09  06 05 2b 0e 03 02 1a 05  ....1.0...+.....&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000090  00 30 0b 06 09 2a 86 48  86 f7 0d 01 07 01 31 81  .0...*.H......1.&lt;/P&gt;&lt;P&gt;"Thr 5312" 000000A0  d0 30 81 cd 02 01 01 30  22 30 1d 31 0c 30 0a 06  .0.....0"0.1.0..&lt;/P&gt;&lt;P&gt;"Thr 5312" 000000B0  03 55 04 03 13 03 53 35  30 31 0d 30 0b 06 03 55  .U....S501.0...U&lt;/P&gt;&lt;P&gt;"Thr 5312" 000000C0  04 0b 13 04 4a 32 45 45  02 01 00 30 09 06 05 2b  ....J2EE...0...+&lt;/P&gt;&lt;P&gt;"Thr 5312" 000000D0  0e 03 02 1a 05 00 a0 5d  30 18 06 09 2a 86 48 86  ......."0...*.H.&lt;/P&gt;&lt;P&gt;"Thr 5312" 000000E0  f7 0d 01 09 03 31 0b 06  09 2a 86 48 86 f7 0d 01  .....1...*.H....&lt;/P&gt;&lt;P&gt;"Thr 5312" 000000F0  07 01 30 1c 06 09 2a 86  48 86 f7 0d 01 09 05 31  ..0...*.H......1&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000100  0f 17 0d 30 38 30 37 30  33 30 39 31 38 35 32 5a  ...080703091852Z&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000110  30 23 06 09 2a 86 48 86  f7 0d 01 09 04 31 16 04  0#..*.H......1..&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000120  14 fa 10 c3 6f 0e e2 ab  bd f1 d3 86 2e 3b d4 e8  ....o........;..&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000130  50 1d 43 cd 43 30 09 06  07 2a 86 48 ce 38 04 03  P.C.C0...*.H.8..&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000140  04 2f 30 2d 02 14 39 cf  47 ba 04 ec 02 73 d0 3d  ./0-..9.G....s.=&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000150  9c 36 1a ca f4 aa ba 7e  4f b6 02 15 00 87 f5 17  .6.....~O.......&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000160  b8 35 9a 91 99 d6 61 d6  b1 ed 1c d7 d1 c0 81 2d  .5....a........-&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000170  ec                                                .               &lt;/P&gt;&lt;P&gt;"Thr 5312" Read version.&lt;/P&gt;&lt;P&gt;"Thr 5312" Read Codepage.&lt;/P&gt;&lt;P&gt;"Thr 5312" Read InfoUnit (0x20).&lt;/P&gt;&lt;P&gt;"Thr 5312" Read length (15).&lt;/P&gt;&lt;P&gt;"Thr 5312" Read contents.&lt;/P&gt;&lt;P&gt;"Thr 5312" Read InfoUnit (0x88).&lt;/P&gt;&lt;P&gt;"Thr 5312" Read length (7).&lt;/P&gt;&lt;P&gt;"Thr 5312" Read contents.&lt;/P&gt;&lt;P&gt;"Thr 5312" Read InfoUnit (0x10).&lt;/P&gt;&lt;P&gt;"Thr 5312" Read length (3).&lt;/P&gt;&lt;P&gt;"Thr 5312" Read contents.&lt;/P&gt;&lt;P&gt;"Thr 5312" Read InfoUnit (0x0F).&lt;/P&gt;&lt;P&gt;"Thr 5312" Read length (3).&lt;/P&gt;&lt;P&gt;"Thr 5312" Read contents.&lt;/P&gt;&lt;P&gt;"Thr 5312" Read InfoUnit (0x08).&lt;/P&gt;&lt;P&gt;"Thr 5312" Read length (1).&lt;/P&gt;&lt;P&gt;"Thr 5312" Read contents.&lt;/P&gt;&lt;P&gt;"Thr 5312" Read InfoUnit (0x01).&lt;/P&gt;&lt;P&gt;"Thr 5312" Read length (8).&lt;/P&gt;&lt;P&gt;"Thr 5312" Read contents.&lt;/P&gt;&lt;P&gt;"Thr 5312" Read InfoUnit (0x02).&lt;/P&gt;&lt;P&gt;"Thr 5312" Read length (3).&lt;/P&gt;&lt;P&gt;"Thr 5312" Read contents.&lt;/P&gt;&lt;P&gt;"Thr 5312" Read InfoUnit (0x03).&lt;/P&gt;&lt;P&gt;"Thr 5312" Read length (3).&lt;/P&gt;&lt;P&gt;"Thr 5312" Read contents.&lt;/P&gt;&lt;P&gt;"Thr 5312" Read InfoUnit (0x04).&lt;/P&gt;&lt;P&gt;"Thr 5312" Read length (12).&lt;/P&gt;&lt;P&gt;"Thr 5312" Read contents.&lt;/P&gt;&lt;P&gt;"Thr 5312" Read InfoUnit (0x07).&lt;/P&gt;&lt;P&gt;"Thr 5312" Read length (4).&lt;/P&gt;&lt;P&gt;"Thr 5312" Read contents.&lt;/P&gt;&lt;P&gt;"Thr 5312" Read InfoUnit (0x0A).&lt;/P&gt;&lt;P&gt;"Thr 5312" Read length (8).&lt;/P&gt;&lt;P&gt;"Thr 5312" Read contents.&lt;/P&gt;&lt;P&gt;"Thr 5312" Read InfoUnit (0xFF).&lt;/P&gt;&lt;P&gt;"Thr 5312" ParseTicket returns 0. "ssoxxapi.c 200"&lt;/P&gt;&lt;P&gt;"Thr 5312" Bytes processed: 106 "ssoxxapi.c 203"&lt;/P&gt;&lt;P&gt;"Thr 5312" Argument Dump for ticket verification:&lt;/P&gt;&lt;P&gt;"Thr 5312" Content byte stream:&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000000  02 31 31 30 30 20 00 0f  70 6f 72 74 61 6c 3a 45  .1100 ..portal:E&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000010  30 30 30 30 34 30 30 88  00 07 64 65 66 61 75 6c  0000400...defaul&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000020  74 10 00 03 57 4c 53 0f  00 03 30 30 31 08 00 01  t...WLS...001...&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000030  01 01 00 08 45 30 30 30  30 34 30 30 02 00 03 30  ....E0000400...0&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000040  30 30 03 00 03 53 35 30  04 00 0c 32 30 30 38 30  00...S50...20080&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000050  37 30 33 30 39 31 38 07  00 04 00 00 00 02 0a 00  7030918.........&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000060  08 45 30 30 30 30 34 30  30                       .E0000400       &lt;/P&gt;&lt;P&gt;"Thr 5312" &lt;/P&gt;&lt;P&gt;Signature byte stream:&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000000  30 82 01 01 06 09 2a 86  48 86 f7 0d 01 07 02 a0  0.....*.H.......&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000010  81 f3 30 81 f0 02 01 01  31 0b 30 09 06 05 2b 0e  ..0.....1.0...+.&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000020  03 02 1a 05 00 30 0b 06  09 2a 86 48 86 f7 0d 01  .....0...*.H....&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000030  07 01 31 81 d0 30 81 cd  02 01 01 30 22 30 1d 31  ..1..0.....0"0.1&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000040  0c 30 0a 06 03 55 04 03  13 03 53 35 30 31 0d 30  .0...U....S501.0&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000050  0b 06 03 55 04 0b 13 04  4a 32 45 45 02 01 00 30  ...U....J2EE...0&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000060  09 06 05 2b 0e 03 02 1a  05 00 a0 5d 30 18 06 09  ...+......."0...&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000070  2a 86 48 86 f7 0d 01 09  03 31 0b 06 09 2a 86 48  &lt;STRONG&gt;.H......1...&lt;/STRONG&gt;.H&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000080  86 f7 0d 01 07 01 30 1c  06 09 2a 86 48 86 f7 0d  ......0...*.H...&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000090  01 09 05 31 0f 17 0d 30  38 30 37 30 33 30 39 31  ...1...080703091&lt;/P&gt;&lt;P&gt;"Thr 5312" 000000A0  38 35 32 5a 30 23 06 09  2a 86 48 86 f7 0d 01 09  852Z0#..*.H.....&lt;/P&gt;&lt;P&gt;"Thr 5312" 000000B0  04 31 16 04 14 fa 10 c3  6f 0e e2 ab bd f1 d3 86  .1......o.......&lt;/P&gt;&lt;P&gt;"Thr 5312" 000000C0  2e 3b d4 e8 50 1d 43 cd  43 30 09 06 07 2a 86 48  .;..P.C.C0...*.H&lt;/P&gt;&lt;P&gt;"Thr 5312" 000000D0  ce 38 04 03 04 2f 30 2d  02 14 39 cf 47 ba 04 ec  .8.../0-..9.G...&lt;/P&gt;&lt;P&gt;"Thr 5312" 000000E0  02 73 d0 3d 9c 36 1a ca  f4 aa ba 7e 4f b6 02 15  .s.=.6.....~O...&lt;/P&gt;&lt;P&gt;"Thr 5312" 000000F0  00 87 f5 17 b8 35 9a 91  99 d6 61 d6 b1 ed 1c d7  .....5....a.....&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000100  d1 c0 81 2d ec                                    ...-.           &lt;/P&gt;&lt;P&gt;"Thr 5312" Encoded content byte stream:&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000000  30 78 06 09 2a 86 48 86  f7 0d 01 07 01 a0 6b 04  0x..*.H.......k.&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000010  69 02 31 31 30 30 20 00  0f 70 6f 72 74 61 6c 3a  i.1100 ..portal:&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000020  45 30 30 30 30 34 30 30  88 00 07 64 65 66 61 75  E0000400...defau&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000030  6c 74 10 00 03 57 4c 53  0f 00 03 30 30 31 08 00  lt...WLS...001..&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000040  01 01 01 00 08 45 30 30  30 30 34 30 30 02 00 03  .....E0000400...&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000050  30 30 30 03 00 03 53 35  30 04 00 0c 32 30 30 38  000...S50...2008&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000060  30 37 30 33 30 39 31 38  07 00 04 00 00 00 02 0a  07030918........&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000070  00 08 45 30 30 30 30 34  30 30                    ..E0000400      &lt;/P&gt;&lt;P&gt;"Thr 5312" Verify returns 0 "ssoxxsgn.c 189"&lt;/P&gt;&lt;P&gt;"Thr 5312" Certificate is: &lt;/P&gt;&lt;P&gt;"Thr 5312" 00000000  30 82 02 3b 30 82 02 26  02 01 00 30 09 06 07 2a  0..;0..&amp;amp;...0...*&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000010  86 48 ce 38 04 03 30 1d  31 0c 30 0a 06 03 55 04  .H.8..0.1.0...U.&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000020  03 13 03 53 35 30 31 0d  30 0b 06 03 55 04 0b 13  ...S501.0...U...&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000030  04 4a 32 45 45 30 1e 17  0d 30 37 30 37 30 32 31  .J2EE0...0707021&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000040  31 34 32 33 34 5a 17 0d  32 37 30 37 30 32 31 31  14234Z..27070211&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000050  34 32 33 34 5a 30 1d 31  0c 30 0a 06 03 55 04 03  4234Z0.1.0...U..&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000060  13 03 53 35 30 31 0d 30  0b 06 03 55 04 0b 13 04  ..S501.0...U....&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000070  4a 32 45 45 30 82 01 b6  30 82 01 2b 06 07 2a 86  J2EE0...0..+..*.&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000080  48 ce 38 04 01 30 82 01  1e 02 81 81 00 82 7d d4  H.8..0........}.&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000090  9c a2 05 69 84 e9 83 71  b1 34 0d 5d 71 83 92 85  ...i...q.4."q...&lt;/P&gt;&lt;P&gt;"Thr 5312" 000000A0  b2 5a ca a3 82 d7 ac 38  6e 94 40 84 3f 0a 46 7a  .Z.....8n.@.?.Fz&lt;/P&gt;&lt;P&gt;"Thr 5312" 000000B0  a8 75 a8 c1 ca 3b 70 ba  6a 97 07 12 f6 b1 99 ed  .u...;p.j.......&lt;/P&gt;&lt;P&gt;"Thr 5312" 000000C0  3e ec 53 13 f3 94 0a 67  bb d6 9f 38 72 29 61 ab  &amp;gt;.S....g...8r)a.&lt;/P&gt;&lt;P&gt;"Thr 5312" 000000D0  02 3d 17 a1 33 3c 52 23  5d 9f b7 d1 0e 95 e3 a5  .=..3&amp;lt;R#".......&lt;/P&gt;&lt;P&gt;"Thr 5312" 000000E0  5e f9 b0 4f c7 c9 20 c5  72 da 7a c3 d5 0f 24 0d  ^..O.. .r.z...$.&lt;/P&gt;&lt;P&gt;"Thr 5312" 000000F0  bb 8e 54 da 9e bb 70 21  11 c5 35 82 e5 35 85 2e  ..T...p!..5..5..&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000100  9f 59 39 79 b3 32 50 c8  86 83 96 19 17 02 15 00  .Y9y.2P.........&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000110  fa 50 79 da fa 3f 3a b1  e8 0a 6d f5 bd 16 f2 24  .Py..?:...m....$&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000120  d8 f8 d7 1b 02 81 80 4f  bd f5 2e 33 04 f0 51 c1  .......O...3..Q.&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000130  7c a5 5c 93 81 b5 c1 7d  4c 20 50 76 85 34 50 cf  |.\....}L Pv.4P.&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000140  d9 fc 72 b2 e1 b2 b1 6f  a0 10 48 b8 ff 17 e7 a9  ..r....o..H.....&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000150  0a e1 e0 18 05 3e 34 d9  d5 61 df 71 4c c8 dc 92  .....&amp;gt;4..a.qL...&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000160  b1 51 b5 df 66 59 70 6b  5e 57 c3 19 a2 d6 58 3b  .Q..fYpk^W....X;&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000170  7d 32 d2 e9 e1 f1 66 3e  aa ac 46 0d cd 4e 67 70  }2....f&amp;gt;..F..Ngp&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000180  36 f7 f9 be 0b 2e 16 a0  5d 69 5d 5b 81 13 a9 03  6......."i""....&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000190  cb 38 63 56 1a bd 36 4a  5d 6c 15 66 17 fa 10 a3  .8cV..6J"l.f....&lt;/P&gt;&lt;P&gt;"Thr 5312" 000001A0  20 99 e1 d2 34 77 13 03  81 84 00 02 81 80 5c a5   ...4w........\.&lt;/P&gt;&lt;P&gt;"Thr 5312" 000001B0  41 c8 31 99 f2 ff a7 20  be 01 2d 80 4b 7e e9 45  A.1.... ..-.K~.E&lt;/P&gt;&lt;P&gt;"Thr 5312" 000001C0  80 72 c9 59 52 28 af 76  57 0b 08 ae ec 75 db 19  .r.YR(.vW....u..&lt;/P&gt;&lt;P&gt;"Thr 5312" 000001D0  dc 06 db e8 2a 2e 0b 55  11 09 76 ff a9 ad f3 5c  ....*..U..v....\&lt;/P&gt;&lt;P&gt;"Thr 5312" 000001E0  f3 c5 bf 23 db 6e fd ea  85 81 78 ad 2a 05 2d 83  ...#.n....x.*.-.&lt;/P&gt;&lt;P&gt;"Thr 5312" 000001F0  12 91 ff f0 a0 bb 79 c3  0e cb 37 f8 dc 05 31 38  ......y...7...18&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000200  c3 1b 5b 61 64 19 4e b1  60 d2 7e b7 a8 51 d6 6e  .."ad.N.`.~..Q.n&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000210  36 1e fc ce 6a 78 20 c3  e6 54 1f 0d 68 c0 db 61  6...jx ..T..h..a&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000220  c5 84 63 15 d4 19 36 94  56 03 2f 2e 3b 89 30 0c  ..c...6.V./.;.0.&lt;/P&gt;&lt;P&gt;"Thr 5312" 00000230  06 08 2a 86 48 86 f7 0d  02 05 05 00 03 01 00     ..*.H.......... &lt;/P&gt;&lt;P&gt;"Thr 5312" ValidateTicket returns 0. "ssoxxapi.c 226"&lt;/P&gt;&lt;P&gt;"Thr 5312" Validation succeeded...&lt;/P&gt;&lt;P&gt;"Thr 5312" Got date 200807030918 from ticket.&lt;/P&gt;&lt;P&gt;"Thr 5312" Cur time = 200807030920.&lt;/P&gt;&lt;P&gt;"Thr 5312" Computing validity in hours.&lt;/P&gt;&lt;P&gt;"Thr 5312" Computing validity in minutes.&lt;/P&gt;&lt;P&gt;"Thr 5312" CurTime_t = 1215163200, CreTime_t = 1215163080 &lt;/P&gt;&lt;P&gt;"Thr 5312" validity: 120, difference:    120.000.&lt;/P&gt;&lt;P&gt;"Thr 5312" Evaluating user...&lt;/P&gt;&lt;P&gt;"Thr 5312" Evaluating Client ...&lt;/P&gt;&lt;P&gt;"Thr 5312" Evaluating Sysid ...&lt;/P&gt;&lt;P&gt;"Thr 5312" Evaluating Portal User "portal:E0000400" ...&lt;/P&gt;&lt;P&gt;"Thr 5312" Evaluating AuthSchema...&lt;/P&gt;&lt;P&gt;"Thr 5312" Evaluating creation time...&lt;/P&gt;&lt;P&gt;"Thr 5312" Computing validity in minutes.&lt;/P&gt;&lt;P&gt;"Thr 5312" validity: 120, difference:  -3480.000.&lt;/P&gt;&lt;P&gt;"Thr 5312" Evaluating certificate with length 575&lt;/P&gt;&lt;P&gt;"Thr 5312" Preparing for cleanup.&lt;/P&gt;&lt;P&gt;"Thr 5312" End of function MySapEvalLogonTicketEx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 10:22:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-ticket-lifetime/m-p/4131731#M987982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T10:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Assertion Ticket Lifetime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-ticket-lifetime/m-p/4131732#M987983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;HR originaltext="--------------------------------------------" /&gt;&lt;P&gt;trc file: "/var/log/suva/espresso/wlss1/sso_log.txt", trc level: 3, release: "640"&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------------------------------------" /&gt;&lt;P&gt;"Thr 14393" Thu Jul  3 11:20:46 2008&lt;/P&gt;&lt;P&gt;"Thr 14393" MySapEvalLogonTicketEx was called.&lt;/P&gt;&lt;P&gt;"Thr 14393" Unconverted Ticket is the following: AjExMDAgAA9wb3J0YWw6RTAwMDA0MDCIAAdkZWZhdWx0EAADV0xTDwADMDAxCAABAQEACEUwMDAwNDAwAgADMDAwAwADUzUwBAAMMjAwODA3MDMwOTE4BwAEAAAAAgoACEUwMDAwNDAw%2FwEFMIIBAQYJKoZIhvcNAQcCoIHzMIHwAgEBMQswCQYFKw4DAhoFADALBgkqhkiG9w0BBwExgdAwgc0CAQEwIjAdMQwwCgYDVQQDEwNTNTAxDTALBgNVBAsTBEoyRUUCAQAwCQYFKw4DAhoFAKBdMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTA4MDcwMzA5MTg1MlowIwYJKoZIhvcNAQkEMRYEFPoQw28O4qu98dOGLjvU6FAdQ81DMAkGByqGSM44BAMELzAtAhQ5z0e6BOwCc9A9nDYayvSqun5PtgIVAIf1F7g1mpGZ1mHWse0c19HAgS3s&lt;/P&gt;&lt;P&gt;."Thr 14393" Initialized variables...&lt;/P&gt;&lt;P&gt;"Thr 14393" Preparing InContext...&lt;/P&gt;&lt;P&gt;"Thr 14393" *** ERROR =&amp;gt; SAP Codepage is invalid! Uses UTF8 for output. "ssoxxext_mt. 331"&lt;/P&gt;&lt;P&gt;"Thr 14393" Ticket is the following: AjExMDAgAA9wb3J0YWw6RTAwMDA0MDCIAAdkZWZhdWx0EAADV0xTDwADMDAxCAABAQEACEUwMDAwNDAwAgADMDAwAwADUzUwBAAMMjAwODA3MDMwOTE4BwAEAAAAAgoACEUwMDAwNDAw%2FwEFMIIBAQYJKoZIhvcNAQcCoIHzMIHwAgEBMQswCQYFKw4DAhoFADALBgkqhkiG9w0BBwExgdAwgc0CAQEwIjAdMQwwCgYDVQQDEwNTNTAxDTALBgNVBAsTBEoyRUUCAQAwCQYFKw4DAhoFAKBdMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTA4MDcwMzA5MTg1MlowIwYJKoZIhvcNAQkEMRYEFPoQw28O4qu98dOGLjvU6FAdQ81DMAkGByqGSM44BAMELzAtAhQ5z0e6BOwCc9A9nDYayvSqun5PtgIVAIf1F7g1mpGZ1mHWse0c19HAgS3s&lt;/P&gt;&lt;P&gt;."Thr 14393" Profile is the following: /usr/espresso/config/wlss1/sapcerts/h50a090.pse&lt;/P&gt;&lt;P&gt;."Thr 14393" Password is the following: (NULL)&lt;/P&gt;&lt;P&gt;"Thr 14393" Just before Validation...&lt;/P&gt;&lt;P&gt;"Thr 14393" Dump of InContext "ssoxxapi_mt.c 156"&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000000  34 31 31 30 78 44 04 10  f2 1a 2c e8 78 44 06 68  4110xD..ò.,èxD.h&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000010  00 00 01 ec 00 00 00 00  00 00 00 00              ...ì........    &lt;/P&gt;&lt;P&gt;"Thr 14393" Copies from InContext-&amp;gt;Format: PKCS7 "ssoxxapi_mt.c 163"&lt;/P&gt;&lt;P&gt;"Thr 14393" Copies from InContext-&amp;gt;pzcsProName: /usr/espresso/config/wlss1/sapcerts/h50a090.pse "ssoxxapi_mt.c 166"&lt;/P&gt;&lt;P&gt;"Thr 14393" DecodeB64Len returns 0. iDecLength=369&lt;/P&gt;&lt;P&gt;"Thr 14393" Dump of Decoded ticket: "ssoxxapi_mt.c 188"&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000000  02 31 31 30 30 20 00 0f  70 6f 72 74 61 6c 3a 45  .1100 ..portal:E&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000010  30 30 30 30 34 30 30 88  00 07 64 65 66 61 75 6c  0000400...defaul&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000020  74 10 00 03 57 4c 53 0f  00 03 30 30 31 08 00 01  t...WLS...001...&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000030  01 01 00 08 45 30 30 30  30 34 30 30 02 00 03 30  ....E0000400...0&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000040  30 30 03 00 03 53 35 30  04 00 0c 32 30 30 38 30  00...S50...20080&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000050  37 30 33 30 39 31 38 07  00 04 00 00 00 02 0a 00  7030918.........&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000060  08 45 30 30 30 30 34 30  30 ff 01 05 30 82 01 01  .E0000400ÿ..0...&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000070  06 09 2a 86 48 86 f7 0d  01 07 02 a0 81 f3 30 81  ..*.H.÷.... .ó0.&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000080  f0 02 01 01 31 0b 30 09  06 05 2b 0e 03 02 1a 05  ð...1.0...+.....&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000090  00 30 0b 06 09 2a 86 48  86 f7 0d 01 07 01 31 81  .0...*.H.÷....1.&lt;/P&gt;&lt;P&gt;"Thr 14393" 000000A0  d0 30 81 cd 02 01 01 30  22 30 1d 31 0c 30 0a 06  Ð0.Í...0"0.1.0..&lt;/P&gt;&lt;P&gt;"Thr 14393" 000000B0  03 55 04 03 13 03 53 35  30 31 0d 30 0b 06 03 55  .U....S501.0...U&lt;/P&gt;&lt;P&gt;"Thr 14393" 000000C0  04 0b 13 04 4a 32 45 45  02 01 00 30 09 06 05 2b  ....J2EE...0...+&lt;/P&gt;&lt;P&gt;"Thr 14393" 000000D0  0e 03 02 1a 05 00 a0 5d  30 18 06 09 2a 86 48 86  ...... "0...*.H.&lt;/P&gt;&lt;P&gt;"Thr 14393" 000000E0  f7 0d 01 09 03 31 0b 06  09 2a 86 48 86 f7 0d 01  ÷....1...*.H.÷..&lt;/P&gt;&lt;P&gt;"Thr 14393" 000000F0  07 01 30 1c 06 09 2a 86  48 86 f7 0d 01 09 05 31  ..0...*.H.÷....1&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000100  0f 17 0d 30 38 30 37 30  33 30 39 31 38 35 32 5a  ...080703091852Z&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000110  30 23 06 09 2a 86 48 86  f7 0d 01 09 04 31 16 04  0#..*.H.÷....1..&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000120  14 fa 10 c3 6f 0e e2 ab  bd f1 d3 86 2e 3b d4 e8  .ú.Ão.â«½ñÓ..;Ôè&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000130  50 1d 43 cd 43 30 09 06  07 2a 86 48 ce 38 04 03  P.CÍC0...*.HÎ8..&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000140  04 2f 30 2d 02 14 39 cf  47 ba 04 ec 02 73 d0 3d  ./0-..9ÏGº.ì.sÐ=&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000150  9c 36 1a ca f4 aa ba 7e  4f b6 02 15 00 87 f5 17  .6.Êôªº~O¶....õ.&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000160  b8 35 9a 91 99 d6 61 d6  b1 ed 1c d7 d1 c0 81 2d  ¸5...ÖaÖ±í.×ÑÀ.-&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000170  ec                                                ì               &lt;/P&gt;&lt;P&gt;"Thr 14393" Read version.&lt;/P&gt;&lt;P&gt;"Thr 14393" Read Codepage.&lt;/P&gt;&lt;P&gt;"Thr 14393" Read InfoUnit (0x20).&lt;/P&gt;&lt;P&gt;"Thr 14393" Read length (15).&lt;/P&gt;&lt;P&gt;"Thr 14393" Read contents.&lt;/P&gt;&lt;P&gt;"Thr 14393" Read InfoUnit (0x88).&lt;/P&gt;&lt;P&gt;"Thr 14393" Read length (7).&lt;/P&gt;&lt;P&gt;"Thr 14393" Read contents.&lt;/P&gt;&lt;P&gt;"Thr 14393" Read InfoUnit (0x10).&lt;/P&gt;&lt;P&gt;"Thr 14393" Read length (3).&lt;/P&gt;&lt;P&gt;"Thr 14393" Read contents.&lt;/P&gt;&lt;P&gt;"Thr 14393" Read InfoUnit (0x0F).&lt;/P&gt;&lt;P&gt;"Thr 14393" Read length (3).&lt;/P&gt;&lt;P&gt;"Thr 14393" Read contents.&lt;/P&gt;&lt;P&gt;"Thr 14393" Read InfoUnit (0x08).&lt;/P&gt;&lt;P&gt;"Thr 14393" Read length (1).&lt;/P&gt;&lt;P&gt;"Thr 14393" Read contents.&lt;/P&gt;&lt;P&gt;"Thr 14393" Read InfoUnit (0x01).&lt;/P&gt;&lt;P&gt;"Thr 14393" Read length (8).&lt;/P&gt;&lt;P&gt;"Thr 14393" Read contents.&lt;/P&gt;&lt;P&gt;"Thr 14393" Read InfoUnit (0x02).&lt;/P&gt;&lt;P&gt;"Thr 14393" Read length (3).&lt;/P&gt;&lt;P&gt;"Thr 14393" Read contents.&lt;/P&gt;&lt;P&gt;"Thr 14393" Read InfoUnit (0x03).&lt;/P&gt;&lt;P&gt;"Thr 14393" Read length (3).&lt;/P&gt;&lt;P&gt;"Thr 14393" Read contents.&lt;/P&gt;&lt;P&gt;"Thr 14393" Read InfoUnit (0x04).&lt;/P&gt;&lt;P&gt;"Thr 14393" Read length (12).&lt;/P&gt;&lt;P&gt;"Thr 14393" Read contents.&lt;/P&gt;&lt;P&gt;"Thr 14393" Read InfoUnit (0x07).&lt;/P&gt;&lt;P&gt;"Thr 14393" Read length (4).&lt;/P&gt;&lt;P&gt;"Thr 14393" Read contents.&lt;/P&gt;&lt;P&gt;"Thr 14393" Read InfoUnit (0x0A).&lt;/P&gt;&lt;P&gt;"Thr 14393" Read length (8).&lt;/P&gt;&lt;P&gt;"Thr 14393" Read contents.&lt;/P&gt;&lt;P&gt;"Thr 14393" Read InfoUnit (0xFF).&lt;/P&gt;&lt;P&gt;"Thr 14393" ParseTicket returns 0. "ssoxxapi_mt.c 200"&lt;/P&gt;&lt;P&gt;"Thr 14393" Bytes processed: 106 "ssoxxapi_mt.c 203"&lt;/P&gt;&lt;P&gt;"Thr 14393" Argument Dump for ticket verification:&lt;/P&gt;&lt;P&gt;"Thr 14393" Content byte stream:&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000000  02 31 31 30 30 20 00 0f  70 6f 72 74 61 6c 3a 45  .1100 ..portal:E&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000010  30 30 30 30 34 30 30 88  00 07 64 65 66 61 75 6c  0000400...defaul&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000020  74 10 00 03 57 4c 53 0f  00 03 30 30 31 08 00 01  t...WLS...001...&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000030  01 01 00 08 45 30 30 30  30 34 30 30 02 00 03 30  ....E0000400...0&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000040  30 30 03 00 03 53 35 30  04 00 0c 32 30 30 38 30  00...S50...20080&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000050  37 30 33 30 39 31 38 07  00 04 00 00 00 02 0a 00  7030918.........&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000060  08 45 30 30 30 30 34 30  30                       .E0000400       &lt;/P&gt;&lt;P&gt;"Thr 14393" &lt;/P&gt;&lt;P&gt;Signature byte stream:&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000000  30 82 01 01 06 09 2a 86  48 86 f7 0d 01 07 02 a0  0.....*.H.÷.... &lt;/P&gt;&lt;P&gt;"Thr 14393" 00000010  81 f3 30 81 f0 02 01 01  31 0b 30 09 06 05 2b 0e  .ó0.ð...1.0...+.&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000020  03 02 1a 05 00 30 0b 06  09 2a 86 48 86 f7 0d 01  .....0...*.H.÷..&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000030  07 01 31 81 d0 30 81 cd  02 01 01 30 22 30 1d 31  ..1.Ð0.Í...0"0.1&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000040  0c 30 0a 06 03 55 04 03  13 03 53 35 30 31 0d 30  .0...U....S501.0&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000050  0b 06 03 55 04 0b 13 04  4a 32 45 45 02 01 00 30  ...U....J2EE...0&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000060  09 06 05 2b 0e 03 02 1a  05 00 a0 5d 30 18 06 09  ...+...... "0...&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000070  2a 86 48 86 f7 0d 01 09  03 31 0b 06 09 2a 86 48  &lt;STRONG&gt;.H.÷....1...&lt;/STRONG&gt;.H&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000080  86 f7 0d 01 07 01 30 1c  06 09 2a 86 48 86 f7 0d  .÷....0...*.H.÷.&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000090  01 09 05 31 0f 17 0d 30  38 30 37 30 33 30 39 31  ...1...080703091&lt;/P&gt;&lt;P&gt;"Thr 14393" 000000A0  38 35 32 5a 30 23 06 09  2a 86 48 86 f7 0d 01 09  852Z0#..*.H.÷...&lt;/P&gt;&lt;P&gt;"Thr 14393" 000000B0  04 31 16 04 14 fa 10 c3  6f 0e e2 ab bd f1 d3 86  .1...ú.Ão.â«½ñÓ.&lt;/P&gt;&lt;P&gt;"Thr 14393" 000000C0  2e 3b d4 e8 50 1d 43 cd  43 30 09 06 07 2a 86 48  .;ÔèP.CÍC0...*.H&lt;/P&gt;&lt;P&gt;"Thr 14393" 000000D0  ce 38 04 03 04 2f 30 2d  02 14 39 cf 47 ba 04 ec  Î8.../0-..9ÏGº.ì&lt;/P&gt;&lt;P&gt;"Thr 14393" 000000E0  02 73 d0 3d 9c 36 1a ca  f4 aa ba 7e 4f b6 02 15  .sÐ=.6.Êôªº~O¶..&lt;/P&gt;&lt;P&gt;"Thr 14393" 000000F0  00 87 f5 17 b8 35 9a 91  99 d6 61 d6 b1 ed 1c d7  ..õ.¸5...ÖaÖ±í.×&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000100  d1 c0 81 2d ec                                    ÑÀ.-ì           &lt;/P&gt;&lt;P&gt;"Thr 14393" Encoded content byte stream:&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000000  30 78 06 09 2a 86 48 86  f7 0d 01 07 01 a0 6b 04  0x..*.H.÷.... k.&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000010  69 02 31 31 30 30 20 00  0f 70 6f 72 74 61 6c 3a  i.1100 ..portal:&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000020  45 30 30 30 30 34 30 30  88 00 07 64 65 66 61 75  E0000400...defau&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000030  6c 74 10 00 03 57 4c 53  0f 00 03 30 30 31 08 00  lt...WLS...001..&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000040  01 01 01 00 08 45 30 30  30 30 34 30 30 02 00 03  .....E0000400...&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000050  30 30 30 03 00 03 53 35  30 04 00 0c 32 30 30 38  000...S50...2008&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000060  30 37 30 33 30 39 31 38  07 00 04 00 00 00 02 0a  07030918........&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000070  00 08 45 30 30 30 30 34  30 30                    ..E0000400      &lt;/P&gt;&lt;P&gt;"Thr 14393" Verify returns 0 "ssoxxsgn_mt.c 189"&lt;/P&gt;&lt;P&gt;"Thr 14393" Certificate is: &lt;/P&gt;&lt;P&gt;"Thr 14393" 00000000  30 82 02 3b 30 82 02 26  02 01 00 30 09 06 07 2a  0..;0..&amp;amp;...0...*&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000010  86 48 ce 38 04 03 30 1d  31 0c 30 0a 06 03 55 04  .HÎ8..0.1.0...U.&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000020  03 13 03 53 35 30 31 0d  30 0b 06 03 55 04 0b 13  ...S501.0...U...&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000030  04 4a 32 45 45 30 1e 17  0d 30 37 30 37 30 32 31  .J2EE0...0707021&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000040  31 34 32 33 34 5a 17 0d  32 37 30 37 30 32 31 31  14234Z..27070211&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000050  34 32 33 34 5a 30 1d 31  0c 30 0a 06 03 55 04 03  4234Z0.1.0...U..&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000060  13 03 53 35 30 31 0d 30  0b 06 03 55 04 0b 13 04  ..S501.0...U....&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000070  4a 32 45 45 30 82 01 b6  30 82 01 2b 06 07 2a 86  J2EE0..¶0..+..*.&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000080  48 ce 38 04 01 30 82 01  1e 02 81 81 00 82 7d d4  HÎ8..0........}Ô&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000090  9c a2 05 69 84 e9 83 71  b1 34 0d 5d 71 83 92 85  .¢.i.é.q±4."q...&lt;/P&gt;&lt;P&gt;"Thr 14393" 000000A0  b2 5a ca a3 82 d7 ac 38  6e 94 40 84 3f 0a 46 7a  ²ZÊ£.×¬8n.@.?.Fz&lt;/P&gt;&lt;P&gt;"Thr 14393" 000000B0  a8 75 a8 c1 ca 3b 70 ba  6a 97 07 12 f6 b1 99 ed  ¨u¨ÁÊ;pºj...ö±.í&lt;/P&gt;&lt;P&gt;"Thr 14393" 000000C0  3e ec 53 13 f3 94 0a 67  bb d6 9f 38 72 29 61 ab  &amp;gt;ìS.ó..g»Ö.8r)a«&lt;/P&gt;&lt;P&gt;"Thr 14393" 000000D0  02 3d 17 a1 33 3c 52 23  5d 9f b7 d1 0e 95 e3 a5  .=.¡3&amp;lt;R#".·Ñ..ã¥&lt;/P&gt;&lt;P&gt;"Thr 14393" 000000E0  5e f9 b0 4f c7 c9 20 c5  72 da 7a c3 d5 0f 24 0d  ^ù°OÇÉ ÅrÚzÃÕ.$.&lt;/P&gt;&lt;P&gt;"Thr 14393" 000000F0  bb 8e 54 da 9e bb 70 21  11 c5 35 82 e5 35 85 2e  ».TÚ.»p!.Å5.å5..&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000100  9f 59 39 79 b3 32 50 c8  86 83 96 19 17 02 15 00  .Y9y³2PÈ........&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000110  fa 50 79 da fa 3f 3a b1  e8 0a 6d f5 bd 16 f2 24  úPyÚú?:±è.mõ½.ò$&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000120  d8 f8 d7 1b 02 81 80 4f  bd f5 2e 33 04 f0 51 c1  Øø×....O½õ.3.ðQÁ&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000130  7c a5 5c 93 81 b5 c1 7d  4c 20 50 76 85 34 50 cf  |¥..µÁ}L Pv.4PÏ&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000140  d9 fc 72 b2 e1 b2 b1 6f  a0 10 48 b8 ff 17 e7 a9  Ùür²á²±o .H¸ÿ.ç©&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000150  0a e1 e0 18 05 3e 34 d9  d5 61 df 71 4c c8 dc 92  .áà..&amp;gt;4ÙÕaßqLÈÜ.&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000160  b1 51 b5 df 66 59 70 6b  5e 57 c3 19 a2 d6 58 3b  ±QµßfYpk^WÃ.¢ÖX;&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000170  7d 32 d2 e9 e1 f1 66 3e  aa ac 46 0d cd 4e 67 70  }2Òéáñf&amp;gt;ª¬F.ÍNgp&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000180  36 f7 f9 be 0b 2e 16 a0  5d 69 5d 5b 81 13 a9 03  6÷ù¾... "i""..©.&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000190  cb 38 63 56 1a bd 36 4a  5d 6c 15 66 17 fa 10 a3  Ë8cV.½6J"l.f.ú.£&lt;/P&gt;&lt;P&gt;"Thr 14393" 000001A0  20 99 e1 d2 34 77 13 03  81 84 00 02 81 80 5c a5   .áÒ4w........\u00A5&lt;/P&gt;&lt;P&gt;"Thr 14393" 000001B0  41 c8 31 99 f2 ff a7 20  be 01 2d 80 4b 7e e9 45  AÈ1.òÿ§ ¾.-.K~éE&lt;/P&gt;&lt;P&gt;"Thr 14393" 000001C0  80 72 c9 59 52 28 af 76  57 0b 08 ae ec 75 db 19  .rÉYR(¯vW..®ìuÛ.&lt;/P&gt;&lt;P&gt;"Thr 14393" 000001D0  dc 06 db e8 2a 2e 0b 55  11 09 76 ff a9 ad f3 5c  Ü.Ûè*..U..vÿ©­ó&lt;/P&gt;&lt;P&gt;"Thr 14393" 000001E0  f3 c5 bf 23 db 6e fd ea  85 81 78 ad 2a 05 2d 83  óÅ¿#Ûnýê..x­*.-.&lt;/P&gt;&lt;P&gt;"Thr 14393" 000001F0  12 91 ff f0 a0 bb 79 c3  0e cb 37 f8 dc 05 31 38  ..ÿð »yÃ.Ë7øÜ.18&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000200  c3 1b 5b 61 64 19 4e b1  60 d2 7e b7 a8 51 d6 6e  Ã."ad.N±`Ò~·¨QÖn&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000210  36 1e fc ce 6a 78 20 c3  e6 54 1f 0d 68 c0 db 61  6.üÎjx ÃæT..hÀÛa&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000220  c5 84 63 15 d4 19 36 94  56 03 2f 2e 3b 89 30 0c  Å.c.Ô.6.V./.;.0.&lt;/P&gt;&lt;P&gt;"Thr 14393" 00000230  06 08 2a 86 48 86 f7 0d  02 05 05 00 03 01 00     ..*.H.÷........ &lt;/P&gt;&lt;P&gt;"Thr 14393" ValidateTicket returns 0. "ssoxxapi_mt.c 226"&lt;/P&gt;&lt;P&gt;"Thr 14393" Validation succeeded...&lt;/P&gt;&lt;P&gt;"Thr 14393" Got date 200807030918 from ticket.&lt;/P&gt;&lt;P&gt;"Thr 14393" Cur time = 200807030920.&lt;/P&gt;&lt;P&gt;"Thr 14393" Computing validity in hours.&lt;/P&gt;&lt;P&gt;"Thr 14393" Computing validity in minutes.&lt;/P&gt;&lt;P&gt;"Thr 14393" CurTime_t = 1215163200, CreTime_t = 1215163080 &lt;/P&gt;&lt;P&gt;"Thr 14393" validity: 120, difference:    120.000.&lt;/P&gt;&lt;P&gt;"Thr 14393" Evaluating user...&lt;/P&gt;&lt;P&gt;"Thr 14393" Evaluating Client ...&lt;/P&gt;&lt;P&gt;"Thr 14393" Evaluating Sysid ...&lt;/P&gt;&lt;P&gt;"Thr 14393" Evaluating Portal User...&lt;/P&gt;&lt;P&gt;"Thr 14393" Evaluating AuthSchema...&lt;/P&gt;&lt;P&gt;"Thr 14393" Evaluating creation time...&lt;/P&gt;&lt;P&gt;"Thr 14393" Computing validity in minutes.&lt;/P&gt;&lt;P&gt;"Thr 14393" validity: 120, difference:   3720.000.&lt;/P&gt;&lt;P&gt;"Thr 14393" *** ERROR =&amp;gt; MySapEvalLogonTicketEx returns 4. "ssoxxext_mt. 665"&lt;/P&gt;&lt;P&gt;"Thr 14393" End of function MySapEvalLogonTicketEx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 10:22:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-ticket-lifetime/m-p/4131732#M987983</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T10:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: Assertion Ticket Lifetime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-ticket-lifetime/m-p/4131733#M987984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I advise to download the &lt;STRONG&gt;latest version of SAPSSOEXT&lt;/STRONG&gt; from the SAP Service Marketplace &lt;STRONG&gt;and to set the following environment variables&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;SAPSYSTEMNAME = &amp;lt;system ID&amp;gt;&lt;/P&gt;&lt;P&gt;SAPSYSTEMCLIENT = &amp;lt;client&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Notice&lt;/U&gt;: &amp;lt;system ID&amp;gt; and &amp;lt;client&amp;gt; are specifying a "logical system". SAP Logon Tickets and SAP Authentication Assertion Tickets are operating on the level of "logical systems" - this is the granularity for which you can define trust ("system A trusts system B").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Authentication Assertion Tickets contain the information (-&amp;gt; contraint) for which target system they have been created.&lt;/P&gt;&lt;P&gt;When receiving such a ticket, the recipient has to ensure that he really is the "intended recipient" (as specified in the assertion ticket) - SAPSSOEXT does perform this check!&lt;/P&gt;&lt;P&gt;For external components you &lt;U&gt;need&lt;/U&gt; to specify their "identity" (system ID, client) by those two environment variables (SAPSYSTEMNAME, SAPSYSTEMCLIENT) - otherwise you cannot validate SAP Authentication Assertion Tickets (but only SAP Logon Tickets).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 12:43:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-ticket-lifetime/m-p/4131733#M987984</guid>
      <dc:creator>Wolfgang_Janzen</dc:creator>
      <dc:date>2008-07-03T12:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Assertion Ticket Lifetime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-ticket-lifetime/m-p/4131734#M987985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Wolfgang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are going to try this. But I really can't believe that this will help.&lt;/P&gt;&lt;P&gt;On Windows we &lt;U&gt;haven't set&lt;/U&gt; these environment vars and &lt;U&gt;it works&lt;/U&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So why should there be a difference on AIX?&lt;/P&gt;&lt;P&gt;The return code is 4: &lt;U&gt;ticket expired&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we reduce the lifetime of the &lt;U&gt;logon tickets&lt;/U&gt; to two minutes, &lt;U&gt;we get the same error&lt;/U&gt;.&lt;/P&gt;&lt;P&gt;This hardly points to a lifetime-evaluation problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Urs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 13:16:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-ticket-lifetime/m-p/4131734#M987985</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T13:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: Assertion Ticket Lifetime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-ticket-lifetime/m-p/4131735#M987986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please notice that older versions of SAPSSOEXT have been only designed to support SAP Logon Tickets; if they'd also worked with SAP Assertion Tickets then this was "by luck" ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The logfiles you have provided contain some strange content:&lt;/P&gt;&lt;P&gt;&amp;gt;"Thr 5312" Validation succeeded...&lt;/P&gt;&lt;P&gt;&amp;gt;"Thr 5312" Got date 200807030918 from ticket.&lt;/P&gt;&lt;P&gt;&amp;gt;"Thr 5312" Cur time = 200807030920.&lt;/P&gt;&lt;P&gt;&amp;gt;"Thr 5312" Computing validity in hours.&lt;/P&gt;&lt;P&gt;&amp;gt;"Thr 5312" Computing validity in minutes.&lt;/P&gt;&lt;P&gt;&amp;gt;"Thr 5312" CurTime_t = 1215163200, CreTime_t = 1215163080 &lt;/P&gt;&lt;P&gt;&amp;gt;"Thr 5312" &lt;STRONG&gt;validity: 120, difference: 120.000.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;"Thr 5312" Evaluating user...&lt;/P&gt;&lt;P&gt;&amp;gt;"Thr 5312" Evaluating Client ...&lt;/P&gt;&lt;P&gt;&amp;gt;"Thr 5312" Evaluating Sysid ...&lt;/P&gt;&lt;P&gt;&amp;gt;"Thr 5312" Evaluating Portal User "portal:E0000400" ...&lt;/P&gt;&lt;P&gt;&amp;gt;"Thr 5312" Evaluating AuthSchema...&lt;/P&gt;&lt;P&gt;&amp;gt;"Thr 5312" Evaluating creation time...&lt;/P&gt;&lt;P&gt;&amp;gt;"Thr 5312" Computing validity in minutes.&lt;/P&gt;&lt;P&gt;&amp;gt;"Thr 5312" &lt;STRONG&gt;validity: 120, difference: -3480.000.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe that the latter one ("difference: -3480.000") is simply caused by an invalid output function.&lt;/P&gt;&lt;P&gt;That's why I recommend to get the latest version of SAPSSOEXT where the (minor) bug is most likely already fixed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 14:54:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-ticket-lifetime/m-p/4131735#M987986</guid>
      <dc:creator>Wolfgang_Janzen</dc:creator>
      <dc:date>2008-07-03T14:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Assertion Ticket Lifetime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-ticket-lifetime/m-p/4131736#M987987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a more recent version available than: 5.4.28M-5&lt;/P&gt;&lt;P&gt;Released 2007/04/02&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Assertion Tickets&lt;/U&gt; and &lt;U&gt;Logon Tickets&lt;/U&gt; should be 100% compatible, at least that's written in several specs.&lt;/P&gt;&lt;P&gt;So, why should it function just "_by luck_"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And why do we have the exact same behavior if we reduce the lifetime of &lt;U&gt;Logon Tickets&lt;/U&gt; to two minutes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my opinion it's not just an output error.&lt;/P&gt;&lt;P&gt;It is a calculation error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please have a look at this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WIN&lt;/P&gt;&lt;P&gt;date from ticket: 200807030918&lt;/P&gt;&lt;P&gt;current time:     200807030920&lt;/P&gt;&lt;P&gt;CurTime_t:        1215163200&lt;/P&gt;&lt;P&gt;CreTime_t:        1215163080&lt;/P&gt;&lt;P&gt;validity:         120s&lt;/P&gt;&lt;P&gt;difference:       120s&lt;/P&gt;&lt;P&gt;diff 2:           -3480s&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AIX&lt;/P&gt;&lt;P&gt;date from ticket: 200807030918&lt;/P&gt;&lt;P&gt;current time:     200807030920&lt;/P&gt;&lt;P&gt;CurTime_t:        1215163200&lt;/P&gt;&lt;P&gt;CreTime_t:        1215163080&lt;/P&gt;&lt;P&gt;validity:         120s&lt;/P&gt;&lt;P&gt;difference:       120s&lt;/P&gt;&lt;P&gt;diff 2:           3720s&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3720 + 3480 = 7200s&lt;/P&gt;&lt;P&gt;the calculations between AIX and WIN differs exactly 7200s.&lt;/P&gt;&lt;P&gt;this matches 2h time difference between CEsT and UTC.&lt;/P&gt;&lt;P&gt;IS THIS JUST A FUNNY COINCIDENCE?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could it be datatype problem?&lt;/P&gt;&lt;P&gt;A problem like &lt;U&gt;signed/unsigned type&lt;/U&gt; or a different &lt;U&gt;type range&lt;/U&gt; ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 15:21:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-ticket-lifetime/m-p/4131736#M987987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T15:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: Assertion Ticket Lifetime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-ticket-lifetime/m-p/4131737#M987988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE level="1"&gt;&lt;/BLOCKQUOTE&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Is there a more recent version available than: 5.4.28M-5&lt;/P&gt;&lt;P&gt;&amp;gt; Released 2007/04/02&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are referring to SAPSECULIB - but I was referring to SAPSSOEXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;U&gt;Assertion Tickets&lt;/U&gt; and &lt;U&gt;Logon Tickets&lt;/U&gt; should be 100% compatible, at least that's written in several specs.&lt;/P&gt;&lt;P&gt;&amp;gt; So, why should it function just "_by luck_"?&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; And why do we have the exact same behavior if we reduce the lifetime of &lt;U&gt;Logon Tickets&lt;/U&gt; to two minutes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are only partially right: a "SAP Assertion Ticket" contains the same "InfoUnits" as a SAP Logon Ticket - plus some additional ones, namely the ones that specify the "intended recipient". And the validity of an assertion ticket is hard-coded and cannot be customized. So, if an older system component is receiving an Assertion Ticket it will simply treat it as Logon Ticket - ignoring those additional "InfoUnits"; but that also means: it does not perform all checks that are supposed to be performed for Assertion Tickets (in addition to the checks which are performed when validating a Logon Ticket).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, if you "feed" such an older component (e.g. an older version of SAPSSOEXT) with an Assertion Ticket it will treat it as if it would be a Logon Ticket with a (configured) validity of just two minutes (PS: the "InfoUnits" containing the validity information are the same for both tickets).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"By Luck" shall express: it has not been tested - so there is no (legal) warranty.&lt;/P&gt;&lt;P&gt;(PS: which "specs" are you referring to ...? I can hardly believe that you have access to those that I'm aware of ...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; In my opinion it's not just an output error.&lt;/P&gt;&lt;P&gt;&amp;gt; It is a calculation error.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Please have a look at this:&lt;/P&gt;&lt;P&gt;&amp;gt; ...&lt;/P&gt;&lt;P&gt;&amp;gt; 3720 + 3480 = 7200s&lt;/P&gt;&lt;P&gt;&amp;gt; the calculations between AIX and WIN differs exactly 7200s.&lt;/P&gt;&lt;P&gt;&amp;gt; this matches 2h time difference between CEsT and UTC.&lt;/P&gt;&lt;P&gt;&amp;gt; IS THIS JUST A FUNNY COINCIDENCE?&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Could it be datatype problem?&lt;/P&gt;&lt;P&gt;&amp;gt; A problem like &lt;U&gt;signed/unsigned type&lt;/U&gt; or a different &lt;U&gt;type range&lt;/U&gt; ?&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, that also looks like a bug (caused by inappropriete usage of datatypes) to me.&lt;/P&gt;&lt;P&gt;But believe me: I've contacted the responsible developer and he told me that there used to be such an "output error" which has been fixed.&lt;/P&gt;&lt;P&gt;Please download the latest version of SAPSSOEXT and retry. If the error persists, kindly submit an offical error report to SAP (component BC-SEC-LGN) - and you might refer to this SDN conversation (which most likely will help to speed-up the processing ...).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 15:41:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-ticket-lifetime/m-p/4131737#M987988</guid>
      <dc:creator>Wolfgang_Janzen</dc:creator>
      <dc:date>2008-07-03T15:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: Assertion Ticket Lifetime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-ticket-lifetime/m-p/4131738#M987989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Meanwhile you've submitted a support message (# 512111) which has reached the development support.&lt;/P&gt;&lt;P&gt;So, I propose to close / pause this thread - and finally post the result (most likely: a new SAPSSOEXT version described in a new SAP note) so that others can benefit from your experience.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 17:25:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-ticket-lifetime/m-p/4131738#M987989</guid>
      <dc:creator>Wolfgang_Janzen</dc:creator>
      <dc:date>2008-07-08T17:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Assertion Ticket Lifetime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-ticket-lifetime/m-p/4131739#M987990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Wolfgang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There's a datatype error in the AIX-32-bit "libsapssoext.so" library.&lt;/P&gt;&lt;P&gt;We got a bugfixed version from SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume that SAP will release an official bugfix in a few days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Urs Hürlimann&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 08:13:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-ticket-lifetime/m-p/4131739#M987990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-09T08:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: Assertion Ticket Lifetime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-ticket-lifetime/m-p/4131740#M987991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Problem solved with a bugfixed version of libsapssoext.so for "AIX 32 Bit".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 16:32:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-ticket-lifetime/m-p/4131740#M987991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-09T16:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Assertion Ticket Lifetime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-ticket-lifetime/m-p/4131741#M987992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes - and there's a new [SAP Note: 1040335|https://service.sap.com/sap/support/notes/1040335] which describes the reported problem and its solution (plus some background infos).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers, Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 11:24:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-ticket-lifetime/m-p/4131741#M987992</guid>
      <dc:creator>Wolfgang_Janzen</dc:creator>
      <dc:date>2008-07-10T11:24:41Z</dc:date>
    </item>
  </channel>
</rss>

