User Guide Part 11. Tools and Utilities

Size: px
Start display at page:

Download "User Guide Part 11. Tools and Utilities"

Transcription

1 User Guide Part 11 Tools and Utilities

2 Contents 1 OVERVIEW DATA SIMULATOR Introduction Using the Data Simulator DATABASE UTILITY About the Database Utility CREATING A BACKUP Configuring a Backup Creating a Backup Backup History Full Backup Renew DB Testing a Backup Scheduling a Backup CREATING A RESTORE Configuring a Restore Creating a Restore Testing Restore SQL SERVER CONFIGURATION Attaching database to SQL Server LOCALIZATION UTILITY About the Localization Utility CREATING A LOCALIZATION Configuring a Localization Utility Menu Buttons Language Selections Testing Localization CONFIGURATION EDITOR Basic Editing Advanced Editing AUDIT VIEWER Launching Audit Viewer Audit Viewer Menu Viewing Logs AUTO LOGON UTILITY Launching the Auto Logon Utility Auto Logon Settings ADDITIONAL INFORMATION AND SUPPORT

3 Figures and Tables Figure 1 - Data Simulator... 5 Figure 2 - Status Enterprise Restore Utility... 7 Figure 3 - Connection Provider selection is disabled if only one provider is installed Figure 4 - Browse SQLite Database Button... 8 Figure 5 - Select Database Dialog Box... 8 Figure 6 - Configured SQLite Connection... 9 Figure 7 - Connect to Database... 9 Figure 8 - Backup Tab... 9 Figure 9 - Browse Save Database Button... 9 Figure 10 - Save Backup Database Window Figure 11 - The Quick Selection Drop-down Figure 12 - The Start and End Date Figure 13 - SQLite Full Database Backup Option Figure 14 - The Backup Button Figure 15 - Connect to the Server Figure 16 - Backup Scheduler Figure 17 - Create Basic Task Figure 18 - Basic Task Name Figure 19 - Task Trigger Figure 20 - Task Schedule Figure 21 Action Figure 22 - Start a Program Figure 23 - Summary Figure 24 - Connect to Database Figure 25 - Restore Tab Figure 26 - Data Selection Figure 27 - Restore Points Window Figure 28 - Preview and Restore Button Enabled Figure 29 - Updated Restore Point List after Restore Operation Figure 30 - The Attach Menu Figure 31 - The Attach Databases Dialog Figure 32 - The Locate Database Files Dialog Figure 33 - The Attach Databases Dialog with Status Enterprise selected Figure 34 - Successfully attached Status Enterprise database Figure 35 - Status Enterprise Localization Utility Figure 36 - Connection Provider selection is disabled if only one provider is installed Figure 37 - Browse SQLite Database Button Figure 38 - Select Database Dialog Box Figure 39 - Configured SQLite Connection

4 Figure 40 - Connect or Cancel Button Figure 41 - The Menu Buttons Figure 42 - The Refresh Menu Button Figure 43 - The Add Menu Button Figure 44 - Add Key Word Window Figure 45 - The Rename Button Figure 46 - Rename English Key Window Figure 47 - The Delete Menu Button Figure 48 - Microsoft Translator Configuration Button Figure 49 - Microsoft Translation Configuration Window Figure 50 - The Language Selection Check Boxes Figure 51 - Adding Type Figure 52 - Creating a Property Figure 53 - Creating an Asset Figure 54 - Logging In to Localization Utility Figure 55 - Adding Key Word Figure 56- Sample Localization Entry Figure 57 - Selecting Language Figure 58 - Selecting a Configuration Figure 59 - Editable Fields in Basic Mode Figure 60 Unlocking Advanced Mode Figure 61 - Audit Viewer on the Application Launcher Figure 62 - AuditViewer.exe Figure 63 SQL Audit Viewer Login Figure 64 - SQLite Audit Viewer Login Figure 65 - Audit Viewer File Menu Figure 66 - Audit Viewer Help Menu Figure 67 - Audit Viewer Date Range Figure 68 - Audit Viewer Logs Figure 69 - AutoLogonConfiguration.exe Figure 70 - Login Dialog Figure 71 - Enable Auto Logon Figure 72 - Default Startup Mimic Figure 73 - Default User Logon

5 1 Overview This document outlines the basic functions of some additional utilities included in the Status Enterprise package. These utilities include: The Data Simulator, the Database Utility, and the Localization Utility. For a list of frequently used terms, definitions, and abbreviations, see Part 1 Overview and concepts. 4

6 2 Data Simulator The Data Simulator is a testing utility installed with the Status Enterprise Server install set. Figure 1 - Data Simulator 2.1 Introduction The Data Simulator works by writing random property values to your data model. The application will interrogate your data model; it will then update the analog and discrete property values with periodic random data. This allows live data updating in client applications and in mimics that are being developed, and is useful for testing and demonstrating your system to other stakeholders 2.2 Using the Data Simulator To use the Data Simulator, start the utility and log into the Status Server using a valid user account. Select the <Start> button. The application will start reading through your object model looking for property values that need updating. Once it collects all the information it needs, it will start randomly writing values to those properties. All activity is displayed to the user as the application is running. 5

7 3 Database Utility Status Enterprise runs as a Windows service and should be stopped in the Task Manager before continuing with any of the Database Utility options to avoid any complications. 3.1 About the Database Utility Database Utility is a utility for managing a Status Server database for backup and restore. Backup the database either historically by archiving and freeing historical data on the running database, or perform a full backup to create a new copy of the database. Restore will return the database to a previous state when the Model Designer was configured. 6

8 Figure 2 - Status Enterprise Restore Utility 7

9 4 Creating a Backup Creating a backup is creating a copy of the existing database. Backup Utility has two options: Historical Backup and Full Database Backup. 4.1 Configuring a Backup Backup needs a connection to a database. Connection Provider will have the same provider as the Status Enterprise Server. Figure 3 - Connection Provider selection is disabled if only one provider is installed. Different providers will have different connection configuration. SQLite provider needs to select a database to connect. To connect click the 'Browse Database' button. The SQLite default version is Version 3. Figure 4 - Browse SQLite Database Button Figure 5 - Select Database Dialog Box 8

10 Go to C:\ProgramData\B-Scada\StatusEnterprise\StatusEnterprise.db3. Select the Status Enterprise Database file then click <Open>. Figure 6 - Configured SQLite Connection 4.2 Creating a Backup Click the <Connect> button to connect to the database. Figure 7 - Connect to Database When connected, ensure the Backup tab is selected. Figure 8 - Backup Tab Click the 'Browse Save Database' button to browse for a location where to save the backup. Figure 9 - Browse Save Database Button 9

11 Select a folder in which to place the backup database, create a name for your backup, and click the <Save> button. Figure 10 - Save Backup Database Window Backup History Backup History archives the historical data to a new database. This frees up the main Enterprise Status Server database of the historical data. An optional history parameter is the 'Quick Select' drop-down list, with which the system automatically gets the first Historical entry to get the range of dates to backup. Figure 11 - The Quick Selection Drop-down The system gets the first Historical entry then calculates the End date based on the selection. Provide Start date and End date for the range of historical data to archive. 10

