In a CREATE DBPROC statement, you have specified a C++ method that contains at least one parameter that is not supported. For example, IN parameters with the signature int* are not supported.
Rewrite the C++ method so that it only contains parameters that are supported.