Dears,
Any one who knows how to use the Simphony SIM interface to call the EA function ?
I try to use the below scripts to load the dll function by filed.
DLLLOAD dll_handle,"ABC.dll" (Dll name)
DLLCall dll_handle,readybadge (furcation)
DLLFree dll_handle
Hi King
It seems your check is not send to decreate database.
You can use SMSS and connect to the dbcreate database ,
select * from checks where checknum= '***' to see the check posted to dbcreate or not.
You can check the transaction transfer to Dbcreate or not, and check the DPS log.
Or try to restart the DPS service. Could please upload the egatewaylog and DPS ?
You can use select mrequest_data.id,mrequest_data.checkid from mrequest_data.id to find the check id which not posting to LOC. + where Mrequest_Data.id = Mreqeust.id
And use the checkid to find the checknum in Guest_check.
try to run this sql scripts on caps server to find the checks not posting to myMicros:
select
TO_CHAR(Reqtime,'YYYY-MM-DD hh24:mi:ss') Datetime,
case when MREQUESTS.ReqState='0' then 'Pending to Post'
when MREQUESTS.ReqState='1' then 'Posted'
when MREQUESTS.ReqState='2' then 'Failed Retry...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.