cancel
Showing results for 
Search instead for 
Did you mean: 

Device not registering on SMP Server

Former Member
0 Kudos

Hello Experts,

We need to perform PUSH notifications for all SAP UI5 applications configured in Fiori Launchpad, for this purpose we are using SAP Fiori Client and PUSH Kapsel Plugins.

Environment Details
SMP 3 SP11
Cordova Version 5.4.1

Steps Performed.

1) i have created a Application in SMP server (com.abc.xyz), followed this url :
https://blogs.sap.com/2015/07/17/getting-started-with-kapsel-sap-fiori-client-sp09/

Specified Back-End URL : http://<<serverIPAddress>>:<<serverPortNumber>>/
Rewrite Mode: Rewrite URL on Back End
SSO Mechanisms : Technical User (Basic)
Created Security Profile with HTTP/HTTPS Authentication
Specified Push notifications detials for Andirodi Mobile (API Key, Sender ID)

After Completing above configurations, restarted SMP Server

2) Created Cordova project as per the link https://blogs.sap.com/2015/07/17/getting-started-with-kapsel-sap-fiori-client-sp09/

specified this details for logon plugin

"serverHost": <<smp Server IP Address >>,
"https": false,
"serverPort": 8083,
"user": smpUserID,
"password": smpPassword,
"communicatorId": "REST",
"passcode": "123456789",
"unlockPasscode": "123456789",
"passcode_CONFIRM": "123456789"

created a APK file.
3) Installed the APK file on mobile, when executed getting an error "No Vault is present"

Pls let me know where i am going wrong

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Jitendra,

After creating connections, this is the port number i see for registrations.

PFA screenshot

smp-screenshot.png

Regards,

Hari

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Should check on port part. (in general, 8083 is SMP Admin cockpit port which cant be used for registration process)

by default, http port is 8080

(you must check it with your SMP Admin team)

Regards,

Jitendra