on 2014 Dec 01 5:34 PM
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello John,
it's where I start But this is only the beginning. Now, you have to understand it.
There is CUID which you need to link.
There is more then one context. Like other Metadata table.
There is some bug too. I am in the process to understand it.
You also will have to create derived table because there is multiple meaning for same solumn
In summary, a place for a blog
I got an answer from SAP for the question about CUID. Hope it can help some other people
This is the answer from SAP, I erase my question...
SAP :
To simply answer your question on which service (i.e. WebI, ADS,
connection server, etc.) a metric belongs to (i.e. Server Running
State), you can determine the SI_CUID of the service by looking at the
CUID column of the TREND_DETAILS table. You won't be able to tell the
SI_NAME of the service from the Trend database however. In terms of
tools you can use to look into the Trend database, if you have using
the embedded Derby database, you can use RazorSQL's Derby browser
found ere:
http://www.razorsql.com/docs/derby_database_browser.html
If you have used Query Builder before, you can run the below query to
find the name of the service once you have the CUID value of the
service:
SELECT SI_NAME FROM CI_SYSTEMOBJECTS WHERE SI_CUID='<CUID from
TREND_DETAILS>'
I hope that has answered your question.
1. You are correct, you cannot run Query Builder (SDK) queries in a
Universe. As you already guessed, yes this could most likely be
accomplished with SDK script. The SI_NAME is stored inside a BLOB in
the CMS database so will not be able to extract without the help of
the SDK. This would be outside the scope of support as well. What I
can imagine will be another way of doing it as a starter step, is that
you gather all the unique CUID from the TREND_DETAILS table, use the
SDK to query all the CUIDs to get their respective SI_NAME, then
create a new table in your Auditing database to store this
information. Of course, management of this new table would be another
matter.
2. It really does not matter if you use the embedded Derby or Auditing
database for storing the Trend data, they will have the same table
structure and data. So you would not be able to find SI_NAME in the
Trend data (reason is above).
BO 4.1 have this model ! What I can understand so far is the table MOT_TREND_DETAIL are use for multiple purpose. For Metric, for Probes, For watch, then you have to link to MOT_TREND_DATAto get information from metric or watch.
But how to link Watch to metric...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
10 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.