The error "Check Detail Read Failed" while trying to open a check/table on the micros RES 3700 point of sale system. This error is present is all versions of RES but occurs much less frequently since RES 4.0
This error is an indication that the check has become unreadable in the database. It can occur if the check is being accessed during a power failure or some other interruption to the operation of the micros system.
These checks are unrecoverable and can only be closed in the database.
To proceed you will need to know the check number which is currently causing the error.
Step 1) On the Micros POS server open DBISQL. To do this press Start -> Run -> Type "dbisql" without the quotes.
Step 2) Enter the username and password:
Username: custom
Password: custom
or
Username: installer
Password: installer
Step 3) Type the following command and replace XXXX with your check number and execute:
Select chk_seq, chk_num, chk_open from micros.chk_dtl where chk_num = XXXX;
chk_seq = Check Sequence number is a unique number
chk_num = Four digit check number used to identify a transaction.
chk_open = True or False. True means the check is open, False means its closed.
Step 4) Make a note of the number in the chk_seq column and type in the following command and replace XXXXXX with the chk_seq number and execute:
call micros.sp_forcechkclose(XXXXXX);
The check should now be closed.
.
That's exactly what I needed. In my case, the terminal lost connection to the server when the waiter was keying in a check. He then openned the same table on another terminal. When the original terminal reconnected it created a conflict. this fixed the issue. Thanks!!
ReplyDeleteThis all sounds very simple, but neither of the suggested passwords will work for me, so I am stuck!
ReplyDeleteusername: support
Deletepassword: support
Worked like a charm. Thank you Dealer for not changing default PW!!
ReplyDeleteSi que funciona.... excelente aporte
ReplyDeleteGreat Tip
ReplyDeleteThanks
Can this be fixed when you don't have the check number?
ReplyDeleteI have a question: i force to close the Check call micros.sp_forcechkclose(XXXXXX); using that . Works!
ReplyDeleteNext
when i close the SQL , everting come back again .
save it ? how..! ?
Type the following command and execute: commit;
DeleteI have a bit of a problem. Do I have followed all steps and I was able to force close the check, but I still have an outstanding balance that is going to throw me off when I do my audit reports. When I tried to edit the closed check it says that the call failed, so I am unable to properly handle the outstanding balance. Is there a way that I can open the check that I forced to close or is the outstanding balance just stuck out there in the micros system?
ReplyDeleteThank you
IS THERE A NEW USER NAME & PASSWORD ?
ReplyDeleteIS THERE A NEW USER NAME & PASSWORD ?
ReplyDeleteI download this software
ReplyDeletehttp://www.pos-or.com/
on my POS micros RES 3700 and it's not work, I charge it, but nothing happens, what can you tell me about this problem?
Wonderful post, till system thankful to all your team for sharing such best information about EPOS systems.
ReplyDeleteThis is an interesting blog that you have posted, epos system you shares a lot of things about epos system.
ReplyDeleteThanks for this post epos for hospitality and i really helpful information keep sharing updates
ReplyDeleteGreat blog created by you. I read your blog, epos system its best and useful information. You have done a good work.
ReplyDeletevery nice post.and thank you for providing this information
ReplyDeleteRead More:http://www.e-novations.co.uk/
wow you are awesome!!
ReplyDeleteCan anyone help me a possible username and password
ReplyDeleteI tried the entire process but still the new bills could not be viewed
ReplyDeleteThis worked! thank you so much.
ReplyDeleteGood morning, I have outstanding checks but when you look at all servers check outs it adds up? Also no tables are open on table lay out? Can’t figure it out??
ReplyDelete