Configuration Parameters in the ERP Export Service

As a system administrator, you can configure the following parameters in the ERP Export service and the Property Definition application in Plant Applications Web Client.

If you have installed Enterprise Plant Applications Web Client, these parameters are available in the following file: <installation path>/PlantApplicationsDocker/plantapps-web-docker/erpexportservice.yml. After you change the values of parameters, run the following Docker commands, and restart the ERP Export service:
docker-compose -f erpexportservice.yml config > PAErpExportService.yml
docker stack deploy -c PAErpExportService.yml PAErpExportService
Tip: If you want to the change the value of a parameter only for the running instance of the service, you can use a third-party tool such as Portainer.

If you have installed Standard Plant Applications Web Client, these parameters are available in the following file: C:\Program Files\GE Digital\PlantApplicationsWebClient\config-repo\erp-export-service\prod\<version>\erp-export-service-prod.properties. After you change the values of parameters, restart the ERP Export service.

Parameter Description
erp.outbound.messages.messageType The format of the message. Provide one of the following values:
  • Application/XML: The message is displayed in an XML or B2MML format.
  • Application/JSON: The message is displayed in a JSON format.