Jump to content

GPeti07

Members
  • Posts

    38
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by GPeti07

  1. On 2/28/2019 at 10:55 AM, Danil said:

    Good day! I implement aida64be software for monitoring and collecting information in a domain. Set up a domain policy. The script looks like: / R / CSV / CUSTOM [\\ test-aida-001 \ C $ \ Shares \ AIDA64 \ aida64.rpf] / CSV2SQL [\\ test-aida-001 \ C $ \ Shares \ AIDA64] / ACCEPT / SAFE / SILENT. Reports to the database do not automatically fall. Have a name consisting of date and time. I do not see the name of the computer in the report. When loading reports into the database, I see only three tables. "Item", "ID", "Report". In the "Report" contains only a list of reports and all. The "Item" contains a detailed report, not the client PCs, but the server on which the AIDA64BE is installed. What am I not setting up or doing?

    In your custom report file (aida64.rpf) you always need to enable the Computer / Summary page. So the RPF file need to contain this line: InfoPage="Computer;Summary"
    Also check your Preferences / Summary page and make sure that the "Computer Name" is enabled.

    The "report" table contain the reports list. The "item" table contain the report details including the computer names. These tables linked through ID and ReportID columns.
     

  2. You need to setup a database in File menu / Preferences / Database. More information about it:
    https://www.aida64.co.uk/user-manual/database

    Don't use the "[" and "]" characters and don't use spaces in the path, and you can't combine these commands, so you can use these one by one:
    ..\aida64.exe /R /CSV \\test-aida-001\C$\Shares\AIDA64\Reports\$HOSTNAME /CUSTOM \\test-aida-001\C$\Shares\AIDA64\aida64.rpf /ACCEPT /SAFE /SILENT
    ..\aida64.exe /CSV2SQL \\test-aida-001\C$\Shares\AIDA64\Reports /SAFE

    Or use /DATABASE parameter instead of /CSV to create reports instantly to the database:
    ..\aida64.exe /R /DATABASE /CUSTOM \\test-aida-001\C$\Shares\AIDA64\aida64.rpf /ACCEPT /SAFE /SILENT

    More about parameters: https://www.aida64.co.uk/user-manual/command-line-options

    I can suggest for you our video tutorial and the description on the following link:
    https://www.aida64.co.uk/knowledge-base/how-automatically-inventory-your-pcs-domain-using-gpo

     

  3. Hi BingoXL,

    Please check that this one client PC able to store the report creation time. For more find "Schedule" section on this page:
    https://www.aida64.co.uk/user-manual/report-0

    How do you schedule the aida64.exe startup script? Also, please send for me the parameters that you use after aida64.exe.

    Additionally, watch the videos on these page, may will help you:
    https://www.aida64.co.uk/knowledge-base/how-automatically-inventory-your-pcs-domain-using-gpo
    https://www.aida64.co.uk/knowledge-base/how-create-reports-pcs-not-connected-company-network

  4. Hi!
    Could AIDA64 start in the background, you see it in task manager?
    If yes, then try to run the AIDA64 whitout parameters on 10.1.2.X PCs, and test the Database connection (File menu / Preferences / Database), when it work well create a test report with Report Wizard (Report menu / Report Wizard / Select ADO at report format page).

    • Like 1
  5. Hello

     

    If we get a warning message on the client computer notifying us that the PCs cannot connect to the server, or there are problems with the connection, we need to run the following command on the SQL Server. This will open port 1433:
     
    netsh advfirewall firewall add rule name="SQL Server" dir=in action=allow protocol=TCP localport=1433
     
    If you use another firewall software, the configuration similar as the cmd command.
×
×
  • Create New...