Previous Topic: DSA Handling of Multiple Concurrent Queries

Next Topic: Limit Operations

Abandon an Operation

The result returned by an abandoned operation depends on how far the operation progressed before being abandoned. The display shows either partial results (with the partial outcome qualifier set to the appropriate problem) or the following error message:

Service error: administration limit exceeded

An update operation cannot be abandoned.

To abandon an operation

  1. Use Telnet to connect to the DSA whose operation you want to abandon.
  2. List the current binding numbers, using the following command:
    get users;
    
  3. Identify the binding number of the operation that you want to abandon.
  4. Abandon the operation, using the abandon command:
    abandon { all | operation operation-number } on association binding-number;
    

More information:

abandon Command—Cancel Operations

get users Command—Display the Current Bindings