Orchestrating Document and Media Management using CMIS

Size: px
Start display at page:

Download "Orchestrating Document and Media Management using CMIS"

Transcription

1 Orchestrating Document and Media Management using CMIS Technical Note - Integrating ActiveVOS with Alfresco CMIS Services AN ACTIVE ENDPOINTS TECHNICAL NOTE 2009 Active Endpoints Inc. ActiveVOS is a trademark of Active Endpoints, Inc. All other company and product names are the property of their respective owners

2 Content Introduction... 3 Demonstration Scenario... 3 About Content Management Interoperability Services (CMIS)... 4 About Alfresco... 4 ActiveVOS and CMIS Orchestration Overview... 6 UpdateRepositoryCatalog.bpel... 7 Initiate Review Process... 7 Get Directory Listing Process... 8 Move Reviewed Doc Process... 9 Alfresco Approval Group Process... 9 Demonstration Environment Setup and Configuration Installation Update cmis-ws-context.xml file Create Alfresco ActiveVOS Project Spaces Obtaining the Repository Id Obtaining Space Ids Setup and Deployment of ActiveVOS Processes Step 1 - Download AlfrescoDemo project file Step 2 - Deploy Workflow Processes Step 3 Configure alfresco-config.xml file Step 4 Schedule the Initiate Review Process Running the Demonstration Environment Pre-requisites Testing Process Group Approval Process Summary/Conclusion About Active Endpoints Appendix A - ActiveVOS Installation Step 1 Run the ActiveVOS Designer Installer Step 2 Launch ActiveVOS Designer Step 3 Configure the Embedded ActiveVOS Server Appendix B - Installing Alfresco Step 1 Download Alfresco 3.2 Community Edition Step 2 Run Alfresco Installer Step 3 Launch alf_start.bat Step 4 - Verify alfresco is running Copyright Active Endpoints, Inc. Page 2 of 59

3 Introduction Demonstration Scenario Document management systems typically offer the ability to invoke a workflow on a pre-existing document or upon publication of the document or media in the document repository. Document-centric approaches have limitations. Such workflows tend to be proprietary in nature and typically constrained to activities that can only take place within the confines of a document repository. In most implementation advanced capabilities such as parallel threads of execution of the workflow is not possible. When documents and media originates outside a document repository and need to be handled by systems and users a different approach is needed. As such a process (i.e. a workflow) that spans beyond the confines of a document management system needs to be implemented. How though does one integrate system and human interaction with necessary document management functions? The purpose of this document is to describe the use of ActiveVOS in conjunction with the Content Management Interoperability Services (CMIS) web services interfaces. The adjoining demonstration project combines ActiveVOS with Alfresco s CMIS services as shown here. The combination of Alfresco and ActiveVOS leads to easier integration and development of solutions for customers. One of the key components of the integration between Alfresco and ActiveVOS is the use of the CMIS web services. Copyright Active Endpoints, Inc. Page 3 of 59

4 This approach provides content management systems such as Alfresco with Enhanced workflow capabilities o Human process governance o SLA monitoring/ escalations Easier integration with services and applications Better reporting and process visibility with ActiveVOS BAM/BI functionality Access to document management for access to document and media content and metadata About Content Management Interoperability Services (CMIS) On September 10, 2008 a group of Enterprise Content Management vendors including EMC Corporation, IBM Corporation and Microsoft Corporation announced the publication of Content Management Interoperability Services (CMIS) specification and a collection of associated schemas, WSDLs, and XML instances. CMIS s objective is to define a domain model and set of bindings, such as Web Service and RESTful AtomPub that can be used by applications to work with one or more Content Management repositories/systems. CMIS web services expose a series of vendor independent operations/ functions are exposed via the WSDL (or REST) interface. Through the use of these services content management solutions such as Alfresco s enable access to content and media to applications and processes build with ActiveVOS. For further information on CMIS, you can follow these links: About Alfresco The demonstration orchestration project described herein and the adjoining ActiveVOS project leverage Alfresco CMIS content management APIs. Alfresco is a provider of an open source enterprise content management platform depicted here. Copyright Active Endpoints, Inc. Page 4 of 59

5 To learn more about Alfresco please visit Copyright Active Endpoints, Inc. Page 5 of 59

6 ActiveVOS and CMIS Orchestration Overview The demonstration environment includes an ActiveVOS Orchestration project that you can download from the same location in the In-Depth section where you found this document. The Import the Alfresco Project section of the orchestration project describes how to import the project s content. To view the process definitions, you can double click within Project Explorer after to see the visual process representations. The project contains the content shown here. <- Alfresco space names <- Workflows to be deployed <- Reference configuration data files for demo <- Deployment files <- Sample data folder <- WSDL interfaces to Alfresco Copyright Active Endpoints, Inc. Page 6 of 59

7 UpdateRepositoryCatalog.bpel This workflow is responsible for updating the catalog file containing the Alfresco repository space id. It uses a CMIS getrepositories operation call to get the main repository space id from the Alfresco repository. Via standard Assign/ Copy BPEL operations, the alfrescoconfig.xml file is updated in the ActiveVOS catalog. Initiate Review Process The Initiate Review process (InitiateReview.bpel) queries the Alfresco ready for review folder. For each document in folder, it moves each document to Under Review folder in Alfresco. Also it initiates group review. This process is scheduled to run periodically. Refer to Step 4 Schedule the Initiate Review Process later in this document for details on how to configure the process schedule. Copyright Active Endpoints, Inc. Page 7 of 59

8 Get Directory Listing Process This process (GetDirectoryListing.bpel) is invoked by the Initiate Review process QueryDirectoryOperation activity. The Query activity invokes an CMIS function to get a list of files in the Ready folder that needs to be processed. Copyright Active Endpoints, Inc. Page 8 of 59

9 Move Reviewed Doc Process This process is invoked by the Initiate Review process MoveDoc activity. It gets the folder ids from the catalog file. Based on the group consensus (Accept or Deny), the file is moved to either Accepted or Rejected Alfresco folder using a CMIS defined operation. Alfresco Approval Group Process The Alfresco Group Approval Process (AlfrescoGroupApprovalPro cess.bpel) invoked from the SendDocToReview activity of the Initiate Review Process makes a copy of the Copyright Active Endpoints, Inc. Page 9 of 59

