SyncTool for InterSystems Caché and Ensemble.

Size: px
Start display at page:

Download "SyncTool for InterSystems Caché and Ensemble."

Transcription

1 SyncTool for InterSystems Caché and Ensemble.

2 Table of contents Introduction...4 Definitions...4 System requirements...4 Installation...5 How to use SyncTool...5 Configuration...5 Example for Group objects by...9 Studio integration...10 The daily work...11 Synchronization history...12 How does it work in detail...14 The SyncTool API...15 How to extend SyncTool...17 Define format...17 Select source objects...18 Settings of File type manager...19 Further information...19 Known Bugs...19 FAQ...20 Contributors...20 Developers...20 Testers...20

3 Introduction This document and the software described here is for software developers who realize their projects with InterSystems Caché and products built hereon (Ensemble, etc...). Basic knowledge of a source control software is needed for a better understanding of this document. If in the following just the word Caché is alluded of course all products built on it are meant by it. Caché saves it's sources of routines and classes in it's database. That makes it difficult to use a mainstream source control software that works on a file basis. If one wants to use a source control software with Caché there are two possibilities: You buy a source control software that runs natively on Caché. The range and functionality is small here and you have to pay high license fees. One uses a mainstream product. These products have nothing to do with Caché and that leads to exporting the sources out of the Caché database. SyncTool supports software developers in using an external source control software. In most cases it does export and import sources out of and in to a Caché database automatically. This feature makes it possible to use an external source control software of all kind. You can use a commercial or an open source product. Each Caché developer or a development team can use a source control software of their choice regardless of fore-mentioned problems. I do have many years of experience in using CVS with Caché. Based on this experience I designed SyncTool to be extendable. Users can create extensions to implement own file formats (File Type Managers) and use SyncTool for other synchronization tasks. Read on to find out more. SyncTool is OpenSource software and is published under the Apache License. Further details in: If you extend SyncTool or correct errors I'd be pleased to get your changes so I can put them into main SyncTool development. This procedure ensures that you profit on your own and my developments and on the developments of other contributors. Read on to see how to install and use SyncTool and to understand how it works. Definitions Caché Object database from InterSystems Source object Abstract term for something that is saved in the Caché database. Primarily this term means Classes, Routines and persistent Objects. System requirements SyncTool runs on Caché or higher and it was successfully tested on the Windows and Linux operating system. It should run on other Unixes also (like MacOS X). OpenVMS was not tested so far because of the lack of a test system.

4 Installation If you used an older version of SyncTool it is recommended to remove it prior to an upgrade. Please run the following in the Caché Console: Do $system.obj.uncompile("synctool.*") Do $system.obj.delete("synctool.*") The SyncTool sources are deployed in a XML file. Please import this file via Studio and compile the imported classes or use the following to import and compile from the command line: Do $system.obj.load("path_to_xml_file/synctool-x.y.xml","ck") How to use SyncTool Configuration Please create a new empty directory somewhere. This will be the working directory. Make sure that Caché has write permissions on this directory. Export files from the source control software to this directory if needed. Point your browser to this URL: You will get the following dialog:

5 Click on the Search button and choose the working directory from above. If you want to compile the source objects on an import please choose Default in the Compile manager field. The setting Keep backups for... manages if the source objects will be exported to a backup area before the appropriate files are imported. Please enter a number of days for which the backups will be kept. That means SyncTool will delete the backup data automatically after the entered number of days. Please leave the field blank if SyncTool should never delete the backup files. If you enter 0 no backups will be made. You can overwrite this setting in each module. It is highly recommend to activate this setting. With the parameter Keep history for... you can setup how long SyncTool should keep the synchronization event history. The parameters works the same as Keep backups for.... The event history can be called via the Working directory/history... menu. Activate Synchronize meta data to export Source Selections of each module into a XML file of a separate (hidden) module. You can manage those files with your source control software so all colleagues work with the same Source Selection and File Type Manager settings. Please click Working directory/save in the menu to save the working directory settings. You will see a new module entry called SyncTool. This is a module to manage the SyncTool's sources itself. If you wish you can check in the files of this module into your source control software and ensure the correct deployment of SyncTool to all your colleagues. SyncTool automatically imports the files in this module (if they are changed) before any operation, to make sure to work with the best and newest SyncTool version. If you don't like that just delete this module. Now you are ready to create subdirectories and the files contained there. The so called modules. Please click the New module button. Type the name of the subdirectory in the appropriate field. You could use foo or foo/bar. If you leave this field blank the files will be exported directly into the working directory. Please choose the File type manager. The File type manager manages which file formats to use for which source objects. Please see the following table for details: Type Source objects File extension Description XML files for classes, routines and globals (Default) Flat files for routines XML files for persistent objects Classes, all routines, globals All routines except OBJ Objects of XML enabled persistent.xml Depending on routine type:.int,.mac,.inc,.bas,.mvb,.mvi.xml The well known XML format of Caché. You should use this Type by default. Routines are exported to flat files. The file name is the routine name. Good choice for exporting

6 For SyncTool source only SyncTool meta data classes. settings/parameters to XML files. The SyncTool itself.xml Synchronization of SyncTool sources. Selections of source objects.xml SyncTool uses this File Type Manager to deploy the source selections to your colleagues via the source control software. Use Backup source objects to define per module if source objects should be backuped before a file import. The Backup subdirectory is the subdirectory for backups activated with the setting Backup source objects. The default subdirectory is.backup.this is a hidden directory on Windows OS. A leading dot in the directory name hides the directory on a UNIX OS. The file names in that directory have following definition:.#prefixoforiginalfilename.date_time.suffixoforiginalfilename The date is in the format YYYYMMDD and time in hhmmss. Here is an example: Original filename: Backup filename: My.Class.xml.#My.Class _ xml Use the Namespace field to synchronize source objects of a foreign namespace with the current working directory. You will need this feature if you can't install SyncTool in a specific namespace (Ex: %SYS). Click Save module to save the module settings. You select source objects in the Source selection field. Dependent on the source objects type you selected by the File Type Manager you will get different dialogs. Click the Edit button to call this dialog. Here is what such a dialog looks like for the File Type Manager XML files for classes, routines and globals (Default) :

