<?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="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : 80020009 - register.asp</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : 80020009 - register.asp]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 08 Apr 2026 15:07:03 +0000</pubDate>
  <lastBuildDate>Mon, 27 Nov 2006 12:46:38 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=21818</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[80020009 - register.asp : Brilliant!  I commented outlngUserProfileID...]]></title>
   <link>https://forums.webwiz.net/80020009-register-asp_topic21818_post117597.html#117597</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=3100">MortiOli</a><br /><strong>Subject:</strong> 21818<br /><strong>Posted:</strong> 27&nbsp;November&nbsp;2006 at 12:46pm<br /><br />Brilliant!<DIV>&nbsp;</DIV><DIV>I commented out&nbsp;<strong>lngUserProfileID = CLng(.Fields("Author_ID"))</strong> (line 977) and it's now working fine!</DIV><DIV>&nbsp;</DIV><DIV>Thanks Michel!</DIV><DIV>&nbsp;</DIV><DIV>Why does that cause an error on some servers?</DIV>]]>
   </description>
   <pubDate>Mon, 27 Nov 2006 12:46:38 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/80020009-register-asp_topic21818_post117597.html#117597</guid>
  </item> 
  <item>
   <title><![CDATA[80020009 - register.asp : OK, I got it to work, as follows.I...]]></title>
   <link>https://forums.webwiz.net/80020009-register-asp_topic21818_post117578.html#117578</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=25236">Michel_K17</a><br /><strong>Subject:</strong> 21818<br /><strong>Posted:</strong> 26&nbsp;November&nbsp;2006 at 9:30pm<br /><br />OK, I got it to work, as follows.<br><br>I tried #2 above &gt;&gt; Same problem<br><br>I commented out lines 973 to 977 (requery &amp; reload of authorID). I felt pretty confident that it would be fine because the authorID is reloaded later in the code before sending the e-mail anyway.&nbsp; I tested it and it worked OK for me.<br><br>Cheers!<br>]]>
   </description>
   <pubDate>Sun, 26 Nov 2006 21:30:53 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/80020009-register-asp_topic21818_post117578.html#117578</guid>
  </item> 
  <item>
   <title><![CDATA[80020009 - register.asp : Am having the same problem with...]]></title>
   <link>https://forums.webwiz.net/80020009-register-asp_topic21818_post117576.html#117576</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=25236">Michel_K17</a><br /><strong>Subject:</strong> 21818<br /><strong>Posted:</strong> 26&nbsp;November&nbsp;2006 at 9:08pm<br /><br />Am having the same problem with an Access database. Here are a couple of solutions posted elsewhere on this forum:<br><br>1. This is a problem that effects only a few servers, if you remove line 977 of register.asp it should fix the issue.<br><br>2. Another option is to replace line 977 with this:<br>If NOT isNull(.Fields("Author_ID")) Then lngUserProfileID = CLng(.Fields("Author_ID"))<br><br>2. Make sure that you have correctly set the forum orders within the admin section so that forums display correctly.<br><br><br>]]>
   </description>
   <pubDate>Sun, 26 Nov 2006 21:08:07 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/80020009-register-asp_topic21818_post117576.html#117576</guid>
  </item> 
  <item>
   <title><![CDATA[80020009 - register.asp : Please, does anyone have any ideas...]]></title>
   <link>https://forums.webwiz.net/80020009-register-asp_topic21818_post117545.html#117545</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=3100">MortiOli</a><br /><strong>Subject:</strong> 21818<br /><strong>Posted:</strong> 26&nbsp;November&nbsp;2006 at 1:05am<br /><br />Please, does anyone have any ideas whatsoever?]]>
   </description>
   <pubDate>Sun, 26 Nov 2006 01:05:20 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/80020009-register-asp_topic21818_post117545.html#117545</guid>
  </item> 
  <item>
   <title><![CDATA[80020009 - register.asp : Unfortunately I can&amp;#039;t see...]]></title>
   <link>https://forums.webwiz.net/80020009-register-asp_topic21818_post117239.html#117239</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=3100">MortiOli</a><br /><strong>Subject:</strong> 21818<br /><strong>Posted:</strong> 19&nbsp;November&nbsp;2006 at 12:41pm<br /><br />Unfortunately I can't see anything on there which could cause / solve&nbsp;the problem]]>
   </description>
   <pubDate>Sun, 19 Nov 2006 12:41:24 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/80020009-register-asp_topic21818_post117239.html#117239</guid>
  </item> 
  <item>
   <title><![CDATA[80020009 - register.asp : Don&amp;#039;t know if this helps...]]></title>
   <link>https://forums.webwiz.net/80020009-register-asp_topic21818_post117225.html#117225</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=9949">dpyers</a><br /><strong>Subject:</strong> 21818<br /><strong>Posted:</strong> 18&nbsp;November&nbsp;2006 at 3:59pm<br /><br />Don't know if this helps or not:<br><a href="http://classicasp.aspfaq.com/general/why-do-i-get-80020009-errors.html" target="_blank">http://classicasp.aspfaq.com/general/why-do-i-get-80020009-errors.html</a><br>]]>
   </description>
   <pubDate>Sat, 18 Nov 2006 15:59:40 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/80020009-register-asp_topic21818_post117225.html#117225</guid>
  </item> 
  <item>
   <title><![CDATA[80020009 - register.asp : Is there anyway of adding some...]]></title>
   <link>https://forums.webwiz.net/80020009-register-asp_topic21818_post117212.html#117212</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=3100">MortiOli</a><br /><strong>Subject:</strong> 21818<br /><strong>Posted:</strong> 18&nbsp;November&nbsp;2006 at 10:31am<br /><br />Is there anyway of adding some code to show more information on the error?<DIV>&nbsp;</DIV><DIV>I really need to get this working, because new members don't receive any email etc, and never return because of this.</DIV>]]>
   </description>
   <pubDate>Sat, 18 Nov 2006 10:31:09 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/80020009-register-asp_topic21818_post117212.html#117212</guid>
  </item> 
  <item>
   <title><![CDATA[80020009 - register.asp : Anyone have any ideas please? ]]></title>
   <link>https://forums.webwiz.net/80020009-register-asp_topic21818_post117010.html#117010</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=3100">MortiOli</a><br /><strong>Subject:</strong> 21818<br /><strong>Posted:</strong> 13&nbsp;November&nbsp;2006 at 9:18pm<br /><br />Anyone have any ideas please?]]>
   </description>
   <pubDate>Mon, 13 Nov 2006 21:18:27 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/80020009-register-asp_topic21818_post117010.html#117010</guid>
  </item> 
  <item>
   <title><![CDATA[80020009 - register.asp : Yeah I&amp;#039;m using Microsoft...]]></title>
   <link>https://forums.webwiz.net/80020009-register-asp_topic21818_post116829.html#116829</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=3100">MortiOli</a><br /><strong>Subject:</strong> 21818<br /><strong>Posted:</strong> 08&nbsp;November&nbsp;2006 at 8:15pm<br /><br /><P>Yeah I'm using Microsoft SQL Server Management Studio - that table was pulled off Enterprise Manager though, as it's easier to export info.</P><DIV>The Incr is found under;</DIV><DIV>&nbsp;</DIV><DIV>Identity Specification</DIV><DIV>&nbsp;&nbsp; (Is Indentity)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Yes</DIV><DIV>&nbsp;&nbsp; Identity Increment&nbsp;&nbsp;&nbsp; 1</DIV><DIV>&nbsp;&nbsp; Identity Seed&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1</DIV>]]>
   </description>
   <pubDate>Wed, 08 Nov 2006 20:15:51 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/80020009-register-asp_topic21818_post116829.html#116829</guid>
  </item> 
  <item>
   <title><![CDATA[80020009 - register.asp :  Whats Incr 1 all about, I&amp;#039;ve...]]></title>
   <link>https://forums.webwiz.net/80020009-register-asp_topic21818_post116724.html#116724</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 21818<br /><strong>Posted:</strong> 06&nbsp;November&nbsp;2006 at 6:41pm<br /><br />Whats Incr 1 all about, I've not seen this before, are you using Microsoft's SQL Server management Studio to work on the database?<br>]]>
   </description>
   <pubDate>Mon, 06 Nov 2006 18:41:39 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/80020009-register-asp_topic21818_post116724.html#116724</guid>
  </item> 
 </channel>
</rss>