How are the tables in the XI structured?

Hi,
I am trying to create a report contaning a list of idoc interfaces that we have in the XI. For this I need to know which tables the information about receiver determination, receiver agreements etc. is saved at.
I have found some tables which seem helpful for this, but there is a more fundamential question bothering me first: Is all the metadata actually saved in tables like TRD_RELATION and SSRVSERVICE or is it just cache?
If it's only cache information (and not all the data is there at all times), then is there a place where I can get that data from?
If it isn't cache and all the data I need can be found in the XI tables, then I have a few questions regarding them.
I have read the blog <a href="/people/sravya.talanki2/blog/2005/12/02/sxicache--ripped-off:///people/sravya.talanki2/blog/2005/12/02/sxicache--ripped-off
and it helped me understand a bit which useful tables there are, but I still don't know about the relationships between them. For example, the values in the object_id field in table SSRSERVICE are not the same as in any of the other tables I have checked. Also, I don't understand exactly what the role of table TRD_EXTRACTOR is. It looks like a table of all the objects in the system, but how do I know what type [for ex. service, party, BPM] each object is?
Thanks in advance for any replies.

Hi Udi,
the access parameters to the java tables are stored in the exchange profile.
In your integration builder navigate to --> link administration -> chose tab REPOSITORY --> Adminsiatration and properties --> Exchange profile.
ABAP and JAVA stack communicate via http. But I am sure there are some function modules in the ABAP stack to retrieve the table informations you need.
(See e.g transaction SXI_CACHE; there are some informations from JAVA stack)
<b>If you found some, let me know!</b>
Send me a mail (in my business card there is my adress): I will give you further information.
Regards Mario

