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

Connecting Insight to RTC

I've got the RTC 2.0 Job, Loop_RTC2.0, running in Data Manager. This job runs correctly and I am able to run reports and view the data correctly.

However, my system administration team is concerned about giving out the ID and password to the databases for each of our RTC repositories, so they would prefer I use a separate ID with read-only access.

My questions:
1) Is it possible to run the job using a read-only ID? It seems logical, but I wanted to ask.

2) If so, what tables does this ID need to be able to read? Although I can get this working with an ID that has full read-write access, the same job doesn't work with my read-only ID.

Thanks!

0 votes



3 answers

Permanent link
I've got the RTC 2.0 Job, Loop_RTC2.0, running in Data Manager. This job runs correctly and I am able to run reports and view the data correctly.

However, my system administration team is concerned about giving out the ID and password to the databases for each of our RTC repositories, so they would prefer I use a separate ID with read-only access.

My questions:
1) Is it possible to run the job using a read-only ID? It seems logical, but I wanted to ask.

2) If so, what tables does this ID need to be able to read? Although I can get this working with an ID that has full read-write access, the same job doesn't work with my read-only ID.

Thanks!




For question 1) Yes creating an account with read only privileges on the RTC data mart will do. The ETL process only requires select privileges on the tables.

For qustion 2) To see which schemas participate in the RTC data mart go to this link: https://jazz.net/wiki/bin/view/Main/DataWarehouseSnapshotSchemas

The other thing that Data Manager requires is access to the database's system tables for information regarding table names, columns and their type etc. That is the ability to discover meta-data about the tables that are involved in the ETL.

0 votes


Permanent link
On 5/03/2011 1:08 AM, petroula wrote:
....
The other thing that Data Manager requires is access to the database's
system tables for information regarding table names, columns and their
type etc. That is the ability to discover meta-data about the tables
that are involved in the ETL.



How can I make sure that the Data Manager *does* have access to the
system tables?
Thanks

0 votes


Permanent link
On 5/03/2011 1:08 AM, petroula wrote:
....
The other thing that Data Manager requires is access to the database's
system tables for information regarding table names, columns and their
type etc. That is the ability to discover meta-data about the tables
that are involved in the ETL.



How can I make sure that the Data Manager *does* have access to the
system tables?
Thanks

It's not a question of DM having access to the tables, but rather the account you are specifying to connect to the Insight and RTC warehouse. Maybe a quick test on the oracle database such as "select * from all_tables where owner='RIODS'" for the Insight database and something similar against the RTC database can quickly show you if the account you are using has a problem.

0 votes

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: Aug 18 '10, 4:19 p.m.

Question was seen: 7,005 times

Last updated: Aug 18 '10, 4:19 p.m.

Confirmation Cancel Confirm