Access denied error (5)

Post Reply
thomas
Posts: 11
Joined: Mon May 29, 2006 10:23 am

Access denied error (5)

Post by thomas »

After I upgraded to 1.7 I got this error:
ue.exe wrote:UE1700R internal error (7C81Ebb33/E06D7363)
No access. (5)

Restart the program to continue.

If you experience repeated crashes - email "h:\uedb\log.txt" to support@usenetexplorer.com

Any reproducible ccrash details will be handled with the highest priority.
I fixed this issue by moving the database folder from h:\uedb\ to c:\uedb\
I also moved ue.exe from h:\ to c:\

The reason was, as far as I know, h:\ is a mounted network drive.
I don't see why there was issues cause I have every permission I need on that mounted network drive (read/write/delete)
dengle
Posts: 274
Joined: Mon Jun 30, 2003 2:37 pm

Post by dengle »

if two instances of the program were running (on two different machines or logins perhaps?) the database files would have been locked. I find this happens to myself when I RDP into my server without using the /console switch and then log in locally and run another copy.
thomas
Posts: 11
Joined: Mon May 29, 2006 10:23 am

Post by thomas »

I was running only one instance of the application..
I even rebooted the computer, but still the same error
alex
Posts: 4543
Joined: Thu Feb 27, 2003 5:57 pm

Post by alex »

it is still the problem with permissions set for your system or some other system issue maybe user account permissions.

ue tries to open a database file and the system doesn't let it to do that, there can be no other reasons.

with two instances if you run them on the same computer ue tracks that and will just open the first instance when you are trying to launch another one, if you access the same database from two computers, it will be sharing violation (32), not access denied (5).
Post Reply