Is there any known limitation of the length of login id
3 answers
Hello Georg,
trying to create a new user with a very long ID I got:
Validation errors for item: type = ContributorRecord, itemId = [UUID _QQUzdgTSEeO60uhe7P59lg] Value of attribute "userIds.userId" is 300 bytes, which is greater than the allowed encoded length of 250 bytes.
So I guess 250 bytes is the limit.
Best Regards
Francesco
trying to create a new user with a very long ID I got:
Validation errors for item: type = ContributorRecord, itemId = [UUID _QQUzdgTSEeO60uhe7P59lg] Value of attribute "userIds.userId" is 300 bytes, which is greater than the allowed encoded length of 250 bytes.
So I guess 250 bytes is the limit.
Best Regards
Francesco
Comments
I write as a co-worker of Georg.
An user weren't able to logon at JTS meanwhile RTC worked. JTS uses Websphere version 7.0.0.19 and RTC uses version 8.0.0.4.
At first we supposed the uid length but the problem was the special character "ยง". In Websphere version 7.0.0.19 it wasn't accepted since version 8.0.0.4 did so.