You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to this issue: #188
table all_visits does not exist
I'm using CDM 5.4
ETLSyntheaBuilder::LoadEventTables(connectionDetails = cd, cdmSchema = cdmSchema, syntheaSchema = syntheaSchema, cdmVersion = cdmVersion, syntheaVersion = syntheaVersion)
Connecting using PostgreSQL driver
Running: insert_location.sql
|====================================================================================================================================================================| 100%
Executing SQL took 0.0198 secs
Running: insert_care_site.sql
|====================================================================================================================================================================| 100%
Executing SQL took 0.00703 secs
Running: insert_person.sql
|====================================================================================================================================================================| 100%
Executing SQL took 0.0136 secs
Running: insert_observation_period.sql
|====================================================================================================================================================================| 100%
Executing SQL took 0.0127 secs
Running: insert_provider.sql
|====================================================================================================================================================================| 100%
Executing SQL took 0.0106 secs
Running: insert_visit_occurrence.sql
| | 0%Error in .createErrorReport():
! Error executing SQL:
org.postgresql.util.PSQLException: ERROR: relation "cdm_synthea10.all_visits" does not exist
Position: 1145
An error report has been created at C:/Users/Laptop/Documents/errorReportSql.txt
Run rlang::last_trace() to see where the error occurred.
rlang::last_trace()
<error/rlang_error>
Error in .createErrorReport():
! Error executing SQL:
org.postgresql.util.PSQLException: ERROR: relation "cdm_synthea10.all_visits" does not exist
Position: 1145
An error report has been created at C:/Users/Laptop/Documents/errorReportSql.txt
Hi,
Similar to this issue: #188
table all_visits does not exist
I'm using CDM 5.4
ETLSyntheaBuilder::LoadEventTables(connectionDetails = cd, cdmSchema = cdmSchema, syntheaSchema = syntheaSchema, cdmVersion = cdmVersion, syntheaVersion = syntheaVersion)
Connecting using PostgreSQL driver
Running: insert_location.sql
|====================================================================================================================================================================| 100%
Executing SQL took 0.0198 secs
Running: insert_care_site.sql
|====================================================================================================================================================================| 100%
Executing SQL took 0.00703 secs
Running: insert_person.sql
|====================================================================================================================================================================| 100%
Executing SQL took 0.0136 secs
Running: insert_observation_period.sql
|====================================================================================================================================================================| 100%
Executing SQL took 0.0127 secs
Running: insert_provider.sql
|====================================================================================================================================================================| 100%
Executing SQL took 0.0106 secs
Running: insert_visit_occurrence.sql
| | 0%Error in
.createErrorReport()
:! Error executing SQL:
org.postgresql.util.PSQLException: ERROR: relation "cdm_synthea10.all_visits" does not exist
Position: 1145
An error report has been created at C:/Users/Laptop/Documents/errorReportSql.txt
Run
rlang::last_trace()
to see where the error occurred.Backtrace:
▆
The text was updated successfully, but these errors were encountered: