Question
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Cognizant
IN
Last activity: 24 Jul 2018 2:05 EDT
Postgres Sql error in Activity
Hi Friends,
Getting the following error in Activity
"There was a problem getting a list: code: 0 SQLState: 42821
Message: A CallableStatement function was executed and the out parameter 1 was of type java.sql.Types=1111 however type java.sql.Types=-10 was registered." in Activity .
This activity deletes workobject from the Stored Procedure by accepting the WorkObject ID as a parameter.
I will be doing Property Set and execute RDB delete method which in turn calls the Stored Procedure created in postgres SQL.
Please let me know if anyone have come across the error