10 document from the Alfresco folder. A human task is launched for each of the 3 reviewers (approver1, approver2 and approver3) and a copy of the same file is sent to each of them. Demonstration Environment Setup and Configuration This section describes the setup and configuration steps necessary to run the demonstration environment comprising ActiveVOS and Alfresco. Installation This demonstration environment described in this document assumes the following: 1. Windows XP Operating System - The demonstration environment can be installed on a Linux platform but the steps for this are not provided in this document. Please contact evalsupport@activevos.com for assistance. 2. Alfresco Version - General Available (GA) version of Alfresco 3.2 Community Edition. 3. ActiveVOS Version - ActiveVOS is used to illustrate the examples. Appendix A and B respectively describe the steps to download and install ActiveVOS and Alfresco. Update cmis-ws-context.xml file If you are running with ActiveVOS 7.0 or later, as part of the setup, you need to update cmis-ws-context.xml to remove the requirement for timestamps on the messages. You will find this file in a directory like.tomcat\webapps\alfresco\web-inf\classes\alfresco Remove Timestamp from wss4jininterceptor id as shown below Pre-edit version Copyright Active Endpoints, Inc. Page 10 of 59

11 Post edit version Create Alfresco ActiveVOS Project Spaces The demonstration project relies on the existence of pre-named spaces (or folders ) within the Alfresco content management repository. From the Alfresco administrative console GUI, it is easy to configure these required spaces. From the main Alfresco GUI, using the Navigator, go to Company Home and view entries for User Homes. After the initial installation, this space will not have any items as shown below. Copyright Active Endpoints, Inc. Page 11 of 59

12 Select Import Point to the ActiveVOS.acp file. This file is included in the AlfrescoDemo.zip file in the folder acp see section Copyright Active Endpoints, Inc. Page 12 of 59

13 Now do a refresh on the User Homes And now drill into the ActiveVOS space Copyright Active Endpoints, Inc. Page 13 of 59

14 At this point, you can delete the ActiveVOS.acp file When you click on the ActiveVOS space, you should see a folder/ directory structure similar to the following: Copyright Active Endpoints, Inc. Page 14 of 59

15 Obtaining the Repository Id As part of the workflows, it is required to obtain the repository Id. You can get the repository id by running the UpdateRepositoryCatalog.bpel process An easy way to do this is the use the ActiveVOS Admin Maintenance Scheduler. Logon to ActiveVOS console ( Goto Admin -> Maintenance -> Scheduling Click on Create Schedule link Copyright Active Endpoints, Inc. Page 15 of 59

16 Now enter the appropriate values to define the one time schedule Name: Alfresco Repository Id Frequency: Once Service Name: CatalogUpdatePort Input Message : contents <MessageInitiate xmlns=" <initiate/> </MessageInitiate> available from sample-data folder in file InitiateStub.xml Copyright Active Endpoints, Inc. Page 16 of 59

17 Select Run Now to have it execute. If you want to verify the correct execution of this task, use the ActiveVOS Admin Console Monitor Process Monitoring Active Processes And click on the process instance Copyright Active Endpoints, Inc. Page 17 of 59

18 Obtaining Space Ids As part of the workflows, you need to have the Alfresco space ids (identifiers). To discover these values, you can use the Alfresco GUI to discover the values. Copyright Active Endpoints, Inc. Page 18 of 59

19 From the Space Navigator, click on Accepted and then, select More Actions & View Details Copyright Active Endpoints, Inc. Page 19 of 59

20 Record these spaceids for updating the alfresco-config.xml in an upcoming step. Copyright Active Endpoints, Inc. Page 20 of 59

21 Setup and Deployment of ActiveVOS Processes Now that the Alfresco components have been configured, you can start on the configuration of the ActiveVOS workflow components. Step 1 - Download AlfrescoDemo project file As part of the example, there is an AlfrescoDemo.zip file Import the Alfresco Project At this point, you can import the ActiveVOS projects for the Alfresco demo. If you have copied the zip file to a location like: C:\temp\Afresco\AcitveVOS demo Copyright Active Endpoints, Inc. Page 21 of 59

22 You can use the Eclipse project import capability to import the project contents to your ActiveVOS Designer. Use the File/ Import option Copyright Active Endpoints, Inc. Page 22 of 59

23 Click on Open Select Finish After the import is completed, you will see Copyright Active Endpoints, Inc. Page 23 of 59

24 Configure tomcat-users.xml To modify the tomcat-users.xml file: Goto the Server Tab and select you ActiveVOS Embedded server entry Copyright Active Endpoints, Inc. Page 24 of 59

25 Right click to bring up the menu and click on Open. You will then see a screen like the following. Copyright Active Endpoints, Inc. Page 25 of 59

26 Expand Configure Identify Provider by clicking on the text Now you can click on the tomcat-user.xml hyperlink to begin editing of the identity XML file. Copyright Active Endpoints, Inc. Page 26 of 59

27 Switch from the Design to Source view and add the following lines <!-- Alfresco demo integration users --> <user username="approver1" password="approver1" roles="abtaskclient"/> <user username="approver2" password="approver2" roles="abtaskclient"/> <user username="approver3" password="approver3" roles="abtaskclient"/> To the file, You can cut and paste from this word document). You must restart your embedded server to have these new users take effect. To test the users, you can use the ActiveVOS console Copyright Active Endpoints, Inc. Page 27 of 59

28 Click on Test Tab If the test for approver1 fails, stop and start your embedded server (from the servers tab). When the ActiveVOS embedded server has been restarted, test for the approver1 id again. Copyright Active Endpoints, Inc. Page 28 of 59

29 Step 2 - Deploy Workflow Processes Click on Deploy Icon in ActiveVOS console. Navigate and select AlfrescoDemo.bpr file in the../workspace/alfrescodemo/deploy directory Click Open Copyright Active Endpoints, Inc. Page 29 of 59

30 And then click on Deploy Copyright Active Endpoints, Inc. Page 30 of 59

31 You can typically ignore the warning messages. Verifying successful deployment Copyright Active Endpoints, Inc. Page 31 of 59

