cancel
Showing results for 
Search instead for 
Did you mean: 

Problem Adding Funtion in VS 2003

Former Member
0 Kudos

Hello.

I am doing what I thought was a simepl process but I can not get past this error.

I have a proxy, I am trying to add a Function to it. I am dragging and dropping it onto the proxy deisgner form (.net connector 2.0)

I get this error:

INFO: using logging implementation "AII Logging"

Exception in thread "main" com.sap.aii.upload.api.LoginException$WrongPassword: Invalid/password combination

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

The proxy form is blank, and I can see all the BOR and Functions on my SAP system. So where is the password wrong? Do I need to add something somewhere to get this to work? I have read through all the documentation and I can not find the answer I need.

Thank you.

Accepted Solutions (1)

Accepted Solutions (1)

reiner_hille-doering
Active Contributor
0 Kudos

Either the client is wrong (default 000 is not allways correct) or a case problem (try entering the password all uppercase). For details please search the forum - this is a typical issue.

Former Member
0 Kudos

Which client and password on which configuration? I will re-check both to make sure.

I have looked in this forum but have only gone back about 8 or 9 pages so far. I have yet to find anything, so it might be farther back.

Thanks.

reiner_hille-doering
Active Contributor
0 Kudos

All login information is stored with the "Application Server" icon in Server explorer. You either created it by hand or added it via a PDK destination/alias. In first case you can change all properties in the properties window. In second case you may need to change the System defintion in the portal.

Former Member
0 Kudos

That is what I was afraid of.

The server connection is the one I have been using the most. I have tried my password upper and lower case.

The DestionationName I chose was our SAP 4.7 system, which I assume it gathers it connection information from the SAP GUI Login setup, yes/no?

I would also think that I would not be able to see a list of all the functions unless it was able to login correctly to begin with. IT is hard as the internals to how the .NET setup works and connects to SAP is not mentioned in any place that I have seen so far to help me figure out where and why this is not working.

I am sure thi sis something simple, I am just having a hard time finding it.

Thanks again.

Answers (1)

Answers (1)

Former Member
0 Kudos

FYI, the problem was the client ID. I thought I had it setup correctly; but apparently I was wrong.

I was at least able to get past the password problem.

Thank you.