Note on usage
Function: Delete an openFT instance
User group: FT administrator
Functional description
This command deletes the administration entry of the instance. All of the variable data such as, for example, the request file are kept and can be re-activated with the same instance name by re-executing the CREATE-FT-INSTANCE command.
In the event that a user task has altered the deleted instance, this will only be recognized on the next attempt by openFT to access this instance. openFT commands for this instance are rejected in this case, issuing the message FTR1025. The user must set another instance using the SET-FT-INSTANCE command.
Format
DELETE-FT-INSTANCE |
NAME = <alphanum-name 1..8> |
Operands
NAME = <alphanum-name 1..8>
The name of the openFT instance that is to be deleted. The standard instance cannot be deleted.
Command return codes
(SC2) | SC1 | Maincode | Meaning |
83 | 32 | CMD0221 | Internal error. |
24 | 64 | FTR1024 | Standard instance must not be deleted. |
25 | 64 | FTR1025 | Instance does not exist. |
SC1/2 = Subcode 1/2 in decimal notation For additional information, see section “Command return codes” |