32 Step 3 Configure alfresco-config.xml file The alfresco-config.xml will contain the Alfresco repository and space ids as reference values in an xml file. To edit, this file, launch the ActiveVOS console ( and navigate to the Catalog/ Resources/ All page Copyright Active Endpoints, Inc. Page 32 of 59

33 Edit the above file to set the parameters for the Alfresco spaces. Use the information collected in the Create Alfresco ActiveVOS Project Spaces section Click on Update when you have completed the changes. Step 4 Schedule the Initiate Review Process To schedule the Initiate Review process execution, an ActiveVOS schedule task needs to be configured. To do this, launch an ActiveVOS Console session and navigate to: Admin Maintenance Scheduling Copyright Active Endpoints, Inc. Page 33 of 59

34 You should see a screen similar to the following: When you click on Create Schedule, you will see a dialog similar to following screen Copyright Active Endpoints, Inc. Page 34 of 59

35 Configure the scheduling task with the following Name Alfresco Polling Frequency once we will launch manually; in a production mode, this could be set to run periodically (e..g 1/minute or 1/hour) Service Name InitiateStub - if you click on the link Services, you should see a list similar to the following Input document see AlfrescoDemo/sample-data/ InitiateStub.xml file for contents for Input document Copyright Active Endpoints, Inc. Page 35 of 59

36 This will be used in the end to end testing of the Alfresco/ ActiveVOS integration. Copyright Active Endpoints, Inc. Page 36 of 59

37 Running the Demonstration Environment Pre-requisites Prior to running the end to end tests, you should have the following installed and running: Alfresco mysql Alfresco Tomcat application server with Alfresco software ActiveVOS Designer with embedded server started Testing Process The testing cycle is detailed below. Step 1 Add file to ready folder Use Alfresco console ( ) Enter credentials and click on Login Copyright Active Endpoints, Inc. Page 37 of 59

38 If necessary login as Admin Navigate to Received folder Company Home User home ActiveVOS Received Select Received hyper link Copyright Active Endpoints, Inc. Page 38 of 59

39 Now select the Add Content link and follow the prompts to upload your file. Browse to the file you want to upload. Copyright Active Endpoints, Inc. Page 39 of 59

40 Copyright Active Endpoints, Inc. Page 40 of 59

41 Step 2 - The Initiate Review process must be scheduled In the prior section, we configured the scheduler entry for this process. You can now using ActiveVOS console to have the process execute immediately. Click the check box next to Alfresco Polling and then click on Run Now. This will allow ActiveVOS to detect files and launch the workflow. Copyright Active Endpoints, Inc. Page 41 of 59

42 The InitiateReview process queries the Alfresco ready for review folder. For each document in folder, it moves each document to Under Review folder in Alfresco. Also it initiates group review. Group Approval Process The AlfrescoGroupApprovalProcess.bpel makes a copy of the document from the Alfresco folder. A human task is launched for each of the 3 reviewers (approver1, approver2 and approver3) and a copy of the same file is sent to each of them. To make the approval or deny of the document, each of the human task reviewers will login to the ActiveVOS inbox by starting a web browser session ( ) Copyright Active Endpoints, Inc. Page 42 of 59

43 Each reviewer (approver1, approver2, approver 3) to enter in their username and password. ActiveVOS WS Human Task Approve or Reject Document Alfresco Document Active Endpoints Copyright Active Endpoints, Inc. Page 43 of 59

44 After 2 acceptances (Approved = true) or 2 Denies (Approved = false) are received (from a possible 3 participants), the ActiveVOS process would then launch the move document workflow The document is then moved from Under Review folder to either Accepted or Denied folder. Check movement of file on Alfresco portal to appropriate folder by logging into the Alfresco Console (e.g. ) and navigating to the appropriate space Company Home ActiveVOS Accepted Copyright Active Endpoints, Inc. Page 44 of 59

45 Summary/Conclusion Integration between ActiveVOS and Alfresco is simple via the CMIS web service interface or REST API. The examples provided show the ease of quick integration between the Alfresco repository and simple standards based graphical process workflows within the ActiveVOS product set. Please feel free to contact Active Endpoints for more details on the integration. About Active Endpoints Active Endpoints ( ActiveVOS is the business process management system (BPMS) that development teams will love. ActiveVOS empowers project teams to create business process management (BPM) applications using services, making their businesses more agile and effective. ActiveVOS promotes mass adoption of SOAenabled BPM applications by focusing on accelerating project delivery time with a complete, affordable and easy-to-use system. Active Endpoints is headquartered in Waltham, MA with development facilities in Shelton, CT. To find out how Active Endpoints can help your business, visit call and press 1 for Sales, or us at info@activevos.com. Copyright Active Endpoints, Inc. Page 45 of 59

46 Appendix A - ActiveVOS Installation To install ActiveVOS download the 30-day evaluation version of ActiveVOS from the following link: If you have any issues with the download, please send an to: evalsupport@activevos.com You will receive a license file shortly after Active Endpoints staff contacts you to learn more about your needs. The installation of ActiveVOS is straight forward. At the appropriate time, you will be prompted for your 30 day license key. Again, if you have any issues with the license key, please contact evalsupport@activevos.com When you have completed the installation of the evaluation version of ActiveVOS, you will have an all-in-one eclipse based environment with Eclipse 3.4 ActiveVOS plug ins o ActiveVOS Designer Copyright Active Endpoints, Inc. Page 46 of 59

47 o ActiveVOS embedded server In memory database (Derby) The embedded ActiveVOS server will provide you with the execution environment needed to run the demonstration integration project. Step 1 Run the ActiveVOS Designer Installer After you have downloaded the Windows installer from the link, Double-click to launch the installer. You will be prompted for an ActiveVOS license key file. This is typically ed to you as a separate attachment after you make your initial download request. If you did not receive your evaluation license key file in an message (please check your junk mail folders first), send an to evalsupport@activevos.com asking for assistance. Upon successful installation of the ActiveVOS software, you will see a screen similar to the following: Copyright Active Endpoints, Inc. Page 47 of 59

48 Step 2 Launch ActiveVOS Designer Launch ActiveVOS Designer from the ActiveVOS Start Menu created by ActiveVOS Designer installer. Next, you will be asked to select a workspace location where to create ActiveVOS Orchestration Projects. Accept the default for the workspace name and continue Select the option Use this as the default and do not ask again for convenience when you launch the ActiveVOS eclipse based tool again. You can close the welcome screen when it appears and proceed directly to the ActiveVOS Designer workbench screen. Copyright Active Endpoints, Inc. Page 48 of 59

49 Copyright Active Endpoints, Inc. Page 49 of 59

50 Step 3 Configure the Embedded ActiveVOS Server As part of the ActiveVOS setup, you must configure an instance of the ActiveVOS embedded server. To do this, click on the Servers tab to bring into focus. Now with your cursor in the server panel, <right click> to bring up the New option as shown below When you highlight the blue New option, you will have a chance to select the Server option. When you click on Server, you will get the following dialog screen Copyright Active Endpoints, Inc. Page 50 of 59

51 Select Next Copyright Active Endpoints, Inc. Page 51 of 59

52 Click on Next Accept the port defaults. As appropriate, if there are port conflicts, you may need to change these settings. Copyright Active Endpoints, Inc. Page 52 of 59

53 Click on Finish and you should see a screen similar to the following with your new ActiveVOS server definition. You can click on the icon and the ActiveVOS server will startup green Server Start Copyright Active Endpoints, Inc. Page 53 of 59

54 A new pane Console will display the startup progress. You will see a message in the console INFO: ********** ActiveVOS Enterprise Started when the server has completed its startup process. If you click back in the Server tab, you will see That the server status is now Started versus Stopped Copyright Active Endpoints, Inc. Page 54 of 59

55 Appendix B - Installing Alfresco As part of the Alfresco software installation you will perform two main activities: Creating Tomcat application server instance with Alfresco software Create mysql database instance These software components will be installed by running the single Alfresco install wizard. Step 1 Download Alfresco 3.2 Community Edition Download Alfresco 3.2 Community Edition software from The file when downloaded should be approximately 370 MB Step 2 Run Alfresco Installer Click/ launch this executable. Copyright Active Endpoints, Inc. Page 55 of 59

56 After specifying a root directory (e.g. C:\AlfrescoCE3.2) with the exe file, and accepting the default directories, you will get something like the following on your drive: Hints: 1. Ports To facilitate the construct of this demo, we set the Alfresco ports to be (versus the regular 8080) to avoid conflicts with ActiveVOS. Copyright Active Endpoints, Inc. Page 56 of 59

57 In addition, you should change the ports (e.g > 28005) in the Alfresco Tomcat server.xml This will be located in a directory like C:\AlfrescoCE3.2\tomcat\conf. 2. Remove unnecessary.war and folders To speed up startup of the Alfresco software, you may want to consider deleting the following from the from the C:\AlfrescoCE3.2\tomcat\webapps directory : mobile.war studio.war \mobile directory \studio directories Step 3 Launch alf_start.bat In the root Alfresco install directory (e.g C:\AlfrescoCE3.2), you will see a batch file alf_start.bat. Click/ launch this file and you will create 2 windows: a) MySQL default database for alfresco tomcat instance b) Alfresco tomcat instance Copyright Active Endpoints, Inc. Page 57 of 59

