Generating an Administrator Command-Line Interface Script
You generate an Administrator command-line interface script using the Generate Administrator CLI Script... wizard or using the sds.generateDeploymentScript task in a TIBCO Business Studio - BPM Edition Command-Line Interface script.
- Procedure
- Right-click a DAA and select Generate Administrator CLI Script.
- Complete the wizard screens and click Next to advance to each screen.
- Click
Generate.
The following files are generated in the destination folder:
- An Ant build file named DAAName.deployment-build.xml, which contains targets that invokes actions defined by the TIBCO ActiveMatrix Administrator CLI. The default target of the script is all.
- A data file named DAAName.deployment-config.xml., which contains the object definitions on which the build script invokes actions.
- If you choose to tokenize the script, a properties file named DAAName.deployment-config.properties.DAAName containing object attributes that can be updated each time you run the build file.
- A property file named ServerName.properties containing the Administrator server properties required to execute the Administrator CLI script.
- Optionally, click Cancel Execution to stop execution of the script.
Subtopics