I search the entire forum, and found several topics regarding to this error and they all have been resolved by putting the right path in the config.asp but here is MY story...
I installed the latest snitz forum on www.ultima.be/cisco (dutch) and I changed the config.asp to
'################################################################################# '## SELECT YOUR DATABASE TYPE AND CONNECTION TYPE (access, sqlserver or mysql) '################################################################################# 'strDBType = "sqlserver" strDBType = "access" 'strDBType = "mysql"
'## Make sure to uncomment one of the strConnString lines! strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=E:\inetpub\www.ultima.be\cisco\forum\tools\snitz2k.mdb;"
When I run http:\\www.ultima.be\cisco\forum\setup.asp it says everything is installed correctly.
When I go to the default.asp it comes with this error..
[Microsoft][ODBC Microsoft Access Driver] '(unknown)' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.
I used the whereami.asp to triplecheck the location (i am owning the server) and it's correct.
You will probably see a username and password comming up and wondering that's the problem, well I made sure an account has change permissions on the db folder so it could create the LDB file..
I would greatly appreciate any help. If you want to help and need the U/P please mail me.
"I used the whereami.asp to triplecheck the location (i am owning the server) and it's correct. "
We use url names for our web folders to make our administration somehow easier. On the same server I also have www.watnu.com as a folder, included in the path and it works fine. Also replacing the full path with Server.Mappath("/cisco/forum/tools/snitz2k.mdb") doesn't work either..
I really appreciate your effort to help me but please read the entire article as I am going to say for the third time, my path is correct. I am an ASP Developer myself have built lot's of ASP site's for company's..I used all the scripts provided by Snitz to determine the path to the folder and it's correct.
To Doug G,
I know what you referring to, but to rule out any mistakes I removed all the other connectionstrings as you can see in the first post I made.
I saw on the microsoft site that there is a new update on the MDAC 2.5 SP2 !! I am going to install that now and see what happenes.
I have a feeling there is a corruption somewhere...