58 Copyright Active Endpoints, Inc. Page 58 of 59

59 Step 4 - Verify alfresco is running Start browser session with URL : Copyright Active Endpoints, Inc. Page 59 of 59

NSi Mobile Installation Guide. Version 6.2

NSi Mobile Installation Guide. Version 6.2 NSi Mobile Installation Guide Version 6.2 Revision History Version Date 1.0 October 2, 2012 2.0 September 18, 2013 2 CONTENTS TABLE OF CONTENTS PREFACE... 5 Purpose of this Document... 5 Version Compatibility...

More information

TIBCO ActiveMatrix BPM - Integration with Content Management Systems

TIBCO ActiveMatrix BPM - Integration with Content Management Systems TIBCO ActiveMatrix BPM - Integration with Content Management Systems Software Release 3.0 May 2014 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE.

More information

ActiveVOS Clustering with JBoss

ActiveVOS Clustering with JBoss Clustering with JBoss Technical Note Version 1.2 29 December 2011 2011 Active Endpoints Inc. is a trademark of Active Endpoints, Inc. All other company and product names are the property of their respective

More information

IIS, FTP Server and Windows

IIS, FTP Server and Windows IIS, FTP Server and Windows The Objective: To setup, configure and test FTP server. Requirement: Any version of the Windows 2000 Server. FTP Windows s component. Internet Information Services, IIS. Steps:

More information

TIBCO ActiveMatrix BPM Integration with Content Management Systems Software Release 2.2.0 September 2013

TIBCO ActiveMatrix BPM Integration with Content Management Systems Software Release 2.2.0 September 2013 TIBCO ActiveMatrix BPM Integration with Content Management Systems Software Release 2.2.0 September 2013 Two-Second Advantage Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE.

More information

Shavlik Patch for Microsoft System Center

Shavlik Patch for Microsoft System Center Shavlik Patch for Microsoft System Center User s Guide For use with Microsoft System Center Configuration Manager 2012 Copyright and Trademarks Copyright Copyright 2014 Shavlik. All rights reserved. This

More information

Using Internet or Windows Explorer to Upload Your Site

Using Internet or Windows Explorer to Upload Your Site Using Internet or Windows Explorer to Upload Your Site This article briefly describes what an FTP client is and how to use Internet Explorer or Windows Explorer to upload your Web site to your hosting

More information

How To Install An Aneka Cloud On A Windows 7 Computer (For Free)

How To Install An Aneka Cloud On A Windows 7 Computer (For Free) MANJRASOFT PTY LTD Aneka 3.0 Manjrasoft 5/13/2013 This document describes in detail the steps involved in installing and configuring an Aneka Cloud. It covers the prerequisites for the installation, the

More information

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide Copyright and Trademark Statements 2014 ViewSonic Computer Corp. All rights reserved. This document contains proprietary information that

More information

Getting started with 2c8 plugin for Microsoft Sharepoint Server 2010

Getting started with 2c8 plugin for Microsoft Sharepoint Server 2010 Getting started with 2c8 plugin for Microsoft Sharepoint Server 2010... 1 Introduction... 1 Adding the Content Management Interoperability Services (CMIS) connector... 1 Installing the SharePoint 2010

More information

Implementing a SAS Metadata Server Configuration for Use with SAS Enterprise Guide

Implementing a SAS Metadata Server Configuration for Use with SAS Enterprise Guide Implementing a SAS Metadata Server Configuration for Use with SAS Enterprise Guide Step 1: Setting Up Required Users and Groups o Windows Operating Systems Only Step 2: Installing Software Using the SAS

More information

Windows Azure Pack Installation and Initial Configuration

Windows Azure Pack Installation and Initial Configuration Windows Azure Pack Installation and Initial Configuration Windows Server 2012 R2 Hands-on lab In this lab, you will learn how to install and configure the components of the Windows Azure Pack. To complete

More information

Sage 200 Web Time & Expenses Guide

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

More information

HR Onboarding Solution

HR Onboarding Solution HR Onboarding Solution Installation and Setup Guide Version: 3.0.x Compatible with ImageNow Version: 6.7.x Written by: Product Documentation, R&D Date: November 2014 2014 Perceptive Software. All rights

More information

Crystal Reports Installation Guide

Crystal Reports Installation Guide Crystal Reports Installation Guide Version XI Infor Global Solutions, Inc. Copyright 2006 Infor IP Holdings C.V. and/or its affiliates or licensors. All rights reserved. The Infor word and design marks

More information

SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL

SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL SOS Online Backup USER MANUAL HOW TO INSTALL THE SOFTWARE 1. Download the software from the website: http://www.sosonlinebackup.com/download_the_software.htm 2. Click Run to install when promoted, or alternatively,

More information

