rawSQL:executeStoredProcedure on Teradata

I ALWAYS get the following error. Can anybody please explain it and how to fix it?

“com.servoy.j2db.persistence.RepositoryException: com.servoy.j2db.persistence.RepositoryException: org.apache.commons.dbcp.SQLNestedException: Borrow callableStatement from pool failed Borrow callableStatement from pool failed”

You could try running: servoy_server.bat -upgradeRepository and if that doesn’t work try reinstalling Servoy. Looks like your database is out of synch.

larry.gormley:
Borrow callableStatement from pool failed Borrow callableStatement from pool failed"

Larry,

This error usually means that the sql contains a syntax error.
Try passing in the same sql directly to the db using a db tool.

Rob