How to Specify Repository Ports

From TeamServer ER/Studio
Jump to: navigation, search

Go Up to Repository Administration

To change the ports that the server listens to you will need to add the following registry keys on the machine that the Repository Application Server is running on.

Server Side

These are the registry keys that need to be set.

On 32-bit Operating System: HKEY_LOCAL_MACHINE\SOFTWARE\Embarcadero\Repository\Database\RepoServer Port HKEY_LOCAL_MACHINE\SOFTWARE\Embarcadero\Repository\Database\RepoProbe Port

On 64-bit Operating System: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Embarcadero\Repository\Database\RepoServer Port HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Embarcadero\Repository\Database\ RepoProbe Port

These are DWORD values and you just need to enter in the port number as a decimal value. You will need to restart the services after setting the values.

Default ports:

  • Communication Port: 54333
  • Identification Port: 54332
  • SSL Port: 54331

Enable SSL v3.0

On the server side go to the registry:

  • HKEY_LOCAL_MACHINE\SOFTWARE\Embarcadero\Repository\Database (for 32-bit OS)

or

  • HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Embarcadero\Repository\Database (for 64-bit OS)

and add a new integer registry entry "EnableSSL30" and set 1.

Notepad blue icon 2.pngNote: If you intend to enable SSL v3.0, then you should follow these steps: 1. Enable it in the registry on the server side and restart the services. 2. Run ER/Studio on the client side, go and enable the SSL v3.0 option in the Repository Properties dialog. 3. Log in.

See Also