7 Please type in the column Selection one or more source selections. You can use an asterisk (*) as a joker character. Type the correct suffix for the source objects to define their type. Select add or remove in the Selection type column to do the same. Check Preview enabled to see a preview of the selected source objects. You can easily see if you got the right sources. As a default setting package names are contained in the filename on export. Sample: The class User.MyClass will be exported to the file User.MyClass.xml. Activate the checkbox Map packages to subdirectories to make subdirectories out of packages. Sample: The class User.MyClass will be exported to User/MyClass.xml. Please choose the setting as you wish. Click OK to save the settings. The File Type Manager Flat files for routines uses the same source selection dialog as above. That's why I won't describe it here. File Type manager XML files for persistent objects has the following source selection dialog:

8 Please type a SQL statement in the SQL column and only select the ID (%ID) of the object(s) to export. The column Type shows the class type of the persistent objects you selected with the SQL statement. You can change the type if you like. The Group objects by column specifies which objects belong to which file. Please read the following section for details. Click OK to save the settings. Example for Group objects by Assume the following persistent and XML enabled class: Class User.Colors Extends (%Persistent, %XML.Adaptor) { Property ID As %Integer; Property Color As %String; Property Object As %String; Index IdKey On ID [ IdKey, Unique ]; } There are following objects of this class: ID Color Object 1 Green Grinch 2 Green Joker 3 Blue Ocean 4 Blue Sky Assume further you typed the following source selection for the above class: SQL: Type: Group objects by: select %ID from SQLUser.Colors User.Colors (empty)

9 The objects are automatically grouped by the %ID property if nothing is explicitly given. This has an effect on the file names and the objects contained within the files. In that case you will get these four files: User.Colors.1.xml User.Colors.2.xml User.Colors.3.xml User.Colors.4.xml You can consider the naming convention of the files here. The file name always contains the class name concatenated with a dot and the value of the Group objects by property. It's the ID in that case. This is the content of such a file (User.Colors.1.xml): <?xml version="1.0" encoding="utf-8"?> <Objects> <User.Colors ID="1"> <Color>Green</Color> <Object>Grinch</Object> </User.Colors> </Objects> Assume you used the Color property in Group objects by. Then you will get these two files: User.Colors.Blue.xml User.Colors.Green.xml The content of User.Colors.Blue.xml is like this: <?xml version="1.0" encoding="utf-8"?> <Objects> <User.Colors ID="3"> <Color>Blue</Color> <Object>Ocean</Object> </User.Colors > <User.Colors ID="4"> <Color>Blue</Color> <Object>Sky</Object> </User.Colors > </Objects> Studio integration SyncTool comes with a Studio integration. You can activate it in the System Management Portal (SMP). In Caché x start the SMP and go to Configuration/Studio Source Control Settings. Select the correct namespace and check SyncTool.Studio. Click OK. This dialog may be found at another location on higher Caché versions. It could look like this:

10 Restart Studio to force reread this setting. Now each time you create, save, delete or compile a source object within Studio it will be exported to the file system as long it is managed by SyncTool. If external files are edited (ex. manually or by an external Source Control Software) they are automatically imported into the Caché database if you open the appropriate source object in Studio. Another useful feature is a new menu within Studio. You can easily open the SyncTool GUI from Studio. Please notice: The Studio integration does not work for source objects resided in an other namespace. The daily work If you like to use a source control software or use SyncTool for other synchronization tasks the daily work is easily described like this: Open the SyncTool GUI (directly via the browser or from the Studio menu), open the working directory and click the Synchronize menu entry. When SyncTool is finished make your work in the source control software (commit, update, etc...). Go back to SyncTool and click Synchronize again. Finished! It is highly recommended to use the Studio integration. If you only synchronize source objects edited in Studio, the Studio integration ensures the export synchronization and the above first Synchronize task can be omitted. That means after editing classes and routines in Studio you can directly start with the source control tasks. But please run the Synchronize task afterwards to import the files changed by the source control software and bring the Caché database into a consistent state. The imported source objects are compiled automatically if you chose to use a Compile Manager. There can be collisions in some cases. A collision in the sense of SyncTool is a file that needs to be imported but one of the corresponded source objects needs an export. In that case SyncTool does nothing but needs a decision by the user. If such a case occurs you will be prompted the following dialog at the end of the synchronization:

11 Make your decision in the Keep column. Click the left radio button to keep (import) the file or click the right radio button to keep the source objects in the database (export them). Highlight the middle radio button to do nothing with the file. The file will appear on the collision list at the next synchronization. The decision what file to export or import can be eased by displaying differences between the external file and the internal source objects visually. Just click on the diff button in the last column. The visuall diff requires GNU diffutils to be installed. Diff has be known by the system by the PATH environment variable. Synchronization history Each event on a file is logged. The log it is called history here can be opened by the Working directory/history... menu. You will get the following dialog:

12 The column Task started displays the start time stamp of each synchronization task. That means, if there were 30 files involved in one synchronization task they will all get the same Task started time stamp. The column Action date/time shows the time stamp of the export or import of each file. In the column Action you see what happened to the file and the column Known displays if the file is known by SyncTool. Unknown files are just imported and can be manually exported. You see some controls above the columns. These are filters. With that filters you can for example examine a specific synchronization task or a specific file. How does it work in detail This section describes in detail how SyncTool works. On each synchronization task SyncTool tries to determine for each managed file what to do. There are only two possibilities: To import the file or to export the appropriate source objects to that file. SyncTool implements that behavior by creating managing data for each file and source object. (These are objects of type SyncTool.File and SyncTool.SrcObject.) To determine if a file changed, SyncTool saves the update time stamp of the file and compares it with the update time stamp of the file in the next synchronization. If they are different, the file was changed and has to be imported. Each file has at least one source object (in the case of classes and routines each file has exactly one class or one routine). Some File Type Managers (ex: for persistent classes) allow to save more than one source object within a file. An export is done if at least one source object of the file was changed. SyncTool determines the change of a source object in multiple stages. In the first stage it tries to get the update time stamp of each source object. If this information is not available it tries to get a version number of the object. If one of this information exists and they differ from the last

