cancel
Showing results for 
Search instead for 
Did you mean: 

Error in File to Mail scenario

Former Member
0 Kudos

Hi All,

I am trying to implement the File to Mail scenario. For this scenario I have followed the following steps:

1. I have copied the ximail30.xsd file to "My documents" folder and imported it to "External Definitions" in category "xsd" and named it as "xi_mail".

2. I have created 2 messages interfaces (for outbound and inbound) of message type xi_mail -> Mail

Now, when I am mapping them, I am getting the following error:

"D:\usr\sap\AXI\DVEBMGS00\j2ee\cluster\server0\.\temp\classpath_resolver\Map1585ea40781f11ddc07b00163500db18\source\com\sap\xi\tf\_mm_fileinput_to_mail_.java (The system cannot find the path specified)"

Could someone please help me resolve this error. I have just copied the text from ximail30.xsd to my local directory file (which was persent in another SWCV) and imported my this file.

Is this error because of this? Do I need to do something more after importing this file??

Please help.

Thanks,

Vishal.

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

answered

former_member238007
Contributor
0 Kudos

HI..

That record , row should be maintained if file adapter is used with FCC in receiver side, so no problem with the structure and try to check whether XSD has been completely imported and when u open in the message mapping r u able to clearly see the structure with its occurence if so try to test it there...

regards

Kishore

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

Hi Vishal,

You have imported the XSD into External Definition right..Check whether the XSD is imported properly..

Check whether under which namespace you are imported the XSD..

Create the MT_File_OB as like this for your File Interface

MT_File_OB

Record

Row

<...Structure>

Try to do mapping now...

Hope it solve your issue..

Thanks,

kumar.

kkram
Contributor
0 Kudos

Vishal

I think, the issue is with your mapping program. I don't think there is any issue with your XSD or message interface. Did you say you already did the mapping and while saving you get this error or is it during testing the mapping? If no extensive mapping has been done, I would suggest you to recreate the mapping object and activate.

KK

prateek
Active Contributor
0 Kudos

Check and make sure ur both xsd files are used with proper namespaces.

Regards,

Prateek

Former Member
0 Kudos

Refresh!!

its a generic xsd file and I am not including my namespace it in.

This file will be used for mail scenario...

please help.