ATL: Atlas Transformation Language. ATL Installation Guide

Size: px
Start display at page:

Download "ATL: Atlas Transformation Language. ATL Installation Guide"

Transcription

1 ATL: Atlas Transfrmatin Language ATL Installatin Guide - versin Nvember 2005 by ATLAS grup LINA & INRIA Nantes

2 Cntent 1 Intrductin Installing ADT frm binaries Installing Eclipse and EMF Installing ADT Additinal required resurces First start f ADT Installing ADT frm surce Installing Eclipse and EMF Installing ADT Checking ut ATL surces fr Eclipse Checking ut ATL surces fr Eclipse Additinal required resurces First start f ADT Running ADT thrugh the run-time wrkbench Installing ADT in Eclipse frm surces Ging further References Figures List Figure 1. Switching t the ATL perspective... 4 Figure 2. Creatin f a new ATL prject... 5 Figure 3. Cnfiguratin f the CVS access... 6 Figure 4. Checking ATL prjects ut... 7 Figure 5. Selectin f prjects t be refreshed... 8 Figure 6. Checking ATL debugging prject fr Eclipse 3.1 ut... 9 Figure 7. Creating a new launch cnfiguratin Figure 8. Selecting a launch cnfiguratin Figure 9. Exprting ADT plug-ins... 12

3 ATL Dcumentatins ATL Installatin Guide Date 01/12/ Intrductin The ATLAS Transfrmatin Language (ATL) is the ATLAS research grup answer t the OMG MOF [1]/QVT RFP [2]. It is a mdel transfrmatin language specified bth as a metamdel and as a textual cncrete syntax. ATL is made available as part f the ATL Develpment Tls (ADT). The current ADT distributin runs ver the Eclipse platfrm [3], and is based n the Eclipse Mdeling Framewrk (EMF) [4]. This dcument aims t prvide a step-by-step guide fr installing the Eclipse/EMF distributin f the ATL Develpment Tls. Sectin 2 deals with the installatin f ADT frm binaries available frm the GMT (Generative Mdel Transfrmer) prject [5]. Sectin 3 details ADT installatin frm its surce cde (available n the Eclipse CVS repsitry). Finally, Sectin 4 prvides sme links t already available ATL resurces, as well as references t the ATL mailing list. 2 Installing ADT frm binaries This sectin describes the ADT installatin frm binaries. Sectin 2.1 deals with the installatin f Eclipse and the EMF plug-in. Sectin 2.2 describes the ADT installatin frm the binaries available frm the GMT prject web site. Sectin 2.3 details the installatin f the additinal resurces that are required t run the ATL Develpment Tls. Finally, Sectin 2.4 describes the first start f ADT. 2.1 Installing Eclipse and EMF The first step while installing ADT is t install bth the Eclipse envirnment and the EMF framewrk. The last ADT release (versin ) is based n Eclipse and EMF 2.1.0: Eclipse is available at Select the release 3.1 (eclipse-sdk-3.1-win32.zip). EMF can be dwnladed frm Select the release (emf-sd-runtime zip). Imprtant nte: users wh want, fr sme reasns, t use a 3.0 Eclipse versin must dwnlad the versin f the EMF plug-in. Installing the Eclipse envirnment is simply achieved by unzipping the crrespnding archive (eclipse- SDK-3.1-win32.zip). This will create an \eclipse directry cntaining all the Eclipse files. At this stage, the EMF installatin cnsists in unzipping the EMF archive (emf-sd-runtime zip) int the same target directry. This last peratin writes the set f EMF plug-ins in the \eclipse\plugins directry. Next step cnsists in installing the set f ADT plug-ins. 2.2 Installing ADT The ATL tls can be installed frm binaries. This installatin mde is recmmended fr thse that nly want t use ATL. ADT binaries are available n the GMT (Generative Mdel Transfrmer) prject web site. They can be dwnladed frm the ATL Dwnlad Sectin. Current release build crrespnds t the versin in the Builds subsectin (adt zip). Imprtant nte: users wh want, fr sme reasns, t use a 3.0 Eclipse versin must dwnlad the versin f the ADT archive. Page 3

4 ATL Dcumentatins ATL Installatin Guide Date 01/12/2005 Installing the ATL tls is achieved by unzipping the archive. Be careful: the ADT archive has t be uncmpressed int the \eclipse directry that has been created by the Eclipse installatin step (see Sectin 2.1), s that ADT plug-ins are placed int the \eclipse\plugins flder. ADT plug-ins are nw installed, but they still require sme external libraries that are nt included in the prvided binaries. Next step f the ADT installatin therefre cnsists in installing these additinal resurces that are required t run ATL prgrams. 2.3 Additinal required resurces Beside the EMF framewrk, ATL is based n the ANTLR (ANther Tl fr Language Recgnitin) [6] and the Netbeans MDR libraries (Metadata Repsitry) [7]: ANTLR can be dwnladed frm Select the jar file nly (tl and Java runtime) archive (antlr jar). MDR is available at Select the MDR zip archive (mdrstandalne.zip). The ANTLR library must be renamed int antlr.jar. The library then has t be cpied int the \eclipse\plugins\rg.atl.eclipse.engine_versin\lib (fr instance, \eclipse\plugins\rg.atl.eclipse.engine_1.0.7\lib). The jar files cntained in the MDR archive (jmi.jar, jmiutils.jar, mdrapi.jar, mf.jar, nbmdr.jar and penide-util.jar) have t be cpied int the \eclipse\plugins\rg.atl.engine.repsitries.mdr4atl_versin\lib (fr instance, \eclipse\plugins\rg.atl.engine.repsitries.mdr4atl_1.0.0\lib). Installatin f the ATL tls is nw cmpleted. Sectin 2.4 prvides sme useful infrmatin fr the first start f ADT. 2.4 First start f ADT Nw ADT have been installed int the Eclipse envirnment, it is time t start using ATL. Figure 1. Switching t the ATL perspective Page 4

5 ATL Dcumentatins ATL Installatin Guide Date 01/12/2005 Figure 2. Creatin f a new ATL prject Once Eclipse is launched, the first step is t switch frm the current perspective (by default, the Java perspective is pened when Eclipse is started fr the first time) t the ATL perspective. This culd be achieved by selecting ATL in the perspective menu prvided at Windw Open Perspective Other (see Figure 1). Be sure, when using ATL, t always be under the ATL perspective. Once Eclipse has switched t the ATL perspective, it is pssible t start using the ATL tls. The first step cnsists in creating a new empty ATL prject in which ATL files (e.g. defining ATL transfrmatins) can be defined. This creatin can be achieved by muse right click New ATL Prject, as shwn in Figure 2. Sectin 4 prvides a number f pinters t existing material n the ATL transfrmatin language, including user manual, transfrmatin examples 3 Installing ADT frm surce This sectin describes the ADT installatin frm its surce cde. Sectin 3.1 deals with the installatin f Eclipse and the EMF plug-in. Sectin 3.2 describes the installatin f the surce cde available n the Eclipse CVS repsitry. Sectin 3.3 details the installatin f the additinal resurces that are required t run the ATL Develpment Tls. Finally, Sectin 3.4 describes the first start f ADT when installed frm surces. 3.1 Installing Eclipse and EMF The first step while installing ADT is t install bth the Eclipse envirnment and the EMF framewrk. The last ADT release (versin ) is based n Eclipse and EMF 2.1.0: Eclipse is available at Select the release 3.1 (eclipse-sdk-3.1-win32.zip). EMF can be dwnladed frm Select the release (emf-sd-runtime zip). Page 5

