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

Search help:


ACTAtek Offline in AMS – Troubleshooting Checklist

Solution

To help troubleshoot the client's network connection problem further from the registered device to the AMS server.

Please follow the steps below to enable and retrieve (copy/paste) the 'AMS Host Offline Network Test' log information. 

  1. Enable the Network Test:

    • Navigate to the device's [Access Client Setup] page on the device.
    • Enable the 'AMS Host Offline Network Test' function.
  2. Reference the Example:

    • Refer to the attached file for an example of how to perform this test.
  3. Wait for Completion:

    • Allow the test to run for a few minutes after enabling the function to ensure it gathers sufficient data.
  4. Retrieve the Log Information:

    • Once the test is complete, copy the network test log information generated by the device.
  5. Send the Log Information:

  • Paste the copied network test log information into a TXT file, and send it to us for further analysis.

Note:

The 'AMS Host Offline Network Test' function is supported from ACTAtek4 firmware version 4_00.2413 or above.

Attachments:
network_test_log_info.png network_test_log_info.png

 
Was this article helpful? yes / no
Article details
Article ID: 278
Category: Errors & Fixes
Views: 578
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 '';