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: MOD Implementation
 Forum Admin Mod
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

bcooper
Starting Member

34 Posts

Posted - 20 June 2001 :  13:21:28  Show Profile  Send bcooper an AOL message
When I run the forum administration mod on the 3.3beta, i get this error:

Creating table(s)...
CREATE TABLE FORUM_A_TOPICS( TOPIC_ID#INT#NULL# int IDENTITY (1, 1) NOT NULL , CAT_ID int NULL , T_STATUS int NULL , FORUM_ID int NULL , T_MAIL int NULL , T_SUBJECT text (50) NULL , T_MESSAGE memo NULL , T_AUTHOR int NULL , T_REPLIES int NULL , T_VIEW_COUNT int NULL , T_LAST_POST varchar(20) NULL , T_DATE varchar(20) NULL , T_LAST_POSTER int NULL , T_IP varchar(20) NULL , T_LAST_POST_AUTHOR int NULL )
-2147217900 | Syntax error in field definition.

--------------------------------------------------------------------------------

Creating table(s)...
CREATE TABLE FORUM_A_REPLY( CAT_ID#INT#NULL# int IDENTITY (1, 1) NOT NULL , FORUM_ID int NULL , TOPIC_ID int NULL , REPLY_ID int NULL , R_AUTHOR int NULL , R_MESSAGE memo NULL , R_DATE varchar(20) NULL , R_IP varchar(20) NULL , R_MAIL int NULL )
-2147217900 | Syntax error in field definition.

--------------------------------------------------------------------------------

Dropping Column...
ALTER TABLE FORUM_FORUM DROP COLUMN L_ARCHIVE
-2147217900 | There is no field named 'L_ARCHIVE' in table 'FORUM_FORUM'.
Adding Column...
ALTER TABLE FORUM_FORUM ADD COLUMN F_L_ARCHIVE text(20) NULL
Column added successfully
Adding Column...
ALTER TABLE FORUM_FORUM ADD COLUMN F_ARCHIVE_SCHED int NULL DEFAULT 30
Column added successfully
Populating Current Records with new Default value
UPDATE FORUM_FORUM SET F_ARCHIVE_SCHED=30
Adding Column...
ALTER TABLE FORUM_FORUM ADD COLUMN F_L_DELETE text(20) NULL
Column added successfully
Adding Column...
ALTER TABLE FORUM_FORUM ADD COLUMN F_DELETE_SCHED int NULL DEFAULT 365
Column added successfully
Populating Current Records with new Default value
UPDATE FORUM_FORUM SET F_DELETE_SCHED=365
Table(s) updated

any reasons why?any help would be appreciated

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 20 June 2001 :  14:31:38  Show Profile  Visit HuwR's Homepage
what connection string are you using? and could you post the contents of the dbs file used for the update

Go to Top of Page

bcooper
Starting Member

34 Posts

Posted - 21 June 2001 :  13:45:17  Show Profile  Send bcooper an AOL message
LOL i figured it out shortly after i posted it and didnt delete my post. I found out I was downloading an old copy of the Alpha version, and it didnt like it. So I downloaded the new one and it works perfectly.

quote:

what connection string are you using? and could you post the contents of the dbs file used for the update





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.37 seconds. Powered By: Snitz Forums 2000 Version 3.4.07