0

I'm currently running a SELECT query in the derived tables part of creating a domain in Japsersoft's AWS BI Suite. However when I do, I get the following error:

com.jaspersoft.commons.semantic.metaapi.MetaDataException: Cannot execute JDBC Query.

org.postgresql.util.PSQLException: ERROR: transaction is read-only

Does anyone know why this could be and if so point me in the right direction?

Community
  • 1
  • 1
Tim Pegden
  • 43
  • 1
  • 1
  • 4

1 Answers1

1

According to a Jaspersoft forum post, this can be solved by installing the latest PostgreSQL JDBC driver.

Danny Beckett
  • 20,529
  • 24
  • 107
  • 134