- Flexera Community
- :
- FlexNet Manager
- :
- FlexNet Manager Knowledge Base
- :
- How to generate an NDI file
- Mark as New
- Mark as Read
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
How to generate an NDI file
How to generate an NDI file
NDI files are inventory files that help Flexera’s technical support team to investigate software recognition issues. For quicker resolution times, you can attach an NDI file to your support case.
To generate an NDI File on the FlexNet inventory agent:
On Window devices:
- Create a folder in the root of C. In this example, the folder name is INVENTORY.
- Open a command prompt as a local administrator
- Change the directory to C:\Program Files (x86) \ManageSoft\Tracker. This is the default directory on a 64-bit machine.
- Run the following command: ndtrack -t machine -o Upload=False -o MachineInventoryDirectory=C:\INVENTORY Logging=True
- There should now be an .ndi file in the INVENTORY folder.
On all other devices:
- Open a command prompt.
- Change the directory to /opt/managesoft/bin.
- Run the following command: sudo ndtrack -t machine -o Upload=False -o MachineInventoryDirectory=/tmp/log/managesoft Logging=True
- Ensure the directory /tmp/log/managesoft exists.
- Mark as Read
- Mark as New
- Permalink
- Report Inappropriate Content
Hi
Often the support wants that you attach the NDI file to a support case, and since we do not have access to all computers to run the tracker, we have implemented a replication on the application server to store all NDI files on disk centrally for a short period of time.
But wonder if their exists any SQL statement to basically pull the needed information from the database instead of storing a replica NDI?
- Mark as Read
- Mark as New
- Permalink
- Report Inappropriate Content
Hi @mag00_75
The main reason support needs NDIs is to try and replicate the issue, or to see the data in its rawest form.
So although it would be possible to get some of the data from the DB, its easier to get it from the NDI file.
Many Thanks,
Matt
Senior Technical Support Engineer
Flexera Support