PMU connection tester is getting a connection and receives data with a Siemens 7KE85.
The Phasor Unit used to work with a previous installation of OpenHistorian2.
When I use the connection file in OpenHistorian2 Input Device wizard, we get
ERROR: Connection attempt failed, request for configuration canceled: Server property is missing (Example: "Server=localhost:8888) in “;accessid=0;phasorprotocol=IeeeC37.118V1;”
Failed to retrieve remote device configuration.
I tried a few config changes, nothing helped. How do I repair this?
That connection string is indeed missing the Server property. If you know what endpoint you’re trying to connect to, you can simply add the missing property to your connection string. Maybe you can try using the connection string builder by clicking the little icon to the right of the connection string and use that to enter the IP address and port manually.
Thanks Stephen, that gave me the idea to solve it.
I had to make the entire connection string.
My workflow around this is to make the device in OH2 using the configuration file, then stop the device, add the connection string. After starting the device I get config frames and values. Still a bit weird, but workable. The default from the string builder worked, just enter your target IP address instead of 127.0.0.1.