Jump to content

aida64 reports to ms access


Recommended Posts

Pls provide a working example where aida64 puts reports over network to ms access database, I try

 

 

 

>\\server-1\distrib\aida64b\aida64.exe /R /custom \\server-1\
distrib\aida64b\report\processes.rpf /database /silent /safest /noicons

nothing happens.

 

processes.rpf

 

InfoPage="Operating System;Processes"

 

i set path to my .mdb file in file-settings-database

 

 

 

\\share\reports.mdb

I'm trying to collect info using aida64 + windows task scheduler + ms access db

Pls help

Link to comment
Share on other sites

\\share\reports.mdb looks a bit odd. Are you sure that's the UNC path you want to use? ;) Also, make sure to provide your network users write permissions to the reports.mdb file.

The rest of the settings and parameters you quoted seem fine and accurate.

That was just sample path.

Thanks, I double-checked everything, now it looks like this:

on end-user machines:

schtask /create /tn check_running /tr \\somepath\collect.cmd /F /sc hourly /st 09:00 /ed #somedate#

 

collect.cmd

 

:start
IF EXIST \\somepath\reports.ldb (goto wait) 
\\somepath\aida64.exe /R /custom \\somepath\processes.rpf /database /silent /safest /noicons
goto end
:wait
start /MIN /wait timeout /t 30
goto start
:end
echo %time%, collect successful >> \\somepath\log.txt

Note that you should change preferences - database or use /inifile \\path_to_inifile_for_aida64

Now it works

Hope it will help someone else

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...