<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>Spam Filter ISP Forums : Norman antivirus plugin not updating</title>
  <link>https://www.logsat.com/spamfilter/forums/</link>
  <description><![CDATA[This is an XML content feed of; Spam Filter ISP Forums : Spam Filter ISP Support : Norman antivirus plugin not updating]]></description>
  <pubDate>Wed, 17 Jun 2026 06:39:34 +0000</pubDate>
  <lastBuildDate>Thu, 23 Dec 2010 20:42:15 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 11.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.logsat.com/spamfilter/forums/RSS_post_feed.asp?TID=6907</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Spam Filter ISP Forums]]></title>
   <url>https://www.logsat.com/spamfilter/forums/forum_images/web_wiz_forums.png</url>
   <link>https://www.logsat.com/spamfilter/forums/</link>
  </image>
  <item>
   <title><![CDATA[Norman antivirus plugin not updating :  If that error only appears a...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6907&amp;PID=13943&amp;title=norman-antivirus-plugin-not-updating#13943</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=8">LogSat</a><br /><strong>Subject:</strong> 6907<br /><strong>Posted:</strong> 23 December 2010 at 8:42pm<br /><br />If that error only appears a handful of times when you first started SpamFilter after the upgrade, that is normal. If a SpamFilter update is installed, and that update requires upgrades to be applied to the database, they are automatically applied during that initial startup. Some of these upgrades are cumulative, and re-apply database upgrades that were performed by previous updates, which could result in (harmless) errors.<div><br></div><div>If however the error is occurring persistently, that is <i>not</i>&nbsp;normal. If this is the case, could you please try to:</div><div><div><ul><li>stop SpamFilter</li><li>then find and remove the line starting with “DBPatchesApplied=” in the SpamFilter.ini file</li><li>and then restart SpamFilter.&nbsp;</li></ul></div></div><div><br></div><div>If the issue persists, please zip and email us a few hours' worth of SpamFilter's activity logfile so we can take a better look.</div><div><br></div><span style="font-size:10px"><br /><br />Edited by LogSat - 23 December 2010 at 9:09pm</span>]]>
   </description>
   <pubDate>Thu, 23 Dec 2010 20:42:15 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6907&amp;PID=13943&amp;title=norman-antivirus-plugin-not-updating#13943</guid>
  </item> 
  <item>
   <title><![CDATA[Norman antivirus plugin not updating :  Hi Roberto,We were using4.1.2.812.After...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6907&amp;PID=13942&amp;title=norman-antivirus-plugin-not-updating#13942</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=199">lyndonje</a><br /><strong>Subject:</strong> 6907<br /><strong>Posted:</strong> 23 December 2010 at 11:47am<br /><br />Hi Roberto,<div><br></div><div>We were using&nbsp;4.1.2.812.&nbsp;</div><div><br></div><div>After your response I have since updated to 4.2.4.834 and the&nbsp;anti virus&nbsp;issue is now resolved, however when starting the service we noticed errors in the activity log:</div><div><br></div><div><p ="Ms&#111;normal">12/23/10 11:31:19:016 -- ===========Executing:============<o:p></o:p></p><p ="Ms&#111;normal">12/23/10 11:31:19:016 -- if exists (select * from sysobjectswhere name = 'trwl_authorizedtoemails_au' and type = 'tr') droptrigger&#091;trwl_authorizedtoemails_au&#093;; -- <o:p></o:p></p><p ="Ms&#111;normal">12/23/10 11:31:19:156 -- ******* Error:Cannot drop thetrigger 'trwl_authorizedtoemails_au', because it does not exist or you do nothave permission<o:p></o:p></p><p ="Ms&#111;normal">12/23/10 11:31:19:156 -- ===========Executing:============<o:p></o:p></p><p ="Ms&#111;normal">12/23/10 11:31:19:156 --<span style="mso-spacerun:yes">&nbsp;</span>-- create trigger &#091;dbo&#093;.&#091;trwl_authorizedtoemails_au&#093; -- on&#091;dbo&#093;.&#091;tblwl_authorizedtoemails&#093; -- after update as --<span style="mso-spacerun:yes">&nbsp; </span>insert into tblreloadtableinfo (domainid,updatetable, tablename) select del.domainid, 1, 'tblwl_authorizedtoemails' fromdeleted del --<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp; </span>where not exists (select* from tblreloadtableinfo r where (r.domainid = del.domainid) and (r.tablename= 'tblwl_authorizedtoemails')) --<span style="mso-spacerun:yes">&nbsp; </span>insertinto tblreloadtableinfo (domainid, updatetable, tablename) select s.domainid,1, 'tblwl_authorizedtoemails' from tbl_localdomains d inner jointbl_filtersettings s --<span style="mso-spacerun:yes">&nbsp; </span>on d.id =s.domainid where (d.usedefaults=0) and (s.wl_authorizedtoemailsusedefaults = 1)--<span style="mso-spacerun:yes">&nbsp;&nbsp; </span>declare @tmp_id int --<span style="mso-spacerun:yes">&nbsp;&nbsp; </span>select top 1 @tmp_id = s.domainid fromtbl_localdomains d inner join tbl_filtersettings s on d.id = s.domainid where(d.usedefaults=0) and (s.wl_authorizedtoemailsusedefaults = 1) --<span style="mso-spacerun:yes">&nbsp;&nbsp; </span>if (@tmp_id &lt;&gt; null) and not exists(select * from tblreloadtableinfo r where (r.domainid = @tmp_id) and(r.tablename = 'tblwl_authorizedtoemails')) -- insert into tblreloadtableinfo(domainid, updatetable, tablename) values (@tmp_id, 1,'tblwl_authorizedtoemails') -- <o:p></o:p></p><p ="Ms&#111;normal">12/23/10 11:31:19:172 -- ******* Error:Invalid column name'wl_authorizedtoemailsusedefaults'<o:p></o:p></p></div><div><br></div><div><br></div><div><br></div><div><br></div><div>The log continues with multiple errors of a&nbsp;similar&nbsp;nature. Is this anything to be worried about?</div><div><br></div><div>Many thanks</div>]]>
   </description>
   <pubDate>Thu, 23 Dec 2010 11:47:13 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6907&amp;PID=13942&amp;title=norman-antivirus-plugin-not-updating#13942</guid>
  </item> 
  <item>
   <title><![CDATA[Norman antivirus plugin not updating : lyndonje,Could you please let...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6907&amp;PID=13940&amp;title=norman-antivirus-plugin-not-updating#13940</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=8">LogSat</a><br /><strong>Subject:</strong> 6907<br /><strong>Posted:</strong> 22 December 2010 at 7:37pm<br /><br />lyndonje,<div><br></div><div>Could you please let us know what build of SpamFilter you are using? With v4.2.4.836 we made some slight changes in the SSL configuration used while downloading the AV updates that should help reduce those timeouts.</div>]]>
   </description>
   <pubDate>Wed, 22 Dec 2010 19:37:40 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6907&amp;PID=13940&amp;title=norman-antivirus-plugin-not-updating#13940</guid>
  </item> 
  <item>
   <title><![CDATA[Norman antivirus plugin not updating : Hi,We have been getting entries...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6907&amp;PID=13939&amp;title=norman-antivirus-plugin-not-updating#13939</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=199">lyndonje</a><br /><strong>Subject:</strong> 6907<br /><strong>Posted:</strong> 22 December 2010 at 12:26pm<br /><br />Hi,<div><br></div><div>We have been getting entries in the activity log as below for each&nbsp;anti virus&nbsp;component, this occurs when trying to download the latest upates automaticall y and manually.</div><div><br></div><div><div>12/22/10 17:17:55:087 -- (1600) Error AV engine on 1st attempt occurred while downloading AV NCL.dll : Read Timeout</div><div>12/22/10 17:17:55:087 -- (1600) AV engine - will retry due to file size mismatch on: NCL.dll</div><div>12/22/10 17:18:00:899 -- (1600) Error occurred - AV engine - while downloading AV NCL.dll : Read Timeout</div></div><div><br></div><div>So far we have un-installed then re-installed the plugin, but that has not helped.</div><div><br></div><div>hope someone can help</div><div><br></div><div>Many thanks</div>]]>
   </description>
   <pubDate>Wed, 22 Dec 2010 12:26:24 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6907&amp;PID=13939&amp;title=norman-antivirus-plugin-not-updating#13939</guid>
  </item> 
 </channel>
</rss>