6 ATL Dcumentatins ATL Installatin Guide Date 01/12/2005 Figure 3. Cnfiguratin f the CVS access Imprtant nte: users wh want, fr sme reasns, t use a 3.0 Eclipse versin must dwnlad the versin f the EMF plug-in. Installing the Eclipse envirnment is simply achieved by unzipping the crrespnding archive (eclipse- SDK-3.1-win32.zip). This will create an \eclipse directry cntaining all the Eclipse files. At this stage, the EMF installatin cnsists in unzipping the EMF archive (emf-sd-runtime zip) int the same target directry. This last peratin writes the set f EMF plug-ins in the \eclipse\plugins directry. Next step cnsists in installing the ADT surces. 3.2 Installing ADT The ATL tls can be installed frm surce cde. This installatin mde is recmmended fr develpers that want t extend the set f tls. The ADT surces are available nt the Eclipse CVS repsitry. It is assumed, at this stage f the installatin prcess, that the Eclipse envirnment is installed (see Sectin 3.1). This dcument therefre details the ADT installatin thrugh the CVS repsitry view f the Eclipse envirnment. The first step is t cnfigure the CVS access. T this end, the user must mve t the CVS Repsitry Explring perspective. This culd be achieved by selecting CVS Repsitry Explring in Windws Open Perspective Other. Frm this pint, a new repsitry lcatin has t be created: muse right click New Repsitry Lcatin This pens the Add CVS Repsitry windw (see Figure 3). The CVS repsitry must be cnfigured as fllws: the hst is dev.eclipse.rg; the repsitry path is /hme/technlgy; Page 6

7 ATL Dcumentatins ATL Installatin Guide Date 01/12/2005 the user is annymus; n passwrd is required; the cnnectin type is pserver. The repsitry lcatin can then be created (click n Finish ). It shall appear in the current CVS Repsitry View (as pserver:annymus@dev.eclipse.rg:/hme/technlgy). Next step slightly differs accrding t the targeted Eclipse versin Checking ut ATL surces fr Eclipse 3.0 Frm the created repsitry lcatin, it is nw pssible t check the ADT prjects surces ut. T this end: pen the HEAD rg.eclipse.gmt ATL directry; select the thirteen existing ATL prjects: rg.atl.eclipse.adt.builder; rg.atl.eclipse.adt.debug; rg.atl.eclipse.adt.dc.develper; rg.atl.eclipse.adt.dc.user; rg.atl.eclipse.adt.editr; rg.atl.eclipse.adt.perspective; rg.atl.eclipse.adt.wizard; rg.atl.eclipse.engine; rg.atl.eclipse.km3; Figure 4. Checking ATL prjects ut Page 7

8 ATL Dcumentatins ATL Installatin Guide Date 01/12/2005 rg.atl.eclipse.mgm; rg.atl.eclipse.vm; Figure 5. Selectin f prjects t be refreshed rg.atl.eclipse.repsitries.emf4atl; rg.atl.eclipse.repsitries.mdr4atl; check them ut using right click Check Out (see Figure 4). This peratin lcally creates the crrespnding prjects. Created prjects shuld appear when mving t the Plug-in Develpment perspective (Windws Open Perspective Other Plug-in Develpment). Nte that, at this stage, errrs appear in sme f the checked prjects (represented by a red crss in the Package Explrer view and detailed in the Prblems view). These errrs are due t the absence f sme required external libraries that are nt included in the dwnladed plug-ins. Next step f the ADT installatin therefre cnsists in installing these additinal resurces that are required t run ATL prgrams Checking ut ATL surces fr Eclipse 3.1 As fr an Eclipse 3.0 platfrm, the ATL prjects surces have t be checked ut frm the created repsitry lcatin. Hwever, there exists a debugging plug-in specific t Eclipse 3.1 versins that has t be checked ut frm a different branch f the repsitry lcatin. Except this debugging prject (rg.atl.eclipse.adt.debug), the ther twelve ATL prjects must be checked ut as described in Sectin Checking ut the ATL debugging plug-in fr Eclipse 3.1 is achieved as fllws: if the Branches flder (f the repsitry lcatin) appears t be empty, refresh it with muse right click Refresh Branches : this pens a Refresh Branches windw (see Figure 5); select the rg.eclipse.gmt prject and validate (click in Finish ); Page 8

9 ATL Dcumentatins ATL Installatin Guide Date 01/12/2005 Figure 6. Checking ATL debugging prject fr Eclipse 3.1 ut if a Tags nt fund fr sme mdules windw appears, select the Search Deeply ptin; the Branches flder shuld nw cntain tw subflders: ADTDebugFrEclipse3_1 and GMT0-1 ; pen the Branches ADTDebugFrEclipse3_1 rg.eclipse.gmt ADTDebugFrEclipse3_1 ATL directry; select the ATL debugging prject: rg.atl.eclipse.adt.debug; check it ut using right click Check Out (see Figure 6). Once this peratin is cmpleted, the crrespnding prjects shuld appear when mving t the Plug-in Develpment perspective (Windws Open Perspective Other Plug-in Develpment). It may be nted, in this perspective, that while the debugging prject is cnnected t the ADTDebugFrEclipse3_1 [dev.eclipse.rg] lcatin, the ther twelve nes are simply cnnected t [dev.eclipse.rg]. 3.3 Additinal required resurces Beside the EMF framewrk, ATL is based n the ANTLR (ANther Tl fr Language Recgnitin) and the Netbeans MDR libraries (Metadata Repsitry): ANTLR can be dwnladed frm Select the jar file nly (tl and Java runtime) archive (antlr jar). MDR is available at Select the MDR zip archive (mdrstandalne.zip). The ANTLR library must be renamed int antlr.jar. The library then has t be cpied int the \wrkspace_name\rg.atl.eclipse.engine\lib (fr instance, \wrkspace\rg.atl.eclipse.engine\lib). Page 9

