I found that when updating user data, I get an error in the logs:
[10/28/20 9:58:24:000 EET] 0000021e UserCore I CWLLG0468I: Checking user MyUser for new updates...
[10/28/20 9:58:24:000 EET] 0000021e UserCore I CWLLG0469I: Fullname for user MyUser has changed. Updating...
[10/28/20 9:58:24:016 EET] 0000021e wle E CWLLG2229E: An exception occurred in an EJB call. Error: PreparedStatementCallback; SQL [update LSW_USR_XREF set USER_NAME = ?,FULL_NAME = ?,PROVIDER = ? where USER_ID = ?]; String or binary data would be truncated.; nested exception is java.sql.BatchUpdateException: String or binary data would be truncated.
com.lombardisoftware.client.delegate.BusinessDelegateException: PreparedStatementCallback; SQL [update LSW_USR_XREF set USER_NAME = ?,FULL_NAME = ?,PROVIDER = ? where USER_ID = ?]; String or binary data would be truncated.; nested exception is java.sql.BatchUpdateException: String or binary data would be truncated.
at com.lombardisoftware.client.delegate.BusinessDelegateException.asBusinessDelegateException(BusinessDelegateException.java:46)
Column Provider = nvarchar(256). But new size of this string from LDAP = 263.
How to resolve this problem? Database - MSSQL
#BusinessProcessManager(BPM)#Support#SupportMigration