Does anyone know if Micros provides a way to track if a check failed to go to specific KDS or which KDS a check successfully arrived at? I ask because I'm using SQL queries against the kds_dtl table to keep track of when things are bumped off of the KDS. It works very well, but I've noticed that if a KDS is down, it doesn't seem indicate anywhere that the check didn't make it to the KDS, which means the program is still waiting for it to be bumped from that KDS; the kds_dtl table only stores when a check was bumped from that KDS.