Export of audit trail events from Salto software. Version 2.0

Size: px
Start display at page:

Download "Export of audit trail events from Salto software. Version 2.0"

Transcription

1 Export of audit trail events from Salto software Version 2.0

2 Historic of changes Version Status Date Author Change description 1.0 Stable 20/12/2011 Mikel Larreategi First version of the specs. 2.0 Stable 29/12/2011 M. L. New field added to the data model of an audit trail event, namely, OperationDescription. Table of contents 1. Introduction Overview Data model of the Salto audit trail events Audit trail operation list CSV file format Macros for time-varying file names Scheduling parameters...8 Appendix A. Data types

3 1. Introduction This document is aimed at explaining the specifications of the audit trail export tool within the Salto software. This tool allows third parties to easily access audit trail information in the form of CSV files. Note that this is not a closed document and, as such, new features will be added in so far as new necessities arise. 2. Overview Audit trail events produced by Salto access control devices are stored within the Salto DB. This information, however, cannot be directly accessed by third parties. To overcome this issue and facilitate access to audit trail information, the Salto software includes a tool for exporting audit trail events. The main characteristics of this export tool are as follows: Audit trail filter: it is possible to specify selection criteria to filter out undesired events and export only the interesting ones to the output files. For example, you may want to export audit trail events produced in a certain door or by a certain cardholder. Customised content: it is possible to customise the content of export files. For example, you may specify which of the audit trail data fields to include within the export files and which to leave out, the order of the columns, the separator character, etc. Scheduled export: it is possible to schedule an export task according to a specific date/time planning. For example, you may export audit trail events every day at 12:00. CSV file format: the export tool produces CSV files, which is a well-known format for data analysis. The following sections will explain in more details the export tool. 3. Data model of the Salto audit trail events Salto access control devices (such as standalone escutcheons and online doors) are prepared to record all the incidences regarding access control such as opening of doors and rejections. These incidences are called audit trail events. In its basic format, an audit trail event conveys information regarding who, when, where and what: who did produce the incidence? When was it produced? Where or in which door was the incidence produced? And finally, what kind of incidence was it? Was it an opening, a rejection,? Apart from this basic information, the data model of a Salto audit trail event includes further information: for example, the serial number of the card producing the event, the UTC time, some general purpose fields of the door, etc. The table below shows all the data fields a Salto audit trail events is comprised of. Note that not all these fields needs being exported but you are free to select any set of them to ultimately be included in the export file

