cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Mail Receiver Adapter

Former Member
0 Kudos

Hi Everyone,

I have been doing Mail Receiver Adapter Scenario.I am getting this error in Adapter Monitoring in Runtime Workbench.

<b>not initialized: failed to initialize the channel: com.sap.aii.messaging.util.URI$MalformedURIException: no scheme</b>

I would appreciate if anyone would provide a solution for this issue.

Thanks & Regards,

Varun Reddy.K

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi varun,

check the parameters which you have configured for receiver mail adapter...

Once again check you mail server parameter...

regds,

vasanth.

Answers (1)

Answers (1)

Former Member
0 Kudos

Provide us the XML formed after mapping.

Regards,

Jai Shankar

varun_k
Contributor
0 Kudos

Hi Jai Shankar, Thanks for your reply.

This is the XML source code generated after doing Mapping.

<?xml version="1.0" encoding="UTF-8"?>

<ns0:SourceMT_mail27 xmlns:ns0="http://isg.com/xi/training/MailReceiver27">

<Subject>This is only a test mail</Subject>

<From>kvarun@iserviceglobe.com</From>

<To>msudhir@iserviceglobe.com</To>

<Content>hi sudhir, How are you doing?</Content>

</ns0:SourceMT_mail27>

Regards,

Varun Reddy.K

Former Member
0 Kudos

The msg type name should be <b>Mail</b> and the name space name should be <b>http://sap.com/xi/XI/Mail/30</b>. Change this in Msg type.

You can also download the xsd from servoce.sap.com

Regards,

Jai Shankar