Gossamer Forum
Home : Products : Links 2.0 : Installation -- Windows :

Re: NT Problem with adding categories

Quote Reply
Re: NT Problem with adding categories In reply to
I am assuming that you changed categories.db to directory.db, correct?

Welp, the important thing to keep in mind is that DSN files are very different than flat files. Basically permissions are set-up via the ODBC driver.

The error messages indicates that there is definitely a permission problem with your directory.db file.

It, along with your database files, needs to have the following permissions:

Code:

Administrator = Full Control
Everyone = Read, Execute
Account Owner = Read, Write, Execute, Delete
IWAM/MACHINENAME = Read, Write, Execute, Delete
IUSR/MACHINENAME = Read, Write, Execute


Regards,

Eliot Lee

Subject Author Views Date
Thread NT Problem with adding categories giorgio 3030 Oct 14, 2000, 5:04 AM
Thread Re: NT Problem with adding categories
Stealth 2937 Oct 14, 2000, 10:10 AM
Thread Re: NT Problem with adding categories
giorgio 2941 Oct 16, 2000, 1:22 AM
Post Re: NT Problem with adding categories
Stealth 2927 Oct 16, 2000, 8:11 AM