SAP Proxy generation issue in vistual studio 2005.
-
I have a requirement to fetch the data from SAP Data Base system.For this i tried using sap.Netconnector 2.0 API. My problem is i could connect to the SAP system and see all the abap functions available in that system through the server explorer window. But when i am trying to generate a proxy class by dragging and dropping an abap function i am getting Unable to Establish connection to R/3 System xxxx.xx.x.xxx System(Client=0,System=1) error message. Detail description of error message is given as below Info:Using Logging implemenation "AII Logging" Exception in thread "main" com.sap.aii.upload.sap.SAPConnectionException$ConnectFailed:Unable to Establish connection to R/3 System xxxx.xx.x.xxx System(Client=0,System=1) at com.sap.aii.upload.sap.SAPConnection.Connect(SAPConnection.Java: 103) at com.sap.aii.upload.sap.SAPConnection.<init>(SAPConnection.Java: 38) at com.sap.aii.upload.tool.rfc2wsdltool.getwsdlforrfsc(rfs2wsdltool.Java:81) at com.sap.aii.upload.tool.rfc2wsdltool.main(rfc2wsdltool.java:196) (When i was dragging and droping an abap function it asked me to install JRE i installed it and tried again) Could anyone help me in resolving this issue.