cancel
Showing results for 
Search instead for 
Did you mean: 

PI interface message monitor data can not find in SXI_MONITOR

Former Member
0 Kudos

Hi PI Experts

    I have a question about PI message monitor.I call a PI method to send data out from SAP ECC 6.0 to PI server.

   But after i call it finished,sometimes i can find the interface message in T-code:SXI_MONITOR,but sometimes i can not find it in T-code:SXI_MONITOR

   Detail process code as below: after i call PI method complete,i put 'S' in variant zt_flag.and the i catch fault information in next step.

   The problem is: when zt_flag is 'S',why i can not find PI message data in T-code:SXI_MONITOR. Can anyone help me to answer this question?

    try.

       call method si_transform_order_out->si_transform_order_out

         exporting

           output = gt_out.

       commit work.

       zt_flag = 'S'.

     catch cx_ai_system_fault .

              create object fault.

       errortext = fault->errortext.

       zt_flag = 'F'.

   endtry.

Accepted Solutions (1)

Accepted Solutions (1)

iaki_vila
Active Contributor
0 Kudos

Hi Bruce,

To follow 

Former Member
0 Kudos

Hi Iñaki Vila

    Thanks very much,It's working now after complete the integration configuration...

Answers (1)

Answers (1)

markangelo_dihiansan
Active Contributor
0 Kudos

Hi Bruce,

Have you checked in sxi_monitor of your ECC system for the failed messages?

Regards,

Mark

Former Member
0 Kudos

Hi Mark

    In ECC system, i already run SXI_MONITOR use the select condition as the picture show.

    There isn't any data exist in sxi_monitor. sometimes i can find in there but sometimes i can not find...strange...

iaki_vila
Active Contributor
0 Kudos

Hi Bruce,

Have you checked st22 transaction?, may be any exception can be raised before the ABAP Proxy runtime takes the control.

Regards.