cancel
Showing results for 
Search instead for 
Did you mean: 

RFC Receiver

Former Member
0 Kudos

Hi All,

I have configured RFC as a receiver and given all the details like user and password in the RFC receiver channel.

Now i want to catch some errors like if someone changes the password in R3 that i have specified in the RFC receiver adapter. Then how should i catch this error??

Can anyone guide me about this??

Thanks.

Smita..

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

in case of a password change; in adapter monitoring in RWB you will be able to see the status of the adapter with error and the relevant description !!!

Former Member
0 Kudos

Thanks a lot.

But i want to catch it in my sender system....

Suppose my scenario is File->XI->RFC->XI->File.

How should i catch it in the sender system(File)?

Regards,

SMITA

Former Member
0 Kudos

Hi ,

You can catch adapter engine errors If your SP>=13.

Check this thread...

Sekhar

Shabarish_Nair
Active Contributor
0 Kudos

as far as i understand, suppose you have a error say like a wrong pwd in your adapter it cannot be caught by an exception.

But in case in your RFC some thing goes wrong, you can utilise fault messages.

As mentioned above, you can but utilze ALerts -

Some ref.

/people/michal.krawczyk2/blog/2005/09/09/xi-alerts--troubleshooting-guide

/people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

If you are making a Synchronous Call using a Send Synchronous Step in your BPM, then you will get back an Exception in case of System Error ( Incorrec user id and password) and using an Exception handling block, you can deal with these exceptions.

Regards,

Bhavesh

Answers (0)