You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Problem

KDS suddenly failed to get the latest push, but the KDS network setting looks correct

Solution

Related KOT information must be cleared if POS is reused from another machine. Otherwise, it won't insert KOT correctly.


Remove the following table's content:

truncate table [dbo].[KOI JP$KDS Modified Status];

truncate table [dbo].[KOI JP$KOT Header];

truncate table [dbo].[KOI JP$KOT Header Deal];

truncate table [dbo].[KOI JP$KOT Header Printing];

truncate table [dbo].[KOI JP$KOT Header Routing];

truncate table [dbo].[KOI JP$KOT Line];

truncate table [dbo].[KOI JP$KOT Line Modifier_Message];

truncate table [dbo].[KOI JP$KOT Line Routing];

truncate table [dbo].[KOI JP$KOT Trans_ Line Mapping];

truncate table [dbo].[KOI JP$KOT Trans_ Line Mod_ Mapping];

truncate table [dbo].[KOI JP$KOT Transaction Mapping];



  • No labels