How can I add an application server to ECP client list in code?
I was able to define ECP connection in Installer class that I run when I build docker image for my Docker IRIS application. Now I start to use Amazon ECS and Autoscaling. When a new instance is created and it runs the IRIS container, I want it to "register" as an Application server on the remote database server. What code can I execute to add an ip address as an Application Server?
@Oliver Wilms
#1) make sure your ECP Server is willing to accept ECP AplicationServers:
#2) on your Application Server define your Data Server
see docs: class Config.ECPServers
#3) connect to your Data Server
see docs: class SYS.ECP
#4) now in SMP:
.png)
Thank you very much, Robert :-)