User records may not be imported via an LDAP import throwing the error message "Row in data source exceeds row size limit"Issue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Symptoms As part of a scheduled LDAP import, it may be observed that few users are not imported even though it's confirmed that these users actually exist in the OU by doing a Browse from the LDAP OU Definition. Upon checking the Import log for the data source in question, error(s) may be seen like below. Error during insert of ldap_import (74,335): Row in data source exceeds row size limit. Please consider excluding some fields from this import set as there are 216 fields present causing this row to be too large Steps to check the Import Log errors: Consider an example where the data source name is "LDAP User Import". Go to "Import Log" ("System Import Sets" > "Advanced" > "Import Log") from the filter navigator.Apply the filter: Source="Loader (LDAP User Import)"Level=2 Level=2 is for checking Errors. Release Applicable to all releases. Cause As the error log suggests, the data in the row that is being loaded exceeds the maximum row size that is allowed. Due to this, the row is not loaded in the import staging table and that's the reason you might see that this user is not getting imported. Resolution To fix this issue, you need to specify the list of AD attributes that you need to import. The below documentation provides the steps to specify these attributes. Specify LDAP Attributes This will make sure only the required attributes are imported and hence the row size will be much smaller than the max row size limit.