BankAccountTable's CacheLookup property is "Entire Table Cache" So when a user's first acces to this table all the records cached as a TMP file. Everything is OK so far, but this table can not be loaded and this "Duplicate record error" comes to screen. Here is my findings:
- "Entire table cache" property provide a client to access all the records of a table via TMP file which created at first access to this table.
- This error is company specific so it is data related.
- When i delete all the record and insert them from previously backed up table. Problem solved!
Final comments; Axapta's kernel somehow can not managed to create TMP file it just try to insert same record twice. The reason is, I think, corrupted data. Someh0w kernel try to insert same record.
Microsoft Axapta Dynamics DAX Development X++ Blog Necmi GÖCEK Necmi GOCEK
2008-09-08
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment