A new Flexera Community experience is coming on November 25th. Click here for more information.
Hi
Getting below error while configuring ndtrack task in windows server 2012 R2.
Task Scheduler successfully completed task "\Flexera Inventory Beacon\Self Inventory" , instance "{9fa8463b-fbf4-4da5-80f0-f183ce5f32f5}" , action "C:\Program Files (x86)\Flexera Software\Inventory Beacon\Tracker\ndtrack.exe" with return code 3770482738.
‎Dec 24, 2021 05:56 AM
Can you provide details on how you set up the scheduled task (action)?
‎Dec 24, 2021 06:14 AM
I have created basic task in scheduler & browse ndtrack.exe file from C:\programe(x86)\flexerasoftware\tracker\ndtrack.exe -t machine
When am I running manually from CMD its working fine. Getting error while task running from scheduler.
‎Dec 24, 2021 09:47 AM
Are you properly using the "Add arguments (optional)" field?
‎Dec 27, 2021 06:24 AM
Yes. I have 9 beacon. Its working fine on 8.
Facing problem in one beacon only.
‎Dec 27, 2021 08:32 AM
The Flexera agent might be missing some configuration settings.
Either make sure to provide all relevant configuration settings as command line options for ndtrack as @mfranz suggested, or configure the scheduled task executing the agent to use the same Windows user account that can execute the Flexera agent interactively.
This account should be a local Administrator on the Beacon.
‎Dec 27, 2021 05:02 PM - edited ‎Dec 27, 2021 05:13 PM
I have used the same account, which is working fine with manual step.
‎Dec 28, 2021 01:26 AM
If the scheduled task is actually invoking the ndtrack.exe process, it will likely have generated some logging - so check the tracker.log log file which may give some insight into specifically what is failing. That file is likely in the C:\WINDOWS\Temp\ManageSoft or the %TEMP%\ManageSoft directory of the user that you're using to invoke the process.
‎Dec 28, 2021 04:08 AM
Hi
We are getting these error in log. Enclosed Tracker log.
Failed to get WMI property 'Name': Not found (0x80041002)
Failed to get WMI property 'Caption': Not found (0x80041002)
Failed to connect to the WMI provider namespace 'root\virtualization\v2' on server 'localhost': Invalid namespace (0x8004100e)
Failed to initialize WMI (0x8004100e)
The specified WMI namespace is invalid or does not exist on the host
Failed to connect to the WMI provider namespace 'root\virtualization' on server 'localhost': Invalid namespace (0x8004100e)
Failed to initialize WMI (0x8004100e)
The specified WMI namespace is invalid or does not exist on the host
Failed to connect to the WMI provider namespace 'root\MicrosoftSqlServer' on server 'localhost': Invalid namespace (0x8004100e)
Failed to initialize WMI (0x8004100e)
The specified WMI namespace is invalid or does not exist on the host
Failed to connect to the WMI provider namespace 'root\Microsoft\SqlServer' on server 'localhost': Invalid namespace (0x8004100e)
Failed to initialize WMI (0x8004100e)
The specified WMI namespace is invalid or does not exist on the host
Not all privileges or groups referenced are assigned to the caller.
ERROR: Could not create raw inventory
[12/23/2021 7:15:52 AM (G, 0)] {5092} Program exited with code -524484558
‎Dec 28, 2021 05:44 AM
Seems there is an issue with WMI on this Beacon.
Tools for checkin WMI functionality are the WMI console (winmgmt.msc) and Wbemtest (Windows Management Instrumentation Tester).
You can find some good documentation in this article.
‎Dec 29, 2021 03:55 AM
I have followed this doc & found no issue with WMI.
‎Jan 03, 2022 12:11 AM
I suspect the references to WMI errors here may be a red herring, and not directly related to the ultimate failure that is occurring. However the following message is a strange one that is concerning:
Not all privileges or groups referenced are assigned to the caller
I'm not sure what that may indicate or whether it could be the specific cause of the inventory gathering failure. I wonder if it is indicating some kind of anomaly in relation to permissions on the filesystem or something else.
What rights does the winadm_acc_svc001 account that you're running as have? Is it possible that they may lack rights to write to the file D:\ProgramData\ManageSoft Corp\ManageSoft\Tracker\Inventories\winadm_acc_svc001 on fihe3flexbcn002.ndi? Does that file even exist?
‎Jan 11, 2022 03:55 PM
I have tried with local account as well. Other FNMS task are running fine with same account.
‎Jan 13, 2022 08:50 AM