Before you can deploy a study, you must set up the basic framework to hold your study design and data. This framework is called a skeletal study. All the commands used to create the skeletal study are run from a Windows command prompt.
The following procedure sets up a skeletal study named pfst61 on the server demo.
PFADMIN SETUP server demo
PFADMIN SETUP TRIAL pfst61 DEMO /DB TRIAL1
When prompted enter the:
This command creates your study, and associates it with a database instance.
DBSETUP pfst61 base
This command installs the components of the InForm application for your study.
The InstallCentralDesignerFiles command installs and registers the Central Designer rules engine, as well as other files the InForm application uses for automated deployments.
Note: You only need to run the InstallCentralDesignerFiles command one time on the InForm application server. After the Central Designer rules engine is installed, it can be used by all the InForm studies on the server.
pfadmin config trial pfst61 /TrialType QA
The TrialType options are:
pfadmin config trial pfst61 /TrialApproval FALSE
The TrialApproval options are:
Note: In order to deploy a deployment package from within the InForm user interface, the TrialApproval setting must be False.
pfadmin config trial pfst61 /DeployBackupFolder /u01/app/dbbackup
The InForm application uses this folder to store a backup of the database during the deployment process. If the deployment fails for any reason, the application uses the data in this folder to roll back to the state it was in prior to the deployment. The deployment backup folder:
pfadmin config webservice pfst61 DeploymentService ADD HTTP:14040
pfadmin config webservice pfst61 AuthService ADD HTTP:14041
pfadmin config webservice pfst61 ODMSubmitService ADD HTTP:14042
pfadmin start server demo
pfadmin start trial pfst61
pfadmin setserver systempw pfst61
When prompted, enter a password for the system user.
You can now use the system user to log in to your study, deploy a study, and start loading data. For more information, see Deploy your study, and the Study and Reporting Setup Guide.
Copyright © 2014, 2016 Oracle and/or its affiliates. All rights reserved.