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;
Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |