cancel
Showing results for 
Search instead for 
Did you mean: 

SMP Logon Error in Android

Former Member
0 Kudos

Hello,

I am getting issue with SMP logon process in Android. I followed all the steps and attached all the libraries as per mentioned in

https://archive.sap.com/kmuuid2/30304722-614d-3210-65a6-faf86a032319/How%20To...%20On-board%20users%...

But I found following issue with Login.

I can successfully login sometime and sometime got exception.

E/ODataBaseListener: notifyErrorToListener java.lang.Exception: registration failed: com.sap.smp.client.httpc.HttpConversationManager$ConversationFlow$ReceiveEvent@370d23a at com.vecv.gr.services.MyLogonCoreListener.registrationFinished(MyLogonCoreListener.java:41) at com.sap.maf.tools.logon.core.LogonCoreHelper.registrationFinished(LogonCoreHelper.java:42) at com.sap.maf.tools.logon.core.LogonCore.registrationFinished(LogonCore.java:1677) at com.sap.maf.tools.logon.core.LogonCoreHelper.registrationFinished(LogonCoreHelper.java:27) at com.sap.maf.tools.logon.core.reg.SMPChannel$4$1.appSettingsDownloadFailed(SMPChannel.java:330) at com.sap.maf.tools.logon.core.reg.AppSettings$5.onResponseReceived(AppSettings.java:463) at com.sap.smp.client.httpc.HttpConversationManager$ConversationFlow.processResponse(HttpConversationManager.java:1614) at com.sap.smp.client.httpc.HttpConversationManager$ConversationFlow.run(HttpConversationManager.java:1085) at com.sap.smp.client.httpc.HttpConversationManager$DelegatingRunnable.run(HttpConversationManager.java:2148) at java.lang.Thread.run(Thread.java:818)

Kindly help to resolve this issue

Accepted Solutions (0)

Answers (1)

Answers (1)

bob_gallo58
Participant
0 Kudos

Hello, I was wondering if you see any messages in the SMP Server logs.
If you are not seeing anything in the SMP Server log you can try turning
"Client Request Trace", "Registration", and "Security" to debug to see if that helps in determining your problem.
Maybe an issue with reusing the same Application Connection ID (APPCID) which is passed in the HTTP headers
when an app first connects/registers.
Please let us know

Former Member
0 Kudos

Thanks Bob for your reply. But as I mentioned, I login in my app without any fix sequence. Sometime it behaves well but sometimes I could not login. Sometime it shows the message "Registration Successfully" but sometimes shows "Registration Failed".

bob_gallo58
Participant
0 Kudos

So this message "Registration Failed". is on your client device?
When you see the issue happen, when you try again does it work?
Can be that you are not able to connect to a network?
Well, the server log may have some info to help understand the issue.
Do you have any logging turned for the cleint device