Author |
Topic  |
|
nswan
Starting Member
15 Posts |
Posted - 30 July 2001 : 10:50:39
|
is there any reason why setup.asp times out when I try to run it?
|
|
HuwR
Forum Admin
    
United Kingdom
20595 Posts |
Posted - 30 July 2001 : 11:31:29
|
it would help if you stated which version of the forum you ere trying to install
|
 |
|
nswan
Starting Member
15 Posts |
Posted - 30 July 2001 : 11:36:55
|
sorry.
the latest version that is available from the home page.
3.3.02
Thanks Nick
|
 |
|
Spoon
Average Member
  
Ireland
507 Posts |
Posted - 30 July 2001 : 11:43:30
|
As i stated in your last topic ( http://forum.snitz.com/forum/topic.asp?ARCHIVE=&TOPIC_ID=13735 ) you should try and download the latest drivers if you are using PWS, it worked for me
Regards - Spoon
Begineer? Need help installing the forums? - www.aslickpage.com/snitz_help.html
www.ASlickPage.com - Private Messaging |
 |
|
nswan
Starting Member
15 Posts |
Posted - 30 July 2001 : 11:46:19
|
sorry for being stupid but what's PWS?
and should i install the downloaded stuff on the server? or the client?
Thanks Nick
|
 |
|
nswan
Starting Member
15 Posts |
Posted - 30 July 2001 : 11:48:29
|
ok sorry,
the server is running IIS.
Nick
|
 |
|
Spoon
Average Member
  
Ireland
507 Posts |
Posted - 30 July 2001 : 14:36:41
|
Are you running the forum on your own computer??? If you are and have win 98 you need to update your drivers.
Download the drivers from here:
http://www.microsoft.com/data/download_250rtm.htm
Regards - Spoon
Begineer? Need help installing the forums? - www.aslickpage.com/snitz_help.html
www.ASlickPage.com - Private Messaging |
 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 30 July 2001 : 18:58:51
|
I'm sorry, I have to ask, but what does a script timeout error have to do with what drivers the user has on his server? Isn't there other simplier options you can try before considering the problem is an outdated driver?
nswan, what database are you using? have you tried going to the default.asp page instead?
- David |
 |
|
nswan
Starting Member
15 Posts |
Posted - 31 July 2001 : 03:37:37
|
Hi,
I'm using(or trying too!) the Access 97 db.
I tried the default.asp page and it timed out as well.
Thanks Nick
|
 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 31 July 2001 : 05:38:00
|
Can you post your connection string and your dbtype from your config.asp file?
- David |
 |
|
nswan
Starting Member
15 Posts |
Posted - 31 July 2001 : 06:08:24
|
strDBType = "access"
first i tried -
strConnString = "Driver={Microsoft Access Driver(*.mdb)}DBQ=/message/snitz_forums_2000.mdb"
this came up with the error saying the path is incorrect. I am 99.99% sure that it is right though.
So i tried
strConnString = "Provider=Microsoft.Jet.OLEDB.3.51; Data Source=/message/snitz_forums_2000.mdb"
and it times out(i tried 3.51 and 4 with both having the same result).
The server guys have gone to make sure that MDAC is on there, so may be that will provide a solution.
cheers Nick.
|
 |
|
gor
Retired Admin
    
Netherlands
5511 Posts |
Posted - 31 July 2001 : 08:06:13
|
quote:
strDBType = "access"
first i tried -
strConnString = "Driver={Microsoft Access Driver(*.mdb)}DBQ=/message/snitz_forums_2000.mdb"
this came up with the error saying the path is incorrect. I am 99.99% sure that it is right though.
So i tried
strConnString = "Provider=Microsoft.Jet.OLEDB.3.51; Data Source=/message/snitz_forums_2000.mdb"
and it times out(i tried 3.51 and 4 with both having the same result).
The server guys have gone to make sure that MDAC is on there, so may be that will provide a solution.
cheers Nick.
Nick,
Try:
strConnString = "Provider=Microsoft.Jet.OLEDB.3.51; Data Source=" & Server.MapPath("/message/snitz_forums_2000.mdb")
you can't use relative paths (urls) in the connectionstring.
Pierre Join a Snitz Mailinglist |
 |
|
Athmo
Starting Member
Netherlands
3 Posts |
Posted - 03 August 2001 : 08:28:36
|
Well,
I've the same problem. But I try to run version 3.3.02 on a Cobalt server with MySQL.
Connectios string is ok. (version 3.1 is running on this machine too, without problems)
I can't upgrade or even setup a fresh forum. Every time a timeout....
Dennis
|
 |
|
|
Topic  |
|