Integrating WebSphere Portal V8.0 with Business Process Manager V8.0

Integrating WebSphere Portal V8.0 with Business Process Manager V8.0 2012 Integrating WebSphere Portal V8.0 with Business Process Manager V8.0 WebSphere Portal & BPM Services [Page 2 of 51] CONTENTS CONTENTS... 2 1. DOCUMENT INFORMATION... 4 1.1 1.2 2. INTRODUCTION... 5

More information

Citrix Systems, Inc.

Citrix Systems, Inc. Citrix Password Manager Quick Deployment Guide Install and Use Password Manager on Presentation Server in Under Two Hours Citrix Systems, Inc. Notice The information in this publication is subject to change

More information

ActiveVOS Performance Tuning

ActiveVOS Performance Tuning ActiveVOS Performance Tuning Technical Note V1.2 AN ACTIVE ENDPOINTS TECHNICAL NOTE 2011 Active Endpoints Inc. ActiveVOS is a trademark of Active Endpoints, Inc. All other company and product names are

More information

To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server 2008.

To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server 2008. Znode Multifront - Installation Guide Version 6.2 1 System Requirements To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server

More information

EMC Documentum Repository Services for Microsoft SharePoint

EMC Documentum Repository Services for Microsoft SharePoint EMC Documentum Repository Services for Microsoft SharePoint Version 6.5 SP2 Installation Guide P/N 300 009 829 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com

More information

ECA IIS Instructions. January 2005

ECA IIS Instructions. January 2005 ECA IIS Instructions January 2005 THIS PAGE INTENTIONALLY BLANK ECA IIS Instructions ii July 22, 2005 Table of Contents 1. Install Certificate in IIS 5.0... 1 2. Obtain and Install the ECA Root Certificate

More information

The cloud server setup program installs the cloud server application, Apache Tomcat, Java Runtime Environment, and PostgreSQL.

The cloud server setup program installs the cloud server application, Apache Tomcat, Java Runtime Environment, and PostgreSQL. GO-Global Cloud 4.1 QUICK START SETTING UP A WINDOWS CLOUD SERVER AND HOST This guide provides instructions for setting up a cloud server and configuring a host so it can be accessed from the cloud server.

More information

Administration Guide for the System Center Cloud Services Process Pack

Administration Guide for the System Center Cloud Services Process Pack Administration Guide for the System Center Cloud Services Process Pack Microsoft Corporation Published: May 7, 2012 Author Kathy Vinatieri Applies To System Center Cloud Services Process Pack This document

More information

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

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

More information

Business Process Management IBM Business Process Manager V7.5

Business Process Management IBM Business Process Manager V7.5 Business Process Management IBM Business Process Manager V7.5 Federated task management for BPEL processes and human tasks This presentation introduces the federated task management feature for BPEL processes

More information

8.7. NET SatisFAXtion Email Gateway Installation Guide. For NET SatisFAXtion 8.7. Contents

8.7. NET SatisFAXtion Email Gateway Installation Guide. For NET SatisFAXtion 8.7. Contents NET SatisFAXtion Email Gateway Installation Guide For NET SatisFAXtion 8.7 Contents Install Microsoft Virtual SMTP Server 2 XP and 2003 2 2008 and 2008 R2 2 Windows 7 2 Upgrade Path 2 Configure Microsoft

More information

HYPERION SYSTEM 9 N-TIER INSTALLATION GUIDE MASTER DATA MANAGEMENT RELEASE 9.2

HYPERION SYSTEM 9 N-TIER INSTALLATION GUIDE MASTER DATA MANAGEMENT RELEASE 9.2 HYPERION SYSTEM 9 MASTER DATA MANAGEMENT RELEASE 9.2 N-TIER INSTALLATION GUIDE P/N: DM90192000 Copyright 2005-2006 Hyperion Solutions Corporation. All rights reserved. Hyperion, the Hyperion logo, and

More information

CA Nimsoft Service Desk

CA Nimsoft Service Desk CA Nimsoft Service Desk Single Sign-On Configuration Guide 6.2.6 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Portions of this product were created using LEADTOOLS 1991-2009 LEAD Technologies, Inc. ALL RIGHTS RESERVED.

Portions of this product were created using LEADTOOLS 1991-2009 LEAD Technologies, Inc. ALL RIGHTS RESERVED. Installation Guide Lenel OnGuard 2009 Installation Guide, product version 6.3. This guide is item number DOC-110, revision 1.038, May 2009 Copyright 1992-2009 Lenel Systems International, Inc. Information

More information

IBM Operational Decision Manager Version 8 Release 5. Getting Started with Business Rules

IBM Operational Decision Manager Version 8 Release 5. Getting Started with Business Rules IBM Operational Decision Manager Version 8 Release 5 Getting Started with Business Rules Note Before using this information and the product it supports, read the information in Notices on page 43. This

More information

Aradial Installation Guide

Aradial Installation Guide Aradial Technologies Ltd. Information in this document is subject to change without notice. Companies, names, and data used in examples herein are fictitious unless otherwise noted. No part of this document

More information

Zanibal Plug-in For Microsoft Outlook Installation & User Guide Version 1.1

Zanibal Plug-in For Microsoft Outlook Installation & User Guide Version 1.1 Zanibal Plug-in For Microsoft Outlook Installation & User Guide Version 1.1 Zanibal LLC Phone: +1-408-887-0480, +234-1-813-1744 Email: support@zanibal.com www.zanibal.com Copyright 2012, Zanibal LLC. All

More information

Web services with WebSphere Studio: Deploy and publish

Web services with WebSphere Studio: Deploy and publish Web services with WebSphere Studio: Deploy and publish Table of Contents If you're viewing this document online, you can click any of the topics below to link directly to that section. 1. Introduction...

More information

WatchDox Administrator's Guide. Application Version 3.7.5

WatchDox Administrator's Guide. Application Version 3.7.5 Application Version 3.7.5 Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to any unauthorized individuals

More information

How to Implement the X.509 Certificate Based Single Sign-On Solution with SAP Netweaver Single Sign-On

How to Implement the X.509 Certificate Based Single Sign-On Solution with SAP Netweaver Single Sign-On How to Implement the X.509 Certificate Based Single Sign-On Solution with SAP Netweaver Single Sign-On How to implement the X.509 certificate based Single Sign-On solution from SAP Page 2 of 34 How to

More information

Tool-Assisted Knowledge to HL7 v3 Message Translation (TAMMP) Installation Guide December 23, 2009

