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.11.1 available

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

Problem with deployment help

i have a several problem.

When i recibe a package from my server all goes Okay but i can't really found this package anywhere.

Logs says Ok, server seys sucess but i don't know where is this package i save.
in OCS Inventory NG agent for Windows by (140 points)

1 Answer

0 votes

hy, a scuccess in the server webgui doesn't mean that the package was really installed. It only means that there was no error in the script you deploy.

You must deploy a batch script which logs everything localy - so you can see what is going on.

for example put something like this in a batch file with cmd extension and use the launch button for deployment in OCS-Inventory

msiexec /i "C:\MyPackage\Example.msi" /L*V "C:\log\example.log"

it would be helpfull if ocs-inventory has the capability to log everything on server.

Sometimes i do some logging to a central fileshare to watch what is going wrong
 

Kind regards

by (22.6k points)
 
Powered by Question2Answer
...