12 Figure 12 - The Start and End Date Full Backup Full Backup creates an exact copy of the database to a new location. Different providers can have different backup options. For our sample we are using SQLite with 2 options: Simple Backup and Database Dump. Simple Backup creates a copy of the existing database. Database Dump re-creates a new database and re-inserts existing data. This creates a compact database size making the database smaller. Figure 13 - SQLite Full Database Backup Option Renew DB Selecting the Renew DB option will create a new database without any historical data. Figure 14 Renew DB Option Your data model, mapping configurations and data binding will be retained, along with the current property values, but all historical property values will be removed from the database. This significantly reduces the size of your database, essentially compacting it to the size it was when your Status solution was first implemented. To be certain you are not eliminating important data, you should consider performing a full backup before renewing your database. 4.3 Testing a Backup Backup copies are functional databases which can be used to view data outside a production database. Creating an archive database helps keep the Status Enterprise Database from growing too big. 11

13 Clicking on the <Backup> button begins the backup process. Figure 14 - The Backup Button 4.4 Scheduling a Backup The Database Utility allows users to schedule backup of the Database. 1. Click the <Connect> button to connect to the database. Figure 15 - Connect to the Server 2. Click the Scheduler Tab. Figure 16 - Backup Scheduler 3. Destination The location where the backup will be saved 4. File Name The name of the backup file 5. File Format The date format of the backup file name 6. Full - Schedule a full backup 7. Historical Schedule a backup on a specified period 12

14 Relative End Date This is the end date of the backup. Backup Length This is the length date of the back e.g. If Relative End Date is set to 1day and Backup Length is set to 1month, this means that the backup that will be saved will start from the same date a month before to today s date. If the date today is 7/23/201, the backup file will contain 6/23/2015 7/23/ Click the <Save> button. 9. Give this backup schedule configuration a name. This will save two files an xml file and a batch file. 10. Open Windows Task Scheduler. 11. Under Actions, click Create Basic Task. This will launch the Create Basic Task Wizard. Figure 17 - Create Basic Task 12. Type the Name for this Task, then click Next. 13

15 Figure 18 - Basic Task Name 13. Select the Task Trigger which is how often you want it to perform the backup task (daily, weekly, monthly etc.). Then, click Next. Figure 19 - Task Trigger 14. Further customizations the schedule can be done here. Then, click Next. 14

16 Figure 20 - Task Schedule 15. Select Start a program as the action. Then, click Next. Figure 21 Action 16. Select the batch file it that we created. Then, click Next. 15

17 Figure 22 - Start a Program 17. Click the Finish button. Figure 23 - Summary 16

18 5 Creating a Restore A restore is restoring from a current state to a previous state. The Restore Utility allows a user to go back to previous values created under Model Designer. 5.1 Configuring a Restore Restore points are set automatically when your Data Model is configured or updated. If you would like to restore to a backup of a database you created manually, see the 'Configuring a Backup' section. 5.2 Creating a Restore To create a restore, connect to the database in the same way you would to create a Backup. Figure 24 - Connect to Database When connected, click on the Restore tab. Figure 25 - Restore Tab Type or click on the calendar to set a Date to pick up restore points. 17

19 Figure 26 - Data Selection The default source is your Attributes tables history. Optionally, you can choose your References tables history or you can choose All. If a selected date has restore points, they will be displayed in the Restore Points window. Figure 27 - Restore Points Window Select a restore point on the Restore Points window list. A high-level preview will be displayed to see current entry of the restore point. The <Restore> button will be enabled if the restore point is safe to restore. Figure 28 - Preview and Restore Button Enabled 18

20 If the selected restore point is not safe, the Output window beneath will inform you of the next safe restore point that can be selected. Figure 20 Output Window Showing Next Safe Restore Point 5.3 Testing Restore Restore Utility will go back to a state where the restore point is selected. The sample will go back to the time when a House (Type/Asset) is created. All the entries after the selected restore point will be discarded including the values. Once done you cannot restore forward. Restore points are also updated up to the selected restore point. Figure 29 - Updated Restore Point List after Restore Operation 19

21 6 SQL Server Configuration When using SQL Server with Status Enterprise, this configuration process is necessary to create the database. Note that Status Enterprise is only compatible with SQL Server 2008 or later. The first thing step in the process is to stop the Status Enterprise Service. Status Enterprise runs as a Windows service and must be stopped in the Task Manager before the database can be created. Figure 22 Stopping Status Service The next step is to create a default user in SQL Server named SEUser by running this script: USE [master] GO CREATE LOGIN [SEUser] WITH PASSWORD=N'StatusEnterprise!2013', DEFAULT_DATABASE=[master], CHECK_EXPIRATION=OFF, CHECK_POLICY=OFF GO EXEC = = N'bulkadmin' GO EXEC = = N'dbcreator' GO You can specify another user name and password here, but it must match the configuration in \RecordSerializer\Status.StatusServer.SQLRecordSerializer.dll.config. 20

22 6.1.1 Attaching database to SQL Server This procedure should be done by a DBA or user with sa privileges to the SQL Server. The steps below can also be found on the Microsoft site ( a. In SQL Server Management Studio Object Explorer, connect to an instance of the SQL Server Database Engine, and then expand that instance. b. Right-click Databases and click Attach. Figure 30 - The Attach Menu 21

23 c. In the Attach Databases dialog box, to specify the database to be attached, click Add; Figure 31 - The Attach Databases Dialog In the Locate Database Files dialog box, select the disk drive where the database resides and expand the directory tree to find and select the.mdf file of the database; for example: C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\DATA\StatusEnterprise.mdf Important Trying to select a database that is already attached generates an error. 22

24 Figure 32 - The Locate Database Files Dialog Databases to attach Displays information about the selected databases. Displays an icon indicating the status of the attach operation. The possible icons are described in the Status description, below). MDF File Location Displays the path and file name of the selected MDF file. Database Name Displays the name of the database. Attach As Optionally, specifies a different name for the database to attach as. Owner Provides a drop-down list of possible database owners from which you can optionally select a different owner. Status Displays the status of the database according to the following table. Icon Status text Description 23

25 (No icon) (No text) Attach operation has not been started or may be pending for this object. This is the default when the dialog is opened. Green, right-pointing triangle In progress Attach operation has been started but it is not complete. Green check mark Success The object has been attached successfully. Red circle containing a white cross Circle containing two black quadrants (on left and right) and two white quadrants (on top and bottom) Circle containing a curved arrow pointing counter-clockwise Error Stopped Rolled Back Attach operation encountered an error and did not complete successfully. Attach operation was not completed successfully because the user stopped the operation. Attach operation was successful but it has been rolled back due to an error during attachment of another object. Message Displays either a blank message or a "File not found" hyperlink. Add Find the necessary main database files. When the user selects an.mdf file, applicable information is automatically filled in the respective fields of the Databases to attach grid. Remove Removes the selected file from the Databases to attach grid. " <database_name> " database details Displays the names of the files to be attached. To verify or change the pathname of a file, click the Browse button ( ). Note If a file does not exist, the Message column displays "Not found." If a log file is not found, it exists in another directory or has been deleted. You need to either 24

