The Community is now in read-only mode to prepare for the launch of the new Flexera Community. During this time, you will be unable to register, log in, or access customer resources. Click here for more information.
Hi everyone,
After agent installation, I can see below error in installation.log:
[11/10/2022 3:24:16 PM (N, 0)] {2080} Downloading āhttp://Policies/Merged/_domain/Machine/ServerName.nplmachinename=ServerName&ipaddress=10.XX.XXX.XXā to āC:\Windows\TEMP\NDL26879.nplā
[11/10/2022 3:24:16 PM (G, 0)] {2080} Download failure: Error 0xE0500005: Host name lookup failed
[11/10/2022 3:24:16 PM (U, 0)] {2080} ERROR: Error (s107m858)
[11/10/2022 3:24:16 PM (U, 0)] {2080} ----------------
It seems that "http://Policies" means that the config file was not processed during installation.
We already make below checks:
Does anyone have a solution for this error ?
Note:
- communication between beacon and server is working well: testnet-connection suceeded and web browser showing IIS of beacon
- we will use ip address for beacon url as entered in the config file: https://ServerIpaddress/ManageSoftDL
Thanks,
Rayan
āNov 10, 2022 12:11 PM - edited āNov 10, 2022 12:12 PM
instead of Server IP try to use FQDN while configuring mgssetup file
āNov 11, 2022 12:01 AM
@ReshmaB - When you launched the MSI associated with the Installation Package, was the configured MGSSETUP.INI placed in the same folder as the MSI and the CAB files?
āNov 11, 2022 08:03 AM
Add the entries of the beacon in host file on client machine and rerun mgspolicy command.
āNov 11, 2022 02:01 PM
I had the same issue, now I deliver the mgssetup.ini into the same folder than the install binaries and it runs correctly. Take care to put the good bootstrap server
else run the ndlauch command that you can find into the policy.log (c:\windows\temp\managesoft) with the good values and then it will work for example:
ndlaunch -r "http://[MyBeaconFQDN]/ManageSoftDL/Policies/Merged/[My Domain]_domain/Machine/[MyMachine].npl?machinename=[MyMachine]&ipaddress=[xxx.xxx.xxx.xxx]" -o PkgType=Policy -o InstallProfile=Public -o "ApplyPolicy=TRUE"
sometimes mgspolicy is searching for the most available beacon in the discover
āNov 12, 2022 08:15 AM - edited āNov 12, 2022 08:26 AM
@RayanKS Hi please check if any proxy is enabled in the client machine and check the FQDN and IP address which ever is being used for connecting to the beacon in the bootstrap registry are correct.
Reg key:
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\ManageSoft Corp\ManageSoft\Common]
Try running the Command:
"%PROGRAMFILES(X86)%\ManageSoft\Policy Client\mgspolicy.exe" -t machine -o UserInteractionLevel=Quiet
if still issue is not fixed try creating the below 2 strings under registry path Managesoftcorp-->Managesoft-->Common and string values to be set as false
CheckServerCertificate
CheckCertificateRevocation
Try restarting the agent services and check if this helps
Regards
āNov 15, 2022 12:35 AM - edited āNov 15, 2022 12:37 AM
Hi everyone, finally as a workaround I ran "C:\Program Files (x86)\ManageSoft\Policy Client\mgspolicy.exe" -t Machine -o DownloadRootURL=https://beacon.IPaddress/ManageSoftDL -o UILevel=Auto
and it added beaconIP DownloadRootURL in agent config registry keys and it is now working well.
We still don't know the root cause of this issue and why the mgssetup.ini is not processed if someone has an idea ?
āNov 23, 2022 04:06 AM
may be setup.exe is not run as administrator while installing package on device.
āNov 23, 2022 06:06 AM - edited āNov 23, 2022 06:07 AM
This is a common error, check and see if the DNS is resolving the Beacon FQDN if not then add the FQDN and IP of the beacon in the hosts file.
āNov 24, 2022 02:08 AM