cancel
Showing results for 
Search instead for 
Did you mean: 

Forbidden 403 Error in Push Notification

former_member214915
Participant
0 Kudos

Hello Experts,

                    I have created and registered the Odata service successfully for Pushing notifications from gateway to SMP server.I have created application on SMP management console as com.pushnotification .I am referring the doc as provided in link http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/40ab6d83-b7b8-3010-65bc-d7a08f0f3...  .i created the RFC connection in SAP for SMP server, As i reached at a step where subscription is required to be created through REST client, when i am trying to hit the server by giving this URL http://<SMP Host>:<Port>/com.pushnotification but i am getting error as HTTP status 403 - Backend connection com.pushnotification is not mapped for this application configuration .

Suggest the solutions.

Regards,

Shahezad

Accepted Solutions (0)

Answers (2)

Answers (2)

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Maybe can share more points on this.

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Are you trying push notification with smo 3.0 server? If yes,

Few things to check before calling http://<SMP Host>:<Port>/com.pushnotification :

1. Have you added API key and Sender id details under "PUSH" tab in admin cockpit?

2. You have to add a new authentication provider under security "Notification" and for the admin user, you have to assign role as "Notification User"

3. Restart your machine

4. If you are testing it in android simulator, make sure it is google API enabled.

5. First register app id com.pushnotification at smp server and then at GCM server

You should follow this detailed doc

Rgrds

JK

former_member214915
Participant
0 Kudos