I don't understand what is happening here... I created two datasources... one set of reports use the first data source with data from the databse called buylist. The second datasource (mariadb on the same server) is to use data from another database titled 'data.' The Datasouce urls are: jdbc:mariadb://192.168.1.52/buylist and jdbc:mariadb://192.168.1.52/data?allowMultiQueries=true However when I try to run a report using the second datasource it seems to combine the names of the databases and tries...
I don't understand what is happening here... I created two datasources... one set of reports use the first data source with data from the databse called buylist. The second datasource (mariadb on the same server) is to use data from another database titled 'data.' However when I try to run a report using the second datasource it seems to combine the names of the databases and tries to pull data from the first database (buylist) giving an error that the table does not exist.. (the table is CLIENTS...
I don't understand why, but... I created two datasources... one set of reports use the first data source with data from the databse called buylist. The second datasource (mariadb on the same server) is to use data from another database titled 'data.' However when I try to run a report using the second datasource it seems to combine the names of the databases and tries to pull data from the first database (buylist) giving an error that the table does not exist.. (the table is CLIENTS and is in the...
Please ignore last post... I was finally able to get all the install steps to work correctly.....
I am trying to reinstall Art (8.3) utilizing MariaDB as my database. I keep getting an error that 'table art.ART_USERS does not exist. I have also recieved the error "liquibase.exception.LockException: java.lang.ClassCastException: class java.util.BitSet cannot be cast to class java.lang.Boolean (java.util.BitSet and java.lang.Boolean are in module java.base of loader 'bootstrap')" How do I reinstall ART?
I am trying to reinstall Art (8.3) utilizing MariaDB as my database. I keep getting an error that 'table art.users' does not exist. I have also recieved the error "liquibase.exception.LockException: java.lang.ClassCastException: class java.util.BitSet cannot be cast to class java.lang.Boolean (java.util.BitSet and java.lang.Boolean are in module java.base of loader 'bootstrap')" How do I reinstall ART?
Thanks again Gerd.... I was able to get it to work with the link you shared. I did not find that link when orginally searched the docs.....
Is it possible to change the color of text depending on the value of another item in a report? For example, Column A is the number of items, Column B is the max number of items allowed. If Column A is greater than Column B then change color of the the text that appears in Column A.....