<?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 : MSSQL v7.97 New Install -- Admin Button problems</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 : MSSQL v7.97 New Install -- Admin Button problems]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 13 Apr 2026 05:10:17 +0000</pubDate>
  <lastBuildDate>Sun, 05 Mar 2006 16:13:21 +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=18264</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[MSSQL v7.97 New Install -- Admin Button problems : It seams to be defined in yor...]]></title>
   <link>https://forums.webwiz.net/mssql-v7-97-new-install-admin-button-problems_topic18264_post100664.html#100664</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=23094">Webmaster MJF</a><br /><strong>Subject:</strong> 18264<br /><strong>Posted:</strong> 05&nbsp;March&nbsp;2006 at 4:13pm<br /><br />It seams to be defined in yor code, but was somehow not in mine(?)<br><br>Still I have problems uploading images, even I have given all users access to upload files and images in the forum. No error message; but the upload windows won't close after uploading. Before the uploaded image was sent to the post ed message.<br><br>Any Ideas?<br>]]>
   </description>
   <pubDate>Sun, 05 Mar 2006 16:13:21 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/mssql-v7-97-new-install-admin-button-problems_topic18264_post100664.html#100664</guid>
  </item> 
  <item>
   <title><![CDATA[MSSQL v7.97 New Install -- Admin Button problems :   Webmaster MJF wrote:I think...]]></title>
   <link>https://forums.webwiz.net/mssql-v7-97-new-install-admin-button-problems_topic18264_post100561.html#100561</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=23139">oldgym</a><br /><strong>Subject:</strong> 18264<br /><strong>Posted:</strong> 04&nbsp;March&nbsp;2006 at 5:21am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by Webmaster MJF" alt="Originally posted by Webmaster MJF" style="vertical-align: text-bottom;" /> <strong>Webmaster MJF wrote:</strong><br /><br />I think I fount it!<BR>The variable "strLoggedInUserCode" is not defined in the file admin/common.asp. When I defined it as the UID session it worked great!<BR></td></tr></table> <DIV>&nbsp;</DIV><DIV>Webmaster MJF! what have you changed in the code to fix it??? i found the code but am not sure how to manipulate it.</DIV><DIV>&nbsp;</DIV><DIV><BR><FONT color=#990000>'Read in users ID number from the cookie<BR>strLoggedInUserCode = Trim(Mid(Session("UID"), 1, 44))</FONT></DIV><DIV><BR><FONT color=#990000>'If a cookie exsists on the users system then read in there username from the database<BR>If strLoggedInUserCode &lt;&gt; "" Then<BR>&nbsp;<BR>&nbsp;'Make the usercode SQL safe<BR>&nbsp;strLoggedInUserCode = formatSQLInput(strLoggedInUserCode)<BR>&nbsp;<BR>&nbsp;'Initalise the strSQL variable with an SQL statement to query the database<BR>&nbsp;strSQL = "SELECT " &amp; strDbTable &amp; "Author.Author_ID, " &amp; strDbTable &amp; "Author.Username, " &amp; strDbTable &amp; "Author.Group_ID "<BR>&nbsp;strSQL = strSQL &amp; "FROM " &amp; strDbTable &amp; "Author "<BR>&nbsp;strSQL = strSQL &amp; "WHERE User_code = '" &amp; strLoggedInUserCode &amp; "';"<BR>&nbsp;&nbsp;</FONT></DIV><DIV><FONT color=#990000></FONT>&nbsp;</DIV><DIV><FONT color=#000000>Anyone wanna help me out???</FONT></DIV>]]>
   </description>
   <pubDate>Sat, 04 Mar 2006 05:21:09 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/mssql-v7-97-new-install-admin-button-problems_topic18264_post100561.html#100561</guid>
  </item> 
  <item>
   <title><![CDATA[MSSQL v7.97 New Install -- Admin Button problems : I think I fount it! The variable...]]></title>
   <link>https://forums.webwiz.net/mssql-v7-97-new-install-admin-button-problems_topic18264_post100263.html#100263</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=23094">Webmaster MJF</a><br /><strong>Subject:</strong> 18264<br /><strong>Posted:</strong> 27&nbsp;February&nbsp;2006 at 8:01pm<br /><br />I think I fount it!<br>The variable "strLoggedInUserCode" is not defined in the fileadmin/common.asp. When I defined it as the UID session it worked great!<br>]]>
   </description>
   <pubDate>Mon, 27 Feb 2006 20:01:18 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/mssql-v7-97-new-install-admin-button-problems_topic18264_post100263.html#100263</guid>
  </item> 
  <item>
   <title><![CDATA[MSSQL v7.97 New Install -- Admin Button problems : The only thing I can think then...]]></title>
   <link>https://forums.webwiz.net/mssql-v7-97-new-install-admin-button-problems_topic18264_post100129.html#100129</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 18264<br /><strong>Posted:</strong> 24&nbsp;February&nbsp;2006 at 4:28pm<br /><br />The only thing I can think then is a corrupted file of some kind.<br><br>Try reuploading all the original files again making sure they are all from the same version.<br>]]>
   </description>
   <pubDate>Fri, 24 Feb 2006 16:28:55 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/mssql-v7-97-new-install-admin-button-problems_topic18264_post100129.html#100129</guid>
  </item> 
  <item>
   <title><![CDATA[MSSQL v7.97 New Install -- Admin Button problems :   -boRg- wrote:McAffee often...]]></title>
   <link>https://forums.webwiz.net/mssql-v7-97-new-install-admin-button-problems_topic18264_post100113.html#100113</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=23019">jpwalters</a><br /><strong>Subject:</strong> 18264<br /><strong>Posted:</strong> 24&nbsp;February&nbsp;2006 at 3:06pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by -boRg-" alt="Originally posted by -boRg-" style="vertical-align: text-bottom;" /> <strong>-boRg- wrote:</strong><br /><br />McAffee often courses issues, try disabling it see if it clears up the issue.<BR><BR>Have you tested to see if your site can hold the ASP session?<BR><BR>One way to do this is to run Firefox and have a look at the stored cookie for your site, if the ASP session ID keeps changing it means that your site has issues holding the ASP session.<BR><BR>Also check that the application pool on the server is not set to be using a web garden and is not continually recycling.<BR><BR>You can check that the app pool is not continually recycling by looking in the Windows Task Manager for the Image Name w3wp.exe, if the process ID for these keeps changing then the app pool is recycling, which could mean either an app pool setup problem or a bigger issue on the server.<BR></td></tr></table> <DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Thanks for the info...</DIV><DIV>&nbsp;</DIV><DIV>1.&nbsp; I added PID to the View in Task Manager and monitored the w3pwp.exe's.&nbsp; I watched them for about 30 minutes.&nbsp; The did not change at all.&nbsp; Though the Mem Usage and CPU usage for those processes varied.</DIV><DIV>&nbsp;</DIV><DIV>2.&nbsp; Regarding the forum.&nbsp; I did seem to get a little further this time, which is a good thing, but I still ultimately end up at the same place.&nbsp; As you suggested I looked at the cookies from within FireFox, and here the ASP Session ID has not changed.</DIV><DIV>&nbsp;</DIV><DIV>Cookie: ASPSESSIONIDSCCCDCDT<BR>Content: PDNBEOIDKOIKALCNACFPAPKK</DIV><DIV>Went to Web Wiz Forums License Agreement</DIV><DIV>Cookie Session ID the same...</DIV><DIV>Came to Forum Administration Menu</DIV><DIV>Cookie Session ID the same...</DIV><DIV>Created a forum...</DIV><DIV>Cookie Session ID the same..</DIV><DIV>Changed Password</DIV><DIV>Cookie Session ID the same..</DIV><DIV>Clicked on Membership Admin from the Admin Menu</DIV><DIV>Cookie Session ID the same..</DIV><DIV>Then....I received the famous message</DIV><DIV>"Sorry, only members with sufficient permission can access this page."</DIV><DIV>Checked Cookie one last time and it was still:</DIV><DIV>&nbsp;</DIV><DIV>Cookie: ASPSESSIONIDSCCCDCDT<BR>Content: PDNBEOIDKOIKALCNACFPAPKK</DIV><DIV><BR>So apparently, the session ID is not changing yet there is some other issue.</DIV><DIV>&nbsp;</DIV><DIV>Thanks,<BR>Jason</DIV><DIV><BR>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 24 Feb 2006 15:06:44 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/mssql-v7-97-new-install-admin-button-problems_topic18264_post100113.html#100113</guid>
  </item> 
  <item>
   <title><![CDATA[MSSQL v7.97 New Install -- Admin Button problems : McAffee often courses issues,...]]></title>
   <link>https://forums.webwiz.net/mssql-v7-97-new-install-admin-button-problems_topic18264_post100091.html#100091</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 18264<br /><strong>Posted:</strong> 24&nbsp;February&nbsp;2006 at 9:02am<br /><br />McAffee often courses issues, try disabling it see if it clears up the issue.<br><br>Have you tested to see if your site can hold the ASP session?<br><br>One way to do this is to run Firefox and have a look at the stored cookie for your site, if the ASP session ID keeps changing it means that your site has issues holding the ASP session.<br><br>Also check that the application pool on the server is not set to be using a web garden and is not continually recycling.<br><br>You can check that the app pool is not continually recycling by looking in the Windows Task Manager for the Image Name w3wp.exe, if the process ID for these keeps changing then the app pool is recycling, which could mean either an app pool setup problem or a bigger issue on the server.<br>]]>
   </description>
   <pubDate>Fri, 24 Feb 2006 09:02:13 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/mssql-v7-97-new-install-admin-button-problems_topic18264_post100091.html#100091</guid>
  </item> 
  <item>
   <title><![CDATA[MSSQL v7.97 New Install -- Admin Button problems : Hi Borg,  1. There is a hardware...]]></title>
   <link>https://forums.webwiz.net/mssql-v7-97-new-install-admin-button-problems_topic18264_post100058.html#100058</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=23019">jpwalters</a><br /><strong>Subject:</strong> 18264<br /><strong>Posted:</strong> 23&nbsp;February&nbsp;2006 at 6:54pm<br /><br />Hi Borg,<DIV>&nbsp;</DIV><DIV>1.&nbsp;&nbsp; There is a hardware firewall, however, the ip addresses we are testing from, are allowed open access (all ports). </DIV><DIV>&nbsp;</DIV><DIV>2.&nbsp; No script blocking.&nbsp; </DIV><DIV>&nbsp;&nbsp;&nbsp; </DIV><DIV>3.&nbsp; The only software programs running other than iis and sql would be veritas netbackup and mcaffee virusscan.</DIV><DIV>&nbsp;</DIV><DIV>Would it be possible to download v7.96 and to try that?</DIV><DIV>&nbsp;</DIV><DIV>Thanks,</DIV><DIV>Jason Walters</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 23 Feb 2006 18:54:08 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/mssql-v7-97-new-install-admin-button-problems_topic18264_post100058.html#100058</guid>
  </item> 
  <item>
   <title><![CDATA[MSSQL v7.97 New Install -- Admin Button problems :   In version 7.97 for extra...]]></title>
   <link>https://forums.webwiz.net/mssql-v7-97-new-install-admin-button-problems_topic18264_post99836.html#99836</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 18264<br /><strong>Posted:</strong> 21&nbsp;February&nbsp;2006 at 11:55am<br /><br />In version 7.97 for extra protection against the latest hacking wave the login system for the admin section is completely different to the main forum.<br><br>The admin section now requires the admin to re-login to the admin section, which now uses a more secure ASP session variable to keep the admin logged in throughout the admin section.<br><br>If for some reason your browser or server is dropping the ASP session you will get issues logging into the admin section.<br><br>Please see my other posts in this Topic for suggestions if you are having issues logging into the admin section.<br><br>If the servers app pool is continually recycling like your host have said then it sounds like there is an issue with the server and it sounds like the server either has a bug that needs addressing, or the app pools have been setup incorrectly.<br><br>Until this issue is resolved with your host server you will not be able to use software, such as web wiz forums that requires ASP sessions and application level variables.<br><br>If the app pool is continually recycling then things like Active Users, Performance enhancements, logging into the admin area, uploading files and images, and lots of other features will not work or fail to work correctly.<br><span style="font-size:10px"><br /><br />Edited by -boRg- - 21&nbsp;February&nbsp;2006 at 12:11pm</span>]]>
   </description>
   <pubDate>Tue, 21 Feb 2006 11:55:37 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/mssql-v7-97-new-install-admin-button-problems_topic18264_post99836.html#99836</guid>
  </item> 
  <item>
   <title><![CDATA[MSSQL v7.97 New Install -- Admin Button problems : This is truely not the topic....]]></title>
   <link>https://forums.webwiz.net/mssql-v7-97-new-install-admin-button-problems_topic18264_post99813.html#99813</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=23094">Webmaster MJF</a><br /><strong>Subject:</strong> 18264<br /><strong>Posted:</strong> 20&nbsp;February&nbsp;2006 at 8:53pm<br /><br />This is truely not the topic. I am logged in as the forum administratorand have all the rights needed for the rest of the forum. But still Ican't get into the admin section. No login required as I am alreadylogged in..]]>
   </description>
   <pubDate>Mon, 20 Feb 2006 20:53:24 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/mssql-v7-97-new-install-admin-button-problems_topic18264_post99813.html#99813</guid>
  </item> 
  <item>
   <title><![CDATA[MSSQL v7.97 New Install -- Admin Button problems : well this happens to me sometimes...]]></title>
   <link>https://forums.webwiz.net/mssql-v7-97-new-install-admin-button-problems_topic18264_post99745.html#99745</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=16621">pilot99</a><br /><strong>Subject:</strong> 18264<br /><strong>Posted:</strong> 20&nbsp;February&nbsp;2006 at 2:23am<br /><br />well this happens to me sometimes too i found that i sometimes doent use capitals were it is need for the captcha <IMG height=17 alt=Embarrassed src="http://forums.webwiz.net/smileys/smiley9.gif" width=17 align=absMiddle border="0">&nbsp;kinda of a silly mistake but its a possibility it happens to you also.]]>
   </description>
   <pubDate>Mon, 20 Feb 2006 02:23:30 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/mssql-v7-97-new-install-admin-button-problems_topic18264_post99745.html#99745</guid>
  </item> 
 </channel>
</rss>