Hello Thierry
On which database (MySQL, PostgreSQL, Derby) are you creating the EPSG
database?
We have tested with PostgreSQL, HSQL and Derby. We did not had a chance
to test with MySQL yet. So if this is the database you are using, there
is maybe issues to investigate.
Le 27/11/2019 à 16:47, Thierry Danard a écrit :
We are trying to build the EPSG database downloaded from the IOGP web
site. We took the latest version which is EPSG-MySQL-export-9.8.2. It
contains the following files:
MySQL_Data_Script.sql
MYSQL_Key_script.sql
MySQL_Table.sql
We copied the files in a ExternalSources folder. It did not load.
After looking at the code (InstallationScriptProvider.java) we figured
out you were looking for different file names (EPSG_*.sql). We changed
the names and also added 's' at the end of Key and Table to match what
the code is looking for. So now we have:
EPSG_Data_Script.sql
EPSG_Keys_script.sql
EPSG_Tables.sql
Thanks for reporting. I will consider that as a bug that needs to be
fixed (SIS should accepts the scripts with their original name).
Martin