invalid request BLR at offset 163

人盡茶涼 提交于 2020-01-05 07:55:10

问题


I have the following error in the Firebird Database. version 2.5.2

invalid request BLR at offset 163 
function F_ENCODEDATE is not defined     
module name or entrypoint could not be found

Error while parsing procedure GETMONTHSBYYEAR's BLR

Until last week everything was functioning correctly. This UDF exists on the disk. How can I debug this problem? Anyone can help me to sort out this problem.

PS: What I did so far to fix:

  • Backup / restore - no result. (any structure problem is fixed in my opinion after a BK/Restore).
  • Comment all dependencies, drop UDF function, recreate again - no result.

回答1:


Potential problems could be that he UDF dll is inaccessible for the server (eg due to permissions, or the UDF restriction config in firebird.conf), or you have installed a 64 bit version of Firebird and your UDF is 32 bit (or vice versa), so Firebird cannot load the DLL.



来源:https://stackoverflow.com/questions/15880817/invalid-request-blr-at-offset-163

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!