Welcome to OCS Inventory NG community support, where you can ask questions and receive answers from other members of the community.

Please ask questions only in English or French.

Release 2.12.3 available

The official documentation can be found on https://wiki.ocsinventory-ng.org. Read it before asking your question.

software count show value but no result

When i click on Inventory  - all software , in the tab count i see value. I click on it but i don't see any data on the next screen .   i see the criteria for the specific app but no result .
I use the last ocs version on debian
any idea ?
Thanks in advance
in OCS Inventory NG server for Unix by (120 points)

1 Answer

0 votes

The "All Software" tab relies on an aggregated table built by a specific cron job script named cron_all_software.php. If this script hasn't run or failed, the aggregated data won't be available for display. You can manually run this script to rebuild the data:

/bin/php /usr/share/ocsinventory-reports/ocsreports/crontab/cron_all_software.php

PHP or server incompatibilities: Recent OCS versions require PHP 8.0 or higher. Using older PHP versions can cause parts of the web interface to malfunction, including showing empty software lists.

https://ask.ocsinventory-ng.org/14287/all-software-tab-empty-in-ocs-inventory-server

 mentioned "Somehow there was a missing table named 'software_link', manually adding it and running cron_all_software.php solved it."

ago by (25.5k points)
 
Powered by Question2Answer
...