Unregister (Remove) an EAI Plug-In
Use the UNREG command to remove an EAI step type entry from the plug-in registry. This results in the EAI step type being unregistered from the server so the server will not be able to process any EAI steps that use this server plug-in.
Syntax
sweaireg UNREG eai_type_name [-m machine_name] [-y]
where:
| • | eai_type_name is the short name of the EAI step type handled by the plug-in. This can be a text string of up to 20 characters. |
| • | machine_name is the optional name of the server in the TIBCO iProcess Engine node cluster on which the plug-in is registered. If this value is omitted, the default is the server on which the command is being run. This can be a text string up to 256 characters. |
| • | -y can be used to automatically answer yes to all the sweaireg command prompts so the command is run immediately without displaying the prompts. |
After running the command, the following prompt is displayed:
Unregister EAI Run-Time Plug-In
EAI Type EAI Type Name
Machine machine name ID:xx
Version Release Version
Library: library path and name
Init Params: Initialisation parameters
OK to unregister? (y/n)
If you choose Y, the plug-in’s registry entry is removed. The following message is displayed:
EAI Run-Time Plug-In Registration successfully removed
Example
To unregister the eaidb plug-in from the server called Hercules (the computer on which you are running this command), enter the following:
sweaireg UNREG eaidb
When prompted, enter Y to proceed with un-registering the server plug-in.