cancel
Showing results for 
Search instead for 
Did you mean: 

Message Service issue in MII 12.1

Former Member
0 Kudos

Hi,

A problem has been raised on Message Service when we transfer the project from MII 12.0 to MII 12.1.

The detailed problem is given below.

XML structure of tRFC received by 12.0 Message Services :

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

<CONTROL_RECIPE_DOWNLOAD>

<INPUT>

<CLIENT>800</CLIENT>

</INPUT>

<TABLES>

<CRFT>

<item>

</item>

<CRFV>

<item>

</item>

</CRFV>

<CRHE>

<item>

</item>

</CRHE>

</TABLES>

</CONTROL_RECIPE_DOWNLOAD>

But in MII 12.1 the <TABLES> tag is not accepted.Everytime it gives an error.

When we remove the <TABLES> tag it runs successfully.

XML structure of tRFC received by 12.1 Message Services :

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

<CONTROL_RECIPE_DOWNLOAD>

<CLIENT>800</CLIENT>

<CRFT>

<item>

</item>

<CRFV>

<item>

</item>

</CRFV>

<CRHE>

<item>

</item>

</CRHE>

</CONTROL_RECIPE_DOWNLOAD>

There is another problem on using SAP JRA Interface in MII 12.1. The detail error are given below.

[ERROR] Unable to make RFC call Exception: [javax.resource.spi.ResourceAdapterInternalException: Couldn't create ManagedConnection with . {jco.client.lang=EN, jco.client.jra_conn=true}]

Each and every time where tRFC has been calling through SAP JRA the above error has been raised.

We have tried to solve the problem but unfortunately we couldn't find any solution except we have to exchange all the SAP JRA Interface with SAP JCo Interface.

If any one can plz help us out in any other ways it would be very helpful.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

did you call jco reset url?

http://host:port/XMII/JCOProxy?Mode=Reset

Regards.

jcgood25
Active Contributor
0 Kudos

What specific version of 12.1 are you running? If you are not on the latest MII service pack / patch (requires NW Service Pack 5) then I would suggest that first, otherwise it might be a good idea to log a support ticket on service marketplace.