26 update the file path in the database details grid to point to the correct location or remove the log file from the grid. If an.mdf data file is not found, you need to update its path in the grid to point to the correct location. Original File Name Displays the name of the attached file belonging to the database. File Type Indicates the type of file, Data or Log. Current File Path Displays the path to the selected database file. The path can be edited manually. Message Displays either a blank message or a "File not found" hyperlink. Figure 33 - The Attach Databases Dialog with Status Enterprise selected Click <OK> to attach database. If successful, Status Enterprise database should now appear in the list of databases in Microsoft SQL Server Management Studio. 25

27 Figure 34 - Successfully attached Status Enterprise database 26

28 7 Localization Utility 7.1 About the Localization Utility Localization Utility is for managing words translation into different languages. Figure 35 - Status Enterprise Localization Utility 27

29 8 Creating a Localization 8.1 Configuring a Localization Utility Localization needs a connection to a database. Connection Provider will have the same provider as the Status Enterprise Server. Figure 36 - Connection Provider selection is disabled if only one provider is installed. Different providers will have different connection configuration. SQLite provider needs to select a database to connect. To connect click the 'Browse Database' button. SQLite default version 3 Figure 37 - Browse SQLite Database Button Figure 38 - Select Database Dialog Box 28

30 Go to C:\ProgramData\B-Scada\StatusEnterprise\StatusEnterprise.db3. Select the Status Enterprise Database file then click <Open>. Figure 39 - Configured SQLite Connection Connect to the database using the <Connect> button. Figure 40 - Connect or Cancel Button 8.2 Menu Buttons Menu buttons are provided for localization maintenance. It consists of Refresh, Delete, Add, Rename, and Microsoft Translator Configuration. Figure 41 - The Menu Buttons <Refresh> button lets your refresh the contents in the localization table. Figure 42 - The Refresh Menu Button <Add> button lets you add a new word. Figure 43 - The Add Menu Button Click on the <Add> button brings up the Add Key Word window. 29

31 Figure 44 - Add Key Word Window Type in the Key Word usually an English word or a key to a sentence then click <OK>. <Rename> button lets you rename the English key word. Figure 45 - The Rename Button Click on the <Rename> button Brings up the Rename English Key window. Figure 46 - Rename English Key Window <Delete> button lets you delete a selected row, the English Key Word and the entire translation. Figure 47 - The Delete Menu Button <MS Translator Configuration> button allows you to configure the Microsoft Translation service. Figure 48 - Microsoft Translator Configuration Button 30

32 Click the <MS Translator Configuration> button to access the Microsoft Translation Configuration window. Figure 49 - Microsoft Translation Configuration Window 8.3 Language Selections The selection lets you choose which language column to display on the screen. Figure 50 - The Language Selection Check Boxes. All the check box names correspond to the language columns except for the All check box. The All check box is used to select or deselect all check boxes at once. 8.4 Testing Localization 1. First, we need to add a localization property in the Data Model. Go ahead and navigate to the Data Model Designer and create a New Type. For this demonstration, we will name it computer. Figure 51 - Adding Type 31

33 2. Select the type we just created and add a property. Select Localized Text as the data type property. For our purpose, we will name it localized text. Figure 52 - Creating a Property 3. Now that we have created our Type, we can now navigate towards the Asset tab and create an asset for this type. Let s name it computer 1 for this demonstration. Once created, the Asset should have inherited the localized text property. Figure 53 - Creating an Asset 4. Run the Localization Utility. 32

34 5. When logging in, make sure that the correct database has been selected. Click Connect. Figure 54 - Logging In to Localization Utility 6. To begin localization just add an English word or a Key word then key in all translation for each language column. If the Key word added has no translation the Key word will be used as the value. Click the Add button to add a key word. For this demonstration, we will use the word computer. Click OK Figure 55 - Adding Key Word 7. Translations of the key word will now appear in the Localization Utility. The translated languages will depend which ever language has been enabled in the Language Selection. For this demonstration, we will select All. 33

35 Figure 56- Sample Localization Entry 8. Now that we have already configured our key word, we can now test if this works. First, restart the Status Enterprise Server in services.msc. 9. Then, Open Mimic Designer. Create new or open existing mimic. 10. Drag a Text Block onto the design surface. 11. Browser over the Asset and bind it to the localized text that we have created in the Data Model. 12. Save the mimic. 13. Open the Data Model Browser and access the Property Table of the Asset that has the localized text. 14. Type the word computer in the value. 15. Open the mimic in Runtime. Click the Advanced Settings. Under Misc Settings, change the Language Selection. For this demonstration, let s change it into Swedish. Then, click Connect. 34

36 Figure 57 - Selecting Language 16. Runtime will display the word dator which is the Swedish translation of computer. If you see this, it means that the Localization Utility is working properly. 35

37 9 Configuration Editor The Configuration Editor is a tool used to simplify the editing process of Status Enterprise configurations. To select a configuration, expand the Configurations menu and select the Status Enterprise configuration that you intend to edit. 9.1 Basic Editing Figure 58 - Selecting a Configuration By default, the Configuration Editor starts in Basic Mode in which the user can only edit certain fields by changing the values in the text boxes. In this mode, the only fields that are available for editing are the fields that are the most commonly changed. Changing the data in the text boxes will automatically change and update the field in the configuration. Figure 59 - Editable Fields in Basic Mode 9.2 Advanced Editing The user is not limited to only operating in basic mode. The text editor itself can be unlocked by clicking on the Advanced menu and selecting Unlock Editor. Figure 60 Unlocking Advanced Mode 36

38 In this mode, the user has the freedom to change the configuration the way they see fit. This mode is intended for advanced users whose need to edit the configuration exceeds the constraints of editing in Basic Mode. Making changes in Advanced Mode to a configuration will not automatically save the file. The user must save the file manually by clicking on File and then choosing Save from the menu. 37

39 10 Audit Viewer The Audit Viewer is a utility in the Status Enterprise that allows users to view the Audit Table in the database. It is primarily used to view error logs Launching Audit Viewer Launch the Audit Viewer using the Application Launcher. Figure 61 - Audit Viewer on the Application Launcher It can also be launched by double clicking the executable file located in Program Files/B-Scada/Status Enterprise. Figure 62 - AuditViewer.exe After launching the utility, users will be prompted with the Audit Viewer Login. Depending on the type of database the user has (SQL Server or SQLite), the login screen will display a set of fields that is applicable for that database. 38

