cancel
Showing results for 
Search instead for 
Did you mean: 

Validating the RFC Connection

Former Member
0 Kudos

I am fairly new to XI, completed the TBIT40 course back in december. We are using XI 3.0 running on 6.20.

I have followed the instructions for Validating a connection between SAP R/3 and SAP XI with RFC...

When running stfc_connection in se37, i get a response, but when I try and check SXMB_MONI there are no messages.

What should I be checking to make sure this function is working?

I have not had any success yet with calling RFC from XI to SAP or viceversa.... any suggestions would be gratefully received!

Message was edited by: Barry Neaves

Accepted Solutions (1)

Accepted Solutions (1)

former_member185751
Contributor
0 Kudos

Increase your logging/ Tracing levels in the Integration engine configuration to see the synchronous message in the SXMB_MONI.

1.Execute SXMB_ADM in the ABAP stack of XI

2.Navigate to Configuration --> Integration Engine Configuration --> Change Specific Configuration Data

Set the following:

Category : Runtime

Parameter : LOGGING_SYNC

value : 1 (activated)

Parameter : TRACE_LEVEL 3

value : 3 (activated)

Regards,

Sridhar

Message was edited by: Sridhar Rajan Natarajan

Former Member
0 Kudos

Sridhar

I have made the changes but it doesn't appear to have done anything....

Thanks anyway...

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

try also adding (apart from LOGGING_SYNC)

Category : Runtime

Parameter : LOGGING

value : 1 (activated)

on the dev system it's good to have all loggings turned on

then run your test again (se37) an check in sxmb_moni

but it should be ok with the LOGGING_SYNC only as Sridhar said

Regards,

michal

former_member185751
Contributor
0 Kudos

Barry,

If your scenario is working until step 9 then you dont have a problem with your scenario.

Check this weblog by Michal and ensure you have set up the logging/tracing levels correctly:

/people/michal.krawczyk2/blog/2005/05/10/xi-i-cannot-see-some-of-my-messages-in-the-sxmbmoni

Test one more time and let me know.

Regards,

Sridhar

Message was edited by: Sridhar Rajan Natarajan

Message was edited by: Sridhar Rajan Natarajan

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Is your RFC remote enable?

Have you created a RFC destination and tested in SM59?

Do you able to import the RFC successfully in Repository?

While testing are you sending the right input data to RFC import parameters?

Have you done all the configurtion settings in integration directory?

How are you testing you scenarios?

What is your scenario?

Thanks,

Sasi

Former Member
0 Kudos

Sasi

Please excuse my ignorance, but it's been a longtime since I did the overview course.

I'm not sure i fully understand what you are asking...

I have tested the RFC connections in SM59 and they are not giving me errors.

The scenario I am testing is this one..... https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/xi/validating a connection between sap r3 and sap xi with rfc.pdf

Not having much luck... It works upto step 9....

Any thoughts gratefully received...