How to fix OSCL authentication against JAS 6.0.5 ifix001 with ERROR 22001: A truncation error was encountered trying to shrink VARCHAR ?
![]() Hi,
|
Accepted answer
![]() HI Arne
This issue is seen with the default Derby database. This problem occurs when a userid connected to too many LDAP groups tries to logon to the RTC server using oidc, TOKENSTRING column is too small.
You could use a DERBY DB Viewe, example Squirrel Client and increase the TOKENSTRING Column size.
Here is the Defect
Best Regards
Shubjit
Ulf Arne Bister selected this answer as the correct answer
Comments 1
The workaround did the trick. I had to increase TOKENSTRING column to 16384 Bytes and then the error message went away. For this I used DBVisualizer. JAS Liberty had to be stopped for that measure because the embedded Derby does not like multiple connections apparently.
|