CWLAE0007E The stored procedure 0 already exist, but its parameters are inconsistent with the current role definition.

Explanation

The stored procedure with same name as current one already exists in the database. However its parameters are different from the parameters of the stored procedure already in the database.

User response

Check the stored procedures in database. Delete the existed stored procedure and then reinstall or restart the application if users want to replace the existed one with the current one.