10 ATL Dcumentatins ATL Installatin Guide Date 01/12/2005 Figure 7. Creating a new launch cnfiguratin The jar files cntained in the MDR archive (jmi.jar, jmiutils.jar, mdrapi.jar, mf.jar, nbmdr.jar and penide-util.jar) have t be cpied int the \wrkspace_name\rg.atl.engine.repsitries.mdr4atl\lib (fr instance, \wrkspace\rg.atl.engine.repsitries.mdr4atl\lib). Nw these external libraries have been installed, the ATL prjects can be built (right click Refresh) withut any errr left. The installatin f the ATL tls frm their surce cde is nw cmpleted. Sectin 3.4 prvides sme useful infrmatin fr the first start f ADT. 3.4 First start f ADT Once the ADT installatin frm surce has cmpleted, there are tw ways t run the ATL tls: running ADT thrugh the run-time wrkbench r installing ADT int the Eclipse cpy. These tw ptins are detailed in the fllwing subsectins Running ADT thrugh the run-time wrkbench The first ptin t run ATL frm the dwnladed surce cde is t execute the ATL plug-in prjects with the run-time wrkbench. T this end, a new cnfiguratin enabling t launch the run-time wrkbench has t be created. This sectin fcuses n the creatin f a new run-mde launch cnfiguratin. Hwever, develpers wanting t extend the ADT functinalities shuld rather use a debug-mde launch cnfiguratin. Creating a new run-mde launch cnfiguratin can be achieved by selecting the Run Run menu item. This selectin pens a Run windw (see Figure 7). Frm this new windw, select the Eclipse Applicatin cnfiguratin and click n New t create a new launch cnfiguratin. Next step is t cnfigure the launch cnfiguratin. The default cnfiguratin shuld be crrect, but it may be interesting t rename the launch cnfiguratin t be created. Once the new run-mde launch cnfiguratin has been created, the run-time wrkbench can be launched. Again, select the Run Run menu item, but nw select the Eclipse Applicatin launch cnfiguratin newly created (see Figure 8), and click n Run t start the run-time wrkbench. Page 10

11 ATL Dcumentatins ATL Installatin Guide Date 01/12/2005 Figure 8. Selecting a launch cnfiguratin It is nw pssible t start wrking with the ATL transfrmatin language. Please refer t Sectin 2.4 fr infrmatin n the first steps with ADT Installing ADT in Eclipse frm surces The secnd way t run ATL frm the dwnladed surce cde is t install the ATL plug-ins int the Eclipse cpy frm the surce cde f the dwnladed ATL prjects. Fr this purpse, it is necessary t mve t the Plug-in Develpment perspective (Windws Open Perspective Other Plug-in Develpment). Once under the plug-in perspective, select the full set f ATL prjects and chse the Exprt ptin in the cntextual menu (right click Exprt ). In the Exprt windw, select Deplyable plug-ins and fragments. In the fllwing screen (see Figure 9), make sure that all the ADT prjects are selected, then select the archive file exprt destinatin, prvide an archive name and start the exprt by clicking n Finish. Next step cnsists in uncmpressing the created ADT archive int the \eclipse directry. This peratin generates the ADT plug-ins (in the \eclipse\plugins flder) crrespnding t the dwnladed ADT prjects. As a last step, Eclipse has t be restarted. It is nw pssible t start wrking with the ATL transfrmatin language. Please refer t Sectin 2.4 fr infrmatin n the first steps with ADT. Page 11

12 ATL Dcumentatins ATL Installatin Guide Date 01/12/2005 Figure 9. Exprting ADT plug-ins 4 Ging further The ATLAS Transfrmatin Language (ATL) is part f the Generative Mdel Transfrmer (GMT) Eclipse prject [5]. ATL users may find relevant resurces n the GMT prject site. These resurces include the ATL FAQ, the ATL dcumentatins (ATL User Manual, Specificatin f the ATL Virtual Machine) as well as many ATL transfrmatins examples (in the ATL transfrmatin part). Mrever, there exists an ATL discussin bard [8] enabling the ATL cmmunity t share infrmatin abut ATL and the related mdel management tls. 5 References [1] OMG/MOF 2.0 Cre Final Adpted Specificatin Dcument. ptc/ , [2] OMG MOF 2.0 Query / Views / Transfrmatins RFP. ad/ , Octber [3] Eclipse hme page. [4] Budinsky, F., Steinberg, D., Ellersick, R., Grse, T. Eclipse Mdeling Framewrk. Addisn Wesley Prfessinal. ISBN: , [5] The Generative Mdel Transfrmer (GMT) prject. [6] The ANTLR prject. [7] The netbeans Metadata Repsitry (MDR) prject. Page 12

13 ATL Dcumentatins ATL Installatin Guide Date 01/12/2005 [8] The ATL mailing list. Page 13

Copyright 2013, SafeNet, Inc. All rights reserved. http://www.safenet-inc.com/ We have attempted to make these documents complete, accurate, and

Copyright 2013, SafeNet, Inc. All rights reserved. http://www.safenet-inc.com/ We have attempted to make these documents complete, accurate, and ii Cpyright 2013, SafeNet, Inc. All rights reserved. http://www.safenet-inc.cm/ We have attempted t make these dcuments cmplete, accurate, and useful, but we cannt guarantee them t be perfect. When we

More information

SBClient and Microsoft Windows Terminal Server (Including Citrix Server)

SBClient and Microsoft Windows Terminal Server (Including Citrix Server) SBClient and Micrsft Windws Terminal Server (Including Citrix Server) Cntents 1. Intrductin 2. SBClient Cmpatibility Infrmatin 3. SBClient Terminal Server Installatin Instructins 4. Reslving Perfrmance

More information

Getting started with Android

Getting started with Android Getting started with Andrid Befre we begin, there is a prerequisite, which is t plug the Andrid device int yur cmputer, and lad the drivers fr the OS. In writing this article, I was using Windws XP, 7

More information

MaaS360 Cloud Extender

MaaS360 Cloud Extender MaaS360 Clud Extender Installatin Guide Cpyright 2012 Fiberlink Cmmunicatins Crpratin. All rights reserved. Infrmatin in this dcument is subject t change withut ntice. The sftware described in this dcument

More information

Readme File. Purpose. Introduction to Data Integration Management. Oracle s Hyperion Data Integration Management Release 9.2.

Readme File. Purpose. Introduction to Data Integration Management. Oracle s Hyperion Data Integration Management Release 9.2. Oracle s Hyperin Data Integratin Management Release 9.2.1 Readme Readme File This file cntains the fllwing sectins: Purpse... 1 Intrductin t Data Integratin Management... 1 Data Integratin Management Adapters...

More information

ISAM TO SQL MIGRATION IN SYSPRO

ISAM TO SQL MIGRATION IN SYSPRO 118 ISAM TO SQL MIGRATION IN SYSPRO This dcument is aimed at assisting yu in the migratin frm an ISAM data structure t an SQL database. This is nt a detailed technical dcument and assumes the reader has

More information

StarterPak: Dynamics CRM Opportunity To NetSuite Sales Order

StarterPak: Dynamics CRM Opportunity To NetSuite Sales Order StarterPak: Dynamics CRM Opprtunity T NetSuite Sales Order Versin 1.0 7/20/2015 Imprtant Ntice N part f this publicatin may be reprduced, stred in a retrieval system, r transmitted in any frm r by any

More information

STIOffice Integration Installation, FAQ and Troubleshooting

STIOffice Integration Installation, FAQ and Troubleshooting STIOffice Integratin Installatin, FAQ and Trubleshting Installatin Steps G t the wrkstatin/server n which yu have the STIDistrict Net applicatin installed. On the STI Supprt page at http://supprt.sti-k12.cm/,

More information

Helpdesk Support Tickets & Knowledgebase

Helpdesk Support Tickets & Knowledgebase Helpdesk Supprt Tickets & Knwledgebase User Guide Versin 1.0 Website: http://www.mag-extensin.cm Supprt: http://www.mag-extensin.cm/supprt Please read this user guide carefully, it will help yu eliminate

