Unable to connect designer 9.7(local) to IS 9.7(remote) through SOCKS

IS Server is located in client n/w , and client n/w accessible to us through SOCKS proxy.
I am able to access admin console screen of IS through local browser and also able to conect IS 9.7 through our old designer 7.1 without providing any kind of SOCK proxy, the old designer is throwing me backward compatibility error, but it is at least connecting.

I tried providing proxy info in designer 9.7 through Windows->Preference->General->Network Connection SOCK proxy setting. Also in logs I can see proxies are set properly. Help me out!
[size=10]
!ENTRY org.eclipse.core.net 1 0 2015-06-17 10:49:45.330
!MESSAGE System property socksProxyHost is not set but should be “proxyHost”.

!ENTRY org.eclipse.core.net 1 0 2015-06-17 10:49:45.330
!MESSAGE System property socksProxyPort is not set but should be 1080.

!ENTRY com.softwareag.is.core 4 0 2015-06-17 11:53:00.814
!MESSAGE error verifying IS configuration
!STACK 0
java.net.ConnectException: Connection timed out: connect
!ENTRY com.softwareag.is.core 2 0 2015-06-17 11:53:00.814
!MESSAGE error verifying IS configuration
!STACK 0
java.net.ConnectException: Connection timed out: connect
!ENTRY com.softwareag.is.core 4 0 2015-06-17 11:53:21.834
!MESSAGE Connect Failure
!STACK 0
java.net.ConnectException: Connection timed out: connect
!ENTRY com.softwareag.is.ui.navigator 4 0 2015-06-17 11:53:21.874
!MESSAGE Connection failed for “IS IP”:5555 (there is no Integration Server on the specified port, or the proxy server is not available)
!STACK 0
java.net.ConnectException: Connection timed out: connect[/size]

Can you check the contents of this file “eclipse.ini”

Copy paste it here.

Launch configuration settings for Software AG Designer

For information, refer to the Software AG Designer documentation, available as online help in Designer itself or on the Software AG documentation website.

-product
com.webMethods.product.designer.ide
-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
–launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20130521-0416
-showsplash
com.softwareag.common.eclipse
–launcher.XXMaxPermSize
256m
-vm
C:/SoftwareAG/jvm/jvm/jre/bin/javaw.exe
-vmargs
-Xms128m
-Xmx1024m

Solved the issue. The active provider was needed to be configured to manual for SOCKS.

Thanks for help.

Can you share the documentation for this please?

Attached is what I did.
Configure SOCKS in Designer 97.doc (84 KB)

Thanks and it is useful.

Thanks for the help. It resolved my issue.

Just to understand. Could you please give a clarity on why’re we doing this and what is the use of them?

It is due to the proxy/SOCKS proxy settings in your organization, see if you have any proxy server to be enabled on your LAN settings.