> invalid request blr at offset 59 > function GUID_CREATE is not defined > module name or entry point could not be found
This problem is occured because TerrasoftCRM database has declared external function. External functions (also known as UDF) are placed in libraries *.dll for windows or *.so LINUX which must be placed in ($firebird)/udf folder on any operating system. While You did working on windows, You had library version for windows. Now You are trying to open database on FreeBSD. So, Firebird cann't find library in the path "($firebird)/udf". You should recompile library for FreeBSD an place it into "($firebird)/ udf" folder. If You havn't source code of library, You can trying to mail Terrasoft. May be they are have compiled library version for FreeBSD. http://terrasoft.com.ua/feedback/contacts/ mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]

