Defining Configuration Ports - Intergraph Smart 3D - Reference Data - Hexagon

Intergraph Smart 3D Structural Manufacturing Reference Data

Language
English
Product
Intergraph Smart 3D
Subproduct
Structural Manufacturing
Search by Category
Reference Data
Smart 3D Version
13.1

The delivered configuration files use port number 5055 by default. You can change the configuration file on both the client and the listener computers.

Some port numbers might be restricted. To verify port availability, contact your local network administrator.

Define the listener port

  1. If the listener is running, double-click Listener Running Listener Running_minimized ICON in the system tray.

    The Listener Running message box displays.

  2. Click X to close the Listener Running message box and stop the application.

  3. Navigate to [Product Folder]\Core\Container\Bin\Assemblies\Release, and open S3DProductionListener.exe.config using a text editor.

  4. Change the default port (5055) to the port you require. The default port is shown in the example below.

    <channels>
    <channel ref="tcp" port="5055">
    <serverProviders>
    <formatter ref="binary"/>
    </serverProviders>
    </channel>
    </channels>

Define the client port

  1. On the client, navigate to [Product Folder]\Core\Container\Bin\Assemblies\Release and open S3DProductionClient.exe.config using a text editor.

  2. Change the default port (5055) to the port you require. The default port is shown in the example below.

    <application>
    <client>
    <wellknown type="S3DProductionRemotable, S3DProductionRemotable"
    url="tcp://MyServer:5055/S3DProductionRemotable.rem"/>
    </client>
    </application>

    The delivered S3DProductionClient.exe.config file URL directs to the default localhost. For information on redirecting the URL, see Setting up the Client.