UltraLog HSPI User s Guide

Size: px
Start display at page:

Download "UltraLog HSPI User s Guide"

Transcription

1 UltraLog HSPI User s Guide A HomeSeer HS2 plug-in to store and retrieve HomeSeer and syslog events Copyright 2013 ultrajones@hotmail.com Revised 01/27/2013 This document contains proprietary and copyrighted information and may not be copied, reproduced, translated, or reduced to any electronic medium without prior consent, in writing, from ultrajones@hotmail.com.

2 Table of Contents Introduction... 4 Intended Audience... 4 UltraLog HSPI Overview... 4 How It Works... 4 Features... 4 Requirements... 5 UltraLog HSPI Installation... 5 Downloading the HomeSeer Plug-in... 5 Enabling the HomeSeer Plug-in... 5 UltraLog HSPI Configuration... 6 Web Page Layout... 6 UltraLog HSPI Options... 6 UltraLog HSPI Plug-in Devices... 7 Database Connection Device... 7 Syslog Logger Device... 8 UltraLog HSPI Triggers... 8 UltraLog Log Match... 8 Screenshot... 9 UltraLog Syslog Match... 9 Screenshot UltraLog Watchdog Trigger UltraLog HSPI Trigger Actions UltraLog HSPI Trigger Conditions UltraLog HSPI Regular Expression Captures Non-named Capture Example HomeSeer Event UltraLog HSPI API Reference DBStatus Function Example

3 GetSyslogStatus Function Example GetHouseCode Function Example GetSyslogStatus Function Example ResetStatistics Function Example GetStatistics Function Example ExecuteSQL Function Example

4 Introduction ULtraLog is a HomeSeer HS2 v2.2 plug-in that stores HomeSeer and syslog events to an underlying database in real-time. The built in web interface allows you to query the data making it easier to turn your home automation log data into useful information. Intended Audience This document is intended for the HomeSeer user that has chosen to install and configure the UltraLog HomeSeer Plug-in. UltraLog HSPI Overview How It Works UltraLog listens for HomeSeer and syslog events and inserts the data into an underlying database. Access to the underlying database is provided via built in web pages and a plug-in API. Features Multiple threading allows UltraLog to process HomeSeer and syslog events without disrupting the performance of HomeSeer. Supports HomeSeer triggers based on text or regular expression matches on HomeSeer log or syslog events. Ability to save and recall SQL queries. Logs all events to an OLEDB aware database. Currently supports Microsoft Access (database included), Microsoft SQL 2000 and Microsoft SQL 2005, MySQL and other ADO.Net database providers. Ability to specify custom connection strings. Ability to open and close database connections while plug-in is running. Debugging output to troubleshoot database connection issues. Ability to purge database records after a specified number of months. Error Try/Catch logic to ensure plug-in doesnt fail with an unhandled exception. If you are using an external database, the database watchdog logic will automatically reconnect if the database connection is lost. Web page is non-code behind ASP.Net to allow the user to easily customize the code and interface. UltraLog can insert device status and value changes to the underlying database. This feature and designed for users that need historical data associated with each HomeSeer device. 4

5 Requirements Homeseer or greater UltraLog HSPI Installation Downloading the HomeSeer Plug-in 1. From your HomeSeer web page, select the Updater button. 2. Click the Next button until you find the entry for UltraLog, the click the checkbox to mark the plug-in for installation. 3. Click the Next button to begin downloading the UltraLog plug-in package. 4. Restart HomeSeer once you see the following message displayed: Enabling the HomeSeer Plug-in 1. From your HomeSeer web page, select the Setup button. 2. Select the Interfaces tab. 3. From the Built-in Interfaces section, click the Disabled button to enable the UltraLog plug-in, and then select Save to enable the plug-in. 5

6 4. The UltraLog plug-in is now enabled. Click the UltraLog button to view the plug-in Queries, Status, Options, Filters and SQL Editor. UltraLog HSPI Configuration Web Page Layout The UltraLog plug-in has five web pages that provide access the available features of the plug-in. The available web pages are as follows: 1. Queries Provides the ability to run previously created SQL queries using the SQL Editor or new SQL queries. 2. Status Displays the plug-in status and database statistics. 3. Options Displays and allows you to change the options associated with the plug-in. 4. Filters Provide the ability to quickly filter and display the data stored in the HomeSeer log or syslog database tables. 5. SQL Editor Allows you to create and store SQL queries to run via the Queries web page. UltraLog HSPI Options All options are set from the Options web page. The following options are supported: 1. Database Type Specify the database used to store HomeSeer log entries. The default is Microsoft Access. 2. Database Provider Specify the database provider. The default is the OleDb Database Provider. 6

7 3. Connection String The OleDb connection string used to connect to the underlying database. The default points to the included SQLite database. 4. Database Date Format The format used to insert dates into the database. The default is MM/dd/yyyy HH:mm:ss 5. Database Retention The number of months of data to keep before purging. The default is 12 months. 6. Database Purge Time The time of day when database purges are performed. The default is 23: Compact Database When using the included Microsoft Access database, this option allows you to compact the database to free up space consumed by the database. This option will only be enabled if the database is offline. 8. Enable Syslog On Startup If set to Yes, this option will start the syslog server when the plug-in starts. The default is No. 9. Logging Severity The option specifies which log level severity you want to direct to the database. The logging severity will allow the selected level and higher events into the database. The default logging severity is Informational. 10. IP Address The IP address you want to bind to the syslog server. The default is an empty string which allows the syslog server to listen on all interfaces. 11. UDP Port Allows you to specify a custom syslog UDP port. The default is UDP port Sort Order Specifies the default sort order for filter queries. The default is ascending (ASC). 13. Records Per Page Specifies the number of records to display when performing filter queries. The default is Authorized User Roles The HomeSeer users authorized to access the web page. This option does not override the default HomeSeer web server settings. 15. Log Device Status Changes This option allow you to record all HomeSeer device status changes to the database. The default is No. 16. Log Device Value Changes This option allows you to record all HomeSeer device value changes to the database. The default is No. 17. Trigger Loop Protection This option allows you to disable the built in HomeSeer event loop protection. Trigger loop protection ignores duplicate event log entries that are used to trigger a HomeSeer event. 18. Register Link If set to Yes, the UltraLog button will be displayed on all web pages. 19. Debug Mode If set to Yes, the plug-in will write verbose logging to the HomeSeer log file. UltraLog HSPI Plug-in Devices Database Connection Device This HomeSeer device allows you to open or close the database connection. If you need to open or close the database for any reason, simply click the Open or Close button from the HomeSeer Status web page. 7

