Skip to Content
0
Nov 16, 2006 at 11:08 AM

SSO Logon ticket - evalLogonTicket( )

200 Views

Hi

We are stabilishing SSO Logon ticket between EP and a Java system based on the document and sample code given "Java and .NET Code Samples for SAP Logon Ticket Verification "

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ec82ec90-0201-0010-72bc-88ef150211ff

But when we excute the code, we are getting error in evalLogonTicket( ) as

java.lang.Exception: MySapEvalLogonTicketEx failed: standard error= 1281, ssf error= 0

Can you please help me, how to go about it?

if we are passing null , we are getting different error

for

Object o[] = evalLogonTicket( null ,pab, "" );

error

java.lang.Exception: At least one NULL parameter passed. ticket=00000000,PAB=009F56A8

for

Object o[] = evalLogonTicket(ticket, null , "" );

error

java.lang.Exception: At least one NULL parameter passed.

Please help me

PS: Full points will be given ASAP !!!!!

Cheers

Jawahar Govindaraj