Subject Re: Embedded server and UDF problem
Author Adam
--- In firebird-support@yahoogroups.com, mike mihai <m_i_k_e_msg@...>
wrote:
>
> Hi,
>
> I am using firebird embedded server and i get this error when i
try to use ib_udf:
> "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 directory tree is:
> \my_app\fbclient.dll - embedded server
> \my_app\firebird.conf
> \my_app\firebird.msg
> \my_app\intl\fbintl.dll
> \my_app\udf\ib_udf.dll
> In my firebird.conf file the line UdfAccess = Restrict UDF is
uncommented.
> Has anyone knows what is wrong with this?
>

Check your file system permissions. If they are OK, then where are
you restricting the UDFs too? Get it working with the functions
allowed anywhere first, then lock it down. Otherwise, one small
mistake and it wont work.

Adam