cancel
Showing results for 
Search instead for 
Did you mean: 

XML tag Main/@versionMinor has incorrect value 001; expected value is 000

Former Member
0 Kudos

Hi

I get this error in a scenario where an SAP system (version 7.20 support pack level 111) is calling SAP PI 7.31 java only via a proxy sender. The message is then mapped and PI is calling a web service and the response from the web service is mapped and returned to the SAP system where it is received via a proxy receiver channel.

          <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">

          <SAP:Category>XIProtocol</SAP:Category>

          <SAP:Code area="PARSER">UNEXPECTED_VALUE</SAP:Code>

          <SAP:P1>Main/@versionMinor</SAP:P1>

          <SAP:P2>001</SAP:P2>

          <SAP:P3>000</SAP:P3>

          <SAP:P4 />

          <SAP:AdditionalText />

          <SAP:ApplicationFaultMessage namespace="" />

          <SAP:Stack>XML tag Main/@versionMinor has incorrect value 001; expected value is 000</SAP:Stack>

          <SAP:Retry>N</SAP:Retry>

       </SAP:Error>

   

     PI is sending this (partially):

    

    

Content-ID:<soap-86d813871d1311e28d85000005076f66@sap.com>

Content-Type:text/xml; charset=utf-8

Content-Disposition:attachment;filename="soap-86d813871d1311e28d85000005076f66@sap.com.xml"

Content-Description:SOAP

<SOAP:Envelope xmlns:SOAP='http://schemas.xmlsoap.org/soap/envelope/'><SOAP:Header xmlns:SOAP-ENV='http://schemas.xmlsoap.org/soap/envelope/'><sap:Main xmlns:sap='http://sap.com/xi/XI/Message/30' versionMajor='3' versionMinor='1' SOAP-ENV:mustUnderstand='1'><sap:MessageClass>ApplicationResponse..........

Question:

What should I check in the calling SAP system and/or in PI in order to fix this problem? It seems that the calling SAP system is expecting that PI is of version 7.30 in stead of version 7.31. Why does it expect that?

BR

Mikael

Accepted Solutions (1)

Accepted Solutions (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

This might be version incompatible for proxy adapter XI between ERP and SAP PI.  Please refer sap notes referred in this thread and see if that helps.

http://scn.sap.com/thread/3210573

Former Member
0 Kudos

Hi Baskar

Thanks for your reply.

I found this note which solved my problem: 1748814

BR Mikael

Answers (0)