cancel
Showing results for 
Search instead for 
Did you mean: 

File ---> Mail & File

former_member200267
Participant
0 Kudos

Hi,

I have a scenario where I need to pick a file and split and send to mail(dynamic) and file.

I implemented this scenario using multimapping and JDBC lookup.

The mail is getting created properly but the issue is:

when the File is created, sometime the proper file created with content, sometimes empty file is getting created and the content is missing. could anyone suggest method to solve this issue. what would be the reason??

Thanks & Regards,

RDS

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I guess you have two inbound interfaces, one for mail, one for file.

Check the mapping that maps the outbound to file inbound interface, maybe the mapping logic produces empty file for some inbound data, in this case, you need to change your mapping.

Also test the mapping using the outbound interface data which produces empty file in the Test tab. It got to be the mapping issue.

J

Jayson

former_member200267
Participant
0 Kudos

Yes you are right I am using two inbound interface.

And I am using the same test data without changing single line. But sometime it produces proper output file and sometimes empty file.

Regards,

RDS

Former Member
0 Kudos

you tested with the Test Tab in MM editor or in real scenario?

Answers (0)