cancel
Showing results for 
Search instead for 
Did you mean: 

.net Connect Error

Former Member
0 Kudos

Hi all,

I am getting error while draggin the function module from the server node to the proxy design file.

The error is as follows

INFO: using loggin implementation "AII Logging"

Exception in thread "main" com.sap.aii.upload.sap.SAPConnectionException$Connect Failed: R/3 system abc(system = 0, client=200) connect failed.

at com.sap.aii.upload.sapSAPConnection.connect(SAPConnection.java:103)

at com.sap.aii.upload.sapSAPConnection.<init>(SAPConnection.java:38)

at com.sap.aii.upload.tool.RFC2WSDLTool.getWSDLforRFCs(RFC2WSDLTOOL.java:81)

at com.sap.aii.upload.tool.RFC2WSDLTool.main(RFC2WSDLTOOL.java:196)

I hav tried creating the Appication server many times and i have checked the Login information. It is giving the same error.

Please Guide me if areas of checking needed.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Sorry i misunderstood you

here is the connection string

ASHOST=/H/192.....11/H/192....101/H/francis/H/MADRAS SYSNR=0 CLIENT=200 USER=shankar PASSWD=***** LANG=ja

regards,

S.Shankar

reiner_hille-doering
Active Contributor
0 Kudos

Ok, got it: The 2.0-Connector has a problem transfering the SapRouter-String to the Java program.

The easiest solution for you is to upgrade to version 2.0.1.

If you don't want to do this, create a new Server Explorer node. Select "Custom Logon Setting". As AppServerHost enter "=/H/192.....11/H/192....101/H/francis/H/MADRAS" (without quotes). Client, Username, System number and password as usual.

Answers (4)

Answers (4)

Former Member
0 Kudos

I got an error at time my function to drag and drop function into the SAPProxy1.sapwsdl file.I develope my project as asp.net web application in Visual Studio .NET 2003.

I think, If I see my function at server explorer, how Sap connection can be wrong I dont understand. while I just drag and drop function into the SAPProxy1.sapwsdl file, I get an error.

I installed:

SAP.Net.Setup_2.0

Java 6 update 11 (jr6)

but I 'm getting error below:

using logging implementation u201CAII Loggingu201D Exception in thread u201Cmainu201D com.sap.aii.upload.sap.SAPConnectionexception$connectFailed:Unable to establish connection to R/3 system u2026.(system=..;client..;)

at com.sap.aii.upload.sap.SAPConnection.connect(SAPConnection.java:103)

at com.sap.aii.upload.sap.SAPConnection.(SAPConnection.java:38)

at com.sap.aii.upload.tool.RFC2WSDLTool.getWSDLforRFCs(RFC2WSDLTool.java:81)

at com.sap.aii.upload.tool.RFC2WSDLTool.main(RFC2WSDLTool.java:196)

How can I solve this situation?.

Thank You

Edited by: emrean on Aug 25, 2009 12:54 PM

Edited by: emrean on Aug 25, 2009 12:56 PM

Former Member
0 Kudos

Thank you very much Reiner Hille-Doering.

i did as you said, the problem is solved. I awarded the points.

Former Member
0 Kudos

Hi,

Thank you for the reply.

The connection string contains the Password.

But i am not able to change the connection string.

It is uneditable.

regards,

S.Shankar

reiner_hille-doering
Active Contributor
0 Kudos

Can you please paste the Connection string as you see it in the Server Node's properties into this message? If there is a password contained, please change it to "****".