<?xml version="1.0"?>
<rss version="2.0"><channel><title>Network audit, change tracking, SQL databases Latest Topics</title><link>https://forums.aida64.com/forum/10-network-audit-change-tracking-sql-databases/</link><description>Network audit, change tracking, SQL databases Latest Topics</description><language>en</language><item><title>Aida64 connection error to PostgreSQL database!!!</title><link>https://forums.aida64.com/topic/21591-aida64-connection-error-to-postgresql-database/</link><description><![CDATA[<p>
	Version:AIDA64 Businell v7.70.7500
</p>

<p>
	Language: Chinese
</p>

<p>
	Datebase: <span style="background-color:#ffffff;color:#1f1f1f;font-size:13px;" title="postgresql-17.6-1-windows-x64.exe">postgresql-17.6-1-windows-x64.exe</span>
</p>

<p>
	ODBC: psqlodbc_x86.msi
</p>

<p>
	SQL: 
</p>

<p>
	/* I just added IF exists to the official SQL script statement, nothing else changed */
</p>

<p>
	DROP TABLE IF exists Item;<br />
	DROP TABLE IF exists Report;<br />
	DROP TABLE IF exists NextID;
</p>

<p>
	CREATE TABLE Report (<br />
	  ID             INT PRIMARY KEY,<br />
	  RVersion       VARCHAR(255),<br />
	  RHost          VARCHAR(255),<br />
	  RHostComment   VARCHAR(255),<br />
	  RUser          VARCHAR(255),<br />
	  RLocation      VARCHAR(255),<br />
	  RDateTime      VARCHAR(16),<br />
	  RComplete      SMALLINT<br />
	);
</p>

<p>
	CREATE TABLE Item (<br />
	  INum           INT,<br />
	  IPage          VARCHAR(100),<br />
	  IDevice        VARCHAR(255),<br />
	  IGroup         VARCHAR(255),<br />
	  IField         VARCHAR(255),<br />
	  IValue         VARCHAR(255),<br />
	  IIcon          INT,<br />
	  IID            INT,<br />
	  ReportID       INT NOT NULL,<br />
	    <br />
	  CONSTRAINT     cnstI1 FOREIGN KEY(ReportID) REFERENCES Report(ID)<br />
	);
</p>

<p>
	CREATE TABLE NextID (<br />
	  TableName      VARCHAR(6) PRIMARY KEY,<br />
	  NextID         INT NOT NULL<br />
	);
</p>

<p>
	INSERT INTO NextID (TableName, NextID) VALUES ('Report', 1);<br />
	 
</p>

<p>
	Error message: 
</p>

<p>
	失败<br />
	警告：插入报告时出现错误！<br />
	错误：关系“item”不存在；<br />
	Error while preparing parameters<br />
	INSERT INTO Item<br />
	(INum,Ipage,IField,IValue,IIcon,IID,ReportID) VALUES (1,'报告','版本','AIDA64 v7.70.7500/cn',0,257,0)
</p>

<p>
	 
</p>

<p>
	The Chinese error message is translated as follows:<br />
	Failed<br />
	Warning: Error occurred while inserting report!<br />
	Error: Relation "item" does not exist;
</p>

<p>
	 
</p>

<p>
	I'd also like to know if the main program in AIDA64 is still 32-bit? Only some of the 64-bit test programs are 64-bit. XP is the only 32-bit operating system left, and in actual production environments, they're almost nonexistent. Even if they do exist, the number is so small that it doesn't affect data collection. When will a fully native 64-bit AIDA64 be released?
</p>

<p>
	 
</p>

<p>
	PostgreSQL no longer has a 32-bit version. The ODBC driver needs to have the same bitness as the main AIDA64 program. Checking in Task Manager shows that AIDA64 is 32-bit. What did I do? I first used the latest version of AIDA64 to export a CSV report, and then when I tried to import the CSV report from AIDA64's database manager, an error occurred. I tried multiple times, but the error persists. I asked AI, "Maybe AIDA64 is mixing up the uppercase and lowercase letters in the data tables. Have you tested this?" PostgreSQL databases are case-sensitive. What do I ultimately want to do? My Access database keeps getting corrupted after running for a while. I want to install PostgreSQL and, in the AD domain, use a policy to execute a command line to collect system information at startup and send it to the PostgreSQL database.
