cancel
Showing results for 
Search instead for 
Did you mean: 

D020_SNC_CHECK_EXTID

Former Member
0 Kudos

We recently upgraded from 4.6C to ECC6.0

In a CCMS alert we get 2 alerts that I think are related, I can't seem to replicate it in our sandbox:

Alert Text:Password trunctated / converted: D020_SNC_CHECK_EXTID

and

Alert Text:Password trunctated / converted: REMOTE_FUNCTION_CALL %_RFC_START

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I believe this to be related to my other question regarding USR02 and USRPWDHISTORY.

In older systems, <= 6.40, the encryption algorithim was MD5 and in systems newer than 6.40, the algorithim is SHA-1.

When a user with the newly encrypted password attempts to access an older system and the profile parameter login/password_downwards_compatibility is set to 1 or 2, the password would be invalid or incompatible. However if it is set to 3 or 4, the system converts the password to an "old-style" password and checks against the older system, it will allow it if it matches, even though technically it is not compatible.

So for example, if a user in the newer system has a password with lower case and/or longer than 8 characters, and that parameter is set to 3 or 4, the system would convert it to uppercase and truncate it to 8 characters, and this is where the alert comes from.