Hi Community,
I've been following Jan's Developing iDempiere2.0 - Importing data via CSV tutorial on Youtube.
I've got as far as replicating the tables togeher with their respective windows and the import file loader format (around 14mins in). However, the next stage which is just before you develop the process via a plugin in eclipse, Jan populates the import window with the contents of his csv which is where I get the following error;
org.postgresql.util.PSQLException: ERROR: cannot execute nextval() in a read-only transaction[SQL: 0, 25006]
I assume this a database setting and wonder how to get around it?
Thanks in advance
Crispian