﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>LevelBlue Knowledge Base » Knowledgebase » Marshal Reporting Console</title><generator>InstantKB.NET 2.0.6</generator><description>LevelBlue Knowledge Base</description><link>https://support.levelblue.com/kb/</link><webMaster>website@m86security.com</webMaster><lastBuildDate>Tue, 21 Apr 2026 15:34:42 GMT</lastBuildDate><ttl>20</ttl><item><title>Enabling Strong TLS for .NET</title><link>https://support.levelblue.com/kb/Goto21159.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;MailMarshal SPE 4.X - Systems with TLS 1.0 disabled&lt;/li&gt;    &lt;li&gt;Marshal Reporting Console - email TLS&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;How do I enable use of TLS 1.1 and 1.2 by .NET components in SPE 4.X?&lt;/li&gt;    &lt;li&gt;How do I fix TLS related errors connecting from SPE to the SEG Array Manager?&lt;/li&gt;    &lt;li&gt;How do I update the TLS version used for email connectivity in MRC?&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;To allow use of "Strong" TLS (1.1 and 1.2) by .NET, you must enable system settings and .NET specific settings on affected systems.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;For SPE this is the Marshal Interface Agent server.&lt;/li&gt;    &lt;li&gt;For MRC this is the server where the software is installed.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;This article covers .NET specific settings.&lt;/p&gt;&lt;p&gt;Update the following Registry entries (see also the attached Powershell script):&lt;/p&gt;&lt;pre&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v2.0.50727]&lt;br /&gt;      "SystemDefaultTlsVersions" = dword:00000001&lt;br /&gt;      "SchUseStrongCrypto" = dword:00000001&lt;br /&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319]&lt;br /&gt;      "SystemDefaultTlsVersions" = dword:00000001&lt;br /&gt;      "SchUseStrongCrypto" = dword:00000001&lt;br /&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\v2.0.50727]&lt;br /&gt;      "SystemDefaultTlsVersions" = dword:00000001&lt;br /&gt;      "SchUseStrongCrypto" = dword:00000001&lt;br /&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\.NETFramework\v4.0.30319]&lt;br /&gt;      "SystemDefaultTlsVersions" = dword:00000001&lt;br /&gt;      "SchUseStrongCrypto" = dword:00000001&lt;/pre&gt;&lt;p&gt;&lt;/p&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;p&gt;&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;SPE 5.X and above uses newer versions of .NET and does not require these settings.&lt;/li&gt;    &lt;li&gt;The SchUseStrongCrypto setting allows .NET to use TLS 1.1 and TLS 1.2. &lt;/li&gt;    &lt;li&gt;The SystemDefaultTlsVersions setting allows .NET to use the OS configuration.&lt;/li&gt;    &lt;li&gt;For further information see Microsoft documentation.&lt;/li&gt;    &lt;li&gt;These settings apply immediately. System or service restart is not required.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;</description><pubDate>Thu, 16 Apr 2026 22:53:51 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>Supported Operating Systems and Prerequisite Versions</title><link>https://support.levelblue.com/kb/Goto11358.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;MailMarshal (SEG) 10.0 and above    &lt;ul&gt;        &lt;li&gt;MailMarshal Web Components (SQM) &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;WebMarshal 7.6&lt;/li&gt;    &lt;li&gt;Marshal Reporting Console 2.6 (for SEG, ECM, and WebMarshal reports) &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;(For ECM/MailMarshal Exchange, see &lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle14131.aspx" class="ApplyClass" target="_blank"&gt;Q14131&lt;/a&gt;. For Service Provider Edition [SPE], see &lt;a href="https://support.levelblue.com/kb/article.aspx?id=11588" class="ApplyClass" target="_blank"&gt;Q11588&lt;/a&gt;.)&lt;/p&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;What are the supported operating systems for MailMarshal and WebMarshal? &lt;/li&gt;    &lt;li&gt;What version of SQL Server can be used with MailMarshal and WebMarshal?&lt;/li&gt;    &lt;li&gt;What versions of SQL, IIS and ASP.NET are required and supported?&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Information:&lt;/h2&gt;&lt;p&gt;This article shows supported versions of operating systems and supporting software.  &lt;/p&gt;&lt;ul&gt;    &lt;li&gt;&lt;a href="https://support.levelblue.com/kb/article.aspx?id=11358#os"&gt;Operating systems&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="https://support.levelblue.com/kb/article.aspx?id=11358#prereq"&gt;Prerequisites&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="https://support.levelblue.com/kb/article.aspx?id=11358#sql"&gt;SQL Server versions&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt; &lt;strong&gt;Notes:&lt;/strong&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;ul&gt;    &lt;li&gt;OS and SQL versions earlier than those listed are not supported.&lt;/li&gt;    &lt;li&gt;OS and SQL versions that are out of support from Microsoft are not supported.&lt;/li&gt;    &lt;li&gt;The information reflects the latest versions of the named products. &lt;strong&gt;For details of previous versions,&lt;/strong&gt; see the documentation for each version. &lt;/li&gt;    &lt;li&gt;The information reflects server requirements.&lt;strong&gt; For details of requirements for all user interfaces&lt;/strong&gt;, see the documentation for each product version.&lt;/li&gt;    &lt;li&gt;VMWare deployments of the supported operating systems are also supported. See LevelBlue Knowledgebase article &lt;a href="https://support.levelblue.com/kb/article.aspx?id=11828"&gt;Q11828&lt;/a&gt;. &lt;/li&gt;&lt;/ul&gt;&lt;/blockquote&gt;&lt;h3&gt;&lt;/h3&gt;&lt;h3&gt;Key:&lt;/h3&gt;&lt;table class="noborder" cellspacing="3" cellpadding="3" width="85%"&gt;    &lt;thead bgcolor="#dddddd"&gt;        &lt;tr&gt;            &lt;th&gt;Symbol&lt;/th&gt;            &lt;th&gt;Meaning&lt;/th&gt;        &lt;/tr&gt;    &lt;/thead&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="vertical-align: top;"&gt;Release to Manufacturing, no service pack.&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;SP&lt;em&gt;n&lt;br /&gt;            &lt;/em&gt;KB&lt;em&gt;nnn&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="vertical-align: top;"&gt;Minimum required service pack or Microsoft Update. Later service packs &lt;span style="text-decoration: underline;"&gt;are&lt;/span&gt; supported.&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;Qxxxxxx &lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="vertical-align: top;"&gt;Tested, Supported. See the KB article listed for known issues and workarounds.&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" style="border-width: 0px; border-style: solid; border-color: initial; margin-left: 0px; margin-right: 0px;" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="vertical-align: top;"&gt;Not currently supported, obsolete, or known issues.&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" style="border-width: 0px; border-style: solid; border-color: initial; margin-left: 0px; margin-right: 0px;" src="https://support.levelblue.com/kb/Attachments/fffb7a5f-7ab3-43f8-8283-a837.jpg" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="vertical-align: top;"&gt;Not specifically tested. Not yet supported. LevelBlue plans to test and provide support in a later product release. For details of the policy on new OS and SP versions, see &lt;a href="https://support.levelblue.com/kb/article.aspx?id=13687" target="_blank"&gt;Q13687&lt;/a&gt;.&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;(blank) &lt;/p&gt;            &lt;/td&gt;            &lt;td style="vertical-align: top;"&gt;Not applicable to this product.&lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;a name="os"&gt;&lt;/a&gt;&lt;h3&gt;&lt;/h3&gt;&lt;h2&gt;Operating Systems and Prerequisites&lt;/h2&gt;&lt;p&gt;The table below lists minimum compatible operating system versions and service packs. The products have been tested with the minimum compatible service pack (and in some cases with later service packs).&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;Note on Service Packs and Operating System updates:&lt;/strong&gt; If product functionality is affected by Service Packs or Microsoft updates, LevelBlue will work with customers to restore functionality. If a full resolution requires product development, it may not be available immediately.&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;The listed products do not support RISC architectures. x64 or x86 is the supported architecture.&lt;/p&gt;&lt;h3&gt;&lt;/h3&gt;&lt;h3&gt;Server Operating Systems&lt;/h3&gt;&lt;p&gt;&lt;table cellspacing="0" cellpadding="5" width="95%" border="1"&gt;    &lt;thead style="display: table-header-group;"&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt; &lt;/p&gt;            &lt;br /&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;MailMarshal&lt;br /&gt;            11.3&lt;br /&gt;            &lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;MailMarshal Web&lt;br /&gt;            Components 11.3&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;Marshal Reporting Console &lt;br /&gt;            2.6&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;WebMarshal&lt;br /&gt;            7.6&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/thead&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;td valign="top" style="text-align: left;"&gt;Windows Server 2025&lt;/td&gt;            &lt;td valign="top" style="text-align: center;"&gt;&lt;strong style="text-align: -webkit-center;"&gt;RTM&lt;/strong&gt;&lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt; &lt;a href="https://support.levelblue.com/kb/article.aspx?id=21228" target="_blank" class="ApplyClass" style="font-weight: bold;"&gt;Q21228&lt;/a&gt;&lt;br /&gt;            &lt;em&gt;(Limited testing performed)&lt;/em&gt;&lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt; &lt;strong&gt;RTM&lt;/strong&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;Windows Server 2022&lt;br /&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt; &lt;strong&gt;RTM&lt;/strong&gt;&lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt; &lt;strong&gt;RTM&lt;/strong&gt;&lt;br /&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;Windows Server 2019&lt;br /&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;br /&gt;            &lt;em&gt;(Also with any SEG 8.X)&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt; &lt;strong&gt;RTM&lt;/strong&gt;&lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt; &lt;strong&gt;RTM&lt;/strong&gt;&lt;br /&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;Windows Server 2016&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;Windows Server 2012 R2&lt;br /&gt;            &lt;em&gt;See also SQL Server service pack requirements&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;&lt;strong&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="margin-right: 0px; margin-left: 0px; border-style: solid;" /&gt;&lt;/p&gt;            &lt;/strong&gt;&lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="margin-right: 0px; margin-left: 0px; border-style: solid; font-weight: 700;" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;&lt;strong&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;KB2919355&lt;/strong&gt;&lt;/p&gt;            &lt;/strong&gt;&lt;/td&gt;            &lt;td valign="top"&gt;&lt;strong&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="margin-right: 0px; margin-left: 0px; border-style: solid;" /&gt;&lt;/p&gt;            &lt;/strong&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;Windows Server 2012&lt;br /&gt;            &lt;em&gt;See also SQL Server service pack requirements&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="margin-right: 0px; margin-left: 0px; border-style: solid; font-weight: 700;" /&gt;&lt;br /&gt;            &lt;span style="font-weight: 700; text-align: left;"&gt;(10.0.6 is the last release that allows&lt;br /&gt;            &lt;/span&gt;&lt;span style="font-weight: 700; text-align: left;"&gt;installation on Windows 2012)&lt;/span&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="margin-right: 0px; margin-left: 0px; border-style: solid; font-weight: 700;" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="margin-right: 0px; margin-left: 0px; border-style: solid; font-weight: 700;" /&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;Windows Server Core edition&lt;br /&gt;            (any release)&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" style="border-width: 0px; border-style: solid; border-color: initial; margin-left: 0px; margin-right: 0px;" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" style="border-width: 0px; border-style: solid; border-color: initial; margin-left: 0px; margin-right: 0px;" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" style="border-width: 0px; border-style: solid; border-color: initial; margin-left: 0px; margin-right: 0px;" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" style="border-width: 0px; border-style: solid; border-color: initial; margin-left: 0px; margin-right: 0px;" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" /&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt;&lt;h3&gt;Workstation Operating Systems&lt;br /&gt;&lt;em&gt;(for server installation)&lt;/em&gt;&lt;/h3&gt;&lt;p&gt;&lt;table cellspacing="0" cellpadding="5" width="95%" border="1"&gt;    &lt;thead style="display: table-header-group;"&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt; &lt;/p&gt;            &lt;br /&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;MailMarshal&lt;br /&gt;            &lt;/strong&gt;&lt;strong&gt;11.3&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;MailMarshal &lt;/strong&gt;&lt;strong&gt;Web&lt;br /&gt;            Components 11.3&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;Marshal Reporting Console &lt;br /&gt;            2.6&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;WebMarshal&lt;br /&gt;            7.6&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/thead&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;Windows 10 or 11&lt;br /&gt;            (32 and 64 bit)&lt;br /&gt;            &lt;em&gt;See also SQL Server service pack requirements&lt;/em&gt; &lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;br /&gt;            &lt;/strong&gt;&lt;em&gt;(64 bit required. &lt;br /&gt;            Permitted &lt;em&gt;but &lt;br /&gt;            not recommended&lt;/em&gt;)&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;br /&gt;            &lt;/strong&gt;&lt;em&gt;(Permitted &lt;em&gt;but &lt;br /&gt;            not recommended&lt;/em&gt;)&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;&lt;img alt="" style="border-width: 0px; border-style: solid; border-color: initial; margin-left: 0px; margin-right: 0px;" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" /&gt;&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;br /&gt;            &lt;/strong&gt;&lt;em&gt;(Permitted &lt;em&gt;but&lt;br /&gt;            not recommended&lt;/em&gt;)&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt;&lt;h3&gt;Prerequisites&lt;/h3&gt;&lt;p&gt;&lt;table cellspacing="0" cellpadding="5" width="95%" border="1"&gt;    &lt;thead style="display: table-header-group;"&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt; &lt;/p&gt;            &lt;br /&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;MailMarshal&lt;br /&gt;            &lt;/strong&gt;&lt;strong&gt;11.3&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;MailMarshal&lt;/strong&gt;&lt;strong&gt; Web&lt;br /&gt;            Components 11.3&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;Marshal Reporting Console &lt;br /&gt;            2.6&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;WebMarshal&lt;br /&gt;            7.6&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/thead&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;Web Browser&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;The Management Console works with Microsoft Edge, Mozilla Firefox, Google Chrome and Safari.&lt;br /&gt;            Internet Explorer is explicitly not supported.&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;SQM works with current versions of major browsers, such as Edge, Mozilla Firefox, Google Chrome and Safari.&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;MRC works with current versions of major browsers, such as Edge, Mozilla Firefox, Google Chrome and Safari.&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;Any browser can be used as client.&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;.NET Framework&lt;br /&gt;            &lt;em&gt;(minimum - later 4.X is also supported)&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt; 4.6.1 &lt;br /&gt;            &lt;em&gt;MailMarshal also automatically installs a version of the newer .NET technology (previously known as .NET Core) on Array Manager servers. &lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;3.5 SP1 and 4.0&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;3.5 SP1&lt;br /&gt;            (Note that SQL 2016 requires .NET 4.6)&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;4.6.2&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;a name="sql"&gt;&lt;/a&gt;&lt;/p&gt;&lt;h3&gt;SQL Server Versions&lt;/h3&gt;&lt;p&gt;&lt;table cellspacing="0" cellpadding="5" width="95%" border="1"&gt;    &lt;thead style="display: table-header-group;"&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt; &lt;/p&gt;            &lt;br /&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;MailMarshal&lt;/strong&gt;&lt;strong&gt;&lt;br /&gt;            11.3&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;Marshal Reporting Console &lt;br /&gt;            2.6&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;WebMarshal&lt;br /&gt;            7.6&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/thead&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;SQL 2012&lt;br /&gt;            SQL Express 2012&lt;br /&gt;            &lt;span style="font-size: 13px;"&gt;&lt;em&gt;(Microsoft ESU ends July 2025)&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;&lt;img alt="" width="32" height="32" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="border-style: solid;" /&gt;&lt;/strong&gt;&lt;br /&gt;            (10.0.6 is the last release that &lt;br /&gt;            allows installation using SQL 2012)&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;&lt;img alt="" width="32" height="32" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="border-style: solid;" /&gt;&lt;/p&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt; &lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;&lt;img alt="" width="32" height="32" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="border-style: solid;" /&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;SQL 2014&lt;br /&gt;            SQL Express 2014&lt;br /&gt;            &lt;em style="font-size: small;"&gt;(Microsoft ESU ends July 2027)&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;&lt;strong&gt;&lt;img alt="" width="32" height="32" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="border-style: solid;" /&gt;&lt;br /&gt;            &lt;em&gt;(CAUTION: Upgrade from earlier versions fails under SQL 2014)&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;SP3&lt;/p&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt; &lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;SP3&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;SQL 2016&lt;br /&gt;            SQL Express 2016&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;&lt;strong&gt;&lt;img alt="" width="32" height="32" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="border-style: solid;" /&gt;&lt;br /&gt;            &lt;/strong&gt;&lt;strong&gt;&lt;em&gt;(CAUTION: Upgrade from earlier versions fails under SQL 2016)&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;&lt;em&gt;&lt;/em&gt; SP3&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;SP3&lt;/strong&gt;&lt;/p&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt; &lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;SQL 2017&lt;br /&gt;            SQL Express 2017&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;RTM&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;&lt;em&gt;&lt;/em&gt;&lt;img alt="" width="32" height="32" style="border-style: solid;" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/p&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt; &lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;SQL 2019&lt;br /&gt;            SQL Express 2019&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;RTM&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;&lt;em&gt;&lt;/em&gt;&lt;img alt="" width="32" height="32" style="border-style: solid;" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;span style="font-weight: bold; text-align: left;"&gt;&lt;strong&gt;RTM&lt;/strong&gt; &lt;/span&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;SQL 2022&lt;br /&gt;            SQL Express 2022&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;RTM&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;Can upgrade from SQL 2016&lt;br /&gt;            &lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle21228.aspx" target="_blank" class="ApplyClass"&gt;Q21228&lt;/a&gt;&lt;em&gt;&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;span style="font-weight: bold; text-align: left;"&gt;&lt;strong&gt;RTM&lt;/strong&gt; &lt;/span&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;Azure SQL Server&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;Supported where &lt;br /&gt;            MailMarshal is deployed on Azure&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt; &lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt; &lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt;&lt;p&gt;&lt;a name="sql2012"&gt;&lt;/a&gt;&lt;/p&gt;&lt;h3&gt;Notes on MRC Installation&lt;/h3&gt;&lt;ul&gt;    &lt;li&gt;MRC 2.6 cannot be installed with SQL versions later than 2016 for the reporting database. However, after installation using the bundled SQL 2016 Express, the SQL Express instances can be upgraded. See &lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle21228.aspx" target="_blank" class="ApplyClass" style="text-align: -webkit-center;"&gt;Q21228&lt;/a&gt;. &lt;/li&gt;    &lt;li&gt;MRC &lt;strong&gt;can &lt;/strong&gt;report on data in MailMarshal or WebMarshal databases hosted on later SQL versions. &lt;/li&gt;&lt;/ul&gt;</description><pubDate>Thu, 16 Apr 2026 20:46:27 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>Supported Operating Systems and Prerequisite Versions</title><link>https://support.levelblue.com/kb/Goto11358.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;MailMarshal (SEG) 10.0 and above    &lt;ul&gt;        &lt;li&gt;MailMarshal Web Components (SQM) &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;WebMarshal 7.6&lt;/li&gt;    &lt;li&gt;Marshal Reporting Console 2.6 (for SEG, ECM, and WebMarshal reports) &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;(For ECM/MailMarshal Exchange, see &lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle14131.aspx" class="ApplyClass" target="_blank"&gt;Q14131&lt;/a&gt;. For Service Provider Edition [SPE], see &lt;a href="https://support.levelblue.com/kb/article.aspx?id=11588" class="ApplyClass" target="_blank"&gt;Q11588&lt;/a&gt;.)&lt;/p&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;What are the supported operating systems for MailMarshal and WebMarshal? &lt;/li&gt;    &lt;li&gt;What version of SQL Server can be used with MailMarshal and WebMarshal?&lt;/li&gt;    &lt;li&gt;What versions of SQL, IIS and ASP.NET are required and supported?&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Information:&lt;/h2&gt;&lt;p&gt;This article shows supported versions of operating systems and supporting software.  &lt;/p&gt;&lt;ul&gt;    &lt;li&gt;&lt;a href="https://support.levelblue.com/kb/article.aspx?id=11358#os"&gt;Operating systems&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="https://support.levelblue.com/kb/article.aspx?id=11358#prereq"&gt;Prerequisites&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="https://support.levelblue.com/kb/article.aspx?id=11358#sql"&gt;SQL Server versions&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt; &lt;strong&gt;Notes:&lt;/strong&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;ul&gt;    &lt;li&gt;OS and SQL versions earlier than those listed are not supported.&lt;/li&gt;    &lt;li&gt;OS and SQL versions that are out of support from Microsoft are not supported.&lt;/li&gt;    &lt;li&gt;The information reflects the latest versions of the named products. &lt;strong&gt;For details of previous versions,&lt;/strong&gt; see the documentation for each version. &lt;/li&gt;    &lt;li&gt;The information reflects server requirements.&lt;strong&gt; For details of requirements for all user interfaces&lt;/strong&gt;, see the documentation for each product version.&lt;/li&gt;    &lt;li&gt;VMWare deployments of the supported operating systems are also supported. See LevelBlue Knowledgebase article &lt;a href="https://support.levelblue.com/kb/article.aspx?id=11828"&gt;Q11828&lt;/a&gt;. &lt;/li&gt;&lt;/ul&gt;&lt;/blockquote&gt;&lt;h3&gt;&lt;/h3&gt;&lt;h3&gt;Key:&lt;/h3&gt;&lt;table class="noborder" cellspacing="3" cellpadding="3" width="85%"&gt;    &lt;thead bgcolor="#dddddd"&gt;        &lt;tr&gt;            &lt;th&gt;Symbol&lt;/th&gt;            &lt;th&gt;Meaning&lt;/th&gt;        &lt;/tr&gt;    &lt;/thead&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="vertical-align: top;"&gt;Release to Manufacturing, no service pack.&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;SP&lt;em&gt;n&lt;br /&gt;            &lt;/em&gt;KB&lt;em&gt;nnn&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="vertical-align: top;"&gt;Minimum required service pack or Microsoft Update. Later service packs &lt;span style="text-decoration: underline;"&gt;are&lt;/span&gt; supported.&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;Qxxxxxx &lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="vertical-align: top;"&gt;Tested, Supported. See the KB article listed for known issues and workarounds.&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" style="border-width: 0px; border-style: solid; border-color: initial; margin-left: 0px; margin-right: 0px;" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="vertical-align: top;"&gt;Not currently supported, obsolete, or known issues.&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" style="border-width: 0px; border-style: solid; border-color: initial; margin-left: 0px; margin-right: 0px;" src="https://support.levelblue.com/kb/Attachments/fffb7a5f-7ab3-43f8-8283-a837.jpg" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="vertical-align: top;"&gt;Not specifically tested. Not yet supported. LevelBlue plans to test and provide support in a later product release. For details of the policy on new OS and SP versions, see &lt;a href="https://support.levelblue.com/kb/article.aspx?id=13687" target="_blank"&gt;Q13687&lt;/a&gt;.&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;(blank) &lt;/p&gt;            &lt;/td&gt;            &lt;td style="vertical-align: top;"&gt;Not applicable to this product.&lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;a name="os"&gt;&lt;/a&gt;&lt;h3&gt;&lt;/h3&gt;&lt;h2&gt;Operating Systems and Prerequisites&lt;/h2&gt;&lt;p&gt;The table below lists minimum compatible operating system versions and service packs. The products have been tested with the minimum compatible service pack (and in some cases with later service packs).&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;Note on Service Packs and Operating System updates:&lt;/strong&gt; If product functionality is affected by Service Packs or Microsoft updates, LevelBlue will work with customers to restore functionality. If a full resolution requires product development, it may not be available immediately.&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;The listed products do not support RISC architectures. x64 or x86 is the supported architecture.&lt;/p&gt;&lt;h3&gt;&lt;/h3&gt;&lt;h3&gt;Server Operating Systems&lt;/h3&gt;&lt;p&gt;&lt;table cellspacing="0" cellpadding="5" width="95%" border="1"&gt;    &lt;thead style="display: table-header-group;"&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt; &lt;/p&gt;            &lt;br /&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;MailMarshal&lt;br /&gt;            11.3&lt;br /&gt;            &lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;MailMarshal Web&lt;br /&gt;            Components 11.3&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;Marshal Reporting Console &lt;br /&gt;            2.6&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;WebMarshal&lt;br /&gt;            7.6&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/thead&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;td valign="top" style="text-align: left;"&gt;Windows Server 2025&lt;/td&gt;            &lt;td valign="top" style="text-align: center;"&gt;&lt;strong style="text-align: -webkit-center;"&gt;RTM&lt;/strong&gt;&lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt; &lt;a href="https://support.levelblue.com/kb/article.aspx?id=21228" target="_blank" class="ApplyClass" style="font-weight: bold;"&gt;Q21228&lt;/a&gt;&lt;br /&gt;            &lt;em&gt;(Limited testing performed)&lt;/em&gt;&lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt; &lt;strong&gt;RTM&lt;/strong&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;Windows Server 2022&lt;br /&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt; &lt;strong&gt;RTM&lt;/strong&gt;&lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt; &lt;strong&gt;RTM&lt;/strong&gt;&lt;br /&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;Windows Server 2019&lt;br /&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;br /&gt;            &lt;em&gt;(Also with any SEG 8.X)&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt; &lt;strong&gt;RTM&lt;/strong&gt;&lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt; &lt;strong&gt;RTM&lt;/strong&gt;&lt;br /&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;Windows Server 2016&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;Windows Server 2012 R2&lt;br /&gt;            &lt;em&gt;See also SQL Server service pack requirements&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;&lt;strong&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="margin-right: 0px; margin-left: 0px; border-style: solid;" /&gt;&lt;/p&gt;            &lt;/strong&gt;&lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="margin-right: 0px; margin-left: 0px; border-style: solid; font-weight: 700;" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;&lt;strong&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;KB2919355&lt;/strong&gt;&lt;/p&gt;            &lt;/strong&gt;&lt;/td&gt;            &lt;td valign="top"&gt;&lt;strong&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="margin-right: 0px; margin-left: 0px; border-style: solid;" /&gt;&lt;/p&gt;            &lt;/strong&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;Windows Server 2012&lt;br /&gt;            &lt;em&gt;See also SQL Server service pack requirements&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="margin-right: 0px; margin-left: 0px; border-style: solid; font-weight: 700;" /&gt;&lt;br /&gt;            &lt;span style="font-weight: 700; text-align: left;"&gt;(10.0.6 is the last release that allows&lt;br /&gt;            &lt;/span&gt;&lt;span style="font-weight: 700; text-align: left;"&gt;installation on Windows 2012)&lt;/span&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="margin-right: 0px; margin-left: 0px; border-style: solid; font-weight: 700;" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="margin-right: 0px; margin-left: 0px; border-style: solid; font-weight: 700;" /&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;Windows Server Core edition&lt;br /&gt;            (any release)&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" style="border-width: 0px; border-style: solid; border-color: initial; margin-left: 0px; margin-right: 0px;" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" style="border-width: 0px; border-style: solid; border-color: initial; margin-left: 0px; margin-right: 0px;" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" style="border-width: 0px; border-style: solid; border-color: initial; margin-left: 0px; margin-right: 0px;" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" style="border-width: 0px; border-style: solid; border-color: initial; margin-left: 0px; margin-right: 0px;" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" /&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt;&lt;h3&gt;Workstation Operating Systems&lt;br /&gt;&lt;em&gt;(for server installation)&lt;/em&gt;&lt;/h3&gt;&lt;p&gt;&lt;table cellspacing="0" cellpadding="5" width="95%" border="1"&gt;    &lt;thead style="display: table-header-group;"&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt; &lt;/p&gt;            &lt;br /&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;MailMarshal&lt;br /&gt;            &lt;/strong&gt;&lt;strong&gt;11.3&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;MailMarshal &lt;/strong&gt;&lt;strong&gt;Web&lt;br /&gt;            Components 11.3&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;Marshal Reporting Console &lt;br /&gt;            2.6&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;WebMarshal&lt;br /&gt;            7.6&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/thead&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;Windows 10 or 11&lt;br /&gt;            (32 and 64 bit)&lt;br /&gt;            &lt;em&gt;See also SQL Server service pack requirements&lt;/em&gt; &lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;br /&gt;            &lt;/strong&gt;&lt;em&gt;(64 bit required. &lt;br /&gt;            Permitted &lt;em&gt;but &lt;br /&gt;            not recommended&lt;/em&gt;)&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;br /&gt;            &lt;/strong&gt;&lt;em&gt;(Permitted &lt;em&gt;but &lt;br /&gt;            not recommended&lt;/em&gt;)&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;&lt;img alt="" style="border-width: 0px; border-style: solid; border-color: initial; margin-left: 0px; margin-right: 0px;" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" /&gt;&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;br /&gt;            &lt;/strong&gt;&lt;em&gt;(Permitted &lt;em&gt;but&lt;br /&gt;            not recommended&lt;/em&gt;)&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt;&lt;h3&gt;Prerequisites&lt;/h3&gt;&lt;p&gt;&lt;table cellspacing="0" cellpadding="5" width="95%" border="1"&gt;    &lt;thead style="display: table-header-group;"&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt; &lt;/p&gt;            &lt;br /&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;MailMarshal&lt;br /&gt;            &lt;/strong&gt;&lt;strong&gt;11.3&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;MailMarshal&lt;/strong&gt;&lt;strong&gt; Web&lt;br /&gt;            Components 11.3&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;Marshal Reporting Console &lt;br /&gt;            2.6&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;WebMarshal&lt;br /&gt;            7.6&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/thead&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;Web Browser&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;The Management Console works with Microsoft Edge, Mozilla Firefox, Google Chrome and Safari.&lt;br /&gt;            Internet Explorer is explicitly not supported.&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;SQM works with current versions of major browsers, such as Edge, Mozilla Firefox, Google Chrome and Safari.&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;MRC works with current versions of major browsers, such as Edge, Mozilla Firefox, Google Chrome and Safari.&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;Any browser can be used as client.&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;.NET Framework&lt;br /&gt;            &lt;em&gt;(minimum - later 4.X is also supported)&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt; 4.6.1 &lt;br /&gt;            &lt;em&gt;MailMarshal also automatically installs a version of the newer .NET technology (previously known as .NET Core) on Array Manager servers. &lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;3.5 SP1 and 4.0&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;3.5 SP1&lt;br /&gt;            (Note that SQL 2016 requires .NET 4.6)&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;4.6.2&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;a name="sql"&gt;&lt;/a&gt;&lt;/p&gt;&lt;h3&gt;SQL Server Versions&lt;/h3&gt;&lt;p&gt;&lt;table cellspacing="0" cellpadding="5" width="95%" border="1"&gt;    &lt;thead style="display: table-header-group;"&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt; &lt;/p&gt;            &lt;br /&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;MailMarshal&lt;/strong&gt;&lt;strong&gt;&lt;br /&gt;            11.3&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;Marshal Reporting Console &lt;br /&gt;            2.6&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;WebMarshal&lt;br /&gt;            7.6&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/thead&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;SQL 2012&lt;br /&gt;            SQL Express 2012&lt;br /&gt;            &lt;span style="font-size: 13px;"&gt;&lt;em&gt;(Microsoft ESU ends July 2025)&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;&lt;img alt="" width="32" height="32" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="border-style: solid;" /&gt;&lt;/strong&gt;&lt;br /&gt;            (10.0.6 is the last release that &lt;br /&gt;            allows installation using SQL 2012)&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;&lt;img alt="" width="32" height="32" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="border-style: solid;" /&gt;&lt;/p&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt; &lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;&lt;img alt="" width="32" height="32" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="border-style: solid;" /&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;SQL 2014&lt;br /&gt;            SQL Express 2014&lt;br /&gt;            &lt;em style="font-size: small;"&gt;(Microsoft ESU ends July 2027)&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;&lt;strong&gt;&lt;img alt="" width="32" height="32" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="border-style: solid;" /&gt;&lt;br /&gt;            &lt;em&gt;(CAUTION: Upgrade from earlier versions fails under SQL 2014)&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;SP3&lt;/p&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt; &lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;SP3&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;SQL 2016&lt;br /&gt;            SQL Express 2016&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;&lt;strong&gt;&lt;img alt="" width="32" height="32" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="border-style: solid;" /&gt;&lt;br /&gt;            &lt;/strong&gt;&lt;strong&gt;&lt;em&gt;(CAUTION: Upgrade from earlier versions fails under SQL 2016)&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;&lt;em&gt;&lt;/em&gt; SP3&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;SP3&lt;/strong&gt;&lt;/p&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt; &lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;SQL 2017&lt;br /&gt;            SQL Express 2017&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;RTM&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;&lt;em&gt;&lt;/em&gt;&lt;img alt="" width="32" height="32" style="border-style: solid;" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/p&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt; &lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;SQL 2019&lt;br /&gt;            SQL Express 2019&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;RTM&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;&lt;em&gt;&lt;/em&gt;&lt;img alt="" width="32" height="32" style="border-style: solid;" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;span style="font-weight: bold; text-align: left;"&gt;&lt;strong&gt;RTM&lt;/strong&gt; &lt;/span&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;SQL 2022&lt;br /&gt;            SQL Express 2022&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;RTM&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;Can upgrade from SQL 2016&lt;br /&gt;            &lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle21228.aspx" target="_blank" class="ApplyClass"&gt;Q21228&lt;/a&gt;&lt;em&gt;&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;span style="font-weight: bold; text-align: left;"&gt;&lt;strong&gt;RTM&lt;/strong&gt; &lt;/span&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;Azure SQL Server&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;Supported where &lt;br /&gt;            MailMarshal is deployed on Azure&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt; &lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt; &lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt;&lt;p&gt;&lt;a name="sql2012"&gt;&lt;/a&gt;&lt;/p&gt;&lt;h3&gt;Notes on MRC Installation&lt;/h3&gt;&lt;ul&gt;    &lt;li&gt;MRC 2.6 cannot be installed with SQL versions later than 2016 for the reporting database. However, after installation using the bundled SQL 2016 Express, the SQL Express instances can be upgraded. See &lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle21228.aspx" target="_blank" class="ApplyClass" style="text-align: -webkit-center;"&gt;Q21228&lt;/a&gt;. &lt;/li&gt;    &lt;li&gt;MRC &lt;strong&gt;can &lt;/strong&gt;report on data in MailMarshal or WebMarshal databases hosted on later SQL versions. &lt;/li&gt;&lt;/ul&gt;</description><pubDate>Thu, 16 Apr 2026 20:46:27 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>Supported Operating Systems and Prerequisite Versions</title><link>https://support.levelblue.com/kb/Goto11358.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;MailMarshal (SEG) 10.0 and above    &lt;ul&gt;        &lt;li&gt;MailMarshal Web Components (SQM) &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;WebMarshal 7.6&lt;/li&gt;    &lt;li&gt;Marshal Reporting Console 2.6 (for SEG, ECM, and WebMarshal reports) &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;(For ECM/MailMarshal Exchange, see &lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle14131.aspx" class="ApplyClass" target="_blank"&gt;Q14131&lt;/a&gt;. For Service Provider Edition [SPE], see &lt;a href="https://support.levelblue.com/kb/article.aspx?id=11588" class="ApplyClass" target="_blank"&gt;Q11588&lt;/a&gt;.)&lt;/p&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;What are the supported operating systems for MailMarshal and WebMarshal? &lt;/li&gt;    &lt;li&gt;What version of SQL Server can be used with MailMarshal and WebMarshal?&lt;/li&gt;    &lt;li&gt;What versions of SQL, IIS and ASP.NET are required and supported?&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Information:&lt;/h2&gt;&lt;p&gt;This article shows supported versions of operating systems and supporting software.  &lt;/p&gt;&lt;ul&gt;    &lt;li&gt;&lt;a href="https://support.levelblue.com/kb/article.aspx?id=11358#os"&gt;Operating systems&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="https://support.levelblue.com/kb/article.aspx?id=11358#prereq"&gt;Prerequisites&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="https://support.levelblue.com/kb/article.aspx?id=11358#sql"&gt;SQL Server versions&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt; &lt;strong&gt;Notes:&lt;/strong&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;ul&gt;    &lt;li&gt;OS and SQL versions earlier than those listed are not supported.&lt;/li&gt;    &lt;li&gt;OS and SQL versions that are out of support from Microsoft are not supported.&lt;/li&gt;    &lt;li&gt;The information reflects the latest versions of the named products. &lt;strong&gt;For details of previous versions,&lt;/strong&gt; see the documentation for each version. &lt;/li&gt;    &lt;li&gt;The information reflects server requirements.&lt;strong&gt; For details of requirements for all user interfaces&lt;/strong&gt;, see the documentation for each product version.&lt;/li&gt;    &lt;li&gt;VMWare deployments of the supported operating systems are also supported. See LevelBlue Knowledgebase article &lt;a href="https://support.levelblue.com/kb/article.aspx?id=11828"&gt;Q11828&lt;/a&gt;. &lt;/li&gt;&lt;/ul&gt;&lt;/blockquote&gt;&lt;h3&gt;&lt;/h3&gt;&lt;h3&gt;Key:&lt;/h3&gt;&lt;table class="noborder" cellspacing="3" cellpadding="3" width="85%"&gt;    &lt;thead bgcolor="#dddddd"&gt;        &lt;tr&gt;            &lt;th&gt;Symbol&lt;/th&gt;            &lt;th&gt;Meaning&lt;/th&gt;        &lt;/tr&gt;    &lt;/thead&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="vertical-align: top;"&gt;Release to Manufacturing, no service pack.&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;SP&lt;em&gt;n&lt;br /&gt;            &lt;/em&gt;KB&lt;em&gt;nnn&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="vertical-align: top;"&gt;Minimum required service pack or Microsoft Update. Later service packs &lt;span style="text-decoration: underline;"&gt;are&lt;/span&gt; supported.&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;Qxxxxxx &lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="vertical-align: top;"&gt;Tested, Supported. See the KB article listed for known issues and workarounds.&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" style="border-width: 0px; border-style: solid; border-color: initial; margin-left: 0px; margin-right: 0px;" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="vertical-align: top;"&gt;Not currently supported, obsolete, or known issues.&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" style="border-width: 0px; border-style: solid; border-color: initial; margin-left: 0px; margin-right: 0px;" src="https://support.levelblue.com/kb/Attachments/fffb7a5f-7ab3-43f8-8283-a837.jpg" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="vertical-align: top;"&gt;Not specifically tested. Not yet supported. LevelBlue plans to test and provide support in a later product release. For details of the policy on new OS and SP versions, see &lt;a href="https://support.levelblue.com/kb/article.aspx?id=13687" target="_blank"&gt;Q13687&lt;/a&gt;.&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;(blank) &lt;/p&gt;            &lt;/td&gt;            &lt;td style="vertical-align: top;"&gt;Not applicable to this product.&lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;a name="os"&gt;&lt;/a&gt;&lt;h3&gt;&lt;/h3&gt;&lt;h2&gt;Operating Systems and Prerequisites&lt;/h2&gt;&lt;p&gt;The table below lists minimum compatible operating system versions and service packs. The products have been tested with the minimum compatible service pack (and in some cases with later service packs).&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;Note on Service Packs and Operating System updates:&lt;/strong&gt; If product functionality is affected by Service Packs or Microsoft updates, LevelBlue will work with customers to restore functionality. If a full resolution requires product development, it may not be available immediately.&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;The listed products do not support RISC architectures. x64 or x86 is the supported architecture.&lt;/p&gt;&lt;h3&gt;&lt;/h3&gt;&lt;h3&gt;Server Operating Systems&lt;/h3&gt;&lt;p&gt;&lt;table cellspacing="0" cellpadding="5" width="95%" border="1"&gt;    &lt;thead style="display: table-header-group;"&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt; &lt;/p&gt;            &lt;br /&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;MailMarshal&lt;br /&gt;            11.3&lt;br /&gt;            &lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;MailMarshal Web&lt;br /&gt;            Components 11.3&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;Marshal Reporting Console &lt;br /&gt;            2.6&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;WebMarshal&lt;br /&gt;            7.6&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/thead&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;td valign="top" style="text-align: left;"&gt;Windows Server 2025&lt;/td&gt;            &lt;td valign="top" style="text-align: center;"&gt;&lt;strong style="text-align: -webkit-center;"&gt;RTM&lt;/strong&gt;&lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt; &lt;a href="https://support.levelblue.com/kb/article.aspx?id=21228" target="_blank" class="ApplyClass" style="font-weight: bold;"&gt;Q21228&lt;/a&gt;&lt;br /&gt;            &lt;em&gt;(Limited testing performed)&lt;/em&gt;&lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt; &lt;strong&gt;RTM&lt;/strong&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;Windows Server 2022&lt;br /&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt; &lt;strong&gt;RTM&lt;/strong&gt;&lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt; &lt;strong&gt;RTM&lt;/strong&gt;&lt;br /&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;Windows Server 2019&lt;br /&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;br /&gt;            &lt;em&gt;(Also with any SEG 8.X)&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt; &lt;strong&gt;RTM&lt;/strong&gt;&lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt; &lt;strong&gt;RTM&lt;/strong&gt;&lt;br /&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;Windows Server 2016&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;Windows Server 2012 R2&lt;br /&gt;            &lt;em&gt;See also SQL Server service pack requirements&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;&lt;strong&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="margin-right: 0px; margin-left: 0px; border-style: solid;" /&gt;&lt;/p&gt;            &lt;/strong&gt;&lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="margin-right: 0px; margin-left: 0px; border-style: solid; font-weight: 700;" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;&lt;strong&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;KB2919355&lt;/strong&gt;&lt;/p&gt;            &lt;/strong&gt;&lt;/td&gt;            &lt;td valign="top"&gt;&lt;strong&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="margin-right: 0px; margin-left: 0px; border-style: solid;" /&gt;&lt;/p&gt;            &lt;/strong&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;Windows Server 2012&lt;br /&gt;            &lt;em&gt;See also SQL Server service pack requirements&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="margin-right: 0px; margin-left: 0px; border-style: solid; font-weight: 700;" /&gt;&lt;br /&gt;            &lt;span style="font-weight: 700; text-align: left;"&gt;(10.0.6 is the last release that allows&lt;br /&gt;            &lt;/span&gt;&lt;span style="font-weight: 700; text-align: left;"&gt;installation on Windows 2012)&lt;/span&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="margin-right: 0px; margin-left: 0px; border-style: solid; font-weight: 700;" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="margin-right: 0px; margin-left: 0px; border-style: solid; font-weight: 700;" /&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;Windows Server Core edition&lt;br /&gt;            (any release)&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" style="border-width: 0px; border-style: solid; border-color: initial; margin-left: 0px; margin-right: 0px;" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" style="border-width: 0px; border-style: solid; border-color: initial; margin-left: 0px; margin-right: 0px;" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" style="border-width: 0px; border-style: solid; border-color: initial; margin-left: 0px; margin-right: 0px;" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" style="border-width: 0px; border-style: solid; border-color: initial; margin-left: 0px; margin-right: 0px;" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" /&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt;&lt;h3&gt;Workstation Operating Systems&lt;br /&gt;&lt;em&gt;(for server installation)&lt;/em&gt;&lt;/h3&gt;&lt;p&gt;&lt;table cellspacing="0" cellpadding="5" width="95%" border="1"&gt;    &lt;thead style="display: table-header-group;"&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt; &lt;/p&gt;            &lt;br /&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;MailMarshal&lt;br /&gt;            &lt;/strong&gt;&lt;strong&gt;11.3&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;MailMarshal &lt;/strong&gt;&lt;strong&gt;Web&lt;br /&gt;            Components 11.3&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;Marshal Reporting Console &lt;br /&gt;            2.6&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;WebMarshal&lt;br /&gt;            7.6&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/thead&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;Windows 10 or 11&lt;br /&gt;            (32 and 64 bit)&lt;br /&gt;            &lt;em&gt;See also SQL Server service pack requirements&lt;/em&gt; &lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;br /&gt;            &lt;/strong&gt;&lt;em&gt;(64 bit required. &lt;br /&gt;            Permitted &lt;em&gt;but &lt;br /&gt;            not recommended&lt;/em&gt;)&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;br /&gt;            &lt;/strong&gt;&lt;em&gt;(Permitted &lt;em&gt;but &lt;br /&gt;            not recommended&lt;/em&gt;)&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;&lt;img alt="" style="border-width: 0px; border-style: solid; border-color: initial; margin-left: 0px; margin-right: 0px;" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" /&gt;&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;br /&gt;            &lt;/strong&gt;&lt;em&gt;(Permitted &lt;em&gt;but&lt;br /&gt;            not recommended&lt;/em&gt;)&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt;&lt;h3&gt;Prerequisites&lt;/h3&gt;&lt;p&gt;&lt;table cellspacing="0" cellpadding="5" width="95%" border="1"&gt;    &lt;thead style="display: table-header-group;"&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt; &lt;/p&gt;            &lt;br /&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;MailMarshal&lt;br /&gt;            &lt;/strong&gt;&lt;strong&gt;11.3&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;MailMarshal&lt;/strong&gt;&lt;strong&gt; Web&lt;br /&gt;            Components 11.3&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;Marshal Reporting Console &lt;br /&gt;            2.6&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;WebMarshal&lt;br /&gt;            7.6&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/thead&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;Web Browser&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;The Management Console works with Microsoft Edge, Mozilla Firefox, Google Chrome and Safari.&lt;br /&gt;            Internet Explorer is explicitly not supported.&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;SQM works with current versions of major browsers, such as Edge, Mozilla Firefox, Google Chrome and Safari.&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;MRC works with current versions of major browsers, such as Edge, Mozilla Firefox, Google Chrome and Safari.&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;Any browser can be used as client.&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;.NET Framework&lt;br /&gt;            &lt;em&gt;(minimum - later 4.X is also supported)&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt; 4.6.1 &lt;br /&gt;            &lt;em&gt;MailMarshal also automatically installs a version of the newer .NET technology (previously known as .NET Core) on Array Manager servers. &lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;3.5 SP1 and 4.0&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;3.5 SP1&lt;br /&gt;            (Note that SQL 2016 requires .NET 4.6)&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;4.6.2&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;a name="sql"&gt;&lt;/a&gt;&lt;/p&gt;&lt;h3&gt;SQL Server Versions&lt;/h3&gt;&lt;p&gt;&lt;table cellspacing="0" cellpadding="5" width="95%" border="1"&gt;    &lt;thead style="display: table-header-group;"&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt; &lt;/p&gt;            &lt;br /&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;MailMarshal&lt;/strong&gt;&lt;strong&gt;&lt;br /&gt;            11.3&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;Marshal Reporting Console &lt;br /&gt;            2.6&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;WebMarshal&lt;br /&gt;            7.6&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/thead&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;SQL 2012&lt;br /&gt;            SQL Express 2012&lt;br /&gt;            &lt;span style="font-size: 13px;"&gt;&lt;em&gt;(Microsoft ESU ends July 2025)&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;&lt;img alt="" width="32" height="32" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="border-style: solid;" /&gt;&lt;/strong&gt;&lt;br /&gt;            (10.0.6 is the last release that &lt;br /&gt;            allows installation using SQL 2012)&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;&lt;img alt="" width="32" height="32" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="border-style: solid;" /&gt;&lt;/p&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt; &lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;&lt;img alt="" width="32" height="32" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="border-style: solid;" /&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;SQL 2014&lt;br /&gt;            SQL Express 2014&lt;br /&gt;            &lt;em style="font-size: small;"&gt;(Microsoft ESU ends July 2027)&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;&lt;strong&gt;&lt;img alt="" width="32" height="32" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="border-style: solid;" /&gt;&lt;br /&gt;            &lt;em&gt;(CAUTION: Upgrade from earlier versions fails under SQL 2014)&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;SP3&lt;/p&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt; &lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;SP3&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;SQL 2016&lt;br /&gt;            SQL Express 2016&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;&lt;strong&gt;&lt;img alt="" width="32" height="32" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="border-style: solid;" /&gt;&lt;br /&gt;            &lt;/strong&gt;&lt;strong&gt;&lt;em&gt;(CAUTION: Upgrade from earlier versions fails under SQL 2016)&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;&lt;em&gt;&lt;/em&gt; SP3&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;SP3&lt;/strong&gt;&lt;/p&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt; &lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;SQL 2017&lt;br /&gt;            SQL Express 2017&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;RTM&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;&lt;em&gt;&lt;/em&gt;&lt;img alt="" width="32" height="32" style="border-style: solid;" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/p&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt; &lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;SQL 2019&lt;br /&gt;            SQL Express 2019&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;RTM&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;&lt;em&gt;&lt;/em&gt;&lt;img alt="" width="32" height="32" style="border-style: solid;" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;span style="font-weight: bold; text-align: left;"&gt;&lt;strong&gt;RTM&lt;/strong&gt; &lt;/span&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;SQL 2022&lt;br /&gt;            SQL Express 2022&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;RTM&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;Can upgrade from SQL 2016&lt;br /&gt;            &lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle21228.aspx" target="_blank" class="ApplyClass"&gt;Q21228&lt;/a&gt;&lt;em&gt;&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;span style="font-weight: bold; text-align: left;"&gt;&lt;strong&gt;RTM&lt;/strong&gt; &lt;/span&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;Azure SQL Server&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;Supported where &lt;br /&gt;            MailMarshal is deployed on Azure&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt; &lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt; &lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt;&lt;p&gt;&lt;a name="sql2012"&gt;&lt;/a&gt;&lt;/p&gt;&lt;h3&gt;Notes on MRC Installation&lt;/h3&gt;&lt;ul&gt;    &lt;li&gt;MRC 2.6 cannot be installed with SQL versions later than 2016 for the reporting database. However, after installation using the bundled SQL 2016 Express, the SQL Express instances can be upgraded. See &lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle21228.aspx" target="_blank" class="ApplyClass" style="text-align: -webkit-center;"&gt;Q21228&lt;/a&gt;. &lt;/li&gt;    &lt;li&gt;MRC &lt;strong&gt;can &lt;/strong&gt;report on data in MailMarshal or WebMarshal databases hosted on later SQL versions. &lt;/li&gt;&lt;/ul&gt;</description><pubDate>Thu, 16 Apr 2026 20:46:27 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>Upgrading SQL Reporting Services to SQL 2022</title><link>https://support.levelblue.com/kb/Goto21228.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Marshal Reporting Console&lt;/li&gt;    &lt;li&gt;SQL Server and SSRS 2022&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Can I install MRC with SQL 2022?&lt;/li&gt;    &lt;li&gt;Can I upgrade the MRC SQL and SQL Reporting Services instances to SQL 2022?&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;MRC 2.6 cannot be directly installed with SSRS 2022. However it is possible to upgrade the standalone MRC instances to SQL 2022 and SSRS 2022.&lt;/p&gt;&lt;p&gt;This procedure assumes you have installed MRC using the bundled SQL Express 2016 Advanced installer, and tested operation.&lt;/p&gt;&lt;p&gt;&lt;ul&gt;    &lt;li&gt;This procedure can also be used for a new installation on Windows 2025 (SQL Express 2016 must be manually installed first - see the notes section below).&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;Install &lt;a href="https://www.microsoft.com/en-us/download/details.aspx?id=103440" target="_blank" class="ApplyClass"&gt;SQL 2016 Service Pack 3&lt;/a&gt; for the MRC_SQLEXPRESS instance.  A computer restart will be required after installation.&lt;br /&gt;    &lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/21228/21228-1.png" style="width: 400px; height: 302px;" /&gt;&lt;/li&gt;    &lt;li&gt;From the Start menu, open Reporting Services Configuration Manager.    &lt;ul&gt;        &lt;li&gt;Note the Report Server Database Name (by default, ReportServer$MRC_SQLEXPRESS). If you have used custom credentials, note the settings.&lt;/li&gt;        &lt;li&gt;From the Encryption Keys page, back up the key to a file.&lt;/li&gt;        &lt;li&gt;Exit the Reporting Services Configuration Manager.&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Install &lt;a href="https://www.microsoft.com/en-us/download/details.aspx?id=104502" target="_blank"&gt;Microsoft SQL Server 2022 Reporting Services&lt;/a&gt;.    &lt;ul&gt;        &lt;li&gt;Choose the free edition Express.&lt;br /&gt;        &lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/21228/21228-2.png" style="width: 300px; height: 259px;" /&gt;&lt;/li&gt;        &lt;li&gt;On the Setup Complete screen, click &lt;strong&gt;Configure report server.&lt;/strong&gt;&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;In the Report Server Configuration Manager:    &lt;ul&gt;        &lt;li&gt;On the WebService URL page, click &lt;strong&gt;Apply &lt;/strong&gt;to accept the default values.&lt;/li&gt;        &lt;li&gt;On the Database page, click &lt;strong&gt;Change Database&lt;/strong&gt;. In the wizard,        &lt;ul&gt;            &lt;li&gt;Select &lt;strong&gt;Choose an existing report server database&lt;/strong&gt;.&lt;/li&gt;            &lt;li&gt;On the Database Server page, the Server Name is the local computer name with MRC_SQLEXPRESS. Do not choose "Encrypt".&lt;/li&gt;            &lt;li&gt;On the Database page, select the database you noted in step 2. &lt;br /&gt;            &lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/21228/21228-3.png" style="width: 300px; height: 221px;" /&gt;&lt;/li&gt;            &lt;li&gt;On the Credentials page, if you have not used the default service credentials, enter the credentials you noted in step 2.&lt;/li&gt;            &lt;li&gt;Complete the wizard, click &lt;strong&gt;Finish&lt;/strong&gt;, and exit the wizard.&lt;/li&gt;            &lt;li&gt;On the Encryption Keys page, restore the key from your backup. You will be asked for confirmation to remove other registered servers. Click &lt;strong&gt;OK&lt;/strong&gt; to this question.&lt;/li&gt;            &lt;li&gt;Exit the Reporting Services Configuration Manager.&lt;/li&gt;        &lt;/ul&gt;        &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Upgrade to &lt;a href="https://www.microsoft.com/en-us/download/details.aspx?id=104781" target="_blank"&gt;SQL Server 2022 Express&lt;/a&gt;.    &lt;ul&gt;        &lt;li&gt;On the Welcome screen, choose the Custom option.&lt;/li&gt;        &lt;li&gt;On the Installation Center screen, choose Upgrade.&lt;/li&gt;        &lt;li&gt;On the Select Instance screen, select MRC_SQLEXPRESS.&lt;br /&gt;        &lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/21228/21228-4.png" style="width: 400px; height: 352px;" /&gt;&lt;/li&gt;        &lt;li&gt;On the Reporting Services Migration screen, check the box &lt;strong&gt;Uninstall Reporting Services&lt;/strong&gt;. &lt;/li&gt;        &lt;li&gt;Complete the upgrade process.&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;div&gt;&lt;ul&gt;    &lt;li&gt;On Windows Server 2025 the MRC installer cannot be used to install SQL Express. However you can manually install SQL Express 2016 SP3 Advanced before installing MRC, and choose to use the existing installation.    &lt;ul&gt;        &lt;li&gt;Do not select installation of "R Services"&lt;/li&gt;        &lt;li&gt;Remember to select "Mixed Mode" authentication.&lt;/li&gt;        &lt;li&gt;You must also enable TCP connections to the SQL instance, using SQL Configuration Manager.&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;In some cases (where a current release of MailMarshal Array Manager is installed on the same server), the installation of SQL 2022 may report an error on installation of MSOLEDBSQL.&lt;/li&gt;    &lt;ul&gt;        &lt;li&gt;You can safely ignore this error and continue. MailMarshal has already installed a compatible version of MSOLDDBSQL.&lt;/li&gt;        &lt;li&gt;If the error appears in the rules check and you cannot continue:        &lt;ul&gt;            &lt;li&gt;Stop the MailMarshal Array Manager.&lt;/li&gt;            &lt;li&gt;Uninstall the offending version of MSOLEDBSQL.&lt;/li&gt;            &lt;li&gt;Upgrade SQL&lt;/li&gt;            &lt;li&gt;Re-install the version of MSOLEDBSQL. All versions are available for &lt;a href="https://learn.microsoft.com/en-us/sql/connect/oledb/release-notes-for-oledb-driver-for-sql-server?view=sql-server-ver16#previous-releases" target="_blank"&gt;download from Microsoft&lt;/a&gt;.&lt;/li&gt;            &lt;li&gt;Start the Array Manager.&lt;/li&gt;        &lt;/ul&gt;        &lt;/li&gt;    &lt;/ul&gt;&lt;/ul&gt;&lt;/div&gt;</description><pubDate>Thu, 16 Apr 2026 20:42:45 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>Upgrading SQL Reporting Services to SQL 2022</title><link>https://support.levelblue.com/kb/Goto21228.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Marshal Reporting Console&lt;/li&gt;    &lt;li&gt;SQL Server and SSRS 2022&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Can I install MRC with SQL 2022?&lt;/li&gt;    &lt;li&gt;Can I upgrade the MRC SQL and SQL Reporting Services instances to SQL 2022?&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;MRC 2.6 cannot be directly installed with SSRS 2022. However it is possible to upgrade the standalone MRC instances to SQL 2022 and SSRS 2022.&lt;/p&gt;&lt;p&gt;This procedure assumes you have installed MRC using the bundled SQL Express 2016 Advanced installer, and tested operation.&lt;/p&gt;&lt;p&gt;&lt;ul&gt;    &lt;li&gt;This procedure can also be used for a new installation on Windows 2025 (SQL Express 2016 must be manually installed first - see the notes section below).&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;Install &lt;a href="https://www.microsoft.com/en-us/download/details.aspx?id=103440" target="_blank" class="ApplyClass"&gt;SQL 2016 Service Pack 3&lt;/a&gt; for the MRC_SQLEXPRESS instance.  A computer restart will be required after installation.&lt;br /&gt;    &lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/21228/21228-1.png" style="width: 400px; height: 302px;" /&gt;&lt;/li&gt;    &lt;li&gt;From the Start menu, open Reporting Services Configuration Manager.    &lt;ul&gt;        &lt;li&gt;Note the Report Server Database Name (by default, ReportServer$MRC_SQLEXPRESS). If you have used custom credentials, note the settings.&lt;/li&gt;        &lt;li&gt;From the Encryption Keys page, back up the key to a file.&lt;/li&gt;        &lt;li&gt;Exit the Reporting Services Configuration Manager.&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Install &lt;a href="https://www.microsoft.com/en-us/download/details.aspx?id=104502" target="_blank"&gt;Microsoft SQL Server 2022 Reporting Services&lt;/a&gt;.    &lt;ul&gt;        &lt;li&gt;Choose the free edition Express.&lt;br /&gt;        &lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/21228/21228-2.png" style="width: 300px; height: 259px;" /&gt;&lt;/li&gt;        &lt;li&gt;On the Setup Complete screen, click &lt;strong&gt;Configure report server.&lt;/strong&gt;&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;In the Report Server Configuration Manager:    &lt;ul&gt;        &lt;li&gt;On the WebService URL page, click &lt;strong&gt;Apply &lt;/strong&gt;to accept the default values.&lt;/li&gt;        &lt;li&gt;On the Database page, click &lt;strong&gt;Change Database&lt;/strong&gt;. In the wizard,        &lt;ul&gt;            &lt;li&gt;Select &lt;strong&gt;Choose an existing report server database&lt;/strong&gt;.&lt;/li&gt;            &lt;li&gt;On the Database Server page, the Server Name is the local computer name with MRC_SQLEXPRESS. Do not choose "Encrypt".&lt;/li&gt;            &lt;li&gt;On the Database page, select the database you noted in step 2. &lt;br /&gt;            &lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/21228/21228-3.png" style="width: 300px; height: 221px;" /&gt;&lt;/li&gt;            &lt;li&gt;On the Credentials page, if you have not used the default service credentials, enter the credentials you noted in step 2.&lt;/li&gt;            &lt;li&gt;Complete the wizard, click &lt;strong&gt;Finish&lt;/strong&gt;, and exit the wizard.&lt;/li&gt;            &lt;li&gt;On the Encryption Keys page, restore the key from your backup. You will be asked for confirmation to remove other registered servers. Click &lt;strong&gt;OK&lt;/strong&gt; to this question.&lt;/li&gt;            &lt;li&gt;Exit the Reporting Services Configuration Manager.&lt;/li&gt;        &lt;/ul&gt;        &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Upgrade to &lt;a href="https://www.microsoft.com/en-us/download/details.aspx?id=104781" target="_blank"&gt;SQL Server 2022 Express&lt;/a&gt;.    &lt;ul&gt;        &lt;li&gt;On the Welcome screen, choose the Custom option.&lt;/li&gt;        &lt;li&gt;On the Installation Center screen, choose Upgrade.&lt;/li&gt;        &lt;li&gt;On the Select Instance screen, select MRC_SQLEXPRESS.&lt;br /&gt;        &lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/21228/21228-4.png" style="width: 400px; height: 352px;" /&gt;&lt;/li&gt;        &lt;li&gt;On the Reporting Services Migration screen, check the box &lt;strong&gt;Uninstall Reporting Services&lt;/strong&gt;. &lt;/li&gt;        &lt;li&gt;Complete the upgrade process.&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;div&gt;&lt;ul&gt;    &lt;li&gt;On Windows Server 2025 the MRC installer cannot be used to install SQL Express. However you can manually install SQL Express 2016 SP3 Advanced before installing MRC, and choose to use the existing installation.    &lt;ul&gt;        &lt;li&gt;Do not select installation of "R Services"&lt;/li&gt;        &lt;li&gt;Remember to select "Mixed Mode" authentication.&lt;/li&gt;        &lt;li&gt;You must also enable TCP connections to the SQL instance, using SQL Configuration Manager.&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;In some cases (where a current release of MailMarshal Array Manager is installed on the same server), the installation of SQL 2022 may report an error on installation of MSOLEDBSQL.&lt;/li&gt;    &lt;ul&gt;        &lt;li&gt;You can safely ignore this error and continue. MailMarshal has already installed a compatible version of MSOLDDBSQL.&lt;/li&gt;        &lt;li&gt;If the error appears in the rules check and you cannot continue:        &lt;ul&gt;            &lt;li&gt;Stop the MailMarshal Array Manager.&lt;/li&gt;            &lt;li&gt;Uninstall the offending version of MSOLEDBSQL.&lt;/li&gt;            &lt;li&gt;Upgrade SQL&lt;/li&gt;            &lt;li&gt;Re-install the version of MSOLEDBSQL. All versions are available for &lt;a href="https://learn.microsoft.com/en-us/sql/connect/oledb/release-notes-for-oledb-driver-for-sql-server?view=sql-server-ver16#previous-releases" target="_blank"&gt;download from Microsoft&lt;/a&gt;.&lt;/li&gt;            &lt;li&gt;Start the Array Manager.&lt;/li&gt;        &lt;/ul&gt;        &lt;/li&gt;    &lt;/ul&gt;&lt;/ul&gt;&lt;/div&gt;</description><pubDate>Thu, 16 Apr 2026 20:42:45 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>Upgrading SQL Reporting Services to SQL 2022</title><link>https://support.levelblue.com/kb/Goto21228.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Marshal Reporting Console&lt;/li&gt;    &lt;li&gt;SQL Server and SSRS 2022&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Can I install MRC with SQL 2022?&lt;/li&gt;    &lt;li&gt;Can I upgrade the MRC SQL and SQL Reporting Services instances to SQL 2022?&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;MRC 2.6 cannot be directly installed with SSRS 2022. However it is possible to upgrade the standalone MRC instances to SQL 2022 and SSRS 2022.&lt;/p&gt;&lt;p&gt;This procedure assumes you have installed MRC using the bundled SQL Express 2016 Advanced installer, and tested operation.&lt;/p&gt;&lt;p&gt;&lt;ul&gt;    &lt;li&gt;This procedure can also be used for a new installation on Windows 2025 (SQL Express 2016 must be manually installed first - see the notes section below).&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;Install &lt;a href="https://www.microsoft.com/en-us/download/details.aspx?id=103440" target="_blank" class="ApplyClass"&gt;SQL 2016 Service Pack 3&lt;/a&gt; for the MRC_SQLEXPRESS instance.  A computer restart will be required after installation.&lt;br /&gt;    &lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/21228/21228-1.png" style="width: 400px; height: 302px;" /&gt;&lt;/li&gt;    &lt;li&gt;From the Start menu, open Reporting Services Configuration Manager.    &lt;ul&gt;        &lt;li&gt;Note the Report Server Database Name (by default, ReportServer$MRC_SQLEXPRESS). If you have used custom credentials, note the settings.&lt;/li&gt;        &lt;li&gt;From the Encryption Keys page, back up the key to a file.&lt;/li&gt;        &lt;li&gt;Exit the Reporting Services Configuration Manager.&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Install &lt;a href="https://www.microsoft.com/en-us/download/details.aspx?id=104502" target="_blank"&gt;Microsoft SQL Server 2022 Reporting Services&lt;/a&gt;.    &lt;ul&gt;        &lt;li&gt;Choose the free edition Express.&lt;br /&gt;        &lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/21228/21228-2.png" style="width: 300px; height: 259px;" /&gt;&lt;/li&gt;        &lt;li&gt;On the Setup Complete screen, click &lt;strong&gt;Configure report server.&lt;/strong&gt;&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;In the Report Server Configuration Manager:    &lt;ul&gt;        &lt;li&gt;On the WebService URL page, click &lt;strong&gt;Apply &lt;/strong&gt;to accept the default values.&lt;/li&gt;        &lt;li&gt;On the Database page, click &lt;strong&gt;Change Database&lt;/strong&gt;. In the wizard,        &lt;ul&gt;            &lt;li&gt;Select &lt;strong&gt;Choose an existing report server database&lt;/strong&gt;.&lt;/li&gt;            &lt;li&gt;On the Database Server page, the Server Name is the local computer name with MRC_SQLEXPRESS. Do not choose "Encrypt".&lt;/li&gt;            &lt;li&gt;On the Database page, select the database you noted in step 2. &lt;br /&gt;            &lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/21228/21228-3.png" style="width: 300px; height: 221px;" /&gt;&lt;/li&gt;            &lt;li&gt;On the Credentials page, if you have not used the default service credentials, enter the credentials you noted in step 2.&lt;/li&gt;            &lt;li&gt;Complete the wizard, click &lt;strong&gt;Finish&lt;/strong&gt;, and exit the wizard.&lt;/li&gt;            &lt;li&gt;On the Encryption Keys page, restore the key from your backup. You will be asked for confirmation to remove other registered servers. Click &lt;strong&gt;OK&lt;/strong&gt; to this question.&lt;/li&gt;            &lt;li&gt;Exit the Reporting Services Configuration Manager.&lt;/li&gt;        &lt;/ul&gt;        &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Upgrade to &lt;a href="https://www.microsoft.com/en-us/download/details.aspx?id=104781" target="_blank"&gt;SQL Server 2022 Express&lt;/a&gt;.    &lt;ul&gt;        &lt;li&gt;On the Welcome screen, choose the Custom option.&lt;/li&gt;        &lt;li&gt;On the Installation Center screen, choose Upgrade.&lt;/li&gt;        &lt;li&gt;On the Select Instance screen, select MRC_SQLEXPRESS.&lt;br /&gt;        &lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/21228/21228-4.png" style="width: 400px; height: 352px;" /&gt;&lt;/li&gt;        &lt;li&gt;On the Reporting Services Migration screen, check the box &lt;strong&gt;Uninstall Reporting Services&lt;/strong&gt;. &lt;/li&gt;        &lt;li&gt;Complete the upgrade process.&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;div&gt;&lt;ul&gt;    &lt;li&gt;On Windows Server 2025 the MRC installer cannot be used to install SQL Express. However you can manually install SQL Express 2016 SP3 Advanced before installing MRC, and choose to use the existing installation.    &lt;ul&gt;        &lt;li&gt;Do not select installation of "R Services"&lt;/li&gt;        &lt;li&gt;Remember to select "Mixed Mode" authentication.&lt;/li&gt;        &lt;li&gt;You must also enable TCP connections to the SQL instance, using SQL Configuration Manager.&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;In some cases (where a current release of MailMarshal Array Manager is installed on the same server), the installation of SQL 2022 may report an error on installation of MSOLEDBSQL.&lt;/li&gt;    &lt;ul&gt;        &lt;li&gt;You can safely ignore this error and continue. MailMarshal has already installed a compatible version of MSOLDDBSQL.&lt;/li&gt;        &lt;li&gt;If the error appears in the rules check and you cannot continue:        &lt;ul&gt;            &lt;li&gt;Stop the MailMarshal Array Manager.&lt;/li&gt;            &lt;li&gt;Uninstall the offending version of MSOLEDBSQL.&lt;/li&gt;            &lt;li&gt;Upgrade SQL&lt;/li&gt;            &lt;li&gt;Re-install the version of MSOLEDBSQL. All versions are available for &lt;a href="https://learn.microsoft.com/en-us/sql/connect/oledb/release-notes-for-oledb-driver-for-sql-server?view=sql-server-ver16#previous-releases" target="_blank"&gt;download from Microsoft&lt;/a&gt;.&lt;/li&gt;            &lt;li&gt;Start the Array Manager.&lt;/li&gt;        &lt;/ul&gt;        &lt;/li&gt;    &lt;/ul&gt;&lt;/ul&gt;&lt;/div&gt;</description><pubDate>Thu, 16 Apr 2026 20:42:45 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>Problem connecting to Report Server</title><link>https://support.levelblue.com/kb/Goto12205.aspx</link><description>&lt;h3&gt;This article applies to:&lt;/h3&gt;&lt;ul&gt;    &lt;li&gt;Marshal Reporting Console &lt;/li&gt;    &lt;li&gt;Configuration of SSRS URL &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Symptoms:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;MRC Configuration Wizard attempting to connect to SQL Reporting Server &lt;/li&gt;    &lt;li&gt;Setting the URL for SQL Server Reporting Services (SSRS) &lt;/li&gt;    &lt;li&gt;Error message: &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;Problem connecting to Report Server - The service might not be running or you might not have access to the URL&lt;/span&gt; &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Causes:&lt;/h2&gt;&lt;p&gt;Each of the following unrelated issues could raise this error message:&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;&lt;strong&gt;Website URL incorrectly entered, site stopped, or site requires login:&lt;/strong&gt; Verify that the SQL Reporting Server website is running at the expected URL and does not require authentication.&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Proxy Settings:&lt;/strong&gt; System proxy settings for the logged on user on the MRC server may be forcing the connection through a proxy that requires authentication.&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Secure Connections:&lt;/strong&gt; SQL Server Reporting Services (SSRS) report server configuration may be configured to require secure connections. If SSL Certificates are available on the server, by default SSRS requires SSL (HTTPS connection). However, SSL is not supported by MRC. &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Resolution:&lt;/h2&gt;&lt;p&gt;To resolve the issues:&lt;/p&gt;&lt;h3&gt;Proxy settings:&lt;/h3&gt;&lt;ol&gt;    &lt;li&gt;On the MRC server, edit system proxy settings (using the Network &amp;amp; Internet &amp;gt; Proxy Control panel). &lt;/li&gt;    &lt;li&gt;Set direct access, or add the SQL Reporting Server (by name) to the exclusions. &lt;/li&gt;&lt;/ol&gt;&lt;h3&gt;Secure Connections:&lt;/h3&gt;&lt;p&gt;Configure SSRS to allow HTTP connections. &lt;/p&gt;&lt;ul&gt;    &lt;li&gt;Edit the &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;RSReportServer.config&lt;/span&gt; file. The following key and value should be present:&lt;br /&gt;    &lt;br /&gt;    &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;&amp;lt;Add Key="SecureConnectionLevel" Value="0" /&amp;gt;&lt;br /&gt;    &lt;br /&gt;    &lt;/span&gt;&lt;/li&gt;    &lt;li&gt;If the value is not 0, change it to 0. &lt;/li&gt;    &lt;li&gt;Save the file and then restart the SQL Server Reporting Services service for the instance. &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;If your network enforces proxy settings through a domain policy or auto-configuration, you may need to exclude the MRC server from the policy. &lt;/li&gt;    &lt;li&gt;If you need to edit &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;RSReportServer.config&lt;/span&gt;,&lt;strong&gt; LevelBlue recommends&lt;/strong&gt; that you use an XML editing program that validates the XML code. You can use XML Notepad (a free tool from Microsoft).    &lt;ul&gt;        &lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=72d6aa49-787d-4118-ba5f-4f30fe913628&amp;amp;displaylang=en" target="_blank"&gt;Download XML Notepad&lt;/a&gt; &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;For more information about &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;RSReportServer.config&lt;/span&gt;, see this &lt;a href="http://msdn.microsoft.com/en-us/library/ms157273.aspx" class="ApplyClass" target="_blank"&gt;Microsoft Technet entry&lt;/a&gt;. &lt;/li&gt;&lt;/ul&gt;&lt;p&gt; &lt;/p&gt;&lt;ul&gt;&lt;/ul&gt;</description><pubDate>Sun, 15 Mar 2026 20:00:10 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>Browser security settings affect Reporting Console function</title><link>https://support.levelblue.com/kb/Goto12090.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Marshal Reporting Console&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Symptoms:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Error messages indicating scripting is not supported &lt;/li&gt;    &lt;li&gt;Buttons or other page controls do not work &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Causes:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Marshal Reporting Console uses active scripting (JavaScript) for browser-based controls &lt;/li&gt;    &lt;li&gt;Internet Explorer (or whatever browser is in use) on the workstation is configured to disallow active scripting &lt;/li&gt;    &lt;li&gt;Browsing from a Windows Server with IE Enhanced Security Configuration enabled can disable scripting &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Resolution:&lt;/h2&gt;&lt;p&gt;To ensure that you can use the Marshal Reporting Console website, set your browser to allow active scripting. &lt;/p&gt;&lt;ul&gt;    &lt;li&gt;Browse from a workstation, not the server. By default Windows Server enables IE Enhanced Security Configuration, which can affect use of active scripting. &lt;/li&gt;    &lt;li&gt;Ensure that the MRC site is in a security zone that allows active scripting, such as the default &lt;strong&gt;Local Intranet&lt;/strong&gt; security zone. &lt;/li&gt;    &lt;li&gt;By default, the Local Intranet zone consists of local domain names in addition to any domains that are specified to bypass the proxy server. For more information about configuring the Local Intranet zone, see the Microsoft document &lt;a href="http://www.microsoft.com/windows/ie/ie6/using/howto/security/setup.mspx" target="_blank"&gt;Setting Up Security Zones&lt;/a&gt;. &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;To set the security level for the Local Intranet zone:&lt;/strong&gt;&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;On the Tools menu of Internet Explorer, select &lt;strong&gt;Security Options&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;Click the Security tab. &lt;/li&gt;    &lt;li&gt;Select&lt;strong&gt; Local intranet.&lt;/strong&gt; &lt;/li&gt;    &lt;li&gt;To apply the defaults, click &lt;strong&gt;Default Level&lt;/strong&gt;. &lt;/li&gt;&lt;/ol&gt;&lt;h2&gt;&lt;/h2&gt;&lt;p&gt; &lt;/p&gt;</description><pubDate>Sun, 15 Mar 2026 19:57:58 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>Setting up automatic logon to MailMarshal Console or MRC</title><link>https://support.levelblue.com/kb/Goto12088.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;MailMarshal Management Console (Windows Authentication)&lt;/li&gt;    &lt;li&gt;Marshal Reporting Console&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;How can users be logged on automatically to Marshal websites? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Background:&lt;/h2&gt;&lt;p&gt;When you set up Marshal user interfaces with Windows Authentication, you may want allowed Windows users to be logged on automatically using their Windows account. By default this should occur. However, in some cases users may be prompted to re-enter the information.&lt;/p&gt;&lt;h2&gt;&lt;/h2&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;To ensure that users are logged in automatically (on Windows systems), configure security settings on each client system.&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;From the Windows Control Panel, select Internet Options.&lt;/li&gt;    &lt;li&gt;Click the Security tab. &lt;/li&gt;    &lt;li&gt;Select&lt;strong&gt; Local intranet.&lt;/strong&gt; &lt;/li&gt;    &lt;li&gt;Click &lt;strong&gt;Sites&lt;/strong&gt;, and add the base URLs of the servers to the list of sites.&lt;/li&gt;    &lt;li&gt;To apply the defaults permissions for the zone, click &lt;strong&gt;Default Level&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;Alternatively, if you want to customize other settings, click &lt;strong&gt;Custom Level&lt;/strong&gt;. Scroll to the end of the list of settings and select &lt;strong&gt;Automatic logon only in Intranet zone.&lt;br /&gt;    &lt;br /&gt;    &lt;img alt="" style="border-width: 0px; border-style: solid; border-color: initial;" src="https://support.levelblue.com/kb/Attachments/1df8b9ca-7151-4f0c-8bce-6bcc.PNG" /&gt;&lt;br /&gt;    &lt;/strong&gt;&lt;/li&gt;    &lt;li&gt;Click&lt;strong&gt; OK&lt;/strong&gt; to apply the settings and exit the options window(s). &lt;/li&gt;    &lt;li&gt;Chrome uses this setting by default. &lt;/li&gt;    &lt;li&gt;For Edge, navigate to Settings &amp;gt; Profiles &amp;gt; Profile preferences and ensure the "Allow single Sign-on" switch is enabled.&lt;/li&gt;&lt;/ol&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;You can also deploy this setting to all users by configuring Windows group policy. &lt;/li&gt;    &lt;li&gt;By default, the Local Intranet zone consists of local domain names in addition to any domains that are specified to bypass the proxy server. &lt;/li&gt;    &lt;li&gt;You can also pass Windows credentials automatically to other zones. However, you should be aware of the security implications of passing this information over the Internet. Also, some proxy servers do not successfully pass this information. &lt;/li&gt;    &lt;li&gt;For Firefox, add sites or domains to the about:config setting &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;network.automatic-ntlm-auth.trusted-uris&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Sun, 15 Mar 2026 19:52:14 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>Additions to Release Notes for Marshal Reporting Console 2.6</title><link>https://support.levelblue.com/kb/Goto21044.aspx</link><description>&lt;span id="ctl00_ctlContentPlaceHolder_ctl00_ctlViewArticle_ctlPanelBar_lblArticleText"&gt;&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Marshal Reporting Console 2.6 &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;What are the Release Notes for Marshal Reporting Console 2.6? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Information:&lt;/h2&gt;&lt;p&gt;The &lt;a href="https://support.levelblue.com/software/Marshal_Reporting_Console/Marshal_Reporting_Console_ReleaseNotes-2.6.0.1469.htm" class="ApplyClass" target="_blank"&gt;Release Notes&lt;/a&gt; included with Marshal Reporting Console 2.6 are accurate as of the date of publication. The latest release of Marshal Reporting Console is &lt;strong&gt;2.6.0.1469, released September 13, 2018&lt;/strong&gt;.&lt;/p&gt;&lt;p&gt;This article provides any additional information generated after that date.&lt;/p&gt;&lt;h3&gt;Supported Operating Systems and SQL versions&lt;/h3&gt;&lt;p&gt;MRC 2.6 can be installed on all Windows Server operating systems up to Server 2025. &lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;The latest SQL Server version supported for installation remains at SQL 2016 with SSRS, or 2016 Express Advanced.&lt;/li&gt;    &lt;li&gt;After installing MRC with SQL 2016 Express Advanced, you can upgrade to SQL 2022. &lt;/li&gt;    &lt;li&gt;On &lt;strong&gt;Windows Server 2025,&lt;/strong&gt; you must first install SQL Express Advanced 2016 SP3 using the installer available from Microsoft.&lt;/li&gt;    &lt;li&gt;See LevelBlue Knowledgebase article &lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle21228.aspx" target="_blank" class="ApplyClass"&gt;Q21228&lt;/a&gt;.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;MRC 2.6 &lt;strong&gt;cannot be installed on Windows 10&lt;/strong&gt; (contrary to any earlier statement). LevelBlue strongly advises against installing MRC on a workstation operating system due to resource allocation factors. &lt;/p&gt;&lt;p&gt;MRC 2.6 can be installed on Windows Server 2008 R2. &lt;strong&gt;However&lt;/strong&gt;, the included SQL Express 2016 &lt;strong&gt;cannot&lt;/strong&gt; be installed on Windows 2008 R2. &lt;/p&gt;&lt;ul&gt;    &lt;li&gt;The minimum Operating System requirement for a new installation of MRC 2.6 with SQL Express 2016 is Windows Server 2012. &lt;/li&gt;    &lt;li&gt;If you must perform a new installation of MRC 2.6 on Windows 2008 R2, pre-install and use SQL Express Advanced Edition 2014 or earlier. &lt;/li&gt;&lt;/ul&gt;&lt;/span&gt;</description><pubDate>Wed, 04 Mar 2026 19:37:41 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>How to use the Support Tool for SEG, ECM, WebMarshal or MRC</title><link>https://support.levelblue.com/kb/Goto15024.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;MailMarshal (SEG) &lt;/li&gt;    &lt;li&gt;MailMarshal ECM (MailMarshal Exchange) &lt;/li&gt;    &lt;li&gt;WebMarshal &lt;/li&gt;    &lt;li&gt;Marshal Reporting Console &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;How do I use the Support Tool? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Information:&lt;/h2&gt;&lt;p&gt;The Marshal support tool has been developed to help the LevelBlue Technical Support team gather information about installed software and configuration. The tool produces a single .zip file that contains essential information to help the support team debug specific issues. &lt;/p&gt;&lt;p&gt;The tool can gather information about supported versions of the following products:&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;MailMarshal SEG (MailMarshal SMTP) &lt;/li&gt;    &lt;li&gt;MailMarshal  ECM (MailMarshal Exchange) &lt;/li&gt;    &lt;li&gt;WebMarshal &lt;/li&gt;    &lt;li&gt;Marshal Reporting Console &lt;/li&gt;    &lt;li&gt;Marshal virus scanners (Bitdefender for Marshal, McAfee for Marshal, and Sophos for Marshal) &lt;/li&gt;    &lt;li&gt;Web Components &lt;/li&gt;    &lt;li&gt;IIS &lt;/li&gt;&lt;/ul&gt;&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; For the MailMarshal SPE (Service Provider Edition) Support Tool, see &lt;a href="https://support.levelblue.com/kb/article.aspx?id=15019" class="ApplyClass" target="_blank"&gt;Q15019&lt;/a&gt;. &lt;/p&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;h3&gt;Installation&lt;/h3&gt;&lt;/div&gt;&lt;p&gt;&lt;span id="ctl00_ctlContentPlaceHolder_ctl00_ctlViewArticle_ctlPanelBar_lblArticleText"&gt;In most cases you will find a copy of the tool in the install folder of the base product (MailMarshal,ECM, or WebMarshal). &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;Otherwise, download the support tool from &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;&lt;a href="https://www.marshal.com/supporttool/download" class="ApplyClass"&gt;https://www.marshal.com/supporttool/download&lt;/a&gt; &lt;/span&gt;&lt;/span&gt;(right click, save as. You may see a security warning). The tool will also attempt to update itself automatically, as noted below.&lt;br /&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;The current version of the tool (1.14 and above) is packaged with .NET runtimes and does not have any software prerequisites.&lt;strong&gt; &lt;/strong&gt;    &lt;ul&gt;    &lt;/ul&gt;        &lt;/li&gt;    &lt;/ul&gt;    &lt;h3&gt;Using the tool&lt;/h3&gt;    &lt;ul&gt;&lt;/ul&gt;        &lt;p&gt;&lt;em&gt;Repeat the following steps on &lt;span style="text-decoration: underline;"&gt;each server&lt;/span&gt; of interest,&lt;/em&gt; as directed by Technical Support.&lt;/p&gt;        &lt;ol&gt;            &lt;li&gt;If necessary, downloaad or copy the tool to the server. &lt;/li&gt;            &lt;li&gt;Double click to run the tool.            &lt;ul&gt;                &lt;li&gt;&lt;strong&gt;Note: &lt;/strong&gt;On startup, the tool checks for updates to functionality. This feature requires access to the URL &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;http://www.marshal.com/supporttool/download&lt;/span&gt; &lt;/li&gt;                &lt;li&gt;If the tool cannot connect, it raises a warning. &lt;/li&gt;                &lt;li&gt;&lt;em&gt;If necessary, retrieve the latest version manually as described above.&lt;/em&gt; &lt;/li&gt;            &lt;/ul&gt;            &lt;/li&gt;            &lt;li&gt;The main window of the tool appears as shown below. The fields and selections differ depending on the installed software.&lt;br /&gt;            &lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/15024/15024-1.png" style="width: 600px; height: 399px;" /&gt;&lt;br /&gt;            &lt;div style="width: 640px; overflow-x: auto;"&gt;&lt;br /&gt;            &lt;/div&gt;            &lt;/li&gt;            &lt;li&gt;Select the items to include, as directed. Clear the selections for items you do not want to include. See below for explanations of each selection. &lt;/li&gt;            &lt;li&gt;Choose an output directory. &lt;/li&gt;            &lt;li&gt;Enter a support case number. &lt;/li&gt;            &lt;li&gt;, Click &lt;strong&gt;GO&lt;/strong&gt; to run the tool. The tool gathers data into a folder, and then creates a single compressed file.            &lt;ul&gt;                &lt;li&gt;&lt;strong&gt;NOTE:&lt;/strong&gt; This tool can require significant disk space, particularly if you include multiple dump files. In rare cases it could consume all available space. If not enough space is present, the tool raises a warning: &lt;em&gt;Not enough free space available to package into zip file.&lt;/em&gt; &lt;/li&gt;            &lt;/ul&gt;            &lt;/li&gt;            &lt;li&gt;The status bar at the bottom of the window shows the progress. You can cancel the process if necessary. &lt;/li&gt;            &lt;li&gt;When the tool is finished, click &lt;strong&gt;Close&lt;/strong&gt; to exit. &lt;/li&gt;            &lt;li&gt;Upload the file to LevelBlue as directed by Technical Support.            &lt;ul&gt;                &lt;li&gt;&lt;strong&gt;Note: &lt;/strong&gt;Wait for the tool to create the zip file. (The tool creates a temporary folder and then zips the content. &lt;em&gt;Do not zip the folder manually&lt;/em&gt; - it will not contain all required items.) &lt;/li&gt;            &lt;/ul&gt;            &lt;/li&gt;        &lt;/ol&gt;        &lt;h3 style="margin-right: 0px;"&gt;The fields on the window are defined as follows:&lt;/h3&gt;        &lt;h4 style="margin-right: 0px;"&gt;&lt;/h4&gt;        &lt;dl&gt;            &lt;dt&gt;Installed Components &lt;/dt&gt;            &lt;dd&gt;Shows the related software that is installed on this computer. Select the components for which you want to include detailed information such as logs and configuration details. &lt;br /&gt;            &lt;ul&gt;                &lt;li&gt;Installation logs (if any) are gathered for all selected components regardless of other selections. &lt;/li&gt;            &lt;/ul&gt;            &lt;/dd&gt;        &lt;/dl&gt;        &lt;h4 style="margin-right: 0px;"&gt;Items to gather&lt;/h4&gt;        &lt;dl&gt;            &lt;dt&gt;System Information &lt;/dt&gt;            &lt;dd&gt;Includes a listing of the system hardware and operating system information. &lt;/dd&gt;            &lt;dt&gt;Current process details &lt;/dt&gt;            &lt;dd&gt;Includes a listing of processes running on the server. &lt;/dd&gt;            &lt;dt&gt;Configuration details &lt;/dt&gt;            &lt;dd&gt;Includes the XML or text files that define configuration of the selected software. &lt;/dd&gt;            &lt;dt&gt;Marshal Registry &lt;/dt&gt;            &lt;dd&gt;Includes a copy of the registry hive for all components that are present on the server. &lt;/dd&gt;            &lt;dt&gt;Marshal install directory listings &lt;/dt&gt;            &lt;dd&gt;Includes file and version information for files in the installation directories of all selected components.&lt;br /&gt;            &lt;ul&gt;                &lt;li&gt;For MailMarshal, optionally select &lt;strong&gt;Include Quarantine directory listing&lt;/strong&gt; to list all messages in quarantine and archive (&lt;em&gt;only if required&lt;/em&gt;, as the file will be much larger and take longer to generate) &lt;/li&gt;            &lt;/ul&gt;            &lt;/dd&gt;            &lt;dt&gt;Event logs &lt;/dt&gt;            &lt;dd&gt;Includes Windows Event Log information. If you include the event logs, choose to include Application and/or System logs by checking the boxes. &lt;/dd&gt;            &lt;dt&gt;Gather specific message &lt;/dt&gt;            &lt;dd&gt;Attempts to include one or more mail message or Sent History files. Enter the first few characters of the message name (for example &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;B89f00&lt;/span&gt;). This option is only available when running the tool on a MailMarshal processing node. &lt;/dd&gt;            &lt;dt&gt;Log files &lt;/dt&gt;            &lt;dd&gt;Includes the text log files generated by the selected components. By default the last 5 days of logs are included. Use the menus to select the range of dates to include. &lt;/dd&gt;            &lt;dt&gt;&lt;strong&gt;Marshal Crash Dumps&lt;/strong&gt; &lt;/dt&gt;            &lt;dd&gt;Includes one or more types of diagnostic information. Shows the number of each type that are available. &lt;br /&gt;            Select the number of each type to include. The default is 1 of each available type. The most recent available are included.&lt;br /&gt;            &lt;br /&gt;            &lt;dl&gt;                &lt;dt&gt;Most recent Marshal crash dumps &lt;/dt&gt;                &lt;dd&gt;Includes &lt;code&gt;.mdmp&lt;/code&gt; files created by the selected components when recovering from an error. &lt;/dd&gt;                &lt;dt&gt;Most recent WER crash dumps &lt;/dt&gt;                &lt;dd&gt;Includes the Windows Error Reporting data from the recent issues. &lt;/dd&gt;                &lt;dt&gt;Most recent potentially fatal messages &lt;/dt&gt;                &lt;dd&gt;Includes email message files that are marked as suspect because they were being processed at the time of a crash. &lt;/dd&gt;            &lt;/dl&gt;            &lt;/dd&gt;        &lt;/dl&gt;        &lt;h4&gt;Output&lt;/h4&gt;        &lt;dl&gt;            &lt;dt&gt;&lt;strong&gt;Output Directory&lt;/strong&gt; &lt;/dt&gt;            &lt;dd&gt;Enter the location where the compressed file should be created. The default location is the desktop. Click &lt;strong&gt;[...]&lt;/strong&gt; to browse the local computer.&lt;br /&gt;            &lt;/dd&gt;            &lt;dt&gt;&lt;strong&gt;Support case number&lt;/strong&gt; &lt;/dt&gt;            &lt;dd&gt;Enter the case number as provided by Technical Support. &lt;/dd&gt;        &lt;/dl&gt;        &lt;p&gt;&lt;strong&gt;Version:&lt;/strong&gt; The installed version of the Support tool.&lt;/p&gt;        &lt;h2&gt;Notes:&lt;/h2&gt;        &lt;ul&gt;            &lt;li&gt;This tool simply gathers existing information from the system and logs.            &lt;ul&gt;                &lt;li&gt;There is no need to restart any services before or after running the tool (unless specifically requested by Technical Support). &lt;/li&gt;                &lt;li&gt;The tool does not affect any running services and it does not require any downtime. &lt;/li&gt;            &lt;/ul&gt;            &lt;/li&gt;            &lt;li&gt;The tool runs as Administrator to ensure full access on servers where UAC is enabled. &lt;/li&gt;            &lt;li&gt;Although this tool is able to gather information from MailMarshal SMTP/SEG and WebMarshal versions from version 6.0, many older versions are no longer supported. Technical Support may ask you to upgrade to a supported version as a first step to resolve any issues. For a list of supported versions of products, see LevelBlue Knowledgebase article &lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle10920.aspx" class="ApplyClass" target="_blank"&gt;Q10920&lt;/a&gt;. &lt;/li&gt;            &lt;li&gt;The current version of the tool does not offer automatic upload. Support will provide instructions to upload to the LevelBlue Portal. &lt;/li&gt;        &lt;/ul&gt;</description><pubDate>Mon, 13 Oct 2025 01:44:36 GMT</pubDate><dc:creator>Charles Creegan</dc:creator></item><item><title>How to use the Support Tool for SEG, ECM, WebMarshal or MRC</title><link>https://support.levelblue.com/kb/Goto15024.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;MailMarshal (SEG) &lt;/li&gt;    &lt;li&gt;MailMarshal ECM (MailMarshal Exchange) &lt;/li&gt;    &lt;li&gt;WebMarshal &lt;/li&gt;    &lt;li&gt;Marshal Reporting Console &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;How do I use the Support Tool? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Information:&lt;/h2&gt;&lt;p&gt;The Marshal support tool has been developed to help the LevelBlue Technical Support team gather information about installed software and configuration. The tool produces a single .zip file that contains essential information to help the support team debug specific issues. &lt;/p&gt;&lt;p&gt;The tool can gather information about supported versions of the following products:&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;MailMarshal SEG (MailMarshal SMTP) &lt;/li&gt;    &lt;li&gt;MailMarshal  ECM (MailMarshal Exchange) &lt;/li&gt;    &lt;li&gt;WebMarshal &lt;/li&gt;    &lt;li&gt;Marshal Reporting Console &lt;/li&gt;    &lt;li&gt;Marshal virus scanners (Bitdefender for Marshal, McAfee for Marshal, and Sophos for Marshal) &lt;/li&gt;    &lt;li&gt;Web Components &lt;/li&gt;    &lt;li&gt;IIS &lt;/li&gt;&lt;/ul&gt;&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; For the MailMarshal SPE (Service Provider Edition) Support Tool, see &lt;a href="https://support.levelblue.com/kb/article.aspx?id=15019" class="ApplyClass" target="_blank"&gt;Q15019&lt;/a&gt;. &lt;/p&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;h3&gt;Installation&lt;/h3&gt;&lt;/div&gt;&lt;p&gt;&lt;span id="ctl00_ctlContentPlaceHolder_ctl00_ctlViewArticle_ctlPanelBar_lblArticleText"&gt;In most cases you will find a copy of the tool in the install folder of the base product (MailMarshal,ECM, or WebMarshal). &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;Otherwise, download the support tool from &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;&lt;a href="https://www.marshal.com/supporttool/download" class="ApplyClass"&gt;https://www.marshal.com/supporttool/download&lt;/a&gt; &lt;/span&gt;&lt;/span&gt;(right click, save as. You may see a security warning). The tool will also attempt to update itself automatically, as noted below.&lt;br /&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;The current version of the tool (1.14 and above) is packaged with .NET runtimes and does not have any software prerequisites.&lt;strong&gt; &lt;/strong&gt;    &lt;ul&gt;    &lt;/ul&gt;        &lt;/li&gt;    &lt;/ul&gt;    &lt;h3&gt;Using the tool&lt;/h3&gt;    &lt;ul&gt;&lt;/ul&gt;        &lt;p&gt;&lt;em&gt;Repeat the following steps on &lt;span style="text-decoration: underline;"&gt;each server&lt;/span&gt; of interest,&lt;/em&gt; as directed by Technical Support.&lt;/p&gt;        &lt;ol&gt;            &lt;li&gt;If necessary, downloaad or copy the tool to the server. &lt;/li&gt;            &lt;li&gt;Double click to run the tool.            &lt;ul&gt;                &lt;li&gt;&lt;strong&gt;Note: &lt;/strong&gt;On startup, the tool checks for updates to functionality. This feature requires access to the URL &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;http://www.marshal.com/supporttool/download&lt;/span&gt; &lt;/li&gt;                &lt;li&gt;If the tool cannot connect, it raises a warning. &lt;/li&gt;                &lt;li&gt;&lt;em&gt;If necessary, retrieve the latest version manually as described above.&lt;/em&gt; &lt;/li&gt;            &lt;/ul&gt;            &lt;/li&gt;            &lt;li&gt;The main window of the tool appears as shown below. The fields and selections differ depending on the installed software.&lt;br /&gt;            &lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/15024/15024-1.png" style="width: 600px; height: 399px;" /&gt;&lt;br /&gt;            &lt;div style="width: 640px; overflow-x: auto;"&gt;&lt;br /&gt;            &lt;/div&gt;            &lt;/li&gt;            &lt;li&gt;Select the items to include, as directed. Clear the selections for items you do not want to include. See below for explanations of each selection. &lt;/li&gt;            &lt;li&gt;Choose an output directory. &lt;/li&gt;            &lt;li&gt;Enter a support case number. &lt;/li&gt;            &lt;li&gt;, Click &lt;strong&gt;GO&lt;/strong&gt; to run the tool. The tool gathers data into a folder, and then creates a single compressed file.            &lt;ul&gt;                &lt;li&gt;&lt;strong&gt;NOTE:&lt;/strong&gt; This tool can require significant disk space, particularly if you include multiple dump files. In rare cases it could consume all available space. If not enough space is present, the tool raises a warning: &lt;em&gt;Not enough free space available to package into zip file.&lt;/em&gt; &lt;/li&gt;            &lt;/ul&gt;            &lt;/li&gt;            &lt;li&gt;The status bar at the bottom of the window shows the progress. You can cancel the process if necessary. &lt;/li&gt;            &lt;li&gt;When the tool is finished, click &lt;strong&gt;Close&lt;/strong&gt; to exit. &lt;/li&gt;            &lt;li&gt;Upload the file to LevelBlue as directed by Technical Support.            &lt;ul&gt;                &lt;li&gt;&lt;strong&gt;Note: &lt;/strong&gt;Wait for the tool to create the zip file. (The tool creates a temporary folder and then zips the content. &lt;em&gt;Do not zip the folder manually&lt;/em&gt; - it will not contain all required items.) &lt;/li&gt;            &lt;/ul&gt;            &lt;/li&gt;        &lt;/ol&gt;        &lt;h3 style="margin-right: 0px;"&gt;The fields on the window are defined as follows:&lt;/h3&gt;        &lt;h4 style="margin-right: 0px;"&gt;&lt;/h4&gt;        &lt;dl&gt;            &lt;dt&gt;Installed Components &lt;/dt&gt;            &lt;dd&gt;Shows the related software that is installed on this computer. Select the components for which you want to include detailed information such as logs and configuration details. &lt;br /&gt;            &lt;ul&gt;                &lt;li&gt;Installation logs (if any) are gathered for all selected components regardless of other selections. &lt;/li&gt;            &lt;/ul&gt;            &lt;/dd&gt;        &lt;/dl&gt;        &lt;h4 style="margin-right: 0px;"&gt;Items to gather&lt;/h4&gt;        &lt;dl&gt;            &lt;dt&gt;System Information &lt;/dt&gt;            &lt;dd&gt;Includes a listing of the system hardware and operating system information. &lt;/dd&gt;            &lt;dt&gt;Current process details &lt;/dt&gt;            &lt;dd&gt;Includes a listing of processes running on the server. &lt;/dd&gt;            &lt;dt&gt;Configuration details &lt;/dt&gt;            &lt;dd&gt;Includes the XML or text files that define configuration of the selected software. &lt;/dd&gt;            &lt;dt&gt;Marshal Registry &lt;/dt&gt;            &lt;dd&gt;Includes a copy of the registry hive for all components that are present on the server. &lt;/dd&gt;            &lt;dt&gt;Marshal install directory listings &lt;/dt&gt;            &lt;dd&gt;Includes file and version information for files in the installation directories of all selected components.&lt;br /&gt;            &lt;ul&gt;                &lt;li&gt;For MailMarshal, optionally select &lt;strong&gt;Include Quarantine directory listing&lt;/strong&gt; to list all messages in quarantine and archive (&lt;em&gt;only if required&lt;/em&gt;, as the file will be much larger and take longer to generate) &lt;/li&gt;            &lt;/ul&gt;            &lt;/dd&gt;            &lt;dt&gt;Event logs &lt;/dt&gt;            &lt;dd&gt;Includes Windows Event Log information. If you include the event logs, choose to include Application and/or System logs by checking the boxes. &lt;/dd&gt;            &lt;dt&gt;Gather specific message &lt;/dt&gt;            &lt;dd&gt;Attempts to include one or more mail message or Sent History files. Enter the first few characters of the message name (for example &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;B89f00&lt;/span&gt;). This option is only available when running the tool on a MailMarshal processing node. &lt;/dd&gt;            &lt;dt&gt;Log files &lt;/dt&gt;            &lt;dd&gt;Includes the text log files generated by the selected components. By default the last 5 days of logs are included. Use the menus to select the range of dates to include. &lt;/dd&gt;            &lt;dt&gt;&lt;strong&gt;Marshal Crash Dumps&lt;/strong&gt; &lt;/dt&gt;            &lt;dd&gt;Includes one or more types of diagnostic information. Shows the number of each type that are available. &lt;br /&gt;            Select the number of each type to include. The default is 1 of each available type. The most recent available are included.&lt;br /&gt;            &lt;br /&gt;            &lt;dl&gt;                &lt;dt&gt;Most recent Marshal crash dumps &lt;/dt&gt;                &lt;dd&gt;Includes &lt;code&gt;.mdmp&lt;/code&gt; files created by the selected components when recovering from an error. &lt;/dd&gt;                &lt;dt&gt;Most recent WER crash dumps &lt;/dt&gt;                &lt;dd&gt;Includes the Windows Error Reporting data from the recent issues. &lt;/dd&gt;                &lt;dt&gt;Most recent potentially fatal messages &lt;/dt&gt;                &lt;dd&gt;Includes email message files that are marked as suspect because they were being processed at the time of a crash. &lt;/dd&gt;            &lt;/dl&gt;            &lt;/dd&gt;        &lt;/dl&gt;        &lt;h4&gt;Output&lt;/h4&gt;        &lt;dl&gt;            &lt;dt&gt;&lt;strong&gt;Output Directory&lt;/strong&gt; &lt;/dt&gt;            &lt;dd&gt;Enter the location where the compressed file should be created. The default location is the desktop. Click &lt;strong&gt;[...]&lt;/strong&gt; to browse the local computer.&lt;br /&gt;            &lt;/dd&gt;            &lt;dt&gt;&lt;strong&gt;Support case number&lt;/strong&gt; &lt;/dt&gt;            &lt;dd&gt;Enter the case number as provided by Technical Support. &lt;/dd&gt;        &lt;/dl&gt;        &lt;p&gt;&lt;strong&gt;Version:&lt;/strong&gt; The installed version of the Support tool.&lt;/p&gt;        &lt;h2&gt;Notes:&lt;/h2&gt;        &lt;ul&gt;            &lt;li&gt;This tool simply gathers existing information from the system and logs.            &lt;ul&gt;                &lt;li&gt;There is no need to restart any services before or after running the tool (unless specifically requested by Technical Support). &lt;/li&gt;                &lt;li&gt;The tool does not affect any running services and it does not require any downtime. &lt;/li&gt;            &lt;/ul&gt;            &lt;/li&gt;            &lt;li&gt;The tool runs as Administrator to ensure full access on servers where UAC is enabled. &lt;/li&gt;            &lt;li&gt;Although this tool is able to gather information from MailMarshal SMTP/SEG and WebMarshal versions from version 6.0, many older versions are no longer supported. Technical Support may ask you to upgrade to a supported version as a first step to resolve any issues. For a list of supported versions of products, see LevelBlue Knowledgebase article &lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle10920.aspx" class="ApplyClass" target="_blank"&gt;Q10920&lt;/a&gt;. &lt;/li&gt;            &lt;li&gt;The current version of the tool does not offer automatic upload. Support will provide instructions to upload to the LevelBlue Portal. &lt;/li&gt;        &lt;/ul&gt;</description><pubDate>Mon, 13 Oct 2025 01:44:36 GMT</pubDate><dc:creator>Charles Creegan</dc:creator></item><item><title>What versions of Marshal Anti-Virus and reporting solutions are currently supported by LevelBlue Technical Support? </title><link>https://support.levelblue.com/kb/Goto20964.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Bitdefender for Marshal &lt;/li&gt;    &lt;li&gt;Kaspersky for Marshal &lt;/li&gt;    &lt;li&gt;McAfee for Marshal &lt;/li&gt;    &lt;li&gt;Sophos for Marshal &lt;/li&gt;    &lt;li&gt;Marshal Reporting Console &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;What versions of Anti-Virus for Marshal plug-ins are currently supported by LevelBlue Technical Support? &lt;/li&gt;    &lt;li&gt;What versions of Marshal Reporting Console are currently supported by LevelBlue Technical Support? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Information:&lt;/h2&gt;&lt;p&gt;The following tables show the currently supported versions, planned dates of termination of support, and support end dates for discontinued versions.&lt;/p&gt;&lt;blockquote style="margin-right: 0px;" dir="ltr"&gt;&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; In this article "supported" refers to full product support as defined in LevelBlue support policy for the Marshal Product Line. &lt;/p&gt;&lt;ul&gt;    &lt;li&gt;For "discontinued" versions, LevelBlue can often provide advice to help customers resolve issues. However, LevelBlue may recommend upgrade to a later version of the software. &lt;/li&gt;    &lt;li&gt;If a reported problem requires remedial development work, LevelBlue will usually provide a fix only for the latest product version. &lt;/li&gt;    &lt;li&gt;Upgrades to the current versions of these products are always free of charge to customers with a current maintenance contract. &lt;/li&gt;&lt;/ul&gt;&lt;/blockquote&gt;&lt;p dir="ltr"&gt;&lt;strong&gt;All versions earlier than those listed are discontinued.&lt;/strong&gt; &lt;/p&gt;&lt;h3&gt;Bitdefender for Marshal&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;Notes:&lt;/strong&gt; &lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;The URL for Bitdefender signature updates changed as of March, 2022. Only version 1.2.0 can access the new update URL.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;blockquote style="margin-right: 0px;" dir="ltr"&gt;&lt;p dir="ltr"&gt;&lt;table cellspacing="0" cellpadding="0" width="400" border="1"&gt;    &lt;tbody&gt;        &lt;tr style="background-color: silver;"&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt; Software Version &lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt; Release Date &lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="text-align: center;"&gt;&lt;strong&gt;Support Status &lt;/strong&gt;&lt;/td&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt; Discontinued Date &lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;1.2.0.1680&lt;br /&gt;            (64 bit only)&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;August 3, 2021&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt;Active&lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;1.1.2.1623&lt;br /&gt;            (64 bit only)&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;August 22, 2019&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt; Discontinued&lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;March 20, 2022&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;1.1.1.1564&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;November 9, 2017&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt; Discontinued&lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;March 20, 2022&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;h3&gt;Kaspersky for Marshal&lt;/h3&gt;&lt;div&gt;&lt;ul&gt;    &lt;li&gt;&lt;span style="color: #ff0000;"&gt;&lt;strong&gt;END OF LIFE &lt;strong&gt;November 22, 2023&lt;/strong&gt;: &lt;/strong&gt;Kaspersky for Marshal is no longer sold or supported. The embedded license key has expired. This plugin cannot be initialized. Attempting to use it will cause the MailMarshal or WebMarshal product engines to stop. &lt;/span&gt;&lt;/li&gt;    &lt;li&gt;Note that Sophos for Marshal is included in all subscriptions for MailMarshal and WebMarshal. For customers who desire a second virus scanner, the recommended option going forward is Bitdefender for Marshal.    &lt;ul&gt;        &lt;li&gt;Customers with contracts for Kaspersky for Marshal extending beyond November are entitled to use Bitdefender for Marshal for the balance of the contract term. Contact your sales representative for assistance&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;h3&gt;McAfee for Marshal&lt;/h3&gt;&lt;blockquote style="margin-right: 0px;" dir="ltr"&gt;&lt;p dir="ltr"&gt;&lt;table cellspacing="0" cellpadding="0" width="400" border="1"&gt;    &lt;tbody&gt;        &lt;tr style="background-color: silver;"&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;Software Version&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;Release Date&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td&gt;&lt;strong style="text-align: center;"&gt;Support Status &lt;/strong&gt;&lt;/td&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;Discontinued Date&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;6.1.2.1564&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;November 9, 2017&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt; Active&lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #ff0000;"&gt;&lt;strong&gt;Note:&lt;/strong&gt;&lt;/span&gt; New McAfee Engine updates will not be provided for 32 bit versions (except to support ECM). Customers MUST use a 64 bit version of MailMarshal or WebMarshal to receive the latest Engine versions that have continuing support from McAfee.&lt;a name="sfm"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;h3&gt;Sophos for Marshal&lt;/h3&gt;&lt;blockquote style="margin-right: 0px;" dir="ltr"&gt;&lt;p dir="ltr"&gt;&lt;table cellspacing="0" cellpadding="0" width="400" border="1"&gt;    &lt;tbody&gt;        &lt;tr style="background-color: silver;"&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;Software Version&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt; Release Date&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td&gt;&lt;strong style="text-align: center;"&gt;Support Status&lt;/strong&gt;&lt;/td&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;Discontinued Date&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;1.1.5.1710&lt;br /&gt;            (64 bit only)&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;March 15, 2022&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt; Active&lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;1.1.4.1679&lt;br /&gt;            (64 bit only)&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;August 3, 2021&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt; Discontinued&lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;September 1, 2022&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;1.1.3.1637&lt;br /&gt;            (64 bit only)&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;November 3, 2020&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt; Discontinued&lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;September 1, 2022&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;1.1.2.1564&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;November 9, 2017&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt; Discontinued&lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;March 22, 2022&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #ff0000;"&gt;&lt;strong&gt;Note:&lt;/strong&gt;&lt;/span&gt; Release 1.1.5 includes significant updates for stability and performance. Customers are very strongly urged to upgrade.&lt;/p&gt;&lt;/blockquote&gt;&lt;h3&gt;Marshal Reporting Console &lt;/h3&gt;&lt;p&gt;&lt;em&gt;(previously known as MailMarshal Reporting Console)&lt;/em&gt;&lt;/p&gt;&lt;blockquote style="margin-right: 0px;" dir="ltr"&gt;&lt;p dir="ltr"&gt;&lt;table cellspacing="0" cellpadding="0" width="400" border="1"&gt;    &lt;tbody&gt;        &lt;tr style="background-color: silver;"&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;Software Version&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;Release Date&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td&gt;&lt;strong style="text-align: center;"&gt;Support Status&lt;/strong&gt;&lt;/td&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;Discontinued Date&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;2.6.0.1469&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;September 13, 2018&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt; Active&lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;2.5.4.1263&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;December 5, 2013&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt; Discontinued&lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;September 1, 2022&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;a name="wm"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;h2&gt;Note:&lt;/h2&gt;&lt;p dir="ltr"&gt;Counterspy for Marshal and PestPatrol for Marshal have been discontinued. Signature updates for these scanners are no longer available.&lt;/p&gt;</description><pubDate>Sun, 26 Nov 2023 18:14:08 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>What versions of Marshal Security products are currently supported by LevelBlue Technical Support?</title><link>https://support.levelblue.com/kb/Goto10920.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;MailMarshal (SEG) &lt;/li&gt;    &lt;li&gt;MailMarshal ECM/MailMarshal Exchange &lt;/li&gt;    &lt;li&gt;MailMarshal SPE &lt;/li&gt;    &lt;li&gt;MailMarshal SES &lt;/li&gt;    &lt;li&gt;Marshal Reporting Console &lt;/li&gt;    &lt;li&gt;WebMarshal &lt;/li&gt;    &lt;li&gt;Bitdefender for Marshal&lt;/li&gt;    &lt;li&gt;McAfee for Marshal &lt;/li&gt;    &lt;li&gt;Sophos for Marshal &lt;/li&gt;    &lt;li&gt;Other Products    &lt;ul&gt;        &lt;li&gt;MailMarshal Appliance e10000 &lt;/li&gt;        &lt;li&gt;MailMarshal Management Pack for MOM &lt;/li&gt;        &lt;li&gt;MailMarshal Management Pack for SCOM &lt;/li&gt;        &lt;li&gt;Marshal EndPoint Security &lt;/li&gt;        &lt;li&gt;Security Reporting Center &lt;/li&gt;        &lt;li&gt;Firewall Suite &lt;/li&gt;        &lt;li&gt;imMarshal for MSN &lt;/li&gt;        &lt;li&gt;Counterspy for Marshal &lt;/li&gt;        &lt;li&gt;Kaspersky for Marshal&lt;/li&gt;        &lt;li&gt;PestPatrol for Marshal &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;p&gt;What versions of Content Security (Marshal) products are currently supported by LevelBlue Technical Support? &lt;/p&gt;&lt;h2&gt;Information:&lt;/h2&gt;&lt;p&gt;For full details about supported versions of current products, see the articles linked below:&lt;/p&gt;&lt;a name="seg"&gt;&lt;/a&gt;&lt;blockquote style="margin-right: 0px;" dir="ltr"&gt;&lt;/blockquote&gt;&lt;h3&gt;Premises Email Security&lt;/h3&gt;&lt;ul&gt;    &lt;li&gt;&lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle20961.aspx" class="ApplyClass" target="_blank"&gt;Article Q20961&lt;/a&gt; covers the following products:    &lt;ul&gt;        &lt;li&gt;MailMarshal (SEG) &lt;/li&gt;        &lt;li&gt;MailMarshal ECM/MailMarshal Exchange &lt;/li&gt;        &lt;li&gt;Secure Email Server (SES) &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Web Content Security&lt;/h3&gt;&lt;ul&gt;    &lt;li&gt;&lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle20962.aspx" class="ApplyClass" target="_blank"&gt;Article Q20962&lt;/a&gt; covers WebMarshal. &lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Service Provider Email Security&lt;/h3&gt;&lt;ul&gt;    &lt;li&gt;&lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle20963.aspx" class="ApplyClass" target="_blank"&gt;Article Q20963&lt;/a&gt; covers MailMarshal SPE. &lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Anti-Virus and Reporting&lt;/h3&gt;&lt;ul&gt;    &lt;li&gt;&lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle20964.aspx" class="ApplyClass" target="_blank"&gt;Article Q20964&lt;/a&gt; covers the following products:    &lt;ul&gt;        &lt;li&gt;Bitdefender for Marshal&lt;/li&gt;        &lt;li&gt;McAfee for Marshal &lt;/li&gt;        &lt;li&gt;Sophos for Marshal &lt;/li&gt;        &lt;li&gt;Marshal Reporting Console&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;&lt;/ul&gt;&lt;hr /&gt;&lt;h3&gt;Deprecated and Discontinued Products&lt;/h3&gt;&lt;dl&gt;    &lt;dt&gt;e10000 (MailMarshal Node Appliance)&lt;/dt&gt;    &lt;dd&gt;End of support: March 31, 2011&lt;/dd&gt;    &lt;dt&gt;EndPoint Security&lt;/dt&gt;    &lt;dd&gt;    End of support: May 1, 2013&lt;/dd&gt;    &lt;dt&gt;MailMarshal Management Pack for MOM&lt;/dt&gt;    &lt;dd&gt;End of support: May 1, 2013&lt;/dd&gt;    &lt;dt&gt;MailMarshal Management Pack for SCOM&lt;/dt&gt;    &lt;dd&gt;End of support: May 1, 2013&lt;/dd&gt;    &lt;dt&gt;Security Reporting Center (Windows Version)&lt;/dt&gt;    &lt;dd&gt;End of support: December 31, 2009&lt;/dd&gt;    &lt;dt&gt;Security Reporting Center (Solaris Version)&lt;/dt&gt;    &lt;dd&gt;Withdrawn&lt;/dd&gt;    &lt;dt&gt;Firewall Suite&lt;/dt&gt;    &lt;dd&gt;Withdrawn&lt;/dd&gt;    &lt;dt&gt;imMarshal for MSN&lt;/dt&gt;    &lt;dd&gt;Withdrawn&lt;/dd&gt;    &lt;dt&gt;Counterspy for Marshal&lt;/dt&gt;    &lt;dd&gt;End of support: January 1, 2014&lt;/dd&gt;    &lt;dt&gt;Kaspersky for Marshal&lt;/dt&gt;    &lt;dd&gt;End of support: November 22, 2023&lt;/dd&gt;    &lt;dt&gt;PestPatrol for Marshal&lt;/dt&gt;    &lt;dd&gt;End of support: January 1, 2014&lt;/dd&gt;    &lt;dt&gt;&lt;br /&gt;    &lt;/dt&gt;&lt;/dl&gt;&lt;dl&gt;&lt;em&gt;    &lt;dt&gt;This article was previously published as: &lt;/dt&gt;    &lt;dd&gt;NETIQKB33882 &lt;/dd&gt;    &lt;/em&gt;&lt;/dl&gt;</description><pubDate>Sun, 26 Nov 2023 18:02:27 GMT</pubDate><dc:creator>Charles Creegan</dc:creator></item><item><title>Best practices to secure product related websites</title><link>https://support.levelblue.com/kb/Goto19998.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;MailMarshal (SEG) &lt;/li&gt;    &lt;li&gt;MailMarshal ECM/MailMarshal Exchange &lt;/li&gt;    &lt;li&gt;SEG Service Provider Edition/MailMarshal SPE &lt;/li&gt;    &lt;li&gt;Marshal Reporting Console &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;All web sites created by the products&lt;/strong&gt; &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;What are the recommended practices for secure (HTTPS) access to product websites? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Information:&lt;/h2&gt;&lt;p&gt;LevelBlue recommends that&lt;strong&gt; SSLv2 and&lt;/strong&gt; &lt;strong&gt;SSLv3 should be disabled&lt;/strong&gt; on all web servers that provide service for the named products (such as SQM/End user spam and quarantine management, remote consoles, and reporting consoles), if the sites are secured with HTTPS. These protocol versions are older and have known vulnerabilities. For example, &lt;a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3566" class="ApplyClass" target="_blank" originalattribute="href" originalpath="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3566"&gt;&lt;span style="color: #1f5080;"&gt;CVE-2014-3566&lt;/span&gt;&lt;/a&gt; ("Poodle") is a vulnerability in the SSLv3 protocol that potentially allows an attacker to view the plain text of encrypted material.&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;Some regulatory frameworks and companies are recommending and even requiring that TLSv1.0 and TLSv1.1 be disabled as well.&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;p&gt;For technical details of how to disable SSLv2 and SSLv3 on Windows servers, refer to Microsoft documentation. &lt;/p&gt;&lt;ul&gt;    &lt;li&gt;See Microsoft Knowledge Base article &lt;a href="http://support.microsoft.com/kb/245030/" target="_blank"&gt;245030&lt;/a&gt;. &lt;/li&gt;    &lt;li&gt;A more detailed explanation can be found in this &lt;a href="http://blogs.technet.com/b/askds/archive/2011/05/04/speaking-in-ciphers-and-other-enigmatic-tongues.aspx" class="ApplyClass" target="_blank"&gt;TechNet blog post&lt;/a&gt;. &lt;/li&gt;    &lt;li&gt;A free third party tool that might be of use to simplify the process, for any version of TLS/SSL, is &lt;a href="https://www.nartac.com/Products/IISCrypto/" target="_blank"&gt;IISCrypto&lt;/a&gt; from Nartac Software. &lt;/li&gt;&lt;/ul&gt;&lt;p&gt; &lt;/p&gt;</description><pubDate>Tue, 28 Feb 2023 21:47:03 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>Implementation is not part of the Windows Platform FIPS validated cryptographic algorithms</title><link>https://support.levelblue.com/kb/Goto21189.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Marshal Reporting Console 2.6&lt;/li&gt;    &lt;li&gt;SQL Server Reporting Services (SSRS)&lt;/li&gt;    &lt;li&gt;FIPS-compliant algorithms&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Symptoms:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Installing MRC or running scheduled reports&lt;/li&gt;    &lt;li&gt;GUI warning or event log entry: &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Causes:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Where SQL Server SSRS is run in FIPS-compliant mode, there is a known issue with cryptography selections. The MD5 algorithm may be used, and it is not FIPS-compliant.&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Resolution:&lt;/h2&gt;&lt;p&gt;To resolve this issue, modify the web.config file for the SSRS instance.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;Locate the web.config file, by default in &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;&amp;lt;system-drive&amp;gt;\Program Files\Microsoft SQL Server\MSRS&amp;lt;version&amp;gt;.&amp;lt;instance&amp;gt;\Reporting Services\ReportManager\&lt;/span&gt;&lt;/li&gt;    &lt;li&gt;Make a backup copy of the file.&lt;/li&gt;    &lt;li&gt;In the system.web section add the following line:&lt;br /&gt;    &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;&amp;lt;machineKey validationKey="AutoGenerate,IsolateApps" decryptionKey="AutoGenerate,IsolateApps" validation="3DES" decryption="3DES"/&amp;gt;&lt;/span&gt;&lt;/li&gt;    &lt;li&gt;Make the same change to the web.config file for the ReportServer, by default in &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;&amp;lt;system-drive&amp;gt;\Program Files\Microsoft SQL Server\MSRS&amp;lt;version&amp;gt;.&amp;lt;instance&amp;gt;\Reporting Services\ReportServer\&lt;/span&gt;&lt;/li&gt;    &lt;li&gt;Restart the SQL SSRS instance.&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;p&gt;For more information see the related links below.&lt;/p&gt;</description><pubDate>Tue, 25 Oct 2022 23:45:05 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>Some services do not start in a timely fashion</title><link>https://support.levelblue.com/kb/Goto13917.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Marshal Reporting Console&lt;/li&gt;    &lt;li&gt;MailMarshal SPE 3.0 and above &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Symptoms:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;MailMarshal SPE Agent services do not start&lt;/li&gt;    &lt;li&gt;MRC Executor or Scheduler services do not start&lt;/li&gt;    &lt;li&gt;Service logs do not contain any entries&lt;/li&gt;    &lt;li&gt;Error dialog text: 1053 - service did not start in a timely fashion&lt;/li&gt;    &lt;li&gt;Log entries similar to the following in the installation log: &lt;br /&gt;    &lt;br /&gt;    &lt;p style="margin: 0cm 0cm 12pt;" class="Code"&gt;&lt;span style="font-size: 10pt;"&gt;15:01:30 Checking if Service Exists: SPEStatusAgent&lt;br /&gt;    15:02:01  Failed to start service (1): The service did not respond to the start or control request in a timely fashion.&lt;/span&gt; &lt;/p&gt;    &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Causes:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;The services executables are authenticode signed. The signing certificate is validated on startup. &lt;/li&gt;    &lt;ul&gt;        &lt;li&gt;This process requires access to a Certificate Revocation List (generally via HTTP), but the servers affected do not have access to this URL. &lt;/li&gt;        &lt;li&gt;This is a known issue affecting .NET services, when strict security is enforced in a domain.&lt;/li&gt;    &lt;/ul&gt;    &lt;li&gt;Other critical Windows services have not yet started&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Resolution:&lt;/h2&gt;&lt;p&gt;For the CRL problem, several options are available to resolve this issue. Options are listed below in order from most to least secure.&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;    &lt;div&gt;Allow access from the server(s) to the CRL (crl.verisign.com or crl.trustwave.com depending on product version)&lt;/div&gt;    &lt;ul&gt;        &lt;li&gt;        &lt;div&gt;This is the most secure option, because any applications that do CRL checking will properly validate their certificate.&lt;/div&gt;        &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;    &lt;div&gt;Create a configuration file to disable CRL checking for the affected Agents. For information, see Microsoft Knowledge Base article &lt;a href="https://docs.microsoft.com/en-us/dotnet/framework/configure-apps/file-schema/runtime/generatepublisherevidence-element" target="_blank" class="ApplyClass"&gt;.NET configuration information&lt;/a&gt; for the &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;generatePublisherEvidence &lt;/span&gt;element.&lt;/div&gt;    &lt;ul&gt;    &lt;/ul&gt;        &lt;/li&gt;        &lt;ul&gt;            &lt;li&gt;Locate the &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;.config&lt;/span&gt; file for each service&lt;/li&gt;            &lt;li&gt;Within the Configuration section, BELOW the end of the "configSections" section, add the following lines:&lt;br /&gt;            &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;&amp;lt;runtime&amp;gt; &lt;br /&gt;            &amp;lt;generatepublisherevidence enabled="false"&amp;gt; &lt;br /&gt;            &amp;lt;/generatepublisherevidence&amp;gt;&lt;br /&gt;            &amp;lt;/runtime&amp;gt;&lt;/span&gt;&lt;/li&gt;        &lt;/ul&gt;        &lt;li&gt;        &lt;div&gt;Increase the service startup timeout and/or decrease the timeout on the CRL checking.&lt;/div&gt;        &lt;ul&gt;            &lt;li&gt;            &lt;div&gt;The service will start, after the timeouts elapse. The CRL check timeout can be up to 60 seconds, and the default service startup timeout is 30 seconds. &lt;/div&gt;            &lt;/li&gt;            &lt;li&gt;            &lt;div&gt;For information about changing these timeouts (&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;ServicesPipeTimeout&lt;/span&gt;), see this &lt;a href="https://support.microsoft.com/en-nz/help/922918/a-service-does-not-start-and-events-7000-and-7011-are-logged-in-window" target="_blank" class="ApplyClass"&gt;Microsoft article&lt;/a&gt;. &lt;/div&gt;            &lt;/li&gt;        &lt;/ul&gt;        &lt;/li&gt;    &lt;/ol&gt;    For other cases where CRL access has been confirmed    &lt;div&gt;&lt;br /&gt;    &lt;/div&gt;    &lt;div&gt;    &lt;ol&gt;        &lt;li&gt;Change the service startup type to "Automatic (Delayed Start)"&lt;/li&gt;    &lt;/ol&gt;    &lt;div&gt;    &lt;br /&gt;    &lt;/div&gt;    &lt;/div&gt;</description><pubDate>Mon, 04 May 2020 22:04:25 GMT</pubDate><dc:creator>SPE Team</dc:creator></item><item><title>MailMarshal (SEG/ECM), WebMarshal, and Latest Windows or SQL Versions</title><link>https://support.levelblue.com/kb/Goto13687.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;MailMarshal (SEG) &lt;/li&gt;    &lt;li&gt;MailMarshal SEG Service Provider Edition &lt;/li&gt;    &lt;li&gt;MailMarshal ECM/MailMarshal Exchange &lt;/li&gt;    &lt;li&gt;WebMarshal  &lt;/li&gt;    &lt;li&gt;Marshal Reporting Console &lt;/li&gt;    &lt;li&gt;Microsoft Windows &lt;/li&gt;    &lt;li&gt;Microsoft SQL Server &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Will MailMarshal SEG, ECM, or WebMarshal work with a new Windows version? &lt;/li&gt;    &lt;li&gt;Will MailMarshal SEG, ECM, or WebMarshal work with a new Windows service pack? &lt;/li&gt;    &lt;li&gt;Will MailMarshal SEG, ECM, WebMarshal, or Marshal Reporting Console work with a new SQL Server service pack? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Information:&lt;/h2&gt;&lt;h3&gt;Windows versions:&lt;/h3&gt;&lt;p&gt;LevelBlue tests each SEG, ECM, and WebMarshal release with specific Windows versions.&lt;/p&gt;&lt;p&gt;The product installer will notify you if you are installing the product on a Windows version that has not yet been tested (this feature is present in current supported versions).&lt;/p&gt;&lt;p&gt;For the latest list of tested Windows versions, see the following LevelBlue Knowledgebase articles:&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;&lt;a href="https://support.levelblue.com/kb/article.aspx?id=11358" target="_blank"&gt;Q11358&lt;/a&gt; (MailMarshal SEG, WebMarshal, Marshal Reporting Console) &lt;/li&gt;    &lt;li&gt;&lt;a href="https://support.levelblue.com/kb/article.aspx?id=11588" class="ApplyClass" target="_blank"&gt;&lt;span style="color: #1f5080;"&gt;Q11588&lt;/span&gt;&lt;/a&gt; (MailMarshal SEG Service Provider Edition) &lt;/li&gt;    &lt;li&gt;&lt;a href="https://support.levelblue.com/kb/article.aspx?id=14131" class="ApplyClass" target="_blank"&gt;Q14131&lt;/a&gt; (MailMarshal ECM) &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;LevelBlue recommends&lt;/strong&gt; that any production installation of these products should be on a fully tested version of Windows.&lt;/p&gt;&lt;h3&gt;SQL Server:&lt;/h3&gt;&lt;p&gt;LevelBlue tests software with specific versions of Microsoft SQL Server. SQL commands and features can change between version releases. &lt;strong&gt;Use only the tested versions. &lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;If a minimum Service Pack is specified for SQL, be sure you have applied at least the minimum Service Pack. &lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Service Packs and Windows Updates:&lt;/h3&gt;&lt;p&gt;Historically, core functionality of the products listed has rarely, if ever, been affected by Service Pack or Microsoft Update changes to Windows or SQL Server. However, LevelBlue cannot guarantee future performance.&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;If product functionality is affected by Service Packs or Microsoft Updates, LevelBlue will work with customers to restore functionality. If a full resolution requires product development, it might not be available immediately. &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Known Issues:&lt;/h2&gt;&lt;p&gt;This article will be updated with information about any known issues with specific new versions of Windows.&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;&lt;strong&gt;Windows 11: &lt;/strong&gt;Validated for all components with current versions of SEG and WebMarshal.    &lt;ul&gt;        &lt;li&gt;Note that LevelBlue recommends use of a server operating system for email/web processing, Array Manager, and SEG web components. &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Windows Server 2025: &lt;/strong&gt;Tested and supported with the latest releases of SEG and WebMarshal.&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Windows Server 2022: &lt;/strong&gt;Tested and supported with the latest releases of SEG and WebMarshal.&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Windows Server 2019: &lt;/strong&gt;Tested and supported with the latest releases of SEG and WebMarshal. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Windows Server 2016:&lt;/strong&gt; Tested and supported with the latest releases of the named products. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;SQL 2017: &lt;/strong&gt;Validated with the latest releases of SEG and WebMarshal. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;SQL 2016:&lt;/strong&gt; Validated with the latest releases of SEG, ECM, and WebMarshal. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;SQL 2014:&lt;/strong&gt; Validated with the latest releases of SEG, ECM, and WebMarshal. &lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;    &lt;li&gt;&lt;strong&gt;Marshal Reporting Console and SQL:&lt;/strong&gt; The latest edition of SQL Server that was fully validated with MRC is SQL 2016. Basic testing has been accomplished with SQL 2022. For information about how to use this SQL version, see article &lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle21228.aspx" target="_blank" class="ApplyClass"&gt;Q21228&lt;/a&gt;.    &lt;ul&gt;        &lt;li&gt;Supported SQL versions require MRC 2.6.  &lt;/li&gt;        &lt;li&gt;Note that current versions of SQL Server may require a current Windows version. &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;&lt;/ul&gt;</description><pubDate>Fri, 01 May 2020 00:00:00 GMT</pubDate><dc:creator>Charles Creegan</dc:creator></item><item><title>How do I schedule or automate MailMarshal or WebMarshal reports?</title><link>https://support.levelblue.com/kb/Goto10452.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;MailMarshal ECM/MailMarshal Exchange &lt;/li&gt;    &lt;li&gt;MailMarshal (SEG) &lt;/li&gt;    &lt;li&gt;WebMarshal &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;How do I schedule or automate MailMarshal or WebMarshal reports?&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;SEG/MailMarshal SMTP, ECM/MailMarshal Exchange, and WebMarshal reports can be scheduled through the Marshal Reporting Console. Marshal Reporting Console is a web-based application that provides scheduled delivery by email, FTP, or file share. &lt;/p&gt;&lt;p&gt;It supports current versions of SEG, ECM, and WebMarshal:&lt;/p&gt;&lt;p&gt;This application is installed separately. It is freely available. &lt;/p&gt;&lt;p&gt;Full instructions for scheduling are included in the MRC Help.&lt;/p&gt;&lt;p&gt;To download the installer package and installation instructions, see the &lt;a href="https://support.levelblue.com/marshal-reporting-console/"&gt;MRC Download&lt;/a&gt; page.&lt;/p&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;p&gt;The MailMarshal and WebMarshal Reports applications (provided with old and unsupported versions in the MailMarshal web package) &lt;em&gt;do not&lt;/em&gt; provide scheduling. &lt;/p&gt;&lt;p&gt;&lt;i&gt;&lt;dl&gt;    &lt;dt&gt;This article was previously published as: &lt;/dt&gt;    &lt;dd&gt;NETIQKB34806 &lt;/dd&gt;&lt;/dl&gt;&lt;/i&gt;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;</description><pubDate>Fri, 01 May 2020 00:00:00 GMT</pubDate><dc:creator>Charles Creegan</dc:creator></item><item><title>Supported Releases Policy for the Marshal Product Line</title><link>https://support.levelblue.com/kb/Goto21092.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;MailMarshal Secure Email Gateway (SEG) &lt;/li&gt;    &lt;li&gt;WebMarshal &lt;/li&gt;    &lt;li&gt;MailMarshal ECM (MailMarshal Exchange)&lt;/li&gt;    &lt;li&gt;MailMarshal Service Provider Edition &lt;/li&gt;    &lt;li&gt;Virus Scanner plug-ins  &lt;/li&gt;    &lt;li&gt;Marshal Reporting Console &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;What is the supported releases policy for SEG, ECM, WebMarshal, and virus scanner plug-ins? &lt;/li&gt;    &lt;li&gt;What is the policy on End of Support for the LevelBlue Marshal Product Line? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Information:&lt;/h2&gt;&lt;h3&gt;Definitions:&lt;/h3&gt;&lt;ul&gt;    &lt;li&gt;&lt;strong&gt;Major release: &lt;/strong&gt;A release containing many new features or a change in architecture (for example, SEG 8.0). &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Feature release:&lt;/strong&gt; A release containing some new features and enhancements (for example, SEG 8.1.0). &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Point release: &lt;/strong&gt;A release containing maintenance updates and small enhancements to existing features (for example, SEG 8.1.3). &lt;/li&gt;    &lt;li&gt;    &lt;p&gt;&lt;strong&gt;Supported:&lt;/strong&gt; Full product support as defined in LevelBlue support policy for the Marshal Product Line. &lt;/p&gt;    &lt;ul&gt;        &lt;li&gt;For "discontinued" versions, LevelBlue can often provide advice to help customers resolve issues. However, LevelBlue may recommend upgrade to a later version of the software. &lt;/li&gt;        &lt;li&gt;Upgrades to the current versions of these products are always free of charge to customers with a current maintenance contract. &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Policy:&lt;/h3&gt;&lt;p&gt;LevelBlue will support each product release for two years, or until the release of the second following feature release, whichever is shorter.&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;For the &lt;strong&gt;current feature release&lt;/strong&gt;, normally all point releases are supported. &lt;/li&gt;    &lt;li&gt;For a &lt;strong&gt;previous feature release&lt;/strong&gt;, only the last point release is supported. &lt;/li&gt;    &lt;li&gt;When a &lt;strong&gt;major release&lt;/strong&gt; is issued, LevelBlue may support the last two feature releases of the previous major release for an extended period. &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;LevelBlue will publish the dates of end of support of each release at least two months in advance of the effective date. For lists of supported versions and end of support, see the related articles linked below.&lt;/p&gt;&lt;h3&gt;Hotfixes:&lt;/h3&gt;&lt;p&gt;If a customer encounters an issue with a point release that is older than the latest point release for that version, they will be required to upgrade to the latest point release before a hotfix is issued.&lt;/p&gt;&lt;h3&gt;Examples:&lt;/h3&gt;&lt;p&gt;With the release of WebMarshal 6.12.3:&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;LevelBlue will continue to support 6.12.1 and 6.11.2. &lt;/li&gt;    &lt;li&gt;LevelBlue will announce end of support for 6.11.1. &lt;/li&gt;&lt;/ul&gt;With the release of WebMarshal 7.0.0:&lt;br /&gt;&lt;ul&gt;    &lt;li&gt;LevelBlue will continue to support WebMarshal 6.11.2 as well as 6.12.3 until further notice. &lt;/li&gt;    &lt;li&gt;LevelBlue will announce end of support for 6.12.1 and 6.12.2. &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;p&gt;Customers should plan for a &lt;strong&gt;yearly upgrade cycle&lt;/strong&gt; to take advantage of new features and to ensure their software is supported.&lt;/p&gt;</description><pubDate>Fri, 01 May 2020 00:00:00 GMT</pubDate><dc:creator>Charles Creegan</dc:creator></item><item><title>Report navigation bar shows "page 0 of 0"</title><link>https://support.levelblue.com/kb/Goto12677.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Marshal Reporting Console 2.5 &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Symptoms:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;When a report is first opened, the navigation bar may be disabled and show "page 0 of 0" &lt;/li&gt;    &lt;li&gt;The problem is intermittent, but more likely to occur with large reports &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Causes:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;This problem is internal to the Microsoft Report Viewer. Microsoft has acknowledged this issue and stated that a fix will be included in new versions of Report Viewer. &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Workaround:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;To enable the navigation, refresh the report (F5) or close and re-open the report.&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Resolution:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Upgrade to MRC 2.6. This version includes a new Report Viewer.&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Fri, 01 May 2020 00:00:00 GMT</pubDate><dc:creator>Charles Creegan</dc:creator></item><item><title>Report Viewer printing function fails</title><link>https://support.levelblue.com/kb/Goto12256.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Marshal Reporting Console 2.5 &lt;/li&gt;    &lt;li&gt;Report Viewer - printing functionality  &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Symptoms:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Attempting to print a report from the Report Viewer webpage &lt;/li&gt;    &lt;li&gt;Error: &lt;span style="font-family: courier new;"&gt;Unable to load print control&lt;/span&gt;. &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Causes:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Microsoft Cumulative security update for ActiveX (Security Bulletin &lt;a href="https://docs.microsoft.com/en-us/security-updates/securitybulletins/2008/ms08-052" class="ApplyClass" target="_blank"&gt;MS08-052&lt;/a&gt;) disabled the ActiveX component used by the printing function in the Report Viewer. &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Resolution:&lt;/h2&gt;&lt;p&gt;LevelBlue recommends upgrade to MRC 2.6. This version includes updated report viewing. You may need to install a new version of SQL Express to support this installation.&lt;/p&gt;&lt;p&gt;To resolve this issue with earlier SQL versions, install the latest SQL Server service pack such as SQL 2005 Service Pack 2, and the updated Report Viewer redistributable package, on the Marshal Reporting Console server.&lt;/p&gt;&lt;p&gt;For more information and links to the fixes, see Security Bulletin &lt;a href="https://docs.microsoft.com/en-us/security-updates/securitybulletins/2008/ms08-052" target="_blank"&gt;MS08-052&lt;/a&gt;. &lt;/p&gt;</description><pubDate>Fri, 01 May 2020 00:00:00 GMT</pubDate><dc:creator>Charles Creegan</dc:creator></item><item><title>Cannot set impersonate user when installing MRC</title><link>https://support.levelblue.com/kb/Goto14414.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Marshal Reporting Console 2.5.x &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Error: &lt;span style="font-family: courier new;"&gt;Marshal Reporting Console - Cannot set impersonate user&lt;/span&gt; &lt;/li&gt;    &lt;li&gt;Why does my Domain Administrator User account not have sufficient rights to "Impersonate User" ? &lt;/li&gt;    &lt;li&gt;Impersonate user cannot be entered on non-English Windows version &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Resolution:&lt;/h2&gt;&lt;p&gt;If you encounter this error, add the Domain Administrator User account &lt;strong&gt;directly&lt;/strong&gt; to the local Administrators group on the server.&lt;/p&gt;&lt;h3&gt;Language-specific Windows issues&lt;/h3&gt;&lt;p&gt;If the Windows operating system version is not English, then the built-in Local Administrators group may have a different name (for instance in Spanish language Windows the group is named "Administradores").&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;This problem is fixed in MRC 2.6. However, you may find that access to the MRC website by these users is not allowed. &lt;/li&gt;    &lt;li&gt;In earlier versions, to work around this problem, create a local group called "Administrators." Add the user account to both the "Administrators" group and the existing built-in Local Administrators group (such as "Administradores"). &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Note:&lt;/h2&gt;&lt;p&gt;You cannot correct this problem by adding a Domain Administrators &lt;strong&gt;group&lt;/strong&gt; to the Local Administrators Group. You must add the individual user.&lt;/p&gt;</description><pubDate>Fri, 01 May 2020 00:00:00 GMT</pubDate><dc:creator>Charles Creegan</dc:creator></item><item><title>Additional configuration to install Web Components on Windows Server 64 bit editions (including Exchange Server)</title><link>https://support.levelblue.com/kb/Goto12671.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;MailMarshal (SEG) Web Components &lt;/li&gt;    &lt;li&gt;MailMarshal ECM/MailMarshal Exchange 7.X Web Components &lt;/li&gt;    &lt;li&gt;MailMarshal (SEG) 10.0 and above Array Manager/Management Console&lt;/li&gt;    &lt;li&gt;Marshal Reporting Console &lt;/li&gt;    &lt;li&gt;Microsoft SBS 2008 or 2011 &lt;em&gt;(deprecated)&lt;/em&gt; &lt;/li&gt;    &lt;li&gt;Microsoft Windows 2008, 64 bit editions &lt;em&gt;(deprecated)&lt;/em&gt; &lt;/li&gt;    &lt;li&gt;Microsoft Windows 2008 R2 and above &lt;/li&gt;    &lt;li&gt;WSUS    &lt;ul&gt;        &lt;li&gt;For WSUS, see also &lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle14353.aspx" class="ApplyClass" target="_blank"&gt;Q14353&lt;/a&gt; &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;What steps are required to install SEG Web Components on Microsoft SBS Servers?    &lt;ul&gt;        &lt;li&gt;Note that SBS is no longer supported by Microsoft &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;What steps are required to install the Web Components on Windows Server 64 bit editions? &lt;/li&gt;    &lt;li&gt;What steps are required to install the Marshal Reporting Console on Windows Server 64 bit editions? &lt;/li&gt;    &lt;li&gt;What steps are required to install MailMarshal (SEG) 10.0 and above (Array Manager or standalone) on a Microsoft Exchange Server? &lt;/li&gt;    &lt;li&gt;Event log error message: &lt;span style="font-family: courier new;"&gt;The Module DLL C:\Windows\system32\RpcProxy\RpcProxy.dll failed to load. The data is the error.&lt;/span&gt; &lt;/li&gt;    &lt;li&gt;Error message: &lt;span style="font-family: courier new;"&gt;Could not load file or assembly 'MMInterfaceVB' or one of its dependencies. An attempt was made to load a program with an incorrect format.&lt;/span&gt; &lt;/li&gt;    &lt;li&gt;Error message: &lt;span style="font-family: courier new;"&gt;The Module DLL 'C:\Program Files\Microsoft\Exchange Server\ClientAccess\Owa\auth\exppw.dll' could not be loaded due to a configuration problem. The current configuration only supports loading images built for a x86 processor architecture. The data field contains the error number.&lt;/span&gt; &lt;/li&gt;    &lt;li&gt;&lt;span style="font-family: courier new;"&gt;&lt;span style="font-family: verdana;"&gt;Error message:&lt;/span&gt; HTTP Error 500.19&lt;/span&gt; (Module: DynamicCompressionModule) &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;On supported 64 bit editions of Windows Server where certain Microsoft web components are running, additional steps are required after installation of MailMarshal (SEG) 10.0 and above Management Console, MailMarshal Web Components or Marshal Reporting Console websites. These steps ensure that the LevelBlue sites can co-exist with other applications.&lt;/p&gt;&lt;blockquote style="margin-right: 0px;" dir="ltr"&gt;&lt;p&gt;&lt;strong&gt;&lt;span style="color: #ff1111;"&gt;Warnings:&lt;/span&gt;&lt;/strong&gt; &lt;/p&gt;&lt;/blockquote&gt;&lt;ul&gt;    &lt;ul&gt;        &lt;li&gt;&lt;strong&gt;Back up files&lt;/strong&gt; before making changes. &lt;/li&gt;        &lt;li&gt;Ensure that XML is correctly written. For general information about XML editing, see article &lt;a href="https://support.levelblue.com/kb/article.aspx?id=12705"&gt;Q12705&lt;/a&gt;. &lt;/li&gt;        &lt;li&gt;Note that some lines below are wrapped for readability. &lt;/li&gt;        &lt;li&gt;Note that if you edit the lines referring to the "exppw" or "cafe_exppw" module, you MUST change all of these lines. If you do not, browsing to any page will fail with HTTP error 500. &lt;/li&gt;        &lt;li&gt;&lt;strong&gt;If you install service packs&lt;/strong&gt; for Microsoft software (particularly Exchange/Outlook Web Access), &lt;strong&gt;re-check the entries in applicationhost.config.&lt;/strong&gt; Service packs can overwrite changes to this file. &lt;/li&gt;        &lt;li&gt;Depending on the software or Windows components installed, some of the below items may not apply. &lt;/li&gt;    &lt;/ul&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;To enable Web Components or Marshal Reporting Console:&lt;/strong&gt;&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;    &lt;p&gt;Run the following command with elevated privileges &lt;em&gt;(note, the below line is wrapped for clarity but should be entered as a single line):&lt;/em&gt;&lt;/p&gt;    &lt;span style="font-family: courier new;"&gt;&lt;nobr&gt;%windir%\system32\inetsrv\appcmd.exe set config &lt;br /&gt;    -section:system.webServer/httpCompression /-[name='xpress']&lt;br /&gt;    &lt;/nobr&gt;&lt;/span&gt;&lt;br /&gt;    This command disables a compression module which is used by some Microsoft software. The module may not be installed on all servers. &lt;br /&gt;      &lt;/li&gt;    &lt;li&gt;Open a text editor or XML editor with elevated privileges (for instance, from the Start menu right-click Notepad and select &lt;em&gt;Run as Administrator&lt;/em&gt;).&lt;br /&gt;    &lt;br /&gt;    In the file %windir%\system32\inetsrv\config\applicationhost.config: &lt;br /&gt;    &lt;ul&gt;        &lt;li&gt;change the line &lt;br /&gt;        &lt;span style="font-family: courier new;"&gt;&lt;nobr&gt;&amp;lt;add name="PasswordExpiryModule" image="C:\Windows\system32\RpcProxy\RpcProxy.dll" /&amp;gt;&lt;/nobr&gt;&lt;/span&gt; &lt;br /&gt;        &lt;br /&gt;        to the following &lt;br /&gt;        &lt;span style="font-family: courier new;"&gt;&lt;nobr&gt;&amp;lt;add name="PasswordExpiryModule" image="C:\Windows\system32\RpcProxy\RpcProxy.dll" &lt;br /&gt;        &lt;strong&gt;&lt;span style="background-color: #fac08f;"&gt;preCondition="bitness64"&lt;/span&gt;&lt;/strong&gt; /&amp;gt;&lt;/nobr&gt;&lt;/span&gt; &lt;br /&gt;          &lt;/li&gt;        &lt;li&gt;&lt;em&gt;Note that the "image" part of the entries will depend on your local installation and you should not change it&lt;/em&gt; &lt;br /&gt;          &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;If Outlook Web Access is installed on the server&lt;/strong&gt;, perform the following additional steps.      &lt;ul&gt;        &lt;li&gt;&lt;em&gt;Note that the "image" part of the entries will depend on your local installation and version, and you should not change it. &lt;/em&gt;&lt;/li&gt;        &lt;li&gt;&lt;em&gt;Not all of these entries are present in every installation. You can ignore any entries that are not present.&lt;/em&gt; &lt;/li&gt;    &lt;/ul&gt;    &lt;br /&gt;    &lt;br /&gt;    In the file %windir%\system32\inetsrv\config\applicationhost.config:    &lt;ul&gt;        &lt;li&gt; change the line &lt;br /&gt;        &lt;span style="font-family: courier new;"&gt;&lt;nobr&gt;&amp;lt;filter name="Exchange OWA Cookie Authentication ISAPI Filter" &lt;br /&gt;        path="C:\Exchange\ClientAccess\owa\auth\owaauth.dll" enabled="true"  /&amp;gt;&lt;/nobr&gt;&lt;/span&gt; &lt;br /&gt;        &lt;br /&gt;        to the following &lt;br /&gt;        &lt;span style="font-family: courier new;"&gt;&lt;nobr&gt;&amp;lt;filter name="Exchange OWA Cookie Authentication ISAPI Filter" &lt;br /&gt;        path="C:\Exchange\ClientAccess\owa\auth\owaauth.dll" enabled="true" &lt;br /&gt;        &lt;strong&gt;&lt;span style="background-color: #fac08f;"&gt;preCondition="bitness64"&lt;/span&gt;&lt;/strong&gt; /&amp;gt;&lt;/nobr&gt;&lt;/span&gt; &lt;br /&gt;          &lt;/li&gt;        &lt;li&gt;change the line &lt;br /&gt;        &lt;span style="font-family: courier new;"&gt;&lt;nobr&gt;&amp;lt;filter name="Exchange ActiveSync ISAPI Filter" &lt;br /&gt;        path="C:\Exchange\ClientAccess\sync\bin\AirFilter.dll" enabled="true"   /&amp;gt;&lt;/nobr&gt;&lt;/span&gt; &lt;br /&gt;        &lt;br /&gt;        to the following &lt;br /&gt;        &lt;span style="font-family: courier new;"&gt;&lt;nobr&gt;&amp;lt;filter name="Exchange ActiveSync ISAPI Filter" &lt;br /&gt;        path="C:\Exchange\ClientAccess\sync\bin\AirFilter.dll" enabled="true"  &lt;br /&gt;        &lt;strong&gt;&lt;span style="background-color: #fac08f;"&gt;preCondition="bitness64"&lt;/span&gt;&lt;/strong&gt; /&amp;gt;&lt;/nobr&gt;&lt;/span&gt; &lt;br /&gt;          &lt;/li&gt;        &lt;li&gt;change the line &lt;br /&gt;        &lt;span style="font-family: courier new;"&gt;&lt;nobr&gt;&amp;lt;add name="exppw" &lt;br /&gt;        image="C:\Program Files\Microsoft\Exchange Server\ClientAccess\Owa\auth\exppw.dll"  /&amp;gt;&lt;/nobr&gt;&lt;/span&gt; &lt;br /&gt;        &lt;br /&gt;        to the following &lt;br /&gt;        &lt;span style="font-family: courier new;"&gt;&amp;lt;&lt;span style="font-family: courier new;"&gt;add name="exppw" &lt;br /&gt;        &lt;span style="font-family: courier new;"&gt;&lt;nobr&gt;image="C:\Program Files\Microsoft\Exchange Server\ClientAccess\Owa\auth\exppw.dll"&lt;/nobr&gt; &lt;/span&gt;&lt;/span&gt; &lt;br /&gt;        &lt;strong&gt;&lt;span style="background-color: #fac08f;"&gt;preCondition="bitness64"&lt;/span&gt;&lt;/strong&gt; /&amp;gt;&lt;/span&gt; &lt;br /&gt;          &lt;/li&gt;        &lt;li&gt;change the line &lt;br /&gt;        &lt;span style="font-family: courier new;"&gt;&lt;nobr&gt;&amp;lt;add name="cafe_exppw" &lt;br /&gt;        image="C:\Program Files\Microsoft\Exchange Server\V15\FrontEnd\HttpProxy\bin\exppw.dll"  /&amp;gt;&lt;/nobr&gt;&lt;/span&gt; &lt;br /&gt;        &lt;br /&gt;        to the following &lt;br /&gt;        &lt;span style="font-family: courier new;"&gt;&amp;lt;&lt;span style="font-family: courier new;"&gt;add name="cafe_exppw" &lt;br /&gt;        &lt;span style="font-family: courier new;"&gt;&lt;nobr&gt;image="C:\Program Files\Microsoft\Exchange Server\V15\FrontEnd\HttpProxy\bin\exppw.dll"&lt;/nobr&gt; &lt;/span&gt;&lt;/span&gt; &lt;br /&gt;        &lt;strong&gt;&lt;span style="background-color: #fac08f;"&gt;preCondition="bitness64"&lt;/span&gt;&lt;/strong&gt; /&amp;gt;&lt;/span&gt; &lt;br /&gt;          &lt;/li&gt;        &lt;li&gt;change the line &lt;br /&gt;        &lt;span style="font-family: courier new;"&gt;&lt;nobr&gt;&amp;lt;add name="&lt;span style="font-family: courier new;"&gt;kerbauth&lt;/span&gt;" &lt;br /&gt;        image="C:\Program Files\Microsoft\Exchange Server\V14\Bin\kerbauth.dll"  /&amp;gt;&lt;/nobr&gt;&lt;/span&gt; &lt;br /&gt;        &lt;br /&gt;        to the following &lt;br /&gt;        &lt;span style="font-family: courier new;"&gt;&amp;lt;&lt;span style="font-family: courier new;"&gt;add name="kerbauth" &lt;br /&gt;        &lt;span style="font-family: courier new;"&gt;&lt;nobr&gt;image="C:\Program Files\Microsoft\Exchange Server\V14\Bin\kerbauth.dll"&lt;/nobr&gt; &lt;/span&gt;&lt;/span&gt; &lt;br /&gt;        &lt;strong&gt;&lt;span style="background-color: #fac08f;"&gt;preCondition="bitness64"&lt;/span&gt;&lt;/strong&gt; /&amp;gt;&lt;/span&gt; &lt;br /&gt;          &lt;/li&gt;        &lt;li&gt;change the line &lt;br /&gt;        &lt;span style="font-family: courier new;"&gt;&lt;nobr&gt;&amp;lt;add name="exppw" /&amp;gt;&lt;/nobr&gt;&lt;/span&gt; &lt;br /&gt;        &lt;br /&gt;        to the following &lt;br /&gt;        &lt;span style="font-family: courier new;"&gt;&lt;nobr&gt;&amp;lt;&lt;span style="font-family: courier new;"&gt;add name="exppw"&lt;/span&gt; &lt;strong&gt;&lt;span style="background-color: #fac08f;"&gt;preCondition="bitness64"&lt;/span&gt;&lt;/strong&gt; /&amp;gt;&lt;/nobr&gt;&lt;/span&gt; &lt;br /&gt;          &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;If you do not want to require HTTPS (SSL),&lt;/strong&gt; you may need to use IIS manager to disable this requirement for specific virtual websites or directories.  &lt;/li&gt;    &lt;li&gt;With the &lt;strong&gt;MailMarshal (SEG) 10.0 and above Management Console&lt;/strong&gt;, the default HTTPS binding conflicts with Exchange Server websites. Change the HTTPS binding of the SEG Management Console site. &lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;strong&gt;You may need to recycle application pools and/or restart IIS in order to apply these changes.&lt;/strong&gt;&lt;/p&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;p&gt;See also:&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;&lt;a href="https://support.levelblue.com/kb/article.aspx?id=12920"&gt;Q12920&lt;/a&gt;: &lt;em&gt;SQM Website Configuration problems in SBS2008&lt;/em&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle14128.aspx" class="ApplyClass" target="_blank"&gt;Q14128&lt;/a&gt;:&lt;em&gt; Web components return HTTP error 404 when installed on SBS&lt;/em&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="https://support.levelblue.com/kb/Article.aspx?id=14353" class="ApplyClass" target="_blank"&gt;Q14353&lt;/a&gt;:&lt;em&gt; Marshal Reporting Console on a WSUS server&lt;br /&gt;    &lt;/em&gt;&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Fri, 01 May 2020 00:00:00 GMT</pubDate><dc:creator>Charles Creegan</dc:creator></item></channel></rss>