cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with Java Application with ECC - Connection Issue

Former Member
0 Kudos

Hi

We have developed one java application to connect to SAP to extract some data. We are using java API (sapjco) to connect to the SAP. Now we are facing one issue u2013 for the ECC while connecting through the java application we are getting u201CUserid or Password incorrect erroru201D, but with the same userid and password we are able to log through the SAP GUI. If we changed the password with all CAPS (Capital Letters) and without numeric values, its working fine in java application (Means its connecting to ECC)

We are facing this issue only in ECC; the same application is running successfully in SAP 4.7 etc. without changing password.

Please Help!

Accepted Solutions (0)

Answers (1)

Answers (1)

Benny
Product and Topic Expert
Product and Topic Expert
0 Kudos

I would draw the conclusion that you have to provide the paaword in upper case. There is a standar java method there that does this for you. Just do it before sending the password.

Regards,

Benny