Hello,
I am trying to setup SSO between Portal and Abap system. I have created System Object in Portal system with Logon method as 'SAPLOGNTICKET' and have exchanged certificated between both systems.
However, when I do test connect for System Object, I get below error:
Linked2 Exception: com.sapportals.connector.connection.ConnectionFailedException: Connection Failed: A nested exception occurred. Could not initialize physical connection. Linked Exception: Connection Failed: A nested exception occurred. Could not initialize physical connection. Linked Exception: Connection Failed: A nested exception occurred. Could not create JCO connection. ->'user' missing
When I try to open Transaction from System Administration -> Support -> Application Integration and Session Management -> Test and Configuration Tools, I get below message:
Portal runtime error
An exception occurred while processing your request. Send the exception ID to your portal administrator
The Excep written in defaultTrace is as below:
PRT#tc~epbc~prtc~core#C0000A4C06520099000000000000173C#24851950000000004#sap.com/com.sap.portal.appintegrator.sap#com.sap.portal.sapapplication#MYUSER123#1##9741E63A3BB111E484260000017B35EE#71a1d6123bbd11e4937c0000017b35ee#71a1d6123bbd11e4937c0000017b35ee#0#Thread[HTTP Worker [@131787540],5,Dedicated_Application_Thread]#Plain##
Content pass of Application Integrator failed.
Component Name: 'com.sap.portal.appintegrator.sap.Transaction',
Context Name (iView): 'com.sap.portal.appintegrator.sap.Transaction',
Top Layer: 'Transaction/DragAndRelateLayer',
Producer ID (FPN): 'null',
System Alias: 'SMP',
#
#2.0 #2014 09 13 20:25:15:566#0-700#Error#com.sap.portal.prt.connection#
#EP-PIN-PRT#tc~epbc~prtc~api#C0000A4C06520099000000010000173C#24851950000000004#sap.com/irj#com.sap.portal.prt.connection#MYUSER123#1##9741E63A3BB111E484260000017B35EE#71a1d6123bbd11e4937c0000017b35ee#71a1d6123bbd11e4937c0000017b35ee#0#Thread[HTTP Worker [@131787540],5,Dedicated_Application_Thread]#Plain##
Exception ID:08:25_13/09/14_0001_24851950
[EXCEPTION]
com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
Application name : com.sap.portal.appintegrator.sap
Component : com.sap.portal.appintegrator.sap.Transaction
Component class : com.sapportals.portal.sapapplication.SAPApplicationIntegratorComponent
User : MYUSER123
#2.0 #2014 09 13 20:25:15:715#0-700#Error#com.sap.portal.prt.runtime#
#EP-PIN-PRT#tc~epbc~prtc~api#C0000A4C06520099000000020000173C#24851950000000004#sap.com/com.sap.portal.runtime.system.hooks#com.sap.portal.prt.runtime#MYUSER123#1##9741E63A3BB111E484260000017B35EE#71a1d6123bbd11e4937c0000017b35ee#71a1d6123bbd11e4937c0000017b35ee#0#Thread[HTTP Worker [@131787540],5,Dedicated_Application_Thread]#Plain##
08:25_13/09/14_0001_24851950
[EXCEPTION]
com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in SAP Application Integrator occured: com.sap.security.api.umap.NoLogonDataAvailableException: No logon ticket available.
I went through many blogs over SCN which explain the procedure for setup such SSO and configuration looks correct as per them. The users being used have Administartor and super_admin role on Java stack and SAP_ALL on abap. The user with same name exist on both Abap and Java system.
Please suggest how can this be resolved. Thanks.
Regards.