dab:Exporter Server Ports

dab:Exporter Server ports

Changing ports

You can change the ports the dab:Exporter uses to communicate with the clients. To do this you need to change entries in the file dabExporter.Core.dll.config which is located in the installation directory of the dab:Exporter server (default C:\Program Files (x86)\dabGmbH\dabExporter 3.2\Server).

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="ConfigFolder" value="%public%/dabgmbh/dabexporter 3.2/data"/>
<add key="LogFolder" value="%public%/dabgmbh/dabexporter 3.2/log"/>
<add key="WorkingFolder" value="%public%/dabgmbh/dabexporter 3.2/work"/>
<add key="BindTo" value="0.0.0.0"/>
<add key="ApiPort" value="1588"/>
<add key="MessagingPort" value="1589"/>
<add key="UseTransportSecurity" value="false"/>
<add key="CertificateThumbprint" value=""/>
<add key="UseCustomServiceThrottling" value="false"/>
<add key="MaxConcurrentSessions" value="100"/>
<add key="MaxConcurrentCalls" value="32"/>
<add key="MaxConcurrentInstances" value="132"/>
</appSettings>
</configuration>

You can use the same port in ApiPort and MessagingPort, but you have to ensure that the service Net.Tcp Port Sharing Service (NetTcpPortSharing) is installed on the server and running!
For the changes to take effect you have to restart the dab:Exporter Windows Service.

Opening ports

This step is only necessary if you perform an initial setup or an update to version 3.2!

To open ports for the dab:Exporter Server you have to do following:

On the computer on which the dab:Exporter Server is installed press the Windows key and R on your keyboard to reach the Run program. In the Run window you have to enter wf.msc and click on OK

In the window Windows-Firewall with Advanced Security you have to click on Inbound Rules and then on New Rule …

In the New Inbound Rule Wizard you have to select Port and click on Next

Choose Specific local ports and enter: 1588, 1589. Then click on Next

Choose Allow the connection and click on Next

Check all checkboxes and click on Next

Enter dabExporter 3.2 in Name and Description and click on Finish


How did we do?


Powered by HelpDocs (opens in a new tab)

Powered by HelpDocs (opens in a new tab)