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

Search help:


How to upload IN/OUT attendance events to a log (Text) file by AMS

Solution

AMS Attendance Events Log to File Setting 

Log management has become one of the biggest use cases for big data solutions and integrations. AMS now allows the customer to save the IN/OUT attendance events to a log file for further integrations.

 

To enable this feature, Please create a folder as ''EventsLog''to save the logs in the following path C:\ drive and the Directory for Events Log files and Log file prefix can be set at AMS System Configuration screen, at Control Panel > Configure System screen.

AMS Configure System screen

http://localhost/AccessManager/Account/SystemUpdate.aspx

 

Once the function has been enabled, AMS Will write a single line of log per event in the file with following format  Example:- 0008312903202123:03:0002

<6 Digit AMS Employee ID><ddMMyyyyhh:mm:ss><EventID> ( IN=01, OUT=02 )

Please refer to below Example log line per event

NOTE:-

Ensure the Events Log folder at drive C:/ is having full permissions to AMS IIS Users, and administrators.

Events Log to File configuration changes will not be effective until AMS server IIS is restarted.

 
Was this article helpful? yes / no
Article details
Article ID: 224
Category: AMS Software
Views: 96
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 '';