<?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 : &quot;Timeout expired&quot; error when upgrading</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 : &quot;Timeout expired&quot; error when upgrading]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 09 Apr 2026 01:18:30 +0000</pubDate>
  <lastBuildDate>Fri, 22 Sep 2006 04:31:04 +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=19636</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[&quot;Timeout expired&quot; error when upgrading : I DID IT!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!...]]></title>
   <link>https://forums.webwiz.net/timeout-expired-error-when-upgrading_topic19636_post114367.html#114367</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=23022">CinemaemCena</a><br /><strong>Subject:</strong> 19636<br /><strong>Posted:</strong> 22&nbsp;September&nbsp;2006 at 4:31am<br /><br />I DID IT!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! <DIV>&nbsp;</DIV><DIV>I restarted the whole proccess. Same timeout error while updating tblThread (I still don't know why). After the upgrade was done, I checked every table. Everything was ok (except for the field the weren't deleted. Can I let them on the database or do I have to delete them?).</DIV><DIV>&nbsp;</DIV><DIV>Then I went to the tblThread and I created the new fields.</DIV><DIV>&nbsp;</DIV><DIV>You gave me the wrong info, Borg! <img src="http://forums.webwiz.net/smileys/smiley3.gif" height="17" width="17" border="0" align="absmiddle" alt="Shocked" />&nbsp;It's not "binary", it's "bit". And then there's the catch. It AUTOMATICALLY selects ALLOW NULL. It's necessary to uncheck it. And it has to be done the first time, before you save the new table. If you save it with the NULL option, you can't change it afterwards. I Mean... you CAN, but the forum still won't work.</DIV><DIV>&nbsp;</DIV><DIV>Anyway... I DID IT!!!! :)</DIV><DIV>&nbsp;</DIV><DIV>Well... with your help and the help of the user who posted the thread I linked in a post above.</DIV><DIV>&nbsp;</DIV><DIV>THANK YOU!</DIV><span style="font-size:10px"><br /><br />Edited by CinemaemCena - 22&nbsp;September&nbsp;2006 at 4:32am</span>]]>
   </description>
   <pubDate>Fri, 22 Sep 2006 04:31:04 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/timeout-expired-error-when-upgrading_topic19636_post114367.html#114367</guid>
  </item> 
  <item>
   <title><![CDATA[&quot;Timeout expired&quot; error when upgrading : Ok, I went into the Version History...]]></title>
   <link>https://forums.webwiz.net/timeout-expired-error-when-upgrading_topic19636_post114365.html#114365</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=23022">CinemaemCena</a><br /><strong>Subject:</strong> 19636<br /><strong>Posted:</strong> 22&nbsp;September&nbsp;2006 at 3:36am<br /><br />Ok, I went into the Version History txt file and then compared it to what I had on my database after the upgrade. Maybe if I describe everything in details you'll be able to figure out what's going on.<DIV>&nbsp;</DIV><DIV>The differences I found:</DIV><DIV>&nbsp;</DIV><DIV><strong>tblForum</strong></DIV><P>1) none of the fields that should've been deleted were in fact deleted. And the field Read appeared in my database as &#091;Read&#093;;</P><DIV>2) VH (Version History) said: "Sub_ID - data type = <strong>interger</strong> - default value = 0". But my DB had datatype as "<strong>smallint</strong>" (lenght=2. Is that right?)</DIV><DIV>&nbsp;</DIV><DIV>3) VH said: "Last_post_author_ID - data type = interger". Again, my DB had datatype as "smallint".</DIV><DIV>&nbsp;</DIV><DIV>4) VH said: "Last_post_date - data type = date/time - default value = <strong>now()/GetDate()</strong>". My DB had default value as "<strong>(getdate())</strong>"</DIV><DIV>&nbsp;</DIV><DIV>5) The field Display was NOT created.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV><strong>tblTopic</strong></DIV><P>1) The fields Start_date and&nbsp;Last_entry_date were NOT deleted.</P><DIV>2) The fields "Start_Thread_ID", "Last_Thread_ID" and&nbsp;"No_of_replies" had their datatypes in VH as "interger". In my DB, however, it was set to "int". Why "int" and not "smallint" like what happened in the "tblForum"?'</DIV><DIV>&nbsp;</DIV><DIV>3) The field "Icon", in VH, said datatype as "text". In my DB, it was set to "nvarchar".</DIV><DIV>&nbsp;</DIV><DIV>4) The field "Hide", in VH, said datatype as "true/false" (def. val. as false). In my DB it said "bit" and def. value as (0).</DIV><DIV>&nbsp;</DIV><DIV>5) The field "Event-Date", in VH, said datatype as "date". In my DB it's "datetime", but I guess it's correct.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV><strong>tblThread</strong></DIV><P>1) None of the new fields were created. And there's no "true/false" datatype. you said before I should use "bin". In the thread I linked to in my last post, the user said he used "bit". Which one is the correct? (I guess the default value is (0).</P><P><strong>tblPermission</strong></P><P>1) In VH, it says "Display_posts" datatype true/false. In my DB it says "bit". In VH, it doesn't say which should be the default value, but the upgrade file sets it to (0) (false, isn't it?). </P><P>2) In VH, the new field "Calendar_event" is set to datatype "boolean". In my DB, it says "bit" (default value = (0)).</P><DIV><strong>tblAuthor</strong></DIV><P>1) In VH, "No_of_PM" has datatype as&nbsp;"interger". In my DB, as "int". I still don't know why interger was substituted with "smallint" in the tblForum.</P><DIV>And so on... (yes, I got tired). The pattern is the same in the rest: "interger" for "int", "boolean" for "int", etc, etc, etc.<BR></DIV><DIV><BR></DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 22 Sep 2006 03:36:04 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/timeout-expired-error-when-upgrading_topic19636_post114365.html#114365</guid>
  </item> 
  <item>
   <title><![CDATA[&quot;Timeout expired&quot; error when upgrading : This is really frustrating. I...]]></title>
   <link>https://forums.webwiz.net/timeout-expired-error-when-upgrading_topic19636_post114363.html#114363</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=23022">CinemaemCena</a><br /><strong>Subject:</strong> 19636<br /><strong>Posted:</strong> 22&nbsp;September&nbsp;2006 at 2:38am<br /><br />This is really frustrating. I went to the Version History file and I compared everything to what I had on my SQL server AFTER the upgrade. There were some discrepancies in some tables, but most of them were correctly created during the ugprade (I noticed some oddities, like data type "text" were constantly substituted by nvchar). So that invalidates the theory that my "user" isn't allowed to do modifications. I also noticed that even in the tables that had new fields added, NO fields were deleted - so I deleted the fields according to the Version History.<DIV>&nbsp;</DIV><DIV>After altering everything according to the Version History, I STILL got the Cbool (line 779) error. </DIV><DIV>&nbsp;</DIV><DIV>Then I went to this thread (<a href="http://forums.webwiz.net/forum_posts.asp?TID=20931&amp;KW=line+779" target="_blank">http://forums.webwiz.net/forum_posts.asp?TID=20931&amp;KW=line+779</A>) and I tried entering the "bit" datatype instead of the "bin" datatype that you suggested (default value still (0)).</DIV><DIV>&nbsp;</DIV><DIV>Guess what? It still didn't work.</DIV><DIV>&nbsp;</DIV><DIV>So I officially give up on having the 8.04 version. I'll stay with 7.97, because I honestly can't think of anything else I could do.</DIV><DIV>&nbsp;</DIV><DIV>Can you? Anyone? :(</DIV>]]>
   </description>
   <pubDate>Fri, 22 Sep 2006 02:38:04 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/timeout-expired-error-when-upgrading_topic19636_post114363.html#114363</guid>
  </item> 
  <item>
   <title><![CDATA[&quot;Timeout expired&quot; error when upgrading : Just to add to the mix...our install...]]></title>
   <link>https://forums.webwiz.net/timeout-expired-error-when-upgrading_topic19636_post114344.html#114344</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=20197">jeffdaro</a><br /><strong>Subject:</strong> 19636<br /><strong>Posted:</strong> 21&nbsp;September&nbsp;2006 at 1:45pm<br /><br />Just to add to the mix...our install went fine, but timeouts seem to be a daily issue with our forums. I've been blaming it on my ISP. Just my 2 cents...<br><br>]]>
   </description>
   <pubDate>Thu, 21 Sep 2006 13:45:22 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/timeout-expired-error-when-upgrading_topic19636_post114344.html#114344</guid>
  </item> 
  <item>
   <title><![CDATA[&quot;Timeout expired&quot; error when upgrading : It maybe then that the other new...]]></title>
   <link>https://forums.webwiz.net/timeout-expired-error-when-upgrading_topic19636_post114335.html#114335</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 19636<br /><strong>Posted:</strong> 21&nbsp;September&nbsp;2006 at 7:40am<br /><br />It maybe then that the other new fields are also not created.<br><br>You may need to go through the version history file and create all fields manually if you can not findout why your database is timing out when alterations are applied to the tables.<br><br>I still think it would be a permissions issue and that the user you are logging into the SQL Server with doesn't have sufficient permissions to alter tables. Try logging in with the 'sa' account for doing the database upgrade.<br><br>Also a SQL Server site may be able to give you better advice on dealing with issues with SQL Server as it can be quite a complex database system.<br>]]>
   </description>
   <pubDate>Thu, 21 Sep 2006 07:40:15 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/timeout-expired-error-when-upgrading_topic19636_post114335.html#114335</guid>
  </item> 
  <item>
   <title><![CDATA[&quot;Timeout expired&quot; error when upgrading : Ok, I did everything like you...]]></title>
   <link>https://forums.webwiz.net/timeout-expired-error-when-upgrading_topic19636_post114332.html#114332</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=23022">CinemaemCena</a><br /><strong>Subject:</strong> 19636<br /><strong>Posted:</strong> 21&nbsp;September&nbsp;2006 at 2:18am<br /><br /><P>Ok, I did everything like you said. But now, when I click on any topic of the forum, I get the message:</P>Microsoft VBScript runtime <FONT face=Arial size=2>error '800a005e'</FONT><FONT face="Times New Roman" size=3> </FONT><P><FONT face=Arial size=2>Invalid use of Null: 'CBool'</FONT> <P><FONT face=Arial size=2>/forum/forum_posts.asp</FONT><FONT face=Arial size=2>, line 779</FONT> </P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Thu, 21 Sep 2006 02:18:15 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/timeout-expired-error-when-upgrading_topic19636_post114332.html#114332</guid>
  </item> 
  <item>
   <title><![CDATA[&quot;Timeout expired&quot; error when upgrading : Do this after the upgrade.As the...]]></title>
   <link>https://forums.webwiz.net/timeout-expired-error-when-upgrading_topic19636_post114250.html#114250</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 19636<br /><strong>Posted:</strong> 19&nbsp;September&nbsp;2006 at 10:55am<br /><br />Do this after the upgrade.<br><br>As the only error message is a timeout on that particular table the other tables should have been created and updated successfully.<br>]]>
   </description>
   <pubDate>Tue, 19 Sep 2006 10:55:15 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/timeout-expired-error-when-upgrading_topic19636_post114250.html#114250</guid>
  </item> 
  <item>
   <title><![CDATA[&quot;Timeout expired&quot; error when upgrading : Borg, do you recommend I do this...]]></title>
   <link>https://forums.webwiz.net/timeout-expired-error-when-upgrading_topic19636_post114219.html#114219</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=23022">CinemaemCena</a><br /><strong>Subject:</strong> 19636<br /><strong>Posted:</strong> 18&nbsp;September&nbsp;2006 at 6:49pm<br /><br />Borg, do you recommend I do this before or after running the upgrade?<DIV>&nbsp;</DIV><DIV>And what if there's some other table that should've been created but wasn't because of the tblThread time out? I mean... after doing the tblThread, the program would upgrade other tables, wouldn'it?</DIV>]]>
   </description>
   <pubDate>Mon, 18 Sep 2006 18:49:36 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/timeout-expired-error-when-upgrading_topic19636_post114219.html#114219</guid>
  </item> 
  <item>
   <title><![CDATA[&quot;Timeout expired&quot; error when upgrading : The only thing you can do then,...]]></title>
   <link>https://forums.webwiz.net/timeout-expired-error-when-upgrading_topic19636_post114201.html#114201</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 19636<br /><strong>Posted:</strong> 18&nbsp;September&nbsp;2006 at 1:26pm<br /><br />The only thing you can do then, as it is only the the tblThread table that there is a problem, is have a look in the version history file and manually add the new fields to the table.<br><br>Luckily the only changes were to add towo new fields which I have listed below:-<br><br>Changes to tblThread<br>New fields:-<br>1. Hide - data type = true/false - default value = false<br>2. File_uploads - data type = text 255 characters<br><br>For the first one in SQL server it needs to be set to binary and have the default value of 0 as SQL Sever doesn't have a true/false datatype.<br>]]>
   </description>
   <pubDate>Mon, 18 Sep 2006 13:26:44 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/timeout-expired-error-when-upgrading_topic19636_post114201.html#114201</guid>
  </item> 
  <item>
   <title><![CDATA[&quot;Timeout expired&quot; error when upgrading : Well, borg, I&amp;#039;m stuck. When...]]></title>
   <link>https://forums.webwiz.net/timeout-expired-error-when-upgrading_topic19636_post114200.html#114200</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=23022">CinemaemCena</a><br /><strong>Subject:</strong> 19636<br /><strong>Posted:</strong> 18&nbsp;September&nbsp;2006 at 12:39pm<br /><br />Well, borg, I'm stuck. When I checked the timeout value was set to "Wait indefinetely". The dabase HAS permissions to create and alter tables.<DIV>&nbsp;</DIV><DIV>But the upgrading process takes about 100 seconds and, when the final screen appears, everything is right BUT the stage 2, where the Time Out message regarding tblThreads appears.</DIV><DIV>&nbsp;</DIV><DIV>I guess that's it for me, huh? :(</DIV>]]>
   </description>
   <pubDate>Mon, 18 Sep 2006 12:39:07 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/timeout-expired-error-when-upgrading_topic19636_post114200.html#114200</guid>
  </item> 
 </channel>
</rss>