cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy Update Error

Former Member
0 Kudos

Hi,

I am working on SAP.Connetor v2 for MS Visual Studio 2003. I am able to connect to SAP server 4.7 and get all the function list. But on the dragging the any function on the proxy for updation I am get the following error:

================================================

INFO: using logging implementation "AII Logging"

com.sap.aii.upload.api.LoginException$WrongPassword: Invalid user/password combination

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

at com.sap.aii.upload.sap.SAPConnection.<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)

Exception in thread "main"

=====================================================

I have even tried dragging it by pressing Ctrl+ Shift then also I am receiving the error.

Please help me.

Thanks,

Prashant

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hello,

I have the same problem, getting the error message

Exception in thread "main" com.sap.aii.upload.api.LoginException$WrongPassword:

Ung³ltige Benutzer-/Kennwort-Kombination

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

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)

Was anybody able to resolve the problem?

I am able to logon via SAP GUI and I see all the BORs and Functions, but every time, i try to drag a object to the designer I get that error message.

Thanks in advance for any help

Franz

Former Member
0 Kudos

Sorry, but i have the same problem does anyone know to resolve it?

Former Member
0 Kudos

Hi,

The exact cause of this problem should be logged in the file dev_rfc.trc. You will usually find the file in <Program Files>\Microsoft Visual Studio .NET 2003\Common7\IDE

Regards,

Guangwei

Former Member
0 Kudos

unfortunately the file exists but is empty

Former Member
0 Kudos

Prashant,

Mostly likely the "user" you are using to connect does not have all the neccessary permissions/previliges for Wizard tool to connect and retrieve the RFC information. Try using a different user who has more previleges in SAP(try a user who has ABAP-Debug access). I have faced this and i could get around by using the credentials of a user who has more priveliges in SAP.

Let me know if this helps..

Regards,

Ravi

reiner_hille-doering
Active Contributor
0 Kudos

Are you sure that the client is correclly specified (not -1, e.g.)? If this tip doesn't help, drag with "Ctrl" and "Shift" and paste the clipboard content to the forum. Change the cleartext password to stars before submitting.

Former Member
0 Kudos

I have set the client number properly. It is 1.

This is the content-

C:\Program Files\JavaSoft\JRE\1.3.1_15\bin\java.exe -Xmx128m -cp aii_upload_core.jar;aii_upload_sap.jar;aii_util_misc.jar;aii_util_xml.jar;aii_util_rb.jar;inqmyxml.jar;sapjco.jar;SAPmdi.jar com.sap.aii.upload.tool.RFC2WSDLTool "C:\DOCUME1\BESPOKE\LOCALS1\Temp
metadata.wsdl" ides 1 0 "prashant" "pwd" HR_FAMILYCN_SIMULATECREATION

Former Member
0 Kudos

The client is set as 0.

reiner_hille-doering
Active Contributor
0 Kudos

From what I see Java tries to connect to

Server: "ides"

System Number: "1"

User Name: "prashant"

Client: "0"

Password "pwd"

At least one of the settings seems to be wrong, e.g. check that the AppServer is really called "ides". Does "ping ides" work? Are system number, client, user and password really what they should be?

Former Member
0 Kudos

ping ides - it is working.

All the following parameters are proper

Server: "ides"

System Number: "1"

User Name: "prashant"

Client: "0"

Password "pwd"

reiner_hille-doering
Active Contributor
0 Kudos

Try to open a command prompt an change (cd) to "%programfiles%\SAP\SAP .NET Connector 2.0" and execute the command. Enclose the path to Java.exe with quotes.

Do you see the same error message?

Former Member
0 Kudos

I got the same error message which I hosted previously.

Former Member
0 Kudos

Please tell me what to do?

Should I install SAP GUI for resolving the error.

reiner_hille-doering
Active Contributor
0 Kudos

I ran out of ideas, sorry. But installing SAPGUI is definitly a good idea, you could e.g. try to connect with it using the same settings.

If it doesn't help, please open an OSS support ticket. Please prepare to open a NetMeeting, Terminal Services or pcAnywhere connection (correclty configured in OSS for support access).