Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Known issues in version 2.3

Applications listed multiple times on SIM

SQL Inventory manager discovers the same application multiple times which makes the applications table grow exponentially large and causes performance issues. To overcome this issue you can add a regular expression to the SQLInventoryManagerCollectorService.exe.config page


Code Block
<setting name="ApplicationFilterPatterns" serializeAs="Xml">
<value>
<ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<string>(?<=[(TSS)({)
{0,1}[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}(}){0,1}
])(.+)</string>
</ArrayOfString>
</value>
</setting>


Patch filtering for SQL Server 2008 includes SQL Server 2008 R2

...

  • Anchor
    SQLELEM-13710
    SQLELEM-13710
    Reports exported to XML may not include the correct summary count as displayed in the PDF/XLS.
  • Anchor
    SQLELEM-13709
    SQLELEM-13709
    Reports exported to PDF/XLS/XML do not include the # of Cores, Core Factor, and Possible Core Licenses values.

...


Excerpt
IDERA SQL Inventory Manager lets you discover and visualize your SQL Server environment. Learn more > >