<?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 : 0x800A000D search_results_posts.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 : 0x800A000D search_results_posts.asp]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 12 Apr 2026 00:17:42 +0000</pubDate>
  <lastBuildDate>Wed, 26 Apr 2006 11:35:18 +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=19553</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[0x800A000D search_results_posts.asp : The only way to reproduce it yourself...]]></title>
   <link>https://forums.webwiz.net/0x800a000d-search-results-posts-asp_topic19553_post105599.html#105599</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 19553<br /><strong>Posted:</strong> 26&nbsp;April&nbsp;2006 at 11:35am<br /><br />The only way to reproduce it yourself is to recycle the serversapplication pool the site is within, then before another search can berun, use a bookmarked link to an expired search.]]>
   </description>
   <pubDate>Wed, 26 Apr 2006 11:35:18 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/0x800a000d-search-results-posts-asp_topic19553_post105599.html#105599</guid>
  </item> 
  <item>
   <title><![CDATA[0x800A000D search_results_posts.asp : Thanks for looking at it. Is is...]]></title>
   <link>https://forums.webwiz.net/0x800a000d-search-results-posts-asp_topic19553_post105597.html#105597</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=21123">kiklop</a><br /><strong>Subject:</strong> 19553<br /><strong>Posted:</strong> 26&nbsp;April&nbsp;2006 at 11:27am<br /><br />Thanks for looking at it.<br />Is is a rare indeed. Today didn't happened and i'm still try to reproduce it myself :)]]>
   </description>
   <pubDate>Wed, 26 Apr 2006 11:27:11 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/0x800a000d-search-results-posts-asp_topic19553_post105597.html#105597</guid>
  </item> 
  <item>
   <title><![CDATA[0x800A000D search_results_posts.asp : I have been going through the...]]></title>
   <link>https://forums.webwiz.net/0x800a000d-search-results-posts-asp_topic19553_post105596.html#105596</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 19553<br /><strong>Posted:</strong> 26&nbsp;April&nbsp;2006 at 11:19am<br /><br />I have been going through the code to try and tack down this issue.<br><br>It looks like this error can occur if someone uses an old link to a search result that no-longer exists and there isn't any other search results held in the web servers memory.<br><br>I am adding some error handling code for the next version to prevent this very rare error.<br>]]>
   </description>
   <pubDate>Wed, 26 Apr 2006 11:19:51 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/0x800a000d-search-results-posts-asp_topic19553_post105596.html#105596</guid>
  </item> 
  <item>
   <title><![CDATA[0x800A000D search_results_posts.asp : Thanks Borg. Will try to ask our...]]></title>
   <link>https://forums.webwiz.net/0x800a000d-search-results-posts-asp_topic19553_post105594.html#105594</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=21123">kiklop</a><br /><strong>Subject:</strong> 19553<br /><strong>Posted:</strong> 26&nbsp;April&nbsp;2006 at 11:10am<br /><br />Thanks Borg.<br />Will try to ask our members. So far no one has complained about this, but this error was reported by our error reporting aplication.<br />Will let you know if i have more details.<br />Thanks !!!]]>
   </description>
   <pubDate>Wed, 26 Apr 2006 11:10:31 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/0x800a000d-search-results-posts-asp_topic19553_post105594.html#105594</guid>
  </item> 
  <item>
   <title><![CDATA[0x800A000D search_results_posts.asp : For performance reason when a...]]></title>
   <link>https://forums.webwiz.net/0x800a000d-search-results-posts-asp_topic19553_post105584.html#105584</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 19553<br /><strong>Posted:</strong> 26&nbsp;April&nbsp;2006 at 10:47am<br /><br />For performance reason when a search is done the result is stored in the web servers memory for a 20 minute period for extra performance so that the search doesn't have to be run on the database again.<br><br>There should be error handling to display a message after this 20 minute period is up, this error message you have may mean that this area needs to be looked into a bit more. <br><br>If you can find out exactly when and why this error has occurred it should help track down what the course maybe.<br>]]>
   </description>
   <pubDate>Wed, 26 Apr 2006 10:47:13 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/0x800a000d-search-results-posts-asp_topic19553_post105584.html#105584</guid>
  </item> 
  <item>
   <title><![CDATA[0x800A000D search_results_posts.asp : Yesterday I did the upgrade from...]]></title>
   <link>https://forums.webwiz.net/0x800a000d-search-results-posts-asp_topic19553_post105529.html#105529</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=21123">kiklop</a><br /><strong>Subject:</strong> 19553<br /><strong>Posted:</strong> 25&nbsp;April&nbsp;2006 at 10:44pm<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;Yesterday I did the upgrade from WWf sql 7x to 8x, and i'm happy to report that i didn't have any serious problems (most of the work was to do the modification to suit better my website.<br />From my personal error reporting aplication however does indicate that there is one error that repeat to apear.<br /><br />Microsoft VBScript runtime <br />(0x800A000D)<br />Type mismatch: 'UBound'<br /> /dforum/search_results_posts.asp<br />line 154<br />( For intCurrentRecord = 0 To UBound(sarySearchIndex, 2))<br /><br />Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2<br /><br /><br />Few examples of get data<br />GET /dforum/search_results_posts.asp?SearchID=20060425225744&KW=compact+camera <br /><br />/dforum/search_results_posts.asp?SearchID=20060425195120&KW=filter&PN=2<br /><br />I can't reproduce the problem myself but ..<br /><br />Does anyone experience something similar? Any idea of possible solution? <br /><br />www.dyxum.com/dforum/<br /><br />thanks<br />]]>
   </description>
   <pubDate>Tue, 25 Apr 2006 22:44:03 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/0x800a000d-search-results-posts-asp_topic19553_post105529.html#105529</guid>
  </item> 
 </channel>
</rss>