Hi everyone,
We are trying to to execute Achilles, and we are having this error:
Connecting using Oracle driver
- using THIN to connect
CDM Version 5.4 found in cdm_source table.
CDM Version 5.4 found in cdm_source table.
Connecting using Oracle driver
- using THIN to connect
Beginning multi-threaded execution
Beginning multi-threaded execution
Connecting using Oracle driver
-
using THIN to connect
|==============================================================================================================| 100%
Executing SQL took 0.129 secs
Inserting data took 0.249 secs
Dropping scratch Achilles tables from schema OMOP_ACHILLES
Dropping scratch Achilles tables from schema OMOP_ACHILLES
|==============================================================================================================| 100%
Temporary Achilles tables removed from schema OMOP_ACHILLES
Temporary Achilles tables removed from schema OMOP_ACHILLES
Executing multiple queries. This could take a while
Executing multiple queries. This could take a while
|==============================================================================================================| 100%
Merging scratch Achilles tables
Merging scratch Achilles tables
| | 0%Thread 1 returns error: âError executing SQL:njava.sql.SQLSyntaxErrorException: ORA-00942: table or view does not existnnAn error report has been created at C:/Users/ladm.allorente/Documents/errorReportSql.txtâ when using argument(s): x = " BEGINn EXECUTE IMMEDIATE âTRUNCATE TABLE OMOP_ACHILLES.achilles_resultsâ;n EXECUTE IMMEDIATE âDROP TABLE OMOP_ACHILLES.achilles_resultsâ;nEXCEPTIONn WHEN OTHERS THENn IF SQLCODE != -942 THENn RAISE;n END IF;nEND;nâHINT DISTRIâŚ
Thread 1 returns error: âError executing SQL:njava.sql.SQLSyntaxErrorException: ORA-00942: table or view does not existnnAn error report has been created at C:/Users/ladm.allorente/Documents/errorReportSql.txtâ when using argument(s): x = " BEGINn EXECUTE IMMEDIATE âTRUNCATE TABLE OMOP_ACHILLES.achilles_resultsâ;n EXECUTE IMMEDIATE âDROP TABLE OMOP_ACHILLES.achilles_resultsâ;nEXCEPTIONn WHEN OTHERS THENn IF SQLCODE != -942 THENn RAISE;n END IF;nEND;nâHINT DISTRIâŚ
|======================================================= | 50%Thread 2 returns error: âError executing SQL:njava.sql.SQLSyntaxErrorException: ORA-00942: table or view does not existnnAn error report has been created at C:/Users/ladm.allorente/Documents/errorReportSql.txtâ when using argument(s): x = " BEGINn EXECUTE IMMEDIATE âTRUNCATE TABLE OMOP_ACHILLES.achilles_results_distâ;n EXECUTE IMMEDIATE âDROP TABLE OMOP_ACHILLES.achilles_results_distâ;nEXCEPTIONn WHEN OTHERS THENn IF SQLCODE != -942 THENn RAISE;n END IF;nEND;nâHâŚ
Thread 2 returns error: âError executing SQL:njava.sql.SQLSyntaxErrorException: ORA-00942: table or view does not existnnAn error report has been created at C:/Users/ladm.allorente/Documents/errorReportSql.txtâ when using argument(s): x = " BEGINn EXECUTE IMMEDIATE âTRUNCATE TABLE OMOP_ACHILLES.achilles_results_distâ;n EXECUTE IMMEDIATE âDROP TABLE OMOP_ACHILLES.achilles_results_distâ;nEXCEPTIONn WHEN OTHERS THENn IF SQLCODE != -942 THENn RAISE;n END IF;nEND;nâHâŚ
|==============================================================================================================| 100%
Merging scratch Achilles tables (merging scratch Achilles tables) [ERROR] (Error in ParallelLogger::clusterApply(cluster = cluster, x = mergeSqls, : Error(s) when calling function âfunâ, see earlier messages for details
)
Merging scratch Achilles tables (merging scratch Achilles tables) [ERROR] (Error in ParallelLogger::clusterApply(cluster = cluster, x = mergeSqls, : Error(s) when calling function âfunâ, see earlier messages for details
)
Done. Achilles results can now be found in schema OMOP_ACHILLES
Done. Achilles results can now be found in schema OMOP_ACHILLES
Dropping scratch Achilles tables from schema OMOP_ACHILLES
Dropping scratch Achilles tables from schema OMOP_ACHILLES
|==============================================================================================================| 100%
Temporary Achilles tables removed from schema OMOP_ACHILLES
Temporary Achilles tables removed from schema OMOP_ACHILLES
Connecting using Oracle driver
-
using THIN to connect
| | 0%An error report has been created at H:/OMOP QC/CDM Inspector/ACHILLES/errorReportR.txt
Error in .createErrorReport()
:
! Error executing SQL:
java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
An error report has been created at C:/Users/ladm.allorente/Documents/errorReportSql.txt
Run rlang::last_trace()
to see where the error occurred.
Warning message:
In as.POSIXlt.POSIXct(x, tz) : unable to identify current timezone âCâ:
please set environment variable âTZâ
An error occurred while the âDatabaseConnectorâ package was updating the RStudio Connections pane:
Error in NULL: host must be a single element of type âcharacterâ
If necessary, these warnings can be squelched by setting options(rstudio.connectionObserver.errorsSuppressed = TRUE)
.
Please, could some give us some recomendation to fix it?
thank you!