dadaemon activate/maintenace fail to activate or put FT DA in maintenance
Release : 3.7
Component : IM Reporting / Admin / Configuration
The dadaemon script uses curl to change the values.
If HTTP_PROXY/http_proxy are set it will try and use the set values for the proxy and can fail.
As a workaround before running:
/opt/IMDataAggregator/scripts/dadaemon activate
or
/opt/IMDataAggregator/scripts/dadaemon maintenance
you can run:
unset HTTP_PROXY
unset http_proxy
But these should be unset on a more permanent basis to prevent interference.