13 synchronization all source objects belonging to this file need an export. If none of this information exists SyncTool works with hashes. The hash will be created on the last export of a file. On the next synchronization the source objects are exported to a temporary file. A hash of this file is calculated and compared with the saved hash. If the hashes differ then obviously one of the belonging source objects has been changed and they will be exported. If such a file is imported, then the source objects are exported to a temporary file again and this file is hashed and will be saved for the next synchronization. If SyncTool determines that a file needs an export as well as an import then this is a collision as described above. The SyncTool API There are often situations where the synchronization as described above needs to be called programatically. This could be the integration with a build system or the implementation of an automatic commit of files in a source control system or other scenarios. How ever. SyncTool can achieve that. The following statements always reference an instance of a working directory. To open an instance you will need its ID. If you want to find out the id you can run this SQL query: select %ID, WorkingDirectory from SyncTool.WorkingDirectory Use the determined ID to open an instance of the working directory: Set WD=##class(SyncTool.WorkingDirectory).%OpenId(1) To synchronize the sources within the defined working directory with the file system run: Set Status=WD.SyncParallelized() You're highly advised to check the returned status of each called method. If an error is found you could display the error message or do something else. But do something! If 'Status Do $system.status.displayerror(status) Let's assume you want to synchronize the working directory with the ID 1. The complete sample would look like this: Set WD=##class(SyncTool.WorkingDirectory).%OpenId(1) Set Status=WD.SyncParallelized() If 'Status Do $system.status.displayerror(status) The sample above in that or similar form is adequate for most tasks. However there could be some special tasks. They are implemented like this: If you'd just like to import changed files, run: Set Status=WD.RefreshSelectedObjects() If Status Set Status=WD.ImportDir(,.ImportedObjects) If 'Status Do $system.status.displayerror(status) In the parameter ImportedObjects you will get an one dimensional array with the names of the imported source objects. If you'd like to import all files regardless if they are changed or not just call: Set Status=WD.RefreshSelectedObjects()

14 If Status Set Status=WD.ImportDir(0,.ImportedObjects) If 'Status Do $system.status.displayerror(status) To export changed source objects call: Set Status=WD.RefreshSelectedObjects() If Status Set Status=WD.Export() If 'Status Do $system.status.displayerror(status) There are similar API calls for modules. That means you can synchronize, export or import individual modules via API calls. Please look at the class documentation of SyncTool.Module for further details.

15 How to extend SyncTool One important goal in the development of SyncTool was the ability to extend it. SyncTool can synchronize any source object with the file system. This is realized by File type managers. One can define and implement own File type managers. SyncTool comes already with important file type managers. Define format If there are source objects that are not managed by SyncTool itself you can extend the class SyncTool.ExportImportAbstract (or one of the subclasses) and implement a new File type manager. There are some methods that have to be implemented. Here they are: Method Export Import ObjectExists Filename2Objectname ImportDeleted or DeleteSources Description Exports given source objects to a file. Imports given file and returns the names of imported source objects. Returns whether a given source object exists in the database. Converts a filename to an array of source object names. If your File type manager manages exactly one source object per file and this source object is deleted on import then please implement the ImportDeleted method. Otherwise implement DeleteSources. The most important methods are Export() and Import(). You define the file format with these two methods. Please overwrite the parameter DISPLAYNAME. Give your File type manager a human readable name here. It will be used in the GUI. There are some other methods you can implement, depending on what you want to achieve: Overwrite GetObjectDateModified(), if your source objects contain the date modified information. It's the same for GetObjectVersion(). If your objects contain a version number please overwrite this method. It's sufficient to implement one of these methods. If your File type manager manages many source objects in a single file, please implement the method Objectname2Filename(). Source objects that belong to one file must return the same file name. If your File type manager manages exactly one source object per file please overwrite this method if you have a special naming convention for your files. It's recommended to have a naming convention for the files so that one could suggest the name(s) of the source object(s) on the file name. Please implement ExportNeeded() if your algorithm should be different from the described above. GetImportableFileMask() should be overwritten, if you would like to import a subset of files in a direcotry. It is recommended to give each File type manager a unique file extension.

16 Other files than the managed one could stay in the module directory and would not bother the File type manager on importing files. If GetImportableFileMask() is not specific enough to select importable files you can implement GetFilesResultSet(). In this method you can prepare an adequate Caché class query and return the resultset. This query can follow complex logic to select files to import by your File type manager. The returned Query must contain the same fields as the query FileSet of class File. Overwrite ImportNeeded() if you wish an other recognition algorithm for importing file as described above. In the method GetFileExtension() one can implement a differing behaviour for determining the file extension of a given filename. If your File type manager recognizes the necessity to export a file by hashes (like described above). Then you can overwrite the Hash() method and implement a different hash algorithm as used by SyncTool. Select source objects All methods are described now that are needed to implement the file format and ensures proper export and import of data. But, how does SyncTool know which source objects to manage? The simplest is just to implement the method GetManageableSources() in your File type manager. This method simply returns an one dimensional array with the names of source objects in the first dimension. The better possibility is more complex but allows to select source objects via a GUI. Several steps need to be taken: 1. Subclass SyncTool.SourceSelection (or one of the subclasses) Define in this new class some properties you need to save the selection of the source objects Overwrite ExpandSelection(). This Method must expand the actual source selection to an one dimensional array of source object names. That means this method primarily interprets some joker characters. 2. Create a new ZEN page subclassed from SyncTool.GUI.SourceSelection() (or one of the subclasses) Implement in this class the GUI (Contents block) as you like and create methods to save, read and delete source selections. Save the source selections in the class you created in step Overwrite the method Summary(). This method should return a short summary of the source selection in HTML format Overwrite in the class created in step 1 the parameter EDITCLASS and set it to

