Configure the connection to the SAP system
You can adjust an existing or add a new connection to the SAP source system.
Use the UpdateSourceSystemConfiguration.json configuration file to adjust the settings. The file is located in the <Process Extractor installation>\conf\ directory.
The parameters are described in UpdateSourceSystemConfiguration.md file located in the same directory. The file contains a sample configuration for an SAP connection that you can customize and use to configure the connection to your source SAP system.
If you want to use SAP Secure Network Communication (SAP SNC) for the communication with the SAP system, see the chapter Configure SAP Secure Network Connection.
Warning
Do not change the SourceSystemConfiguration.json file manually. The file is automatically updated with your settings by the CLI tool.
Example
{
"sapconfigurations" : [ {
"configurationAlias" : "SAP Prod",
"secret" : "",
"user" : "pm_user",
"password" : "",
"client" : "100",
"applicationServer" : "sapprod.my.company",
"systemNumber" : "00",
"gatewayHost" : "",
"gatewayServiceNumber" : "",
"messageHost" : "",
"r3SystemName" : "",
"group" : "",
"sncMode" : false,
"sncMyName" : "",
"sncPartnername" : "",
"sncQop" : "HIGHEST_AVAILABLE",
"sncSso" : false,
"retries" : 0,
"secondsBetweenRetry" : 60,
"blockSize" : 100000,
"metadataLanguage" : "E",
"delimiter" : ";"
},
{
...
}
]
}