4 Field name Type Description EventDateTime Datetime (see Appendix A) Local date/time at which the event was produced. EventDateTimeUTC Datetime Date/time at which the event was produced regarding the UTC+0 timezone. OperationID Integer Operation code (opening, rejection, etc). See Table 2 for the list of Salto event codes. IsExit Boolean In case the event is an opening, this field indicates whether it has been produced in the entry reader (0) or the exit reader (1). OperationDescription Alphanumeric Description, in English, of the audit trail operation. UserType Integer Indicates the type of user that produced the incidence: 0: cardholder. 1: door. 2: software operator. UserName Alphanumeric Textual representation of the user ID that produced the event. Its content depends on the type of user: - If UserType= 0, then UserName= name of the cardholder. - If UserType= 1, then UserName= blank. - If UserType= 2, then UserName= name of the software operator. UserExtID Alphanumeric If UserType=0, then this field contains the ExtID of the cardholder. Blank, otherwise. UserGPF1 Alphanumeric If UserType=0, then this field contains a general purpose field (#1). Blank, otherwise. UserGPF2 Alphanumeric If UserType=0, then this field contains a general purpose field (#2). Blank, otherwise. UserGPF3 Alphanumeric If UserType=0, then this field contains a general purpose field (#3). Blank, otherwise. UserGPF4 Alphanumeric If UserType=0, then this field contains a general purpose field (#4). Blank, otherwise. UserGPF5 Alphanumeric If UserType=0, then this field contains a general purpose field (#5). Blank, otherwise. UserCardSerialNumber Alphanumeric Serial number of the card. UserCardID Alphanumeric ID of the card (by defaults, equals to the card serial number). DoorName Alphanumeric Name of the door where the incidence was produced. DoorGPF1 Alphanumeric General purpose field (#1) of the door. DoorGPF2 Alphanumeric General purpose field (#2) of the door. Table 1: data model of the Salto audit trail event. See Appendix A for further information about data format. Each of these fields is explained in more details in the following paragraphs: EventDateTime: date and time when the event was produced regarding the timezone of the door. See see Appendix A for further information about how datetime data type is actually represented within the export file. EventDateTimeUTC: date and time when the event was produced regarding the UTC+0 timezone. This field must only be considered when the Salto software has been configured as having multiple timezones

5 OperationID: contains a numeric code representing the action performed on a given door. See Table 2 for the list of available operations. IsExit: certain access point devices (such as IP doors) may include up to two readers (entry and exit) both for controlling access when entering or leaving. This boolean field indicates whether the action was performed on the Entry reader (0) or on the Exit reader (1). OperationDescription: contains a description in English of the audit trail event operation or action. UserType: this field indicates the type of entity that produced the event. Three types of entity exist: cardholders (UserType=0) who produce events by means of their cards, doors (UserType=1) which produce events in an automatic fashion, for example, automatic openings and software operators (UserType=2) who produces events by means of portable programmer devices or remotely from the Salto software. UserName: textual representation of the identity of the subject who produced the event. In case the event was produced by a cardholder (UserType=0) or a software operator (UserType=2), this field contains the name of the respective entity. Otherwise, this field is blank. UserExtID: secondary user ID in alphanumeric format for integration with 3rd parties. This field is only meaningful for cardholders (UserType=0) and is blank for the rest. UserGPF1, UserGPF2, UserGPF3, UserGPF4 and UserGPF5: general purpose fields of cardholders (UserType=0). For non-cardholders this field is blank. UserCardSerialNumber: serial number of the card that produced the event. It is represented in Salto format, that is, 14-digit long hexadecimal string. For non-cardholders this field is blank. UserCardID: ID of the card whose owner produced the event. Generally, card ID equals the card serial number but in certain installations it may refer to a code stored within the card s memory. For non-cardholders this field is blank. DoorName: name of the door in which the event was produced. DoorGPF1, DoorGPF2: general purpose field of the door in which the event was produced. Note the different types of subjects capable of producing audit trail events at doors. The most obvious one is the cardholder type (UserType=0), which takes place when cards are presented at doors. However, doors themselves may automatically produce audit trail events (UserType=1), for example, when changing clock due to summer/winter daylight saving time. In this case, the UserName field is left blank. Finally, audit trail events may also be produced by software operators (UserType=2) with no card involved, either via online commands from PC or via portable programmer devices (PPD)

6 4. Audit trail operation list The following table enumerates all the possible event codes implemented by Salto access control devices. Operation Description Category 16 Door opened: inside handle Door opened: key Door opened: key and keyboard Door opened: multiple guest key Door opened: unique opening Door opened: switch Door opened: mechanical key Door opened: PPD Door opened: keyboard Door opened: spare card (hotel) Door opened: online command Door most probably opened: key and PIN Door closed: key Door closed: key and keyboard Door closed: keyboard Door closed: switch Key inserted (energy saving device) Key removed (energy saving device) Room prepared (energy saving device) Start of privacy End of privacy Start of office mode End of office mode Hotel guest cancelled Door programmed with spare key New hotel guest key Start of office mode (online) End of office mode (online) Start of forced closing (online) End of forced closing (online) Alarm: intrusion (online) Alarm: tamper (online) 8 62 Door left opened (DLO) End of DLO (door left opened) End of intrusion Start of office mode (online) End of office mode (online) End of tamper Automatic change Expiration automatically extended (offline) Online peripheral updated Key updated (online) Key deleted (online) Communication with Salto software lost Communication with Salto software established Opening not allowed: key no activated Opening not allowed: key expired Opening not allowed: key out of date Opening not allowed: key not allowed in this door Opening not allowed: out of time Opening not allowed: key does not override privacy Opening not allowed: old hotel guest key

7 89 Opening not allowed: hotel guest key cancelled Opening not allowed: antipassback Opening not allowed: no associated authorization Opening not allowed: invalid PIN Opening not allowed: door in emergency state Opening not allowed: key cancelled Opening not allowed: unique opening key already used Opening not allowed: key with old renovation number Warning: key has not been completely updated (online) Opening not allowed: run out of battery Opening not allowed: unable to audit on the key Opening not allowed: locker occupancy timeout Opening not allowed: denied by host Blacklisted key deleted Closing not allowed: door in emergency state New renovation code PPD connection Time modified (daylight saving time) Low battery level. 7 Table 2: operation codes (in decimal notation) for Salto audit trail events. Category 1: openings and closings; category 2: actions; category 3: door status changes; category 4: online commands from host; category 5: key modifications (mostly in online units); category 6: Rejections; category 7: maintenance; category 8: alarms and warnings. 5. CSV file format Currently, CSV text file is the only supported format for exporting audit trail events from the Salto DB. It is expected that, in the future, other formats will be considered, such as Excel files or DB tables. What follows are the CSV parameters to be specified within the Salto software for a correct export operation: File name: indicates the name of the file in which the exported audit trail events will be stored. It may contain special placeholders (also known as macros) in order to produce a different file name for each export file (more on this below). Column delimiter: indicates the character that will serve as a delimiter between consecutive columns within rows. It defaults to semicolon (;). Text qualifier: specifies which character mark is used to qualify text. It defaults to double quotes ( ). Column titles: indicates whether or not the first row in the export file will contain the title of the columns. It defaults to false. 6. Macros for time-varying file names In general, the Salto software does not produce a single export file but seve ral. The frequency at which these files are produced depends on the specified planning. If all the resulting files are named the same, file overwriting will occur and hence data lost. This problem can be avoided by means of macros

8 A macro is nothing more than a placeholder within the File name parameter. At export time, this placeholder is replaced by a string containing time-related information, for example, current date or time. The table below enumerates the currently supported macros: Macro ($YEAR) ($MONTH) ($DAY) ($HOUR) ($MINUTE) ($SECOND) Description Current year (4 digits). Current month (2 digits). Current day (2 digits). Current hour (2 digits). Current minute (2 digits). Current second (2 digits). Table 3: list of macros for the name of the export file. For example, the following file name contains two macros, namely, HOUR and MINUTE : Salto_Audit_Trail_($HOUR)($MINUTE).csv Let s imagine that the corresponding export task within the Salto software has been defined in such a way that produces an export file every half an hour starting from 12:00:00 till 15:00:00. This will result in six files with the following names: Salto_Audit_Trail_1200.csv, Salto_Audit_Trail_1230.csv, Salto_Audit_Trail_1300.csv, Salto_Audit_Trail_1330.csv, Salto_Audit_Trail_1400.csv, Salto_Audit_Trail_1430.csv, Salto_Audit_Trail_1500.csv. 7. Scheduling parameters Export jobs within the Salto software are executed automatically according to a pre-defined day/time scheduling. The parameters for configuring the day/time scheduling are as follows: Valid time interval: specify the time interval during which the import job is allowed to be executed. For example, no sooner than 10 AM and no later than 11 PM. Execute once: specify whether the import job should be performed just once or several times during the valid time interval in the same day. Execution time frequency: if the job is allowed to be executed several times in the same day, then this parameter specifies the time to wait for since last execution before trying again. For example, every 10 minutes. Day frequency: specify how often (in terms of days) the sync job will be executed. If this parameter is set, you need also to provide the starting date. For example, every 2 days starting from 1/1/

9 Appendix A. Data types Field values within CSV files must conform to one of the following types: Type Format Boolean The false value is represented with the zero value (e.g., 0 ). The true value is represented with any integer value different from zero (e.g., 1 for true). Integer An integer value is 4 bytes long and it ranges from to (e.g., 1234 ). Alphanumeric A string of any readable ASCII character (e.g., John Smith ). Date or Format: YYYY-MM-DDThh:mm:ss DateTime where YYYY means the year, MM the month, DD the day, hh means hours (from 0 to 24), mm the minutes and ss the seconds. The - character is used as a date separator, : as a time separator and T is the separator between date and time. E.g.: T14:45 represents May 10th 2005 at quarter to three in the afternoon. Note that time value can be omitted and it defaults to either 00:00 or 24:00 depending on whether it represents a starting date/time or an ending date/time value. Time Format: hh:mm:ss where hh are the hours (from 0 to 24), mm the minutes and ss the seconds. The : character is used as separator. E.g.: 23:30:00 represents half past eleven in the night. Table 4: format of basic data types

PRT-CTRL-SE. Protege System Controller Reference Manual

PRT-CTRL-SE. Protege System Controller Reference Manual PRT-CTRL-SE Protege System Controller Reference Manual The specifications and descriptions of products and services contained in this document were correct at the time of printing. Integrated Control Technology

More information

Logging and SNMP Trap Notification Of Events. Isonas Access Control System. Release 12 June 2007

Logging and SNMP Trap Notification Of Events. Isonas Access Control System. Release 12 June 2007 Logging and SNMP Trap Notification Of Events Release 12 June 2007 6325 Gunpark Drive. Boulder, CO 80301 (303) 567 6516 www.isonas.com 1 Background and Introduction This specification describes and defines

More information

User Manual V 10.5.00.x

User Manual V 10.5.00.x Pro-Access READ/ WRITE ACCESS CONTROL User Manual V 10.5.00.x SALTO RW Pro-Access p.2 1. INTRODUCTION: 6 2. PROGRAM INSTALLATION 8 MDAC 8 MDAC Installation on your system 8 SQL MS Server 9 3. SALTO SERVICE

More information

ROM ACCESS CONTROL USER S MANUAL

ROM ACCESS CONTROL USER S MANUAL ROM ACCESS CONTROL USER S MANUAL Manual Software Pro-Access Page: 1 PRO-ACCESS SOFTWARE GUIDE PRO-ACCESS SOFTWARE GUIDE 1 0. INTRODUCTION 3 1. INSTALLIG THE SOFTWARE 4 2. SOFTWARE OPERATORS AND COMPETENCIES.

More information

Assets, Groups & Networks

Assets, Groups & Networks Complete. Simple. Affordable Copyright 2014 AlienVault. All rights reserved. AlienVault, AlienVault Unified Security Management, AlienVault USM, AlienVault Open Threat Exchange, AlienVault OTX, Open Threat

More information

Getting Started with IntelleView POS Administrator Software

Getting Started with IntelleView POS Administrator Software Getting Started with IntelleView POS Administrator Software Administrator s Guide for Software Version 1.2 About this Guide This administrator s guide explains how to start using your IntelleView POS (IntelleView)

More information

User s Guide for the Texas Assessment Management System

User s Guide for the Texas Assessment Management System User s Guide for the Texas Assessment Management System Version 8.3 Have a question? Contact Pearson s Austin Operations Center. Call 800-627-0225 for technical support Monday Friday, 7:30 am 5:30 pm (CT),

More information

Field Properties Quick Reference

Field Properties Quick Reference Field Properties Quick Reference Data types The following table provides a list of the available data types in Microsoft Office Access 2007, along with usage guidelines and storage capacities for each

More information

Access Control Management System User s Manual

Access Control Management System User s Manual Access Control Management System User s Manual V1.0.0 Table of Contents 1 Product Overview... 3 1.1 Overview... 3 1.2 System Requirement... 3 2 Client Installation... 4 3 Login System... 7 3.1 Login...

More information

Utility Software II lab 1 Jacek Wiślicki, jacenty@kis.p.lodz.pl original material by Hubert Kołodziejski

Utility Software II lab 1 Jacek Wiślicki, jacenty@kis.p.lodz.pl original material by Hubert Kołodziejski MS ACCESS - INTRODUCTION MS Access is an example of a relational database. It allows to build and maintain small and medium-sized databases and to supply them with a graphical user interface. The aim of

More information

Form And List. SuperUsers. Configuring Moderation & Feedback Management Setti. Troubleshooting: Feedback Doesn't Send

Form And List. SuperUsers. Configuring Moderation & Feedback Management Setti. Troubleshooting: Feedback Doesn't Send 5. At Repeat Submission Filter, select the type of filtering used to limit repeat submissions by the same user. The following options are available: No Filtering: Skip to Step 7. DotNetNuke User ID: Do

More information

Using triggers and actions

Using triggers and actions Using triggers and actions Important For Triggers and Actions to function correctly, the server PC must be running at all times. Triggers and Actions is a powerful feature. It can be used to report on

More information

Rapid Assessment Key User Manual

Rapid Assessment Key User Manual Rapid Assessment Key User Manual Table of Contents Getting Started with the Rapid Assessment Key... 1 Welcome to the Print Audit Rapid Assessment Key...1 System Requirements...1 Network Requirements...1

More information

MANUAL Remote Programmer XM3

MANUAL Remote Programmer XM3 MANUAL Remote Programmer XM3 Conditions Transactions, deliveries et cetera will be according to the general terms of delivery as deposited at the Chamber of Commerce at Meppel, The Netherlands. Registration

More information

Firmware version: 1.10 Issue: 7 AUTODIALER GD30.2. Instruction Manual

Firmware version: 1.10 Issue: 7 AUTODIALER GD30.2. Instruction Manual Firmware version: 1.10 Issue: 7 AUTODIALER GD30.2 Instruction Manual Firmware version: 2.0.1 Issue: 0.6 Version of the GPRS transmitters configurator: 1.3.6.3 Date of issue: 07.03.2012 TABLE OF CONTENTS

More information

Contents. Introduction 1. System Components 1. HT22i Hardware Overview 13

Contents. Introduction 1. System Components 1. HT22i Hardware Overview 13 HT22I User Manual Contents Introduction 1 Company History...1 Problems with Metal Key Systems...1 Benefits of Onity Electronic Systems...1 System Components 1 Magnetic Stripe Card...1 HT24 Lockset Features...2

More information

.NET Standard DateTime Format Strings

.NET Standard DateTime Format Strings .NET Standard DateTime Format Strings Specifier Name Description d Short date pattern Represents a custom DateTime format string defined by the current ShortDatePattern property. D Long date pattern Represents

More information

Access Central 4.2 Tenant Billing

Access Central 4.2 Tenant Billing Access Central 4.2 Tenant Billing Software Package Access Central/Tenant Billing is comprised of four executable programs which all must reside in the subdirectory named: c:\tc85dir 1. ACCESS CENTRAL.MDB

More information

Aperio Online. Aperio. Online Programming Application Manual. Aperio Online Quick Installation Guide, Document No: ST-001322-A, Date: 8 juli 2013

Aperio Online. Aperio. Online Programming Application Manual. Aperio Online Quick Installation Guide, Document No: ST-001322-A, Date: 8 juli 2013 Aperio TM Online Programming Application Manual Document No: ST-001321-A, Issue date: 8 July 2013 1 Aperio Online Quick Installation Guide, Document No: ST-001322-A, Date: 8 juli 2013 Table of Contents

More information

Managing Users and Identity Stores

Managing Users and Identity Stores CHAPTER 8 Overview ACS manages your network devices and other ACS clients by using the ACS network resource repositories and identity stores. When a host connects to the network through ACS requesting

More information

Doors User Data File Export/Import

Doors User Data File Export/Import The Doors User Data File Export/Import feature allows a systems integration expert to import selected and limited user information from an external application (such as Excel or some similar spreadsheet

More information

Configuration Information

Configuration Information This chapter describes some basic Email Security Gateway configuration settings, some of which can be set in the first-time Configuration Wizard. Other topics covered include Email Security interface navigation,

More information

Galaxy 2 Series. User Guide. Honeywell Security

Galaxy 2 Series. User Guide. Honeywell Security Galaxy 2 Series User Guide Honeywell Security Table of Contents Table of Contents... iii Introduction...1 Controlling Your Alarm System...2 Users... 2 Groups... 2 Keypads...3 Prox Tags/Cards... 3 Wireless

More information

Differences in Use between Calc and Excel

Differences in Use between Calc and Excel Differences in Use between Calc and Excel Title: Differences in Use between Calc and Excel: Version: 1.0 First edition: October 2004 Contents Overview... 3 Copyright and trademark information... 3 Feedback...3

More information

DataLogger. 2015 Kepware, Inc.

DataLogger. 2015 Kepware, Inc. 2015 Kepware, Inc. 2 DataLogger Table of Contents Table of Contents 2 DataLogger Help 4 Overview 4 Initial Setup Considerations 5 System Requirements 5 External Dependencies 5 SQL Authentication 6 Windows

More information

Configuration Information

Configuration Information Configuration Information Email Security Gateway Version 7.7 This chapter describes some basic Email Security Gateway configuration settings, some of which can be set in the first-time Configuration Wizard.

More information

Runbook Activity Reference for System Center 2012 R2 Orchestrator

Runbook Activity Reference for System Center 2012 R2 Orchestrator Runbook Activity Reference for System Center 2012 R2 Orchestrator Microsoft Corporation Published: November 1, 2013 Applies To System Center 2012 - Orchestrator Orchestrator in System Center 2012 SP1 System

More information

Housekeeping & Maintenance Work Orders

Housekeeping & Maintenance Work Orders Property Management System Functional Specification Housekeeping & Maintenance Work Orders Subject: Author(s): Status: Last Updated: Maintenance Work Orders - Crete Jeff Stivers Complete 5/1/2001 12:00

More information

Bank and SecurePay Response Codes

Bank and SecurePay Response Codes Bank and SecurePay s Last updated: 19/07/2013 Bank s for Credit Card Transactions APPROVED 00 Approved 08 Honour with ID 11 Approved VIP (not used) 16 Approved, Update Track 3 (not used) 77 Approved (ANZ

More information

Configuring Logging. Information About Logging CHAPTER

Configuring Logging. Information About Logging CHAPTER 52 CHAPTER This chapter describes how to configure and manage logs for the ASASM/ASASM and includes the following sections: Information About Logging, page 52-1 Licensing Requirements for Logging, page

More information

Transaction Inquiries

Transaction Inquiries Transaction Inquiries Publisher guide 3/26/2014 A guide to Tradedoubler s Transaction Inquiries system for publishers Contents 1. Introduction... 3 2. How it works... 3 3. Accessing the interface... 3

More information

EVENT LOG MANAGEMENT...

EVENT LOG MANAGEMENT... Event Log Management EVENT LOG MANAGEMENT... 1 Overview... 1 Application Event Logs... 3 Security Event Logs... 3 System Event Logs... 3 Other Event Logs... 4 Windows Update Event Logs... 6 Syslog... 6

More information

Attendance Rx User Guide

Attendance Rx User Guide Attendance Rx User Guide Welcome to Attendance Rx The Attendance Rx system allows the user to manage an entire company's time and attendance from a single Windows-based PC. Key Time and Attendance Features:

More information

WA Manager Alarming System Management Software Windows 98, NT, XP, 2000 User Guide

WA Manager Alarming System Management Software Windows 98, NT, XP, 2000 User Guide WA Manager Alarming System Management Software Windows 98, NT, XP, 2000 User Guide Version 2.1, 4/2010 Disclaimer While every effort has been made to ensure that the information in this guide is accurate

More information

Access Control and Audit Trail Software

Access Control and Audit Trail Software Varian, Inc. 2700 Mitchell Drive Walnut Creek, CA 94598-1675/USA Access Control and Audit Trail Software Operation Manual Varian, Inc. 2002 03-914941-00:3 Table of Contents Introduction... 1 Access Control

More information

Ex15x //DATASHEET. Xs4 Mini. Cutting-edge design + Amazing technology:

Ex15x //DATASHEET. Xs4 Mini. Cutting-edge design + Amazing technology: //DATASHEET XS4 Mini Cutting-edge design + Amazing technology: Stylish design is a SALTO trademark and with the XS4 Mini, we raise the bar on this already high standard thanks to the XS4 Mini s small,

More information

SIF Validation Tool. Wages Protection System Qatar Central Bank& Ministry of Labour And Social Affairs. End User Guide

SIF Validation Tool. Wages Protection System Qatar Central Bank& Ministry of Labour And Social Affairs. End User Guide SIF Validation Tool Wages Protection System Qatar Central Bank& Ministry of Labour And Social Affairs End User Guide [1] SIF Validation Tool at a Glance Content 1 SIF VALIDATION TOOL AT A GLANCE 3 2 GETTING

More information

Fixes for CrossTec ResQDesk

Fixes for CrossTec ResQDesk Fixes for CrossTec ResQDesk Fixes in CrossTec ResQDesk 5.00.0006 December 2, 2014 Resolved issue where the list of Operators on Category was not saving correctly when adding multiple Operators. Fixed issue

More information

E-PLEX STANDARD SOFTWARE USER GUIDE, VERSION 3.1

E-PLEX STANDARD SOFTWARE USER GUIDE, VERSION 3.1 E-PLEX STANDARD SOFTWARE USER GUIDE, VERSION 3.1 Before you start installation 1. Internet Explorer 5.0 or higher must be installed on your computer. All Windows 2000, XP Home or Pro (SP2) machines have

More information

Time Clock Import Setup & Use

Time Clock Import Setup & Use Time Clock Import Setup & Use Document # Product Module Category CenterPoint Payroll Processes (How To) This document outlines how to setup and use of the Time Clock Import within CenterPoint Payroll.

More information

STORAGE SYSTEM DATALOGGER DATABASE

STORAGE SYSTEM DATALOGGER DATABASE STORAGE SYSTEM DATALOGGER DATABASE Database based storage system for data acquisition systems, dataloggers and transmitters Instruction Manual Introduction This storage system is database based system

More information

Setup Manual and Programming Reference. RGA Ethernet Adapter. Stanford Research Systems. Revision 1.05 (11/2010)

Setup Manual and Programming Reference. RGA Ethernet Adapter. Stanford Research Systems. Revision 1.05 (11/2010) Setup Manual and Programming Reference Stanford Research Systems Revision 1.05 (11/2010) Certification Stanford Research Systems certifies that this product met its published specifications at the time

More information

SoMac 2.2 User Manual (Access Control)

SoMac 2.2 User Manual (Access Control) SoMac 2.2 User Manual (Access Control) Document revision date: June/7th/2013 Based on firmware version SoMac 2.2.1.28 Content SoMac introduction... 1 Installation and Un-installation... 1 SoMac Function

More information

Event Viewer User Guide. Version 1.0

Event Viewer User Guide. Version 1.0 Event Viewer User Guide Version 1.0 September 2009 Event Viewer User Guide Issue 1.0, released September 2009 Disclaimer Copyright 2009, Grosvenor Technology. All rights reserved. JANUS and the Grosvenor

More information

ERSSTOCK INVENTORY SOFTWARE FOR PC. USER GUIDE - v 1.00

ERSSTOCK INVENTORY SOFTWARE FOR PC. USER GUIDE - v 1.00 ERSSTOCK INVENTORY SOFTWARE FOR PC USER GUIDE - v 1.00 Electronic Reading Systems Ltd 14 Wolseley Business Park Kempston Beds MK42 7PW Tel: 01234 855300 Fax: 01234 855446 1.0 INTRODUCTION CONTENTS 2.0

More information

Users Guide and Reference

Users Guide and Reference TraffAcct A General Purpose Network Traffic Accountant Users Guide and Reference Version 1.3 June 2002 Table of Contents Introduction...1 Installation...2 Ember...2 SNMP Module...2 Web Server...2 Crontab...3

More information

Configuring System Message Logging

Configuring System Message Logging CHAPTER 1 This chapter describes how to configure system message logging on the Cisco 4700 Series Application Control Engine (ACE) appliance. Each ACE contains a number of log files that retain records

More information

Quick Reference Guide. Online Courier: FTP. Signing On. Using FTP Pickup. To Access Online Courier. https://onlinecourier.suntrust.

Quick Reference Guide. Online Courier: FTP. Signing On. Using FTP Pickup. To Access Online Courier. https://onlinecourier.suntrust. Quick Reference Guide Online Courier: FTP https://onlinecourier.suntrust.com With SunTrust Online Courier, you can have reports and files delivered to you using an FTP connection. There are two delivery

More information

F11 User Manual. Version:1.0 Date:Jul. 2010

F11 User Manual. Version:1.0 Date:Jul. 2010 F11 User Manual Version:1.0 Date:Jul. 2010 Introduction: This document mainly introduces the user s operation of F11. About the device installation please refer to F11 Installation Guide. F11 User Manual

More information

28 Simply Confirming Onsite

28 Simply Confirming Onsite 28 Simply Confirming Onsite Status 28.1 This chapter describes available monitoring tools....28-2 28.2 Monitoring Operational Status...28-5 28.3 Monitoring Device Values... 28-11 28.4 Monitoring Symbol

More information

Volume. EverAccess. User s Manual

Volume. EverAccess. User s Manual Volume 1 EverAccess User s Manual FLEX Series Access Control Management Software Flex1.0 EVERFOCUS ELECTRONICS CORPORATION Flex1.0 Instruction Guide 2004 Everfocus Electronics Corp 1801 Highland Ave Duarte

More information

User Guide for Payroll Service (APS+)

User Guide for Payroll Service (APS+) User Guide for Payroll Service (APS+) Sept 2015 No part of this document may be reproduced, stored in a retrieval system of transmitted in any form or by any means, electronic, mechanical, chemical, photocopy,

More information

$FFHVV&RQWURO6WDUWHU.LW

$FFHVV&RQWURO6WDUWHU.LW 9LVWD.H\6. $FFHVV&RQWURO6WDUWHU.LW 8VHU*XLGH CARD READER DOOR STRIKE REQUEST TO EXIT VistaKey-SK ALARM SYSTEM CONTROL PANEL DOOR STATUS MONITOR K5398 6/00 TABLE OF CONTENTS OVERVIEW...4 INTRODUCTION...4

More information

System Integration Software

System Integration Software System Integration Software Release Notes for Version 6.0.5 1.0 Compatibility Currently, PC9000 is compatible with the following Radionics control/communicators: D7212, D7412, D7412G D9112, D9412 and D9412G

More information

3 Data Properties and Validation Rules

3 Data Properties and Validation Rules 3 Data Properties and Validation Rules 3.1 INTRODUCTION Once a database table has been created and the fields named and the type of data which is to be stored in the field chosen, you can make further

More information

Cart Interface Installation & Control Board Manual for M38 XP and RX Carts and Legacy M39 Carts

Cart Interface Installation & Control Board Manual for M38 XP and RX Carts and Legacy M39 Carts Rubbermaid Medical Solutions Cart Interface Installation & Control Board Manual for M38 XP and RX Carts and Legacy M39 Carts REVISED FEBRUARY 25, 2010 Filename: Cart Interface Installation & Control Board

More information

USER MANUAL (PRO-CURO LITE, PRO & ENT) [SUPPLIED FOR VERSION 3]

USER MANUAL (PRO-CURO LITE, PRO & ENT) [SUPPLIED FOR VERSION 3] Pro-curo Software Ltd USER MANUAL (PRO-CURO LITE, PRO & ENT) [SUPPLIED FOR VERSION 3] CONTENTS Everyday use... 3 Logging on... 4 Main Screen... 5 Adding locations... 6 Working with locations... 7 Duplicate...

More information

HP A-IMC Firewall Manager

HP A-IMC Firewall Manager HP A-IMC Firewall Manager Configuration Guide Part number: 5998-2267 Document version: 6PW101-20110805 Legal and notice information Copyright 2011 Hewlett-Packard Development Company, L.P. No part of this

More information

How To Manage A Cart In A Remote Management Software

How To Manage A Cart In A Remote Management Software RMS Software Product Manual Copyright and Distribution Notice November 2009 Copyright 2009 ARTROMICK International, Inc. ALL RIGHTS RESERVED. Published 2009. Printed in the United States of America WARNING:

More information

Monitoring Network DMN

Monitoring Network DMN Monitoring Network DMN User Manual Table of contents Table of contents... 2 1. Product features and capabilities... 3 2. System requirements... 5 3. Getting started with the software... 5 3-1 Installation...

More information

Using the Cisco Unity Connection Bulk Administration Tool

Using the Cisco Unity Connection Bulk Administration Tool APPENDIXA Using the Cisco Unity Connection Bulk Administration Tool The Cisco Unity Connection Bulk Administration Tool (BAT) allows you to create, update, and delete multiple user accounts or system contacts

More information

1 INTRODUCTION 1.1 SYSTEM REQUIREMENTS

1 INTRODUCTION 1.1 SYSTEM REQUIREMENTS INDEX INDEX... INTRODUCTION.... System Requirements.... System Install... 4. How to Login... 5.4 Languages... 6.5 Layout... 7.6 Common Icons... 8 TIME MODELS... 9. Configuring Time Models... 0. Holidays...

More information

Easy Data Centralization with Webster. User Guide

Easy Data Centralization with Webster. User Guide Easy Data Centralization with Webster User Guide CONTENTS 3-4 1 Introducing Webster Webster - An Introduction 5-14 2 Installing & Configuring Webster Installing the System Configuring Webster 15-18 3 Managing

More information

HYPERION DATA RELATIONSHIP MANAGEMENT RELEASE 9.3.1 BATCH CLIENT USER S GUIDE

HYPERION DATA RELATIONSHIP MANAGEMENT RELEASE 9.3.1 BATCH CLIENT USER S GUIDE HYPERION DATA RELATIONSHIP MANAGEMENT RELEASE 9.3.1 BATCH CLIENT USER S GUIDE Data Relationship Management Batch Client User s Guide, 9.3.1 Copyright 1999, 2007, Oracle and/or its affiliates. All rights

More information

PROGRAMMING & OPERATING INSTRUCTIONS CL5000 AUDIT TRAIL

PROGRAMMING & OPERATING INSTRUCTIONS CL5000 AUDIT TRAIL PROGRAMMING & OPERATING INSTRUCTIONS CL5000 AUDIT TRAIL 1 CODES AND OPERATION CODES The factory set Master Code is #1234. This should be changed immediately after installation (see Program 10). The Master

More information

Network Management Card. User Manual

Network Management Card. User Manual User Manual 1 Contents Contents 2 Chapter 1 Overview 3 1.1 NMC package contents 4 1.2 NMC CD Resources 4 1.3 Features 4 1.4 NMC Applications 5 Chapter 2 NMC parameters setting via serial COM port 6 2.1

More information

INSTALLATION MANUAL XM3 Reader

INSTALLATION MANUAL XM3 Reader INSTALLATION MANUAL XM3 Reader Conditions Transactions, deliveries et cetera will be according to the general terms of delivery as deposited at the Chamber of Commerce at Meppel, The Netherlands. Registration

More information

SQL Server An Overview

SQL Server An Overview SQL Server An Overview SQL Server Microsoft SQL Server is designed to work effectively in a number of environments: As a two-tier or multi-tier client/server database system As a desktop database system

More information

Table Of Contents. System Monitoring... 14 System Monitoring Display...14 Monitoring Zones...15 About Areas (partitions)...15 Area Status Display...

Table Of Contents. System Monitoring... 14 System Monitoring Display...14 Monitoring Zones...15 About Areas (partitions)...15 Area Status Display... Quick Start Table Of Contents Getting Started... 2 NEware Editions...2 Installing NEware...3 Installing Languages...3 Connecting to NEware...3 Changing Your IP100 Password...4 User Codes... 5 Master Feature...5

More information

How to Design a Form Report (RTF) Output

How to Design a Form Report (RTF) Output How to Design a Form Report (RTF) Output Applicable to SIMS.net version 7.108 onwards. Permissions required You will need to be a member of any of the following user groups in System Manager to design

More information

IMS-640 VoIP Intercom Master Station Operating Instructions

IMS-640 VoIP Intercom Master Station Operating Instructions IMS-64 VoIP Intercom Master Station Operating Instructions MicroComm DXL MicroComm DXL IMS-64 VoIP Intercom Master Station Operating Instructions November, 29 Printed in Canada 29 Harding Instruments MN-DXL-IMS-64-Pv1

More information

Syslog Windows Tool Set (WTS) Configuration File Directives And Help

Syslog Windows Tool Set (WTS) Configuration File Directives And Help orrelog Syslog Windows Tool Set (WTS) Configuration File Directives And Help The CO-sysmsg.cnf file contains all the parameters and specifications related to the program s operation. This file is found

More information

TurboTag User Manager Software Version 1.3.0.0 Setup and Operating Instructions. Table of Contents

TurboTag User Manager Software Version 1.3.0.0 Setup and Operating Instructions. Table of Contents www.turbotag.com TurboTag User Manager Software Version 1.3.0.0 Setup and Operating Instructions Table of Contents Electronic Signatures and Administration of Session Manager DB Software... 2 Installation

More information

2 4PI175 issue 1_6/01. How to unset system in alarm. Programs 1, 2 and 3. Access codes. How to operate Personal Attack

2 4PI175 issue 1_6/01. How to unset system in alarm. Programs 1, 2 and 3. Access codes. How to operate Personal Attack Access codes Contents Unset system indications - - - - - - - - - - - System indication - - - - - - - - - - - - Access codes - - - - - - - - - - - - - - - - How to operate Personal - - - - - - How to unset

More information

Documentation to use the Elia Infeed web services

Documentation to use the Elia Infeed web services Documentation to use the Elia Infeed web services Elia Version 1.0 2013-10-03 Printed on 3/10/13 10:22 Page 1 of 20 Table of Contents Chapter 1. Introduction... 4 1.1. Elia Infeed web page... 4 1.2. Elia

More information

Manage Address Book. Administrator's Guide

Manage Address Book. Administrator's Guide Manage Address Book Administrator's Guide November 2012 www.lexmark.com Contents 2 Contents Overview...3 Using Manage Address Book...4 Setting up access control from the application...4 Exporting contacts...4

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Oracle WebCenter Forms Recognition/Capture Integration Guide 11g Release 1 (11.1.1) E49971-01 November 2013 Oracle WebCenter Forms Recognition is a learning-based solution that

More information

Time Clock - User's Manual. InTagral, the clock for easy-to-use Attendance monitoring.

Time Clock - User's Manual. InTagral, the clock for easy-to-use Attendance monitoring. Time Clock - User's Manual InTagral, the clock for easy-to-use Attendance monitoring. InTagral User s Manual Version 1.70 Contents Page iii Contents 1. Introduction...1 1.1. System Overview...1 1.2. This

More information

CipherLab 5100 Time Attendance Utility Manual

CipherLab 5100 Time Attendance Utility Manual CipherLab 5100 Time Attendance Utility Manual K:\Products\Product Technical\BI\BI-PC5100T\CipherLab5100TimeAttendnaceUtilityManual0707-process.doc Page 1 / 13 1 Login A popup form as follows will appear

More information

Exeba -ATS. User Guide. Escan Technologies Corporation

Exeba -ATS. User Guide. Escan Technologies Corporation Escan Technologies Corporation Exeba -ATS User Guide Escan Technologies Corp. 12140 Severn Way Riverside, CA 92503 Phone (909) 270-0043 Fax (909) 270-0920 1 ESCAN TECHNOLOGIES CORPORATION Exeba -ATS User

More information

Bellatrix CCM Sales Application User Manual

Bellatrix CCM Sales Application User Manual Bellatrix CCM Sales Application User Manual Page 1 of 33 Introducing the Bellatrix Card-Trak System... 3 Getting Started... 4 Contacting Technical Support... 6 Security and Backups... 6 The Bellatrix Flash

More information

E-PLEX STANDARD SOFTWARE USER GUIDE, VERSION 3.2

E-PLEX STANDARD SOFTWARE USER GUIDE, VERSION 3.2 E-PLEX STANDARD SOFTWARE USER GUIDE, VERSION 3.2 Before you start installation 1. Internet Explorer 5.0 or higher must be installed on your computer. All Windows XP Home or Pro (SP2) machines have newer

More information

Specific Information for installation and use of the database Report Tool used with FTSW100 software.

Specific Information for installation and use of the database Report Tool used with FTSW100 software. Database Report Tool This manual contains: Specific Information for installation and use of the database Report Tool used with FTSW100 software. Database Report Tool for use with FTSW100 versions 2.01

More information

PROGRAMMING GUIDE. MARKS USA 365 Bayview Ave., Amityville, NY 11701 631-225-5400 1-800-526-0233 Fax 631-225-6136 www.marksusa.com

PROGRAMMING GUIDE. MARKS USA 365 Bayview Ave., Amityville, NY 11701 631-225-5400 1-800-526-0233 Fax 631-225-6136 www.marksusa.com PROGRAMMING GUIDE MARKS USA 365 Bayview Ave., Amityville, NY 11701 631-225-5400 1-800-526-0233 Fax 631-225-6136 www.marksusa.com Congratulations, you have just purchased the i-qwik PROX Series lockset

More information

DiskPulse DISK CHANGE MONITOR

DiskPulse DISK CHANGE MONITOR DiskPulse DISK CHANGE MONITOR User Manual Version 7.9 Oct 2015 www.diskpulse.com info@flexense.com 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product

More information

AccXES Account Management Tool Administrator s Guide Version 10.0

AccXES Account Management Tool Administrator s Guide Version 10.0 AccXES Account Management Tool Administrator s Guide Version 10.0 701P41531 May 2004 Trademark Acknowledgments XEROX, AccXES, The Document Company, and the identifying product names and numbers herein

More information

308 / 616 / 824 / 832 ULTRA / COMPACT PROGRAMMING MANUAL

308 / 616 / 824 / 832 ULTRA / COMPACT PROGRAMMING MANUAL 308 / 616 / 824 / 832 ULTRA / COMPACT PROGRAMMING MANUAL S.No. Features Page No. 1. Programming Password 2 2. Programming Related to Trunk 2 3. To Assign Trunk Group 2 4. To Set Trunk Ringing Option 3

More information

OnGuard Online User Guide

OnGuard Online User Guide OnGuard Online User Guide T81165/Rev ER-7991-40 Jan 2005 Contents 1 Introduction Related documents 1 1 Navigation of the software 1 2 How to use this guide 1 4 2 Managing Access Holidays and Timezones

More information

AEC2.1 - Access Easy Controller 2.1 APC-AEC21-UPS1. Utilities Program Manual

AEC2.1 - Access Easy Controller 2.1 APC-AEC21-UPS1. Utilities Program Manual AEC2.1 - Access Easy Controller 2.1 APC-AEC21-UPS1 en Utilities Program Manual Access Easy Controller 2.1 Table of Contents en 3 Table of Contents 1 Before You Begin 5 1.1 DB Backup 5 1.2 Report Generator

More information

User s Manual. Management Software for Inverter

User s Manual. Management Software for Inverter WatchPower User s Manual Management Software for Inverter Table of Contents 1. WatchPower Overview... 2 1.1. Introduction... 2 1.2. Features... 2 2. WatchPower Install and Uninstall... 2 2.1. System Requirement...

More information

AC-115 Compact Networked Single Door Controller. Installation and User Manual

AC-115 Compact Networked Single Door Controller. Installation and User Manual AC-115 Compact Networked Single Controller Installation and User Manual December 2007 Table of Contents Table of Contents 1. Introduction...5 1.1 Key Features... 6 1.2 Technical Specifications... 7 2.

More information

Solution-16 Operators Manual ISSUE 1.60

Solution-16 Operators Manual ISSUE 1.60 Solution-16 Operators Manual ISSUE 1.60 !"#$%&"'()*+ Operators Manual Copyright 2002 by, SYDNEY, AUSTRALIA Document Part Number MA880O DOCUMENT ISSUE 1.60 Printed 22 March 2002 This documentation is provided

More information

ODBC Client Driver Help. 2015 Kepware, Inc.

ODBC Client Driver Help. 2015 Kepware, Inc. 2015 Kepware, Inc. 2 Table of Contents Table of Contents 2 4 Overview 4 External Dependencies 4 Driver Setup 5 Data Source Settings 5 Data Source Setup 6 Data Source Access Methods 13 Fixed Table 14 Table

More information

National Child Measurement Programme 2015/16. IT System User Guide Part 3. Pupil Data Management

National Child Measurement Programme 2015/16. IT System User Guide Part 3. Pupil Data Management National Child Measurement Programme 2015/16 IT System User Guide Part 3 Pupil Data Management Published May 2016 Version 2.1 We are the trusted source of authoritative data and information relating to

More information

Combi B PC software 8213X. Installation and operating instructions

Combi B PC software 8213X. Installation and operating instructions Combi B PC software 8213X Installation and operating instructions EN Table of Contents 1 Important notes... 3 2 Glossary of abbreviations and terms... 4 3 Symbols and special font types used... 5 4 Scope

More information

HP IMC Firewall Manager

HP IMC Firewall Manager HP IMC Firewall Manager Configuration Guide Part number: 5998-2267 Document version: 6PW102-20120420 Legal and notice information Copyright 2012 Hewlett-Packard Development Company, L.P. No part of this

More information

SA-9600 Surface Area Software Manual

SA-9600 Surface Area Software Manual SA-9600 Surface Area Software Manual Version 4.0 Introduction The operation and data Presentation of the SA-9600 Surface Area analyzer is performed using a Microsoft Windows based software package. The

More information

Microsoft Access 2010 Part 1: Introduction to Access

Microsoft Access 2010 Part 1: Introduction to Access CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Access 2010 Part 1: Introduction to Access Fall 2014, Version 1.2 Table of Contents Introduction...3 Starting Access...3

More information

COMMMONITOR SOFTWARE MANUAL

COMMMONITOR SOFTWARE MANUAL COMMMONITOR SOFTWARE MANUAL 311 Meacham Ave Elmont NY 11003 tel. (516) 327-0000 fax (516) 327-4645 e-mail: excalibur@mil-1553.com website: www.mil-1553.com Table of Contents 1 Introduction..................................................

More information