Informix Error -9409
-9409 User-defined aggregate <aggregate-name> has too many arguments. </aggregate-name>
The user-defined aggregate in your SELECT statement specifies too many arguments
Make sure that the user-defined aggregate of the SELECT statement provides the correct number of arguments (one or possibly two, if the aggregate includes a set-up argument).