cancel
Showing results for 
Search instead for 
Did you mean: 

Conversion Agent - Mail Adapter integration issue

Former Member
0 Kudos

Hi Experts,

I have a Conversion Agent Serializer for generating a text file on the receiver side.

The Serializer works perfectly with the File Adapter on the receiver

side and generates the text file.

Now I have a requirement to send this file as an attachement in an email.

When I include the Serializer Module in the File Adapter

(Receiver), the email is not triggered.

The Communication Channel Monitoring shows the following:

2007-04-29 07:34:55 Success Message successfully received

by messaging system. Profile: XI URL:

http://bibox01:50000/MessagingSystem/receive/AFW/XI Credential (User):

PIISUSER

2007-04-29 07:34:55 Success Using connection

Mail_http://sap.com/xi/XI/System. Trying to put the message into the

receive queue.

2007-04-29 07:34:55 Success Message successfully put into

the queue.

2007-04-29 07:34:55 Success The message was successfully

retrieved from the receive queue.

2007-04-29 07:34:55 Success The message status set to DLNG.

2007-04-29 07:34:55 Success Delivering to channel:

FIle_Mail

2007-04-29 07:34:55 Success MP: entering

2007-04-29 07:34:55 Success MP: processing local module

localejbs/sap.com/com.sap.nw.cm.xi/CMTransformBean

2007-04-29 07:34:55 Success TransformationName:

TravelexBAI_Serializer

2007-04-29 07:34:56 Success CM_Transformation_succeeded

2007-04-29 07:34:56 Success MP: processing local module

localejbs/sap.com/com.sap.aii.adapter.mail.app/XIMailAdapterBean

2007-04-29 07:34:56 Success Mail: message entering the

adapter

2007-04-29 07:34:56 Success Mail: Receiver adapter entered

with qos ExactlyOnce

2007-04-29 07:34:56 Success Mail: calling the adpter for

processing

2007-04-29 07:34:56 Success Mail: call completed

2007-04-29 07:34:56 Success Mail: continuing to response

message 4ee64c80-f5d0-11db-8932-000bcdcf4920

2007-04-29 07:34:56 Success Mail: sending a delivery ack

...

2007-04-29 07:34:56 Success Mail: sent a delivery ack

2007-04-29 07:34:56 Success MP: leaving

2007-04-29 07:34:56 Success The message was successfully

delivered to the application using connection

Mail_http://sap.com/xi/XI/System.

2007-04-29 07:34:56 Success The message status set to DLVD.

The Audit log above states that the Serializer was executed successfully

and the the Mail Adapter was called.

The Message Content shows the Payload being generated correctly. But the

Email is still not triggered.

Could someone please provide some help with pinpointing the issue over here.

Michael, are you there??

Thanks & Regards,

Shobhit

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hey

did u check ur mail receiver adapter in RWB?

thanx

ahmad

Former Member
0 Kudos

Hi Ahmad,

I checked the mail receiver adapter in RWB and the above mentioned log is from the Audit Log of the receiver adapter. Even the payload shows the right payload in the adapter. But the mail does not get trigerred.

Regards,

Shobhit

Former Member
0 Kudos

hey

can u tell me how have u given ur URL in receiver adapter,does it starts wid SMTP or IMAP4?

thanx

ahmad

Message was edited by:

Ahmad

Former Member
0 Kudos

Hi Ahmad,

The mail adapter works perfectly fine when I remove the Conversion Agent module from it. And the Conversion Agent module works perfectly fine with the File Adapter on the receiver side. So that authenticates that both the objects (Mail Adapter - receiver & Conversion Agent Serailizer module) are configured correctly as individual objects.

I have used the following parameters in the receiver mail adapter:

PARAMETERS

-


Transport Protocall: SMTP

Message Protocall: XIPAYLOAD

URL: smtp://xyz.com

Content Encoding: Base64

Keep Attachments: <TICKED>

MODULE

-


Processing Sequence==>>

Module Name: localejbs/sap.com/com.sap.nw.cm.xi/CMTransformBean

Type: Local EJB

Module Key: 1

Module Configuration==>>

Module key: 1

ParameterName: TransformationName

Parameter Value: <SerializerServiceName>

Regards,

Shobhit

Former Member
0 Kudos

Shobhit,

One more option you can do is add one more file receiver and write the file local to you. Then you pick this file and send as mail.

But the option what you are trying to do should work. Also instead of giving the mail server url as smtp://xyz.com give the IP address and check whether it works or not.

Also I think you have checked the Send Delivery Status Notification in the receiver mail adapter. Remove it and check.

---Satish

Former Member
0 Kudos

I switched on the mail delivery receipt and realized that the mails are not going to a yahoo id but are going to the internal company mailbox.

Although the delivery notification comes everytime, I cannot see the mails in the yahoo mail.

Regards,

Shobhit