cancel
Showing results for 
Search instead for 
Did you mean: 

SAP .Net Connector 2.0 Error

Former Member
0 Kudos

Hi,

I've just started to develop to .Net Connector.

I'm using SAP .Net Connector 2.0 and I registered the Application Server in the VS Server Explorer, created a filter in that list, and got all the RFC's listed.

I dragged the connection do the SAPwsdl file, but when I try to drag and drop the RFC to the file I get this 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"

this is the connection string:

USER=sercom PASSWD=***** LANG=EN ASHOST=sapprd SYSNR=2

Could anybody help me?

Thanks in advance

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Jason,

you also have to pay attention to the client(Mandant) you want to connect to, you may need to change the property, i forgot myself ;). You may also have to pay attention to the samples provided, "RFC_CUSTOMER_GET" mentioned in the simple console application may not be avaible on your R/3.

Regards

Ignacio

reiner_hille-doering
Active Contributor
0 Kudos

Please hold Ctrl and Shift keys while dragging. This will copy the command line used to call Java to your clipboard. Paste it here (of cause change the password to ***).