Subject | RE: [firebird-support] Access to UDF library "xxx.DLL" is denied by server administrator (on embedded nut not on SS) |
---|---|
Author | Alan McDonald |
Post date | 2005-04-26T11:45:21Z |
> heya,this UDF dll - has it been recompiled for windows? or is it just copied from
>
> 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
>
> ibExpert sais the same thing. i can query tables but not use the UDFs.
>
> i created the fdb using the SS and copying it to the app dir.
>
> anyone got an idea ?
>
> ciao
> Martin
the linux serer?
Alan