-
Documentation & bug reporting acknowledgmentYes, I read it Describe your problemI try to install the GLPI-Agent (Version 1.12 x64) using the MSI-Installer in our business environment. I first tried it at home in a test installation and all worked fine. In business environment, the Installation almost finishes and at the end the status says its "rolling back action" and redos the complete installation process. After that, the following message appears:
There is no explanation what went wrong or what is needed to finish the installation successfully. I tried with all different options enabled or disabled but nothing changed. I tried more than one clients, some in the same VLAN, some in different VLANs but also no change. The Installation rolls back all the time. I found a website that suggests to install with a logfile enabled and to search in the logfile for "Return value 3". There i found the following message:
The IP-Adress mentioned is the adress of my GLPI-Server. It seems, that the agent can't reach my server, but in the same VLAN there is no firewall between the computers and the individual firewall on server and client is offline. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @furby72 MSI installer doesn't try to contact the server during installation. The error is probably due to a security policy. But this is the first time I see such error. Can you share the installer options you're trying to use ? Do you try to use the official vbs (see the related doc here) which can help to install cleanly the agent ? |
Beta Was this translation helpful? Give feedback.
-
Thank you for the clue to use the vbs-script. That did the magic. I made a mistake at the installation-step where to put the server adress. I used the "Local Target" input field for the server adress. The script pasted the variable in the right field. This problem is solved! |
Beta Was this translation helpful? Give feedback.
Hi @furby72
MSI installer doesn't try to contact the server during installation. The error is probably due to a security policy. But this is the first time I see such error.
Can you share the installer options you're trying to use ? Do you try to use the official vbs (see the related doc here) which can help to install cleanly the agent ?