| Author |
Topic Search Topic Options
|
sbkhan
Newbie
Joined: 17 January 2005
Location: Saudi Arabia
Status: Offline
Points: 7
|
Post Options
Thanks(0)
Quote Reply
Topic: Installing DB Error Posted: 17 January 2005 at 8:44am |
Hello All,
I am trying to install the WebWiz forum but it gives following error:
"
Microsoft JET Database Engine error '80004005'
Could not find installable ISAM.
/webwiz/forum/admin/common.asp, line 178
"
I have paid hosting service, and i created the DSN for it, but it still giving above mentioned error.
Pls Advice.
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 17 January 2005 at 9:57am |
|
Web Wiz Forums is not made to use a DSN, you need to use the faster DSN-less connection to the database.
|
|
|
 |
sbkhan
Newbie
Joined: 17 January 2005
Location: Saudi Arabia
Status: Offline
Points: 7
|
Post Options
Thanks(0)
Quote Reply
Posted: 17 January 2005 at 11:06am |
-boRg- wrote:
Web Wiz Forums is not made to use a DSN, you need to use the faster DSN-less connection to the database. |
How can i use this connection?. Can you give me the code for this connection????
Waiting of your quick reply.
Thanks.
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 17 January 2005 at 11:22am |
|
The forum is setup already for a DSN-less connection.
The only thing you may need to do if you have to have the database in a
different folder to the default folder is to change the path to the
database in both the common.asp files.
DSN-less connections don't require a DSN setup on the server so are
simpler to setup and reduce calls to the registry that are required
for a DSN connection.
|
|
|
 |
sbkhan
Newbie
Joined: 17 January 2005
Location: Saudi Arabia
Status: Offline
Points: 7
|
Post Options
Thanks(0)
Quote Reply
Posted: 17 January 2005 at 11:39am |
-boRg- wrote:
The forum is setup already for a DSN-less connection.
The only thing you may need to do if you have to have the database in a different folder to the default folder is to change the path to the database in both the common.asp files.
DSN-less connections don't require a DSN setup on the server so are simpler to setup and reduce calls to the registry that are required for a DSN connection.
|
Hello,
I have already done this by changing DB path, but it gives following error:
"
Microsoft JET Database Engine error '80004005'
'd:\websites\sbkhan.net\wwwroot\webwiz\forum\data\wwForum.mdb' 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.
/webwiz/forum/common.asp, line 260 "
I have hosted this forum on www.sbkhan.net/webwiz/forum/default.asp,
you can check the error also on above link.
Please help and advice.
Thanks.
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 18 January 2005 at 4:00am |
|
The error means the path to the database is incorrect.
But as the above link works, I guess you have found this out yourself.
|
|
|
 |
sbkhan
Newbie
Joined: 17 January 2005
Location: Saudi Arabia
Status: Offline
Points: 7
|
Post Options
Thanks(0)
Quote Reply
Posted: 18 January 2005 at 3:26pm |
-boRg- wrote:
The error means the path to the database is incorrect.
But as the above link works, I guess you have found this out yourself.
|
Hello,
Thanks. I have resolved database path problem. But when i m going to create the Forum Categorey from the Forum Admin it gives following error:
"
Microsoft JET Database Engine error '80040e09'
Cannot update. Database or object is read-only.
/webwiz/forum/admin/category_details.asp, line 82 "
Pls Advice.
Thanks.
|
 |
dj air
Senior Member
Joined: 05 April 2002
Location: United Kingdom
Status: Offline
Points: 3627
|
Post Options
Thanks(0)
Quote Reply
Posted: 18 January 2005 at 4:45pm |
|
Please read the documentation that comes with the application / download. as this question is answered there.
it is because more than lickly the folder that holds the database doesn't have read, write and modiy permssions placed on it.
|
 |