I have a catalog of UDFs. I am using EKL calls to situationally instantiate them. Recently, I had need to update one of the UDF. I made the changes to the UDF, updated it, saved it back to the original directory, and re-pointed the catalog at the UDF feature.
My base code that instantiates the UDF, and which assigns the attribute objects, has not changed. It still works for the other UDFs in the catalog. I have traced out all of the inputs. The execution is dying right at the point that it should be loading the UDF. (trace log does not show the UDF being fired) My only error message is, "Some inputs are missing for objet <proprietary name omitted>_UDF. The EndModifyTemplate function failed. Object has been deleted"
Again, I traced out the info, and the inputs are there, and correct. The string that calls the UDF from catalog by logical name is correct.
I am so frustrated here. Somebody please help me out.
Thank you.
My base code that instantiates the UDF, and which assigns the attribute objects, has not changed. It still works for the other UDFs in the catalog. I have traced out all of the inputs. The execution is dying right at the point that it should be loading the UDF. (trace log does not show the UDF being fired) My only error message is, "Some inputs are missing for objet <proprietary name omitted>_UDF. The EndModifyTemplate function failed. Object has been deleted"
Again, I traced out the info, and the inputs are there, and correct. The string that calls the UDF from catalog by logical name is correct.
I am so frustrated here. Somebody please help me out.
Thank you.