8 Syslog Logger Device This HomeSeer device allows you to enable or disable the syslog server. If you need to stop or start the syslog server for any reason, simply click the Enable or Disable button from the HomeSeer Status web page. UltraLog HSPI Triggers UltraLog Log Match This option allows you to trigger a HomeSeer event based on a text or regular expression match within a HomeSeer log event. The following plug-in specific triggers are supported: 1. Look In Log Specifies which part of the HomeSeer log event to search. a. Type Search the HomeSeer log type (e.g. Info, Warning, Error, etc). b. Message Search the HomeSeer message (e.g. Web Server Authorized login). 2. Match Type Specifies what type of string comparison to perform. a. Contains b. Starts With c. Ends With d. Regular Expression 3. Match Value Specifies the text string or regular expression used to trigger the HomeSeer event. 4. Notes Enter text to help you remember what the UltraLog Log Match trigger does. When the UltraLog Log Match triggers, the following HomeSeer variables are updated: 1. LogType Contents the HomeSeer log type. 2. LogMessage Contents the HomeSeer log message. If you specify named or parenthesized regular expression captures, then HomeSeer variables are automatically created based on your regular expression. See UltraLog HSPI Named Captures for more information. The plug-in has built in protection to prevent a trigger from creating an endless loop. 8

9 Screenshot UltraLog Syslog Match This option allows you to trigger a HomeSeer event based on a text or regular expression match within a syslog event. The following plug-in specific triggers are supported: 1. Look In Syslog Specifies which part of the syslog event to search. a. Hostname Search the syslog hostname or IP address. b. Message Tag Search the syslog tag. c. Message Content Searches the syslog message contents. 2. Match Type Specifies what type of string comparison to perform. a. Contains b. Starts With c. Ends With d. Regular Expression 3. Match Value Specifies the text string or regular expression used to trigger the HomeSeer event. 4. Notes Enter text to help you remember what the UltraLog Syslog Match trigger does. When the UltraLog Syslog Match triggers, the following HomeSeer variables are updated: 1. SyslogHostname The hostname that generated the syslog message. 2. SyslogMsgTag The tag portion of the syslog message. This is usually the name of the process that generated the syslog message. 3. SyslogMsgContent The syslog message contents. If you specify named or parenthesized regular expression captures, then HomeSeer variables are automatically created based on your regular expression. See UltraLog HSPI Named Captures for more information. The plug-in has built in protection to prevent a trigger from creating an endless loop. 9

10 Screenshot UltraLog Watchdog Trigger The UltraLog plug-in has a built in watchdog timer to ensure the plug-in is always connected to the underling database. The trigger can be used to trigger a HomeSeer event when connectivity to the database been lost or restored. Example Usage Receive a notification if the plug-in loses communication to the underlying database. Supported Events Database connection failure Database connection restore UltraLog HSPI Trigger Actions This plug-in does not have any HomeSeer actions defined. UltraLog HSPI Trigger Conditions This plug-in does not have any HomeSeer trigger conditions defined. UltraLog HSPI Regular Expression Captures If you specify named or parenthesized regular expression captures, then HomeSeer variables are automatically created based on your regular expression. Non-named Capture In the following example, the HomeSeer global variable 1 would contain the IP address and the variable 2 would contain the user name. 10

11 HomeSeer Log Line: Web Server authorized local login successful from: User: default MatchValue Regular Expression: (\d+\.\d+\.\d+\.\d+) User: (.+) Named Capture In the following example, the HomeSeer global variable Hostname would contain the IP address and the variable User would contain the user name. HomeSeer Log Line: Web Server authorized local login successful from: User: default MatchValue Regular Expression: (?Hostname\d+\.\d+\.\d+\.\d+) User: (?User.+) Example HomeSeer Event The following example demonstrates how logging into your HomeSeer web page causes the UltraLog plug-in to populate 2 global HomeSeer variables Hostname and User based on the regular expression specified below and allows you to access the variables via script. 1. From the Events web page, click Add Event. 2. From the Name tab, enter HomeSeer Web Access and unselect Disable Automatic Event Triggering. 3. From the Trigger tab, select UltraLog Log Match. In the Look in Log dropdown, select Message. In the Match Type dropdown, select Regular Expression. In the Match Value text box, enter: (?<Hostname>\d+\.\d+\.\d+\.\d+) User: (?<User>.+) Note: This regular expression contains 2 named captures Hostname and User. 11

12 4. From the Actions tab, select Run Script, then click the Switch to Advanced View. Enter a new script named called sandbox.vb, and then click the Open Script Window button. Enter the following script into the script text area, then click Save Script button, then the Update button, and then the Save button. Sub Main(ByVal parm As Object) Dim Hostname As String = GetHomeSeerVariable("Hostname") Dim User As String = GetHomeSeerVariable("User") hs.writelog("debug", String.Format("{0} logged in from {1}.", User, Hostname)) End Sub Function GetHomeSeerVariable(ByVal strvariablename As String) As String Dim strvariablevalue As String = String.Empty Try Dim objobject As Object = hs.getvar(strvariablename) If TypeOf objobject Is String Then strvariablevalue = CStr(objObject) End If objobject = Nothing Catch pex As Exception Ignore errors End Try Return strvariablevalue End Function 12