40 Figure 63 SQL Audit Viewer Login For SQL Server database: Connection Provider This is automatically set to SQL Server Provider. Server Specify the name of the server to connect to. Database Specify the name of the database to use. Login Information This is the login credentials to connect to the database. If there are no username/password for the database Trusted Connection should be enabled. Figure 64 - SQLite Audit Viewer Login For SQLite Server database: Connection Provider This is automatically set to SQLite Server Provider. Database Browse and select the SQLite database to use. Version Specify the version of SQLite being used. Click Connect Audit Viewer Menu The Audit Viewer Menu has two items: File and Help. 39

41 Figure 65 - Audit Viewer File Menu Disconnect and Close are listed under the File menu. Disconnect is used to disconnect the current connection to the database. After disconnecting, it will prompt the user to login again. Use Close to disconnect from the database and close the Audit Viewer utility. Figure 66 - Audit Viewer Help Menu The Help menu has About and User Guide. Clicking About will display the copyright information and version of the Status Enterprise. User Guide will open up the User Guide documentation for the Audit Viewer utility Viewing Logs Figure 67 - Audit Viewer Date Range Pick out the date range of the logs to display. Then, click Go. 40

42 Figure 68 - Audit Viewer Logs The Audit Viewer logs will display information about the error message, create time, user and the source time. 41

43 11 Auto Logon Utility The Auto Logon Utility is used for presetting your default user logon information, server endpoint address, and default mimic or application runtime file. By enabling this utility; users will be able to simply execute the runtime and automatically be logged in, and brought to their default mimic Launching the Auto Logon Utility Figure 69 - AutoLogonConfiguration.exe Double click the AutoLogonConfiguration.exe The Status.Utilities.AutoLogonConfiguration.exe is located in the Status Enterprise install directory. By default it s installs to C:\Program Files\B-Scada\StatusEnterprise. Login into the Status Enterprise server with the standard logon dialog. Figure 70 - Login Dialog 11.2 Auto Logon Settings Check the Logon Automatically checkbox. Check whether this will apply to a Mimic runtime, an Application runtime, or both. Figure 71 - Enable Auto Logon 42

44 Next, in the Logon Screen field, click the browse dialog button and browse to the mimic that will be the start up mimic. If you are using a Mimic Template, select a startup asset also, in the Logon Asset field. If this is an Application runtime project, select the location of the Application Configuration file in the Status Client Configuration field. Figure 72 - Default Startup Mimic Next enter or browse to the Endpoint Url for the Status Enterprise server. Enter a user name and password that will be used to login. Figure 73 - Default User Logon Click OK. 43

45 12 Additional Information and Support For more information in using Status Enterprise, please visit us at This will give you access to instructional videos, documentation and our online forum. You can also B- Scada support at B-Scada, Inc W. Fort Island Trail Building 9 Crystal River, FL USA

User Guide Part 7. Status Server

User Guide Part 7. Status Server User Guide Part 7 Contents 1 OVERVIEW... 3 1.1 About OPC UA... 3 1.2 Uses of Status... 3 1.3 Status as a Platform... 4 1.4 Communication Ports... 4 2 SUB SYSTEMS... 5 2.1 Data Model... 5 2.1.1 Data Model

More information

Perform a Server Move for Junxure

Perform a Server Move for Junxure Perform a Server Move for Junxure These instructions are the recommendations for IT personnel on how to perform a Server Move for the Junxure Database. Junxure Tech Support understands every environment

More information

Metasys Database Manager Help Code No. LIT Software Release 9.0 Issued August 2017

Metasys Database Manager Help Code No. LIT Software Release 9.0 Issued August 2017 Code No. LIT-12011202 Software Release 9.0 Issued August 2017 Refer to the QuickLIT website for the most up-to-date version of this document. Document Introduction...2 Summary of Changes...2 Metasys Database

More information

Administrator s Guide

Administrator s Guide Administrator s Guide 1995 2011 Open Systems Holdings Corp. All rights reserved. No part of this manual may be reproduced by any means without the written permission of Open Systems, Inc. OPEN SYSTEMS

More information

KYOCERA Net Admin User Guide

KYOCERA Net Admin User Guide KYOCERA Net Admin User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable

More information

Installation Manual. Fleet Maintenance Software. Version 6.4

Installation Manual. Fleet Maintenance Software. Version 6.4 Fleet Maintenance Software Installation Manual Version 6.4 6 Terri Lane, Suite 700 Burlington, NJ 08016 (609) 747-8800 Fax (609) 747-8801 Dossier@dossiersystemsinc.com www.dossiersystemsinc.com Copyright

More information

Nortel Contact Center Routine Maintenance NN

Nortel Contact Center Routine Maintenance NN NN44400-514 Document status: Standard Document issue: 01.03 Document date: 26 February 2010 Product release: Release 7.0 Job function: Administration Type: Technical Document Language type: English Copyright

More information

Silk Performance Manager Installation and Setup Help

Silk Performance Manager Installation and Setup Help Silk Performance Manager 18.5 Installation and Setup Help Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright 2004-2017 Micro Focus. All rights reserved.

More information

SureClose Product Line

SureClose Product Line SureClose Product Line Release Notes 3.7 June 21, 2013 SureClose 3.7 Release Notes June 2013 1 Table of Contents Overview... 4 Post-Installation Considerations... 4 Features and Functionality... 6 New

More information

Traverse Intelligent Tracking by PCS. Installation Guide for Traverse.

Traverse Intelligent Tracking by PCS. Installation Guide for Traverse. Traverse Intelligent Tracking by PCS Installation Guide for Traverse. Tom Romeo 6/10/2011 The information in this documentation is not contractual in nature. It is subject to modification without notice.

More information

Installation Guide Worksoft Certify

Installation Guide Worksoft Certify Installation Guide Worksoft Certify Worksoft, Inc. 15851 Dallas Parkway, Suite 855 Addison, TX 75001 www.worksoft.com 866-836-1773 Worksoft Certify Installation Guide Version 9.0.3 Copyright 2017 by Worksoft,

More information

KYOCERA Net Viewer User Guide

KYOCERA Net Viewer User Guide KYOCERA Net Viewer User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable

More information

Restoring data from a backup

Restoring data from a backup Restoring data from a backup The following topics explain how to find a backup to restore and then perform a restore: Finding a backup to restore on page 98 Restoring to the original location on page 101

More information

User Guide. K V1 7/05 Rev A

User Guide. K V1 7/05 Rev A NAVIGATOR REPORTER User Guide K10321-1V1 7/05 Rev A Table of Contents Conventions Used in This Manual... iii SECTION 1: General Description... 1-1 About Navigator Reporter...1-1 About User Manager...1-1

More information

Manage and Generate Reports

Manage and Generate Reports Report Manager, page 1 Generate Reports, page 3 Trust Self-Signed Certificate for Live Data Reports, page 4 Report Viewer, page 4 Save an Existing Stock Report, page 7 Import Reports, page 7 Export Reports,

