In my web application, I call an Informix routine with an IfxCallableStatement
.
In this object, all data for procedure parameters are present and of the right type.
This call is functional on all my environment excepted on one environment where the message "Routine (%s) can not be resolved
" is returned.
All environments have the same application and the same Informix instance structure.
I don't understand why on this machine especially, the routine is not found. Almost, the routine name is not returned but there is "%s
". Do you know why?
I have checked the procedure on the instance (declaration, number and type of arguments, grants, sysprocauth ...) but all is right and identical to the other environments.
question from:
https://stackoverflow.com/questions/65920879/informix-return-routine-s-can-not-be-resolved-error-with-ifxcallablestateme 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…