Failed on Employer table. Violation of PRIMARY KEY constraint 'Employer_PK'. Cannot insert duplicate key in object 'dbo.Employer'. The duplicate key value is (<Loan ID?, 0, 1).
Root Cause:
This is an error from SQL server, indicating the given loan ID already exists in your Servicing Director database Employer table.
Workaround:
Assign a different loan ID to the import loan data.
ArticleNumber:
000039701