Question ID : 197
Created on 2013-02-14 at 10:53 AM
Author : Veryant Support [support@veryant.com]
Online URL : http://support.veryant.com/support/phpkb/question.php?ID=197
For example, if you want to connect via thin-client and you use any of the following commands:
iscclient -hostname host -port port progname
java com.iscobol.gui.client.Client -hostname host -port port progname
Or if you want to access the Veryant UDBC server started on the server machine and you run the command:
visql -cstring jdbc:veryant:udbc-server-ip:udbc-server-port:database -u userTo solve this problem you have to use the java property java.net.preferIPv4Stack=true
iscclient -J-Djava.net.preferIPv4Stack=true com.iscobol.gui.client.Client -hostname 10.234.10.18 MAIN_PROGRjava -Djava.net.preferIPv4Stack=true com.iscobol.gui.client.Client -hostname 10.234.10.18 MAIN_PROGRvisql -J-Djava.net.preferIPv4Stack=true -cstring jdbc:veryant:10.234.10.18:6789:VERYSAMPLE -u admin