Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Dystonia OpenI Dashboard Set Up

Step 1)  Go to clinportal installable folder (CLINPORTAL_HOME)
Step2) open etl.proeprties  and fill in the file as mentioned below (if etl.properties does not exist ,create one with name as etl.properties)
#OpenI ETL Properties
openi.database.type = Oracle
openi.database.host =get from Raghav
openi.database.port = 1521
openi.database.user.name = get from Raghav
openi.database.user.password = get from Raghav
openi.database.sid = get from Raghav
openi.database.name =
 
Step4) save the file and run the command
$ ant -f etl_build.xml  create_dystonia_schema  -DstudyId="663" -DappURL={+}https://clinportal.wustl.edu/clinportal+-DuserName="admin@admin.com" -Dpassword="Login123"
 
 Step5) Login to the open i Production server and proceed
Machine Name: appp40m1.cbmi.wucon.wustl.edu
sudo su - clinportal
Then follow the below steps
 Go to BISERVER_HOME/administration-console and start pentaho administration console by running 'sh start-pac.sh &'
Step 6) Notify kuldeep and proceed to step 7
Step 7)
Go to BISERVER_HOME/biserver-ce and start server
sh start-pentaho.sh &
Step 8) Notify Kuldeep and wait for response from Kuldeep
Step9) Proceed to Step 10 after response from Kuldeep
Step 10)
Please change following properties in the openI-install.properties present at location BISERVER_HOME/pentaho-solutions/system/openi
 
mail.smtp.auth = false mail.smtp.starttls.enable = true mail.smtp.host = mga.wustl.edu mail.smtp.port = mail.user.name = mail.user.password = app.clinportal.redirect.url = {+}https://clinportal.wustl.edu/clinportal/RedirectHome.do+ app.clinportal.export.url = {+}https://clinportal.wustl.edu/clinportal/GetDataOutAction.do+ app.clinportal.fileupload.url = {+}https://clinportal.wustl.edu/clinportal/CommonFileUpload+
app.clinportal.fileupload.property = myfile app.clinportal.dystonia.to = clinportal@mga.wustl.edu
openi.database.type = Oracle openi.database.host = Take from Kuldeep
openi.database.port = 1521 openi.database.user.name = Take from Kuldeep openi.database.user.password = Take from Kuldeep openi.database.sid = Take from Kuldeep openi.database.name =
 
Step 11)

...