The Microsoft SharePoint string fields have a default field length of 255 characters. To increase the default value, you need to edit SharePointColumns.properties file.
Modify the SharePointColumns.properties file in the following locations:
•<Secure Agent installation directory>\downloads\<latest connector zip package>\package\plugins\<plugin ID>
•<Secure Agent installation directory>\downloads\<latest connector zip package>\package\rdtm\javalib\<plugin ID>
Note: It is suggested to modify connection parameters at one file location and then copy the modified file to other location.
The syntax for entering the columns or fields precision in the properties file is as follows:
<ObjectName.Column/Field Name=Column/Field Size >
For example, CTSList.SkillsetDescription=1024
The following figure is a reference SharePointColumns.properties file.
Note: After you modify the SharePointColumns.properties file, you must restart the Secure Agent and then refresh the corresponding synchronization task.