E
egarcia
Guest
Hello, Using different databases on different ports on the same server should not be an issue. The key is that the port should be available. I wonder if you are running into a potential conflict with port 3000. KUIB uses port 3000 for the server component. Regardless of the port that you use for the database server (broker) (let's say port 20000), one of the server processes may use IPv4 port 3000 to communicate if it is available at the time. If this is done prior to starting KUIB, you might run into a scenario where the IPv4 port 3000 is in use and KUIB is only able to bind to IPv6 port 3000. Some web browsers may fail trying to access the IPv4 port because it is not an HTTP server. To avoid this scenario, you would just specify the -minport as a startup parameter for the database. More information on your configuration and about messages in the log files would help to understand the issue. Do you see any error message in the log files, including the database log file? Which tool are you using to look at the schema (table is shown but schema is empty)? I hope this helps.
Continue reading...
Continue reading...