cancel
Showing results for 
Search instead for 
Did you mean: 

Not receiving mail in soap-xi-mail scenario

Former Member
0 Kudos

Hi guys,

I've a doubt related to a scenario soap-xi-mail.

I've configured the scenario and everything seems to be working ok except the receiver mail adapter.

I don't have any kind of error on the adapter monitoring, everything is ok. After I send the message via SOAP, i can check at the rwb if everything went smoothly and, evertything is OK. The problem is, I'm not getting any mail on my inbox.

I've checked some weblogs, I don't know what seems to be the problem. Do you guys have any suggestions?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Check the configuration of the mail adapter. Following link has the demo regarding the mail adapter configuration.

https://www.sdn.sap.com/irj/sdn/docs?rid=/webcontent/uuid/110ff05d-0501-0010-a19d-958247c9f798#xi [original link is broken]

Thanks,

Prateek

Former Member
0 Kudos

Hi Prateek,

Thanks for the reply but it didn't help much...thanks...

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Yes, you have to specify SMTP, user name and password for sending the mail.

In this weblog, it is specified.

/people/prasad.ulagappan2/blog/2005/06/07/mail-adapter-scenarios-150-sap-exchange-infrastructure

Thanks,

Prateek

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

1. can you see in the adapter monitor

http://server:port/mdt/amtServlet

a message (mail send) when you

open your mail communication channel?

2. can you see the message executes the mail adapter?

http://hostname:portnumber/MessagingSystem/monitor/monitor.jsp

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions">XI FAQ - Frequently Asked Questions</a>

Former Member
0 Kudos

Hi Michal,

Thanks for the reply.

At, http://hostname:portnumber/MessagingSystem/monitor/monitor.jsp,

I saw that at the sent messages everything runs ok,

2006-04-10 12:24:15 Success SOAP: request message leaving the adapter (send)

2006-04-10 12:24:15 Success Application attempting to send an XI message asynchronously using connection AFW.

2006-04-10 12:24:15 Success Trying to put the message into the send queue.

2006-04-10 12:24:15 Success Message successfully put into the queue.

2006-04-10 12:24:15 Success The application sent the message asynchronously using connection AFW. Returning to application.

2006-04-10 12:24:15 Success The message was successfully retrieved from the send queue.

2006-04-10 12:24:15 Success SOAP: call completed

2006-04-10 12:24:15 Success The message status set to DLNG.

2006-04-10 12:24:15 Success SOAP: response message leaving the adapter

2006-04-10 12:24:15 Success The message was successfully transmitted to endpoint http://server:port/sap/xi/engine?type=entry using connection AFW.

but at the receive messages i get

2006-04-10 12:32:46 Success SOAP: request message entering the adapter

2006-04-10 12:32:46 Success SOAP: completed the processing

2006-04-10 12:32:46 Success The message was successfully received by the messaging system. Profile: XI URL: http://server:port/MessagingSystem/receive/AFW/XI

2006-04-10 12:32:46 Success Using connection AFW. Trying to put the message into the receive queue.

2006-04-10 12:32:46 Success The message was successfully retrieved from the receive queue.

2006-04-10 12:32:46 Success The message status set to DLNG.

2006-04-10 12:32:46 Success Delivering to channel: Receive_Factura_Mail

2006-04-10 12:32:46 Success Mail: message entering the adapter

2006-04-10 12:32:47 Error Exception caught by adapter framework: Failed to call the endpoint

2006-04-10 12:32:47 Error Delivery of the message to the application using connection AFW failed, due to: Failed to call the endpoint.

So can the mail adapter be badly configured...

Imagine that I want to send the mail to a gmail account, we would get smtp://smtp.gmail.com and then the user and pass right?

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>>Imagine that I want to send the mail to a gmail account, we would get smtp://smtp.gmail.com and then the user and pass right?

yes but do you have access to the internet

from your XI ?

Regards,

michal

Former Member
0 Kudos

Sorry Michal...

I didn't quite follow when you say if I have access to the Internet... Do I have to configure anything in XI?

Thanks in advance