Subject | Re: [firebird-support] Access to UDF library "xxx.DLL" is denied by server administrator (on embedded nut not on SS) |
---|---|
Author | Helen Borrie |
Post date | 2005-04-26T12:26:39Z |
At 09:43 AM 26/04/2005 +0200, you wrote:
with a space. The change won't take effect until next time fbembed.dll is
loaded.
Are you actually able to load the lib as "fbembed.dll"? (Perhaps this is a
.net Provider thing...?)
./hb
>heya,The syntax of UdfAccess is wrong. Take out the semi-colon and replace it
>
>i have been working with the firebird SS using UDFs (local XP, remote
>linux server) and the
>.NET provider 1.7 for quiet some time and it works like a charm!!
>
>now i am wanting to also use this app as a single user. i got the
>embedded version
>of firebird (3 days ago). this time i can query the database, but not use
>UDFs.
>as soon as i want to access a UDF, it sais:
>
>"Access to UDF library "xxx.DLL" is denied by server administrator"
>
>the dir struct is as follows (simplified)
>
>c:\app\
>app.exe
>aliases.conf
>DB.FDB
>fbembed.dll
>firebird.conf
>firebird.msg
>ib_util.dll
>
>c:\app\udf
>funcs.so.DLL
>
>the dll defenately works, since i copied it from the previous local SS
>installation and it was
>working there. the SS was removed.
>
>firebird.conf has been modified as follows:
>RootDirectory =C:/app
>UdfAccess = Restrict;C:/app/udf
with a space. The change won't take effect until next time fbembed.dll is
loaded.
Are you actually able to load the lib as "fbembed.dll"? (Perhaps this is a
.net Provider thing...?)
./hb