I have two Servoy developers . one running sample solution and all the databases . Another developer I am trying to replicate the sample solution.These are running in Different port ( Application server port) .These are NG (AngularJS) The Second Servoy developer is pointing to first Database . But NGclient of both the developer are not launching all the times .Sometimes it is lauching .But other time one is launching and another is not lauching . Sometimes both are launching . it is not reproducible . Please help me…
Did you install the database separately? Or do you use the included postgresql?
To me it sounds like both developer installations are trying to start their included postgresql and that only works for the first one you started.
I am using included postgresql for the first developer . But for the second developer I have not installed any postgresql . It is pointing to the first developer database.
If I remember correctly, the included PostgreSQL only runs when developer is running. So, if you try to start Developer 2 when Developer 1 is not running then Developer2 will fail to start because the DB is unavailable.
In this type of scenario it would be preferable to have an external Postgres instance that both developers access.