Deleting Packages from a Server Instance
The deletePackages command removes the specified package or list of packages from a server instance.
To delete packages from an
Integration Server instance
1. Stop the Integration Server instance.
2. Navigate to the following directory:
Integration Server_directory \instances
3. Run the is_instance script as follows:
is_instance.bat deletePackages -Dinstance.name=instance_name -Dpackage.list=package_list
Where | Specify |
instance_name | The name of the instance from which you want to delete packages. |
package_list | A comma-separated list of packages to remove from the Integration Server instance. For example, packageA,packageB. Note: This option does not accept white-space characters (or blank spaces). |
The is_instance script removes the specified packages located under the Integration Server_directory \instances\instance_name\packages\package_name directory.