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

Search help:


How can I resend a registered device’s event log data to the AMS SaaS domain database?

Solution

Step 1. Log in to the target domain device’s [Terminal List] page and delete any existing server list(s).

Step 2. Log in to the target AMS SaaS domain, then go to [Access Manager] → [View Terminal] → [Details] and click the [Update] button.

Step 3. Once updated, AMS SaaS will send a ‘GENERAL SETTING’ sync job to the device to automatically update the AMS SaaS Agent endpoint URL, for example:

 

http://AMS SaaS server IP address or domain name/AccessServer/AgentService.asmx

or

https://AMS SaaS server IP address or domain name:443/AccessServer/AgentService.asmx

Step 4. Log in to the registered device’s [Remote Door Open] page and click the [Open the Door] button to generate a new event log. This will trigger the device to resend event log data.

Step 5. Return to the registered device’s [Terminal List] page to verify the Event Logs sync status.

 

Note:

  • If AMS SaaS is using https, ensure you log in to the target AMS SaaS domain, then navigate to [System Setting] → [Edit/Delete Server] → [Edit].

  • Confirm that the Agent Server IP address is entered correctly with https, and the port is set to 443.

  • See the attached file for an example: https://AMS SaaS server IP address or domain name/

 

Attachments:
https_ams_saas.jpg https_ams_saas.jpg

 
Was this article helpful? yes / no
Article details
Article ID: 248
Category: AMS SaaS
Views: 454
Rating (Votes): Article rated 5.0/5.0 (1)

 
« Go back

$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 '';