on 2013 May 24 3:46 PM
Hi SAP Gurus...
We are getting an error while posting an Idoc to PI 7.31 Java stack....
The Idoc status showing as successful and status code 03 but its not reaching PI at all getting stuck in SM58 and showing following error as
Bean IDOC_INBOUND_ASYNCHRONOUS not found on host XXXX, ProgId = XXX.....Message no. SR053. For you details please find the screenshot:
By selecting the entry executed LUW(F6) and now the error Message is showing like as:
IDocException occurred Message no. SR053. For you details please find the screenshot:
And moreover we tried different approaches from SDN
http://scn.sap.com/people/william.li/blog/2011/05/04/configuring-pi-730-java-idoc-adapter
And gone through many discussions on PI 7.31 Single stack Java IDoc_AAE Configurations & Troubleshooting guides... like follows:
http://wiki.sdn.sap.com/wiki/display/TechTSG/(PI)+IDoc+Adapter+(AAE)
http://155.56.92.22/wiki/pages/viewpage.action?pageId=260047288
http://wiki.sdn.sap.com/wiki/display/XI/Configuration+of+inboundRA+in+the+Java+IDoc_AAE+Adapter
http://scn.sap.com/message/13943284#13943284
http://scn.sap.com/message/13943711#13943711
http://scn.sap.com/thread/2145105
And still we could not found any solution...
Can anybody help us on this....Thanks in advance...
Best Regards,
Nageswara Rao.V
Hi Nageswara rao,
i don't know whether my answer is still important for you, but ok:
Please check whether your IDoc data structure in the sending system really fits to the IDoc definition configured in PO system.
best regards
Peter
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear Gurus,
Hope you are doing well...
Still I'm stuck with this IDOC_AAE issue, Could you please guide me on this...
or else is there any other alternative approaches to implement the IDoc Scenario in PI 7.31 Single stack???
Regards,
Nagesh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nageswara,
Please make sure that the Program ID configured is present in Inbound Java Resource adapter in NWA. Also make sure that this Program ID is not present in any other Inbound Java resource adapter.
Thanks
Rakesh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nageswara rao,
This issue might be authorization or JCO RFC issue.Also Re-check your configuration and check the whether Inbound IRA is working or not.
It may be the issue with the java engine, if java patches are not installed properly, we will face this issue.
First find the issue by using XPI inspector
http://scn.sap.com/thread/3275602
also Check the SAP Note 1473183..
Hope it will helpful..
Regards
Bhargava Krishna
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Krishna,
Many thanks for your reply, we provided all the required authorizations.
Thanks & Regards,
Nagesh
Hi Nagesh,
- [JRA]ResourceAdapterImpl.sendDirectToMdb, Error: com.sap.conn.idoc.IDocRuntimeException: IDocException occurred
- [JRA]handleRequest(), exception sent to client: IDocException occurred, CONVID=40592416
Let me know your back-end system is uni-code or non-uni-code?
If Uni-code:
In uni-code ABAP back-end systems you always have to set the destination in SM59 to "Unicode" if the communication partner is JCo. There is no choice for setting the Non-Unicode option. It won't work.
If Non-uni-code:
If your ABAP back-end system would be non-uni-code, you would not be able to change the option to "Unicode" in SM59. You can't select those fields.So if you are able to choose, you are running a uni-code system and have to select the "Unicode" option then.
--> can you check the destination, which is pointed to the PI system (SM 59 in ERP system).
--> Go to RFC Destination in sm59 at sender and set Unicode (MDMP and Unicode) as enabled.
- Caused by: com.sap.conn.idoc.IDocMetaDataUnavailableException: (3) IDOC_ERROR_METADATA_UNAVAILABLE: Matching meta data for segment definition "E2IDKU1" not found when processing IDoc no. 0000000000XXXXXX of type "PEXR2002"
--> Please verify whether you have set the Unicode option while creating RFC destinations but there can be an authorization issue too.
--> Check your SAP release and give the correct number in the idoc communication channel.
you should enter a correct release using the SAPRelease parameter.
--> You can refer to this SAP Notes "1473183" for more detailed info.
http://help.sap.com/SAPhelp_nw73ehp1/helpdata/en/b5/bd93642dd3410f90ebea702399fac4/frameset.htm
Hope it will helpful...
Regards
Bhargava krishna
Hi Bhargava Krishna,
Let me know your back-end system is uni-code or non-uni-code?
If Uni-code:
In uni-code ABAP back-end systems you always have to set the destination in SM59 to "Unicode" if the communication partner is JCo. There is no choice for setting the Non-Unicode option. It won't work.
If Non-uni-code:
If your ABAP back-end system would be non-uni-code, you would not be able to change the option to "Unicode" in SM59. You can't select those fields.So if you are able to choose, you are running a uni-code system and have to select the "Unicode" option then.
--> can you check the destination, which is pointed to the PI system (SM 59 in ERP system).
--> Go to RFC Destination in sm59 at sender and set Unicode (MDMP and Unicode) as enabled.
--> You can refer to this SAP Notes "1473183" for more detailed info.
Note says:
IDOC_ERROR_METADATA_UNAVAILABLE: The meta data for the IDoc type 'MATMAS03' is unavailable
or
(104) RFC_ERROR_SYSTEM_FAILURE: no Beans listening for name IDOC_INBOUND_ASYNCHRONOUS registered for <ProgID> on system <systemID>
or
Bean IDOC_INBOUND_ASYNCHRONOUS not found on host <hostName>, ProgId =<ProgId>: Object not found in lookup of IDOC_INBOUND_ASYNCHRONOUS.registered entries for FuctionName=JNDIName : {RSPOR_SETUP_CHECK=PRTRFC_BASE, UWL_PUSH_ITEMS=PRTRFC_BASE}
Solution:
- Clear chache by calling following url on MII instance
http://<host>:<port>/XMII/Illuminator?Service=BLSManager&Mode=ClearCache&Type=Transaction
In addtion for MII 12.0 clear Exception chache by calling following url:
http://<host>:<port>/XMII/Illuminator?Service=BLSManager&Mode=ClearCache&Type=Exception
- Stop/start NW instance
- Stop/start xapps* and sapjra* applications in NWA (http://<host>:<port>/nwa) -> Operation Management -> Systems -> Start & Stop -> Java EE Application tab -> Filter name by xapps* and sapjra* and stop all applications first then start all applications one by one.
Thanks & Regards,
Nagesh
Hi Gageswara,
Please make sure that the user has sufficient authorizations.
You need the S_IDOCDEFT
(EDI_TCD = "WE30"; ACTVT = "03") authorization.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
73 | |
10 | |
8 | |
8 | |
8 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.