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
 privat messages
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

HarlekinWF
New Member

Germany
77 Posts

Posted - 26 April 2002 :  14:54:25  Show Profile  Send HarlekinWF an ICQ Message
have problems with
Private Messages MOD for Snitz Forums 2000 v3.3.03
http://kinser.121hosts.net/link-it/default.asp?catid=1&cattitle=NewMODSforv3.3.03

Microsoft OLE DB Provider for ODBC Drivers error '80040e37'
[Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot find the input table or query 'FORUM_PM'. Make sure it exists and that its name is spelled correctly.

/privatemess.asp, line 54



the mod was icluded in the forum mit inc. mods.
when i try to install agin the mod
this messages comes:



Private Messages Mod (Default)

Creating table(s)...
CREATE TABLE FORUM_PM( M_ID int IDENTITY (1, 1) NOT NULL , M_SUBJECT text (100) NULL , M_FROM int NULL , M_TO int NULL , M_SENT text (50) NULL , M_MESSAGE memo NULL , M_PMCOUNT text (50) NULL , M_READ int NULL DEFAULT 0, M_MAIL text (50) NULL , M_OUTBOX smallint NULL DEFAULT 1)
Table already exists

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

Adding Column M_PMEMAIL...
ALTER TABLE FORUM_MEMBERS ADD COLUMN M_PMEMAIL int NULL DEFAULT 0
-2147217900 | [Microsoft][ODBC Microsoft Access Driver] Syntax error in ALTER TABLE statement.

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

Adding Column M_PMRECEIVE...
ALTER TABLE FORUM_MEMBERS ADD COLUMN M_PMRECEIVE int NULL DEFAULT 1
-2147217900 | [Microsoft][ODBC Microsoft Access Driver] Syntax error in ALTER TABLE statement.

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

If there were errors please post a question in the MOD Implementation Forum at


RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 26 April 2002 :  15:40:53  Show Profile
which strConnString are you using in your config.asp file?
Go to Top of Page

HarlekinWF
New Member

Germany
77 Posts

Posted - 26 April 2002 :  16:11:17  Show Profile  Send HarlekinWF an ICQ Message
i have dsn

strConnString = "DSN=TF2HQ_kia_data"


(sorry of twice posts)

http://forum.killers-in-action.com

Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 26 April 2002 :  17:08:22  Show Profile
The private Messages MOD should have come with 2 dbs files.

When you goto MOD Setup try choosing this one in the dropdown box instead:

Private Messages Mod for Access97 Connectstring
Go to Top of Page

HarlekinWF
New Member

Germany
77 Posts

Posted - 26 April 2002 :  17:30:55  Show Profile  Send HarlekinWF an ICQ Message
same :


Private Messages Mod for Access97 Connectstring

Creating table(s)...
CREATE TABLE FORUM_PM( M_ID int IDENTITY (1, 1) NOT NULL , M_SUBJECT text (100) NULL , M_FROM int NULL , M_TO int NULL , M_SENT text (50) NULL , M_MESSAGE memo NULL , M_PMCOUNT text (50) NULL , M_READ int NULL , M_MAIL text (50) NULL , M_OUTBOX smallint NULL )
Table already exists

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

Adding Column M_PMEMAIL...
ALTER TABLE FORUM_MEMBERS ADD COLUMN M_PMEMAIL int NULL
-2147217900 | [Microsoft][ODBC Microsoft Access Driver] Field 'M_PMEMAIL' already exists in table 'FORUM_MEMBERS'.

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

Adding Column M_PMRECEIVE...
ALTER TABLE FORUM_MEMBERS ADD COLUMN M_PMRECEIVE int NULL
-2147217900 | [Microsoft][ODBC Microsoft Access Driver] Field 'M_PMRECEIVE' already exists in table 'FORUM_MEMBERS'.

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

If there were errors please post a question in the MOD Implementation Forum at


Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 26 April 2002 :  17:42:22  Show Profile
That just means that those items are already in the database, you shouldn't need to run the setup again. Do you still get the error that the FORUM_PM table doesn't exist?
Go to Top of Page

HarlekinWF
New Member

Germany
77 Posts

Posted - 26 April 2002 :  18:34:06  Show Profile  Send HarlekinWF an ICQ Message
yes, still error
Microsoft OLE DB Provider for ODBC Drivers error '80040e37'
[Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot find the input table or query 'FORUM_PM'. Make sure it exists and that its name is spelled correctly.

/privatemess.asp, line 54

and i have also this problem (think its sticky topic)
Microsoft OLE DB Provider for ODBC Drivers error '80040e10'

[Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 2.

/forum.asp, line 253


u can watch errors in forum in link

must the FORUM_PM be entered in database?
i downloaded it and watch but only
FORUM_A_REPLY
FORUM_A_TOPICS
...
FORUM_TOPICS
FORUM_TOTALS


cu
Harlekin

http://forum.killers-in-action.com

mIRC
server : QuakeNet - Random german server
channel: #killers-in-action

Edited by - HarlekinWF on 26 April 2002 18:39:57

Edited by - HarlekinWF on 26 April 2002 18:50:21
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 26 April 2002 :  20:19:41  Show Profile
Try going here:

http://kinser.121hosts.net/link-it/default.asp?catid=3

and download the updated MOD Setup that is on that page, and then try using it to update your database.
Go to Top of Page

HarlekinWF
New Member

Germany
77 Posts

Posted - 27 April 2002 :  08:08:47  Show Profile  Send HarlekinWF an ICQ Message
no change


Private Messages Mod for Access97 Connectstring

Creating table(s)...
CREATE TABLE FORUM_PM( M_ID int IDENTITY (1, 1) PRIMARY KEY NOT NULL , M_SUBJECT text (100) NULL , M_FROM int NULL , M_TO int NULL , M_SENT text (50) NULL , M_MESSAGE memo NULL , M_PMCOUNT text (50) NULL , M_READ int NULL , M_MAIL text (50) NULL , M_OUTBOX smallint NULL )
Table already exists

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

Adding Column M_PMEMAIL...
ALTER TABLE FORUM_MEMBERS ADD COLUMN M_PMEMAIL int NULL
ALTER TABLE FORUM_MEMBERS ADD COLUMN M_PMEMAIL int NULL
-2147217900 | [Microsoft][ODBC Microsoft Access Driver] Field 'M_PMEMAIL' already exists in table 'FORUM_MEMBERS'.

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

Adding Column M_PMRECEIVE...
ALTER TABLE FORUM_MEMBERS ADD COLUMN M_PMRECEIVE int NULL
ALTER TABLE FORUM_MEMBERS ADD COLUMN M_PMRECEIVE int NULL
-2147217900 | [Microsoft][ODBC Microsoft Access Driver] Field 'M_PMRECEIVE' already exists in table 'FORUM_MEMBERS'.

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


cu
Harlekin

http://forum.killers-in-action.com

mIRC
server : QuakeNet - Random german server
channel: #killers-in-action


Edited by - HarlekinWF on 27 April 2002 09:05:58
Go to Top of Page

HarlekinWF
New Member

Germany
77 Posts

Posted - 27 April 2002 :  12:26:15  Show Profile  Send HarlekinWF an ICQ Message
i fixed it...
i edit the database and add the lines in which where missing.
that was the problem..


cu
Harlekin

http://forum.killers-in-action.com

mIRC
server : QuakeNet - Random german server
channel: #killers-in-action
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.32 seconds. Powered By: Snitz Forums 2000 Version 3.4.07