cancel
Showing results for 
Search instead for 
Did you mean: 

com.sap.aii.af.ra.ms.api.InvalidParamException: axis adapter in pi 7.1

former_member361003
Participant
0 Kudos

Hi

We recently get upgraded our PI box from 7.0 to 7.1 . we had a interface that was using http axis adapter and it was working in 7.0 perfectly fine. Once we upgraded, we keep on getting these errors in the comm channel. Here is my complete error logs:

in sxmb_moni,

com.sap.aii.af.ra.ms.api.DeliveryException: ErrorInfo attribute with name P1 is not supported

In adapter log: it has the following trace:

2009-07-03 14:57:45 Error MP: Exception caught with cause com.sap.aii.af.ra.ms.api.InvalidParamException: ErrorInfo attribute with name P1 is not supported.

2009-07-03 14:57:45 Error Exception caught by adapter framework: ErrorInfo attribute with name P1 is not supported.

2009-07-03 14:57:45 Error Delivery of the message to the application using connection SOAP_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.InvalidParamException: ErrorInfo attribute with name P1 is not supported.. Setting message to status failed.

any ideas, hints or solution is highly appreciated.

Thanks,

Kumar

Edited by: Bijay Kumar on Jul 3, 2009 9:24 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member200962
Active Contributor
0 Kudos
We recently get upgraded our PI box from 7.0 to 7.1
Exception caught with cause com.sap.aii.af.ra.ms.api.InvalidParamException: ErrorInfo attribute with name P1 is not supported.

Please note that all the formats that are supported in PI7.0 are not supported in PI7.1.........to get your interface working in PI7.1 you will need to change the name of your attribute....change it for ErrorInfo attriubute with name P1 and then check....

Regards,

Abhishek.

former_member361003
Participant
0 Kudos

Hi Abhishek,

Thanks for the suggestion. Could you please elaborate "You will need to change the name of your attribute....change it for ErrorInfo attriubute with name P1 and then check....". How could I change the Errrorinfo attribute ?

Appreciated. Thanks.

Kumar

former_member200962
Active Contributor
0 Kudos

Is it a third party WSDL that you are using?.....if yes then you need to ask them for a modified one.....if possible can you post the structure containing the ErrorInfo (or P1) element.....i mean the declaration......

Regards,

Abhishek.

Former Member
0 Kudos

Hi Kumar,

It seems to be a compatibility problem, You need to get "http axis adapter" for PI 7.1, pls contact with the appropiate vendor to more information. Here in my current project We lived a similar problem with Seeburger adapters, so finally They gave us the new installers for PI 7.1.

I hope It helps you

Thanks

Ivan.

Edited by: Jose Iván Reyes Arteaga on Jul 3, 2009 9:48 PM