PluginsOCSInventory-NG / officepack

Retrieve microsoft office keys
GNU General Public License v2.0
15 stars 27 forks source link

Plugin problem with OCS Server v2.6 #56

Closed Cool34000 closed 5 years ago

Cool34000 commented 5 years ago

Hi,

I'm using OCS Server v2.6 on Debian 9.9 Officepack is installed this way:

aptitude install python3-pip -y
pip3 install scp
cd /usr/share/ocsinventory-reports/ocsreports/extensions
wget https://github.com/PluginsOCSInventory-NG/officepack/releases/download/3.0/officepack.zip
unzip officepack.zip
rm -f officepack.zip
# Go to http://server/ocsreports and install the plugin
cd /usr/share/ocsinventory-reports/ocsreports/tools
python3 install_plugin.py

So far, so good.

Now, I'm trying to inventory 2 PC:

When I launch the inventory, none of the computers shows up in OCS interface. If I delete msofficekey.vbs and relaunch the inventory, both computers shows up in OCS interface.

When I launch msofficekey.vbs manually, I can see MS Office version and key correctly.

Any advice? Thanks in advance

Cool34000 commented 5 years ago

Got it! Same problem as https://github.com/PluginsOCSInventory-NG/officepack/issues/55