NONE function not found #551
Unanswered
idheitmann
asked this question in
Q&A
Replies: 1 comment
-
URock does not work with .gpkg format yet (#533), please save it into .geojson or .shp file. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Creates an H2GIS Instance and load data
Traceback (most recent call last):
File "JdbcPreparedStatement.java", line 237, in org.h2.jdbc.JdbcPreparedStatement.execute
Exception: Java Exception
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "C:\Users\ivan\AppData\Roaming\Python\Python39\site-packages\jaydebeapi_init_.py", line 534, in execute
is_rs = self._prep.execute()
org.h2.jdbc.org.h2.jdbc.JdbcSQLSyntaxErrorException: org.h2.jdbc.JdbcSQLSyntaxErrorException: Function "NONE" not found; SQL statement:
CALL None('D:\AppSpaces\ENVI_MET\EM_Dallas_Archive\EM_GreenSpine\GS_EM.gpkg','TEMPO');
CREATE TABLE build_pre_srid_20230915132935
AS SELECT *
FROM TEMPO;
[90022-200]
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users/ivan/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\processing_umep\processor\urock_processing_algorithm.py", line 433, in processAlgorithm
MainCalculation.main(javaEnvironmentPath = javaEnvVar,
File "C:\Users/ivan/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\processing_umep\functions\URock\MainCalculation.py", line 133, in main
loadData.loadData(fromCad = False,
File "C:\Users/ivan/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\processing_umep\functions\URock\loadData.py", line 120, in loadData
loadFile(cursor = cursor,
File "C:\Users/ivan/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\processing_umep\functions\URock\loadData.py", line 318, in loadFile
cursor.execute("""
File "C:\Users\ivan\AppData\Roaming\Python\Python39\site-packages\jaydebeapi_init_.py", line 536, in execute
handle_sql_exception()
File "C:\Users\ivan\AppData\Roaming\Python\Python39\site-packages\jaydebeapi_init.py", line 165, in handle_sql_exception_jpype
reraise(exc_type, exc_info[1], exc_info[2])
File "C:\Users\ivan\AppData\Roaming\Python\Python39\site-packages\jaydebeapi_init.py", line 57, in reraise
raise value.with_traceback(tb)
File "C:\Users\ivan\AppData\Roaming\Python\Python39\site-packages\jaydebeapi_init_.py", line 534, in execute
is_rs = self._prep.execute()
jaydebeapi.DatabaseError: org.h2.jdbc.JdbcSQLSyntaxErrorException: Function "NONE" not found; SQL statement:
CALL None('D:\AppSpaces\ENVI_MET\EM_Dallas_Archive\EM_GreenSpine\GS_EM.gpkg','TEMPO');
CREATE TABLE build_pre_srid_20230915132935
AS SELECT *
FROM TEMPO;
[90022-200]
Execution failed after 3.05 seconds
Beta Was this translation helpful? Give feedback.
All reactions