Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 Help! Major errors after SQL Server Reinstall
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

rtrm
Starting Member

United Kingdom
10 Posts

Posted - 11 March 2006 :  15:59:14  Show Profile
Hi

I'm having big problem with my forums at http://www.daggerford.com/fate.

All was working well, using SQL Server 2005. However, I had a completely unrelated problem yesterday that required me to uninstall SQL Server 2005. When I reinstalled SQL Server I reattached the database and created the user that's used for the forums connection. When I try to access the forums now I get numberous problems:

- none of the gaphics display. No idea why. The IIS anonymous user account has NTFS permissions to the files, but when I try to access a graphics file directly I get 404s.
- When I click on the link to the Generral forum I get:

ADODB.Recordset error '800a0bb9'

Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.

/fate/forum.asp, line 335

Line 335 is highlighted in the code snippet below:


	set rs = Server.CreateObject("ADODB.Recordset")
	rs.cachesize = strPageSize
	rs.open strSql & strSql2 & strSql3 & strSql4, my_Conn, adOpenStatic
		if not rs.EOF then
			rs.movefirst
			rs.pagesize = strPageSize
			inttotaltopics = cLng(rs.recordcount)
			rs.absolutepage = mypage '**
			maxpages = cLng(rs.pagecount)
			arrTopicData = rs.GetRows(strPageSize)
			iTopicCount = UBound(arrTopicData, 2)
		else
			iTopicCount = ""
			inttotaltopics = 0
		end if
	rs.Close
	set rs = nothing
end if


Anyone any idea what's gone wrong?

Roy

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 11 March 2006 :  16:01:45  Show Profile  Send ruirib a Yahoo! Message
Ok, I fixed it .


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

rtrm
Starting Member

United Kingdom
10 Posts

Posted - 11 March 2006 :  16:18:26  Show Profile
Yes, suddenly started working.

I didn't fix it, so it must have been you!

Thanks for looking anyway.

Roy
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 11 March 2006 :  16:36:50  Show Profile  Send ruirib a Yahoo! Message
It was me. I just run setup.asp. That's all it took.


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.29 seconds. Powered By: Snitz Forums 2000 Version 3.4.07