Set the InForm 6.1 study properties
Note: This step is required only if you are upgrading from any InForm 6.0 release.
Use the pfadmin command to set the following properties for each study:
- TrialType—The study type. The TrialType options are:
- Live
- UAT
- QA
- TRN
- Dev
- TrialApproval—True if your study requires approval from the Central Designer application in order to accept an automated deployment, False if no approval is required.
- DeployBackupFolder—The path to a folder on the database server used during the automated deployment process.
The folder must exist on the database server, otherwise the deployment will fail.
- DeploymentService—The port number used to communicate with the Central Designer application for automated deployments.
- AuthService—The port number used to communicate with the Reporting and Analysis module to authorize InForm and reporting users.
- ODMSubmitService—The port number used to communicate with requests to the Clinical Data API.
To set these properties, use the following syntax:
pfadmin config trial <studyname> /<propertyname> <propertyvalue>
For example, to configure these properties for pfst61, use the following commands:
pfadmin config trial pfst61 /TrialType QA
pfadmin config trial pfst61 /TrialApproval FALSE
pfadmin config trial pfst61 /DeployBackupFolder /u01/app/dbbackup
pfadmin config webservice pfst61 DeploymentService ADD HTTP:14040
pfadmin config webservice pfst61 AuthService ADD HTTP:14041
pfadmin config webservice pfst61 ODMSubmitService ADD HTTP:14042
Copyright © 2014, 2017 Oracle and/or its affiliates. All rights reserved.