cancel
Showing results for 
Search instead for 
Did you mean: 

Operation Mapping Error

Former Member
0 Kudos

Hi Gurus,

Anyone familiar with the error below? this occur during the test configuration in integration builder (integration directory)

"Operation Mapping

OM_DESADV_DELVRY03_ZDELVR0X_TO_ED_InterfaceToConex

 

Runtime error

Runtime exception occurred during application mapping com/sap/xi/tf/_MM_DESADV_DELVRY03_ZDELVR0X_TO_ED_~; com.sap.aii.utilxi.misc.api.BaseRuntimeException:The processing instruction target matching "[xX][mM][lL]" is not allowed."

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

markangelo_dihiansan
Active Contributor
0 Kudos

Hi,

Quoting XML Bible:


The first line is the XML declaration:
<?xml version=u201D1.0u201D standalone=u201Dyesu201D?>
This is an example of an XML processing instruction. Processing instructions begin
with <? And end with ?>. The first word after the <? is the name of the processing
instruction, which is xml in this example.

So that means, in your Operation Mapping, you are using "xXmMlL" which is not a processing instruction that is known e.g XSLT, CSS, HTML or XML

Hope this helps,

Mark

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks Guys.

RKothari
Contributor
0 Kudos

Hi,

Runtime Exception comes in mapping if any Mandatory Source field (Occurrence : 1 - XX) is not getting populated.

Please check the mapping.

-Rahul

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi,

test your message mapping with the test data what you are using in Operation mapping test, i suspect test data it not valid xml .

refer below link

http://www.java-tips.org/blog/uncategorized/saxparseexception-xxmmll-is-not-allowed.html

Regards,

Raj