What is causing this Error?
This error is caused by an old version of GameTracker. GameTracker creates a table in the Future POS database called dbo.xtempfinal. The presence of this table isn’t needed and can be safely deleted.
How do I resolve this Error?
The xtempfinal table can be deleted by following these steps:
1. Open SQL Server Management Studio (SSMS) on the server.
2. Log into the Server’s SQL instance using SA or Windows authentication.
3. Expand the main FPOS database.
4. Expand Tables.
5. Locate dbo.xtempfinal, and right-click on it.
6. Press Delete, then Ok.
Now you should be able to do a NEW/SYNC in Future POS without error on the terminals.
Comments
0 comments
Please sign in to leave a comment.