cancel
Showing results for 
Search instead for 
Did you mean: 

File to Proxy Scenarion

Former Member
0 Kudos

Hi,

All Iam doing File to Proxy Scenarion.

File is picked up by XI Properly and Pushing in to R/3 also Successful.When I checked in R/3 SXMB_MONI ,My Status is Scheduled and Green status.If I go and checked in to the Trace Is giving following.

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Inbound Message

-->

- <SAP:Trace xmlns:SAP="http://sap.com/xi/XI/Message/30">

<Trace level="1" type="B" name="CL_XMS_HTTP_HANDLER-HANDLE_REQUEST" />

- <!-- ************************************

-->

<Trace level="1" type="T">XMB was called with URL /sap/xi/engine?type=receiver</Trace>

<Trace level="1" type="T">COMMIT is done by XMB !</Trace>

<Trace level="1" type="B" name="CL_XMS_MAIN-ENTER_XMS" />

- <!-- ************************************

-->

<Trace level="1" type="B" name="CL_XMS_MAIN-SET_START_PIPELINE" />

- <!-- ************************************

-->

<Trace level="1" type="B" name="SXMBCONF-SXMB_GET_XMB_USE" />

<Trace level="1" type="B" name="CL_XMS_TROUBLESHOOT-ENTER_PLSRV" />

<Trace level="1" type="T">****************************************************</Trace>

<Trace level="1" type="T">* *</Trace>

<Trace level="1" type="T">* *</Trace>

<Trace level="1" type="T">XMB entry processing</Trace>

<Trace level="1" type="T">system-ID = SED</Trace>

<Trace level="1" type="T">client = 110</Trace>

<Trace level="1" type="T">language = E</Trace>

<Trace level="1" type="T">user = CSYAM</Trace>

<Trace level="1" type="Timestamp">2007-10-09T02:15:06Z CET</Trace>

<Trace level="1" type="T">* *</Trace>

<Trace level="1" type="T">* *</Trace>

<Trace level="1" type="T">****************************************************</Trace>

<Trace level="1" type="B" name="CL_XMS_MAIN-CALL_UC_EXECUTE" />

- <!-- ************************************

-->

<Trace level="1" type="T">Message-GUID = AB0B13E0760B11DCC45100118566337F</Trace>

<Trace level="1" type="T">PLNAME = RECEIVER</Trace>

<Trace level="1" type="T">QOS = EO</Trace>

<Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PIPELINE_ASYNC" />

- <!-- ************************************

-->

<Trace level="1" type="T">Get definition of external pipeline = RECEIVER</Trace>

<Trace level="1" type="B" name="CL_XMS_MAIN-LOOKUP_INTERNAL_PL_ID" />

<Trace level="1" type="T">Get definition of internal pipeline = SAP_RECEIVER</Trace>

<Trace level="1" type="T">Queue name : XBTR0008</Trace>

<Trace level="1" type="T">Generated prefixed queue name = XBTR0008</Trace>

<Trace level="1" type="T">Schedule message in qRFC environment</Trace>

<Trace level="1" type="T">Setup qRFC Scheduler OK!</Trace>

<Trace level="1" type="T">----


</Trace>

<Trace level="1" type="T">Going to persist message</Trace>

<Trace level="1" type="T">NOTE: The following trace entries are always lacking</Trace>

<Trace level="1" type="T">- Exit WRITE_MESSAGE_TO_PERSIST</Trace>

<Trace level="1" type="T">- Exit CALL_PIPELINE_ASYNC</Trace>

<Trace level="1" type="T">Async barrier reached. Bye-bye !</Trace>

<Trace level="1" type="T">----


</Trace>

<Trace level="1" type="B" name="CL_XMS_MAIN-WRITE_MESSAGE_TO_PERSIST" />

- <!-- ************************************

-->

<Trace level="1" type="T">--start sender interface action determination</Trace>

<Trace level="1" type="T">select interface *</Trace>

<Trace level="1" type="T">select interface namespace</Trace>

<Trace level="1" type="T">no interface found</Trace>

<Trace level="1" type="T">--start receiver interface action determination</Trace>

<Trace level="1" type="T">Loop 0000000001</Trace>

<Trace level="1" type="T">select interface MI_APAR_Proxy*</Trace>

<Trace level="1" type="T">select interface namespace http://com.starhub/FICO-BILLING-APAR</Trace>;

<Trace level="1" type="T">no interface found</Trace>

<Trace level="1" type="T">--no sender or receiver interface definition found</Trace>

<Trace level="1" type="T">Hence set action to DEL</Trace>

</SAP:Trace>

Please help us,its urgent.

Regards

KUMAR

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member614185
Contributor
0 Kudos

hi kumar,

Ur message is stopped by queue.

go to the transaction smq2 and delete ur queue and restart ur scenario in SXMB_MONI

Former Member
0 Kudos

Hi,

Prabu Thanks for your Quick Reply.

I Deleted all Queue in SMQ2 , If I restart the Scenario in R/3 SXMB_MONI ,I can not able to restart the Message.

Reagrds

Kumar

former_member614185
Contributor
0 Kudos

What message u r getting while restarting

Former Member
0 Kudos

Hey kumar,

What you can do step by step is as follows:

1. Go to SMQ2 and ctivate/delete the queues, then re-run your scenario. If problem solved well and good.

2. If problem is not solved, then use tcode <b>SICF</b> -> F8 and check the default_host->sap--->XI. check if all the services are active or not. if active then it will be in pure black color. if not active then activate it and then your scenario. If problem solved well n good.

3. If problem is not solved yet, then use tcode <b>SM59</b> and test HTTP connectioin.

SM59 ---> open "HTTP connection to ABAP system" ---> double click on "INTEGRATION_DIRECTORY_HMI".

Now pree the connection test button and select the "Accept all further Cookies" check box and press "Yes". If test results are positive i.e. if there is no error then test your scenario and if you have problem please consult with your Basis persion.

I hope all above mention setps will resolve your problem.

Regards,

Sarvesh

*****Reward Points, if it helped you.