rsinoida
|
Posted: January 04, 2012 08:11 by rsinoida
|
|
1. Downloaded the OPENEMPI version 2.2.0. 2. Compiled and generate the executable from the source code. 3. Deployed the code 4. Backend configured and DB script executed. 5. Site has been hosted 6. We are able to authenticate to the site, however, the functionality errors after this 7. We have traced the cause to a missing column in the Person table. The Person class in the application has an account attribute whose respective column is missing from the Person table in the database 8. When I go to Edit--> Add Person--> Input all the details then click Save. There is nested exception that get thrown We need to get this app up and running where we can add, search paitent and then finally consume the services in our clinet app. Please resolve this ASAP Thanx in advance |
[b]Database not in sync with the server objects.[/b]
Replies: 2 - Last Post: January 09, 2012 15:06
by: rsinoida
by: rsinoida
showing 1 - 3 of 3
yiminxie
|
Posted: January 05, 2012 01:36 by yiminxie
|
|
I suspect that you used the wrong script to create the database. The best way to proceed is to drop the openempi database, recreate it and then use the script: create_new_database_schema-2.2.0.sql from the data directory to build the schema. If you are still having trouble, please post the exception from the log. Amy |
Replies: 2 - Last Post: January 09, 2012 15:06
by: rsinoida
by: rsinoida