Similar Messages

  • How are the summary tables refreshed

    hi all,
    Can you please tell me how are the summary tables refreshed. Does the Oracle databse do it or the discoverer server performs the tasks

    Hi,
    Discoverer summary tables are stored as materialized views in the database. The database refreshes the MV depending on how the MV refresh has been set up.
    Rod West

  • What are the logical structure and physical structure in oracle

    what are the logical structure and physical structure in oracle and how can allocate a DB block size as default size is 8192?

    From the Concepts Guide
    http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14220/toc.htm
    The physical structures are:
    Datafiles
    Control Files
    Redo Log Files
    Archive Log Files
    Parameter Files
    Alert and Trace Log Files
    Backup Files
    The Logical Structures are:
    Tablespaces
    Oracle Data Blocks
    Extents
    Segments

  • How does the event structure work & ...

    How does the event structure work & and how to modify the case example if you want to change the name of the case? I haven't a look at the manual but nothing about event structure is mentioned.

    I know how it works.. =P

  • How are the pWWN list populated in DCNM even before they are logged-in to the switch?

    Hello All
    DCNM v6.2.3
    I see that the hosts are not logged-in to the switch, however via DCNM when I try to create device alias I find the pWWNs populated which are not logged-in. How are the pWWN list populated in DCNM even before they are logged-in to the switch?
    Thanks
    Chetan

    This is definitely not happening automatically ? would be magic ! you can do it of course manually.

  • How are the org units created

    How are the org units created,say if i have 1000 org units which has to be created,in the PRH, what is the best solution, is it by transport or data upload?

    Hi Tom,
    I think your problem is solved . If not plz do let us know. And let us know which method you have obtained (LSMW or BDC) to upload the ORG UNIT Data??
    Have a great day..
    Regards,
    Sri..

  • How are the IC's calculated in the IIR Cascade Filter with I.C. vi

    How are the IC's calculated in the IIR Cascade Filter with I.C. vi

    Solved this myself.
    Attached llb has subVI that computes the IC's needed to remove transient given a constant value step input to the IIR Filter.
    Computes filter state (see app note 39) for cascade filter using z-transform final value theorem.
    This version works for all filter types, ie lowpass, highpass, bandstop and bandpass.
    Attachments:
    IIR_Filter_with_I.C._set_to_Final_State.llb ‏94 KB

  • ACI-How are the new advancements in ACI helping the drawbacks in nexus switching?

    ACI-How are the new advancements in ACI helping the drawbacks in nexus switching?

    ACI is a paradigm shift in data centre designs.
    According to this solution overview ACI is the next generation of Software Defined Networking:
    http://www.cisco.com/c/en/us/products/collateral/switches/nexus-9000-series-switches/guide-c07-731461.html
    Having worked with Nexus switches for a couple of years now I haven't encountered any serious drawbacks with these devices.

  • How are the .7z files used and installed for photoshop elements and premier elements?

    How are the .7z files used and installed for photoshop elements and premier elements?

    Hi,
    You can try to extract them to a folder and then try to install using the setup file.
    Or you can try to download the .exe file ( Small File ) for the software you have and then run the .exe file and it will start the installation. Both .exe and .7z file for the application should be in same location.
    Download Photoshop Elements products | 9, 8, 7
    Download Photoshop Elements products | 11, 10
    Download Premiere Elements products | 11, 10
    Download Premiere Elements products | 9
    *** You can either download the .exe file from the above download links or you can also download both .exe (File 2 of 2) and .7z (File 1 of 2) from the above links.

  • I have an HP I7 QuadCore laptop that generates a lot of heat. How are the I7 PowerBooks at generating/dissipating heat?

    Helping my niece get a laptop for college.... I have an HP I7 QuadCore laptop that generates a scary lot of heat. How are the I7 PowerBooks at generating/dissipating heat? Have people been having problems?

    As John indicates, the last PowerBook was discontinued in April 2006 and even that model could do very little in today's web-based computing environment.
    You can ask in the MacBook Pro forums here:
    MacBook Pro
    However, no matter where you ask there are two common factors in heating:
    --The programs/tasks you are doing
    --The fact that no laptop has room for big fans means it will always run hotter doing the same tasks than will a desktop computer with big fans. Few laptops are good gaming platforms as a result.

  • How are the gestures used on the iPad2?

    Can someone help me understand how the gestures on the iPad2 are used? I'm having trouble figuring it out myself. Also how are the favorites used?

    Here is a link that may help you better understand gestures:  http://www.macworld.com/article/1163019/ios_5_new_gestures.html

  • How are the asynchronous messages persisted

    How are the asynchronous messages persisted ??
    thanks
    kumar

    HI Kumar
    1. Asynchronous Messages in XI are stored in database permanently
    2. After processing the message, Integration Engine makes a datbase commit explicitly and the processed message is stored in the database.\
    3. Async Messages can be restarted when they go into error
    4. Asynchrous messages while being sent if there is some problem in connectivity or something the message persists and when the connection is up,it tries to send it again
    Cheers..
    Vasu
    <i>** Reward Points if found useful **</i>

  • How are the facetime graphics?

    How are the "FaceTime" graphics? Are the video calls clear quality? and is it free?

    The FaceTime graphics are good depending on your wifi strength. Especially in iOS 7, the graphics are much better. However, if you have bad wifi or signal strength, then it will lag and be a bit blurry.

  • So how are the new iMacs? (Reviews, sightings, etc)

    I've been scouring the 'Net for any information about the new Intel iMacs, but hardly a peep from anyone that I've seen. I'm specifically looking for information on the new 24, but any info will do.
    Are they quiet? Fast?
    How are the screens? Are they too big (yeah, right). I read here [http://discussions.apple.com/thread.jspa?messageID=3080026&#3080026] that the screens are dark on the sides. Isolated issue?
    How do the internal speakers/bigger amp sound? I'm looking to get rid of mine to free up desk space and I'd like to confidently be able to put them into storage.
    I've already ordered mine last week (second Mac to own, first iMac), but I'm waiting on it to ship, as it's a BTO with everything upgraded except the RAM is only 2G. This wait is killing me! There is little info on these new Macs. Please, someone post at least a first impression introductory review.
    Any info/pics that anyone can share would be greatly appreciated. I've set up RSS with Flickr, Digg, Google news and the iMac discussions and I've seen 3 different 24" unpacking photo sets with what seems to be cell phone quality snapshots and 0 reviews.
    Someone fill us in and post some quality shapshots so we can see how big this thing is!
    G5 1.6   Mac OS X (10.4.7)  

    Michael,
    Sorry to hear about that however once Apple ships the product it's in the hands of the shipper and Apple loses all control the same as Dell, HP, Acer etc... All the manufacturer's go to great lengths to ensure machines are packaged adequately so they can take the rigors shippers put them through however there are always going to be individual cases where contents are damaged. For example most computer manufactures make their packaging so the computers can be dropped from 10 or more feet onto a concrete floor. However there is no way they can protect a box if it's kicked in or crushed.
    If she bought the computer from Apple's online store simply call AppleCare, explain the issue and they will arrange for a replacement. If it was purchased from another vendor and shipped to you then you will have to deal with that vendor's return policy.
    Either way it's a shame and I'm sorry it happened to you and your daughter but rest assured it's a rare exception.
    Regards,
    Roger

  • How are the third party apps for the iPhone?

    Being a long time Palm user, then moved to BlackBerry I watched the quality of third party apps really plummet due to a more restrictive development agreement.
    Now considering an iPhone, I'm curious about how healthy the 3rd party app community is for iPhone, something I miss from my Palm days. From what I've heard, the development for iPhone applications is even more restrictive than for BlackBerries.
    Anyone that wouldn't mind addressing one or all of these questions for me from their own experience, would be greatly appreciated.
    1) Do you use third party applications on your iPhone, or do you find the native Apple software to be sufficient?
    2) Are there alot of different choices for utilities, or do you find yourself pigeonholed to 1-2 programs.
    3) Would you say that the third party apps are "mature" that is stable, follow similar flow/integration with the phone and designed in an intuitive way?
    Again thanks for anyone that chooses to help me with this. I was really disappointed with the apps available for the Blackberry. At $15-$25 dollars each, I was usually let down by the quality and selection and overall experience.

    Snarg wrote:
    1) Do you use third party applications on your iPhone, or do you find the native Apple software to be sufficient?
    The native software is excellent and I also have apps to fill in for things not available as part of the out of the box iPhone.
    2) Are there alot of different choices for utilities, or do you find yourself pigeonholed to 1-2 programs.
    If you go to the app store and browse, you'll find lots of different utilities. In some cases, there are a dozen different options that do the same basic thing and in other cases there are a couple.
    3) Would you say that the third party apps are "mature" that is stable, follow similar flow/integration with the phone and designed in an intuitive way?
    Some apps are well done and others aren't. Since they are developed independently, there is variability. The apps I use most frequently seem pretty stable. It all depends on your needs.

  • How are the subst data tags used in Portal Server

    I noticed this tags in the authentication pages, where are they stored? How do I modify their value? How are they used? A reference to the admin or programers guide is plenty I just couldn't find one.
    Thanks!

    They are defined in the auth module properties files (however I don't think any are defined in the product as it ships). The tags are of the form:
    <subst data="key">othervalue</subst>
    If the key is defined, the value of the key is substituted for othervalue, otherwise it is left untouched.
    Stephen

Maybe you are looking for