Tool-Assisted Knowledge to HL7 v3 Message Translation (TAMMP) Installation Guide December 23, 2009 Tool-Assisted Knowledge to HL7 v3 Message Translation (TAMMP) Installation Guide December 23, 2009 Richard Lyn lynrf@mcmaster.ca Jianwei Yang yangj29@mcmaster.ca Document Revision History Rev. Level Date

More information

DESLock+ Basic Setup Guide Version 1.20, rev: June 9th 2014

DESLock+ Basic Setup Guide Version 1.20, rev: June 9th 2014 DESLock+ Basic Setup Guide Version 1.20, rev: June 9th 2014 Contents Overview... 2 System requirements:... 2 Before installing... 3 Download and installation... 3 Configure DESLock+ Enterprise Server...

More information

OneLogin Integration User Guide

OneLogin Integration User Guide OneLogin Integration User Guide Table of Contents OneLogin Account Setup... 2 Create Account with OneLogin... 2 Setup Application with OneLogin... 2 Setup Required in OneLogin: SSO and AD Connector...

More information

Upgrading from Call Center Reporting to Reporting for Contact Center. BCM Contact Center

Upgrading from Call Center Reporting to Reporting for Contact Center. BCM Contact Center Upgrading from Call Center Reporting to Reporting for Contact Center BCM Contact Center Document Number: NN40010-400 Document Status: Standard Document Version: 02.00 Date: June 2006 Copyright Nortel Networks

More information

SETTING UP ACTIVE DIRECTORY (AD) ON WINDOWS 2008 FOR DOCUMENTUM @ EROOM

SETTING UP ACTIVE DIRECTORY (AD) ON WINDOWS 2008 FOR DOCUMENTUM @ EROOM SETTING UP ACTIVE DIRECTORY (AD) ON WINDOWS 2008 FOR DOCUMENTUM @ EROOM Abstract This paper explains how to setup Active directory service on windows server 2008.This guide also explains about how to install

More information

TIBCO Spotfire Automation Services 6.5. Installation and Deployment Manual

TIBCO Spotfire Automation Services 6.5. Installation and Deployment Manual TIBCO Spotfire Automation Services 6.5 Installation and Deployment Manual Revision date: 17 April 2014 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED

More information

SharePoint Server for Business Intelligence

SharePoint Server for Business Intelligence SharePoint Server for Business Intelligence SharePoint Business Intelligence Content Team Summary: Step-by-step, learn how to install and configure SharePoint Server 2010 and SQL Server 2008 to create

More information

IBM Information Server

IBM Information Server IBM Information Server Version 8 Release 1 IBM Information Server Administration Guide SC18-9929-01 IBM Information Server Version 8 Release 1 IBM Information Server Administration Guide SC18-9929-01

More information

CA VPN Client. User Guide for Windows 1.0.2.2

CA VPN Client. User Guide for Windows 1.0.2.2 CA VPN Client User Guide for Windows 1.0.2.2 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for your

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

USER CONFERENCE 2011 SAN FRANCISCO APRIL 26 29. Running MarkLogic in the Cloud DEVELOPER LOUNGE LAB

USER CONFERENCE 2011 SAN FRANCISCO APRIL 26 29. Running MarkLogic in the Cloud DEVELOPER LOUNGE LAB USER CONFERENCE 2011 SAN FRANCISCO APRIL 26 29 Running MarkLogic in the Cloud DEVELOPER LOUNGE LAB Table of Contents UNIT 1: Lab description... 3 Pre-requisites:... 3 UNIT 2: Launching an instance on EC2...

More information

Trial environment setup. Exchange Server Archiver - 3.0

Trial environment setup. Exchange Server Archiver - 3.0 Trial environment setup Exchange Server Archiver - 3.0 Introduction This document describes how you can set up a trial environment for using Exchange Server Archiver with Exchange Server 2007. You do not

More information

EMC Documentum Connector for Microsoft SharePoint

EMC Documentum Connector for Microsoft SharePoint EMC Documentum Connector for Microsoft SharePoint Version 7.1 Installation Guide EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright 2013-2014

More information

RoomWizard Synchronization Software Manual Installation Instructions

RoomWizard Synchronization Software Manual Installation Instructions 2 RoomWizard Synchronization Software Manual Installation Instructions Table of Contents Exchange Server Configuration... 4 RoomWizard Synchronization Software Installation and Configuration... 5 System

More information

NETWRIX CHANGE NOTIFIER

NETWRIX CHANGE NOTIFIER NETWRIX CHANGE NOTIFIER FOR SQL SERVER QUICK-START GUIDE Product Version: 2.6.194 February 2014. Legal Notice The information in this publication is furnished for information use only, and does not constitute

More information

owncloud Configuration and Usage Guide

owncloud Configuration and Usage Guide owncloud Configuration and Usage Guide This guide will assist you with configuring and using YSUʼs Cloud Data storage solution (owncloud). The setup instructions will include how to navigate the web interface,

More information

ORACLE BUSINESS INTELLIGENCE WORKSHOP

ORACLE BUSINESS INTELLIGENCE WORKSHOP ORACLE BUSINESS INTELLIGENCE WORKSHOP Integration of Oracle BI Publisher with Oracle Business Intelligence Enterprise Edition Purpose This tutorial mainly covers how Oracle BI Publisher is integrated with

More information

QuadraMed Enterprise Scheduling Combined Service Installation Guide. Version 11.0

QuadraMed Enterprise Scheduling Combined Service Installation Guide. Version 11.0 QuadraMed Enterprise Scheduling Combined Service Installation Guide Version 11.0 Client Support Phone: 877.823.7263 E-Mail: ClientSupport@QuadraMed.com QuadraMed Corporation Proprietary Statement This

More information

ADFS Integration Guidelines

ADFS Integration Guidelines ADFS Integration Guidelines Version 1.6 updated March 13 th 2014 Table of contents About This Guide 3 Requirements 3 Part 1 Configure Marcombox in the ADFS Environment 4 Part 2 Add Relying Party in ADFS

More information

Quick Start Guide for VMware and Windows 7

Quick Start Guide for VMware and Windows 7 PROPALMS VDI Version 2.1 Quick Start Guide for VMware and Windows 7 Rev. 1.1 Published: JULY-2011 1999-2011 Propalms Ltd. All rights reserved. The information contained in this document represents the

More information

Installing Management Applications on VNX for File

Installing Management Applications on VNX for File EMC VNX Series Release 8.1 Installing Management Applications on VNX for File P/N 300-015-111 Rev 01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright

More information

Deploying System Center 2012 R2 Configuration Manager

Deploying System Center 2012 R2 Configuration Manager Deploying System Center 2012 R2 Configuration Manager This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED, OR STATUTORY, AS TO THE INFORMATION IN THIS DOCUMENT.

