<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>JIMMY HARPER'S OPERATIONS MANAGER BLOG : AEM database table view report</title><link>http://blogs.technet.com/jimmyharper/archive/tags/AEM+database+table+view+report/default.aspx</link><description>Tags: AEM database table view report</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>AEM Views and tables</title><link>http://blogs.technet.com/jimmyharper/archive/2009/02/21/aem-views-and-tables.aspx</link><pubDate>Sat, 21 Feb 2009 04:29:50 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3205143</guid><dc:creator>jimmyharper</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/jimmyharper/comments/3205143.aspx</comments><wfw:commentRss>http://blogs.technet.com/jimmyharper/commentrss.aspx?PostID=3205143</wfw:commentRss><description>&lt;p&gt;I'll soon be putting together some AEM (Agentless Exception Monitoring) reports, so I figured I'd familiarize myself with the how AEM data is stored in the Date Warehouse.&amp;nbsp; Surprisingly, not all of the useful data is stored in Views....you have to go to the tables for the good stuff.&lt;/p&gt; &lt;p&gt;If I've missed anything, please let me know.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;h3&gt;&lt;font size="5"&gt;AEM DW Views:&lt;/font&gt;&lt;/h3&gt; &lt;h4&gt;CM.vCMAemRaw&lt;/h4&gt; &lt;p&gt;· Contains raw data for application errors &lt;p&gt;· ErrorGroupRowID can be joined with AEMErrorGroup table to get Application Error details &lt;p&gt;· AEMUserRowID can be joined with AEMUser table to get the user name &lt;p&gt;· AEMComputerRowId can be joined with AEMComputer table to get computername &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/jimmyharper/WindowsLiveWriter/AEMViewsandtables_110CB/clip_image002_2.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="107" alt="clip_image002" src="http://blogs.technet.com/blogfiles/jimmyharper/WindowsLiveWriter/AEMViewsandtables_110CB/clip_image002_thumb.jpg" width="628" border="0"&gt;&lt;/a&gt; &lt;h4&gt;CM.vCMAemErrorGroupDaily&lt;/h4&gt; &lt;p&gt;· Daily aggregation of application errors (by error) &lt;p&gt;· Shows daily numbers for specific application errors &lt;p&gt;· Shows how many times each application error was seen per day, and a count of users/computers &lt;p&gt;· ApplicationRowID can be joined with AEMApplication table to get application details &lt;p&gt;· ErrorGroupRowID can be joined with AEMErrorGroup table to get Application Error details &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/jimmyharper/WindowsLiveWriter/AEMViewsandtables_110CB/clip_image004_2.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="58" alt="clip_image004" src="http://blogs.technet.com/blogfiles/jimmyharper/WindowsLiveWriter/AEMViewsandtables_110CB/clip_image004_thumb.jpg" width="628" border="0"&gt;&lt;/a&gt; &lt;h4&gt;CM.vCMAemApplicationDaily&lt;/h4&gt; &lt;p&gt;· Daily aggregation of application errors (by application) &lt;p&gt;· Shows daily numbers for specific applications &lt;p&gt;· Shows how many times each application had an error, how many different errors it had, how many user/computers had errors &lt;p&gt;· ApplicationRowID can be joined with AEMApplication table to get application details &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/jimmyharper/WindowsLiveWriter/AEMViewsandtables_110CB/clip_image006_2.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="55" alt="clip_image006" src="http://blogs.technet.com/blogfiles/jimmyharper/WindowsLiveWriter/AEMViewsandtables_110CB/clip_image006_thumb.jpg" width="628" border="0"&gt;&lt;/a&gt; &lt;h4&gt;CM.vCMAemDaily&lt;/h4&gt; &lt;p&gt;· Shows the date/time that daily aggregations happened &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/jimmyharper/WindowsLiveWriter/AEMViewsandtables_110CB/clip_image008_2.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="264" alt="clip_image008" src="http://blogs.technet.com/blogfiles/jimmyharper/WindowsLiveWriter/AEMViewsandtables_110CB/clip_image008_thumb.jpg" width="167" border="0"&gt;&lt;/a&gt; &lt;p&gt;&amp;nbsp; &lt;p&gt;&amp;nbsp; &lt;h3&gt;&lt;font size="5"&gt;AEM DW Tables:&lt;/font&gt;&lt;/h3&gt; &lt;h4&gt;AemApplication&lt;/h4&gt; &lt;p&gt;Contains name/version for applications that we have errors from &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/jimmyharper/WindowsLiveWriter/AEMViewsandtables_110CB/clip_image010_2.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="74" alt="clip_image010" src="http://blogs.technet.com/blogfiles/jimmyharper/WindowsLiveWriter/AEMViewsandtables_110CB/clip_image010_thumb.jpg" width="628" border="0"&gt;&lt;/a&gt; &lt;h4&gt;AemComputer&lt;/h4&gt; &lt;p&gt;Contains computer names that we have received errors from…also shows date/time that last error was received. &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/jimmyharper/WindowsLiveWriter/AEMViewsandtables_110CB/clip_image012_2.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="103" alt="clip_image012" src="http://blogs.technet.com/blogfiles/jimmyharper/WindowsLiveWriter/AEMViewsandtables_110CB/clip_image012_thumb.jpg" width="451" border="0"&gt;&lt;/a&gt; &lt;h4&gt;AemErrorGroup&lt;/h4&gt; &lt;p&gt;Contains details of specific application errors that we have received &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/jimmyharper/WindowsLiveWriter/AEMViewsandtables_110CB/clip_image014_2.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="74" alt="clip_image014" src="http://blogs.technet.com/blogfiles/jimmyharper/WindowsLiveWriter/AEMViewsandtables_110CB/clip_image014_thumb.jpg" width="628" border="0"&gt;&lt;/a&gt; &lt;h3&gt;AemSystemErrorGroup&lt;/h3&gt; &lt;p&gt;· Contains basic info about system errors (BucketType, User, Computer, time) &lt;p&gt;· Details of the system error are not included &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/jimmyharper/WindowsLiveWriter/AEMViewsandtables_110CB/clip_image016_2.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="27" alt="clip_image016" src="http://blogs.technet.com/blogfiles/jimmyharper/WindowsLiveWriter/AEMViewsandtables_110CB/clip_image016_thumb.jpg" width="628" border="0"&gt;&lt;/a&gt; &lt;h3&gt;AemUser&lt;/h3&gt; &lt;p&gt;Contains user names that we have received errors from…also shows date/time that last error was received. &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/jimmyharper/WindowsLiveWriter/AEMViewsandtables_110CB/clip_image018_2.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="48" alt="clip_image018" src="http://blogs.technet.com/blogfiles/jimmyharper/WindowsLiveWriter/AEMViewsandtables_110CB/clip_image018_thumb.jpg" width="339" border="0"&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3205143" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/jimmyharper/archive/tags/AEM+database+table+view+report/default.aspx">AEM database table view report</category></item></channel></rss>