More information

User Manual. ARK for SharePoint-2007

User Manual. ARK for SharePoint-2007 User Manual ARK for SharePoint-2007 Table of Contents 1 About ARKSP (Admin Report Kit for SharePoint) 1 1.1 About ARKSP 1 1.2 Who can use ARKSP? 1 1.3 System Requirements 2 1.4 How to activate the software?

More information

Fairfield University Using Xythos for File Storage

Fairfield University Using Xythos for File Storage Fairfield University Using Xythos for File Storage Version 7.0 Table of Contents I: Accessing your Account...2 II: Uploading Files via the Web...2 III: Manage your Folders and Files via the Web...4 IV:

More information

Legal Notes. Regarding Trademarks KYOCERA MITA Corporation

Legal Notes. Regarding Trademarks KYOCERA MITA Corporation Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable for any problems arising from

More information

GRS Enterprise Synchronization Tool

GRS Enterprise Synchronization Tool GRS Enterprise Synchronization Tool Last Revised: Thursday, April 05, 2018 Page i TABLE OF CONTENTS Anchor End User Guide... Error! Bookmark not defined. Last Revised: Monday, March 12, 2018... 1 Table

More information

Grapevine web hosting user manual. 12 August 2005

Grapevine web hosting user manual. 12 August 2005 Grapevine web hosting user manual 12 August 2005 Grapevine web hosting user manual 2 Contents Contents... 2 Introduction... 4 System features... 4 How it looks... 5 Main navigation... 5 Reports... 6 Web

More information

DocAve for Salesforce 2.1

DocAve for Salesforce 2.1 DocAve for Salesforce 2.1 This document is intended for anyone wishing to familiarize themselves with the user interface and basic functionality of AvePoint s DocAve for Salesforce tool. System Requirements

More information

NETWRIX WINDOWS SERVER CHANGE REPORTER

NETWRIX WINDOWS SERVER CHANGE REPORTER NETWRIX WINDOWS SERVER CHANGE REPORTER ADMINISTRATOR S GUIDE Product Version: 4.0 June 2013. Legal Notice The information in this publication is furnished for information use only, and does not constitute

More information

1. ECI Hosted Clients Installing Release 6.3 for the First Time (ECI Hosted) Upgrading to Release 6.3SP2 (ECI Hosted)

1. ECI Hosted Clients Installing Release 6.3 for the First Time (ECI Hosted) Upgrading to Release 6.3SP2 (ECI Hosted) 1. ECI Hosted Clients........................................................................................... 2 1.1 Installing Release 6.3 for the First Time (ECI Hosted)...........................................................

More information

EMS MASTER CALENDAR Installation Guide

EMS MASTER CALENDAR Installation Guide EMS MASTER CALENDAR Installation Guide V44.1 Last Updated: May 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents CHAPTER 1: Introduction

More information

DSS User Guide. End User Guide. - i -

DSS User Guide. End User Guide. - i - DSS User Guide End User Guide - i - DSS User Guide Table of Contents End User Guide... 1 Table of Contents... 2 Part 1: Getting Started... 1 How to Log in to the Web Portal... 1 How to Manage Account Settings...

More information

SharePoint: Fundamentals

SharePoint: Fundamentals SharePoint: Fundamentals This class will introduce you to SharePoint and cover components available to end users in a typical SharePoint site. To access SharePoint, you will need to log into Office 365.

More information

EMC SourceOne for Microsoft SharePoint Version 6.7

EMC SourceOne for Microsoft SharePoint Version 6.7 EMC SourceOne for Microsoft SharePoint Version 6.7 Administration Guide P/N 300-012-746 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2011

More information

Colligo Engage Outlook App 7.1. Offline Mode - User Guide

Colligo Engage Outlook App 7.1. Offline Mode - User Guide Colligo Engage Outlook App 7.1 Offline Mode - User Guide Contents Colligo Engage Outlook App 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Engage Outlook App 3 Checking

More information

Using the EBS SQL Import Panel (DDMS)

Using the EBS SQL Import Panel (DDMS) (DDMS) Updated July 2016 Contents About the EBS SQL (DDMS)...3 Synchronizing SQL Data...5 Getting Started...5 Confirming Connectivity to the Server...6 Validating DBF Data...6 Importing Data to SQL...7

More information

Sync User Guide. Powered by Axient Anchor

Sync User Guide. Powered by Axient Anchor Sync Powered by Axient Anchor TABLE OF CONTENTS End... Error! Bookmark not defined. Last Revised: Wednesday, October 10, 2018... Error! Bookmark not defined. Table of Contents... 2 Getting Started... 7

More information

VMware AirWatch Database Migration Guide A sample procedure for migrating your AirWatch database

VMware AirWatch Database Migration Guide A sample procedure for migrating your AirWatch database VMware AirWatch Database Migration Guide A sample procedure for migrating your AirWatch database For multiple versions Have documentation feedback? Submit a Documentation Feedback support ticket using

More information

SharePoint: Fundamentals

SharePoint: Fundamentals SharePoint: Fundamentals This class will introduce you to SharePoint and cover components available to end users in a typical SharePoint site. To access SharePoint, you will need to log into Office 365.

More information

NETWRIX GROUP POLICY CHANGE REPORTER

NETWRIX GROUP POLICY CHANGE REPORTER NETWRIX GROUP POLICY CHANGE REPORTER ADMINISTRATOR S GUIDE Product Version: 7.2 November 2012. Legal Notice The information in this publication is furnished for information use only, and does not constitute

More information

Secure File Exchange End-User Web Access

Secure File Exchange End-User Web Access Secure File Exchange End-User Web Access The Secure File Exchange (SFE) End User Web Access interface enables end-users to exchange and share sensitive information. Using this interface, end-users can

More information

SEMS SOFTWARE SUITE INSTALLATION WHERE TO DOWNLOAD THE INSTALLERS

SEMS SOFTWARE SUITE INSTALLATION WHERE TO DOWNLOAD THE INSTALLERS SEMS SOFTWARE SUITE INSTALLATION WHERE TO DOWNLOAD THE INSTALLERS 1 SEMS SOFTWARE SUITE INSTALLATION INFORMATION Getting Started FTP Link The installation files can be downloaded from our FTP site. The

More information

Using SQL Reporting Services with Amicus

Using SQL Reporting Services with Amicus Using SQL Reporting Services with Amicus Applies to: Amicus Attorney (with or without Amicus Billing) With Microsoft SQL Server Reporting Services, use Report Builder to generate and author easy-to-use

More information

ZENworks 2017 Audit Management Reference. December 2016

ZENworks 2017 Audit Management Reference. December 2016 ZENworks 2017 Audit Management Reference December 2016 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights,

More information

Colligo Console. Administrator Guide

Colligo Console. Administrator Guide Colligo Console Administrator Guide Contents About this guide... 6 Audience... 6 Requirements... 6 Colligo Technical Support... 6 Introduction... 7 Colligo Console Overview... 8 Colligo Console Home Page...

More information

InventoryControl Quick Start Guide

InventoryControl Quick Start Guide InventoryControl Quick Start Guide Copyright 2013 Wasp Barcode Technologies 1400 10 th St. Plano, TX 75074 All Rights Reserved STATEMENTS IN THIS DOCUMENT REGARDING THIRD PARTY PRODUCTS OR SERVICES ARE

More information

ZENworks Reporting System Reference. January 2017

ZENworks Reporting System Reference. January 2017 ZENworks Reporting System Reference January 2017 Legal Notices For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights, patent

More information

Table of Contents. User Manual

Table of Contents. User Manual USER MANUAL 5.0 Table of Contents Introduction... 2 Features and Benefits... 2 Overview... 3 Standard User... 3 Administrator... 3 Unconnected... 3 Connect or Connected... 4 Configuration... 5 Settings...

More information

Cloud Compute. Backup Portal User Guide

Cloud Compute. Backup Portal User Guide Cloud Compute Backup Portal User Guide Contents Service Overview... 4 Gaining Access... 5 Operational Guide... 6 Landing Page... 6 Profile View... 6 Detailed View... 8 Overview... 8 Cloud Backup... 8

More information

Abila MIP DrillPoint Reports. Installation Guide

Abila MIP DrillPoint Reports. Installation Guide Abila MIP DrillPoint Reports This is a publication of Abila, Inc. Version 16.1 2015 Abila, Inc. and its affiliated entities. All rights reserved. Abila, the Abila logos, and the Abila product and service

More information

Abila MIP. Human Resource Management Installation Guide

Abila MIP. Human Resource Management Installation Guide Human Resource Management Installation Guide This is a publication of Abila, Inc. Version 2017.2 2017 Abila, Inc. and its affiliated entities. All rights reserved. Abila, the Abila logos, and the Abila

More information

WIN-911 Standard/Interactive/Advanced Configuration Backup and Restore

WIN-911 Standard/Interactive/Advanced Configuration Backup and Restore WIN-911 Standard/Interactive/Advanced Configuration Backup and Restore Modified on: 31 July, 2017 Introduction WIN-911 Standard, Interactive, and Advanced store its configuration in a Microsoft SQL Server

More information

ZettaMirror Install Guide

ZettaMirror Install Guide ZettaMirror Install Guide March 2014 Table of Contents Planning Your ZettaMirror Deployment...3 Where to install ZettaMirror?...3 Do I need extra retention policies?...3 How to Download & Install ZettaMirror...4

More information

ROCK-POND REPORTING 2.1

ROCK-POND REPORTING 2.1 ROCK-POND REPORTING 2.1 Installation and Setup Guide Revised on 09/25/2014 TABLE OF CONTENTS ROCK-POND REPORTING 2.1... 1 SUPPORT FROM ROCK-POND SOLUTIONS... 2 ROCK-POND REPORTING OVERVIEW... 2 INFRASTRUCTURE

More information

ES CONTENT MANAGEMENT - EVER TEAM

ES CONTENT MANAGEMENT - EVER TEAM ES CONTENT MANAGEMENT - EVER TEAM USER GUIDE Document Title Author ES Content Management - User Guide EVER TEAM Date 20/09/2010 Validated by EVER TEAM Date 20/09/2010 Version 9.4.0.0 Status Final TABLE

More information

Configuration of trace and Log Central in RTMT

Configuration of trace and Log Central in RTMT About Trace Collection, page 1 Preparation for trace collection, page 2 Types of trace support, page 4 Configuration of trace collection, page 5 Collect audit logs, page 19 View Collected Trace Files with

More information

Solution Explorer Copy Items in a Solution Files That Manage Solutions and Projects Solutions (SQL Server Management Studio) Associate a Query with a

