Closed ChernykhAN closed 4 years ago
Is 31010 the SQL Port of the Tenant? You can determine the SQL Port with:
select host,service_name,port,sql_port from sys.m_services
Yes, it's correct port, I'v successfully connected to this host:port in Hana Studio. Instance 20.
PS, Sorry, my mistake, I used port 32015. The same port in table sys.m_services only in one raw: chq-db indexserver 32003 32015 all other rows have 0 SQL port.
The connection error has been occured with port 32015.
I just saw that you have ConnString in your toml file. It must be ConnStr. This has changed some time ago but I unfortunately inserted the old notation again in the README.
Now it's connecting successfully. Thanks a lot.
I having error after set password. Command:
after password entered
I have tried with ip and host-name in ConnString in config
The secret has been writen in toml config despite getted error. And [[tenants]] section has been moved after [[metrics]] section.