In order to simplify the subsequent installation of integrations and to uncouple the configuration of an installation from an SAP system, use the following guide.
In this guide, a master installation will be set up in which the backendConfig add-on is not installed.
In all other installations, the backendConfig add-on is activated, so that the configuration changes can be received via the SAP system.
In this setup, changes to the configuration are made exclusively in the master installation, from where the changes are uploaded to the SAP system.
- Install SAP ECTR at the desired location.
- Do not install the add-on "backendConfig".
- This Installation will be your master installation.
- If possible, maintain the master installation in a version control system such as git or SVN. This allows you to version, keep track of and comment on changes made on the master installation. Changes can also be easily revoked.
- Make sure of the following:
- The following preference variable may activate the download of the configuration from SAP although the backendConfig add-on is not installed.
To avoid this, you need to make sure that in %plm_instdir%\customize\config\plm_initialize.bat, the preference variable PLM_USE_SAPCONFIG is set to false or disabled. - Also make sure that the directory %plm_instdir%\addons\backendConfig does not exist in your master installation - this is the directory of the backendConfig add-on.
- The following preference variable may activate the download of the configuration from SAP although the backendConfig add-on is not installed.
- Start SAP ECTR via the master installation.
- Upload your configuration to SAP. In the default set up, you can upload your configuration via Administrator → System Setup → Transfer the settings into the configuration document in the SAP system (fnc.configuration.upload)
The following steps have to be perfomed if you wish to install an integration or another add-on subsequently.
- Install your integration or add-on via the SAP Frontend Installer in your master installation.
- Customize your integration according to your wishes in your master installation.
- Start SAP ECTR via the master installation and upload your configuration to SAP.P.