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;
Specifies the operation that you want to cancel.
Specifies the binding which contains the operation you want to cancel.
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;
When an operation is abandoned, the following messages are sent:
Service error: operation abandoned
abandon confirm
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 |