</p>
]]></description><guid isPermaLink="false">21591</guid><pubDate>Mon, 01 Sep 2025 16:34:56 +0000</pubDate></item><item><title>fixed: AIDA64 Linux plugin cannot find lshw</title><link>https://forums.aida64.com/topic/4288-fixed-aida64-linux-plugin-cannot-find-lshw/</link><description><![CDATA[
<p>
	The linux plugin cannot seem to find lshw,  even though its installed.
</p>

<p>
	[root@skynet tmp]# cat /etc/redhat-release<br>
	Fedora release 27 (Twenty Seven)<br>
	[root@skynet tmp]# lshw -version
</p>

<p>
	the latest version is B.02.17<br>
	[root@skynet tmp]# ./aida64_x64<br>
	Cannot find 'lshw' command! Please install lshw package!<br>
	[root@skynet tmp]#
</p>
]]></description><guid isPermaLink="false">4288</guid><pubDate>Mon, 13 Aug 2018 18:40:52 +0000</pubDate></item><item><title>AIDA64 Linux plugin does not work cannot find lshw</title><link>https://forums.aida64.com/topic/14104-aida64-linux-plugin-does-not-work-cannot-find-lshw/</link><description><![CDATA[<p>
	It's not actually fixed. The same story here: <a href="https://ibb.co/pQdCQjp" rel="external nofollow">https://ibb.co/pQdCQjp</a>
</p>
<iframe allowfullscreen="" data-controller="core.front.core.autosizeiframe" data-embedauthorid="37738" data-embedcontent="" data-embedid="embed8808507069" src="https://forums.aida64.com/topic/4288-fixed-aida64-linux-plugin-cannot-find-lshw/?do=embed" style="height:214px;max-width:502px;"></iframe>

<p>
	So what is the problem??
</p>
]]></description><guid isPermaLink="false">14104</guid><pubDate>Sun, 12 May 2024 07:51:08 +0000</pubDate></item><item><title>How to collect reports from computers with AIDA64 Business Edition</title><link>https://forums.aida64.com/topic/938-how-to-collect-reports-from-computers-with-aida64-business-edition/</link><description><![CDATA[
<p>My Teory Is:</p>
<p>I have one network with 20 computers (in domain or not in domain - Does it matter?)</p>
<p>I have 1 server - Windows Server 2003 x86/ Windows Server 2008 R2</p>
<p>I have 19 desktop PCs - Windows XP 32bit / Windows7 32bit/64bit</p>
<p>I have 20 AIDA64 Business Edition License</p>
<p>I would like to collect only hardware data from the desktop PCs to the server in one shared directory in one file or separeted files. What format is the best for this?</p>
<p>Every month I would like to open the report file and see the hardware changes.</p>
<p>How can i solve this?</p>
<p>Thanks for the answer! <img src="https://forums.aida64.com/uploads/emoticons/default_smile.png" alt=":)" srcset="https://forums.aida64.com/uploads/emoticons/smile@2x.png 2x" width="20" height="20" /></p>
]]></description><guid isPermaLink="false">938</guid><pubDate>Mon, 27 Aug 2012 15:13:11 +0000</pubDate></item><item><title>Audit Manager not show system memory type and memory modules count</title><link>https://forums.aida64.com/topic/9997-audit-manager-not-show-system-memory-type-and-memory-modules-count/</link><description><![CDATA[<p>
	Dear Aida64 Team!
</p>

<p>
	 
</p>

<p>
	The company where I work uses the AIDA64 Business version. Unfortunately, we find that the audit manager module does not show the physical memory data of the clients. (In the full report the data is correctly visible). I would like to ask for help to solve this.
</p>

<p>
	 
</p>

<p>
	For example:
</p>

<p>
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="12933" data-ratio="25.56" width="935" alt="1191029210_AIDA64.jpg.676e1bf9ac1e51cf93ddfd4b27fdcaa9.jpg" src="https://forums.aida64.com/uploads/monthly_2022_07/1191029210_AIDA64.jpg.676e1bf9ac1e51cf93ddfd4b27fdcaa9.jpg" />
</p>

<p>
	 
</p>

<p>
	Thanks,
</p>

<p>
	Juhasz Janos
</p>
]]></description><guid isPermaLink="false">9997</guid><pubDate>Mon, 04 Jul 2022 11:03:04 +0000</pubDate></item><item><title>Sens&#xF6;rPanel 1280x720</title><link>https://forums.aida64.com/topic/9909-sens%C3%B6rpanel-1280x720/</link><description><![CDATA[<p>
	Hi guys!<br />
	Today, I present to you my sensor panel, which I have been working on since yesterday, you can make any changes you want on it. Just as a thank you from you, if you are interested in games, subscribe to my channel. You do not have to!!<br />
	I wish you all happy days.
