Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Where can I find my custom attribute in the back end?

A custom enumeration was created and applied to all work item types, and I'd like to pull that information in an SQL query.

I looked through the tables in the WORKITEMS_SNAPSHOT schema as per this article
https://jazz.net/library/article/638/

but I am unable to find it. Is there anywhere else I might find it?

0 votes



One answer

Permanent link
 Is this about the RTC database or about the Datawarehouse? 

If this question is about the RTC database, please note, as far as I can tell, you are not supposed to access the data there directly. The data is stored using frameworks such as EMF and using blobs etc. You will likely ony be able to retrieve very little information using SQL. You should use the application or the API instead.

0 votes

Comments
Isn't a direct data pull the whole point of that post?

Right now I've got a query subject in Cognos Framework Manager that runs an SQL query on the RTC back end every time it's accessed, which is, in my opinion, the preferred alternative to a scheduled ETL. That post makes it seem like at least I'm able to create a separate object that can be joined on, though ideally I could just add the necessary SQL to my existing query if possible. 

From the Introduction of the post: "This document describes how to customize the IBM Rational Insight extract, transform, and load framework (ETL) to extract IBM Rational Team Concert (RTC) custom attributes."
So that post was not about running SQL queries on the RTC back end every time it is accessed, but is about modifying the ETL so that the custom attribute information is added to the data warehouse.  Running the query every time the report is run is definitely not the preferred alternative, since that approach will eventually degrade the performance of your server.

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Jan 21 '13, 2:20 p.m.

Question was seen: 5,815 times

Last updated: Jan 21 '13, 7:00 p.m.

Confirmation Cancel Confirm