DB2 UDB 9.5
Schema -- SYSFUN
Object -- User defined Functions
Right click on any UDF and select Function Properties -- No popup is displayed
If we try to debug any of the Function -- Error is displayed -- "Object Not Found"
The problem was that there were several functions with the same number of parameters. Now, functions are retrieved based on parameter signature.
Function Properties doesnt display anything. See attached pic
Function Properties doesnt display anything. See attached pic
Properties dialog with no text is correct. It’s a C function, it’s got no SQL (when we retrieve it from the system table, the text is null)
Properties dialog with no text is correct. It’s a C function, it’s got no SQL (when we retrieve it from the system table, the text is null)
Fix verfied in build 6.9.94.1 ... works for me.
Fix verfied in build 6.9.94.1 ... works for me.
Issue #1719 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
The problem was that there were several functions with the same number of parameters. Now, functions are retrieved based on parameter signature.