</p>

<p>
	c/KaanBoğa <span><span><span><img alt=":)" data-emoticon="" height="20" src="https://forums.aida64.com/uploads/emoticons/default_smile.png" srcset="https://forums.aida64.com/uploads/emoticons/smile@2x.png 2x" title=":)" width="20" /></span></span></span>
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" href="https://forums.aida64.com/uploads/monthly_2022_06/asdasdf.jpg.5f1f1ff254287e430410a36cd5fdf3e9.jpg" data-fileid="12686" data-fileext="jpg" rel=""><img alt="asdasdf.jpg" class="ipsImage ipsImage_thumbnailed" data-fileid="12686" data-ratio="60.2" width="1000" src="https://forums.aida64.com/uploads/monthly_2022_06/asdasdf.thumb.jpg.7d0eefb4915f5c53be0694396f6888e7.jpg" /></a>
</p>

<p>
	</p><video class="ipsEmbeddedVideo" controls="" data-controller="core.global.core.embeddedvideo">
		<source type="video/mp4" src="https://forums.aida64.com/uploads/monthly_2022_06/945410222_sensrpanel.mp4.0ad784ba413e20efeed5884349680a69.mp4"> <a class="ipsAttachLink" href="https://forums.aida64.com/applications/core/interface/file/attachment.php?id=12687&amp;key=43aa5786569b09c24422768d8b534ba8" data-fileid="12687" data-fileext="mp4" rel="">945410222_sensrpanel.mp4</a>
	</source></video>


<p>
	<a class="ipsAttachLink ipsAttachLink_image" href="https://forums.aida64.com/uploads/monthly_2022_06/328102359_Sensrpanelbackround.jpg.ec3e11b53bd04a607f6c672f682b6927.jpg" data-fileid="12688" data-fileext="jpg" rel=""><img alt="Sensörpanelbackround.jpg" class="ipsImage ipsImage_thumbnailed" data-fileid="12688" data-ratio="56.3" width="1000" src="https://forums.aida64.com/uploads/monthly_2022_06/2059827627_Sensrpanelbackround.thumb.jpg.310d8e1ded61408272b837021e6c1212.jpg" /></a>
</p>

<p>
	<a class="ipsAttachLink" data-fileext="zip" data-fileid="12689" href="https://forums.aida64.com/applications/core/interface/file/attachment.php?id=12689&amp;key=a51c15f140f5e3b1be3eb7bdbb5c9921" rel="">Sensörpanel.zip</a>
</p>

<p><a href="https://forums.aida64.com/uploads/monthly_2022_06/1638135612_Sensrpanelbackround.jpg.2687712ab8459c4912cbb8f750906d51.jpg" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="12690" src="https://forums.aida64.com/uploads/monthly_2022_06/952489688_Sensrpanelbackround.thumb.jpg.7aae3d3dd6d6487415695496b543c7fa.jpg" data-ratio="56.3" width="1000" class="ipsImage ipsImage_thumbnailed" alt="Sensörpanelbackround.jpg"></a></p>]]></description><guid isPermaLink="false">9909</guid><pubDate>Sat, 18 Jun 2022 17:36:52 +0000</pubDate></item><item><title>Editing Custom Report Profile</title><link>https://forums.aida64.com/topic/9025-editing-custom-report-profile/</link><description><![CDATA[<p>
	I use script <span style="background-color:#ffffff;color:#000000;font-size:13px;">C:\Users\AIDA64\aida64.exe /r \\fileserver01.sektorclub.ru\SektorClubShare\$IPADDR /custom C:\Users\aida64\myset.rpf /csv.</span>
</p>

<p>
	<span style="background-color:#ffffff;color:#000000;font-size:13px;">Composition of my "myset.rpf"</span>
</p>

<p>
	<span style="background-color:#ffffff;color:#000000;font-size:13px;">ReportProfile="Custom"<br />
	ProfileFile=""<br />
	ReportFormat="csv"<br />
	RemoteReportFolder="C:\Users\Sektor\Documents\AIDA64 Reports"<br />
	RemoteReportFileName="$HOSTNAME"<br />
	InfoPage="Computer;Sensor"</span><br />
	 
</p>

<p>
	I need only "Computer;Sensor;Temperatures;CPU"
</p>

<p>
	How i can create my "myset.rpf" that give infopage with only temperatures CPU ?
