cancel
Showing results for 
Search instead for 
Did you mean: 

Warning: No connection to Auditing Data Store from CMS

Former Member
0 Kudos

Hello everyone.

I have the folowing issue. I have my auditing repository in DB2, when I try to configure the Auditing Data Store from CMC, I get this error "Warning: No connection to Auditing Data Store from CMS sia_incop_pro.CentralManagementServer."

In my BI server I delete all .txt files that automatically are created in the path: /bobje/bobjxi/sap_bobj/data/Auditing. When  I do that, I solve the issue of No connection to Auditing Data Store, but this is only for a short time because the .txt files are created again and the error message comes again. I tried the solution that I found in the following discussion: http://scn.sap.com/thread/3395164 but still not working. Any suggestion?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I resolved the issue.

The problem was that I didn´t have enough space in my tablespace, so I configured my tablespace as automatic resizing with maximum size with the following comands in my linux server:

1. db2 connect to <database>

2. db2 alter tablespace <name> autoresize yes

3. db2 alter tablespace <name> maxsize none

You use none to not specify a maximun limit to your tablespace.

Regards and thank you for your time

Answers (1)

Answers (1)

AtulKumarJain
Active Contributor
0 Kudos