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.
You must configure these values during installation. To change the configuration, you must restart the application.
Parameter | Description |
---|---|
eventuatelocal.kafka.db.schema | Name of the schema. The default value is ERP. |
eventuatelocal.kafka.bootstrap.groupname | Name of the consumer group, which is the consumer who listens to the work order events. The default value is erp-export-service. |
eventuatelocal.zookeeper.connection.string | The connection string for zookeeper. |
workorder.kafka.topic | Work order Kafka topic name. The default value is mes.workorder.workorders. |
eventuate.local.kafka.consumer.properties.fetch.max.bytes | The maximum number of bytes that Kafka fetches at a time. The default value is 3145728. |
eventuate.local.kafka.consumer.properties.max.poll.records | The maximum number of records that Kafka polls for. The default value is 100. |
erpexport.outbound.standard.topic | Name of the topic to which the ERP system publishes messages. The default value is mes.erp.outbound.messages. |
erpexport.outbound.laborVouchering.topic | Name of the topic to which the ERP system publishes messages related to clock-on and clock-off events. The default value is mes.erp.outbound.messages.laborVouchering. |
event.retryCount | Maximum number of retries to publish an event. The default value is 3. |
event.retryMilliSeconds | Retry to publish an event after specified milliseconds. The default value is 1000. |
While configuring the ERP Export service, you will select the format of the message using the property erp.outbound.messages.messageType, and selecting 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.