Frederico Gendorf
Frederico Gendorf
We have two deskptops with this problem.
If anyone want install winget to all Users, change from ``` Add-AppxPackage -Path $($desktopAppInstaller.file) -DependencyPath $($vcLibsUwp.file), $($uiLibsUwp.file) ``` to ``` Add-AppxProvisionedPackage -SkipLicense -online -PackagePath $($desktopAppInstaller.file) -DependencyPackagePath $($vcLibsUwp.file), $($uiLibsUwp.file) ```
Same here, - GLPI version : 10.0.0- final release - OCS Inventory NG version : 2.0.0-rc2 - mysql 5.7 - PHP version : 7.4 _________________________ Frederico Gendorf On Tue, Apr...
Hi Mirkk, on ocsweb database the table of softwares just called "software", so I think your problem is that all your ocsweb database is missing. _________________________ Frederico Gendorf On Thu,...
Hi @Mirkk , no clue yet... but I guess the issue are in API GLPI in the latest versions, changed a lot since 10.0 when the last version of plugin...
I've just made a PR to fix this issue on master
Hi, yes, we use some fields like "Plugins - OCSNG - Inventory agent" and "Plugins - OCSNG - Last OCSNG connection date" in computers list
Just confirmed, if I remove these columns from the list, the problem doesn't occur, not sure if it is a OCS Plugin problem or GLPI
Yes, no problem if I add again. May be some missed on migration ?