More information

Appendix E. Captioning Manager system requirements. Installing the Captioning Manager

Appendix E. Captioning Manager system requirements. Installing the Captioning Manager Appendix E Installing and configuring the Captioning Manager The Mediasite Captioning Manager, a separately sold EX Server add-on, allows users to submit and monitor captioning requests through Automatic

More information

Business Portal for Microsoft Dynamics GP 2010. Field Service Suite

Business Portal for Microsoft Dynamics GP 2010. Field Service Suite Business Portal for Microsoft Dynamics GP 2010 Field Service Suite Copyright Copyright 2010 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views

More information

IBM BPM V8.5 Standard Consistent Document Managment

IBM BPM V8.5 Standard Consistent Document Managment IBM Software An IBM Proof of Technology IBM BPM V8.5 Standard Consistent Document Managment Lab Exercises Version 1.0 Author: Sebastian Carbajales An IBM Proof of Technology Catalog Number Copyright IBM

More information

Setting Up Resources in VMware Identity Manager

Setting Up Resources in VMware Identity Manager Setting Up Resources in VMware Identity Manager VMware Identity Manager 2.4 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Application. 1.1 About This Tutorial. 1.1.1 Tutorial Requirements. 1.1.2 Provided Files

Application. 1.1 About This Tutorial. 1.1.1 Tutorial Requirements. 1.1.2 Provided Files About This Tutorial 1Creating an End-to-End HL7 Over MLLP Application 1.1 About This Tutorial 1.1.1 Tutorial Requirements 1.1.2 Provided Files This tutorial takes you through the steps of creating an end-to-end

More information

LifeSize Control Installation Guide

LifeSize Control Installation Guide LifeSize Control Installation Guide April 2005 Part Number 132-00001-001, Version 1.0 Copyright Notice Copyright 2005 LifeSize Communications. All rights reserved. LifeSize Communications has made every

More information

QUANTIFY INSTALLATION GUIDE

QUANTIFY INSTALLATION GUIDE QUANTIFY INSTALLATION GUIDE Thank you for putting your trust in Avontus! This guide reviews the process of installing Quantify software. For Quantify system requirement information, please refer to the

More information

DEPLOYING EMC DOCUMENTUM BUSINESS ACTIVITY MONITOR SERVER ON IBM WEBSPHERE APPLICATION SERVER CLUSTER

DEPLOYING EMC DOCUMENTUM BUSINESS ACTIVITY MONITOR SERVER ON IBM WEBSPHERE APPLICATION SERVER CLUSTER White Paper DEPLOYING EMC DOCUMENTUM BUSINESS ACTIVITY MONITOR SERVER ON IBM WEBSPHERE APPLICATION SERVER CLUSTER Abstract This white paper describes the process of deploying EMC Documentum Business Activity

More information

IBM Aspera Add-in for Microsoft Outlook 1.3.2

IBM Aspera Add-in for Microsoft Outlook 1.3.2 IBM Aspera Add-in for Microsoft Outlook 1.3.2 Windows: 7, 8 Revision: 1.3.2.100253 Generated: 02/12/2015 10:58 Contents 2 Contents Introduction... 3 System Requirements... 5 Setting Up... 6 Account Credentials...6

More information

WebSphere Business Monitor V7.0 Business space dashboards

WebSphere Business Monitor V7.0 Business space dashboards Copyright IBM Corporation 2010 All rights reserved IBM WEBSPHERE BUSINESS MONITOR 7.0 LAB EXERCISE WebSphere Business Monitor V7.0 What this exercise is about... 2 Lab requirements... 2 What you should

More information

Team Foundation Server 2013 Installation Guide

Team Foundation Server 2013 Installation Guide Team Foundation Server 2013 Installation Guide Page 1 of 164 Team Foundation Server 2013 Installation Guide Benjamin Day benday@benday.com v1.1.0 May 28, 2014 Team Foundation Server 2013 Installation Guide

More information

Interact for Microsoft Office

Interact for Microsoft Office Interact for Microsoft Office Installation and Setup Guide Perceptive Content Version: 7.0.x Written by: Product Knowledge, R&D Date: October 2014 2014 Perceptive Software. All rights reserved Perceptive

More information

User Manual. Version 1.0.0.0. Yeastar Technology Co., Ltd.

User Manual. Version 1.0.0.0. Yeastar Technology Co., Ltd. User Manual Version 1.0.0.0 Yeastar Technology Co., Ltd. Table of Contents 1 Introduction 3 2 Installing MySMS Software 4 3 Managing MySMS 9 3.1 Accessing MySMS 9 3.2 Multi-User Accounts 10 3.3 Managing

More information

System Administration Training Guide. S100 Installation and Site Management

System Administration Training Guide. S100 Installation and Site Management System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5

More information

LepideAuditor Suite for File Server. Installation and Configuration Guide

LepideAuditor Suite for File Server. Installation and Configuration Guide LepideAuditor Suite for File Server Installation and Configuration Guide Table of Contents 1. Introduction... 4 2. Requirements and Prerequisites... 4 2.1 Basic System Requirements... 4 2.2 Supported Servers

More information

McAfee Endpoint Encryption for PC 7.0

McAfee Endpoint Encryption for PC 7.0 Migration Guide McAfee Endpoint Encryption for PC 7.0 For use with epolicy Orchestrator 4.6 Software COPYRIGHT Copyright 2012 McAfee, Inc. Do not copy without permission. TRADEMARK ATTRIBUTIONS McAfee,

More information

Lepide Event Log Manager. Users Help Manual. Lepide Event Log Manager. Lepide Software Private Limited. Page 1

Lepide Event Log Manager. Users Help Manual. Lepide Event Log Manager. Lepide Software Private Limited. Page 1 Users Help Manual Lepide Event Log Manager Lepide Software Private Limited. Page 1 Users Help Manual for Lepide Event Log Manager Lepide Software Private Limited, All Rights Reserved This User Guide and

More information

MicrosoftDynam ics GP 2015. TenantServices Installation and Adm inistration Guide

MicrosoftDynam ics GP 2015. TenantServices Installation and Adm inistration Guide MicrosoftDynam ics GP 2015 TenantServices Installation and Adm inistration Guide Copyright Copyright 2014 Microsoft Corporation. All rights reserved. Limitation of liability This document is provided as-is.

More information

T320 E-business technologies: foundations and practice

T320 E-business technologies: foundations and practice T320 E-business technologies: foundations and practice Block 3 Part 2 Activity 2: Generating a client from WSDL Prepared for the course team by Neil Simpkins Introduction 1 WSDL for client access 2 Static

