Dec 13, 2022
04:59 AM
HI,
This is a Policy log, for the beacon agent if you need this agent to report on your front end then yes this is an issue, the agent cannot directly talk to the core system you need to redirect the agent to a beacon to get policy
... View more
Nov 10, 2022
11:19 PM
Another thing to try is first kill all running instances of the ndtask.exe process. In my experience that seems to speed things up.
j
... View more
Oct 28, 2020
09:13 AM
@ChrisG thanks fro all the work below its been a great help, looking at the options, for strange network reason is there a way to suppress policy updating on the unix devices that we are currently doing for the windows agent under the options of leaving APPLYPOLICY blank and also LIVEFAILOVERSETTINGS black as well, is there any way of replicating this so it stays with the NDC/ODS we have supplied at install?
... View more
Jul 15, 2020
03:29 AM
1 Kudo
For reference, the fix in the 2020 R1 release referred to in this thread is Issue Number IOJ-2082558 (First octet of IP address used as device name for vCenter servers that have an IP address as their primary network identifier) in the Resolved Issues List.
... View more
Jul 06, 2020
06:28 AM
I had one device with exact same problem. No DNS, proxy, internet issues, etc. But the agent would still fail to retrieve its policy. Export the following registry key from a machine with working agent and import it to the problematic one, then run the following command as admin: Reg key: [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\ManageSoft Corp\ManageSoft\Common] Command: "%PROGRAMFILES(X86)%\ManageSoft\Policy Client\mgspolicy.exe" -t machine -o UserInteractionLevel=Quiet
... View more
Feb 28, 2020
10:20 AM
Hi, You can add these exclusions, Files located in %Program Files(x86)%/managesoft folder ndtrack.exe getSystemId.exe mgspolicy.exe mgssecsvc.exe ndinit.exe ndlaunch.exe ndschedag.exe ndsens.exe ndtask.exe ndupload.exe getSystemId.exe UsageTechnicianTool.exe Mgsmsilist.exe
... View more
Feb 23, 2020
06:44 PM
The policy download problem looks to be unrelated to the topic of this thread, so I would suggest starting another thread if you would like input on that one.
... View more
Jan 16, 2020
07:19 AM
2 Kudos
On the Compliance database, one of the scripts I've found is:
-- File Counting SQL Script for Compliance DB.
-- Returns a count of the number of rows in the DB for a particular OS
DECLARE @OSType INT
--
-- Configurable options
-- Use 1 for Windows and 2 for Unix / OSX
SET @OSType = 2
-- End of configurable options
--
DECLARE @FirstChar VARCHAR(3), @SecondChar VARCHAR(1)
IF (@OSType = 1)
BEGIN
SET @FirstChar = '%:\'
SET @SecondChar = '\'
END
ELSE IF (@OSType = 2)
BEGIN
SET @FirstChar = '/'
SET @SecondChar = @FirstChar
END
SELECT SUBSTRING(IFE.FilePath, 1, CHARINDEX(@SecondChar, IFE.FilePath, LEN(@FirstChar) + 1)) AS 'Directory',
COUNT(IFE.FilePath) AS 'Count'
FROM ImportedFileEvidence AS IFE
WHERE LEN(IFE.FilePath) <> LEN(@FirstChar)
AND LEFT(IFE.FilePath, LEN(@FirstChar)) LIKE @FirstChar
AND IFE.FileName NOT IN (
SELECT FE.FileName
FROM FileEvidence AS FE
INNER JOIN SoftwareTitleFileEvidence AS STFE
ON FE.FileEvidenceID = STFE.FileEvidenceID
)
GROUP BY SUBSTRING(IFE.FilePath, 1, CHARINDEX(@SecondChar, IFE.FilePath, LEN(@FirstChar) + 1))
ORDER BY 'Count' DESC
The above will show the most common UNIX file paths containing file evidence that is not linked to an application hence will not be used by the ARL.
... View more
Dec 17, 2019
07:11 AM
3 Kudos
Hi All, Issue has been rectified after checking the registries under "HKEY_LOCAL_MACHINE/SOFTWARE/WOW6432Node/ManageSoft Corp/ManageSoft/Reporter/CurrentVersion" IncomingDirectory key was missing. So we copied it from the CurrentVersionBak including the string values in IncomingDirectory key Also we copied the string “ImportPluginDirectory”. we did the test connection and it worked. May be this one can be helpful to someone in future. Thanks
... View more
Dec 04, 2019
11:05 AM
1 Kudo
Hi @thibaudg
Yes, for 2019 R1 that documentation is the only current option until you can upgrade.
... View more
Nov 16, 2019
01:04 AM
@Jellou helped me on this one. And it worked for me - https://community.flexera.com/t5/FlexNet-Manager-Forum/Invoke-Expression-Exception-calling-quot-LoadFrom-quot-with-quot/m-p/123435#M3600
... View more
Nov 14, 2019
03:37 AM
Dear All, Stop the service in End task and restart the Flexera services in application server then it will work. Thanks, Sreerama Yenuga
... View more
Oct 18, 2019
01:53 AM
you will have to verify if there is anything working(in-Progress) on your compliance, this issue I also experienced and had to stop all in-progress tasks that are working on my Compliance DB
... View more
Oct 15, 2019
02:08 AM
HI Matt, probably the OUI bug is relevant. Do you already have a test version of the agent available? If not can you notify me when you have it? Regards Ronald
... View more
Oct 10, 2019
02:01 PM
2 Kudos
The latest support response had the solution. I had to add the service account to the local Administrators group as well as the local IUSR group. I also had to shut off IE Enhanced Security. I tried that and rebooted IIS and still had the trouble, but once I rebooted the server everything was fine. We are off and running!!! Thanks Kent and others for your assistance with this issue. Very much appreciate your time and efforts!
... View more
Latest posts by wernerb
Subject | Views | Posted |
---|---|---|
315 | Dec 13, 2022 04:59 AM | |
701 | Nov 09, 2022 11:36 PM | |
1060 | Feb 28, 2020 10:20 AM | |
2896 | Feb 19, 2020 05:13 AM | |
3418 | Feb 19, 2020 04:54 AM | |
3432 | Feb 19, 2020 04:36 AM | |
2724 | Jan 15, 2020 07:01 AM | |
3643 | Nov 20, 2019 05:51 AM | |
1713 | Oct 18, 2019 07:26 AM | |
1339 | Oct 18, 2019 01:53 AM |
Activity Feed
- Posted Re: A "Download failure: 404 Network error" error is present in the Agent Installation log. on FlexNet Manager Forum. Dec 13, 2022 04:59 AM
- Got a Kudo for Re: How to manually uninstall FlexNetAgent 17.1.0 on windows. Nov 10, 2022 12:29 AM
- Posted Re: How to manually uninstall FlexNetAgent 17.1.0 on windows on FlexNet Manager Forum. Nov 09, 2022 11:36 PM
- Got a Kudo for Agent Policy download ‘Hostname lookup failed’. Jul 06, 2020 02:43 PM
- Posted Re: Anitivirus Exclusions on Data Platform Forum. Feb 28, 2020 10:20 AM
- Posted Re: Beacon failed to upload import file. on FlexNet Manager Forum. Feb 19, 2020 05:13 AM
- Posted Re: Beacon failed to upload import file. on FlexNet Manager Forum. Feb 19, 2020 04:54 AM
- Posted Re: Beacon failed to upload import file. on FlexNet Manager Forum. Feb 19, 2020 04:36 AM
- Got a Kudo for Re: Exessive growth of unrecognized file evidences. Jan 16, 2020 12:33 AM
- Got a Kudo for Re: Exessive growth of unrecognized file evidences. Jan 15, 2020 08:11 AM
- Posted Re: Exessive growth of unrecognized file evidences on FlexNet Manager Forum. Jan 15, 2020 07:01 AM
- Posted Re: Connection error on Beacon - The connection to FNMP succeeded, but the server did not respond to the test correctly on FlexNet Manager Forum. Nov 20, 2019 05:51 AM
- Got a Kudo for Re: manual Reconcile fail to run. Oct 18, 2019 07:27 AM
- Posted Re: manual Reconcile fail to run on FlexNet Manager Forum. Oct 18, 2019 07:26 AM
- Posted Re: Inventory gathering failed. Error: Object reference not set to an instance of an object on FlexNet Manager Forum. Oct 18, 2019 01:53 AM
- Posted Re: Inventory gathering failed. Error: Object reference not set to an instance of an object on FlexNet Manager Forum. Oct 15, 2019 06:47 AM
- Posted Re: FNMS 2019 R1 install only showing Beacon version 12.4.0.15611 available, forcing new Beacon servers to downgrade on FlexNet Manager Forum. Oct 15, 2019 12:22 AM
- Posted Re: Just installed a fresh copy of FNMS 2019 R2 - Page not loading thumbnails on FlexNet Manager Forum. Oct 08, 2019 12:40 AM
- Got a Kudo for Re: Missing Last Used Date for some applications. Oct 01, 2019 05:55 AM
- Got a Kudo for Re: FNMS 2019 R1 Update 5 - some thoughts. Oct 01, 2019 04:56 AM