Setup
The functionality is provided through an SAP adapter available in two variants: a Linux-based Docker container and an MSI installer that registers the adapter as a Windows service. To access the adapter, a valid license is required. Download packages can be obtained by contacting the support team at support@meshmakers.io.
Setup Windows
Install the provided MSI package. The installation process will register the adapter as a Windows service, but it will not start the service.
To start the service, open the Windows Services Manager and start the service named OctoMesh SAP Adapter
.
Configuration
Create a JSON file named appsettings.json
at path C:\ProgramData\meshmakers\octo-sap-adapter
with the following content:
{
"Adapter": {
"TenantId": "meshtest",
"AdapterRtId": "6742ef598241589bcf19c38f",
"CommunicationControllerServicesUri": "https://communication.{domain}.{tld}",
"BrokerHost": "https://mq.{domain}.{tld}",
"BrokerUsername": "guest",
"BrokerPassword": "guest"
}
}
Replace the placeholders {domain}
and {tld}
with the domain and top-level domain of your OctoMesh instance.
Setup Linux
Use the provided Docker image to run the SAP adapter. The Docker image is available at meshmakers/octo-sap-adapter
on Docker Hub.
Next Steps
See also SAP Adapter for more information.