</p>
]]></description><guid isPermaLink="false">9025</guid><pubDate>Tue, 01 Feb 2022 09:07:57 +0000</pubDate></item><item><title>How can I transpose an item table to a reference table?</title><link>https://forums.aida64.com/topic/5526-how-can-i-transpose-an-item-table-to-a-reference-table/</link><description><![CDATA[
<p>
	Good day!
</p>

<p>
	All my reports are placed in the database, but the problem is that I want to make a transposition of information, and from the item table where monitors are described for example, make a table reference for all monitors on computers.<br />
	That is a unique reference table<br />
	The problem is that it happens for some reason when two monitors are connected to the computer, but they differ slightly in characteristics (quite a bit, but they are still different)<br />
	So I get this way I can not distinguish them as they are different monitors.<br />
	I can determine their uniqueness by a set of values of certain fields, but in this case, as if the <strong>item</strong> table does not have a column with the number of the monitor instance (like <strong>ISequel</strong>), so that it was possible to group monitor instances by it
</p>
]]></description><guid isPermaLink="false">5526</guid><pubDate>Fri, 17 Jan 2020 13:25:43 +0000</pubDate></item><item><title>What mean field RLocation in database structure?</title><link>https://forums.aida64.com/topic/5519-what-mean-field-rlocation-in-database-structure/</link><description><![CDATA[
<p>
	Good day!
</p>

<p>
	Please tell me what the <strong>RLocation </strong>field in the database means? I have always empty, and for the sake of interest where the information is taken put
</p>

<p>
	The <strong>RComment </strong>field, as I understand it, is the computer description field in the computer properties.
</p>
]]></description><guid isPermaLink="false">5519</guid><pubDate>Thu, 16 Jan 2020 15:57:23 +0000</pubDate></item><item><title>Configuring Report Writing to SQL Database</title><link>https://forums.aida64.com/topic/4711-configuring-report-writing-to-sql-database/</link><description><![CDATA[
<p>
	 
</p>

<p>
	 
</p>

<p>
	<span style="background-color:#ffffff;color:#212121;font-size:16px;text-align:left;">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?</span>
</p>
]]></description><guid isPermaLink="false">4711</guid><pubDate>Thu, 28 Feb 2019 09:55:24 +0000</pubDate></item><item><title>Linux import busted on Fedora 29</title><link>https://forums.aida64.com/topic/4708-linux-import-busted-on-fedora-29/</link><description><![CDATA[<p>
	Cannot imort the CSV generated on Fedora 29 system. Attached are screenshots. Highlighted lines in CSV are causing the SQL error during import.
</p>
<p><a href="https://forums.aida64.com/uploads/monthly_2019_02/Image1.jpg.96506a97bfc4253873f46e2f17e9dc39.jpg" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="3392" src="https://forums.aida64.com/uploads/monthly_2019_02/Image1.jpg.96506a97bfc4253873f46e2f17e9dc39.jpg" class="ipsImage ipsImage_thumbnailed" alt="Image1.jpg"></a></p>
<p><a href="https://forums.aida64.com/uploads/monthly_2019_02/Image2.jpg.730e602831bd08d88959284d9cacb049.jpg" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="3393" src="https://forums.aida64.com/uploads/monthly_2019_02/Image2.thumb.jpg.6495542f074056764ad2cb5a642c46df.jpg" class="ipsImage ipsImage_thumbnailed" alt="Image2.jpg"></a></p>]]></description><guid isPermaLink="false">4708</guid><pubDate>Mon, 25 Feb 2019 14:15:53 +0000</pubDate></item><item><title>SQLOLEDB Deprecated and unusable with TLS 1.2</title><link>https://forums.aida64.com/topic/4697-sqloledb-deprecated-and-unusable-with-tls-12/</link><description><![CDATA[<p>
	On PCs that have TLS 1.0 and 1.1 disabled,  a SQL connection is not possible to the database server. Microsoft has Deprecated SQLOLEDB (new provider is MSOLEDBSQL).  Even with the new driver installed, AIDA64 is unable to make a DB connection. Please update the DB Code to support TLS 1.2 properly. 
</p>]]></description><guid isPermaLink="false">4697</guid><pubDate>Fri, 15 Feb 2019 17:16:09 +0000</pubDate></item><item><title>Using ODBC for SQL Server always uses windows auth</title><link>https://forums.aida64.com/topic/4698-using-odbc-for-sql-server-always-uses-windows-auth/</link><description><![CDATA[
<p>
	The ODBC option for SQL Server always uses Windows authentication, instead of the supplied username/password values.
