OHDSI Home | Forums | Wiki | Github

Achilles ERROR : Broadsea 3.1

Hello everyone!
Before, I had not encountered these problems. But now, when I run Achilles from HADES (Broadsea 3.1), I get an error:

Error in scan(file = file, what = what, sep = sep, quote = quote, dec = dec): line 2215 did not have 6 elements

During the 2201 Analysis

Here is the log error created :
DBMS:
postgresql

Error:
org.postgresql.util.PSQLException: ERROR: index "idx_ar_aid" does not exist

SQL:
drop index results.idx_ar_aid

R version:
R version 4.2.1 (2022-06-23)

Platform:
x86_64-pc-linux-gnu

Attached base packages:
- stats
- graphics
- grDevices
- utils
- datasets
- methods
- base

Other attached packages:
- Achilles (1.7.2)
- SqlRender (1.9.2)
- DatabaseConnector (5.0.4)

Does anyone have any ideas for solving this problem?

Your help would be greatly appreciated. Thank you for your help.

Ahmed

Edit: Issue resolved! I reverted back to Achilles version 1.7.0 instead of 1.7.2.

remotes::install_github("OHDSI/Achilles@v1.7.0")

t