Point of Sale Shift End Error : Statistical data not updated

Point of Sale Shift End Error and Solution

While do the Point of Sale Shift End it may show the error message like below.

Cause

These errors are typically caused by some sort of database corruption, either in-memory or on-disk. Essentially, the server is requesting a page from the buffer pool, and the page number/object ID on the page differs from the one that was requested.

Solution

  • Copy below Script from PoTools.
  • Execute at Once using SQL Query Analyzer to Repair Tables.

Use POSPCC
dbcc checktable('articlessent') WITH ALL_ERRORMSGS, NO_INFOMSGS​

Post a Comment

Previous Post Next Post

Most Visited

Search Content of www.potools.blogspot.com @