Issue while using stored Procedure group with PostgreSQL database

Hello Team,
I have created a stored procedure transaction group to save my machine tags values into postgreSQL. but while execution of transaction group showing an error like "Error during group execution. Error registering parameter 'para1'. Verify that the parameter name and type are correct. Method org.postgresql.jdbc.PgCallableStatement.setObject(String,Object,int) is not yet implemented."
but if try same transaction group with same stored procedure MSSQL then its working. i am not able to rectify the issue with postgreSQL if anyone faced this issue before then plz suggest the solution.
Thanks...!

See if this is relevant.