Root Cause:
The error indicates that you have another payoff record set up for this loan.Environment:
Payment ProcessingWorkaround:
You will need to delete the payoff record directly from the table. You will need the assistance of your IT staff Data Base Administrator to do that.
Once it has been verified they can delete that record from that table, run a select statement as shown below, but replacing the X's with the 10-digit Loan id:
Use Service:
Select * from POSt mt
where loan id = 'x'
replace the X with the 10 digit loanid
ArticleNumber:
000042307