More information

Readme File. Purpose. What is Translation Manager 9.3.1? Hyperion Translation Manager Release 9.3.1 Readme

Readme File. Purpose. What is Translation Manager 9.3.1? Hyperion Translation Manager Release 9.3.1 Readme Hyperin Translatin Manager Release 9.3.1 Readme Readme File This file cntains the fllwing sectins: Purpse... 1 What is Translatin Manager 9.3.1?... 1 Cmpatible Sftware... 2 Supprted Internatinal Operating

More information

Installation Guide Marshal Reporting Console

Installation Guide Marshal Reporting Console INSTALLATION GUIDE Marshal Reprting Cnsle Installatin Guide Marshal Reprting Cnsle March, 2009 Cntents Intrductin 2 Supprted Installatin Types 2 Hardware Prerequisites 3 Sftware Prerequisites 3 Installatin

More information

FOCUS Service Management Software Version 8.5 for CounterPoint Installation Instructions

FOCUS Service Management Software Version 8.5 for CounterPoint Installation Instructions FOCUS Service Management Sftware Versin 8.5 fr CunterPint Installatin Instructins Thank yu fr purchasing Fcus Service Management Sftware frm RTM Cmputer Slutins. This bklet f installatin instructins will

More information

Telelink 6. Installation Manual

Telelink 6. Installation Manual Telelink 6 Installatin Manual Table f cntents 1. SYSTEM REQUIREMENTS... 3 1.1. Hardware Requirements... 3 1.2. Sftware Requirements... 3 1.2.1. Platfrm... 3 1.2.1.1. Supprted Operating Systems... 3 1.2.1.2.

More information

Traffic monitoring on ProCurve switches with sflow and InMon Traffic Sentinel

Traffic monitoring on ProCurve switches with sflow and InMon Traffic Sentinel An HP PrCurve Netwrking Applicatin Nte Traffic mnitring n PrCurve switches with sflw and InMn Traffic Sentinel Cntents 1. Intrductin... 3 2. Prerequisites... 3 3. Netwrk diagram... 3 4. sflw cnfiguratin

More information

Preparing to Deploy Reflection : A Guide for System Administrators. Version 14.1

Preparing to Deploy Reflection : A Guide for System Administrators. Version 14.1 Preparing t Deply Reflectin : A Guide fr System Administratrs Versin 14.1 Table f Cntents Table f Cntents... 2 Preparing t Deply Reflectin 14.1:... 3 A Guide fr System Administratrs... 3 Overview f the

More information

Exercise 5 Server Configuration, Web and FTP Instructions and preparatory questions Administration of Computer Systems, Fall 2008

Exercise 5 Server Configuration, Web and FTP Instructions and preparatory questions Administration of Computer Systems, Fall 2008 Exercise 5 Server Cnfiguratin, Web and FTP Instructins and preparatry questins Administratin f Cmputer Systems, Fall 2008 This dcument is available nline at: http://www.hh.se/te2003 Exercise 5 Server Cnfiguratin,

More information

Ten Steps for an Easy Install of the eg Enterprise Suite

Ten Steps for an Easy Install of the eg Enterprise Suite Ten Steps fr an Easy Install f the eg Enterprise Suite (Acquire, Evaluate, and be mre Efficient!) Step 1: Dwnlad the eg Sftware; verify hardware and perating system pre-requisites Step 2: Obtain a valid

More information

Creating automated reports using VBS AN 44

Creating automated reports using VBS AN 44 Creating autmated reprts using VBS AN 44 Applicatin Nte t the KLIPPEL R&D and QC SYSTEM Publishing measured results is imprtant t custmers and clients. While the KLIPPEL database cntains all infrmatin

More information

CenterPoint Accounting for Agriculture Network (Domain) Installation Instructions

CenterPoint Accounting for Agriculture Network (Domain) Installation Instructions CenterPint Accunting fr Agriculture Netwrk (Dmain) Installatin Instructins Dcument # Prduct Mdule Categry 2257 CenterPint CenterPint Installatin This dcument describes the dmain netwrk installatin prcess

More information

Configuring BMC AREA LDAP Using AD domain credentials for the BMC Windows User Tool

Configuring BMC AREA LDAP Using AD domain credentials for the BMC Windows User Tool Cnfiguring BMC AREA LDAP Using AD dmain credentials fr the BMC Windws User Tl Versin 1.0 Cnfiguring the BMC AREA LDAP Plugin fr Dmain Username and Passwrds Intrductin...3 LDAP Basics...4 What is LDAP and

More information

FOCUS Service Management Software Version 8.5 for Passport Business Solutions Installation Instructions

FOCUS Service Management Software Version 8.5 for Passport Business Solutions Installation Instructions FOCUS Service Management Sftware fr Passprt Business Slutins Installatin Instructins Thank yu fr purchasing Fcus Service Management Sftware frm RTM Cmputer Slutins. This bklet f installatin instructins

More information

Mobile Device Manager Admin Guide. Reports and Alerts

Mobile Device Manager Admin Guide. Reports and Alerts Mbile Device Manager Admin Guide Reprts and Alerts September, 2013 MDM Admin Guide Reprts and Alerts i Cntents Reprts and Alerts... 1 Reprts... 1 Alerts... 3 Viewing Alerts... 5 Keep in Mind...... 5 Overview

More information

Click Studios. Passwordstate. RSA SecurID Configuration

Click Studios. Passwordstate. RSA SecurID Configuration Passwrdstate RSA SecurID Cnfiguratin This dcument and the infrmatin cntrlled therein is the prperty f Click Studis. It must nt be reprduced in whle/part, r therwise disclsed, withut prir cnsent in writing

More information

How To Install Fcus Service Management Software On A Pc Or Macbook

How To Install Fcus Service Management Software On A Pc Or Macbook FOCUS Service Management Sftware Versin 8.4 fr Passprt Business Slutins Installatin Instructins Thank yu fr purchasing Fcus Service Management Sftware frm RTM Cmputer Slutins. This bklet f installatin

More information

Diagnosis and Troubleshooting

Diagnosis and Troubleshooting Diagnsis and Trubleshting DataDirect Cnnect Series ODBC Drivers Intrductin This paper discusses the diagnstic tls that are available t cnfigure and trublesht yur ODBC envirnment and prvides a trubleshting

More information

INUVIKA OPEN VIRTUAL DESKTOP ENTERPRISE

INUVIKA OPEN VIRTUAL DESKTOP ENTERPRISE INUVIKA OPEN VIRTUAL DESKTOP ENTERPRISE MIGRATION GUIDE Mathieu Schires Versin 1.0 Published 06/03/2015 This dcument describes the preparatin and steps t fllw t upgrade an OVD farm frm Inuvika OVD 0.9.x

More information

Installation Guide Marshal Reporting Console

Installation Guide Marshal Reporting Console Installatin Guide Installatin Guide Marshal Reprting Cnsle Cntents Intrductin 2 Supprted Installatin Types 2 Hardware Prerequisites 2 Sftware Prerequisites 3 Installatin Prcedures 3 Appendix: Enabling

More information

