Change settings for the SAP Solution Manager 7.2 connection
After you have installed and configured ARIS Connector for SAP Solutions, you can modify the settings if required. If you have configured a connection to your test system, you can add your productive SAP system.
Warning
Do not change the SAPConfiguration.json file manually. The file is automatically updated with your settings by the command line interface.
Open the <ARIS Connector for SAP Solutions installation directory>\conf\UpdateSAPConfiguration.json file in a text editor. The parameters are described in the UpdateSAPConfiguration.md file.
Specify all highlighted values, such as:
"alias" : "SM01"Enter the name of the related SAP system. If you use multiple SAP systems, you must specify a unique alias value for each SAP system.
"serverUrl" : "https://sapsolman72.us.co.abc:50001",Enter the SAP server URL to SAP Solution Manager 7.2.
Syntax: https://<solution manager server name>:<port>), for example, https://sapsolman72.us.co.abc:50001.
You can retrieve the SAP server URL from the corresponding SAP System using the SCIF or the SOLDOC executables. Just copy the URL up to the port number.
"user" : "ARIS_SAP_SYNC_USER",User name which is used to log on to the SAP® system.
"password" : "password_set_with_configure_connector",
You must not specify your SAP password. Encrypted credentials will be generated and specified using the command line interface.
"client" : "",
Enter the number of the SAP® Client. The number can be obtained from your SAP® administrator. Optionally connects to a different SAP Client other than the default client. If you do not enter a number, you are connected to the default client.
"language" : "E",Code for the language that is used to log on to the SAP® system.
Examples
E = English, D = German, or F = French.
"allowUntrusted" : "false",Defines whether Allow untrusted server access is enabled (true) or disabled (false). You are required to enable Allow untrusted server access only if connections fail due to a security certificate error but you use https on a trusted server. Security certificate errors can occur if you use self-signed certificates.
To add another SAP system, add the following lines:
"alias" : "", "serverUrl" : "", "user" : "", "password" : "", "client" : "", "language" : "", "allowUntrusted" : "false",Defines whether Allow untrusted server access is enabled (true) or disabled (false).
You are required to enable Allow untrusted server access only if connections fail due to a security certificate error but you use https on a trusted server. Security certificate errors can occur if you use self-signed certificates.
Specify the values as required.
Encrypt and enter the SAP passwords in turn.
If your SAP password was changed or if you added another SAP system to the ARIS Connector for SAP Solutions, you must encrypt and submit the password value missing in the UpdateSAPConfiguration.json file.
Open a command prompt box or a Linux terminal in the <ARIS Connector for SAP Solutions installation directory>\bin folder.
To encrypt and enter the missing SAP password into the UpdateSAPConfiguration.json file, in the command prompt window or a Linux terminal, enter:
ConfigureConnector.bat/.sh -sys <value of the alias parameter> -usr <value of the user parameter> -pwd <password> <confirm password>
For example, for Windows: .\ConfigureConnector.bat -sys SM01 -usr ARIS_SAP_SYNC_USER -pwd ******** ********
While you are entering your password, it will be visible.
To encrypt and enter the missing SAP password into the UpdateSAPConfiguration.json file, in the command prompt window or a Linux terminal, enter:
ConfigureConnector.bat/.sh -sys <value of the alias parameter> -usr <value of the user parameter> -pwd <password> <confirm password>
For example, for Windows: .\ConfigureConnector.bat -sys SM01 -usr ARIS_SAP_SYNC_USER -pwd ******** ********
While you are entering your password, it will be visible.
Update the configuration.
If your SAP password was changed or if you added anothwr SAP system to the ARIS Connector for SAP Solutions, you must encrypt and submit the password value missing in the UpdateSAPConfiguration.json file.
Open a command prompt box or a Linux terminal in the <ARIS Connector for SAP Solutions installation directory>\bin folder.
To update the ARISConfiguration.json file used by ARIS Connector for SAP Solutions, depending on your operating system, enter: .\configureConnector.bat -upd or ./configureConnector.sh -upd
The settings were changed. If any issues occurred, the command line interface shows error messages. The links lead you to the problem solution.