I stumbled on this issue recently. I found that the length of stored procedure name is limited by FNC_MAXNAMELEN value in header file.
You should check your definition in sqltypes_td.h header file. #define FNC_MAXNAMELEN x. x is the stored procedure name length. I think by default it is limited to 30.
↧