ViPNet VPN in Cisco Environment. Supplement to ViPNet Documentation

ViPNet VPN in Cisco Environment. Supplement to ViPNet Documentation ViPNet VPN in Cisc Envirnment Supplement t ViPNet Dcumentatin 1991 2015 Inftecs Americas. All rights reserved. Versin: 00121-04 90 02 ENU This dcument is included in the sftware distributin kit and is

More information

This guide is intended for administrators, who want to install, configure, and manage SAP Lumira, server for BI Platform

This guide is intended for administrators, who want to install, configure, and manage SAP Lumira, server for BI Platform Hw T install SAP Lumira, server n SAP BusinessObjects BI platfrm Distributed Install Applies t: SAP Lumira, server versin fr the SAP BusinessObjects BI platfrm Summary This guide is intended fr administratrs,

More information

TaskCentre v4.5 SMTP Tool White Paper

TaskCentre v4.5 SMTP Tool White Paper TaskCentre v4.5 SMTP Tl White Paper Dcument Number: PD500-03-04-1_0-WP Orbis Sftware Limited 2010 Table f Cntents COPYRIGHT... 1 TRADEMARKS... 1 INTRODUCTION... 2 Overview... 2 Features... 2 GLOBAL CONFIGURATION...

More information

McAfee Enterprise Security Manager. Data Source Configuration Guide. Infoblox NIOS. Data Source: September 2, 2014. Infoblox NIOS Page 1 of 8

McAfee Enterprise Security Manager. Data Source Configuration Guide. Infoblox NIOS. Data Source: September 2, 2014. Infoblox NIOS Page 1 of 8 McAfee Enterprise Security Manager Data Surce Cnfiguratin Guide Data Surce: Infblx NIOS September 2, 2014 Infblx NIOS Page 1 f 8 Imprtant Nte: The infrmatin cntained in this dcument is cnfidential and

More information

Perl for OpenVMS Alpha

Perl for OpenVMS Alpha Perl fr OpenVMS Alpha Installatin Guide and Release Ntes January 25, 2002 Perl fr OpenVMS Versin 5.6.1 CPQ-AXPVMS-PERL-V0506-1-1.PCSI-DCX-AXPEXE On this page yu'll find infrmatin abut: Sftware prerequisites

More information

Software Distribution

Software Distribution Sftware Distributin Quantrax has autmated many f the prcesses invlved in distributing new cde t clients. This will greatly reduce the time taken t get fixes laded nt clients systems. The new prcedures

More information

Best Practice - Pentaho BA for High Availability

Best Practice - Pentaho BA for High Availability Best Practice - Pentah BA fr High Availability This page intentinally left blank. Cntents Overview... 1 Pentah Server High Availability Intrductin... 2 Prerequisites... 3 Pint Each Server t Same Database

More information

BackupAssist SQL Add-on

BackupAssist SQL Add-on WHITEPAPER BackupAssist Versin 6 www.backupassist.cm 2 Cntents 1. Requirements... 3 1.1 Remte SQL backup requirements:... 3 2. Intrductin... 4 3. SQL backups within BackupAssist... 5 3.1 Backing up system

More information

E-Biz Web Hosting Control Panel

E-Biz Web Hosting Control Panel 1 f 38 E-Biz Web Hsting Cntrl Panel This dcument has been created t give yu a useful insight in t the Hsting Cntrl Panel available with E-Biz hsting services. Please nte: Optins available are dependent

More information

1) Update the AccuBuild Program to the latest version Version 9.3.0.3 or later.

1) Update the AccuBuild Program to the latest version Version 9.3.0.3 or later. Certified Payrll XML Exprt As f June 4 th, 2015, The Califrnia Department f Industrial Relatins (DIR) is requiring that all certified payrll reprts be submitted nline using the ecpr system. The ecpr System

More information

KronoDesk Migration and Integration Guide Inflectra Corporation

KronoDesk Migration and Integration Guide Inflectra Corporation / KrnDesk Migratin and Integratin Guide Inflectra Crpratin Date: September 24th, 2015 0B Intrductin... 1 1B1. Imprting frm Micrsft Excel... 2 6B1.1. Installing the Micrsft Excel Add-In... 2 7B1.1. Cnnecting

More information

Deployment Overview (Installation):

Deployment Overview (Installation): Cntents Deplyment Overview (Installatin):... 2 Installing Minr Updates:... 2 Dwnlading the installatin and latest update files:... 2 Installing the sftware:... 3 Uninstalling the sftware:... 3 Lgging int

More information

Blue Link Solutions Terminal Server Configuration How to Install Blue Link Solutions in a Terminal Server Environment

Blue Link Solutions Terminal Server Configuration How to Install Blue Link Solutions in a Terminal Server Environment Blue Link Slutins Terminal Server Cnfiguratin Hw t Install Blue Link Slutins in a Terminal Server Envirnment Prepared by: Darren Myher April 9, 2002 Table f Cntents Backgrund... 2 Applicatin Server mde

More information

990 e-postcard FAQ. Is there a charge to file form 990-N (e-postcard)? No, the e-postcard system is completely free.

990 e-postcard FAQ. Is there a charge to file form 990-N (e-postcard)? No, the e-postcard system is completely free. 990 e-pstcard FAQ Fr frequently asked questins abut filing the e-pstcard that are nt listed belw, brwse the FAQ at http://epstcard.frm990.rg/frmtsfaq.asp# (cpy and paste this link t yur brwser). General

More information

DocAve 6 Supplementary Tools

DocAve 6 Supplementary Tools DcAve 6 Supplementary Tls User Guide Service Pack 6 Cumulative Update 1 Issued December 2015 1 Table f Cntents What s New in this Guide... 6 Befre Yu Begin... 6 Cnfiguratin... 7 Submitting Dcumentatin

More information

Exercise 5 Server Configuration, Web and FTP Instructions and preparatory questions Administration of Computer Systems, Fall 2008

Exercise 5 Server Configuration, Web and FTP Instructions and preparatory questions Administration of Computer Systems, Fall 2008 Exercise 5 Server Cnfiguratin, Web and FTP Instructins and preparatry questins Administratin f Cmputer Systems, Fall 2008 This dcument is available nline at: http://www.hh.se/te2003 Exercise 5 Server Cnfiguratin,

More information

Optimal Payments Extension. Supporting Documentation for the Extension Package. 20140225 v1.1

Optimal Payments Extension. Supporting Documentation for the Extension Package. 20140225 v1.1 Optimal Payments Extensin Supprting Dcumentatin fr the Extensin Package 20140225 v1.1 Revisin Histry v1.1 Updated Demac Media branding v1.0 Initial Dcument fr Distributin supprt@ptimalpayments.cm Page

More information

FieldManager Read-Only User Guide (for Contractors) - NDOT Supplemental

FieldManager Read-Only User Guide (for Contractors) - NDOT Supplemental FieldManager Read-Only User Guide (fr Cntractrs) - NDOT Supplemental 1.0 NDOT FieldManager Read-Only Backgrund 1.1 FieldManager Read-Only at NDOT The NDOT Cnstructin Divisin has implemented a new sftware

More information

A Beginner s Guide to Building Virtual Web Servers

