cancel
Showing results for 
Search instead for 
Did you mean: 

Message going into ToBeDelivered status

former_member217029
Participant
0 Kudos

Hello,

I have an interface from file->Idoc(Multi mapping). File adapter reading text file and applying content conversion to convert into xml then archiving the file as well.

But after that it stops and message status going into "To be Delivered". I did not see any logs saying that it executed interface mapping and called receiver Idoc channel.

It's happening only when i execute this interface end to end meaning place the text file in FTP and let sender file adapter convert the file and send for further processing but where as if i send test message from RWB by taking xml payload from mapping it's perfectly going fine.

Please let me know if you have any inputs what could be wrong.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Bhavana, Compare the payloads from your sender FTP channel(after FCC) and the payload which you are using for testing directly from RWB. You will get some clue. You can check below blog, may be useful. http://scn.sap.com/community/pi-and-soa-middleware/blog/2014/03/27/handling-and-preventing-messages-...

Answers (2)

Answers (2)

former_member217029
Participant
0 Kudos

Hello,

Thanks every one for your inputs.

The issue was all threads related to file adapter occupied due to one of the FTP server.

Followed this link and resolved.

http://scn.sap.com/community/pi-and-soa-middleware/blog/2014/03/27/handling-and-preventing-messages-...

former_member186851
Active Contributor
0 Kudos

Bhavana you should Mark Nageswaro answer as right answer as he shared the link.

former_member186851
Active Contributor
0 Kudos

Hello Bhavana,

when you run it end-end make sure you remove the namespace(multimerge) in the file before testing.

former_member217029
Participant
0 Kudos

Hello,

I am placing a text file with fixed lengths in FTP server , it's not an xml file that i am placing.

former_member186851
Active Contributor
0 Kudos

Hello Bhavana,

If your using single stack check ur CC monitoring whether XML if formed well aftter FCC.

and if its dual stack check for Queues in SMQ1/SMQ2.

former_member217029
Participant
0 Kudos

Hello,

I am using single stack. I checked xml payload from the message that is struck with status "To be delivered" in PI. This is the payload xml that we get into PI after FCC conversion. This looks good.