Description of Issue
Receiving an error when running the Print Bills/Statements program
- Error executing insert_tmpexems. -268 ISAM -2601
- Cannot insert duplicate key row in object dbo.tmpexems with unique index tmpexems1
Context
- GA Property Tax Billing
- Print Bills Statements
Cause
Customer number is missing from the unique index. Exemptions where the category, year, parcel, exemption code, and bill number, where the Customer number is different between exemptions, will cause a duplicate error to occur like this.
Parcel cannot have an exemption for two different CID numbers
Resolution
Development is currently researching the issue. Install MUN-447937 once available
Workarounds are not ideal. Contact Munis Tax support.
- Could assign a single CID number to every parcel exemption
- Define the Print Bills Statement program by Range to avoid selecting bill with this data condition
Additional Information
Add Comment