13 UltraLog HSPI API Reference DBStatus Function This function returns the current status of the underlying database. The function will return either Online or Offline. Example Dim strresults As String = hs.plugin("ultralog").getdbstatus() hs.writelog("debug", strresults) GetSyslogStatus Function This function returns the current status of the syslog server. The function will return either Enabled or Disabled. Example Dim strresults As String = hs.plugin("ultralog"). GetSyslogStatus() hs.writelog("debug", strresults) GetHouseCode Function This function returns the HomeSeer assigned house code. Example Dim strresults As String = hs.plugin("ultralog").gethousecode("basecode") hs.writelog("debug", strresults) GetSyslogStatus Function This function returns the HomeSeer assigned house code. Example Dim strresults As String = hs.plugin("ultralog"). GetSyslogStatus() hs.writelog("debug", strresults) ResetStatistics Function This function resets the database insert statistics. Example Dim strresults As String = hs.plugin("ultralog ").ResetStatistics() hs.writelog("debug", strresults) GetStatistics Function This function returns the counts associated with the various database actions. The following statistics are supported: 1. HSLoggerSuccess The number of successful HomeSeer events inserted into the database. 2. HSLoggerFailure The number of HomeSeer events that were not inserted into the database due to an error. 13

14 3. HSLoggerQueue The number of HomeSeer events waiting to be inserted into the database. This number should almost always be DeviceStatusSuccess The number of successful HomeSeer device status changes inserted into the database. 5. DeviceStatusFailure The number of HomeSeer device status changes that were not inserted into the database due to an error. 6. DeviceStatusQueue The number of HomeSeer device status changes waiting to be inserted into the database. This number should almost always be DeviceValueSuccess The number of successful HomeSeer device status changes inserted into the database. 8. DeviceValueFailure The number of HomeSeer device status changes that were not inserted into the database due to an error. 9. DeviceValueQueue The number of HomeSeer device status changes waiting to be inserted into the database. This number should almost always be SysLoggerSuccess The number of successful syslog events inserted into the database. 11. SysLoggerFailure The number of syslog events that were not inserted into the database due to an error. 12. SysLoggerQueue The number of syslog events waiting to be inserted into the database. This number should almost always be 0. Example Get a plug-in reference Dim hspi As Object = hs.plugin("ultralog") Check the number of pending events waiting to be processed Dim InQueue As Integer = hspi. GetStatistics("HSLoggerQueue") ExecuteSQL Function This function is used to get data from the underlying database using an SQL query and pages the results if the rows exceed pagesize. The return value is an ADO.Net DataTable. Note: This sample required you to modify the HomeSeer s settings.ini file. You must shtudown HomeSeer, then ensure the following line exists in the [settings] section: ScriptingReferences=System.Data;System.Data.dll,System.xml;System.xml.dll Example Get a plug-in reference Dim hspi As Object = hs.plugin("ultralog") Dim pagesize As Integer = 25 Dim pagecur As Integer = 1 The following are called by reference and are updated based on results Dim pagecount As Integer = 1 Dim recordcount As Integer = 0 14

15 Dim strsql = "SELECT * FROM tbllog WHERE Log_Type = UltraLog Info" Dim datatable As DataTable = hspi.executesql(strsql, recordcount, pagesize, pagecount, pagecur) Dim summary As String = String.Format("{0} pages, {1} total rows.", pagecount, recordcount) hs.writelog ("UltraLog Debug", summary) 15

TARGETPROCESS HELP DESK PORTAL

TARGETPROCESS HELP DESK PORTAL TARGETPROCESS HELP DESK PORTAL v.2.17 User Guide This document describes TargetProcess Help Desk Portal functionality and provides information about TargetProcess Help Desk Portal usage. 1 HELP DESK PORTAL...2

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

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows)

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows) Introduction EASYLABEL 6 has several new features for saving the history of label formats. This history can include information about when label formats were edited and printed. In order to save this history,

More information

Dell KACE K1000 System Management Appliance Version 5.4. Service Desk Administrator Guide

Dell KACE K1000 System Management Appliance Version 5.4. Service Desk Administrator Guide Dell KACE K1000 System Management Appliance Version 5.4 Service Desk Administrator Guide October 2012 2004-2012 Dell Inc. All rights reserved. Reproduction of these materials in any manner whatsoever without

More information

TSM Studio Server User Guide 2.9.0.0

TSM Studio Server User Guide 2.9.0.0 TSM Studio Server User Guide 2.9.0.0 1 Table of Contents Disclaimer... 4 What is TSM Studio Server?... 5 System Requirements... 6 Database Requirements... 6 Installing TSM Studio Server... 7 TSM Studio

More information

orrelog SNMP Trap Monitor Software Users Manual

orrelog SNMP Trap Monitor Software Users Manual orrelog SNMP Trap Monitor Software Users Manual http://www.correlog.com mailto:info@correlog.com CorreLog, SNMP Trap Monitor Software Manual Copyright 2008-2015, CorreLog, Inc. All rights reserved. No

More information

