Hi,
We are using the following scenario:
Database <----
XI <----
-
R/3 system(4.6c)
(JDBC adapter) (RFC adapter)
We are getting the Production Order Number and the yield from the Database and we are confirming the Production Order in the R/3 system by executing a BAPI.The BAPI is executed and the Production Order is confirmed in the R/3 system.
The problem we are facing are:
1.
We used QOS=EO and XI is not able to get the reply back from the R/3 system.
When we go to Monitor for Processed XML messages (transaction sxmb_moni):
I can see a message with:
MessageID:E411AEC130A911D888ABEEA90A0A24
Type: Asynchronous.
2.
Then we changed QOS=BE.Even then XI is not able to get the reply back from the R/3 system.
When we go to Monitor for Processed XML messages (transaction sxmb_moni):
I can't see any message corresponding to it.
In both the case(1 and 2) I don't see any messages (RFC messages) using IDX5
suggestions are appreciated.
Thanks
srinivas
Hi Srinivas,
1. Is ur sceanrio is a Synchronous or Asynchronous Sceanrio????????????
2. If QOS = EO , (Exaclty Once), Then this is a Asynchronous Scenario. XI delivers the message to the R/3 System. In SXMB_MONI, there will be a XMLresponse message that the message is delivered if there are no no errors in the message. Check the status for ur message?????
3. If ur using QOS = BE (Best Effort), then this a Synchronous Scenario, U have to design ur scenario in Integration Repository, with Request and Response Messages Types. In the Response Message Type, Make sure the Production Order Number is retrived from the BAPI export parameter, u are using in ur R/3 system.
4. Also check the Logs for the RFC adpater in the Adapter Engine for any errors.
Thanks
Prasad
Add a comment