The following error is received when installing or running Control-M/Server with Postgres on a Windows host: "Could not receive data from client: No connection could be made because the target machine actively refused it" |
Legacy ID:KA318415 Collisions in the port pool can prevent components from communicating with each other efficiently. Adjusting the MaxUserPort registry entry (which does not exist by default) to a larger value reduces the likelihood of collisions by allowing Windows a greater range of port values to choose from when allocating ports. To increase the maximum number of ephemeral ports, the following steps should be accomplished by or with the assistance of a Windows Administrator: 1. Start Registry Editor. 2. Locate the following subkey in the registry, and then click Parameters: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters 3. On the Edit menu, click New, and then add the following registry entry: Value Name: MaxUserPort 4. Exit Registry Editor, and then restart the computer.
|