![]() |
Copyright © TIBCO Software Inc. All rights reserved. |
The REG command installs or upgrades an EAI server plug-in. This command is automatically used by the EAI server plug-in’s installation script. Therefore, you only need to use this command if you need to install a plug-in for a given operating system in a shared location. You would then use the REG command to register the plug-in on all your servers.
• eai_type_name is the short name of the EAI step type handled by the server plug-in. This can be a text string up to 20 characters.
• machine_name is the optional name of the server in the iProcess Engine node cluster on which the plug-in is to be 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.
• library is the path and file name for the plug-in. This is a text string of up to 256 characters.
• init_params is an optional value that can be used for any plug-in specific initialization parameters. Refer to the documentation for each plug-in to see what values can be used. If this is omitted and you do a re-registration, the existing parameters will be preserved. This can be a text string up to 1024 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.For a first registration, the values are written to the EAI run-time plug-in registry (the eai_run_plugins table). For a re-registration, the following message is displayed:
Re-register eai_step_name run time plug-in version current_release_version with version install_set_release_version? (y/n)
After you have registered the plug-in, you must set the EAI_NEEDS_MSDTC process attribute if the plug-in needs to use the Microsoft Distributed Transaction Coordinator (MSDTC). If you don’t do so, EAI steps using the plug-in may not function correctly or in a fully transactional manner.
![]() |
Copyright © TIBCO Software Inc. All rights reserved. |