17 the name of this class (from step 2). 3. Overwrite in the File type manager class the parameter SOURCESELECTIONCLASS and set it to the class from step 1. Now you are able to easily make the source selections of your special source objects. Settings of File type manager If you need to save some settings belonging to your fresh File type manager, please use a special possibility for that. Subclass FileTypeManagerSettings in a new class. Define some properties in this new class. The class FileTypeManagerSettings connects your settings to the module and the File type manager and makes the settings synchronizable as meta data of SyncTool. In your code please open a new or an existing instance of the settings class with the method GetFileTypeManagerSettings() of the class SyncTool.Module. There are samples of how to do this in the class SyncTool.GUI.StudioObjectExportImport, method SaveSelection(). A sample of subclassing FileTypeManagerSettings is the class SyncTool.ExportImportSettings. Further information A documentation like this is in many cases not enough to write extensions for a software. Most developers wish to have sample code. Luckily SyncTool is OpenSource software what means you have the source code. If you write your own File type manager please have a look at the class documentation of SyncTool.ExportImportAbstract for further information and the description of methods and parameters. As samples for File type managers you can look at the contained classes SyncTool.ExportImport, SyncTool.RoutineExportImport and SyncTool.ObjectExportImport. You can see some techniques in these classes you could use for your own implementations. As samples for source selections are used the classes SyncTool.StudioObjectSelection and the corresponding GUI class SyncTool.GUI.StudioObjectSelection. Other sample classes are SyncTool.ObjectSelection and SyncTool.GUI.ObjectSelection. Known Bugs 1. If you use the Studio integration of SyncTool, you will encounter error messages on using the importing functionality of Studio. I've checked this problem intensively and came to the conclusion, it is a bug in Caché. I've reported that to InterSystems under WRC # If you work with Caché or higher within SyncTool won't work. Several error messages are thrown by SyncTool. The reason is a bug in those Caché versions. InterSystems has fixed this bug under the AdHoc #8886. Recompile SyncTool classes after applying this adhoc.

18 FAQ 1. Is SyncTool able to export classes in a format as seen in Studio? No. Caché does not natively support the export in this format. A new File type manager has to be written to achieve that. Contributors Special thanks for contributing visible improvements on SyncTool go to these people: Developers Alexander Riemer Testers Albert Ojrich Henning Jahn Mark Molloy

Dream Report Version 4.5

Dream Report Version 4.5 Dream Report Version 4.5 Project Upgrade Procedure 1 P a g e Contents Introduction... 3 Upgrade Steps... 3 1. Backup of the Existing Project... 3 2. Installation of Dream Report Version 4.5... 3 3. Loading

More information

ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE 3.6 PART NO. E17087-01

ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE 3.6 PART NO. E17087-01 ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE 3.6 PART NO. E17087-01 FEBRUARY 2010 COPYRIGHT Copyright 1998, 2009, Oracle and/or its affiliates. All rights reserved. Part

More information

Using the Studio Source Control Hooks

Using the Studio Source Control Hooks Using the Studio Source Control Hooks Version 2008.1 29 January 2008 InterSystems Corporation 1 Memorial Drive Cambridge MA 02142 www.intersystems.com Using the Studio Source Control Hooks Caché Version

More information

GP REPORTS VIEWER USER GUIDE

GP REPORTS VIEWER USER GUIDE GP Reports Viewer Dynamics GP Reporting Made Easy GP REPORTS VIEWER USER GUIDE For Dynamics GP Version 2015 (Build 5) Dynamics GP Version 2013 (Build 14) Dynamics GP Version 2010 (Build 65) Last updated

More information

Moving the TRITON Reporting Databases

