cancel
Showing results for 
Search instead for 
Did you mean: 

file adapter issue

Former Member
0 Kudos

I am trying to produce an error in file 2 file scenario.

sender side all correct

receiver side : false directory <b>(create Target directory Unchecked)</b>

sxmb_moni shows processed successfully ...why?

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

as it's an adapter error not in the integration engine

have a look at my blog (acknogledgments)

to see how file adapter can work when you request acks via a BPM

/people/michal.krawczyk2/blog/2006/06/22/xi-playing-with-the-file-adapters-acknowledgments

Regards,

michal

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

The sxmb_moni may show ur message as successful but check in the Runtime workbench-->Message Monitoring(Adapter Engine) and that will show you either a waiting status or it may be in System Error status if the maximum no: of retries has been reached.

Regards,

Vikram

Former Member
0 Kudos

Hi all,

correct me if I am wrong.

The message is processed this way,

sender > Int server > receiver, but the sxmb_moni shows the status only till the it goes out of Integration server, so it is showing "processed successfully"

Where can we set the max no of retries for file adapter.

Former Member
0 Kudos

Naveen,

You are right. If the file is picked up and there is no problem in the file sender communication channel then it comes into sxmb_moni. If there is no error in integration engine pipeline steps then in sxmb_moni it says successfully processed. If there is any error in pipleline steps then it shows error in sxmb_moni.

Also you can set the no. of retries as shown in the blog:

/people/sap.user72/blog/2005/11/29/xi-how-to-re-process-failed-xi-messages-automatically

---Satish