Question Andrew Tobilko · Feb 25, 2018 com.intersys.globals.GlobalsException occurs when I am trying to call connection.connect() with the correct credentials I have a simple app which tries to establish a connection with a Cache database instance via Global API for Java: import com.intersys.globals.Connection; import com.intersys.globals.ConnectionContext; public class Assignment { public static void main(String[] args) { Connection connection = ConnectionContext.getConnection(); connection.connect("SAMPLES", "_SYSTEM", "SYS"); } } The expection I am getting: #API #Caché #Globals #Java 0 36 0 816