The eBiss Service does not need access to the DB and registers a port for the client, via which the client connects to the service. The port for the client is defined in the configurator.
The eBiss Client does not need access to the DB and connects to the eBiss Service via a port. The port for the eBiss service is defined in the configurator.
If the firewall doesn't allow a connection, you can change the ports. In the configurator at connection settings you can configure the Port from client to server and the Remote Callback-port from server to client. If the Remote Callback-port is 0, the port will be selected by the system.
For the port configuration of the eBiss server the following line has to be entered in eBiss.Service.exe.config:
<add key="eBiss.RemotingPort" value="9998" />
For the port configuration of the eBiss-Server the following line has to be entered in the eBiss.WinClient.exe.config:
<add key="eBiss server URL" value="tcp: %%//%%localhost: 9998/eBiss.apiServer" />