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

RRDI erroring on Report Studio report save


This is probably a DBA question, but during the morning, we're able to save our Report Studio work.  At some point later in the day though we consistently get the following error.

CM-SYS-5003 Content Manager is unable to connect to the content store. Verify that the database connection properties in the configuration tool are correct and that when you test the connection, the test is successful.ORA-01536: space quota exceeded for tablespace 'USERS'

Would this be an installation issue?  a general DB issue? or something we can configure to resolve?
thanks in advance

0 votes



2 answers

Permanent link
Hello Alexander,

the RRDI report server stores the reports and its configuration in a database called content store (sometime refereed as RICM in the documentation).

The error you get means that the application cannot write to the database because the tablespace has reached its quota for that user.

The USERS tablespace that is mentioned in the error is the default one (in general this is not recommended). This means that the Oracle user that is configured to connect to the content store doesn't have a tablespace assigned.

I can think of 2 approaches:
1) Increase the quota on the USERS tablespace available to the oracle user that is configured to connect to the content store.
2) Create a new tablespace and assign it to the oracle user that connects to the content store with unlimited (or high enough) quota. (This might require that you export the content store contents before the operation, and import it back after.)

Best Regards,

Francesco Chiossi

0 votes


Permanent link
This sounds like a database issue, where the tablespace is running out of space.  I would guess that if it happens daily it may be some sort of cache problem that gets resolved later.  I don't use Oracle though so I can't give more specific help.

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
× 403

Question asked: Dec 04 '14, 9:24 a.m.

Question was seen: 3,661 times

Last updated: Dec 04 '14, 9:37 a.m.

Confirmation Cancel Confirm