Many thanks
Toby
Try granting read/write access to everything in the BDE directory.
--
Bill (TeamB)
(TeamB cannot respond to questions received via email)
We are using BDE 2.5 connecting using an Alias to a MS SQL Server.
The folder the application is installed in, users have full access to. There are a number of BDE components such as BDECONFIG etc in this folder.
It seems there are files elsewhere (not necessarily installed by BDE) which it uses to establish the ODBC connection but I cannot identify these files.
As an Admin the application works fine with no problems at all.....
Any info would be great
Thanks
Toby
Bill, Would turning *on* directory auditing help to find
*which* permissions are being denied to the user of the
program? Regards, JohnH
>Any info would be great
AFAIK the only other files are the application files, the ODBC driver
DLL (I do not know the name of the file but it should be easy to find
with Google) and the SQL Server client files. If you can connect with
another application it seems reasonable to assum that the SQL Server
client is not the problem.
>Bill, Would turning *on* directory auditing help to find
>*which* permissions are being denied to the user of the
>program? Regards, JohnH
Very possibly. I do not know much about Windows 2k/XP security so I
can not be of much help.
Toby, I suggest looking in Win2K Help under
"Auditing" | "Files and Folders" | "Setting up permissions
and auditing". I have used this feature before to discover
attempts to violate file permissions. After you tell it
to log security violation attempts, it will log the
attempts to the Windows Event Log. Regards, JohnH
Using this we found that BDE requires the user has access to c:\winnt\system32\redir.exe.
Users did not have access to this file so we added them with read/execute permissions and it works fine.
Thanks once again !!
Toby