Data Source Toolkit Guide > Adapter Package Deployment > Undeploying a Package
 
Undeploying a Package
You can undeploy the extension adapter package from a command line.
To undeploy the extension adapter package from a command line
1. Open a command window.
2. Go to the bin directory:
cd <TDV_install_dir>/bin
 
3. Run the server utility with the undeploy subcommand.
For example:
./server_util -server <hostname> [ -port <port> ] [ -encrypt ]
  -user <username> -password <password> [ -domain <domain> ]
  -undeploy -name <adapter_name> -version 1 [-verbose]
 
Use version number 1.
If deployment is not successful, see Troubleshoot Package Undeployment.
For a full description of server_util syntax and its options, refer to the “TDV Command-Line Utilities” chapter of the TDV Administration Guide.