cancel
Showing results for 
Search instead for 
Did you mean: 

TREX Search for Messages in Integration/Adapter Engine

Former Member
0 Kudos

Hi,

1. Is it possible to search for messages sent to PI (7.1) via TREX and monitor their status?

2. Search should be possible based on various criteria like Sender/Receiver Component/Interface, Business system name etc.

3. Is there a Java API so that this can be done programmatically?

4. Some resources for the same?

Cheers,

Earlence

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Earlence,

> 1. Is it possible to search for messages sent to PI (7.1) via TREX and monitor their status?

Status I am not aware, but we can search the messages based on the content.

Its external search engine for SAP, we can buy this and install in the XI server.

ex : Suppose we have an order number, we don't no in which scenario it is used then we give

this number to the TREX then it searches and gives that scenarion name.

> 2. Search should be possible based on various criteria like Sender/Receiver Component/Interface, Business system name etc.

TREX is based on a client/server architecture. The client component is integrated into the application that uses the TREX functions, and allows communication with the TREX servers.The server component processes the requests; it indexes and classifies documents and answers search queries.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/78df2a46-0a01-0010-ef81-a6

be60cc5cfd

> 3. Is there a Java API so that this can be done programmatically?

May be available but this is not easy.

> 4. Some resources for the same?

/people/prasad.illapani/blog/2005/11/14/payload-based-message-search-in-xi30-using-trex-engine

http://help.sap.com/saphelp_nw04/helpdata/en/70/0837ced133304eba452c45b6047c74/frameset.htm

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/78df2a46-0a01-0010-ef81-a6be60cc...

Regards

Ramesh

Answers (1)

Answers (1)

former_member204873
Contributor
0 Kudos

hi,

Please check following links:

/people/paolo.romano2/blog/2007/09/07/xi-search-through-the-payload-of-a-messagewithout-trex

To search by giving Xpath & value, refer:

/people/sravya.talanki2/blog/2006/02/21/abap-based-trex-in-xi-proto

Thanks!!

Former Member
0 Kudos

Hi,

I am looking for Java code that can be used to do a search of messages and their statuses in a stand-alone java based client.

Is this possible?

Cheers,

Earlence