Software configuration management process - Codematrix Software configuration management process - Codematrix Software configuration management process - Codematrix Software configuration management process - Codematrix Software configuration management process - Codematrix Software configuration management process - Codematrix Software configuration management process - Codematrix  
 
Codematrix - Navigation
 
 
Codematrix software configuration management
Configuration management software
SCM product info
SCM software downloads
Software version control and change management software
Configuration management software support
Training for software configuration management
Code Matrix Personal, Codematrix Professional, CodeMatrix Enterprise
Codematrix contact details
 
Home > Documentation
 
Download - Administrators Guide Using the command line interface
Command line interface reference
 
kill

Force termination of a transaction.

Overview

An administrator may use the kill command to force termination of a server transaction. Use the transaction or locks command to determine a transaction handle.

Syntax
 
 
kil[l] <transaction id>
 

Parameters

<transaction id> transaction id obtained from transaction or locks command

Example

 
CodeMatrix>locks
Transaction: 000001E0 Started: 2003/02/28-12:18:32
Client - I/P: 192.168.0.38 name: strontium.codematrix.local
Waiting on transaction: none
Locks:-
Transaction: 000001E1 Started: 2003/02/28-13:18:31
Client - I/P: 192.168.0.38 name: strontium.codematrix.local
Waiting on transaction: none
Locks:-
W OBJ=000006CB
W OBJ=00000773
W OBJ=00000786
CodeMatrix>kill 1e1
 

In this example transaction 1e1 is shown to be holding write locks and is terminated using the kill command.