cancel
Showing results for 
Search instead for 
Did you mean: 

File to RFC want to delay rfc or file adapter

Former Member
0 Kudos

Hi,

I’ve got a problem with my file to RFC scenario.

XI picks up a file and puts it to an archive directory.

Then it makes a synchoon call to a RFC. Quality of Service is Best Effort

The problem is, that the function module does not execute properly, because it can not find the file, so the RFC acts to quick.

When I change the quality of service to Exactly One or Exactly One in Order it works properly but in that cause I can not see my return message in the payload from SXMB_MONI.

I guess it is not possible to delay the RFC with the help of additional parameters. The only way to handle this I think is to build a wait function into the function module but my opinion, that's not a correct solution.

Any expert an idea?

Thanks in advance for your answers!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

maybe you can try to create a BPM with any 'stupid' step or try to insert a delay statement (JAVA) in the message mapping.

I hope this helps.

Cheers.

Former Member
0 Kudos

Hi,

File adapter doesnot support Sychronous. It only supports Asynchronous. Even you specify as synchrounous it acts like asynchronous only. So that is the reason why you are not seeing the response message in SXMB_MONI.

---Satish