Moving the TRITON Reporting Databases Moving the TRITON Reporting Databases Topic 50530 Web, Data, and Email Security Versions 7.7.x, 7.8.x Updated 06-Nov-2013 If you need to move your Microsoft SQL Server database to a new location (directory,

More information

Distributing forms and compiling forms data

Distributing forms and compiling forms data Distributing forms and compiling forms data Recent versions of Acrobat have allowed forms to be created which the end user can fill in with the free Adobe Reader and save what has been entered. The form

More information

1. To start Installation: To install the reporting tool, copy the entire contents of the zip file to a directory of your choice. Run the exe.

1. To start Installation: To install the reporting tool, copy the entire contents of the zip file to a directory of your choice. Run the exe. CourseWebs Reporting Tool Desktop Application Instructions The CourseWebs Reporting tool is a desktop application that lets a system administrator modify existing reports and create new ones. Changes to

More information

File Management Utility User Guide

File Management Utility User Guide File Management Utility 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

More information

Moving the Web Security Log Database

Moving the Web Security Log Database Moving the Web Security Log Database Topic 50530 Web Security Solutions Version 7.7.x, 7.8.x Updated 22-Oct-2013 Version 7.8 introduces support for the Web Security Log Database on Microsoft SQL Server

More information

Backing Up TestTrack Native Project Databases

Backing Up TestTrack Native Project Databases Backing Up TestTrack Native Project Databases TestTrack projects should be backed up regularly. You can use the TestTrack Native Database Backup Command Line Utility to back up TestTrack 2012 and later

More information

Jet Data Manager 2012 User Guide

Jet Data Manager 2012 User Guide Jet Data Manager 2012 User Guide Welcome This documentation provides descriptions of the concepts and features of the Jet Data Manager and how to use with them. With the Jet Data Manager you can transform

More information

Tracking Network Changes Using Change Audit

Tracking Network Changes Using Change Audit CHAPTER 14 Change Audit tracks and reports changes made in the network. Change Audit allows other RME applications to log change information to a central repository. Device Configuration, Inventory, and

More information

How to Copy A SQL Database SQL Server Express (Making a History Company)

How to Copy A SQL Database SQL Server Express (Making a History Company) How to Copy A SQL Database SQL Server Express (Making a History Company) These instructions are written for use with SQL Server Express. Check with your Network Administrator if you are not sure if you

More information

List of some usual things to test in an application

List of some usual things to test in an application Matti Vuori List of some usual things to test in an application Contents 1. Background... 2 2. Purpose of the list... 2 3. Taking it into use... 4 3.1 Check the delivered package... 4 3.2 Installing the

More information

2/24/2010 ClassApps.com

2/24/2010 ClassApps.com SelectSurvey.NET Training Manual This document is intended to be a simple visual guide for non technical users to help with basic survey creation, management and deployment. 2/24/2010 ClassApps.com Getting

More information

Business Insight Report Authoring Getting Started Guide

Business Insight Report Authoring Getting Started Guide Business Insight Report Authoring Getting Started Guide Version: 6.6 Written by: Product Documentation, R&D Date: February 2011 ImageNow and CaptureNow are registered trademarks of Perceptive Software,

More information

Microsoft SQL Server Guide. Best Practices and Backup Procedures

Microsoft SQL Server Guide. Best Practices and Backup Procedures Microsoft SQL Server Guide Best Practices and Backup Procedures Constellation HomeBuilder Systems Inc. This document is copyrighted and all rights are reserved. This document may not, in whole or in part,

More information

How to build Dashboard - Step by Step tutorial/recipe

How to build Dashboard - Step by Step tutorial/recipe How to build Dashboard - Step by Step tutorial/recipe Contents How to build Dashboard - Step by Step tutorial/recipe...1 How to create Excel Dashboard [ as direct connection ]...2 Purpose of this Dashboard

More information

WhatsUp Log Management Installation and Migration Guide, including Getting Started Information. (Applies to v10.1.5 and later)

WhatsUp Log Management Installation and Migration Guide, including Getting Started Information. (Applies to v10.1.5 and later) WhatsUp Log Management Installation and Migration Guide, including Getting Started Information (Applies to v10.1.5 and later) C o n t e n t s Getting Started with WhatsUp Log Management Before You Begin...

More information

Attix5 Pro Server Edition

Attix5 Pro Server Edition Attix5 Pro Server Edition V7.0.3 User Manual for Linux and Unix operating systems Your guide to protecting data with Attix5 Pro Server Edition. Copyright notice and proprietary information All rights reserved.

More information

Using SQL Reporting Services with Amicus

Using SQL Reporting Services with Amicus Using SQL Reporting Services with Amicus Applies to: Amicus Attorney Premium Edition 2011 SP1 Amicus Premium Billing 2011 Contents About SQL Server Reporting Services...2 What you need 2 Setting up SQL

More information

Contents Overview... 5 Configuring Project Management Bridge after Installation... 9 The Project Management Bridge Menu... 14

Contents Overview... 5 Configuring Project Management Bridge after Installation... 9 The Project Management Bridge Menu... 14 Portfolio Management Bridge for Microsoft Office Project Server User's Guide June 2015 Contents Overview... 5 Basic Principles and Concepts... 5 Managing Workflow... 7 Top-Down Management... 7 Project-Based

More information

E-Notebook SQL 12.0 Desktop Database Migration and Upgrade Guide. E-Notebook SQL 12.0 Desktop Database Migration and Upgrade Guide

E-Notebook SQL 12.0 Desktop Database Migration and Upgrade Guide. E-Notebook SQL 12.0 Desktop Database Migration and Upgrade Guide E-Notebook SQL 12.0 Desktop Database Migration and Upgrade Guide 1. Introduction... 3 2. Database System... 3 2.1. Software requirements... 3 2.2. Analysis of E-Notebook 10.0 and 11.0 database... 4 2.3.

More information

CEFNS Web Hosting a Guide for CS212

CEFNS Web Hosting a Guide for CS212 CEFNS Web Hosting a Guide for CS212 INTRODUCTION: TOOLS: In CS212, you will be learning the basics of web development. Therefore, you want to keep your tools to a minimum so that you understand how things

More information

1 First Steps. 1.1 Introduction

1 First Steps. 1.1 Introduction 1.1 Introduction Because you are reading this book, we assume you are interested in object-oriented application development in general and the Caché postrelational database from InterSystems in particular.

More information

Vtiger CRM Outlook Plugin Documentation

Vtiger CRM Outlook Plugin Documentation Vtiger CRM Outlook Plugin Documentation Outlook Plugin Version 1.0.04 Different Solutions GmbH support@different-solutions.com http://www.different-solutions.com Support Forum: http://forum.vtiger.de Date:

More information

HP Enterprise Integration module for SAP applications

HP Enterprise Integration module for SAP applications HP Enterprise Integration module for SAP applications Software Version: 2.50 User Guide Document Release Date: May 2009 Software Release Date: May 2009 Legal Notices Warranty The only warranties for HP

More information

DbSchema Tutorial with Introduction in SQL Databases

DbSchema Tutorial with Introduction in SQL Databases DbSchema Tutorial with Introduction in SQL Databases Contents Connect to the Database and Create First Tables... 2 Create Foreign Keys... 7 Create Indexes... 9 Generate Random Data... 11 Relational Data

More information

Creating Database Tables in Microsoft SQL Server

Creating Database Tables in Microsoft SQL Server Creating Database Tables in Microsoft SQL Server Microsoft SQL Server is a relational database server that stores and retrieves data for multi-user network-based applications. SQL Server databases are

More information

Log Analyzer Reference

Log Analyzer Reference IceWarp Unified Communications Log Analyzer Reference Version 10.4 Printed on 27 February, 2012 Contents Log Analyzer 1 Quick Start... 2 Required Steps... 2 Optional Steps... 3 Advanced Configuration...

More information

Hyperoo 2.0 A (Very) Quick Start

Hyperoo 2.0 A (Very) Quick Start Hyperoo 2.0 A (Very) Quick Start Download and install the Hyperoo 2.0 beta Hyperoo 2.0 is a client/server based application and as such requires that you install both the Hyperoo Client and Hyperoo Server

More information

MODULE 7: TECHNOLOGY OVERVIEW. Module Overview. Objectives

MODULE 7: TECHNOLOGY OVERVIEW. Module Overview. Objectives MODULE 7: TECHNOLOGY OVERVIEW Module Overview The Microsoft Dynamics NAV 2013 architecture is made up of three core components also known as a three-tier architecture - and offers many programming features

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

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

Database Administration

Database Administration Unified CCE, page 1 Historical Data, page 2 Tool, page 3 Database Sizing Estimator Tool, page 11 Administration & Data Server with Historical Data Server Setup, page 14 Database Size Monitoring, page 15

More information

Wakanda Studio Features

Wakanda Studio Features Wakanda Studio Features Discover the many features in Wakanda Studio. The main features each have their own chapters and other features are documented elsewhere: Wakanda Server Administration Data Browser

More information

Backup and Restore MySQL Databases

Backup and Restore MySQL Databases Backup and Restore MySQL Databases As you use XAMPP, you might find that you need to backup or restore a MySQL database. There are two easy ways to do this with XAMPP: using the browser-based phpmyadmin

More information

Editor Manual for SharePoint Version 1. 21 December 2005

Editor Manual for SharePoint Version 1. 21 December 2005 Editor Manual for SharePoint Version 1 21 December 2005 ii Table of Contents PREFACE... 1 WORKFLOW... 2 USER ROLES... 3 MANAGING DOCUMENT... 4 UPLOADING DOCUMENTS... 4 NEW DOCUMENT... 6 EDIT IN DATASHEET...

More information

Novell ZENworks 10 Configuration Management SP3

Novell ZENworks 10 Configuration Management SP3 AUTHORIZED DOCUMENTATION Software Distribution Reference Novell ZENworks 10 Configuration Management SP3 10.3 November 17, 2011 www.novell.com Legal Notices Novell, Inc., makes no representations or warranties

More information

A-AUTO 50 for Windows Setup Guide

A-AUTO 50 for Windows Setup Guide A-AUTO 50 for Windows Setup Guide 1st Edition 1 A-AUTO is a registered trade mark of UNIRITA Inc. "This product includes software developed by the Apache Software Foundation (http://www.apache.org/)."

More information

QaTraq Pro Scripts Manual - Professional Test Scripts Module for QaTraq. QaTraq Pro Scripts. Professional Test Scripts Module for QaTraq

QaTraq Pro Scripts Manual - Professional Test Scripts Module for QaTraq. QaTraq Pro Scripts. Professional Test Scripts Module for QaTraq QaTraq Pro Scripts Professional Test Scripts Module for QaTraq QaTraq Professional Modules QaTraq Professional Modules are a range of plug in modules designed to give you even more visibility and control

More information

Quicken for Windows Conversion Instructions [Quicken for Windows 2010-2012 WC to WC]

Quicken for Windows Conversion Instructions [Quicken for Windows 2010-2012 WC to WC] Quicken for Windows Conversion Instructions [Quicken for Windows 2010-2012 WC to WC] As Milford Federal Savings & Loan Association completes its system conversion, you will need to modify your Quicken

More information

FOR PARALLELS / PLESK PANEL

FOR PARALLELS / PLESK PANEL WEB2CS INSTALLATION GUIDE FOR PARALLELS / PLESK PANEL HTTP://WWW.XANDMAIL.COM XandMail 32, rue de Cambrai 75019 PARIS - FRANCE Tel : +33 (0)1 40 388 700 - http://www.xandmail.com TABLE OF CONTENTS 1. INSTALLING

More information

Synchronizer Installation

Synchronizer Installation Synchronizer Installation Synchronizer Installation Synchronizer Installation This document provides instructions for installing Synchronizer. Synchronizer performs all the administrative tasks for XenClient

More information

Sugar Open Source Installation Guide. Version 4.5.1

Sugar Open Source Installation Guide. Version 4.5.1 Sugar Open Source Installation Guide Version 4.5.1 Sugar Open Source Installation Guide Version 4.5.1, 2007 Copyright 2004-2007 SugarCRM Inc. www.sugarcrm.com This document is subject to change without

More information

Outlook Express and Express Archiver to Backup and Retrieve E-Mail at UW 1

Outlook Express and Express Archiver to Backup and Retrieve E-Mail at UW 1 Outlook Express and Express Archiver to Backup and Retrieve E-Mail at UW 1 Express Archiver can be used to read archived e-mail that has been organized by Outlook Express (OE). If properly set in Outlook

More information

Welcome to the QuickStart Guide

Welcome to the QuickStart Guide QuickStart Guide Welcome to the QuickStart Guide This QuickStart Guide provides the information you need to install and start using Express Software Manager. For more comprehensive help on using Express

More information

14 Configuring and Setting Up Document Management

14 Configuring and Setting Up Document Management 14 Configuring and Setting Up Document Management In this chapter, we will cover the following topics: Creating a document type Allowing document types on locked records Creating a document data source

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

Getting Started with the Ed-Fi ODS and Ed-Fi ODS API

Getting Started with the Ed-Fi ODS and Ed-Fi ODS API Getting Started with the Ed-Fi ODS and Ed-Fi ODS API Ed-Fi ODS and Ed-Fi ODS API Version 2.0 - Technical Preview October 2014 2014 Ed-Fi Alliance, LLC. All rights reserved. Ed-Fi is a registered trademark

More information

FmPro Migrator - FileMaker to SQL Server

FmPro Migrator - FileMaker to SQL Server FmPro Migrator - FileMaker to SQL Server FmPro Migrator - FileMaker to SQL Server 1 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 1.10 1.11 1.12 1.13 1.14 1.15 FmPro Migrator - FileMaker to SQL Server Migration

More information

INTEGRATING MICROSOFT DYNAMICS CRM WITH SIMEGO DS3

INTEGRATING MICROSOFT DYNAMICS CRM WITH SIMEGO DS3 INTEGRATING MICROSOFT DYNAMICS CRM WITH SIMEGO DS3 Often the most compelling way to introduce yourself to a software product is to try deliver value as soon as possible. Simego DS3 is designed to get you

More information

Liferay Portal 4.0 - User Guide. Joseph Shum Alexander Chow

Liferay Portal 4.0 - User Guide. Joseph Shum Alexander Chow Liferay Portal 4.0 - User Guide Joseph Shum Alexander Chow Liferay Portal 4.0 - User Guide Joseph Shum Alexander Chow Table of Contents Preface... viii User Administration... 1 Overview... 1 Administration

More information

PORTAL ADMINISTRATION

PORTAL ADMINISTRATION 1 Portal Administration User s Guide PORTAL ADMINISTRATION GUIDE Page 1 2 Portal Administration User s Guide Table of Contents Introduction...5 Core Portal Framework Concepts...5 Key Items...5 Layouts...5

More information

User Guide for TASKE Desktop

User Guide for TASKE Desktop User Guide for TASKE Desktop For Avaya Aura Communication Manager with Aura Application Enablement Services Version: 8.9 Date: 2013-03 This document is provided to you for informational purposes only.

More information

IceWarp Unified Communications. Installation Guide. Version 10.4

IceWarp Unified Communications. Installation Guide. Version 10.4 IceWarp Unified Communications Installation Guide Version 10.4 Printed on 16 April, 2012 Contents Installation Guide 1 Pre-requisites... 1 Launch Installer Wizard... 2 Select Language... 5 Welcome Screen...

More information

Attix5 Pro Server Edition

Attix5 Pro Server Edition Attix5 Pro Server Edition V7.0.2 User Manual for Mac OS X Your guide to protecting data with Attix5 Pro Server Edition. Copyright notice and proprietary information All rights reserved. Attix5, 2013 Trademarks

More information

DigiVault Online Backup Manager. Microsoft SQL Server Backup/Restore Guide

DigiVault Online Backup Manager. Microsoft SQL Server Backup/Restore Guide DigiVault Online Backup Manager Microsoft SQL Server Backup/Restore Guide Version 4.6.1.4 October 2005 DigiVault Backup Manager User Guide 2 Table of Contents 1 Backup/Restore Microsoft SQL Server 7.0

More information

IBM WebSphere Application Server Version 7.0

IBM WebSphere Application Server Version 7.0 IBM WebSphere Application Server Version 7.0 Centralized Installation Manager for IBM WebSphere Application Server Network Deployment Version 7.0 Note: Before using this information, be sure to read the

More information

Spectrum Technology Platform. Version 9.0. Administration Guide

Spectrum Technology Platform. Version 9.0. Administration Guide Spectrum Technology Platform Version 9.0 Administration Guide Contents Chapter 1: Getting Started...7 Starting and Stopping the Server...8 Installing the Client Tools...8 Starting the Client Tools...9

More information

PTC Integrity Eclipse and IBM Rational Development Platform Guide

PTC Integrity Eclipse and IBM Rational Development Platform Guide PTC Integrity Eclipse and IBM Rational Development Platform Guide The PTC Integrity integration with Eclipse Platform and the IBM Rational Software Development Platform series allows you to access Integrity

More information

How to Configure the Workflow Service and Design the Workflow Process Templates

How to Configure the Workflow Service and Design the Workflow Process Templates How-To Guide SAP Business One 9.0 Document Version: 1.0 2012-11-15 How to Configure the Workflow Service and Design the Workflow Process Templates Typographic Conventions Type Style Example Description

More information

Intellect Platform - Tables and Templates Basic Document Management System - A101

Intellect Platform - Tables and Templates Basic Document Management System - A101 Intellect Platform - Tables and Templates Basic Document Management System - A101 Interneer, Inc. 4/12/2010 Created by Erika Keresztyen 2 Tables and Templates - A101 - Basic Document Management System

More information

HP A-IMC Firewall Manager

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

More information

E-mail Settings 1 September 2015

E-mail Settings 1 September 2015 Training Notes 1 September 2015 PrintBoss can be configured to e-mail the documents it processes as PDF attachments. There are limitations to embedding documents in standard e-mails. PrintBoss solves these

More information

IHS Emergency Department Dashboard

IHS Emergency Department Dashboard RESOURCE AND PATIENT MANAGEMENT SYSTEM IHS Emergency Department Dashboard (BEDD) Version 1.0 Office of Information Technology Division of Information Resource Management Albuquerque, New Mexico Table of

More information

PeopleSoft Compare Process

PeopleSoft Compare Process PeopleSoft Compare Process Agenda Describe Compare Process Run Compare and Report Viewing Compare Report Describing the Compare Process Source and Target Database PeopleSoft Application Designer enables

More information

The Power Loader GUI

The Power Loader GUI The Power Loader GUI (212) 405.1010 info@1010data.com Follow: @1010data www.1010data.com The Power Loader GUI Contents 2 Contents Pre-Load To-Do List... 3 Login to Power Loader... 4 Upload Data Files to

More information

Dashboard Builder TM for Microsoft Access

Dashboard Builder TM for Microsoft Access Dashboard Builder TM for Microsoft Access Web Edition Application Guide Version 5.3 5.12.2014 This document is copyright 2007-2014 OpenGate Software. The information contained in this document is subject

More information

Technical Notes. EMC NetWorker Performing Backup and Recovery of SharePoint Server by using NetWorker Module for Microsoft SQL VDI Solution

Technical Notes. EMC NetWorker Performing Backup and Recovery of SharePoint Server by using NetWorker Module for Microsoft SQL VDI Solution EMC NetWorker Performing Backup and Recovery of SharePoint Server by using NetWorker Module for Microsoft SQL VDI Solution Release number 9.0 TECHNICAL NOTES 302-001-760 REV 01 September, 2015 These technical

More information

IP Phone Services Configuration

IP Phone Services Configuration CHAPTER 96 Using Cisco Unified Communications Manager Administration, you define and maintain the list of IP phone services to which users can subscribe at their site. IP phone services comprise XML applications

More information

Create a New Database in Access 2010

Create a New Database in Access 2010 Create a New Database in Access 2010 Table of Contents OVERVIEW... 1 CREATING A DATABASE... 1 ADDING TO A DATABASE... 2 CREATE A DATABASE BY USING A TEMPLATE... 2 CREATE A DATABASE WITHOUT USING A TEMPLATE...

More information

Installation instructions for MERLIN Dashboard

Installation instructions for MERLIN Dashboard Installation instructions for MERLIN Dashboard Contents Installation Prerequisites:... 2 Procedure to manually backup and restore Views and Settings in AxOEE Manager... 3 For XP users go to:... 3 For Vista

More information

Using Microsoft Visual Studio 2010. API Reference

Using Microsoft Visual Studio 2010. API Reference 2010 API Reference Published: 2014-02-19 SWD-20140219103929387 Contents 1... 4 Key features of the Visual Studio plug-in... 4 Get started...5 Request a vendor account... 5 Get code signing and debug token

More information

TechComplete Test Productivity Pack (TPP) Backup Process and Data Restoration

TechComplete Test Productivity Pack (TPP) Backup Process and Data Restoration Introduction The TPP backup feature backs up all TPP data folders on to a storage device which can be used to recover data in case of problems with the TPP server. TPP data folders include TPP server data,

More information

HP IMC Firewall Manager

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

More information

Kaseya 2. User Guide. for VSA 6.3

Kaseya 2. User Guide. for VSA 6.3 Kaseya 2 Ticketing User Guide for VSA 6.3 September 17, 2013 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULA as updated

More information

Kaseya 2. User Guide. Version 7.0. English

Kaseya 2. User Guide. Version 7.0. English Kaseya 2 Ticketing User Guide Version 7.0 English September 3, 2014 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULATOS as

More information

Librarian. Integrating Secure Workflow and Revision Control into Your Production Environment WHITE PAPER

Librarian. Integrating Secure Workflow and Revision Control into Your Production Environment WHITE PAPER Librarian Integrating Secure Workflow and Revision Control into Your Production Environment WHITE PAPER Contents Overview 3 File Storage and Management 4 The Library 4 Folders, Files and File History 4

More information

DiskBoss. File & Disk Manager. Version 2.0. Dec 2011. Flexense Ltd. www.flexense.com info@flexense.com. File Integrity Monitor

DiskBoss. File & Disk Manager. Version 2.0. Dec 2011. Flexense Ltd. www.flexense.com info@flexense.com. File Integrity Monitor DiskBoss File & Disk Manager File Integrity Monitor Version 2.0 Dec 2011 www.flexense.com info@flexense.com 1 Product Overview DiskBoss is an automated, rule-based file and disk manager allowing one to

More information

EzyScript User Manual

EzyScript User Manual Version 1.4 Z Option 417 Oakbend Suite 200 Lewisville, Texas 75067 www.zoption.com (877) 653-7215 (972) 315-8800 fax: (972) 315-8804 EzyScript User Manual SAP Transaction Scripting & Table Querying Tool

More information

User Guide to the Content Analysis Tool

User Guide to the Content Analysis Tool User Guide to the Content Analysis Tool User Guide To The Content Analysis Tool 1 Contents Introduction... 3 Setting Up a New Job... 3 The Dashboard... 7 Job Queue... 8 Completed Jobs List... 8 Job Details

More information

Search help. More on Office.com: images templates

Search help. More on Office.com: images templates Page 1 of 14 Access 2010 Home > Access 2010 Help and How-to > Getting started Search help More on Office.com: images templates Access 2010: database tasks Here are some basic database tasks that you can

More information

FuseMail- Exchange ControlPanel Admin Guide Feb.27-14 V1.0. Exchange ControlPanel Administration Guide

FuseMail- Exchange ControlPanel Admin Guide Feb.27-14 V1.0. Exchange ControlPanel Administration Guide Exchange ControlPanel Administration Guide Table of Contents Top Level Portal Administration... 4 Signing In to Control Panel... 4 Restoring Account Password... 5 Change Account Details... 7 Viewing Account

More information

Attix5 Pro. Your guide to protecting data with Attix5 Pro Desktop & Laptop Edition. V6.0 User Manual for Mac OS X

Attix5 Pro. Your guide to protecting data with Attix5 Pro Desktop & Laptop Edition. V6.0 User Manual for Mac OS X Attix5 Pro Your guide to protecting data with Attix5 Pro Desktop & Laptop Edition V6.0 User Manual for Mac OS X Copyright Notice and Proprietary Information All rights reserved. Attix5, 2011 Trademarks

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

Integration Client Guide

Integration Client Guide Integration Client Guide 2015 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property of their respective

More information

Talend Open Studio for MDM. Getting Started Guide 6.0.0

Talend Open Studio for MDM. Getting Started Guide 6.0.0 Talend Open Studio for MDM Getting Started Guide 6.0.0 Talend Open Studio for MDM Adapted for v6.0.0. Supersedes previous releases. Publication date: July 2, 2015 Copyleft This documentation is provided

More information

Using LDAP Authentication in a PowerCenter Domain

Using LDAP Authentication in a PowerCenter Domain Using LDAP Authentication in a PowerCenter Domain 2008 Informatica Corporation Overview LDAP user accounts can access PowerCenter applications. To provide LDAP user accounts access to the PowerCenter applications,

More information

Upgrading from MSDE to SQL Server 2005 Express Edition with Advanced Services SP2

Upgrading from MSDE to SQL Server 2005 Express Edition with Advanced Services SP2 Upgrading from MSDE to SQL Server 2005 Express Edition with Advanced Services SP2 Installation and Configuration Introduction This document will walk you step by step in removing MSDE and the setup and

More information

SurfCop for Microsoft ISA Server. System Administrator s Guide

SurfCop for Microsoft ISA Server. System Administrator s Guide SurfCop for Microsoft ISA Server System Administrator s Guide Contents INTRODUCTION 5 PROGRAM FEATURES 7 SYSTEM REQUIREMENTS 7 DEPLOYMENT PLANNING 8 AGENTS 10 How It Works 10 What is Important to Know

More information

IceWarp Server Windows Installation Guide

IceWarp Server Windows Installation Guide IceWarp Unified Communications IceWarp Server Windows Installation Guide Version 11.3 Published on 2/6/2015 Contents IceWarp Server Windows... 4 Pre-requisites... 5 Launch Installer Wizard... 6 Select

More information

WEB2CS INSTALLATION GUIDE

WEB2CS INSTALLATION GUIDE WEB2CS INSTALLATION GUIDE FOR CPANEL / WHM XandMail 32, rue de Cambrai 75019 PARIS - FRANCE Tel : +33 (0)1 40 388 700 - http://www.xandmail.com TABLE OF CONTENTS 1. INSTALLING WEB2CS 4 1.1. ADDING XANDMAIL

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

KMx Enterprise: Integration Overview for Member Account Synchronization and Single Signon

KMx Enterprise: Integration Overview for Member Account Synchronization and Single Signon KMx Enterprise: Integration Overview for Member Account Synchronization and Single Signon KMx Enterprise includes two api s for integrating user accounts with an external directory of employee or other

More information

CMS Training Manual. A brief overview of your website s content management system (CMS) with screenshots. CMS Manual

CMS Training Manual. A brief overview of your website s content management system (CMS) with screenshots. CMS Manual Training A brief overview of your website s content management system () with screenshots. 1 Contents Logging In:...3 Dashboard:...4 Page List / Search Filter:...5 Common Icons:...6 Adding a New Page:...7

More information

Using SQL Server Management Studio

Using SQL Server Management Studio Using SQL Server Management Studio Microsoft SQL Server Management Studio 2005 is a graphical tool for database designer or programmer. With SQL Server Management Studio 2005 you can: Create databases

More information

Intellicus Cluster and Load Balancing (Windows) Version: 7.3

Intellicus Cluster and Load Balancing (Windows) Version: 7.3 Intellicus Cluster and Load Balancing (Windows) Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not

More information

Web Services API Developer Guide

Web Services API Developer Guide Web Services API Developer Guide Contents 2 Contents Web Services API Developer Guide... 3 Quick Start...4 Examples of the Web Service API Implementation... 13 Exporting Warehouse Data... 14 Exporting

More information

Coveo Platform 7.0. Microsoft Dynamics CRM Connector Guide

Coveo Platform 7.0. Microsoft Dynamics CRM Connector Guide Coveo Platform 7.0 Microsoft Dynamics CRM Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to changing

More information