cancel
Showing results for 
Search instead for 
Did you mean: 

Data not triggering

Former Member
0 Kudos

When triggering the data from ECC to PI, data is not getting triggered and not appearing in the XML processed messages when executing SXMB_MONI.So please help me to know possible causes of it.

Thanks & Regards-

Anuj

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Anuj,

I'm not getting your problem.Please elaborate the scenario. What are you using as adapter to trigger the msg?

Thanks,

Arthita

Former Member
0 Kudos

Hi,

The scenario is proxy to http. We have FPS  interface and its tcode to trigger the data from ECC system. But after executing this transaction, when checking the arrival of message in both ECC and PI using  SXMB_MONI. It showing as "no message found".

Regards-

ANUJ


former_member184720
Active Contributor
0 Kudos

You have to debug that transaction/program to see if it really creating/sending any messages..

iaki_vila
Active Contributor
0 Kudos

Hi Anuj,

First of all, are you sure that you have enable the monitoring for sync and async interfaces?, have you tried first the outbound proxy in the sproxy transaction?, have you checked the configuration in the Integration Directory by the test tool inside it?, have you configured properly the ECC and PI proxy connection?, what is your PI version?.

Please Anuj, you should to understand you have to give us more details, it's quite hard to help you with the few details that you give us, sometime this threads can be endless. It  is like looking for a needle in a haystack.

Regards.

Former Member
0 Kudos

Dear Anuj,

Please check  once in SXMB_ADM, below roll are added or not.

Goto SXMB_ADM -->Integration Engine Configuration -->Specifc Information and add the entry

Category : Runtime

Parameters                                  Value            Default value

LOGGING                                        1                         0

LOGGING_PROPAGATION         1                         0

LOGGING_SYNC                           1                         0

Thanks,

Arthita

Answers (3)

Answers (3)

Former Member
0 Kudos
monikandan_p
Active Participant
0 Kudos

Hi Anuj,

     First you check in ECC tcode- SXI_MONITOR whether the processed data got successful,if any error occur  or msg in scheduled status due to queue ,check in SMQ1 and activate the queues.Once it got successful from ECC side only it will reach PI.

Also check Prerequisities for Proxy ECC to PI:

1.RFC destination-Connection test

2.HTTP host entry,H type,T type connection

3.sproxy connection enable

Best Regards,

Monikandan.

gagandeep_batra
Active Contributor
0 Kudos

How you triggering?

using proxy? if yes then debug the proxy with same data and check

Regards

GB

Former Member
0 Kudos

Hi,

Can you please explain how the data can be triggered through proxy from ECC when there is no service interface being used to generate proxy in sproxy ? As far as I am aware of, sender channel in this case does not play any role while passing data from ECC to PI, so where is the role of service interface ??