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 "
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