cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping error

Former Member
0 Kudos

Hi,

I am doing sender file receiver XI the follwing errpr is showing in SXMB_MONI

XML tag Main/@versionMajor has incorrect value

002; expected value is 003

In mapping Test the follwing error is showing in Tracelevel3

Element type "ns0:MT_MicrosPOS" must be followed by either attribute specifications, ">" or "/>".

Plz help Thanks In Adavnce.

Regards,

Prasad.

Accepted Solutions (1)

Accepted Solutions (1)

markangelo_dihiansan
Active Contributor
0 Kudos

Hi,

Are you using schema validation? Were you able to test your XML using any XML tool?

Regards,

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Pinangshuk,

Thank u now i got processed successfully but when I amseeing Display XML Messages in

Receiver Grouping

PAY load Data is coming but in

SOAP Body

Manifest the follwing is coming this is not aproblem right

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

- <!-- Response

-->

<SAP:Manifest xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:wsu="http://www.docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="" />

Regards,

Prasad.

Former Member
0 Kudos

Hi,

You are right....there is no problem with this..

Regds,

Pinangshuk.

Former Member
0 Kudos

Hi Prasad,

Main/@versionMajor is XI message protocol version. Example: For the XI 3.0 message protocol VERSION_MAJOR = 3 and VERSION_MINOR = 0.

So try to pass these message header fields during a mapping. Try to hardcode the value 003 for the attribute versionMajor which is under Main segment in mapping.

http://help.sap.com/saphelp_nw04/helpdata/en/6e/ff0bf75772457b863ef5d99bc92404/frameset.htm

Message protocol depends on the target system Web As version. If it is 6.20 then it is 2.0 and if WebAs is 6.40 and above then it is 3.0. Hope you have used the correct URL...

It is /sap/xi/engine?type=entry for XI 3.0 and /sap/xi/engine?type=receiver for XI 2.0

Regds,

Pinangshuk.

Former Member
0 Kudos

Hi,

I tested schema validation by copying the payload from MONI and pasted in Message mapping and I try to test the interface it saying the followign error in Message mapping

Element type "ns0:MT_MicrosPOS" must be followed by either attribute specifications, ">" or "/>".

any solution....