cancel
Showing results for 
Search instead for 
Did you mean: 

System Error in Message Monitoring -Proxy to SOAP async scenario

Former Member
0 Kudos

Hi All,

My scenario is ABAP Proxy---> SAP PI 7.1 ---> WEbService(Asynchronous SOAP ).

In Moni message is showing successful Flag, but message has got stuck in "system Error" at message monitoring.I can't see any Audit log in Message monitoring .

but in related Soap Receiver communication channel i can see the below Error

"2010-08-11 09:54:15 Error SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: Server was unable to process request. ---> Retrieving the COM class factory for component with CLSID {00226D6E-6A57-44DB-9DDC-66FDCB2869B3} failed due to the following error: 80070005.

2010-08-11 09:54:15 Information SOAP: sending a delivery error ack ...

2010-08-11 09:54:15 Information SOAP: sent a delivery error ack

2010-08-11 09:54:15 Error Adapter Framework caught exception: SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: Server was unable to process request. ---> Retrieving the COM class factory for component with CLSID {00226D6E-6A57-44DB-9DDC-66FDCB2869B3} failed due to the following error: 80070005.

2010-08-11 09:54:15 Error Delivering the message to the application using connection SOAP_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: Server was unable to process request. ---> Retrieving the COM class factory for component with CLSID {00226D6E-6A57-44DB-9DDC-66FDCB2869B3} failed due to the following error: 80070005. "

Please help , what could be the problem.

Thanks in Advance.

Jyoti

Accepted Solutions (0)

Answers (2)

Answers (2)

stefan_grube
Active Contributor
0 Kudos

> ---> Retrieving the COM class factory for component with CLSID {00226D6E-6A57-44DB-9DDC-66FDCB2869B3} failed due to the following error: 80070005. "

This message comes from th web service.

So check the logs on the web service provider to find the issue.

udo_martens
Active Contributor
0 Kudos

Hi Jyoti,

the receiver did not accept the message. You can validate that with for example with SOAP UI and send a corresponding request to the server. If this does not work complain at the provider of the web service (of the wsdl). If you get a success, you should send a similar message from PI.

Regards,

Udo

Former Member
0 Kudos

Hi Udo,

It was working fine with the Devlopement system, then we moved to Acceptance system.

We kept the same Webservice target URL at Acceptance PI system, as we had in Dev PI.

But now it got stuck. Is there any specific setup required at Provide side while moving to Acceptance system ?

udo_martens
Active Contributor
0 Kudos

Hi Jyoti,

>Is there any specific setup required at Provide side while moving to Acceptance system

I dont think so.

Please compare EXACTLY the settings of the two Comunication Channels, especially the server path. Please assure that you ve sent exactly the same message content from Acceptance system.

Regards,

Udo