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 / Current Version (Old)
 Help With Loging In - ADODB.Connection error '800a
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

joeman1
Starting Member

USA
8 Posts

Posted - 07 July 2001 :  13:18:09  Show Profile  Visit joeman1's Homepage  Send joeman1 an AOL message  Send joeman1 an ICQ Message
For some reason I keep getting this error when trying to login using ADMIN. This is for the first time install when trying to run setup.asp
..
ADODB.Connection error '800a0e7a'

ADO could not find the specified provider.

/forum/setup_login.asp, line 58

I have set up the config file to the best of my ability. Here is what it looks like.

'strDBType = "sqlserver"
strDBType = "access"
'strDBType = "mysql"

strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/cgi-bin/snitz_forums_2000.mdb") '## MS Access 2000 using virtual path

Here is the actual path in explorer. Though this might help.

I:\Inetpub\OperationsWebSite\cgi-bin\snitz_forums_2000.mdb



Please help

Thanks

Joe

mafifi
Junior Member

USA
308 Posts

Posted - 07 July 2001 :  13:41:24  Show Profile  Send mafifi an ICQ Message
Can you provide more information. NT or Unix?
Who is your ISP?
Thanks,

Mo

Edited by - mafifi on 07 July 2001 13:43:15
Go to Top of Page

joeman1
Starting Member

USA
8 Posts

Posted - 07 July 2001 :  13:42:04  Show Profile  Visit joeman1's Homepage  Send joeman1 an AOL message  Send joeman1 an ICQ Message
This is NT IIS 4

Go to Top of Page

mafifi
Junior Member

USA
308 Posts

Posted - 07 July 2001 :  13:45:20  Show Profile  Send mafifi an ICQ Message
Download this file and place it where you intend to place your files then run the file (http://www.yourdomain.com/forum/whereami.asp) and post the results for me to look at.

http://forum.snitz.com/archive/default.asp?catid=11&cattitle=Forum+Setup+Tools

Thanks,

Mo

Edited by - mafifi on 07 July 2001 13:47:59

Edited by - mafifi on 07 July 2001 13:48:19
Go to Top of Page

joeman1
Starting Member

USA
8 Posts

Posted - 07 July 2001 :  13:56:10  Show Profile  Visit joeman1's Homepage  Send joeman1 an AOL message  Send joeman1 an ICQ Message
Please forgive me.. The instructions
Download this file and place it where you intend to place your files then run the file (http://www.yourdomain.com/forum/whereami.asp) and post the results for me to look at.

I dont understand.. Please explaine. I went to that site and did not see anything to download.

Thnaks

Joe

Go to Top of Page

joeman1
Starting Member

USA
8 Posts

Posted - 07 July 2001 :  13:58:42  Show Profile  Visit joeman1's Homepage  Send joeman1 an AOL message  Send joeman1 an ICQ Message
Also, I am not useing an ISP. This is a forum for an intranet site. So it in not public.

Thanks

Joe

Go to Top of Page

mafifi
Junior Member

USA
308 Posts

Posted - 07 July 2001 :  14:05:05  Show Profile  Send mafifi an ICQ Message
I will e-mail the file to you. It's called whereami.asp. When you receive the file place in the directory where your forum file will reside. Let's call it (http://localhost/forums/whereami.asp). I used the term localhost because you stated that you areon an intranet site. Do this first and post the results and then will take it from there.

http://forum.snitz.com/archive/default.asp?catid=11&cattitle=Forum+Setup+Tools

Thanks,

Mo

Edited by - mafifi on 07 July 2001 14:05:37
Go to Top of Page

joeman1
Starting Member

USA
8 Posts

Posted - 07 July 2001 :  14:18:12  Show Profile  Visit joeman1's Homepage  Send joeman1 an AOL message  Send joeman1 an ICQ Message
ok.. here are the results

I:\Inetpub\OperationsWebSite\newforum\whereami.asp

BUT

the MDB file is actually here

I:\Inetpub\OperationsWebSite\cgi-bin\snitz_forums_2000.mdb

???

Thnaks

Joe



Go to Top of Page

mafifi
Junior Member

USA
308 Posts

Posted - 07 July 2001 :  14:22:54  Show Profile  Send mafifi an ICQ Message
Try this:

strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=I:\Inetpub\OperationsWebSite\cgi-bin\snitz_forums_2000.mdb;"


Thanks,

Mo
Go to Top of Page

joeman1
Starting Member

USA
8 Posts

Posted - 07 July 2001 :  14:25:57  Show Profile  Visit joeman1's Homepage  Send joeman1 an AOL message  Send joeman1 an ICQ Message
Ok.. cut and pasted that into the config.asp and it still gave this error

ADODB.Connection error '800a0e7a'

ADO could not find the specified provider.

/newforum/setup_login.asp, line 58

after I logged in..

Joe

Go to Top of Page

mafifi
Junior Member

USA
308 Posts

Posted - 07 July 2001 :  14:29:21  Show Profile  Send mafifi an ICQ Message
Next Step. Create DSN and let's call it forums and then use the following line


 strConnString = "forums"

Sounds like the OLEDB driver is not installed on your server.
Thanks,

Mo

Edited by - mafifi on 07 July 2001 14:31:09
Go to Top of Page

joeman1
Starting Member

USA
8 Posts

Posted - 07 July 2001 :  14:39:59  Show Profile  Visit joeman1's Homepage  Send joeman1 an AOL message  Send joeman1 an ICQ Message
Ok I made a system and user DSN ODBC driver and now the page just sits there. Does nothing. Also, is there a way I can install that OLEDB on my server?

Thanks

Joe



Edited by - joeman1 on 07 July 2001 14:41:20
Go to Top of Page

mafifi
Junior Member

USA
308 Posts

Posted - 07 July 2001 :  14:57:23  Show Profile  Send mafifi an ICQ Message
Yes. Go to Microsoft's Site and search for MDAC. The latest version is 2.6, but my advise is to download and install 2.5 since it comes with all the drivers. Then you have to go back to your code and change it back to
strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=I:\Inetpub\OperationsWebSite\cgi-bin\snitz_forums_2000.mdb;" 


Let me know how it works.
Here you go.

http://www.microsoft.com/data/download_25SP2.htm

Thanks,

Mo

Edited by - mafifi on 07 July 2001 15:02:37
Go to Top of Page

joeman1
Starting Member

USA
8 Posts

Posted - 07 July 2001 :  15:27:50  Show Profile  Visit joeman1's Homepage  Send joeman1 an AOL message  Send joeman1 an ICQ Message
You are the MAN.. That is what the problem was.. Sorry for the oversight on my end, and a BIG THANKS for the help...

Joe

Go to Top of Page

mafifi
Junior Member

USA
308 Posts

Posted - 07 July 2001 :  15:53:52  Show Profile  Send mafifi an ICQ Message
No Problem. Enjoy it.

Thanks,

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