</p>

<p>
	Use Windows Authentication is unchecked
</p>

<p>
	User: DoesntMatter
</p>

<p>
	Password: DoesntMatter.
</p>

<p>
	Clicking "Test" always works if the windows account is allowed access to SQL Server.
</p>

<p>
	 
</p>

<p>
	I verified this by observing the credentials used by monitoring SQL Profiler.  Aida64 always uses the current windows account.
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">4698</guid><pubDate>Sat, 16 Feb 2019 14:55:56 +0000</pubDate></item><item><title>Incomplete AIDA64 Linux Extension report</title><link>https://forums.aida64.com/topic/4592-incomplete-aida64-linux-extension-report/</link><description><![CDATA[
<p>
	I don't know if this the right place to discuss AIDA64 Linux Extension but I have not found better.
</p>

<p>
	At first, here: <a href="https://www.aida64.com/linux-extension-aida64" rel="external nofollow">https://www.aida64.com/linux-extension-aida64</a>  is written "The software can be easily deployed in a corporate environment by following the instructions in the Setup Guide, which is downloadable from our website" - but I was not able to find this Setup Guide on your website.
</p>

<p>
	I tried to use AIDA Linux extension on my Ubuntu linux machine and some information is missing. I don't know if it is correct or not, but this information is available. I ran  sudo ./aida64_x64 command locally.
</p>

<p>
	CSV file:
</p>

<p>
	Summary,,Display,525,Monitor,Unknown
</p>

<p>
	get-edid | parse-edid output:
</p>

<p>
	Section "Monitor"<br />
	        Identifier "20WGX2"<br />
	        ModelName "20WGX2"<br />
	        VendorName "NEC"<br />
	        # Monitor Manufactured week 48 of 2007<br />
	        # EDID version 1.3<br />
	        # Digital Display<br />
	        DisplaySize 430 270<br />
	        Gamma 2.20<br />
	        Option "DPMS" "true"<br />
	        Horizsync 31-83<br />
	        VertRefresh 56-75<br />
	        # Maximum pixel clock is 170MHz<br />
	        #Not giving standard mode: 1280x720, 60Hz<br />
	        #Not giving standard mode: 1280x960, 60Hz<br />
	        #Not giving standard mode: 1280x1024, 60Hz<br />
	        #Not giving standard mode: 1440x900, 60Hz<br />
	        #Not giving standard mode: 1400x1050, 60Hz<br />
	        #Not giving standard mode: 1680x1050, 60Hz<br />
	        #Not giving standard mode: 1152x864, 75Hz<br />
	        Modeline        "Mode 0" 146.25 1680 1960 2136 2240 1050 1053 1059 1089 -hsync +vsync<br />
	EndSection
</p>

<p>
	CSV file: names truncated:
</p>

<p>
	Summary,,Storage,528,Disk Drive,WDC WD60EZRZ-00G<br />
	Summary,,Storage,528,Disk Drive,MK001920GWCFB<br />
	Summary,,Storage,528,Disk Drive,Crucial_CT512M55
</p>

<p>
	hdparm -I (just part of the report)
</p>

<p>
	        Model Number:       WDC WD60EZRZ-00GZ5B1<br />
	        Serial Number:      WD-WX61DA6PZHNR<br />
	        Firmware Revision:  80.00A80
</p>

<p>
	        Model Number:       MK001920GWCFB<br />
	        Serial Number:      S3BPNY0J308921<br />
	        Firmware Revision:  HPG0
</p>

<p>
	        Model Number:       Crucial_CT512M550SSD1<br />
	        Serial Number:      14140C10B4DB<br />
	        Firmware Revision:  MU02
</p>

<p>
	CSV file: all DMI "Unknown"
</p>

<p>
	sudo dmidecode shows:
</p>

<p>
	# dmidecode 3.1<br />
	Getting SMBIOS data from sysfs.<br />
	SMBIOS 2.6 present.<br />
	109 structures occupying 4808 bytes.<br />
	Table at 0x000F21D0.
</p>

