+

Search Tips   |   Advanced Search

Application export scripts

The scripting library provides multiple script procedures to automate the application configurations. See the usage information for scripts that export applications. We can run each script individually or combine procedures to create custom automation scripts for your environment.

Each application management script procedure is located in the app_server_root/scriptLibraries/application/V70 directory. Use the following script procedures to export applications:


exportAnAppToFile

This script exports a deployed application to a specific file.

To run the script, specify the application name and export file name arguments, as defined in the following table:

Argument Description
appName Name of the application of interest.
exportFileName Name of the file to which the system exports the application.

Syntax

Example usage


exportAllApplicationsToDir

This script exports all deployed applications to a specific directory.

To run the script, specify the application name and export file name arguments, as defined in the following table:

Argument Description
exportDirectory Fully qualified directory path to which the system exports each application.

Syntax

Example usage


exportAnAppDDLToDir

This script exports the DDL from the application to a specific directory.

To run the script, specify the application name, export directory, and options arguments, as defined in the following table:

Argument Description
appName Name of the application to export.
exportDirectory Fully qualified directory path to which the system exports each application.
options Optionally specifies additional export options.

Syntax

Example usage


Related tasks

  • Use the script library to automate the application serving environment
  • Automating application configurations
  • Application administration scripts

  • Application installation and uninstallation scripts
  • Application query scripts
  • Application update scripts
  • Application deployment configuration scripts