Hi all,
we've just made a fresh new development Hana instance on AWS. It works, except that in the Studio administration console it says
SQL error while updating the administration overview
Alerts cannot be displayed
On the bottom it also says
Statistics server not found as service
and various other errors. In the Landscape tab there is indeed no statisticsserver service running. In the configuration nameserver.ini/statisticsserver is active = false, setting it to true does not change anything. Calling
SELECT * FROM _SYS_STATISTICS.STATISTICS_PROPERTIES where key = 'internal.installation.state';
gets me
* 3589: remote query execution failure: OpenChannelException at network layer:
message: an error occured while opening the channel
info: connection refused
param: 127.0.0.1:30005
SQLSTATE: HY000
So it looks like this instance is not really well. Can this be fixed somehow?
Cheers,
-- Micha