cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

RFC_ERROR_LOGON_FAILURE

Former Member
0 Likes
642

Hello!

I am trying to connect to application servers with the Java Connector. I works fine for one application server and it DOESN'T work for the other one. I always get this error:

RFC_ERROR_LOGON_FAILURE

sometimes they say:

"Name or password is incorrect. Please re-enter"

and other times (with the same code) they say:

"User not authorized. Session terminated"

I have the right name and password.

The user have SAP_ALL and SAP_NEW. It is also the same (a copy) user as the one I am using to connect in the other application server.

Why does sometime it seems to connect but has no authorization and other times it just cannot connect!?

Any ideas to make this work?

Thanks!

View Entire Topic
Former Member
0 Likes

hi,

i am not sure but probably it may be an error due to casechange.

just check the case of the login name and password.

WAS7 onwards the login and password are case sensitive while in earlier versions the login and password are automatically converted to uppercase by the system.

regards