Subject | drop external function fails |
---|---|
Author | Dieter Tremel |
Post date | 2003-01-22T16:06:35Z |
Hallo ib-support,
I have following problem:
I transported a DB from windows to linux with external function
pointing to FreeUDFLib.dll, which is not valid on the linux box.
When I want to drop the external function with
drop external function f_addmonth i get
ISC ERROR CODE:335544351
ISC ERROR MESSAGE:
unsuccessful metadata update
cannot delete
UDF F_ADDMONTH
there are 1 dependencies
when I drop the procedure using it with
drop PROCEDURE ZYKLUSPOSTEN_NEXTPERIOD
I receive
ISC ERROR CODE:335544343
ISC ERROR MESSAGE:
invalid request BLR at offset 780
function F_ADDMONTH is not defined
module name or entrypoint could not be found
STATEMENT:
TIB_DSQL: "<TApplication>.frmSQL.dsqlEdit."
some times before I knew a trick how to do it, but sorry, I can't
remember. Does anybody know how to change the entrypoint to
module_name 'FreeUDFLibC'?
Thank You
Dieter Tremel
I have following problem:
I transported a DB from windows to linux with external function
pointing to FreeUDFLib.dll, which is not valid on the linux box.
When I want to drop the external function with
drop external function f_addmonth i get
ISC ERROR CODE:335544351
ISC ERROR MESSAGE:
unsuccessful metadata update
cannot delete
UDF F_ADDMONTH
there are 1 dependencies
when I drop the procedure using it with
drop PROCEDURE ZYKLUSPOSTEN_NEXTPERIOD
I receive
ISC ERROR CODE:335544343
ISC ERROR MESSAGE:
invalid request BLR at offset 780
function F_ADDMONTH is not defined
module name or entrypoint could not be found
STATEMENT:
TIB_DSQL: "<TApplication>.frmSQL.dsqlEdit."
some times before I knew a trick how to do it, but sorry, I can't
remember. Does anybody know how to change the entrypoint to
module_name 'FreeUDFLibC'?
Thank You
Dieter Tremel