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: Database: MS Access
 Microsoft server 2003
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 2

Gizmo3
Junior Member

130 Posts

Posted - 06 February 2006 :  08:04:00  Show Profile
I have Microsoft server 2003 and I can not get the Snitz forun to work. I go into my internet explorer and go to the setup.asp and it say it has to make tables. I give it my user name and pass and the hit go. I then get these 13 errors

Please Wait until the installation has been completed !


Error: -2147217865 Could not find output table 'FORUM_CATEGORY'.
strSql: INSERT INTO FORUM_CATEGORY(CAT_STATUS, CAT_NAME) VALUES(1, 'Snitz Forums 2000')
Error: -2147217865 Could not find output table 'FORUM_MEMBERS'.
strSql: INSERT INTO FORUM_MEMBERS (M_STATUS, M_NAME, M_USERNAME, M_PASSWORD, M_EMAIL, M_COUNTRY, M_HOMEPAGE, M_LINK1, M_LINK2, M_PHOTO_URL, M_SIG, M_VIEW_SIG, M_SIG_DEFAULT, M_DEFAULT_VIEW, M_LEVEL, M_AIM, M_ICQ, M_MSN, M_YAHOO, M_POSTS, M_DATE, M_LASTHEREDATE, M_LASTPOSTDATE, M_TITLE, M_SUBSCRIPTION, M_HIDE_EMAIL, M_RECEIVE_EMAIL, M_LAST_IP, M_IP) VALUES(1, 'gizmo', 'gizmo', '536dce05f9e035a7b396f7a606afe0e2e174aac840603b941497db5f227d24ca', 'yourmail@server.com', ' ', ' ', ' ', ' ', ' ', ' ', 1, 1, 1, 3, ' ', ' ', ' ', ' ', 1, '20060205201747', '20060205201247', '20060205201747', 'Forum Admin', 0, 0, 1, '000.000.000.000', '000.000.000.000')
Error: -2147217865 Could not find output table 'FORUM_FORUM'.
strSql: INSERT INTO FORUM_FORUM(CAT_ID, F_STATUS, F_MAIL, F_SUBJECT, F_URL, F_DESCRIPTION, F_TOPICS, F_COUNT, F_LAST_POST, F_PASSWORD_NEW, F_PRIVATEFORUMS, F_TYPE, F_IP, F_LAST_POST_AUTHOR, F_LAST_POST_TOPIC_ID, F_LAST_POST_REPLY_ID) VALUES(1, 1, 0, 'Testing Forums', '', 'This forum gives you a chance to become more familiar with how this product responds to different features and keeps testing in one place instead of posting tests all over. Happy Posting! ', 1, 1, '20060205201747', '', 0, 0, '000.000.000.000', 1, 1, 0)
Error: -2147217865 Could not find output table 'FORUM_TOPICS'.
strSql: INSERT INTO FORUM_TOPICS (CAT_ID, FORUM_ID, T_STATUS, T_MAIL, T_SUBJECT, T_MESSAGE, T_AUTHOR, T_REPLIES, T_UREPLIES, T_VIEW_COUNT, T_LAST_POST, T_DATE, T_LAST_POSTER, T_IP, T_LAST_POST_AUTHOR, T_LAST_POST_REPLY_ID, T_ARCHIVE_FLAG) VALUES(1, 1, 1, 0, 'Welcome to Snitz Forums 2000', 'Thank you for downloading Snitz Forums 2000. We hope you enjoy this great tool to support your organization! Many thanks go out to John Penfold <asp@asp-dev.com> and Tim Teal <tteal@tealnet.com> for the original source code and to all the people of Snitz Forums 2000 at http://forum.snitz.com for continued support of this product.', 1, 0, 0, 0, '20060205201747', '20060205201747', 0, '000.000.000.000', 1, 0, 1)
Error: -2147217865 Could not find output table 'FORUM_TOTALS'.
strSql: INSERT INTO FORUM_TOTALS (COUNT_ID, P_COUNT, T_COUNT, U_COUNT) VALUES(1,1,1,1)
Error: -2147217865 Could not find output table 'FORUM_BADWORDS'.
strSql: INSERT INTO FORUM_BADWORDS (B_BADWORD, B_REPLACE) VALUES ('****','****')
Error: -2147217865 Could not find output table 'FORUM_BADWORDS'.
strSql: INSERT INTO FORUM_BADWORDS (B_BADWORD, B_REPLACE) VALUES (' ****',' ****')
Error: -2147217865 Could not find output table 'FORUM_BADWORDS'.
strSql: INSERT INTO FORUM_BADWORDS (B_BADWORD, B_REPLACE) VALUES ('****','****')
Error: -2147217865 Could not find output table 'FORUM_BADWORDS'.
strSql: INSERT INTO FORUM_BADWORDS (B_BADWORD, B_REPLACE) VALUES ('*****','*****')
Error: -2147217865 Could not find output table 'FORUM_BADWORDS'.
strSql: INSERT INTO FORUM_BADWORDS (B_BADWORD, B_REPLACE) VALUES ('****','****')
Error: -2147217865 Could not find output table 'FORUM_GROUP_NAMES'.
strSql: INSERT INTO FORUM_GROUP_NAMES (GROUP_NAME,GROUP_DESCRIPTION) VALUES ('All Categories you have access to','All Categories you have access to')
Error: -2147217865 Could not find output table 'FORUM_GROUP_NAMES'.
strSql: INSERT INTO FORUM_GROUP_NAMES (GROUP_NAME,GROUP_DESCRIPTION) VALUES ('Default Categories','Default Categories')
Error: -2147217865 Could not find output table 'FORUM_GROUPS'.
strSql: INSERT INTO FORUM_GROUPS (GROUP_ID, GROUP_CATID) VALUES (2,1)

