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

Search help:


After the device was registered with AMS,I did not see any Event Logs sending to AMS.What can I do?

Solution
      Please double check the device's [Terminal List] webpage to see if  the [Server List] is empty .If the answer was yes,it will be the root cause that  the registered device does not know where to send the Event Logs data to.See the attached file as an example.
 
      So in this case,under the [Server List],you will need to click [Add] to add the AMS server Endpoint URL like below together with the correct [Magic] key entered  as you had setup at AMS [Server Setup] setting.See the attached file as an example.
 
http://IP address or Domain Name of AMS server/AccessServer/AgentService.asmx
 
     Once the above setting is configured ready,you can click [Submit] button to start to push/send the Event Logs back to AMS server ,and the 'Send Log Status' will show "Synchronized".
 

Attachments:
issue.gif issue.gif
magic.jpg magic.jpg

 
Was this article helpful? yes / no
Article details
Article ID: 23
Category: AMS Software
Views: 1677
Rating (Votes): Article not rated yet (0)

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