<p>
	BIOS Information<br />
	        Vendor: Dell Inc.<br />
	        Version: A15<br />
	        Release Date: 05/08/2017<br />
	        Address: 0xF0000<br />
	        Runtime Size: 64 kB<br />
	        ROM Size: 10240 kB<br />
	        Characteristics:<br />
	                PCI is supported<br />
	                BIOS is upgradeable<br />
	                BIOS shadowing is allowed<br />
	                Boot from CD is supported<br />
	                Selectable boot is supported<br />
	                EDD is supported<br />
	                5.25"/1.2 MB floppy services are supported (int 13h)<br />
	                3.5"/720 kB floppy services are supported (int 13h)<br />
	                3.5"/2.88 MB floppy services are supported (int 13h)<br />
	                Print screen service is supported (int 5h)<br />
	                8042 keyboard services are supported (int 9h)<br />
	                Serial services are supported (int 14h)<br />
	                Printer services are supported (int 17h)<br />
	                ACPI is supported<br />
	                USB legacy is supported<br />
	                BIOS boot specification is supported<br />
	                Function key-initiated network boot is supported<br />
	                Targeted content distribution is supported<br />
	        BIOS Revision: 4.6
</p>

<p>
	System Information<br />
	        Manufacturer: Dell Inc.<br />
	        Product Name: Precision T3600<br />
	        Version: 01<br />
	        Serial Number: 8C8RJZ1<br />
	        UUID: 4C4C4544-0043-3810-8052-B8C04F4A5A31<br />
	        Wake-up Type: Power Switch<br />
	        SKU Number: Not Specified<br />
	        Family: Not Specified
</p>

<p>
	Base Board Information<br />
	        Manufacturer: Dell Inc.<br />
	        Product Name: 08HPGT<br />
	        Version: A02<br />
	        Serial Number: /8C8RJZ1/CN7220039701AL/<br />
	        Asset Tag: Not Specified<br />
	        Features:<br />
	                Board is a hosting board<br />
	                Board is replaceable<br />
	        Location In Chassis: Not Specified<br />
	        Chassis Handle: 0x0003<br />
	        Type: Motherboard<br />
	        Contained Object Handles: 0
</p>

<p>
	Physical Memory Array<br />
	        Location: System Board Or Motherboard<br />
	        Use: System Memory<br />
	        Error Correction Type: Multi-bit ECC<br />
	        Maximum Capacity: 64 GB<br />
	        Error Information Handle: Not Provided<br />
	        Number Of Devices: 4
</p>

<p>
	Memory Device<br />
	        Array Handle: 0x002E<br />
	        Error Information Handle: No Error<br />
	        Total Width: 72 bits<br />
	        Data Width: 64 bits<br />
	        Size: 8192 MB<br />
	        Form Factor: DIMM<br />
	        Set: None<br />
	        Locator: DIMM1<br />
	        Bank Locator: Not Specified<br />
	        Type: DDR3<br />
	        Type Detail: Registered (Buffered)<br />
	        Speed: 1600 MT/s<br />
	        Manufacturer: Samsung-00CE<br />
	        Serial Number: 1345F804<br />
	        Asset Tag: 031327<br />
	        Part Number: M393B1G70BH0-YK0<br />
	        Rank: 1
</p>

<p>
	CSV file:
</p>

<p>
	CPU,,CPU Manufacturer,0,Product Information,Unknown
</p>

<p>
	lscpu output:
</p>

<p>
	Architecture:        x86_64<br />
	CPU op-mode(s):      32-bit, 64-bit<br />
	Byte Order:          Little Endian<br />
	CPU(s):              8<br />
	On-line CPU(s) list: 0-7<br />
	Thread(s) per core:  2<br />
	Core(s) per socket:  4<br />
	Socket(s):           1<br />
	NUMA node(s):        1<br />
	Vendor ID:           GenuineIntel<br />
	CPU family:          6<br />
	Model:               45<br />
	Model name:          Intel(R) Xeon(R) CPU E5-1620 0 @ 3.60GHz<br />
	Stepping:            7<br />
	CPU MHz:             1197.019<br />
	CPU max MHz:         3800,0000<br />
	CPU min MHz:         1200,0000<br />
	BogoMIPS:            7183.09<br />
	Virtualization:      VT-x<br />
	L1d cache:           32K<br />
	L1i cache:           32K<br />
	L2 cache:            256K<br />
	L3 cache:            10240K<br />
	NUMA node0 CPU(s):   0-7<br />
	Flags:               fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe s    yscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monit    or ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm epb pti ssbd ibrs     ibpb stibp tpr_shadow vnmi flexpriority ept vpid xsaveopt dtherm ida arat pln pts flush_l1d
</p>

<p>
	Apparently much more information could be added to the report.
</p>

<p>
	 
</p>

<p>
	Petr
