cancel
Showing results for 
Search instead for 
Did you mean: 

SAP PI not hitting the Server Proxy

Former Member
0 Kudos

Hi,

We are working on JDBC to Proxy Asynchronous scenario. When this interface runs, it fetches data from the Oracle database using JDBC adapter. We are then performing Message Mapping where all the fields are mapped one to one and also total number of records are counted and sent to server proxy. As the part of the proxy code, we are writing the data fetched, in a file.

We could see the success message in SXMB_Moni. But when we check AL11, we could not see the generated text file.

It seems the proxy is not hit by the XI.

Moreover, when the proxy is run independently, it is writing the data to the file.

Please help as we are not able to understand the reason behind this.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

check sxmb_moni in ecc. if u can't find the message, then check the queue

Former Member
0 Kudos

Hi Arvind,

Thanks a lot for your reply.

I checked SXMB_MONI and found that the mesages were stucked in Queue. Once I cleared it, the proxy posted the data successfully.

I just wanted to know that if the messages were stucked in Queue in ECC system, the quality of service in this case should be EOIO. Where is this configuration regarding the QOS done or is it taken as default?

Shabarish_Nair
Active Contributor
0 Kudos

in your case it seems to be an issue with the queues not being registered.

In ECC, Go to SXMB_ADM -> manage Queues and register and activate all queues so that you will not face any issues going forward.

Former Member
0 Kudos

Thanks Vijay,

I did the same and its working now...

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Please check if ur queues are registered on ECC.

Thanks

Nidhi

Shabarish_Nair
Active Contributor
0 Kudos

try to debug your abap proxy and see - https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3dfac358-0d01-0010-5598-d49...

also check if there are traces in st05 and sm58