The Installation has NOT been completed !

There were 13 Critical Errors...

What is the problem if anyone knows

Thanks

Pete


This account was hacked into by Image, a very honest guy as you all can see! Stealing people's passwords is his pasttime. Beware of this, before you register at his forums!

AnonJr
Moderator

United States
5768 Posts

Posted - 06 February 2006 :  08:54:08  Show Profile  Visit AnonJr's Homepage
Which type of database are you using?
Go to Top of Page

Gizmo3
Junior Member

130 Posts

Posted - 06 February 2006 :  09:19:51  Show Profile
I am using Microsoft Access database

This account was hacked into by Image, a very honest guy as you all can see! Stealing people's passwords is his pasttime. Beware of this, before you register at his forums!
Go to Top of Page

AnonJr
Moderator

United States
5768 Posts

Posted - 06 February 2006 :  10:12:04  Show Profile  Visit AnonJr's Homepage
And all the permissions are properly set? IUSER (I think) has read/write/execute on the database?

On second thought, I'd think that would give a different error... but it does look like the tables were not initially created. Hmmm...

Have you searched for the terms 'Access' and IIS 6? I seem to recall some issues with gettign Access to work with IIS6...

Edited by - AnonJr on 06 February 2006 10:15:44
Go to Top of Page

Gizmo3
Junior Member

130 Posts

Posted - 06 February 2006 :  10:17:50  Show Profile
Thanks Anonjr. Changed the permission and it worked . thanks

This account was hacked into by Image, a very honest guy as you all can see! Stealing people's passwords is his pasttime. Beware of this, before you register at his forums!
Go to Top of Page

Gizmo3
Junior Member

130 Posts

Posted - 06 February 2006 :  10:30:05  Show Profile
Now when I singin and it says it was successfull i am only in for about three seconds then it kicks me back out

This account was hacked into by Image, a very honest guy as you all can see! Stealing people's passwords is his pasttime. Beware of this, before you register at his forums!
Go to Top of Page

Gizmo3
Junior Member

130 Posts

Posted - 06 February 2006 :  10:32:04  Show Profile
I should mention that it is only if i log in on the computer that is running the forum and server. The other computer it works fine

This account was hacked into by Image, a very honest guy as you all can see! Stealing people's passwords is his pasttime. Beware of this, before you register at his forums!
Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 06 February 2006 :  11:05:00  Show Profile  Visit dayve's Homepage
quote:
Originally posted by Gizmo3

Now when I singin and it says it was successfull i am only in for about three seconds then it kicks me back out


I've seen this before, it is generall a browser caching issue. Turn off caching or hit CTRL-F5 for a server refresh.

Go to Top of Page

Gizmo3
Junior Member

130 Posts

Posted - 06 February 2006 :  16:21:54  Show Profile
If I connect using fire fox it works fine, but if i use internet explorer ican only stay signed in for a bout 3 seconds then it kick me out. But fire fox i stay logged in ok.

This account was hacked into by Image, a very honest guy as you all can see! Stealing people's passwords is his pasttime. Beware of this, before you register at his forums!
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 06 February 2006 :  16:23:58  Show Profile  Send ruirib a Yahoo! Message
Try deleting the cookies, close all browser windows and try to login again.


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

Gizmo3
Junior Member

130 Posts

Posted - 06 February 2006 :  16:36:57  Show Profile
I tried deleting the cookies and that did not work. I have to computers and and neither works with internet explorer. Going to look into a router issue

This account was hacked into by Image, a very honest guy as you all can see! Stealing people's passwords is his pasttime. Beware of this, before you register at his forums!
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 06 February 2006 :  17:17:15  Show Profile  Send ruirib a Yahoo! Message
Are you using frames?


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

Gizmo3
Junior Member

130 Posts

Posted - 06 February 2006 :  23:14:11  Show Profile
No I am not. It works fine with Firefox. But no internet explore.
You can go there at . www.ontbus.com. The server is down right now but will be up soon.

This account was hacked into by Image, a very honest guy as you all can see! Stealing people's passwords is his pasttime. Beware of this, before you register at his forums!
Go to Top of Page

Gizmo3
Junior Member

130 Posts

Posted - 07 February 2006 :  00:22:55  Show Profile
www.ontbus.com pass Guest user Guest

This account was hacked into by Image, a very honest guy as you all can see! Stealing people's passwords is his pasttime. Beware of this, before you register at his forums!
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 07 February 2006 :  03:17:50  Show Profile  Send ruirib a Yahoo! Message
This is the code I get when visiting your page:

html><head><title>ontbus.com</title></head>
<frameset rows="100%" scrolling="yes" border="0"><frame src="http://69.193.225.2">
<frame src="http://webhosting.yahoo.com/forward.html" marginwidth="0" marginheight="0"  scrolling="no" frameborder="0">
</frameset></html>

So, frames are being used, indeed.

Adding a compact privacy policy may, quite certainly, solve the problem: http://forum.snitz.com/forum/topic.asp?TOPIC_ID=57136#312084


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

Gizmo3
Junior Member

130 Posts

Posted - 07 February 2006 :  08:21:08  Show Profile
I wil give that a try. But at the moment I am getting win 2003 server of of there. I t all comes up with a message windows is shutting down in 60 seconds then shuts down. I remember a few years ago I tried to use that version and it did that to. Time for it to go. Thanks for your help. I will give you idea a try soon as I am up and going again.

This account was hacked into by Image, a very honest guy as you all can see! Stealing people's passwords is his pasttime. Beware of this, before you register at his forums!
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Next Page
 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.31 seconds. Powered By: Snitz Forums 2000 Version 3.4.07