A Beginner s Guide to Building Virtual Web Servers A Beginner s Guide t Building Virtual Web Servers Cntents Intrductin... 1 Why set up a web server?... 2 Installing Ubuntu 13.04... 2 Netwrk Set Up... 3 Installing Guest Additins... 4 Updating and Upgrading

More information

Software Update Notification

Software Update Notification Sftware Update Ntificatin PSS0223-02 Mastersizer 3000 v1.01 sftware Abstract This dcument details the release f sftware PSS0223-02 v1.01 f the sftware fr the Mastersizer 3000 laser diffractin system. It

More information

TaskCentre v4.5 MS SQL Server Trigger Tool White Paper

TaskCentre v4.5 MS SQL Server Trigger Tool White Paper TaskCentre v4.5 MS SQL Server Trigger Tl White Paper Dcument Number: PD500-03-02-1_0-WP Orbis Sftware Limited 2010 Table f Cntents COPYRIGHT... 1 TRADEMARKS... 1 INTRODUCTION... 2 Overview... 2 Features...

More information

Product Documentation. New Features Guide. Version 9.7.5/XE6

Product Documentation. New Features Guide. Version 9.7.5/XE6 Prduct Dcumentatin New Features Guide Versin 9.7.5/XE6 2015 Embarcader Technlgies, Inc. Embarcader, the Embarcader Technlgies lgs, and all ther Embarcader Technlgies prduct r service names are trademarks

More information

Using Microsoft Dynamics AX 2009 Version Control Integration With Microsoft Team Foundation Server

Using Microsoft Dynamics AX 2009 Version Control Integration With Microsoft Team Foundation Server Micrsft Dynamics AX Using Micrsft Dynamics AX 2009 Versin Cntrl Integratin With Micrsft Team Fundatin Server White Paper This white paper describes hw t use the versin cntrl integratin capabilities f Micrsft

More information

SpiraPlan & SpiraTeam Version Control Integration User Guide Inflectra Corporation

SpiraPlan & SpiraTeam Version Control Integration User Guide Inflectra Corporation SpiraPlan & SpiraTeam Versin Cntrl Integratin User Guide Inflectra Crpratin Date: Nvember 19th, 2014 Cntents 1. Intrductin... 1 2. Integrating with Subversin... 2 3. Integrating with Perfrce... 7 4. Integrating

More information

GETTING STARTED With the Control Panel Table of Contents

GETTING STARTED With the Control Panel Table of Contents With the Cntrl Panel Table f Cntents Cntrl Panel Desktp... 2 Left Menu... 3 Infrmatin... 3 Plan Change... 3 Dmains... 3 Statistics... 4 Ttal Traffic... 4 Disk Quta... 4 Quick Access Desktp... 4 MAIN...

More information

StarterPak: Dynamics CRM On-Premise to Dynamics Online Migration - Option 2. Version 1.0

StarterPak: Dynamics CRM On-Premise to Dynamics Online Migration - Option 2. Version 1.0 StarterPak: Dynamics CRM On-Premise t Dynamics Online Migratin - Optin 2 Versin 1.0 1/7/2016 Imprtant Ntice N part f this publicatin may be reprduced, stred in a retrieval system, r transmitted in any

More information

Implementing SQL Manage Quick Guide

Implementing SQL Manage Quick Guide Implementing SQL Manage Quick Guide The purpse f this dcument is t guide yu thrugh the quick prcess f implementing SQL Manage n SQL Server databases. SQL Manage is a ttal management slutin fr Micrsft SQL

More information

CSAT Account Management

CSAT Account Management CSAT Accunt Management User Guide March 2011 Versin 2.1 U.S. Department f Hmeland Security 1 CSAT Accunt Management User Guide Table f Cntents 1. Overview... 1 1.1 CSAT User Rles... 1 1.2 When t Update

More information

Remote Desktop Tutorial. By: Virginia Ginny Morris

Remote Desktop Tutorial. By: Virginia Ginny Morris Remte Desktp Tutrial By: Virginia Ginny Mrris 2008 Remte Desktp Tutrial Virginia Ginny Mrris Page 2 Scpe: The fllwing manual shuld accmpany my Remte Desktp Tutrial vide psted n my website http://www.ginnymrris.cm

More information

Outlook Plug-In. Send Conference Invites from Outlook. Downloading Outlook Plug-In CONFERENCING & COLLABORATION RESERVATIONLESS-PLUS

Outlook Plug-In. Send Conference Invites from Outlook. Downloading Outlook Plug-In CONFERENCING & COLLABORATION RESERVATIONLESS-PLUS USER GUIDE Outlk Plug-In Send Cnference Invites frm Outlk Scheduling cnference calls and always typing in the same dial-in number and cnference cde can be a bit tedius, especially when yu re in a hurry.

More information

Excel Contact Reports

Excel Contact Reports Excel Cntact Reprts v.1.0 Anther efficient and affrdable ACT! Add-On by http://www.expnenciel.cm Excel Cntact Reprts User s Manual 2 Table f cntents Purpse f the add-n... 3 Installatin prcedure... 3 The

More information

FUJITSU Software ServerView Suite ServerView PrimeCollect

FUJITSU Software ServerView Suite ServerView PrimeCollect User Guide - English FUJITSU Sftware ServerView Suite ServerView PrimeCllect Editin February 2015 Cmments Suggestins Crrectins The User Dcumentatin Department wuld like t knw yur pinin f this manual. Yur

More information

User Guide Version 3.9

User Guide Version 3.9 User Guide Versin 3.9 Page 2 f 22 Summary Cntents 1 INTRODUCTION... 3 1.1 2 CREATE A NEW ACCOUNT... 4 2.1 2.2 3 NAVIGATION... 3 CREATE AN EMAIL ACCOUNT... 4 CREATE AN ALIAS ACCOUNT... 6 MODIFYING AN EXISTING

More information

User Guide. Excel Data Management Pack (EDM-Pack) OnCommand Workflow Automation (WFA) Abstract PROFESSIONAL SERVICES. Date: December 2015

User Guide. Excel Data Management Pack (EDM-Pack) OnCommand Workflow Automation (WFA) Abstract PROFESSIONAL SERVICES. Date: December 2015 PROFESSIONAL SERVICES User Guide OnCmmand Wrkflw Autmatin (WFA) Excel Data Management Pack (EDM-Pack) Date: December 2015 Dcument Versin: 1.0.0 Abstract The EDM-Pack includes a general-purpse Data Surce

More information

User s Guide. Moduc Elements MagiCAD plugin

User s Guide. Moduc Elements MagiCAD plugin User s Guide Mduc Elements MagiCAD plugin Cntents Chapter 1. General 1 Abut this dcument... 1 Installing the sftware... 1 Required third-party sftware... 1 Installatin... 1 Starting the prgram... 2 Chapter

More information

AVG AntiVirus Business Edition

AVG AntiVirus Business Edition AVG AntiVirus Business Editin User Manual Dcument revisin AVG.02 (30.9.2015) C pyright AVG Technlgies C Z, s.r.. All rights reserved. All ther trademarks are the prperty f their respective wners. Cntents

More information