Solution Explorer Copy Items in a Solution Files That Manage Solutions and Projects Solutions (SQL Server Management Studio) Associate a Query with a Table of Contents Copy Items in a Solution Files That Manage Solutions and Projects Solutions (SQL Server Management Studio) Associate a Query with a Connection in a Project Projects (SQL Server Management

More information

7. Run the TRAVERSE Data Migration Utility from TRAVERSE 10.2 into TRAVERSE 10.5.

7. Run the TRAVERSE Data Migration Utility from TRAVERSE 10.2 into TRAVERSE 10.5. Overview Use the TRAVERSE Data Migration Utility to convert and append OSAS 6.1x, 6.5x or 7.0x data to TRAVERSE data. Follow these steps to import OSAS 6.1x, 6.5x or 7.0x data into TRAVERSE: 1. Make sure

More information

Downloading, Installing, and Configuring Blackboard Drive

Downloading, Installing, and Configuring Blackboard Drive M06-Downloading, Installing, and Configuring Blackboard Drive Blackboard Learn: Moving Content This handout contains the exact same information as the corresponding Blackboard Learn Moving Content videos

More information

UC for Enterprise (UCE) NEC Centralized Authentication Service (NEC CAS)

UC for Enterprise (UCE) NEC Centralized Authentication Service (NEC CAS) UC for Enterprise (UCE) NEC Centralized Authentication Service (NEC CAS) Installation Guide NEC NEC Corporation October 2010 NDA-30362, Revision 15 Liability Disclaimer NEC Corporation reserves the right

More information

Microsoft Office SharePoint. Reference Guide for Contributors

Microsoft Office SharePoint. Reference Guide for Contributors Microsoft Office SharePoint Reference Guide for Contributors SharePoint: Reference Guide for Contributors Table of Contents INTRODUCTION... 3 FOLLOWING A SITE... 3 NAVIGATION... 4 LISTS AND LIBRARIES...

More information

Version Installation Guide. 1 Bocada Installation Guide

Version Installation Guide. 1 Bocada Installation Guide Version 19.4 Installation Guide 1 Bocada Installation Guide Copyright 2019 Bocada LLC. All Rights Reserved. Bocada and BackupReport are registered trademarks of Bocada LLC. Vision, Prism, vpconnect, and

More information

Early Data Analyzer Web User Guide

Early Data Analyzer Web User Guide Early Data Analyzer Web User Guide Early Data Analyzer, Version 1.4 About Early Data Analyzer Web Getting Started Installing Early Data Analyzer Web Opening a Case About the Case Dashboard Filtering Tagging

More information

EMS DESKTOP CLIENT Installation Guide

EMS DESKTOP CLIENT Installation Guide EMS DESKTOP CLIENT Installation Guide Version 44.1 Last Updated: March 5, 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents CHAPTER 1: Introduction

More information

SQL Server. Management Studio. Chapter 3. In This Chapter. Management Studio. c Introduction to SQL Server

SQL Server. Management Studio. Chapter 3. In This Chapter. Management Studio. c Introduction to SQL Server Chapter 3 SQL Server Management Studio In This Chapter c Introduction to SQL Server Management Studio c Using SQL Server Management Studio with the Database Engine c Authoring Activities Using SQL Server

More information

Wisdom. Wisdom 2016 Server Setup 03/14/2018

Wisdom. Wisdom 2016 Server Setup 03/14/2018 Wisdom Wisdom 2016 Server Setup 03/14/2018 Wisdom Fiserv 2012-2018 Fiserv, Inc. or its affiliates. All rights reserved. This work is confidential and its use is strictly limited. Use is permitted only

More information

SQream Dashboard Version SQream Technologies

SQream Dashboard Version SQream Technologies SQream Dashboard Version 1.1.0 SQream Technologies 2018-11-06 Table of Contents Overview................................................................................... 1 1. The SQream Dashboard...................................................................

More information

URL for staff interface (bookmark this address on staff computers):

URL for staff interface (bookmark this address on staff computers): URL for public interface (link to this address): URL for staff interface (bookmark this address on staff computers): Application Name (for IIS): System Maintenance In the following Directory on your web

More information

Importing and exporting message scripts

Importing and exporting message scripts Importing and exporting message scripts All rights reserved January 2005 American Tel-A-Systems Inc. 4800 Curtin Drive, McFarland, Wisconsin USA 53558-9424 www.amtelco.com Infinity Intelligent Series message

More information

Attix5 Pro Storage Platform Console

Attix5 Pro Storage Platform Console Attix5 Pro Storage Platform Console V7.0.1 User Manual for Microsoft Windows Your guide to managing the Attix5 Pro backup environment using the Storage Platform Console. 0 Copyright notice and proprietary

More information

Quick Start Guide. Kaseya 2009

Quick Start Guide. Kaseya 2009 Agent Configuration and Deployment Quick Start Guide Kaseya 2009 February 13, 2010 About Kaseya Kaseya is a global provider of IT automation software for IT Solution Providers and Public and Private Sector

More information

Follow all of the steps indicated below for each process. Some steps may require IT assistance.

Follow all of the steps indicated below for each process. Some steps may require IT assistance. The instructions provided below are for upgrading EnergyCAP Enterprise from Release 6.0 to Release 6.1SP1. The version number of EnergyCAP 6.1 is 6.1.60.xx. (xx will correspond to the current build, and

More information

Server Edition USER MANUAL. For Microsoft Windows

Server Edition USER MANUAL. For Microsoft Windows Server Edition USER MANUAL For Microsoft Windows Copyright Notice & Proprietary Information Redstor Limited, 2016. All rights reserved. Trademarks - Microsoft, Windows, Microsoft Windows, Microsoft Windows

More information

Symantec Backup Exec Quick Installation Guide

Symantec Backup Exec Quick Installation Guide Symantec Backup Exec 2010 Quick Installation Guide 20047221 Installing Backup Exec This document includes the following topics: System requirements Before you install About the Backup Exec service account

More information

GreenFolders User Manual

GreenFolders User Manual GreenFolders User Manual Welcome! Welcome to GreenFolders the Electronic Records Management Solution. GreenFolders allows you to store and retrieve files with many easy-to-use features for working with

More information

INSTALL GUIDE BIOVIA INSIGHT 2016

INSTALL GUIDE BIOVIA INSIGHT 2016 INSTALL GUIDE BIOVIA INSIGHT 2016 Copyright Notice 2015 Dassault Systèmes. All rights reserved. 3DEXPERIENCE, the Compass icon and the 3DS logo, CATIA, SOLIDWORKS, ENOVIA, DELMIA, SIMULIA, GEOVIA, EXALEAD,

More information

Quick Start Guide 0514US

Quick Start Guide 0514US Quick Start Guide Copyright Wasp Barcode Technologies 2014 No part of this publication may be reproduced or transmitted in any form or by any means without the written permission of Wasp Barcode Technologies.

More information

Managing the CaseMap Admin Console User Guide

Managing the CaseMap Admin Console User Guide Managing the CaseMap Admin Console User Guide CaseMap Server, Version 2.3 Accessing the CaseMap Admin Console Registering CaseMap Servers Registering SQL Servers Setting Up Roles and Users Managing SQL

More information

Getting Started with BarTender

Getting Started with BarTender Getting Started with BarTender MANUAL Contents Getting Started with BarTender 3 Installation 4 Choosing What to Install 4 Automation Editions (Automation and Enterprise Automation) 4 Installing BarTender

More information

Working with Mailbox Manager

Working with Mailbox Manager Working with Mailbox Manager A user guide for Mailbox Manager supporting the Message Storage Server component of the Avaya S3400 Message Server Mailbox Manager Version 5.0 February 2003 Copyright 2003

More information

Print Audit 6. Print Audit 6 Documentation Apr :07. Version: Date:

Print Audit 6. Print Audit 6 Documentation Apr :07. Version: Date: Print Audit 6 Version: Date: 37 21-Apr-2015 23:07 Table of Contents Browse Documents:..................................................... 3 Database Documentation.................................................

More information

Server Edition. V8 Peregrine User Manual. for Microsoft Windows

Server Edition. V8 Peregrine User Manual. for Microsoft Windows Server Edition V8 Peregrine User Manual for Microsoft Windows Copyright Notice and Proprietary Information All rights reserved. Attix5, 2015 Trademarks - Microsoft, Windows, Microsoft Windows, Microsoft

More information

Nintex Reporting 2008 Help

Nintex Reporting 2008 Help Nintex Reporting 2008 Help Last updated: Thursday, 24 December 2009 1 Using Nintex Reporting 2008 1.1 Chart Viewer Web Part 1.2 Importing and Exporting Reports 1.3 Import Nintex report page 1.4 Item Level

More information

Installing the PC-Kits SQL Database

Installing the PC-Kits SQL Database 1 Installing the PC-Kits SQL Database The Network edition of VHI PC-Kits uses a SQL database. Microsoft SQL is a database engine that allows multiple users to connect to the same database. This document

More information

Data Protection Guide

Data Protection Guide SnapCenter Software 4.0 Data Protection Guide For Custom Plug-ins March 2018 215-12932_C0 doccomments@netapp.com Table of Contents 3 Contents Deciding on whether to read the SnapCenter Data Protection

More information

LiveNX Upgrade Guide from v5.2.0 to v5.2.1

LiveNX Upgrade Guide from v5.2.0 to v5.2.1 LIVEACTION, INC. LiveNX Upgrade Guide from v5.2.0 to v5.2.1 UPGRADE LiveAction, Inc. 3500 Copyright WEST BAYSHORE 2016 LiveAction, ROAD Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the LiveAction

More information

COGNOS (R) 8 COGNOS CONNECTION USER GUIDE USER GUIDE THE NEXT LEVEL OF PERFORMANCE TM. Cognos Connection User Guide

COGNOS (R) 8 COGNOS CONNECTION USER GUIDE USER GUIDE THE NEXT LEVEL OF PERFORMANCE TM. Cognos Connection User Guide COGNOS (R) 8 COGNOS CONNECTION USER GUIDE Cognos Connection User Guide USER GUIDE THE NEXT LEVEL OF PERFORMANCE TM Product Information This document applies to Cognos (R) 8 Version 8.1.2 MR2 and may also

More information

docalpha 5.0 Server Configuration Utility User Guide

docalpha 5.0 Server Configuration Utility User Guide docalpha 5.0 Server Configuration Utility User Guide Contents 1. docalpha Architecture Overview 3 1.1. docalpha Server Overview 3 2. Working with docalpha Server Configuration Utility 4 2.1. Starting docalpha

More information

BackupVault Desktop & Laptop Edition. USER MANUAL For Microsoft Windows

BackupVault Desktop & Laptop Edition. USER MANUAL For Microsoft Windows BackupVault Desktop & Laptop Edition USER MANUAL For Microsoft Windows Copyright Notice & Proprietary Information Blueraq Networks Ltd, 2017. All rights reserved. Trademarks - Microsoft, Windows, Microsoft

More information

CLIQ Web Manager. User Manual. The global leader in door opening solutions V 6.1

CLIQ Web Manager. User Manual. The global leader in door opening solutions V 6.1 CLIQ Web Manager User Manual V 6.1 The global leader in door opening solutions Program version: 6.1 Document number: ST-003478 Date published: 2016-03-31 Language: en-gb Table of contents 1 Overview...9

More information

9.4 Authentication Server

9.4 Authentication Server 9 Useful Utilities 9.4 Authentication Server The Authentication Server is a password and account management system for multiple GV-VMS. Through the Authentication Server, the administrator can create the

More information

Installation Guide Worksoft Analyze

Installation Guide Worksoft Analyze Installation Guide Worksoft Analyze Worksoft, Inc. 15851 Dallas Parkway, Suite 855 Addison, TX 75001 www.worksoft.com 866-836-1773 Worksoft Analyze Installation Guide Version 1.0.0 Copyright 2018 by Worksoft,

More information

Calendar & Buttons Dashboard Menu Features My Profile My Favorites Watch List Adding a New Request...

Calendar & Buttons Dashboard Menu Features My Profile My Favorites Watch List Adding a New Request... remitview User Guide 1 TABLE OF CONTENTS INTRODUCTION... 3 Calendar & Buttons... 3 GETTING STARTED.... 5 Dashboard.... 7 Menu Features... 8 PROFILE.... 10 My Profile... 10 My Favorites... 12 Watch List...

More information

29 March 2017 SECURITY SERVER INSTALLATION GUIDE

29 March 2017 SECURITY SERVER INSTALLATION GUIDE 29 March 2017 SECURITY SERVER INSTALLATION GUIDE Contents 1. Introduction... 2 1.1 Assumptions... 2 1.2 Prerequisites... 2 2. Required setups prior the Security Server Installation... 3 1.1 Create domain

More information

PrimoPDF User Guide, Version 5.0

PrimoPDF User Guide, Version 5.0 Table of Contents Getting Started... 3 Installing PrimoPDF... 3 Reference Links... 4 Uninstallation... 5 Creating PDF Documents... 5 PrimoPDF Document Settings... 6 PDF Creation Profiles... 6 Document

More information

Perceptive Data Transfer

Perceptive Data Transfer Perceptive Data Transfer User Guide Version: 6.5.x Written by: Product Knowledge, R&D Date: September 2016 2015 Lexmark International Technology, S.A. All rights reserved. Lexmark is a trademark of Lexmark

More information

Apptix Online Backup by Mozy User Guide

Apptix Online Backup by Mozy User Guide Apptix Online Backup by Mozy User Guide 1.10.1.2 Contents Chapter 1: Overview...5 Chapter 2: Installing Apptix Online Backup by Mozy...7 Downloading the Apptix Online Backup by Mozy Client...7 Installing

More information

End User Manual. December 2014 V1.0

End User Manual. December 2014 V1.0 End User Manual December 2014 V1.0 Contents Getting Started... 4 How to Log into the Web Portal... 5 How to Manage Account Settings... 6 The Web Portal... 8 How to Upload Files in the Web Portal... 9 How

More information

Nortel Quality Monitoring Search and Replay Guide

Nortel Quality Monitoring Search and Replay Guide Nortel Quality Monitoring Search and Replay Guide NN44480-106 Product release 7.0 Standard 02.02 November 2009 Nortel Quality Monitoring Search and Replay Guide Publication number: NN44480-106 Product

More information

DocAve 6 SQL Server Data Manager

DocAve 6 SQL Server Data Manager DocAve 6 SQL Server Data Manager User Guide Service Pack 4, Cumulative Update 2 Revision G Issued July 2014 Table of Contents About DocAve SQL Server Data Manager... 4 Complementary Products... 5 Submitting

More information

Getting Started Guide. Sage MAS Intelligence 500

Getting Started Guide. Sage MAS Intelligence 500 Getting Started Guide Sage MAS Intelligence 500 Table of Contents Getting Started Guide... 1 Login Properties... 1 Standard Reports Available... 2 Financial Report... 2 Financial Trend Analysis... 3 Dashboard

More information

MAS 90/200 Intelligence Tips and Tricks Booklet Vol. 1

MAS 90/200 Intelligence Tips and Tricks Booklet Vol. 1 MAS 90/200 Intelligence Tips and Tricks Booklet Vol. 1 1 Contents Accessing the Sage MAS Intelligence Reports... 3 Copying, Pasting and Renaming Reports... 4 To create a new report from an existing report...

More information

Windows user guide for version 3.3

Windows user guide for version 3.3 1 Windows user guide for version 3.3 2 Contents 1. Installation...4 1.1. How to install BABEL on your Windows desktop...4 2. Getting started...5 2.1. First run...5 2.2. Password setup...5 2.3. Key import...5

More information

SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2

SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part of this

More information

ILTA UNIVERSITY Looking Into the New and Improved Functionality of Microsoft SQL 2008

ILTA UNIVERSITY Looking Into the New and Improved Functionality of Microsoft SQL 2008 Looking Into the New and Improved Functionality of Microsoft SQL 2008 Table of Contents About this lab... 2 About the Laboratory Environment... 2 Lab 1: SQL Server Management Studio 2008... 3 Exercise

More information

Installation and Upgrade Guide. Front Office v9.0

Installation and Upgrade Guide. Front Office v9.0 c Installation and Upgrade Guide Front Office v9.0 Contents 1.0 Introduction... 4 2.0 Prerequisites... 5 2.1 Database... 5 2.2 Portal and Web Service... 5 2.3 Windows Service... 5 3.0 New Installation...

More information

Sql Server 2008 Query Table Schema Management Studio Create

Sql Server 2008 Query Table Schema Management Studio Create Sql Server 2008 Query Table Schema Management Studio Create using SQL Server Management Studio or Transact-SQL by creating a new table and in Microsoft SQL Server 2016 Community Technology Preview 2 (CTP2).

More information