How To Use The Correlog With The Cpl Powerpoint Powerpoint Cpl.Org Powerpoint.Org (Powerpoint) Powerpoint (Powerplst) And Powerpoint 2 (Powerstation) (Powerpoints) (Operations

How To Use The Correlog With The Cpl Powerpoint Powerpoint Cpl.Org Powerpoint.Org (Powerpoint) Powerpoint (Powerplst) And Powerpoint 2 (Powerstation) (Powerpoints) (Operations orrelog SQL Table Monitor Adapter Users Manual http://www.correlog.com mailto:info@correlog.com CorreLog, SQL Table Monitor Users Manual Copyright 2008-2015, CorreLog, Inc. All rights reserved. No part

More information

PaperCut Payment Gateway Module - PayPal Payflow Link - Quick Start Guide

PaperCut Payment Gateway Module - PayPal Payflow Link - Quick Start Guide PaperCut Payment Gateway Module - PayPal Payflow Link - Quick Start Guide This guide is designed to supplement the Payment Gateway Module documentation and provides a guide to installing, setting up, and

More information

System Administrator Training Guide. Reliance Communications, Inc. 603 Mission Street Santa Cruz, CA 95060 888-527-5225 www.schoolmessenger.

System Administrator Training Guide. Reliance Communications, Inc. 603 Mission Street Santa Cruz, CA 95060 888-527-5225 www.schoolmessenger. System Administrator Training Guide Reliance Communications, Inc. 603 Mission Street Santa Cruz, CA 95060 888-527-5225 www.schoolmessenger.com Contents Contents... 2 Before You Begin... 4 Overview... 4

More information

There are numerous ways to access monitors:

There are numerous ways to access monitors: Remote Monitors REMOTE MONITORS... 1 Overview... 1 Accessing Monitors... 1 Creating Monitors... 2 Monitor Wizard Options... 11 Editing the Monitor Configuration... 14 Status... 15 Location... 17 Alerting...

More information

What s new in ProactiveWatch 2.1!

What s new in ProactiveWatch 2.1! What s new in ProactiveWatch 2.1! 1. ProactiveWatch 2.1 brings tighter integration with the RemoteCommand (FreeMyIT) system, providing new Task Manager -like features available from Manage Computers, including

More information

Setup and configuration for Intelicode. SQL Server Express

Setup and configuration for Intelicode. SQL Server Express Setup and configuration for Intelicode SQL Server Express Due to overwhelming demand and the increased load on support, we are providing a complete SQL Server installation walkthrough document. SQL Server

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

COMMANDS 1 Overview... 1 Default Commands... 2 Creating a Script from a Command... 10 Document Revision History... 10

COMMANDS 1 Overview... 1 Default Commands... 2 Creating a Script from a Command... 10 Document Revision History... 10 LabTech Commands COMMANDS 1 Overview... 1 Default Commands... 2 Creating a Script from a Command... 10 Document Revision History... 10 Overview Commands in the LabTech Control Center send specific instructions

More information

Auditing manual. Archive Manager. Publication Date: November, 2015

Auditing manual. Archive Manager. Publication Date: November, 2015 Archive Manager Publication Date: November, 2015 All Rights Reserved. This software is protected by copyright law and international treaties. Unauthorized reproduction or distribution of this software,

More information

POLICY PATROL MFT. Manual

POLICY PATROL MFT. Manual POLICY PATROL MFT Manual MANUAL Policy Patrol MFT This manual, and the software described in this manual, are copyrighted. No part of this manual or the described software may be copied, reproduced, translated

More information

Mizu Callcenter Platform Tutorial

Mizu Callcenter Platform Tutorial Mizu Callcenter Platform Tutorial About This is a quick introduction for understanding the Mizu Callcenter platform. The Mizu Callcenter is based on the MizuManage with the addition of the following functionalities

More information

Applies to: F1PG200ENau Belkin Analogue Telephone Adapter (ATA) Firmware release notes

Applies to: F1PG200ENau Belkin Analogue Telephone Adapter (ATA) Firmware release notes Applies to: F1PG200ENau Belkin Analogue Telephone Adapter (ATA) Firmware release notes 1. Voice over IP registration indicator and error codes 2. Error 482 loop detected fixed. This error is caused if

More information

Immotec Systems, Inc. SQL Server 2005 Installation Document

Immotec Systems, Inc. SQL Server 2005 Installation Document SQL Server Installation Guide 1. From the Visor 360 installation CD\USB Key, open the Access folder and install the Access Database Engine. 2. Open Visor 360 V2.0 folder and double click on Setup. Visor

More information

ICE for Eclipse. Release 9.0.1

ICE for Eclipse. Release 9.0.1 ICE for Eclipse Release 9.0.1 Disclaimer This document is for informational purposes only and is subject to change without notice. This document and its contents, including the viewpoints, dates and functional

More information

PaperCut Payment Gateway Module CyberSource Quick Start Guide

PaperCut Payment Gateway Module CyberSource Quick Start Guide PaperCut Payment Gateway Module CyberSource Quick Start Guide This guide is designed to supplement the Payment Gateway Module documentation and provides a guide to installing, setting up, and testing the

More information

NETWRIX EVENT LOG MANAGER

NETWRIX EVENT LOG MANAGER NETWRIX EVENT LOG MANAGER ADMINISTRATOR S GUIDE Product Version: 4.0 July/2012. Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment

More information

Introduction Installation firewall analyzer step by step installation Startup Syslog and SNMP setup on firewall side firewall analyzer startup

Introduction Installation firewall analyzer step by step installation Startup Syslog and SNMP setup on firewall side firewall analyzer startup Introduction Installation firewall analyzer step by step installation Startup Syslog and SNMP setup on firewall side firewall analyzer startup Configuration Syslog server add and check Configure SNMP on

More information

Nexio Connectus Cluster Set Up with SQL Server Backend

Nexio Connectus Cluster Set Up with SQL Server Backend Nexio Connectus Cluster Set Up with SQL Server Backend 2.1.2 3/20/2014 Edition: A 2.1.2 Publication Information 2014 Imagine Communications. Proprietary and Confidential. Imagine Communications considers

More information

Sophos Enterprise Console Auditing user guide. Product version: 5.2

Sophos Enterprise Console Auditing user guide. Product version: 5.2 Sophos Enterprise Console Auditing user guide Product version: 5.2 Document date: January 2013 Contents 1 About this guide...3 2 About Sophos Auditing...4 3 Key steps in using Sophos Auditing...5 4 Ensure

More information

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream User Manual Onsight Management Suite Version 5.1 Another Innovation by Librestream Doc #: 400075-06 May 2012 Information in this document is subject to change without notice. Reproduction in any manner

More information

Using RADIUS Agent for Transparent User Identification

Using RADIUS Agent for Transparent User Identification Using RADIUS Agent for Transparent User Identification Using RADIUS Agent Web Security Solutions Version 7.7, 7.8 Websense RADIUS Agent works together with the RADIUS server and RADIUS clients in your

More information

Manual POLICY PATROL SECURE FILE TRANSFER

Manual POLICY PATROL SECURE FILE TRANSFER Manual POLICY PATROL SECURE FILE TRANSFER MANUAL Policy Patrol Secure File Transfer This manual, and the software described in this manual, are copyrighted. No part of this manual or the described software

More information

SourceAnywhere Service Configurator can be launched from Start -> All Programs -> Dynamsoft SourceAnywhere Server.

SourceAnywhere Service Configurator can be launched from Start -> All Programs -> Dynamsoft SourceAnywhere Server. Contents For Administrators... 3 Set up SourceAnywhere... 3 SourceAnywhere Service Configurator... 3 Start Service... 3 IP & Port... 3 SQL Connection... 4 SourceAnywhere Server Manager... 4 Add User...

More information

Knowledge Base Articles

Knowledge Base Articles Knowledge Base Articles 2005 Jalasoft Corp. All rights reserved. TITLE: How to configure and use the Jalasoft Xian Syslog Server. REVISION: Revision : B001-SLR01 Date : 11/30/05 DESCRIPTION: Jalasoft has

More information

Monitor Print Popup for Mac. Product Manual. www.monitorbm.com

Monitor Print Popup for Mac. Product Manual. www.monitorbm.com Monitor Print Popup for Mac Product Manual www.monitorbm.com Monitor Print Popup for Mac Product Manual Copyright 2013 Monitor Business Machines Ltd The software contains proprietary information of Monitor

More information

IceWarp to IceWarp Server Migration

IceWarp to IceWarp Server Migration IceWarp to IceWarp Server Migration Registered Trademarks iphone, ipad, Mac, OS X are trademarks of Apple Inc., registered in the U.S. and other countries. Microsoft, Windows, Outlook and Windows Phone

More information

Diagnostic Manager. User Guide. Publication Date: September 04, 2015

Diagnostic Manager. User Guide. Publication Date: September 04, 2015 Diagnostic Manager Publication Date: September 04, 2015 All Rights Reserved. This software is protected by copyright law and international treaties. Unauthorized reproduction or distribution of this software,

More information

PRINT FLEET MANAGER USER MANUAL

PRINT FLEET MANAGER USER MANUAL PRINT FLEET MANAGER USER MANUAL 1 Disclaimer of warranties and limitation of liabilities ( YES ) reserves all rights in the program as delivered. The program or any portion thereof may not be reproduced

More information

HP LeftHand SAN Solutions

HP LeftHand SAN Solutions HP LeftHand SAN Solutions Support Document Applications Notes Best Practices for Using SolarWinds' ORION to Monitor SANiQ Performance Legal Notices Warranty The only warranties for HP products and services

More information

Installation & User Guide

Installation & User Guide SharePoint List Filter Plus Web Part Installation & User Guide Copyright 2005-2009 KWizCom Corporation. All rights reserved. Company Headquarters P.O. Box #38514 North York, Ontario M2K 2Y5 Canada E-mail:

More information

User Migration Tool. Note. Staging Guide for Cisco Unified ICM/Contact Center Enterprise & Hosted Release 9.0(1) 1

User Migration Tool. Note. Staging Guide for Cisco Unified ICM/Contact Center Enterprise & Hosted Release 9.0(1) 1 The (UMT): Is a stand-alone Windows command-line application that performs migration in the granularity of a Unified ICM instance. It migrates only Unified ICM AD user accounts (config/setup and supervisors)

More information

BillQuick Installation Guide for Microsoft SQL Server 2005 Express Edition

BillQuick Installation Guide for Microsoft SQL Server 2005 Express Edition Time Billing and Project Management Software Built With Your Industry Knowledge BillQuick Installation Guide for Microsoft SQL Server 2005 Express Edition BQE Software, Inc. 2601 Airport Drive Suite 380

More information

Table of Contents. Copyright 2010-2015 Symphonic Source, Inc. All rights reserved. Salesforce is a registered trademark of salesforce.

Table of Contents. Copyright 2010-2015 Symphonic Source, Inc. All rights reserved. Salesforce is a registered trademark of salesforce. DupeCatcher is a real-time deduplication app designed specifically for Salesforce. It is a 100% APEX developed and deployed managed package, and is installed via the Salesforce AppExchange, eliminating

More information

PaperCut Payment Gateway Module - PayPal Payflow Link - Quick Start Guide

PaperCut Payment Gateway Module - PayPal Payflow Link - Quick Start Guide PaperCut Payment Gateway Module - PayPal Payflow Link - Quick Start Guide This guide is designed to supplement the Payment Gateway Module documentation and provides a guide to installing, setting up, and

More information

User Guide. Version 3.2. Copyright 2002-2009 Snow Software AB. All rights reserved.

User Guide. Version 3.2. Copyright 2002-2009 Snow Software AB. All rights reserved. Version 3.2 User Guide Copyright 2002-2009 Snow Software AB. All rights reserved. This manual and computer program is protected by copyright law and international treaties. Unauthorized reproduction or

More information

NovaBACKUP Central Management Console

NovaBACKUP Central Management Console NovaBACKUP Central Management Console User Manual NovaStor / November 2013 2013 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are

More information

Installation & User Guide

Installation & User Guide SharePoint List Filter Plus Web Part Installation & User Guide Copyright 2005-2011 KWizCom Corporation. All rights reserved. Company Headquarters KWizCom 50 McIntosh Drive, Unit 109 Markham, Ontario ON

More information

Adaptive Log Exporter Users Guide

Adaptive Log Exporter Users Guide IBM Security QRadar Version 7.1.0 (MR1) Note: Before using this information and the product that it supports, read the information in Notices and Trademarks on page page 119. Copyright IBM Corp. 2012,

More information

TANDBERG MANAGEMENT SUITE 10.0

TANDBERG MANAGEMENT SUITE 10.0 TANDBERG MANAGEMENT SUITE 10.0 Installation Manual Getting Started D12786 Rev.16 This document is not to be reproduced in whole or in part without permission in writing from: Contents INTRODUCTION 3 REQUIREMENTS

More information

FioranoMQ 9. High Availability Guide

FioranoMQ 9. High Availability Guide FioranoMQ 9 High Availability Guide Copyright (c) 1999-2008, Fiorano Software Technologies Pvt. Ltd., Copyright (c) 2008-2009, Fiorano Software Pty. Ltd. All rights reserved. This software is the confidential

More information

Getting Started with STATISTICA Enterprise Programming

Getting Started with STATISTICA Enterprise Programming Getting Started with STATISTICA Enterprise Programming 2300 East 14th Street Tulsa, OK 74104 Phone: (918) 749 1119 Fax: (918) 749 2217 E mail: mailto:developerdocumentation@statsoft.com Web: www.statsoft.com

More information

Reseller Panel Step-by-Step Guide

Reseller Panel Step-by-Step Guide 1. Legal notice setup. Alternative language setup. Enter legal notice as text. Enter legal notice as link 2. ResellerPanel design. Edit colors and layout. Edit themes and icons 3. Create a new customer.

More information

How To Use Gfi Mailarchiver On A Pc Or Macbook With Gfi Email From A Windows 7.5 (Windows 7) On A Microsoft Mail Server On A Gfi Server On An Ipod Or Gfi.Org (

How To Use Gfi Mailarchiver On A Pc Or Macbook With Gfi Email From A Windows 7.5 (Windows 7) On A Microsoft Mail Server On A Gfi Server On An Ipod Or Gfi.Org ( GFI MailArchiver for Exchange 4 Manual By GFI Software http://www.gfi.com Email: info@gfi.com Information in this document is subject to change without notice. Companies, names, and data used in examples

More information

Reporting Guide for Novell Sentinel

Reporting Guide for Novell Sentinel www.novell.com/documentation Reporting Guide for Novell Sentinel Identity Manager 4.0.2 November 2012 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or

More information

EventSentry Overview. Part I Introduction 1 Part II Setting up SQL 2008 R2 Express 2. Part III Setting up IIS 9. Part IV Installing EventSentry 11

EventSentry Overview. Part I Introduction 1 Part II Setting up SQL 2008 R2 Express 2. Part III Setting up IIS 9. Part IV Installing EventSentry 11 Contents I EventSentry Overview Part I Introduction 1 Part II Setting up SQL 2008 R2 Express 2 1 Downloads... 2 2 Installation... 3 3 Configuration... 7 Part III Setting up IIS 9 1 Installation... 9 Part

More information

Management, Logging and Troubleshooting

Management, Logging and Troubleshooting CHAPTER 15 This chapter describes the following: SNMP Configuration System Logging SNMP Configuration Cisco NAC Guest Server supports management applications monitoring the system over SNMP (Simple Network

More information

Dell KACE K1000 Management Appliance. Service Desk Administrator Guide. Release 5.3. Revision Date: May 13, 2011

Dell KACE K1000 Management Appliance. Service Desk Administrator Guide. Release 5.3. Revision Date: May 13, 2011 Dell KACE K1000 Management Appliance Service Desk Administrator Guide Release 5.3 Revision Date: May 13, 2011 2004-2011 Dell, Inc. All rights reserved. Information concerning third-party copyrights and

More information

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide Decision Support AITS University Administration Web Intelligence Rich Client 4.1 User Guide 2 P age Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence

More information

CIMHT_006 How to Configure the Database Logger Proficy HMI/SCADA CIMPLICITY

CIMHT_006 How to Configure the Database Logger Proficy HMI/SCADA CIMPLICITY CIMHT_006 How to Configure the Database Logger Proficy HMI/SCADA CIMPLICITY Outline The Proficy HMI/SCADA CIMPLICITY product has the ability to log point data to a Microsoft SQL Database. This data can

More information

System Administration Guide

System Administration Guide www.novell.com/documentation System Administration Guide Data Synchronizer 1.2 August 22, 2012 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this

More information

SQL Server Replication Guide

SQL Server Replication Guide SQL Server Replication Guide Rev: 2013-08-08 Sitecore CMS 6.3 and Later SQL Server Replication Guide Table of Contents Chapter 1 SQL Server Replication Guide... 3 1.1 SQL Server Replication Overview...

More information

Administrator s Guide for the Polycom Video Control Application (VCA)

Administrator s Guide for the Polycom Video Control Application (VCA) Administrator s Guide for the Polycom Video Control Application (VCA) Version 1.1 November 2007 Edition 3725-26448-004/A Trademark Information Polycom and the Polycom logo design are registered trademarks

More information

FocusOPEN Deployment & Configuration Guide

FocusOPEN Deployment & Configuration Guide FocusOPEN Deployment & Configuration Guide Revision: 7 Date: 13 September 2010 Contents A. Overview...2 B. Target Readership...2 C. Prerequisites...2 D. Test Installation Instructions...2 1. Download the

More information

BusinessObjects Enterprise XI Release 2

BusinessObjects Enterprise XI Release 2 BusinessObjects Enterprise XI Release 2 How to configure an Internet Information Services server as a front end to a WebLogic application server Overview Contents This document describes the process of

More information

Event Link for Honeywell Galaxy 1.3 User Manual

Event Link for Honeywell Galaxy 1.3 User Manual Event Link for Honeywell Galaxy 1.3 User Manual Event Link for Honeywell Galaxy User Manual Target Audience for this Document This document is aimed at system users and describes the integration between

More information

Installing LearningBay Enterprise Part 2

Installing LearningBay Enterprise Part 2 Installing LearningBay Enterprise Part 2 Support Document Copyright 2012 Axiom. All Rights Reserved. Page 1 Please note that this document is one of three that details the process for installing LearningBay

More information

FUSION Installation Guide

FUSION Installation Guide FUSION Installation Guide Version 1.0 Page 1 of 74 Content 1.0 Introduction... 3 2.0 FUSION Server Software Installation... 3 3.0 FUSION Client Software Installation... 10 4.0 FUSION NIM Software Installation...

More information

Accounting Manager. User Guide A31003-P1030-U114-2-7619

Accounting Manager. User Guide A31003-P1030-U114-2-7619 Accounting Manager User Guide A31003-P1030-U114-2-7619 Our Quality and Environmental Management Systems are implemented according to the requirements of the ISO9001 and ISO14001 standards and are certified

More information

AXIGEN Mail Server Reporting Service

AXIGEN Mail Server Reporting Service AXIGEN Mail Server Reporting Service Usage and Configuration The article describes in full details how to properly configure and use the AXIGEN reporting service, as well as the steps for integrating it

More information

Empowered by Innovation. Setting Up and Using Fax Mail. P/N 1770087 July 2006 Printed in U.S.A.

Empowered by Innovation. Setting Up and Using Fax Mail. P/N 1770087 July 2006 Printed in U.S.A. Empowered by Innovation Setting Up and Using Fax Mail P/N 1770087 July 2006 Printed in U.S.A. This manual has been developed by NEC Unified Solutions, Inc. It is intended for the use of its customers and

More information

ConvincingMail.com Email Marketing Solution Manual. Contents

ConvincingMail.com Email Marketing Solution Manual. Contents 1 ConvincingMail.com Email Marketing Solution Manual Contents Overview 3 Welcome to ConvincingMail World 3 System Requirements 3 Server Requirements 3 Client Requirements 3 Edition differences 3 Which

More information

Plesk 11 Manual. Fasthosts Customer Support

Plesk 11 Manual. Fasthosts Customer Support Fasthosts Customer Support Plesk 11 Manual This guide covers everything you need to know in order to get started with the Parallels Plesk 11 control panel. Contents Introduction... 3 Before you begin...

More information

TaskCentre v4.5 Run Crystal Report Tool White Paper

TaskCentre v4.5 Run Crystal Report Tool White Paper TaskCentre v4.5 Run Crystal Report Tool White Paper Document Number: PD500-03-13-1_0-WP Orbis Software Limited 2010 Table of Contents COPYRIGHT 1 TRADEMARKS 1 INTRODUCTION 2 Overview 2 Features 2 TECHNICAL

More information

English ETERNUS CS800 S3. Backup Exec OST Guide

English ETERNUS CS800 S3. Backup Exec OST Guide English ETERNUS CS800 S3 Backup Exec OST Guide Edition April 2012 Comments Suggestions Corrections The User Documentation Department would like to know your opinion on this manual. Your feedback helps

More information

System Administration and Log Management

System Administration and Log Management CHAPTER 6 System Overview System Administration and Log Management Users must have sufficient access rights, or permission levels, to perform any operations on network elements (the devices, such as routers,

More information

NovaBACKUP Storage Server User Manual NovaStor / April 2013

NovaBACKUP Storage Server User Manual NovaStor / April 2013 NovaBACKUP Storage Server User Manual NovaStor / April 2013 2013 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject to change

More information

DreamFactory on Microsoft SQL Azure

DreamFactory on Microsoft SQL Azure DreamFactory on Microsoft SQL Azure Account Setup and Installation Guide For general information about the Azure platform, go to http://www.microsoft.com/windowsazure/. For general information about the

More information

Getting Started - The Control Panel

Getting Started - The Control Panel Table of Contents 1. Getting Started - the Control Panel Login Navigation Bar Domain Limits Domain User Account Properties Session Management 2. FTP Management Creating and Editing Users Accessing FTP

More information

CA XOsoft Replication for Windows

CA XOsoft Replication for Windows CA XOsoft Replication for Windows Microsoft SQL Server Operation Guide r12.5 This documentation and any related computer software help programs (hereinafter referred to as the Documentation ) is for the

More information

MyOra 3.0. User Guide. SQL Tool for Oracle. Jayam Systems, LLC

MyOra 3.0. User Guide. SQL Tool for Oracle. Jayam Systems, LLC MyOra 3.0 SQL Tool for Oracle User Guide Jayam Systems, LLC Contents Features... 4 Connecting to the Database... 5 Login... 5 Login History... 6 Connection Indicator... 6 Closing the Connection... 7 SQL

More information

VX Search File Search Solution. VX Search FILE SEARCH SOLUTION. User Manual. Version 8.2. Jan 2016. www.vxsearch.com info@flexense.com. Flexense Ltd.

VX Search File Search Solution. VX Search FILE SEARCH SOLUTION. User Manual. Version 8.2. Jan 2016. www.vxsearch.com info@flexense.com. Flexense Ltd. VX Search FILE SEARCH SOLUTION User Manual Version 8.2 Jan 2016 www.vxsearch.com info@flexense.com 1 1 Product Overview...4 2 VX Search Product Versions...8 3 Using Desktop Product Versions...9 3.1 Product

More information

Nintex Workflow 2010 Help Last updated: Friday, 26 November 2010

Nintex Workflow 2010 Help Last updated: Friday, 26 November 2010 Nintex Workflow 2010 Help Last updated: Friday, 26 November 2010 1 Workflow Interaction with SharePoint 1.1 About LazyApproval 1.2 Approving, Rejecting and Reviewing Items 1.3 Configuring the Graph Viewer

More information

System Log Setup (RTA1025W Rev2)

System Log Setup (RTA1025W Rev2) System Log Setup (RTA1025W Rev2) System Log As shown on the web page, you can view the system log and configure system log whenever you want. To view the system log, you must configure system log first.

More information

The data between TC Monitor and remote devices is exchanged using HTTP protocol. Monitored devices operate either as server or client mode.

The data between TC Monitor and remote devices is exchanged using HTTP protocol. Monitored devices operate either as server or client mode. 1. Introduction TC Monitor is easy to use Windows application for monitoring and control of some Teracom Ethernet (TCW) and GSM/GPRS (TCG) controllers. The supported devices are TCW122B-CM, TCW181B- CM,

More information

Creating Connection with Hive

Creating Connection with Hive Creating Connection with Hive Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Creating Connection with Hive Copyright 2010 Intellicus Technologies

More information

PaperCut Payment Gateway Module - Heartland Quick Start Guide

PaperCut Payment Gateway Module - Heartland Quick Start Guide PaperCut Payment Gateway Module - Heartland Quick Start Guide This guide is designed to supplement the Payment Gateway Module documentation and provides a guide to installing, setting up and testing the

More information

Print Audit 6 Network Installation Guide

Print Audit 6 Network Installation Guide Print Audit 6 Network Installation Guide IMPORTANT: READ THIS BEFORE PERFORMING A PRINT AUDIT 6 INSTALLATION Print Audit 6 is a desktop application that you must install on every computer where you want

More information

Configuration Manual English version

Configuration Manual English version Configuration Manual English version Frama F-Link Configuration Manual (EN) All rights reserved. Frama Group. The right to make changes in this Installation Guide is reserved. Frama Ltd also reserves the

More information

Database Backup and Recovery Guide

Database Backup and Recovery Guide Scout Diagnostics Database Backup and Recovery Guide P H 803. 358. 3600 F A X 803. 358. 3636 WWW.AVTECINC.COM 100 I N N O VAT I O N P L ACE, L E X I N G T O N SC 29072 Copyright 2013 by Avtec, Inc. All

More information

Guide to Using Citrix at SLU (Windows)

Guide to Using Citrix at SLU (Windows) 1 Guide to Using Citrix at SLU (Windows) Section 1: Installing Citrix Client on Your Computer Page 2 Section 2: Citrix Homepage Page 9 Section 3: Troubleshooting Page 11 Section 4: Opening and Saving Files

More information

Accounts Payable Workflow Guide. Version 11.2

Accounts Payable Workflow Guide. Version 11.2 Accounts Payable Workflow Guide Version 11.2 Copyright Information Copyright 2013 Informa Software. All Rights Reserved. No part of this publication may be reproduced, transmitted, transcribed, stored

More information

Creating IBM Cognos Controller Databases using Microsoft SQL Server

Creating IBM Cognos Controller Databases using Microsoft SQL Server Guideline Creating IBM Cognos Controller Databases using Microsoft SQL Product(s): IBM Cognos Controller 8.1 or higher Area of Interest: Financial Management 2 Copyright Copyright 2008 Cognos ULC (formerly

More information

Uni Sales Analysis CRM Extension for Sage Accpac ERP 5.5

Uni Sales Analysis CRM Extension for Sage Accpac ERP 5.5 SAGE ACCPAC OPTIONS Sage Accpac Options Uni Sales Analysis CRM Extension for Sage Accpac ERP 5.5 User Guide 2008 Sage Software, Inc. All rights reserved. Sage Software, Sage Software logos, and all Sage

More information

SOA Software API Gateway Appliance 7.1.x Administration Guide

SOA Software API Gateway Appliance 7.1.x Administration Guide SOA Software API Gateway Appliance 7.1.x Administration Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software, Inc. Other product names,

More information

Group Management Server User Guide

Group Management Server User Guide Group Management Server User Guide Table of Contents Getting Started... 3 About... 3 Terminology... 3 Group Management Server is Installed what do I do next?... 4 Installing a License... 4 Configuring

More information

NovaBACKUP. Storage Server. NovaStor / May 2011

NovaBACKUP. Storage Server. NovaStor / May 2011 NovaBACKUP Storage Server NovaStor / May 2011 2011 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject to change without notice.

More information

TECHNICAL REFERENCE GUIDE

TECHNICAL REFERENCE GUIDE TECHNICAL REFERENCE GUIDE SOURCE TARGET Kerio Microsoft Exchange/Outlook (PST) (versions 2010, 2007) Copyright 2014 by Transend Corporation EXECUTIVE SUMMARY This White Paper provides detailed information

More information

LogLogic Trend Micro OfficeScan Log Configuration Guide

LogLogic Trend Micro OfficeScan Log Configuration Guide LogLogic Trend Micro OfficeScan Log Configuration Guide Document Release: September 2011 Part Number: LL600065-00ELS090000 This manual supports LogLogic Trend Micro OfficeScan Release 1.0 and later, and

More information

CA Workload Automation Agent for Databases

CA Workload Automation Agent for Databases CA Workload Automation Agent for Databases Implementation Guide r11.3.4 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the

More information

Kaseya 2. Quick Start Guide. for Network Monitor 4.1

Kaseya 2. Quick Start Guide. for Network Monitor 4.1 Kaseya 2 Syslog Monitor Quick Start Guide for Network Monitor 4.1 June 5, 2012 About Kaseya Kaseya is a global provider of IT automation software for IT Solution Providers and Public and Private Sector

More information

Sage 200 Web Time & Expenses Guide

Sage 200 Web Time & Expenses Guide Sage 200 Web Time & Expenses Guide Sage (UK) Limited Copyright Statement Sage (UK) Limited, 2006. All rights reserved If this documentation includes advice or information relating to any matter other than

More information

Configuring MailArchiva with Insight Server

Configuring MailArchiva with Insight Server Copyright 2009 Bynari Inc., All rights reserved. No part of this publication may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopy, recording, or any

More information

McAfee Content Security Reporter 2.0.0

McAfee Content Security Reporter 2.0.0 Product Guide Revision A McAfee Content Security Reporter 2.0.0 For use with epolicy Orchestrator 4.6.5 Software COPYRIGHT Copyright 2013 McAfee, Inc. Do not copy without permission. TRADEMARK ATTRIBUTIONS

More information

Site Monitor. Version 5.3

Site Monitor. Version 5.3 Site Monitor Version 5.3 1 1 Table of contents 1 Table of contents... 2 2 Installation... 3 2.1 Components... 3 2.1.1 Monitoring Service... 3 2.1.2 Desktop User Interface... 3 2.1.3 Web User Interface...

More information