FUJITSU Software ServerView Suite ServerView Update Repository

FUJITSU Software ServerView Suite ServerView Update Repository Installatin and User Guide - English FUJITSU Sftware ServerView Suite ServerView Update Repsitry Editin Nvember 2015 Cmments Suggestins Crrectins The User Dcumentatin Department wuld like t knw yur pinin

More information

Pronestor Visitor. Module 11. Installation of additional modules Pronestor Visitor Page 11.0 11.6

Pronestor Visitor. Module 11. Installation of additional modules Pronestor Visitor Page 11.0 11.6 Prnestr Visitr Prnestr Visitr Mdule 11 Installatin f additinal mdules Prnestr Visitr Page 11.0 11.6 A guide t the installatin f additinal mdules in Prnestr Visitr. Hst imprt (AD integratin) Page 11.1 11.3

More information

DocAve 6 ediscovery. User Guide. Service Pack 6. Issued October 2015. DocAve 6: ediscovery

DocAve 6 ediscovery. User Guide. Service Pack 6. Issued October 2015. DocAve 6: ediscovery DcAve 6 ediscvery User Guide Service Pack 6 Issued Octber 2015 1 Table f Cntents What s New in this Guide... 4 Abut DcAve ediscvery... 5 Cmplementary Prducts... 5 Submitting Dcumentatin Feedback t AvePint...

More information

Table of Contents. About... 18

Table of Contents. About... 18 Table f Cntents Abut...3 System Requirements...3 Hw it Wrks...4 Abut... 4 Hw SFA Admin Prtects Data... 4 Hw SFA User Wrks with Prtected Data... 4 Sandbxed Sessin Restrictins... 4 Secure File Access User

More information

Durango Merchant Services QuickBooks SyncPay

Durango Merchant Services QuickBooks SyncPay Durang Merchant Services QuickBks SyncPay Gateway Plug-In Dcumentatin April 2011 Durang-Direct.cm 866-415-2636-1 - QuickBks Gateway Plug-In Dcumentatin... - 3 - Installatin... - 3 - Initial Setup... -

More information

Archiving IVTVision Video (Linux)

Archiving IVTVision Video (Linux) Archiving IVTVisin Vide (Linux) 1 Intrductin Because IVTVisin Server recrds vide using a straightfrward perating system file structure, archiving vide shuld be simple fr any IT prfessinal. This dcument

More information

Plan Transfer Procedures for Utility Submissions 11 24 2015 OVERVIEW

Plan Transfer Procedures for Utility Submissions 11 24 2015 OVERVIEW Plan Transfer Prcedures fr Utility Submissins OVERVIEW Abbreviatins The fllwing will be used thrughut this dcument: CADD MicrStatin r GDOT Bentley Navigatr PPG Plans Preparatin Guide DUO District Utilities

More information

Introduction LIVE MAPS UNITY PORTAL / INSTALLATION GUIDE. 2015 Savision B.V. savision.com All rights reserved.

Introduction LIVE MAPS UNITY PORTAL / INSTALLATION GUIDE. 2015 Savision B.V. savision.com All rights reserved. Rev 7.5.0 Intrductin 2 LIVE MAPS UNITY PORTAL / INSTALLATION GUIDE 2015 Savisin B.V. savisin.cm All rights reserved. This manual, as well as the sftware described in it, is furnished under license and

More information

Copyrights and Trademarks

Copyrights and Trademarks Cpyrights and Trademarks Sage One Accunting Cnversin Manual 1 Cpyrights and Trademarks Cpyrights and Trademarks Cpyrights and Trademarks Cpyright 2002-2014 by Us. We hereby acknwledge the cpyrights and

More information

Deploy Your First Cloud Foundry App to Any Cloud Foundry Service Provider

Deploy Your First Cloud Foundry App to Any Cloud Foundry Service Provider Deply Yur First Clud Fundry App t Any Clud Fundry Service Prvider cludwrkshp.rg/cludfundry Presenter: Develper Advcate, Redis Labs @davenielsen Oct 2015 dnielsen@gmail.cm twitter.cm/davenielsen linkedin.cm/in/dnielsen

More information

Pervasive Data Integrator. REST Invoker 2.0 Guide

Pervasive Data Integrator. REST Invoker 2.0 Guide Pervasive Data Integratr REST Invker 2.0 Guide Pervasive Sftware Inc. 12365 Riata Trace Parkway Building B Austin, Texas 78727 USA Telephne: (512) 231-6000 r (800) 287-4383 Fax: (512) 231-6010 Email: inf@pervasive.cm

More information

BRILL s Editorial Manager (EM) Manual for Authors Table of Contents

BRILL s Editorial Manager (EM) Manual for Authors Table of Contents BRILL s Editrial Manager (EM) Manual fr Authrs Table f Cntents Intrductin... 2 1. Getting Started: Creating an Accunt... 2 2. Lgging int EM... 3 3. Changing Yur Access Cdes and Cntact Infrmatin... 3 3.1

More information

edoc Lite Recruitment Guidelines

edoc Lite Recruitment Guidelines edc Lite Recruitment Guidelines Intrductin OneStart & the Academic Psitin Search Channel edc Lite Ruting and Wrkgrups Ruting Actin List Ruting Cntrls Wrkgrups Dcument Search edc Lite Dcuments Vacancy Ntice

More information

User Manual Brainloop Outlook Add-In. Version 3.4

User Manual Brainloop Outlook Add-In. Version 3.4 User Manual Brainlp Outlk Add-In Versin 3.4 Cntent 1. Summary... 3 2. Release Ntes... 3 2.1 Prerequisites... 3 2.2 Knwn Restrictins... 4 3. Installatin and Cnfiguratin... 4 3.1 The installatin prgram...

More information

ALM in the Cloud an Overview of Oracle Developer Cloud Service. Introduction. By Dana Singleterry

ALM in the Cloud an Overview of Oracle Developer Cloud Service. Introduction. By Dana Singleterry ALM in the Clud an Overview f Oracle Develper Clud Service Intrductin By Dana Singleterry In recent years the wrld f applicatin develpment has adpted new methdlgies that aim t imprve the quality and speed

More information

Information paper Reference Data Management Service

Information paper Reference Data Management Service This infrmatin paper describes the EU Reference Data Management Service. This Service prvides a central database, web service web applicatin fr maintaining RIS reference data, which is used by varius RIS-systems

More information

TaskCentre v4.5 Send Message (SMTP) Tool White Paper

TaskCentre v4.5 Send Message (SMTP) Tool White Paper TaskCentre v4.5 Send Message (SMTP) Tl White Paper Dcument Number: PD500-03-17-1_0-WP Orbis Sftware Limited 2010 Table f Cntents COPYRIGHT 1 TRADEMARKS 1 INTRODUCTION 2 Overview 2 FEATURES 2 GLOBAL CONFIGURATION

More information

Remote Setup and Configuration of the Outlook Email Program Information Technology Group

Remote Setup and Configuration of the Outlook Email Program Information Technology Group Remte Setup and Cnfiguratin f the Outlk Email Prgram Infrmatin Technlgy Grup The fllwing instructins will help guide yu in the prper set up f yur Outlk Email Accunt. Please nte that these instructins are

