Problem of visualization de dashboard knowledge
The portal version is 7.3
Best Answer
-
merlenette_jones Member Advanced IT Monkey ✭✭✭You may need to resync the user table. Sounds like there have been some changes and the cachebuilder service is having trouble enumerating the correct rights Lets try this:
First stop the Cache Builder service and then run the following commands against the ServiceManagement DB:
- TRUNCATE TABLE CI$User
- TRUNCATE TABLE CI$DomainGroup
- TRUNCATE TABLE LastModified
Then restart the CacheBuilder service.
Let me know the results.
Merle5
Answers
First stop the Cache Builder service and then run the following commands against the ServiceManagement DB:
Then restart the CacheBuilder service.
Let me know the results.
Merle