The usage for the deployment command-line feature is as follows:
/help |
/testconversion | /testc |
/silent [/ConfigFile filename] |
[[/LogFileName filename][/UnpackDirectory directoryname][/ForceBASEInstall (TRUE | FALSE)][/CheckInFormVersion (TRUE | FALSE)][/DontExitIfUnsuccessful (TRUE | FALSE)][/Server ServerName][/Trial TrialName][/responsefile File]
[/Strict (TRUE | FALSE)][/TrialCreateModeValue (DB [/Connect
DatabaseConnectString]| DSN [/TRIDSN DSNString])]]
For example, the following statement installs the ASM916S deployment package located in the C:\ directory, without prompting for user input, to a study called ASM916 on an InForm server called INF916:
Oracle.Designer.DeploymentInstaller /DeploymentFile C:\ASM916S.zip/silent /LogFileName ASM916S.log /ForceBASEInstall TRUE /Server INF916 /Trial ASM916 /User ASM916uid /Password ASM916pid /Strict TRUE /TrialCreateModeValue DB /Connect APPSRV_dev1
Deployment command-line options
Option |
Description |
---|---|
/help |
Display a dialog box summarizing the command-line usage and options. |
/CsmlToMedml or /medml [filename] |
Convert the study to MedML. Note: Optionally, you can specify a file name. If you do not specify a file name, an XML file is saved in the directory that holds the deployment package. |
/FullCsml [filename] |
Extract the CSML from the deployment package. Note: Optionally, you can specify a file name. If you do not specify a file name, a CSML file is saved in the directory that holds the deployment package. |
/InFormCsml |
Extract the CSML that was deployed to InForm. |
/RuleAssembly or /rule [directoryname] |
Extract the rule assembly and all function DLL files. Note: Optionally, you can specify a directory in which to store the files. If you do not specify a directory, a rule directory is created in the directory that holds the deployment package, and all extracted files are saved in the directory. |
/DesignerUnit or /unit [directoryname] |
Export the units file. Note: Optionally, you can specify a directory in which to store the file. If you do not specify a directory, the file is saved in the directory that holds the deployment package. |
/CustomProperties or /CP |
Extract the custom properties. |
/Target targetid [foldername] |
Extract the CSML to the specified folder. |
/TargetList |
Target applications for the deployment package. |
/Version or /ver |
Obtain the release number of the Central Designer application from which the deployment package was created. |
/silent |
Run in silent mode (without prompting for user input), using the options specified either on the command line or in the configuration file named in the /ConfigFile option. |
/ConfigFile filename |
Use the specified configuration file to obtain deployment options. |
/LogFileName filename |
Create a log file in the specified location. By default, a log file called StudyInstaller.log is created in the InForm installation folder. |
/UnpackDirectory directoryname |
Unzip the deployment package in the specified local directory. Deployment files include:
If you do not specify this option, the files are unzipped to a temporary system directory. The StudyInstaller.log file includes the location of the deployment files. |
/ForceBASEInstall (TRUE | FALSE) |
|
/CheckInFormVersion (TRUE | FALSE) |
|
/DontExitIfUnsuccessful (TRUE | FALSE) |
|
|
The following values are required if you run deployment in silent mode; otherwise, they are optional. If you specify any of the following command-line options and do not run in silent mode, the corresponding fields in the Deployment Wizard are populated with the values you specify. |
/Server ServerName |
Name of the InForm application server. |
/Trial TrialName |
Name of the InForm study. |
/responsefile File |
Name of the TXT file that contains the Oracle user name and password for the InForm study database. |
/Strict (TRUE | FALSE) |
|
/TrialCreateModeValue (DB | DSN) |
|
/Connect DatabaseConnectString |
Connection string for the Oracle instance. |
/TRIDSN DSNString |
ODBC System DSN for the InForm study. |
/ServerAutoStartup |
The InForm server starts automatically when the InForm Service starts. If you do not include the /ServerAutoStartup option, the InForm server must be started manually. |
/TrialAutoStartup |
The InForm study starts automatically when the InForm Service starts. If you do not include the /TrialAutoStartup option, the InForm study must be started manually. |
/DeploymentStartDelay |
Time to wait (in milliseconds) for the InForm caches to initialize before deploying. |
/IPRServer ServerName |
Name of the deployment instance that points to the InForm study to which to apply the in-place revisions. You specify the deployment instance name when you create the deployment instance. |
For more information, see Creating a deployment instance.
Copyright © 2013, 2016 Oracle and/or its affiliates. All rights reserved.