cancel
Showing results for 
Search instead for 
Did you mean: 

Notification using Push Application

Former Member
0 Kudos

Hello,

I implemented scenario from blog http://scn.sap.com/community/netweaver-gateway/blog/2012/12/03/gateway-pushing-notifications-made-ea...

but i can not get any push notification using HTTP Trace.

What can be a Problem?

Pull notification using "notificationstore" I see.

Regards

Vladislav Shakhmatov

Accepted Solutions (1)

Accepted Solutions (1)

former_member195242
Active Participant
0 Kudos

Hi Vladislav,

The flow of notification from backend is as follows:

IW_BEP layer --->through bgRFC ---------> IW_FND layer---->through bgRFC-------->HTTP listener

So, you can check the bgRFC monitor using the transaction SBGRFCMON at backend(IW_BEP layer) as well as gateway hub(IW_FND layer), if your notification is stuck there.

Alternatively, please also check the error logs using tcode : /IWBEP/ERROR_LOG or /IWFND/ERROR_LOG.

Also, you can check all the configuration is done as per the document:

SAP Library - SAP NetWeaver Gateway

SAP Library - SAP NetWeaver Gateway

Best regards,

Aakash

Former Member
0 Kudos

Hi Aakash,

I configured bgrfc anfd I receive now two errros:

What RFC should I create now?

Thanks!

Regards

Vladislav

former_member195242
Active Participant
0 Kudos

Hi Vladislav,


Is this in error log or bgRFC monitor? And in backend or gateway hub?

Have you done both the configuration in backend as well as hub as mentioned in the links that I have provided?

Can you please tell what all configurations you did?

Best regards,

Aakash

SyambabuAllu
Contributor
0 Kudos

Hi Aakash,

I have created all the steps given above link (http://scn.sap.com/community/netweaver-gateway/blog/2012/12/03/gateway-pushing-notifications-made-ea...).

Now how to test the application..can you give me the simple steps for the with using sample REST URL's

Thanks,

Syam

former_member195242
Active Participant
0 Kudos

Hi Shyam,

This was the first part of the blog, where you have subscribed for a business object. The second part of the blog explains how to create a push application where you can send notification. Please check the 2nd part of the blog here:

Best regards,

Aakash

SyambabuAllu
Contributor
0 Kudos

Hi Aakash,

When i am trying to execute the Subscriptioncollection through GW_CLIENT with payload given below screenshot and getting error says like below.

OperationsURLs
Service Documenthttp://<hostname>:<port>/sap/opu/odata/sap/ZPUSHDEMOSRV/?$format=xml
Metadata

http://<hostname>:<port>/sap/opu/odata/sap/ZPUSHDEMOSRV/$metadata

Queryhttp://<hostname>:<port>/sap/opu/odata/sap/ZPUSHDEMOSRV/UserCollection
Readhttp://<hostname>:<port>/sap/opu/odata/sap/ZPUSHDEMOSRV/UserCollection('A.M')

Except POST method all above four operations working fine too...

Can you help me on the above issue..what i have missed in my configuration.

Thanks,

Syam

former_member195242
Active Participant
0 Kudos

Hi Shyam,

Use TCode SU53 to check which authorization object is missing for your user.

Best,

Aakash

SyambabuAllu
Contributor
0 Kudos

Hi Aakash,

What are all the authorizations object i need to assign my user can you provide me the same.

Thanks,

Syam

former_member195242
Active Participant
0 Kudos

Hi Shyam,

The missing authorization can only be found in SU53. Please check the same. It'll be mentioned there with specific values as well.

Best regards,

Aakash

Former Member
0 Kudos

Hi Aakash,

I am also following the flight example to send notifications. I am getting error in ECC box by using tcode- /iwbep/error_log.

/IWBEP/CM_MGW_RT061          Failed to send notifications

Can you please assist on resolving this error..I have check T-code - /IWBEP/NOTIF_MONITOR. but no error details are thr..

Regards,

Rajesh

former_member195242
Active Participant
0 Kudos

Hi Rajesh,

Please check the logs in Gateway hub as well. Tcode - /IWFND/ERROR_LOG.

Best regards,

Aakash

Former Member
0 Kudos

Hi Aaskah,

I am not getting any error entry on gateway - /IWFND/ERROR_LOG

Thanks

Former Member
0 Kudos

Hi Aasksh,

Now I am able to push notification to gateway. It is giving me following error in /iwfnd/view_log.

Same error is coming on /iwfnd/error_log at gateway.. I raised the error yesterday.. and error_log only showing error for today.. any way i can check error for previous day?..

Please assist if any config is missing in GW.

Regards,

Rajesh

Former Member
0 Kudos

Hi Vladislav,

Are you able to resolve the errors you were getting in ur error log.. I am getting same error in my gateway when sending data from ECC..

Regards,

Rajesh

former_member195242
Active Participant
0 Kudos

Hi Rajesh,

The error here looks like it could not resolve the URL, i.e. delivery address. Please check your delivery address or the RFC destination that you have maintained for external server. Based on the delivery address, your external RFC destination is found where the notification will be sent.

Best regards,

Aakash

Former Member
0 Kudos

Thanks Aakash,

I am sending data to PI server to test the notification as I cann't create external RFC to my system due security issues... I have given IP address of PI system while subscribing. I am not sure where I need to put RFC details which i create for external call (RFC type 'G')..I have posted more details in following link...

Thanks for looking into this..

Regards

Answers (0)