cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC_AAE To File: message struck in sm58

former_member188961
Participant
0 Kudos

Hi,

I have done a scenario IDOC_AAE to File with all configurations in 7.31 Dual stack.

I am getting one issue here.

while sending the IDoc to PI, some times the IDoc has been struck in SM58 in the ECC System with the error

"Bean IDOC_INBOUND_ASYNCHRONOUS not found on host"  if we resend the message then only it is going to PI.

some times the IDoc is directly going to PI without any issues.

Could you help me how to resolve this issue.

Thanks,

Srikanth

Accepted Solutions (1)

Accepted Solutions (1)

former_member188961
Participant
0 Kudos

Hi All,

The Issue has been resolved after raised the OSS note in SAP.

the solution is:

1. Open the NWA and go to Configuration -> Infrastructure -> JCo RFC
Provider.
2. Check if the destination XI_IDOC_DEFAULT_PID is listed here.
3. If it is listed, remove it as an entry.
4. Restart the application com.sap.aii.adapter.idoc.app in the NWA.
5. Send the IDocs again from the backend system.

Thanks,

Srikanth

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

open IDOC trace in XPI inspector

http://scn.sap.com/community/pi-and-soa-middleware/blog/2012/01/12/michals-pi-tips-xpi-inspector--he...

run the flow and check the logs from the inspector and you should be able to identify the error

(it's in most cases related to development, cache issue)

Regards,

Michal Krawczyk

former_member188961
Participant
0 Kudos

Hi Michal,

Thanks for your reply.

I had check the flow with XPI Insector. But in the logs also i am getting the same error: "Bean IDOC_INBOUND_ASYNCHRONOUS not found on host".

and i have created the same scenario(IDocAAE to file) in different Dev system, there also i am getting the same error.i.e, the IDocs are struck in SM58.

any ideas to resolve this!!

Thanks,

Srikanth



sahithi_moparthi
Contributor
0 Kudos

HI Srikanth,

      

This error might be  JCO RFC provider was missing on  JAVA end. Have to re-create it and the RFC’s.

     Also check whether your InboundRA is working or not .

former_member188961
Participant
0 Kudos

Hi Santhoshi,

Thanks for your reply.

I have created the JCO RFC provider at Java end and able to connect the RFC destination.

and the InboundRA is working fine. but getting the same error.

Thanks,

Srikanth

Former Member
0 Kudos

Hi Srikanth,

Follow the  below procedure:

  1. In SAP NetWeaver Administrator, create a metadata destination using the XI_IDOC_DEFAULT_DESTINATION_<SID> format.
  2. Point this destination to the sender system where definition for IDoc is present.
  3. Go to RFC Destination in sm59 and set Unicode (MDMP and Unicode) as enabled.
  4. Stop and start the sender channel, and then resend the IDoc.

Could you please through the below links once.

http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=260047288

http://scn.sap.com/message/13699610

Regards

Venkat