Resolution: The Administrator command-line interface (CLI) provides access to most TIBCO ActiveMatrix Administrator functions that change the state of Administrator objects. The CLI is based on the Ant open source build tool and is implemented in an Ant task named AMXAdminTask. You specify the Ant task in a build target within an Ant build file. Each instance of AMXAdminTask in the build file specifies an action to be performed on one or more objects specified in a data file. A compatible version of Ant open source build tool can be downloaded from the link http://ant.apache.org/bindownload.cgi
The TIBCO Business Studio command-line interface (CLI) provides access to some TIBCO Business Studio functions. In particular, it supports importing projects, creating projects, composites, components and distributed application archives. It also supports regenerating component implementations and libraries, promoting and wiring services and references, and generating distributions. You can use the CLI for repetitive application of standard actions on large numbers of objects. The CLI is based on the Ant open source build tool. TIBCO Business Studio provides Ant executable amx_eclipse_ant under TIBCO_HOME/studio/version/eclipse/ to perform TIBCO Business Studio actions.
To run the Administrator CLI, download a compatible version of the Ant tool from apache.org. To run the Business Studio CLI, use amx_eclipse_ant per the TIBCO_HOME/studio/version/eclipse/ according to TIBCO ActiveMatrix Service Grid documentation.