Hi i ve a strange problem, in a windows client the vbs script of the plugin officepack show correctly 3 versions of the office for that client, also if i lunch manually the creation of the local xml i can see 3 versions in the file:
-<OFFICEPACK>
<OFFICEVERSION>2007</OFFICEVERSION>
<PRODUCT>Microsoft Office Professional Hybrid 2007</PRODUCT>
<PRODUCTID>89451-906-9159362-66185</PRODUCTID>
<TYPE>32</TYPE>
<OFFICEKEY>MJDFD-DHTGF-3RGGT-38VMH-GY68G</OFFICEKEY>
<GUID>{91120000-0031-0000-0000-0000000FF1CE}</GUID>
<INSTALL>1</INSTALL>
<NOTE/>
</OFFICEPACK>
-<OFFICEPACK>
<OFFICEVERSION>2010</OFFICEVERSION>
<PRODUCT>Microsoft Office Home and Business 2010</PRODUCT>
<PRODUCTID>82503-238-3087604-11537</PRODUCTID>
<TYPE>32</TYPE>
<OFFICEKEY>YMGCC-8WWVK-CTHCP-R3WKK-WCHF8</OFFICEKEY>
<GUID>{90140000-003D-0000-0000-0000000FF1CE}</GUID>
<INSTALL>1</INSTALL>
<NOTE>HomeBusinessR</NOTE>
</OFFICEPACK>
-<OFFICEPACK>
<OFFICEVERSION>Office 16, RETAIL(Grace) channel</OFFICEVERSION>
<PRODUCT>Office 16, Office16HomeBusinessR_Grace edition</PRODUCT>
<PRODUCTID>00343-80000-00000-AA003</PRODUCTID>
<TYPE>1</TYPE>
<OFFICEKEY>XXXXX-XXXXX-XXXXX-XXXXX- D6928</OFFICEKEY>
<GUID>6379f5c8-baa4-482e-a5cc-38ade1a57348</GUID>
<INSTALL>1</INSTALL>
<NOTE>The Software Licensing Service reported that the application is running within the valid grace period.</NOTE>
</OFFICEPACK>
The problem is that in the webserver side are showed only 2 versions of office the one with 2016 not appear in the list and neither in the table OFFICEPACK of the db.
I can't understand what is wrong in it, i supposed all things with the correct tag in the xml should be insert in the ocs db.
As further info today i ve try to lunch the inventory manually in the windows client with the command
OCSInventory.exe /force
And surprise i ve the 3 versions of office showed on the web interface of the server.
The version of OCS INVENTORY in the client is the last :
OCS Inventory NG Agent 2.3.1.1
Also the version of the plugin is the last Officepack-2.0, and same for the server version OCSReports 2.4
Thanks
Samuel