GithubHelp home page GithubHelp logo

Comments (2)

pbr6cornell avatar pbr6cornell commented on August 10, 2024

Juan: Did you pull the latest ACHILLES with the v5 code? The code you're
showing there is for ACHILLES to run on CDMv4. Cheers, Patrick

On Wed, Jan 7, 2015 at 4:51 PM, jmbanda [email protected] wrote:

I am trying to run Achilles on CDM V5. After following the installation
instructions in this page, I managed to get until 59% complete and then I
get this error (extracted from the error log)

DBMS:
postgresql

Error:
execute JDBC update query failed in dbSendUpdate (ERROR: column
vo1.place_of_service_concept_id does not exist
Position: 114)

SQL:
insert into results_schema.ACHILLES_results (analysis_id, stratum_1,
count_value)
select 200 as analysis_id,
vo1.place_of_service_CONCEPT_ID as stratum_1,
COUNT(distinct vo1.PERSON_ID) as count_value
from
visit_occurrence vo1
group by vo1.place_of_service_CONCEPT_ID

After looking at the CDM V5 fileds for the visit_occurrence table, the
column place_of_service_CONCEPT_ID does not exist.

Any suggestions? or is there a different way to run the CDMV5 Achilles,
other than the instructions found in this page.

Thanks!


Reply to this email directly or view it on GitHub
#38.

from achilles.

jmbanda avatar jmbanda commented on August 10, 2024

My bad, I assumed the main repo version was the newest one. I found the new version under releases, I will run this one now.

Thanks.

from achilles.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.