cancel
Showing results for 
Search instead for 
Did you mean: 

Passing a message from FILE to PROXY, message is successful in pi

Former Member
0 Kudos

Hi all,

Passing a message from FILE to PROXY, message is successful in pi but the table is not getting updated, can you please suggest what might be wrong or missing,

Accepted Solutions (1)

Accepted Solutions (1)

apu_das2
Active Contributor
0 Kudos

Hi Ranjith,

A others said, if message is successful in PI and your proxy connection is perfect but still ECC tables are not getting updated then there can have 2 reasons -

1. Message is stuck in SMQ2 of ECC system or failed in ECC system (Check in SXMB_MONI).

2. Message is successful but your inbound proxy code is not doing the update into the table properly.

If you cant see the messages in message monitoring then you can check in SXMB_ADM whether logging is activated or not and what is the message archiving interval. Though by default async messages and error messages logging is active but still check once.

Thanks,
Apu

Former Member
0 Kudos

Hi Apu

this is my current configuration, and my archiving period is 30 days, i am currently waiting for the abaper to run the proxy class(it may give some insight of the problem, that is what the advise from abap team),

one more info is require: is there any easy way to find out which job is running for PI interfaces, if i check with basis team they are providing me the list of jobs to check by myself

apu_das2
Active Contributor
0 Kudos

Hi Ranjith,

Here you are using inbound proxy so so job is scheduled for that as the coding is done into the class. This will be automatically triggered when your PI interface will push the data from file.

If you are looking for outbound report that call outbound service interface then I dont think that there is any to find out rather open the code and the call proxy section.

Thanks,

Apu

Answers (1)

Answers (1)

former_member182455
Active Contributor
0 Kudos

Hi Ranjith, Please check the proxy code and debug the proxy using the XML. Please check in ECC sxmb_moni, whether the data logs are success or not. Regards Srinivas

former_member186851
Active Contributor
0 Kudos

Hello Ranjith,

As Srini suggested check in SXMB_MONI of ECC.

If it is successful check with ABAPer for the proxy code and also run the  code internally and check fi the tables are getting updated.

Former Member
0 Kudos

i dont see any messages or logs in ecc system,

Former Member
0 Kudos

only in my system i can see it as successful, not in ecc system, i dont see any messages,

How is this updating the table in ecc system once the message is successful in PI, can u please explain that as well