Jump to content

Support

Administrators
  • Posts

    695
  • Joined

  • Last visited

Posts posted by Support

  1. As it's stated in the error message, this error appears when you try to set system clock back in order to prolong the trial version. If this is not the case, it can also happen if something is wrong with system clock without your participation (for example, exhausted battery on the motherboard). Please check if your system clock is correct and try to run the program again.

  2. First, you go to Options - Misc. and specify the fields which should be present with each computer. Then you select the necessary computer and press "Edit" button on the toolbar or "Edit - Edit selected computer" in main menu. Now open the "Custom information" tab and enter the values for common fields. You can also add fields specific for this particular computer here. Press OK and select "Custom information" category on the right panel (it may be needed to press F5 to refresh if you are viewing the same computer that you've just edited), and you will see that information.

  3. In general view mode, when I say "selected", I mean "highlighted" and you cannot select more than one node at a time.

    Have you noticed that when you switch to Report Builder, each node's icon is shifted to the right a bit and there is a space for a checkmark? So when in Report Builder you just tick that empty place and the checkmark appears, and this is what we call "selected for reports". If you tick the checkmark again, it disappears, that is the node is deselected. You can do this with any node, including the root node and the checking or unchecking is propagated to all its subnodes.

    Perhaps the absence of boxes for checkmarks is a bit confusing, but we thought it would look better this way...

  4. When you enter Report Builder (by pressing "Report Builder" button or selecting any report from the menu), currently selected node becomes selected for reports. If the group was selected, all subnodes become selected. Thus, if root node "Network" was selected, then all computers and groups become selected.

    To select or deselect all computers when you are already in Report Builder, you just need to check or uncheck the root node - "Network". The same with selecting/deselecting whole groups or subgroups, you just check or uncheck the group node.

  5. OK, tried running the tniaudit.exe file manually, got an Access Denied - user is a local admin.

    Did you run it locally under local admin account?

    If tniaudit.exe is run without a configuration INI file near it, then by default it tries to create a "Data" folder and save the data file there. Check if this user have rights to create folders and files in the directory where tniaudit.exe was run from. And also, it should not be a read-only media for the same reasons.

  6. I'm sorry, I have mixed up something (I thought it were your own words and not the error text). This error concerns the path under "Audit agent" options. Obviously, you have the option "Load new and updated files at each startup" on this page enabled, and the path specified there is relative. It passes the test because that folder could actually exist, but it was not intended that audit tool folder will reside in the program's installation directory, thus it refuses to get there during actual update. So to remove this error, you would need to set this path to be absolute (starting with "\\" or "X:", where X is your drive letter).

  7. Actually there are some more steps to take:

     

    1) Rename the file.

    2) Open the file and change "Computer_name" tag to be exactly as the file name without ".xml":

    <?xml version="1.0" encoding="windows-1252"?>
    <Computer>
     <Computer_name>NEWPCNAME</Computer_name>

    3) Open "groups.dat" and change the name here:

    <Computer name="NEWPCNAME" ip="192.168.0.1"/>

    4) Refresh the tree in the program or restart it completely.

    5) Open "software.dat" and search&replace OLDPCNAME with NEWPCNAME.

     

    I think it will be useful to automate this process... :)

×
×
  • Create New...