More information

A COMPLETE GUIDE TO ORACLE BI DISCOVERER END USER LAYER (EUL)

A COMPLETE GUIDE TO ORACLE BI DISCOVERER END USER LAYER (EUL) A COMPLETE GUIDE TO ORACLE BI DISCOVERER END USER LAYER (EUL) Authr: Jayashree Satapathy Krishna Mhan A Cmplete Guide t Oracle BI Discverer End User Layer (EUL) 1 INTRODUCTION END USER LAYER (EUL) The

More information

TaskCentre v4.5 File Management Tool White Paper

TaskCentre v4.5 File Management Tool White Paper TaskCentre v4.5 File Management Tl White Paper Dcument Number: PD500-03-30-1_0-WP Orbis Sftware Limited 2010 Table f Cntents COPYRIGHT 1 TRADEMARKS 1 INTRODUCTION 2 Overview 2 FEATURES 2 TECHNICAL SUMMARY

More information

User Guide. Sysgem SysMan Remote Control. By Sysgem AG

User Guide. Sysgem SysMan Remote Control. By Sysgem AG Sysgem SysMan Remte Cntrl User Guide By Sysgem AG Sysgem is a registered trademark f Sysgem AG. Other brands and prducts are registered trademarks f their respective hlders. 2012 Sysgem AG, Lavaterstrasse

More information

Serv-U Distributed Architecture Guide

Serv-U Distributed Architecture Guide Serv-U Distributed Architecture Guide Hrizntal Scaling and Applicatin Tiering fr High Availability, Security, and Perfrmance Serv-U Distributed Architecture Guide v14.0.1.0 Page 1 f 16 Intrductin Serv-U

More information

AvePoint High Speed Migration Supplementary Tools

AvePoint High Speed Migration Supplementary Tools AvePint High Speed Migratin Supplementary Tls User Guide Issued April 2016 1 Table f Cntents Intrductin... 3 MD5 Value Generatr Tl... 3 Azure Data Uplad Tl... 3 Dwnlading and Unpacking the Tl... 4 Using

More information

Instant Chime for IBM Sametime Quick Start Guide

Instant Chime for IBM Sametime Quick Start Guide Instant Chime fr IBM Sametime Quick Start Guide Fall 2014 Cpyright 2014 Instant Technlgies. All rights reserved. Cpyright and Disclaimer This dcument, as well as the sftware described in it, is furnished

More information

MedNetwork Systems Impulse Database Management

MedNetwork Systems Impulse Database Management Ttal Slutins Prvider MedNetwrk Systems Impulse Database Management 1300765 110 02 9290 9898 @ sales@mednet.cm.au www.mednet.cm.au MedNetwrk Systems Pty Ltd Database Management Impulse User Manual Database

More information

SQL 2005 Database Management Plans

SQL 2005 Database Management Plans SQL 2005 Database Management Plans Overview STI recmmends that users create database maintenance plans fr Micrsft SQL 2005 t maintain the integrity f the system s database. Database maintenance plans are

More information

Tipsheet: Sending Out Mass Emails in ApplyYourself

Tipsheet: Sending Out Mass Emails in ApplyYourself GEORGETOWN GRADUATE SCHOOL Tipsheet: Sending Out Mass Emails in ApplyYurself In ApplyYurself (AY), it is very simple and easy t send a mass email t all f yur prspects, applicants, r students with applicatins

More information

Serv-U Distributed Architecture Guide

Serv-U Distributed Architecture Guide Serv-U Distributed Architecture Guide Hrizntal Scaling and Applicatin Tiering fr High Availability, Security, and Perfrmance Serv-U Distributed Architecture Guide v15.1.2.0 Page 1 f 20 Intrductin Serv-U

More information

Firewall/Proxy Server Settings to Access Hosted Environment. For Access Control Method (also known as access lists and usually used on routers)

Firewall/Proxy Server Settings to Access Hosted Environment. For Access Control Method (also known as access lists and usually used on routers) Firewall/Prxy Server Settings t Access Hsted Envirnment Client firewall settings in mst cases depend n whether the firewall slutin uses a Stateful Inspectin prcess r ne that is cmmnly referred t as an

More information

Your Outlook Mailbox can be accessed from any PC that is connected to the Internet.

Your Outlook Mailbox can be accessed from any PC that is connected to the Internet. Outlk Web Access Faculty and Staff Millsaps Cllege Infrmatin Technlgy Services Yur Outlk Mailbx can be accessed frm any PC that is cnnected t the Internet. Open the Web brwser. Type in this URL: https://mail.millsaps.edu

More information

WatchDox for Windows User Guide

WatchDox for Windows User Guide WatchDx fr Windws User Guide Versin 3.9.7 Cnfidentiality This dcument cntains cnfidential material that is prprietary WatchDx. The infrmatin and ideas herein may nt be disclsed t any unauthrized individuals

More information

DocAve 6 ediscovery. User Guide. Service Pack 5. Revision B Issued February 2015. DocAve 6: ediscovery

DocAve 6 ediscovery. User Guide. Service Pack 5. Revision B Issued February 2015. DocAve 6: ediscovery DcAve 6 ediscvery User Guide Service Pack 5 Revisin B Issued February 2015 1 Table f Cntents Abut DcAve ediscvery... 4 Cmplementary Prducts... 4 Submitting Dcumentatin Feedback t AvePint... 5 Befre Yu

More information

HP Connected Backup Online Help. Version 8.7.1 04 October 2012

HP Connected Backup Online Help. Version 8.7.1 04 October 2012 HP Cnnected Backup Online Help Versin 8.7.1 04 Octber 2012 Legal Ntices Warranty The nly warranties fr Hewlett-Packard prducts and services are set frth in the express statements accmpanying such prducts

More information

CallCenter@nywhere Interaction Manager OFT 605 (Part1)

CallCenter@nywhere Interaction Manager OFT 605 (Part1) Interactin Manager OFT 605 (Part1) Cpyright 2014 ICS, McGill University Table f Cntents What is Interactin Manager?... 1 Features and Benefits... 1 Launch Interactin Manager... 1 Screen Layut... 2 Cnfiguring

More information

The Relativity Appliance Installation Guide

The Relativity Appliance Installation Guide The Relativity Appliance Installatin Guide February 4, 2016 - Versin 9 & 9.1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

WatchDox Server. Administrator's Guide. Version 3.8.5

WatchDox Server. Administrator's Guide. Version 3.8.5 WatchDx Server Administratr's Guide Versin 3.8.5 Cnfidentiality This dcument cntains cnfidential material that is prprietary WatchDx. The infrmatin and ideas herein may nt be disclsed t any unauthrized

More information

REQUEST FOR PROPOSAL FOR SHAREPOINT LEGISLATIVE MANAGEMENT SERVICES

REQUEST FOR PROPOSAL FOR SHAREPOINT LEGISLATIVE MANAGEMENT SERVICES REQUEST FOR PROPOSAL FOR SHAREPOINT LEGISLATIVE MANAGEMENT SERVICES The Wyming Legislature is at a pivtal pint in the management f its infrmatin and we are lking fr an accmplished firm with SharePint technlgy

More information