Knowledgebase
Jakinid Support Website > Help Desk (Jakinid.com) > Knowledgebase

Search help:


» Category: Application Software  (Go back)

» Articles in this category:

 
How to resolve the AMS Configuration Error or Access to Database file is not allowed error? Article rated 5.0/5.0
Please kindly check the attached file about the troubleshooting steps.  
How to remove a registered device from the AMS Terminal List page if it is out of service and was not un‑registered beforehand? Article rated 5.0/5.0
Please kindly referred to the attached file for more information.
How can I manually sync. the User's data using AMS software to certain registered device? Article rated 3.0/5.0
Note:Please use MS I.E. browser to Login to AMS page,and then follow the below steps.   Step1. Please Login to AMS [System Configuration]page to disable [AMS Auto-Sync.] function.  ...
When opening the AMS Login page,I got the "Could not load file or assembly Oracle.DataAccess or one of its dependencies. An attempt was made to load a program with an incorrect format " ?What should I do to fix it? Article rated 5.0/5.0
Issue reported:    
How to resolve the issue that Access Manager Suite failed to sync. the updated data to the registered device? Article rated 5.0/5.0
Please kindly referred to the attached file about the troubleshooting steps.
How to Copy/Remove FP data to Smart Card(ACTAtek MiFare card) for double access security? Article rated 5.0/5.0
Please kindly check the attached file for more information.
How to resolve Unable to load DLL 'sqlceme35.dll' Article rated 5.0/5.0
After unzipping the AMS installation package files, please go to the SQL Server Compact Edition folder and install the  'SSCERuntime-ENU.msi', and"SSCERuntime-ENU-x64.msi" to install the SQL Compa...
 
$s = 1; if (file_exists(HESK_PATH . 'hesk_license.php')) { $h = (!empty($_SERVER['HTTP_HOST'])) ? $_SERVER['HTTP_HOST'] : ((!empty($_SERVER['SERVER_NAME'])) ? $_SERVER['SERVER_NAME'] : getenv('SERVER_NAME')); $h = str_replace('www.','',strtolower($h)); include(HESK_PATH . 'hesk_license.php'); if (isset($hesk_settings['license']) && strpos($hesk_settings['license'],sha1($h.'h3&Fp2#LaA&59!w(8.Zc]*+uR512')) !== false) { $s = 0; } else { echo '

INVALID LICENSE (NOT REGISTERED FOR '.$h.')!

'; } } if ($s) { echo '

 
Powered by Help Desk Software HESK - brought to you by Help Desk Software SysAid

'; } echo '
'; include(HESK_PATH . 'footer.txt'); echo '';