cancel
Showing results for 
Search instead for 
Did you mean: 

JAVA Client Proxy: Not able to see message in SXMB_MONI

Former Member
0 Kudos

Hi All,

I am configuring JAVA Client Proxy.

I have created Servlet on XI Server which internally calls FTP Sever (My Source System) and picks the files from it.

I have created EJB module through NWDS. I have imported java proxy.zip.

I have followed steps given in Sudheer Porumamila’s Part1 and Part 2 document. Only the difference in my scenario is there is no response coming back. It is asynchronous scenario and I just need to pass the files picked by servlet to target system. My receiver communication channel is file.

I have deployed this EJB Project on J2EE engine. I checked standalone application. It works fine. It picks the files. In UserDT_TYPE.java method I am passing my input data that is data from source file. My source business system is WEB AS JAVA and it is my XI server’s system because my servelet is on XI Server itself.

But After deploying, when I am running my servelet I am not getting anything in SXMB_MONI. Where should I check????

Thanks in advance.

Warm Regards,

Gouri

Accepted Solutions (0)

Answers (2)

Answers (2)

stefan_grube
Active Contributor
0 Kudos

Check the message monitor of the adapter framework.

You can use this URL:

http:<host>:<port>/mdt

Regards

Stefan

Former Member
0 Kudos

I tried with this link. No message exists.

stefan_grube
Active Contributor
0 Kudos

For trouble shooting it is necessary that you catch errors on your servlet and write them on a seperate page to the screen.

When the message monitoring does not show any entry, there is an issue between servlet and the Java Proxy EJB.

You have to check the deployment descriptors ot the EJB and the sevlet very carefully as this is a crucial step in the servlet development.

Regards

Stefan

Former Member
0 Kudos

Hi Gouri !

refre the below links

/people/prasad.ulagappan2/blog/2005/06/27/asynchronous-inbound-java-proxy

/people/siva.maranani/blog/2005/04/03/abap-server-proxies

http://sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a068cf2f-0401-0010-2aa9-f5ae4b20...

https://sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f272165e-0401-0010-b4a1-e7eb890...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/7d4db211-0d01-0010-1e8e-9b0... - How To Work with XI 3.0 Java Proxies

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a068cf2f-0401-0010-2aa9-f5a... Java Proxies and SAP XI - The Inside Story,

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f272165e-0401-0010-b4a1-e7e... - Java Proxies and SAP XI - The Inside Story,

To test a connection - /people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies

Client Proxy - /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

Server Proxy - /people/siva.maranani/blog/2005/04/03/abap-server-proxies

Testing proxy - /people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementation

JAVA Proxies:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a068cf2f-0401-0010-2aa9-f5ae4b20...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f272165e-0401-0010-b4a1-e7eb8903...

may be help u ...

pls reward if useful

Former Member
0 Kudos

Thanks..

I have already followed these links.