Problems registering clients on the server

Questions about WAPT Server / Requests and help related to the WAPT server
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Locked
Perfect-Dash
Messages: 7
Registration: Apr 10, 2015 - 10:10

April 10, 2015 - 10:23

Hello,

First of all, I want to thank you for this truly fantastic solution! Until now, I was using package deployment via GLPI/FusionInventory, and WAPT is much simpler to use and saves a lot of time when deploying a package.

However, I'm currently encountering a problem: on my network, I have two computers that absolutely refuse to register with the WAPT server, and I don't understand why.
They were registered before, but at one point I removed all the machines from my inventory (I'm still testing the solution), and as a result, I reinstalled all the agents on the client PCs, but only two won't register. Initially, I used Fusion Inventory to deploy the agents to the clients, but I also tried reinstalling them directly on the machines, and again, no registration! I also tried temporarily disabling the Windows firewall on the client just to see, but that didn't work either...

I've searched everywhere, but I can't find a solution. Do you have any idea what could be causing this?

Thank you.
User avatar
Yvan Karmouta
Messages: 34
Registration: June 18, 2014 - 10:09
Contact :

April 10, 2015 - 3:46 PM

Good morning,
Thank you for your encouragement and please feel free to spread the word about the project :D
In your case, several tests can be done
  1. Is the WAPTService running on the workstations?
  2. From your workstations, do you have access to the local WAPT interface: http://localhost:8088
  3. from the workstations in a cmd.exe file returned by the wapt-get register command
Yvan Karmouta - Tranquil IT Systems
Feel free to leave us your opinion on Wapt in the forum, or to answer our questionnaires :).
Perfect-Dash
Messages: 7
Registration: Apr 10, 2015 - 10:10

April 10, 2015 - 5:45 PM

Thank you for your quick response :)
Is the WAPTService running on the workstations?
-> The WAPT service is activated
From your workstations, do you have access to the local WAPT interface: http://localhost:8088
-> The workstations do have access
from the workstations in a cmd.exe file returned by the wapt-get register command
However, I have an error here:

FATAL ERROR: 2: The key Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\????2014Beta1 can not be opened

I confess I'm really not sure I understand... ^^

In the meantime, I've encountered another problem (sorry), I'm testing to install Fusion Inventory by only changing the path to my server in setup.py.

To help you, I'll explain my method:

1. I go to "Private Repositories" and import the "tis-fusioninventory" package from the repository
2. Once imported, I right-click and select "Edit package," which opens it in PyScripter
3. I only change the server path, I save.
4. I run the command and do a wapt-get build-upload<le chemin du paquet> It works!
5. I launch the installation like any other package on a client machine, but it fails!
6. I get the following error message: "KeyError: "There is no item named u'WAPT/signature' in the archive"

Do you have any idea what the problem might be? I don't have the problem when I don't modify anything and I use the package from the repository.

Thank you
User avatar
Yvan Karmouta
Messages: 34
Registration: June 18, 2014 - 10:09
Contact :

April 13, 2015 - 10:38

However, I'm getting an error here:
FATAL ERROR: 2: The key Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\????2014Beta1 can not be opened.

Okay. During the computer's registration with the WaptServer, the Wapt client retrieves the list of software from the registry path:
"Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\".
This is where the program uninstallation keys are stored. Apparently, Wapt can't read the registry key
"Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\????2014Beta1".
It might have special character issues or be corrupted. Check and correct this in your registry.

Your second problem concerns a Wapt package; please create a new topic in the correct section, and I will answer you. ;)
Yvan Karmouta - Tranquil IT Systems
Feel free to leave us your opinion on Wapt in the forum, or to answer our questionnaires :).
Perfect-Dash
Messages: 7
Registration: Apr 10, 2015 - 10:10

April 22, 2015 - 6:21 PM

I'm having another problem, so I didn't want to double-post (I didn't see an edit button), so I deleted my previous reply

I'm reposting my old message:
Finally, the question marks that can be read here: ????2014Beta1 corresponded to Chinese characters on the client... I had to uninstall the software to get the PC to reappear in the inventory.

Thank you very much for your help. :)

No worries, I'll go create a new topic in the correct section for my second problem.
And here is my new message:

I'm encountering a similar problem with one of my clients, except this time I get this error message when I run `wapt-get register`:
FATAL ERROR: CalledProcessError: Command '('echo "" | wmic PATH Win32_ComputerSystemProduct GET UUID,IdentifyingNumber,Name,Vendor /VALUE',)' returned non-zero exit status 255
Do you have any idea what might be causing this error message? If I understand correctly, it's unable to retrieve the customer's information, is that right?

Thank you
User avatar
Yvan Karmouta
Messages: 34
Registration: June 18, 2014 - 10:09
Contact :

April 24, 2015 - 3:36 PM

Good morning,
The WMI command is unable to retrieve the BIOS UUID; some BIOS versions no longer have one.
In version 1.2.2 you will be able to generate one from the problematic machine in a command prompt:

Code: Select all

wapt-get generate-uuid
Then edit the file c:\wapt\wapt-get.ini to add the line

Code: Select all

uuid = "uuid  généré"
Sincerely
Yvan Karmouta - Tranquil IT Systems
Feel free to leave us your opinion on Wapt in the forum, or to answer our questionnaires :).
Locked