</p>
]]></description><guid isPermaLink="false">4592</guid><pubDate>Thu, 22 Nov 2018 01:07:54 +0000</pubDate></item><item><title>Custom Report from Audit Manager</title><link>https://forums.aida64.com/topic/4589-custom-report-from-audit-manager/</link><description><![CDATA[
<p>
	Hello!
</p>

<p>
	I have collected info about 20 PC in database.
</p>

<p>
	Can I make report about only 5 selected computers?
</p>

<p>
	Thanks <span>:)</span>
</p>
]]></description><guid isPermaLink="false">4589</guid><pubDate>Tue, 20 Nov 2018 09:18:44 +0000</pubDate></item><item><title>Change manager needs some love</title><link>https://forums.aida64.com/topic/4320-change-manager-needs-some-love/</link><description><![CDATA[
<p>
	A few suggestions for the Change manager.
</p>

<p>
	1. In preferences you can set an inclusion date range for changes.  When applied,  (clicking the refresh button, or start),  it appears to be looking at reports far outside the date range.  This dramatically increases the time it takes to generate the report. The output is correct, just takes longer that it should.  Maybe filter out reports outside the date range when it is generating the report?
</p>

<p>
	2. Need a better way to 'include' computers in a report.  Currently the only option is to 'exclude'.  This is very time consuming if you have 25 computers,  and only want a report on 4 of them.  Maybe a checkbox selection list?
</p>

<p>
	3. I can't seem to find a list of changes that were 'authorized'  Perhaps add that as a column  "Authorized  Y/N"  or something? Maybe add a filter. "Only show authorized/unauthorized changes" This one is pretty important.
</p>

<p>
	4. Related to #2,  On the 'Computer' tab,   right click on a specific computer (or possibly multiple computers),  then choose Quick Report.  This should only apply to the computer that is selected,  not all in the list.
</p>

<p>
	Thanks for your consideration <span>:-)</span>
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">4320</guid><pubDate>Thu, 20 Sep 2018 14:45:18 +0000</pubDate></item><item><title>Incorrect date displayed in Database Manager</title><link>https://forums.aida64.com/topic/4312-incorrect-date-displayed-in-database-manager/</link><description><![CDATA[
<p>
	This seems to only be related to imported CSVs on Linux systems.  The database manager will always display today's date, regardless of when the CSV was generated or imported.  The time is displaying correctly however.   The date on the report is correct,  just the date in the database manager column is incorrect.
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">4312</guid><pubDate>Wed, 12 Sep 2018 19:18:22 +0000</pubDate></item><item><title>Does the Business version encrypt the connections to remote systems?</title><link>https://forums.aida64.com/topic/4308-does-the-business-version-encrypt-the-connections-to-remote-systems/</link><description><![CDATA[
<p>
	Hi,
</p>

<p>
	a question about using the Business version for collecting data from, or managing a remote Linux system.
</p>

<p>
	Is the connection to the remote system encrypted and if so, what form of encryption is used?
</p>

<p>
	Thanks,
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">4308</guid><pubDate>Sat, 08 Sep 2018 15:43:48 +0000</pubDate></item><item><title>Audit Manager Empty?</title><link>https://forums.aida64.com/topic/4193-audit-manager-empty/</link><description><![CDATA[<p>
	So I am getting machines in my Database Manager (SQL), but when I go to Audit Manger, nothing seems to happen. Can get anything to load. Thoughts
</p>]]></description><guid isPermaLink="false">4193</guid><pubDate>Tue, 01 May 2018 01:49:43 +0000</pubDate></item><item><title>Client creates reports every 10-30min</title><link>https://forums.aida64.com/topic/4225-client-creates-reports-every-10-30min/</link><description><![CDATA[
<p>
	We are testing the AIDA64 Business Edition - on 24 Clients everything is okay !
</p>

<p>
	On one client we have the problem that the client creates reports every 10-30 min. During the test and creating the report, the clients is extremely slow.
</p>

<p>
	The frequenze of report creation is "One a day" but we can find every report in the SQL Datebase.
</p>

<p>
	 
</p>

<p>
	What´s to do, to stop the testing/reporting every 10-30min?
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">4225</guid><pubDate>Wed, 30 May 2018 06:12:33 +0000</pubDate></item><item><title>Hacked or not ?</title><link>https://forums.aida64.com/topic/4142-hacked-or-not/</link><description><![CDATA[
<p>
	Was woundering of my privacey is being violated if my cell has been hacked any info is aprichated thanks
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">4142</guid><pubDate>Mon, 26 Mar 2018 02:39:20 +0000</pubDate></item><item><title>Different networks</title><link>https://forums.aida64.com/topic/3869-different-networks/</link><description><![CDATA[
<p>
	Hello!<br />
	SQL Server has installed on the network 10.1.1.X<br />
	I connected 2 clients, all the data appeared in the database and in the audit.<br />
	I connected the client from the network 10.1.2.X  -  /R /DATABASE /AUDIT /ACCEPT /SAFE /SILENT - there is no data in the auditing database, although it is in the remote search?
