We’re using CS as a local server for our Java app(client), and also using PostgreSQL server that connects to the CS. The problem is, when using Java app as client and CS as a server, the db cannot be accessed while if I use chatscriptpg.exe in BINARIES and open PostgreSQL server, it connects fine. I need to use Java app as a client and CS as its server while using PostgreSQL for db. TIA