Too many arguments for function or procedure '%1'

Error constant SQLE_TOO_MANY_ARGUMENTS
ODBC 2 State 37000
ODBC 3 State 42000
Parameter 1 The name of the function or procedure.
Severity 16
SQLCODE –994
SQLSTATE 42WAC
Sybase error code 401
Probable cause

You supplied an argument list that the database server cannot handle. This can happen if the argument list of the function or stored procedure is too long. Rebuilding the database with a larger page size could prevent this error.