cancel
Showing results for 
Search instead for 
Did you mean: 

PI 7.1 - TX_MISSING_IMAP_CONT

Former Member
0 Kudos

Hello all,

I meet my first blocking issue on 7.1 version in SXMB_MONI :

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

<SAP:Category>Application</SAP:Category>

<SAP:Code area="MAPPING">TX_MISSING_IMAP_CONT</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:Stack>Parameter container (ID = ) for interface mapping is missing</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

Any idea ?

In a previous version of my Operation mapping I put one parameter in the signature but I have deleted them later ... Now I have this issue. Is it linked ?

Thanks a lot in advance,

Welcome to the 7.1 World ...

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

not faced with such issue, but seems true...check the trace log

<SAP:Stack>Parameter container (ID = ) for interface mapping is missing</SAP:Stack>

Now.. start the routine,

clearing cache, reactivating, if not deleting the whole object and redoing etc etc...

hope that solves the issue

just another question.. when u say that you removed the parameter? did u do that in every place where it was referenced..like OM, MM, ID etc.

Regards

Vishnu

Former Member
0 Kudos

Thanks both for your help.

Yes I had set 2 parameters just for see (because it was one of my first mapping on this version)

I would like to see where and how parameters value must be set...

After I delete parameters definition and reference in 3 object types : IM (ESR), OM (ESR), ID (DIR)

In order to be sure, I have followed your advise delete and create again OM and ID...

I still have the same issue...

Former Member
0 Kudos

Hi

I would like to see where and how parameters value must be set...

have you gone through these already?

/people/jin.shin/blog/2008/02/14/sap-pi-71-mapping-enhancements-series-parameterized-message-mappings

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/909e33f0-738c-2a10-4f87-ce73398b...

http://help.sap.com/saphelp_nwpi71/helpdata/en/43/bbb7fd90f5332ee10000000a11466f/frameset.htm

Regards

Vishnu

Answers (4)

Answers (4)

markbernabe
Active Participant
0 Kudos

I just had the same problem and Andre's solution (dummy change, save and activate) solved my issue.

JoelTrinidade
Active Contributor
0 Kudos

Dear Jean,

Extensive search of the net has led me to nothing.No where such a problem has been mentioned. What i have come close to is "TX_ALERT_CONTAINER" which is a container variable containing metadata in BI.

On the similar lines i feel the same would hold true for you. Please do the regular things that anybody would do like:clearing caches , logs, recreating the problematic interface objects once again.

Good luck !!!

joel

Former Member
0 Kudos

I solved the same issue with:

Open the interface determination in IB. Do same little changes. Save & activate.

sunil_singh13
Active Contributor
0 Kudos

Hey Jean,

You forgot to remove the selected entry from Interface Determination.

Parameter container (ID = ) for interface mapping is missing

The prob is in ID part of parameter ie in Interface determination. make sure that you have removed entries from there also.

Thanks

Sunil Singh

Former Member
0 Kudos

Jean,

Are you using Enhanced ID or Multi mapping?

I got problem while creating Interface determination in 7.1 too.

I dint execute then, probably wud have thrown this error message had i executed it then

Recreating ID, re assining MM solved my issue and it showed 0...unbounded for MM, as expected.

Regards,

Venkat.