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 Command-Line Interface script.

Procedure

  1. Right-click a DAA and select Generate Administrator CLI Script.
  2. Complete the wizard screens and click Next to advance to each screen.
    1. Script Configuration
    2. Administrator Connection Configuration
    3. Application Configuration
    4. Distribution
    5. Property Configuration
    6. Wiring Configuration
  3. 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.
    If you chose to execute the script, a screen displays with the results. If you selected Offline Server in the Administrator Connection Configuration screen, execution will fail. If you leave the Open Administrator Explorer View checkbox checked, the Administrator Explorer View displays after execution completes. If you leave the Close Dialog checkbox checked, the summary dialog closes when execution completes.
  4. Optionally, click Cancel Execution to stop execution of the script.