Subject Problem accessing UDF dll from fb embedded
Author soso_pub
Hello everybody,

I am using FB 1.5 embedded version on Win2000 and I am trying to use
udfs from ib_udf.dll. I successfully executed ib_udf.sql but when I
try to use a udf I get an error message:

"""
Unsuccessful execution caused by a system error that precludes
successful execution of subsequent statements.
Access to UDF library "ib_udf.DLL" is denied by server administrator.
"""

The database files layout is:

D:\db\fbclient.dll (fbembedded.dll renamed)
D:\db\firebird.msg
D:\db\ib_util.dll
D:\db\udf\ib_udf.dll
D:\db\udf\ib_udf.sql

I tried to use firebird.conf editing RootDirectory = d:\db and
UdfAcess = Restrict udf. But with no luck.

Any suggestion is appreciated!

Thanks,
soso