History trend troubleshooting #74
-
Hi Ricardo, How do I troubleshoot the history trend popup window? Which things to look for? regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi Stephanus! Are using the Windows installer? Which version? Any Postgresql config change? Maybe Windows Firewall is blocking the postgresql port. The service JSON_SCADA_server_realtime_auth need env variables if defaults are not use to reach Postgresql. rem Use environment variables to connect (for reading) to PostgreSQL historian (https://www.postgresql.org/docs/current/libpq-envars.html) |
Beta Was this translation helpful? Give feedback.
Hi Stephanus!
Are using the Windows installer? Which version?
I have tested it here and it is working (v0.24).
Any Postgresql config change? Maybe Windows Firewall is blocking the postgresql port.
The service JSON_SCADA_server_realtime_auth need env variables if defaults are not use to reach Postgresql.
rem Use environment variables to connect (for reading) to PostgreSQL historian (https://www.postgresql.org/docs/current/libpq-envars.html)
nssm set JSON_SCADA_server_realtime_auth AppEnvironmentExtra PGHOSTADDR=127.0.0.1 PGPORT=27017 PGDATABASE=json_scada PGUSER=json_scada PGPASSWORD=json_scada