I have the following execution problem with a Jasper Studio report. I created the report by implementing a function in postgresql. When I perform a preview of the report I have no problem seeing the results of the function. However, when I run the report from the browser I am having this execution error:
org.postgresql.util.PSQLException: ERROR: can not execute CREATE TABLE in a read-only transaction
According to this address I must modify the url
I modify it according to what it says in this way, but I'm still unable to execute the report
jdbc: postgresql: // server : 5432 / data_base ? defaultReadOnly="false"
Since Jasper what else could be done ?, I have no way to modify the function, and requesting some modification becomes a huge bureaucratic problem.
Greetings