Subject Re: [firebird-support] External Files Problem
Author Michael Ludwig
Jack Mills schrieb am 17.05.2012 um 14:33 (-0000):
> I am trying to use external files but keep getting this error
> Access to external file "C:\magusdb\dxs3.txt" is denied by server
> administrator.

Try the following in firebird.conf:

ExternalFileAccess = Full
DatabaseAccess = Full

Michael

> I have modified firebird.conf External file paths/directories section
> to include
> ExternalFileAccess = Restrict C:\magusdb
> also separately tried ExternalFileAccess = Full
> I stopped & restarted the server in each case.