The readme states: "As a result, a client and a server running as different users on the same machine will no longer be able to communicate via the shmem port." So for all who are not aware, it can be a breaking change and the error occuring is slightly misleading just "database server not found". |
If you have cases where you find this to be a breaking change, I would like to hear them. In most cases, we silently switch to TCP/IP. There are a few cases, likely fringe cases, where we know some minor configuration changes will be required. Assuming client & server are running as different users, then the following cases are known to require configuration changes:
for me it was 2. commlinks=shmem
(11 Jul, 08:41)
Martin
|
FWIW, the topic also applies to client and server running as the same user on the same machine, but with different "elevations", to cite the docs:
In my understanding, when client and server run with the same user and the same elevation on the same machine (say, when an application uses an auto-started personal engine as normal application), shmem does still work with 17.0.11.7313 but in a more secure fashion.