</p>

<p>
	What to do?
</p>
]]></description><guid isPermaLink="false">3869</guid><pubDate>Fri, 16 Jun 2017 04:55:35 +0000</pubDate></item><item><title>UAC confirmation on Windows 7 admin users in logon script</title><link>https://forums.aida64.com/topic/864-uac-confirmation-on-windows-7-admin-users-in-logon-script/</link><description><![CDATA[
<p>There is a problem with UAC when create reports from logon script.</p>
<p>If user doesn't have admin rights on Windows 7 - report created without any confirmation, this mean what there is a way to make job and not ask any questions.</p>
<p>But when user is admin aida64 request elevation.</p>
<p>Can you add some command line key or .ini settings to disable elevation and make job on user level ?</p>
<p>PS: I tried "runas /trustlevel:0x20000 aida64.exe" but get error 740.</p>
]]></description><guid isPermaLink="false">864</guid><pubDate>Mon, 25 Jun 2012 14:07:32 +0000</pubDate></item><item><title>Audit Manager missing info</title><link>https://forums.aida64.com/topic/3304-audit-manager-missing-info/</link><description><![CDATA[
<p>Hi</p>
<p>I'm running AIDA64 remotely.  I've created an .rpf where I chose</p>
<p>Computer</p>
<p>      -Computer Name</p>
<p>      - DMI</p>
<p>Motherboard</p>
<p>      - BIOS</p>
<p>Operating System</p>
<p>      - Operating System</p>
<p>Software</p>
<p>      - Installed Programs</p>
<p>Security</p>
<p>      - Windows Update</p>
<p> </p>
<p>I generate all my report files, and then start Audit Manager on the central server where AIDA64 is installed.</p>
<p>I "Add Report Files" and select all my rpf files.</p>
<p> </p>
<p>When I look at the resultant output in Audit Manager - I don't see any BIOS information.  But the information is in the csv files?</p>
<p>I've attached a sample csv file,  my rpf file and a screenshot of the Audit Manager report....</p>
<p>please rename    </p>
<p>CIPReport_rpf.txt         to          CIPReport.rpf</p>
<p>and</p>
<p>XXXX_CIP_2016-03-17_10-26-07_csv.txt       to        XXXX_CIP_2016-03-17_10-26-07.csv</p>
<p> </p>
<p>ALSO - Is there a way to have ONLY the BIOS Version and BIOS Type reported instead of all 11 records under BIOS???</p>
<p> </p>
<p>Thanks</p>
<p>cindy</p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p><a class="ipsAttachLink ipsAttachLink_image" href="https://forums.aida64.com/uploads/post-3621-0-16412500-1458248443.jpg" rel=""><img src="https://forums.aida64.com/uploads/post-3621-0-16412500-1458248443_thumb.jpg" data-fileid="%7B___base_url___%7D/applications/core/interface/file/attachment.php?id=1755" class="ipsImage ipsImage_thumbnailed" alt="post-3621-0-16412500-1458248443_thumb.jpg" /></a></p>
<p><a href="https://forums.aida64.com/applications/core/interface/file/attachment.php?id=1756" data-fileid="1756" rel="">CIPReport_rpf.txt</a></p>
<p><a href="https://forums.aida64.com/applications/core/interface/file/attachment.php?id=1757" data-fileid="1757" rel="">XXXX_CIP_2016-03-17_10-26-07_csv.txt</a></p>
]]></description><guid isPermaLink="false">3304</guid><pubDate>Thu, 17 Mar 2016 21:08:25 +0000</pubDate></item><item><title>Reports database maintenance automation</title><link>https://forums.aida64.com/topic/3246-reports-database-maintenance-automation/</link><description><![CDATA[
<p>Hi everybody.</p>
<p> </p>
<p>Is there a way to automate obsolete reports deletion? We want to keep results of a last scan only.</p>
<p> </p>
<p>Best regards,</p>
<p>Gregory.</p>
]]></description><guid isPermaLink="false">3246</guid><pubDate>Tue, 26 Jan 2016 13:39:42 +0000</pubDate></item></channel></rss>
