Previous Topic: Commands Reference

Next Topic: abort Command—Close Bindings

abandon Command—Cancel Operations

The abandon command cancels any outstanding operations on one or more bindings.

To use this command, you need to know the binding number, which you can find out using the get users command. You might also need to know the operation number, which is the invoke-id seen in the trace logs.

This command has the following format:

abandon { all | operation operation-number } on association binding-number;

Example: Abandon Unfinished Operations

The following command abandons all unfinished operations on the binding 131072:

abandon all on association 131072;

The following command abandons only operation 2 on binding 131072:

abandon operation 2 on association 131072;

More information:

get users Command—Display the Current Bindings

Abandon an Operation

Outcome of the abandon Command

When an operation is abandoned, the following messages are sent:

If the operation cannot be abandoned, the operation returns the following message, with the appropriate error message explaining why the operation was not abandoned:

abandon-refused


Copyright © 2009 CA. All rights reserved. Email CA about this topic