--
All messages to this mailing list should adhere to the DuraSpace Code of Conduct: https://duraspace.org/about/policies/code-of-conduct/
---
You received this message because you are subscribed to the Google Groups "DSpace Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dspace-communi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-community/beb60b6d-dd59-4983-b0e1-aeab4b9fa6ec%40googlegroups.com.
I managed to make the statistics work on the admin panel in dspace 6.3,I used the commands below:
./dspace index-discovery -f
./dspace solr-reindex-statistics
./dspace oai clean-cache
./dspace oai import -c -v
./dspace stat-initial
./dspace stat-report-initial
./dspace stat-monthly
./dspace stat-general
./dspace stat-report-monthly
./dspace stat-report-general
service tomcat restart