More information

Defender 5.7 - Token Deployment System Quick Start Guide

Defender 5.7 - Token Deployment System Quick Start Guide Defender 5.7 - Token Deployment System Quick Start Guide This guide describes how to install, configure and use the Defender Token Deployment System, based on default settings and how to self register

More information

Plug-In for Informatica Guide

Plug-In for Informatica Guide HP Vertica Analytic Database Software Version: 7.0.x Document Release Date: 2/20/2015 Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty statements

More information

MaaS360 Cloud Extender

MaaS360 Cloud Extender MaaS360 Cloud Extender Installation Guide Copyright 2013 Fiberlink Communications Corporation. All rights reserved. Information in this document is subject to change without notice. The software described

More information

2X Cloud Portal v10.5

2X Cloud Portal v10.5 2X Cloud Portal v10.5 URL: www.2x.com E-mail: info@2x.com Information in this document is subject to change without notice. Companies, names, and data used in examples herein are fictitious unless otherwise

More information

Installing OneStop Reporting Products

Installing OneStop Reporting Products Installing OneStop Reporting Products Contents 1 Introduction 2 Product Overview 3 System Requirements 4 Deployment 5 Installation 6 Appendix 2010 OneStop Reporting http://www.onestopreporting.com support@onestopreporting.com

More information

Installation Guide v3.0

Installation Guide v3.0 Installation Guide v3.0 Shepherd TimeClock 4465 W. Gandy Blvd. Suite 800 Tampa, FL 33611 Phone: 813-882-8292 Fax: 813-839-7829 http://www.shepherdtimeclock.com The information contained in this document

More information

2X ApplicationServer & LoadBalancer & VirtualDesktopServer Manual

2X ApplicationServer & LoadBalancer & VirtualDesktopServer Manual 2X ApplicationServer & LoadBalancer & VirtualDesktopServer Manual 2X VirtualDesktopServer Contents 1 2X VirtualDesktopServer Contents 2 URL: www.2x.com E-mail: info@2x.com Information in this document

More information

SAP BusinessObjects Query as a Web Service Designer SAP BusinessObjects Business Intelligence platform 4.0

SAP BusinessObjects Query as a Web Service Designer SAP BusinessObjects Business Intelligence platform 4.0 SAP BusinessObjects Query as a Web Service Designer SAP BusinessObjects Business Intelligence platform 4.0 Copyright 2011 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet, PartnerEdge, ByDesign,

More information

HIRSCH Velocity Web Console Guide

HIRSCH Velocity Web Console Guide HIRSCH Velocity Web Console Guide MAN012-1112 HIRSCH Velocity Web Console Guide MAN012-1112, November 2012 Version 1.1 Copyright 2012 Identive Group. All rights reserved. ScramblePad and ScrambleProx are

More information

2X ApplicationServer & LoadBalancer Manual

2X ApplicationServer & LoadBalancer Manual 2X ApplicationServer & LoadBalancer Manual 2X ApplicationServer & LoadBalancer Contents 1 URL: www.2x.com E-mail: info@2x.com Information in this document is subject to change without notice. Companies,

More information

Avalanche Remote Control User Guide. Version 4.1.3

Avalanche Remote Control User Guide. Version 4.1.3 Avalanche Remote Control User Guide Version 4.1.3 ii Copyright 2012 by Wavelink Corporation. All rights reserved. Wavelink Corporation 10808 South River Front Parkway, Suite 200 South Jordan, Utah 84095

More information

MaaS360 On-Premises Cloud Extender

MaaS360 On-Premises Cloud Extender MaaS360 On-Premises Cloud Extender Installation Guide Copyright 2014 Fiberlink Communications Corporation. All rights reserved. Information in this document is subject to change without notice. The software

More information

WhatsUp Gold v16.3 Installation and Configuration Guide

WhatsUp Gold v16.3 Installation and Configuration Guide WhatsUp Gold v16.3 Installation and Configuration Guide Contents Installing and Configuring WhatsUp Gold using WhatsUp Setup Installation Overview... 1 Overview... 1 Security considerations... 2 Standard

More information

Citrix EdgeSight for NetScaler Rapid Deployment Guide

Citrix EdgeSight for NetScaler Rapid Deployment Guide Citrix EdgeSight for NetScaler Rapid Deployment Guide Citrix EdgeSight for NetScaler 2.1 This document provides step by step instructions for preparing the environment for EdgeSight for NetScaler installation,

More information

WebSphere Business Monitor V6.2 Business space dashboards

WebSphere Business Monitor V6.2 Business space dashboards Copyright IBM Corporation 2009 All rights reserved IBM WEBSPHERE BUSINESS MONITOR 6.2 LAB EXERCISE WebSphere Business Monitor V6.2 What this exercise is about... 2 Lab requirements... 2 What you should

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

Sophos Mobile Control Installation guide. Product version: 3.5

Sophos Mobile Control Installation guide. Product version: 3.5 Sophos Mobile Control Installation guide Product version: 3.5 Document date: July 2013 Contents 1 Introduction...3 2 The Sophos Mobile Control server...4 3 Set up Sophos Mobile Control...10 4 External

More information

Alfresco Online Collaboration Tool

Alfresco Online Collaboration Tool Alfresco Online Collaboration Tool USER MANUAL BECOMING FAMILIAR WITH THE USER INTERFACE... 4 MY DASHBOARD... 4 MY PROFILE... 6 VIEWING YOUR FULL PROFILE... 6 EDITING YOUR PROFILE... 7 CHANGING YOUR PASSWORD...

More information

Setting up VMware ESXi for 2X VirtualDesktopServer Manual

Setting up VMware ESXi for 2X VirtualDesktopServer Manual Setting up VMware ESXi for 2X VirtualDesktopServer Manual URL: www.2x.com E-mail: info@2x.com Information in this document is subject to change without notice. Companies, names, and data used in examples

More information

Kaseya Server Instal ation User Guide June 6, 2008

Kaseya Server Instal ation User Guide June 6, 2008 Kaseya Server Installation User Guide June 6, 2008 About Kaseya Kaseya is a global provider of IT automation software for IT Solution Providers and Public and Private Sector IT organizations. Kaseya's

More information

STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER

STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER Notes: STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER 1. These instructions focus on installation on Windows Terminal Server (WTS), but are applicable

More information

Microsoft Dynamics GP. Workflow Installation Guide Release 10.0

Microsoft Dynamics GP. Workflow Installation Guide Release 10.0 Microsoft Dynamics GP Workflow Installation Guide Release 10.0 Copyright Copyright 2008 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of

More information