hmis
hmis copied to clipboard
need sample database data
Details: i have running hmis from idea. but there are no data on hmis. please give sql data for trying hmis. and give username and password for login. thank you
We will include a sample sql in the project folder itself.
Oke thank you.. I'll waiting for.
can u please share the sql file of this project. i am not able to search that file in folder
A blank database is automatically creased by EcliseLink.
Thanks for replying. But it is not created may be. Can u send me SQL file of blank dtabase. Please it is very helpful for me.
On Thu, 1 Oct 2020, 04:00 Dr. M H B Ariyaratne, [email protected] wrote:
A blank database is automatically creased by EcliseLink.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/hmislk/hmis/issues/414#issuecomment-701680995, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIF6TU2BYGU7XHQMX7C2FGLSIOWRBANCNFSM4I2HMYOA .
i found the folder of sql file but create table command file is not there. Please help me. its urgent

Are you working with Netbeans? If so, please create a database (MySQL for example) and create a connection string. The open the persistance.xml file. Create a new data source using the connection. Then select create-tables as an option. Then it will create a database for you.
https://www.eclipse.org/eclipselink/documentation/2.5/jpa/extensions/p_ddl_generation.htm
wanted to try out this application. i am kindly requesting demo data
I have created db in mysql....below is my persistence.xml:
<?xml version="1.0" encoding="UTF-8"?> <persistence version="2.0" xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd"> <persistence-unit name="hmisPU" transaction-type="JTA"> <jta-data-source>java:app/dsArogys</jta-data-source> <exclude-unlisted-classes>false</exclude-unlisted-classes> <shared-cache-mode>ALL</shared-cache-mode> <properties> <!--<property name="javax.persistence.schema-generation.database.action" value="create-or-extend-tables"/> --> <property name="javax.persistence.jdbc.driver" value="com.mysql.jdbc.Driver" /> <property name="javax.persistence.jdbc.url" value="jdbc:mysql://localhost:3306/hmis" /> <property name="javax.persistence.jdbc.user" value="root" /> <property name="javax.persistence.jdbc.password" value="" /> </properties> </persistence-unit> </persistence>
I have noticed there are 2 persistence.xml files in the project, which 1 should I change?
There should be atleast a sql script for admin user. Post-installation there is nothing much that can be added as it gives "You are NOT authorized" message everywhere. Please help me to add a user.
Sorry for the delay. I will add a startup script that will create the database on the first run. Until that, I will give a blank database. Please give me two days,
There should be atleast a sql script for admin user. Post-installation there is nothing much that can be added as it gives "You are NOT authorized" message everywhere. Please help me to add a user.
I am also facing the same issue. do you have a sample dataset that can be added first time and then we can explore the app? or atleast a way to add an admin user?
Sorry for the delay to reply. Please find it in the next commit.
On Mon, 2 Aug 2021 at 16:01, aartigrover84 @.***> wrote:
There should be atleast a sql script for admin user. Post-installation there is nothing much that can be added as it gives "You are NOT authorized" message everywhere. Please help me to add a user.
I am also facing the same issue. do you have a sample dataset that can be added first time and then we can explore the app? or atleast a way to add an admin user?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/hmislk/hmis/issues/414#issuecomment-890916317, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJLRQWEF4OIQYY7ZCCUKTLT2ZXXBANCNFSM4I2HMYOA .
Hi, after running the system successfully, it gives "You are NOT authorized" message everywhere. Please help me to add a user.
Need to add privileges.
On Fri, 11 Feb 2022 at 12:21, mkyenze @.***> wrote:
Hi, after running the system successfully, it gives "You are NOT authorized" message everywhere. Please help me to add a user.
— Reply to this email directly, view it on GitHub https://github.com/hmislk/hmis/issues/414#issuecomment-1035925521, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJLRQVXLIVXVJOAVDJTXKLU2SWWRANCNFSM4I2HMYOA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you commented.Message ID: @.***>
Thanks solved. what about this, This user has no privilage to login to any Department. Please conact system administrator.
Need to add departments for users to log in.
Can I have an online discussion with you to demonstrate the functions? I am available during the weekend. We do not have good documentation. We had to slow down the development as we are involved in COVID-19 related developments. Soon wi will come back to this open-source development.
On Fri, 11 Feb 2022 at 15:46, mkyenze @.***> wrote:
Thanks solved. what about this, This user has no privilage to login to any Department. Please conact system administrator.
— Reply to this email directly, view it on GitHub https://github.com/hmislk/hmis/issues/414#issuecomment-1036052132, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJLRQXPKNG4RZGCIZQEUSLU2TOW3ANCNFSM4I2HMYOA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you commented.Message ID: @.***>
thank you so much, i will contact you if anything else of difficult arises
Hi, how can i do away with this page and start feeding in info into db
Very Dangerous Section. Please do not touch this page without the written permission from the lead software developer.
On Fri, Feb 11, 2022 at 2:27 PM Dr. M H B Ariyaratne < @.***> wrote:
Need to add departments for users to log in.
Can I have an online discussion with you to demonstrate the functions? I am available during the weekend. We do not have good documentation. We had to slow down the development as we are involved in COVID-19 related developments. Soon wi will come back to this open-source development.
On Fri, 11 Feb 2022 at 15:46, mkyenze @.***> wrote:
Thanks solved. what about this, This user has no privilage to login to any Department. Please conact system administrator.
— Reply to this email directly, view it on GitHub https://github.com/hmislk/hmis/issues/414#issuecomment-1036052132, or unsubscribe < https://github.com/notifications/unsubscribe-auth/AAJLRQXPKNG4RZGCIZQEUSLU2TOW3ANCNFSM4I2HMYOA
. Triage notifications on the go with GitHub Mobile for iOS < https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675
or Android < https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub .
You are receiving this because you commented.Message ID: @.***>
— Reply to this email directly, view it on GitHub https://github.com/hmislk/hmis/issues/414#issuecomment-1036106556, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOFYO3JDETZEP2272B5S2QTU2TXANANCNFSM4I2HMYOA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you commented.Message ID: @.***>
Please have an online zoom session so that I can demonstrate. Due to the lack of time, difficult to document all. Sorry
On Mon, 14 Feb 2022 at 13:51, mkyenze @.***> wrote:
Hi, how can i be able to fill information here
Very Dangerous Section. Please do not touch this page without the written permission from the lead software developer.
— Reply to this email directly, view it on GitHub https://github.com/hmislk/hmis/issues/414#issuecomment-1038783394, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJLRQXJSUXQPLWC2GVF6X3U3C3BLANCNFSM4I2HMYOA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you commented.Message ID: @.***>
I have been looking forward to trying this application but couldn't get it running. if someone can provide a video tutorial for setting up dev environment to run the application it will help many new comers like me
Details are in the wiki https://github.com/hmislk/hmis/wiki
Blank Database is created when run for the first time. Data Needed to be added to the system using the UI.