Hi Torsten -
Yes, I think I see the same thing. We actually saw it last week during the training at ESS but blamed it on network issues.
This can be replicated on the 7.0 branch of epics-base quite easily: start an IOC and try (for example) to use caput to write to any record. In the IOC shell I see
And from the terminal trying to write to the IOC with caput I see
$ ./caput record_name 1
Old : record_name 0
CA.Client.Exception...............................................
Warning: "Virtual circuit disconnect"
Source File: ../cac.cpp line 1241
Current Time: Wed Aug 26 2026 14:15:06.470965000
..................................................................
CA.Client.Exception...............................................
Warning: "Virtual circuit disconnect"
Context: "op=0, channel=record_name, type=DBR_TIME_DOUBLE, count=1, ctx="
172.18.22.141:5064""
Source File: ../getCopy.cpp line 91
Current Time: Wed Aug 26 2026 14:15:06.471381000
..................................................................
CA.Client.Exception...............................................
Warning: "Identical process variable names on multiple servers"
Source File: ../cac.cpp line 1324
Current Time: Wed Aug 26 2026 14:15:06.475347000
..................................................................
Read operation timed out: PV data was not read.
New : record_name
Something is wrong here...
Cheers,
Simon