TG Web. Technical FAQ

Size: px
Start display at page:

Download "TG Web. Technical FAQ"

Transcription

1 TG Web Technical FAQ

2 About this FAQ We encourage you to contact us if. You can't find the information you're looking for. You would like to discuss your specific testing requirements in more detail. You have questions regarding our customization services. You would like to schedule a call or an online demo You'll find our contact information here. System Requirements Q: Where can I find technical information? A: System Requirements are located on the TG Web page. System Architecture Browser Q: What browsers is TG Web compatible with? A: All releases of IE, Chrome, Firefox, Safari, and Opera released since Database Q: I understand that TG_W stores tests and test data in a sql database. Do I need a sql database installed on my servers? A: Yes. TG_W requires the use of a sql database. TG_W supports MSSQL, MySQL and Oracle Database: MS SQL Q: We are in the process of migrating from SQL 2005 to SQL Will TG support SQL 2008? A: Yes, TG will work with any SQL Server 2000 and up. TG Admin Clients and Concurrency Q: How many TG admin clients are included with my purchase? A: As many as you wish - we don't charge extra for TG admin clients. Instead, our pricing is based on the number of user licenses purchased. The recommended number of user licenses will vary based on the size of your audience and testing policies: if everyone needs to test on the same day and time, your user license requirements will be higher. If you can schedule your test takers over the course the day, week or month, you can get by with a lower concurrency level. For the budget conscious, we recommend testing smaller groups: you can control when tests are published and which audience group has access to your tests. In addition, date/time-shifting of test takers and test events can all be managed through TG. Concurrency is defined as any combination of administrative-level users and test takers, logged in to your TG testing system, at any given point in time. You can also install multiple TG admin clients at no additional charge.

3 Application Q: What language is TG_W written in? A: The TG administrative client is written in Visual Basic v6.0. The web client is a Java app that runs in a J2EE container (such as Tomcat, WebLogic, JBoss, WebSphere). TG Reports is also a VB application which includes a run-time version of Crystal Reports v8.5. Some reports are generated as RTF files which can be exported and used with any word processor. Source Code and API Q: Is the source code available for customization, or is there an API available? A: The source code is not available for customization. However, we can provide the TG data map and data schema. Customers can use this information to generate sql queries against the data, export test data for importing into another application, etc. We also provide customization services. Configuration Requirements Q: We will be using Windows Server What are the minimum configuration requirements in terms of RAM and hard drive? A: Most of the current off-the-shelf servers provide more than adequate RAM and hard drive space. We recommend a minimum of 2 to 4 GB of RAM. Hard drive space - at least 20 GB. Q: Can the application run on a VMWare environment and can it run on Windows or Linux? A: TG Web can run in any environment that supports Java - so it will work on Windows or Linux and in a VMWare environment. Similarly, TG Web requires a SQL compliant database, so if a cross-platform database like MySQL or Oracle is used, then it can run on Windows or Linux--if SQL Server is chosen, then Windows. Test Generator, the administrative client is installed and operates under Windows. Q: We are installing an ID Card System on the Windows Server that TG is installed on. The vendor needs to install certain services on the IIS server. Will these services interfere with TG? A: It depends on the scope of changes. TG can run behind IIS where the IIS server proxies the requests to Tomcat through a reverse proxy redirection. If that part is left untouched as it relates to the website that TG runs under in IIS, then it will work just fine. Q: We will be using SQL Server 2005, what are the hard drive size requirements? A: See answer above -- you'll find additional answers here:

4 Tomcat Q: What is the minimum required version of Tomcat? Also will you be providing Tomcat at the application server? A: The minimum required version: 4.1. We provide an installer but you are welcome to download it from the Tomcat website. Note: You must also use Java 1.5 or 1.6. Q: We have a dedicated server running under a MS Windows Server environment using IIS 6.0 and SQL Server Express 5.0. We understand that TG Web requires Tomcat in order to run the web Tester. Are there any potential problems involved in running Windows Server and Tomcat Server on the same box? A: TG Web runs on any J2EE application server including but not limited to Tomcat. By default Tomcat will run on port 8080 but can be configured differently, and will not conflict with IIS in any way. You can either go to to access the app or go to and set up a rule in IIS to forward the request via a reverse proxy (natively in IIS) to Tomcat. This is a very common set up for us and does not pose any conflict on either side. Q: Do you have to install Jakarta-Tomcat or can I use IIS6 from Windows. A: TG Web is a java based application. It needs a J2EE container like Tomcat, JBoss, WebSphere, etc. IIS can proxy requests to TG Web, but the TG Web application itself must live inside a container such as Tomcat. So no, IIS by itself isn't enough and a J2EE container like Tomcat must be installed. By default, Tomcat runs on port 8080 but can be configured differently--it should not interfere with the default ports that IIS uses. Q: Should Tomcat be installed before TG Admin Client? A: Tomcat is just for TG Web. It does not depend on TG Admin Client. Q: Is there anything I need to change when installing Tomcat, or can I just use the defaults? A: The only thing you have to check is "Install NT Service". Q: Should Microsoft's Desktop Experience be installed and the TG Admin Client on the TG Web Application Server itself? A: It's only for a machine that has TG Admin installed on it. Q: Does Microsoft's Desktop Experience need to be installed before TG Admin Client or can it be installed after? A: MDE can be installed before or after TG Admin, but TG Admin will not launch without it. Q: Do I need to uninstall TG2e_TestGen-r2.4.16_Installer before installing Microsoft's Desktop Experience and then reinstall TG2e_TestGen-r2.4.16_Installer? A: No need to uninstall - Desktop Experience can be installed at any time. Q: Do we need a web server in addition to Tomcat? A: You just need Tomcat.

5 Q: Do we need ANY other web server either on the computer that Tomcat is on or in front of it on another server? A: If you want to put a load balancer in front of it or proxy requests through IIS, that's up to you. Having Tomcat by itself will work as well. Q: Does it matter if we use a 64 bit version or a 32 bit version of the database drivers (Oracle Client, MySQL ODBC drivers, etc)? A: The database drivers need to be 32-bit for it to work with TG Admin. Configuring Tomcat Server to proxy connections through IIS Q: How do we configure Tomcat Server to proxy connections through IIS? A: Download and install these extentions: 0) Click on the server itself in IIS (not the site, but the top level server). Click Application Request Routing Cache. Click Server Proxy Settings on the right hand side. Make sure Enable Proxy is checked. Click Apply. 1) Click on the website in IIS 2) click URL Rewrite 3) click Add Rule(s) 4) Click blank rule 5) for name, put in TG Tester 6) match url -> requested URL = Matches the pattern 7) Using = Regular Expressions 8) Pattern = tester/(.*) 9) ignore case is checked 10) Action type = rewrite 11) rewrite url = 12) append query string should be checked 13) stop processing of subsequent rules should be checked 14) Click Apply then Back to Rules 15) The Tester URL should be available under the "/tester/" URI under your IIS site. So if your IIS site is set up to serve requests for then TG Web would be available at (note the trailing /) If you need additional assistance, please support@testshop.com Q: How can i configure the Tomcat Server for HTTPS? A: If you're proxying the connections through IIS, then the certificate would just need to be installed at the IIS level (which is easier to install). If you want to do it in Tomcat directly, the steps are documented at this URL:

6 SSL and Active Directory Authentication Q: What is required in order for us to implement SSL and Active Directory authentication? A: Note: SSL and AD are two separate entities and are only spoken of here/together in response to the question. Tomcat can be set up for SSL - or you may wish to leave Tomcat as is and use IIS to proxy the requests and set up SSL in IIS. For active directory, we have a plug-in for authentication, but the user must exist in the TG database as well for authorization. We have a sync script that we provide as a sample for synchronizing users between AD and TG (you can choose to get all users...users within specific OU, etc). Q: How does the <USERNAME> value get populated in the following statement (is it taken from the session or is it prompted for? <LDAP://server:3268/OU=users,DC=testshop,DC=com>;(&(sAMAccountName=<USERNAME>));adspath;s ubtree I was under the impression that an AD group would be needed, but apparently this is not the case? As explained to me, it appears you're anticipating that a "generic" Service Account would need to be set up for the bind-username/password, and this would connect to the LDAP. It's unclear to me where the credentials (username/password) of the user logging in would come from (is it prompted for when logging into the TG app?) and how those credentials are tested (what are they being tested against?). To sum this up: How does authentication for TG2 'Admin' (and TG2 'Tester' from the Admin client) and 'Tester' from the URL supposed to work with TGAUTH applied? A: <USERNAME> is the username typed into the login form. You will still get a login form after the AD plugin is installed - the only difference is that the username/password typed in will be authenticated against AD instead of TG itself. Note that the user must also exist in the TG database and be assigned to class(es), so not just anyone from AD can log into TG. We have utilities to help you synchronize users between AD and TG if you want all AD users to log into TG. TG itself connects to AD using an AD account set up just for TG. The purpose of this is to connect to AD first and ensure that the <USERNAME> user exists. If it does, TG disconnects and attempts to connect using <USERNAME>'s credentials. Its purpose is basically to ensure that TG only attempts to authenticate users that exist in AD. TG/Tester Windows and Web both connect to AD after the plug in is applied, so the process will be the same in both of those cases.

7 Q: Is there any distinction between TG2 Tester (from the Admin client) and Tester from the URL? A: TG Admin is a Windows only app. Tester comes in Windows or Web. All three connect to the same database and serve off of the same content. TG Admin includes TG Tester, but TG Tester is a separate installer for computers that will be used to take tests. Tester Web is the same thing as Tester Windows in terms of logic - except Tester Web lets you take tests over the web without any client software installed. TGAuth makes configuration changes directly in the database, so all three apps (TG Admin, Tester Windows, and Tester Web) will connect to AD if they detect that TGAuth parameters have been applied. Architectural Diagram Q: Do you have an architectural diagram for TG Web. A: Yes. Architectural diagram can be found here. System Requirements can be found under the TG Web page. Self-hosting Management Q: If we host TG Web, is the installation managed manually (by us) or remotely (by you)? A: Manually by you: we provide an TG Web installation that includes download links for the installer files as well as installation instructions. TG Admin clients are installed manually and the web app (Tester) involves a one-time install on the server. We also provide tech support via and phone and WebEx support sessions as necessary. Remote installation (by us) can be requested. This would require your permission for remote access. Please note: there is a setup fee charged. The amount will vary based on the day/time the setup is performed, the complexity of the setup and priority assigned to the request. Hardware Partitioning Q: Is hardware partitioning required to accommodate the database and application server layers. A: No, no special requirements Concurrency Performance Testing Q: Do you have any recommendations involving performance testing for 100 concurrent users? How do you suggest we execute performance testing for 100 concurrent users? How about using LoadRunner? A: Regarding LoadRunner, or similar services, we don't recommend any particular service - use whichever performance service/testing you wish. We suggest creating a script that logs in as a user and takes a test. Though you may want to tweak the Tomcat parameters to take advantage of additional RAM on the box -- we can address this when the time comes -- and you will need 100 different users in the database since a person can only be logged into one test at a time.

8 Application/DB Level Monitoring Q: What kind of monitoring would be done at the Application/DB level? A: No special tools needed. Product Upgrades and Impact on Infrastructure Q: Do you foresee any future product upgrades that might impact our proposed Infrastructure? A: None that we foresee at the present time. As with any technology, we expect change and we do our best to anticipate these changes in order to minimize their impact on your TG testing system. Our development efforts are ongoing and will - at some future date - involve the introduction of both minor and major revisions in our products and services. We inform customers about these changes through our newsletter, blasts and support requests Q: Our infrastructure is defined by our company's (technology) roadmap. As we upgrade this infrastructure, will TG Web's behavior remain consistent with these changes? A: All TG 2.4.## versions have the same platform requirements. Yes, TG_W's behavior will remain consistent with these changes. Test Generator Deployment Q: What's your recommended solution for deployment? A: IF you will be supporting a large number of users across the entire organization, and assuming your IT folks are on-board with supporting a testing solution in your operations center: TG Web (intranet) hosted by you, on your servers The web Tester application and the db can reside on the same box or on different servers You might want to consider a dedicated box with dual processors and 2 gigs per processor - any OTS server these days would contain enough HD space (.5 to 1 terabyte is more than sufficient). If you plan on having more than 500 concurrent users, we would recommend load-balancing the system across multiple servers (each additional box support up to 500 (additional) users. Q: What security features does TG Web offer? A: There are various features, best reviewed in an online demo. You ll find a summary of some of these features here. Test Generator Test Data Q: If we host our TG Web account on your servers, can we perform a quick export of the data? A: Yes, you/we can perform a database dump of entire DB. Within the TG admin client, or through a sql query, you can export:. All user profiles. Tests as TG.mdb files. Test questions into.csv,.txt or.xls files. Question bank data

9 You can also:. Perform a global export of all summary test data into.csv,.txt or.xls files. Preview, print and export test data from any of TG's 19 report types. Compose and run sql queries to export whatever test data you wish Note: creating and running sql queries should only be performed by individuals who a) have received a copy of TG data schema/map, and b) are technically competent to script such queries. Customization If you wish to export a data set that is not defined in any of the above examples, we offer fee-based, customization services. To receive a quote, please provide us with a written specification and/or contact us for a free consultation. Identity Federation Q: Does the product/system support any type of identity federation? A: We can provide Liberty/SAML integration if needed...though currently we have a custom XML call that adds and enrolls new users. Off-shore Data Storage Q: Do you store any data off-shore? A: No. Hosting and data storage is done in the U.S. IF you wish, you can set up and host your TG Web account wherever you wish. SQL Licensing Q: We are a Microsoft Gold partner and do not need SQL licenses, but I am assuming these are included in the cost structure for the outright purchase. Is it possible to remove the SQL licenses from the cost of the software? A: You don't need a SQL Server license for each user that will use the TG Web testing system because TG users aren't really SQL Server users. There are two general classes of users: test authors/administrators and test takers. In order for either of these classes to communicate with the database, they must have a user profile that exists with the database. These user profiles can be created manually, imported from TG-friendly.csv, or.xls file or synched into TG Web's database through our AD/LDAP plugin. Test authors/administrators use a Windows Test Generator admin client. This client is installed on the computer of anyone who will be accessing the testing database as a test author/administrator. When any of these uses log in to TG, they are creating their own, separate connection to the database. Test takers (aka: employees, students, trainees, customers) log in to take a test using the web Tester. Test takers do not have credentials that would allow them to log in to a TG admin client.

10 Test authors/administrators and test takers make up your community of registered users. How many of these users can log into the testing system at any given point in time is defined by the number of concurrent user licenses you purchase. For example, if you have a community of 500 registered users and you purchase TG Web (50), you would be able to have up to 50 members of your community log in to either take a test (through web Tester) or log in to the TG admin client to perform test authoring or other administrative tasks. If all of the concurrent user licenses are in use at a particular point in time and the 51st person tried to log in they would get a message telling them the system is busy and to try back later. Note: This message can be customized. We have 5, 10, 20, 25, 50, 75, 100, 250 (and up) concurrent user packages. You can start at any of the concurrency levels you wish and then upgrade if/when you need to add more concurrent users. For example, if you started with a 10 concurrent-user package and you wanted to upgrade to 25 concurrent users, you would pay the difference between your original (TG Web 10) package price and the cost of TG Web 25. Please keep in mind when you're determining SQL Server concurrency licenses, your entire community of registered users does not (each) require a concurrency license, it's more a function of who is logged in to what at any given point in time. Data Map Q: Do you have a data map/schema available? A: Yes. Customers are eligible to receive a copy of our data map/schema upon request. This information is provided to the customer's IT/technical team. This information can be useful in assisting customer in integrating third-party apps with their TG_W accounts. Technical staff can also create sql queries and scripts in order to export test data not found in TG Reports.

FileMaker Server 13. Getting Started Guide

FileMaker Server 13. Getting Started Guide FileMaker Server 13 Getting Started Guide 2007 2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker,

More information

Server Software Installation Guide

Server Software Installation Guide Server Software Installation Guide This guide provides information on...... The architecture model for GO!Enterprise MDM system setup... Hardware and supporting software requirements for GO!Enterprise

More information

WhatsUp Gold v16.1 Installation and Configuration Guide

WhatsUp Gold v16.1 Installation and Configuration Guide WhatsUp Gold v16.1 Installation and Configuration Guide Contents Installing and Configuring Ipswitch WhatsUp Gold v16.1 using WhatsUp Setup Installing WhatsUp Gold using WhatsUp Setup... 1 Security guidelines

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

SMART Vantage. Installation guide

SMART Vantage. Installation guide SMART Vantage Installation guide Product registration If you register your SMART product, we ll notify you of new features and software upgrades. Register online at smarttech.com/registration. Keep the

More information

http://docs.trendmicro.com

http://docs.trendmicro.com Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

More information

FileMaker Server 15. Getting Started Guide

FileMaker Server 15. Getting Started Guide FileMaker Server 15 Getting Started Guide 2007 2016 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and FileMaker Go are trademarks

More information

vcenter Chargeback User s Guide

vcenter Chargeback User s Guide vcenter Chargeback 1.6 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions

More information

White Paper. Anywhere, Any Device File Access with IT in Control. Enterprise File Serving 2.0

White Paper. Anywhere, Any Device File Access with IT in Control. Enterprise File Serving 2.0 White Paper Enterprise File Serving 2.0 Anywhere, Any Device File Access with IT in Control Like it or not, cloud- based file sharing services have opened up a new world of mobile file access and collaborative

More information

1.0 Hardware Requirements:

1.0 Hardware Requirements: 01 - ServiceDesk Plus - Best Practices We appreciate you choosing ServiceDesk Plus for your organization to deliver world-class IT services. Before installing the product, take a few minutes to go through

More information

Office 365 and SharePoint Local File Share Synchronization

Office 365 and SharePoint Local File Share Synchronization Office 365 and SharePoint Local File Share Synchronization Frank Daske Business Development Manager Layer2 30.03.2015 The Layer2 Cloud Connector can close many gaps and overcome limitations with Office

More information

insync Installation Guide

insync Installation Guide insync Installation Guide 5.2 Private Cloud Druva Software June 21, 13 Copyright 2007-2013 Druva Inc. All Rights Reserved. Table of Contents Deploying insync Private Cloud... 4 Installing insync Private

More information

Reconfiguring VMware vsphere Update Manager

Reconfiguring VMware vsphere Update Manager Reconfiguring VMware vsphere Update Manager vsphere Update Manager 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a

More information

VERSION 9.02 INSTALLATION GUIDE. www.pacifictimesheet.com

VERSION 9.02 INSTALLATION GUIDE. www.pacifictimesheet.com VERSION 9.02 INSTALLATION GUIDE www.pacifictimesheet.com PACIFIC TIMESHEET INSTALLATION GUIDE INTRODUCTION... 4 BUNDLED SOFTWARE... 4 LICENSE KEY... 4 SYSTEM REQUIREMENTS... 5 INSTALLING PACIFIC TIMESHEET

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

Migrating helpdesk to a new server

Migrating helpdesk to a new server Migrating helpdesk to a new server Table of Contents 1. Helpdesk Migration... 2 Configure Virtual Web on IIS 6 Windows 2003 Server:... 2 Role Services required on IIS 7 Windows 2008 / 2012 Server:... 2

More information

http://docs.trendmicro.com

http://docs.trendmicro.com Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

More information

DEPLOYMENT ROADMAP March 2015

DEPLOYMENT ROADMAP March 2015 DEPLOYMENT ROADMAP March 2015 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license of the Instant Technologies Software Evaluation Agreement and may

More information

OnCommand Performance Manager 1.1

OnCommand Performance Manager 1.1 OnCommand Performance Manager 1.1 Installation and Setup Guide For Red Hat Enterprise Linux NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501

More information

Installation, Configuration and Administration Guide

Installation, Configuration and Administration Guide Installation, Configuration and Administration Guide ehd10.0.1 everything HelpDesk Installation, Configuration and Administration Guide GroupLink Corporation 2013 GroupLink Corporation. All rights reserved

More information

Installing and Administering VMware vsphere Update Manager

Installing and Administering VMware vsphere Update Manager Installing and Administering VMware vsphere Update Manager Update 1 vsphere Update Manager 5.1 This document supports the version of each product listed and supports all subsequent versions until the document

More information

Synchronizer Installation

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

More information

MIGRATING TO AVALANCHE 5.0 WITH MS SQL SERVER

MIGRATING TO AVALANCHE 5.0 WITH MS SQL SERVER MIGRATING TO AVALANCHE 5.0 WITH MS SQL SERVER This document provides instructions for migrating to Avalanche 5.0 from an installation of Avalanche MC 4.6 or newer using MS SQL Server 2005. You can continue

More information

MEGA Web Application Architecture Overview MEGA 2009 SP4

MEGA Web Application Architecture Overview MEGA 2009 SP4 Revised: September 2, 2010 Created: March 31, 2010 Author: Jérôme Horber CONTENTS Summary This document describes the system requirements and possible deployment architectures for MEGA Web Application.

More information

Administering Jive Mobile Apps

Administering Jive Mobile Apps Administering Jive Mobile Apps Contents 2 Contents Administering Jive Mobile Apps...3 Configuring Jive for Android and ios... 3 Native Apps and Push Notifications...4 Custom App Wrapping for ios... 5 Native

More information

Configuration Guide BES12. Version 12.3

Configuration Guide BES12. Version 12.3 Configuration Guide BES12 Version 12.3 Published: 2016-01-19 SWD-20160119132230232 Contents About this guide... 7 Getting started... 8 Configuring BES12 for the first time...8 Configuration tasks for managing

More information

This guide specifies the required and supported system elements for the application.

This guide specifies the required and supported system elements for the application. System Requirements Contents System Requirements... 2 Supported Operating Systems and Databases...2 Features with Additional Software Requirements... 2 Hardware Requirements... 4 Database Prerequisites...

More information

Introduction to Mobile Access Gateway Installation

Introduction to Mobile Access Gateway Installation Introduction to Mobile Access Gateway Installation This document describes the installation process for the Mobile Access Gateway (MAG), which is an enterprise integration component that provides a secure

More information

Kony MobileFabric. Sync Windows Installation Manual - WebSphere. On-Premises. Release 6.5. Document Relevance and Accuracy

Kony MobileFabric. Sync Windows Installation Manual - WebSphere. On-Premises. Release 6.5. Document Relevance and Accuracy Kony MobileFabric Sync Windows Installation Manual - WebSphere On-Premises Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and

More information

WhatsUp Gold v16.2 Installation and Configuration Guide

WhatsUp Gold v16.2 Installation and Configuration Guide WhatsUp Gold v16.2 Installation and Configuration Guide Contents Installing and Configuring Ipswitch WhatsUp Gold v16.2 using WhatsUp Setup Installing WhatsUp Gold using WhatsUp Setup... 1 Security guidelines

More information

Acronis and Acronis Secure Zone are registered trademarks of Acronis International GmbH.

Acronis and Acronis Secure Zone are registered trademarks of Acronis International GmbH. 1 Copyright Acronis International GmbH, 2002-2016 Copyright Statement Copyright Acronis International GmbH, 2002-2016. All rights reserved. Acronis and Acronis Secure Zone are registered trademarks of

More information

Office 365 deploym. ployment checklists. Chapter 27

Office 365 deploym. ployment checklists. Chapter 27 Chapter 27 Office 365 deploym ployment checklists This document provides some checklists to help you make sure that you install and configure your Office 365 deployment correctly and with a minimum of

More information

DOCSVAULT Document Management System for everyone

DOCSVAULT Document Management System for everyone Installation Guide DOCSVAULT Document Management System for everyone 9 v Desktop and Web Client v On Premises Solution v Intelligent Data Capture v Email Automation v Workflow & Record Retention Installing

More information

JAMF Software Server Installation and Configuration Guide for OS X. Version 9.0

JAMF Software Server Installation and Configuration Guide for OS X. Version 9.0 JAMF Software Server Installation and Configuration Guide for OS X Version 9.0 JAMF Software, LLC 2013 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide

More information

Installing The SysAidTM Server Locally

Installing The SysAidTM Server Locally Installing The SysAidTM Server Locally Document Updated: 17 October 2010 Introduction SysAid is available in two editions: a fully on-demand ASP solution and an installed, in-house solution for your server.

More information

Office 365 deployment checklists

Office 365 deployment checklists Chapter 128 Office 365 deployment checklists This document provides some checklists to help you make sure that you install and configure your Office 365 deployment correctly and with a minimum of issues.

More information

WHITE PAPER. Domo Advanced Architecture

WHITE PAPER. Domo Advanced Architecture WHITE PAPER Domo Advanced Architecture Overview There are several questions that any architect or technology advisor may ask about a new system during the evaluation process: How will it fit into our organization

More information

HP Business Availability Center

HP Business Availability Center HP Business Availability Center for the Windows and Solaris operating systems Software Version: 8.05 Business Process Monitor Administration Document Release Date:September 2010 Software Release Date:

More information

JAMF Software Server Installation and Configuration Guide for OS X. Version 9.2

JAMF Software Server Installation and Configuration Guide for OS X. Version 9.2 JAMF Software Server Installation and Configuration Guide for OS X Version 9.2 JAMF Software, LLC 2013 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide

More information

Training module 2 Installing VMware View

Training module 2 Installing VMware View Training module 2 Installing VMware View In this second module we ll install VMware View for an End User Computing environment. We ll install all necessary parts such as VMware View Connection Server and

More information

Instant Chime for IBM Sametime For IBM Websphere and IBM DB2 Installation Guide

Instant Chime for IBM Sametime For IBM Websphere and IBM DB2 Installation Guide Instant Chime for IBM Sametime For IBM Websphere and IBM DB2 Installation Guide Fall 2014 Page 1 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license

More information

www.novell.com/documentation User Guide ZENworks Application Virtualization 10.1 December 2013

www.novell.com/documentation User Guide ZENworks Application Virtualization 10.1 December 2013 www.novell.com/documentation User Guide ZENworks Application Virtualization 10.1 December 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of

More information

Installation and Upgrade Guide

Installation and Upgrade Guide Installation and Upgrade Guide Copyright Statement Copyright Acronis International GmbH, 2002-2014. All rights reserved. Acronis and Acronis Secure Zone are registered trademarks of Acronis International

More information

Central Administration User Guide

Central Administration User Guide User Guide Contents 1. Introduction... 2 Licensing... 2 Overview... 2 2. Configuring... 3 3. Using... 4 Computers screen all computers view... 4 Computers screen single computer view... 5 All Jobs screen...

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

Configuration Guide BES12. Version 12.2

Configuration Guide BES12. Version 12.2 Configuration Guide BES12 Version 12.2 Published: 2015-07-07 SWD-20150630131852557 Contents About this guide... 8 Getting started... 9 Administrator permissions you need to configure BES12... 9 Obtaining

More information

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

JAMF Software Server Installation and Configuration Guide for Windows. Version 9.3

JAMF Software Server Installation and Configuration Guide for Windows. Version 9.3 JAMF Software Server Installation and Configuration Guide for Windows Version 9.3 JAMF Software, LLC 2014 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this

More information

Configuration Guide. BlackBerry Enterprise Service 12. Version 12.0

Configuration Guide. BlackBerry Enterprise Service 12. Version 12.0 Configuration Guide BlackBerry Enterprise Service 12 Version 12.0 Published: 2014-12-19 SWD-20141219132902639 Contents Introduction... 7 About this guide...7 What is BES12?...7 Key features of BES12...

More information

Request Manager Installation and Configuration Guide

Request Manager Installation and Configuration Guide Request Manager Installation and Configuration Guide vcloud Request Manager 1.0.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Change Manager 5.0 Installation Guide

Change Manager 5.0 Installation Guide Change Manager 5.0 Installation Guide Copyright 1994-2008 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A. All rights reserved.

More information

FileMaker Server 14. FileMaker Server Help

FileMaker Server 14. FileMaker Server Help FileMaker Server 14 FileMaker Server Help 2007 2015 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and FileMaker Go are trademarks

More information

Enterprise Manager. Version 6.2. Installation Guide

Enterprise Manager. Version 6.2. Installation Guide Enterprise Manager Version 6.2 Installation Guide Enterprise Manager 6.2 Installation Guide Document Number 680-028-014 Revision Date Description A August 2012 Initial release to support version 6.2.1

More information

Sostenuto 4.9. Hardware and Software Configuration Guide. Date: September 2014. Page 1 of 13

Sostenuto 4.9. Hardware and Software Configuration Guide. Date: September 2014. Page 1 of 13 Sostenuto 4.9 Hardware and Software Configuration Guide Date: September 2014 Page 1 of 13 All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, or

More information

ARIS Server Installation and Administration Guide ARIS. Version 9.6 - Service Release 1

ARIS Server Installation and Administration Guide ARIS. Version 9.6 - Service Release 1 ARIS Server Installation and Administration Guide ARIS Version 9.6 - Service Release 1 June 2014 This document applies to ARIS Version 9.6 SR1 and to all subsequent releases. Specifications contained herein

More information

XenClient Enterprise Synchronizer Installation Guide

XenClient Enterprise Synchronizer Installation Guide XenClient Enterprise Synchronizer Installation Guide Version 5.1.0 March 26, 2014 Table of Contents About this Guide...3 Hardware, Software and Browser Requirements...3 BIOS Settings...4 Adding Hyper-V

More information

everything HelpDesk [Ease of Use] [100% Web Help Desk] [Business Process Automation] [World Class Customer Service]

everything HelpDesk [Ease of Use] [100% Web Help Desk] [Business Process Automation] [World Class Customer Service] everything HelpDesk [Ease of Use] [100% Web Help Desk] [Business Process Automation] [World Class Customer Service] [Essential Third Party Integration] [Cross Platform Service Desk Solution] [Reporting

More information

Lepide Active Directory Self Service. Installation Guide. Lepide Active Directory Self Service Tool. Lepide Software Private Limited Page 1

Lepide Active Directory Self Service. Installation Guide. Lepide Active Directory Self Service Tool. Lepide Software Private Limited Page 1 Installation Guide Lepide Active Directory Self Service Tool Lepide Software Private Limited Page 1 Lepide Software Private Limited, All Rights Reserved This User Guide and documentation is copyright of

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

Jive Connects for Microsoft SharePoint: Troubleshooting Tips

Jive Connects for Microsoft SharePoint: Troubleshooting Tips Jive Connects for Microsoft SharePoint: Troubleshooting Tips Contents Troubleshooting Tips... 3 Generic Troubleshooting... 3 SharePoint logs...3 IIS Logs...3 Advanced Network Monitoring... 4 List Widget

More information

Introduction to the AirWatch Cloud Connector (ACC) Guide

Introduction to the AirWatch Cloud Connector (ACC) Guide Introduction to the AirWatch Cloud Connector (ACC) Guide The AirWatch Cloud Connector (ACC) provides organizations the ability to integrate AirWatch with their back-end enterprise systems. This document

More information

Get started with cloud hybrid search for SharePoint

Get started with cloud hybrid search for SharePoint Get started with cloud hybrid search for SharePoint This document supports a preliminary release of the cloud hybrid search feature for SharePoint 2013 with August 2015 PU and for SharePoint 2016 Preview,

More information

Configuration Guide. BES12 Cloud

Configuration Guide. BES12 Cloud Configuration Guide BES12 Cloud Published: 2016-04-08 SWD-20160408113328879 Contents About this guide... 6 Getting started... 7 Configuring BES12 for the first time...7 Administrator permissions you need

More information

BarTender Print Portal. Web-based Software for Printing BarTender Documents WHITE PAPER

BarTender Print Portal. Web-based Software for Printing BarTender Documents WHITE PAPER BarTender Print Portal Web-based Software for Printing BarTender Documents WHITE PAPER Contents Overview 3 Installing Print Portal 4 Configuring Your Installation 4 Supported Printing Technologies 5 Web

More information

MICROSOFT ENROLLMENT FOR EDUCATION SOLUTIONS (EES) AGREEMENT

MICROSOFT ENROLLMENT FOR EDUCATION SOLUTIONS (EES) AGREEMENT MICROSOFT ENROLLMENT FOR EDUCATION SOLUTIONS (EES) AGREEMENT Frequently Asked Questions Abstract This Enrollment provides Duval County Public Schools a license for certain specified Microsoft Products

More information

Pcounter Web Report 3.x Installation Guide - v2014-11-30. Pcounter Web Report Installation Guide Version 3.4

Pcounter Web Report 3.x Installation Guide - v2014-11-30. Pcounter Web Report Installation Guide Version 3.4 Pcounter Web Report 3.x Installation Guide - v2014-11-30 Pcounter Web Report Installation Guide Version 3.4 Table of Contents Table of Contents... 2 Installation Overview... 3 Installation Prerequisites

More information

www.novell.com/documentation Server Installation ZENworks Mobile Management 2.7.x August 2013

www.novell.com/documentation Server Installation ZENworks Mobile Management 2.7.x August 2013 www.novell.com/documentation Server Installation ZENworks Mobile Management 2.7.x August 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this

More information

owncloud Architecture Overview

owncloud Architecture Overview owncloud Architecture Overview Time to get control back Employees are using cloud-based services to share sensitive company data with vendors, customers, partners and each other. They are syncing data

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

MaaS360 Mobile Enterprise Gateway

MaaS360 Mobile Enterprise Gateway MaaS360 Mobile Enterprise Gateway Administrator Guide Copyright 2013 Fiberlink Communications Corporation. All rights reserved. Information in this document is subject to change without notice. The software

More information

Installing and Configuring WhatsUp Gold

Installing and Configuring WhatsUp Gold Installing and Configuring WhatsUp Gold This guide provides information about installing and configuring WhatsUp Gold v14.2, including instructions on how to run the WhatsUp web interface through an Internet

More information

National Fire Incident Reporting System (NFIRS 5.0) Configuration Tool User's Guide

National Fire Incident Reporting System (NFIRS 5.0) Configuration Tool User's Guide National Fire Incident Reporting System (NFIRS 5.0) Configuration Tool User's Guide NFIRS 5.0 Software Version 5.6 1/7/2009 Department of Homeland Security Federal Emergency Management Agency United States

More information

FREQUENTLY ASKED QUESTIONS

FREQUENTLY ASKED QUESTIONS FREQUENTLY ASKED QUESTIONS Secure Bytes, October 2011 This document is confidential and for the use of a Secure Bytes client only. The information contained herein is the property of Secure Bytes and may

More information

Interact Intranet Version 7. Technical Requirements. August 2014. 2014 Interact

Interact Intranet Version 7. Technical Requirements. August 2014. 2014 Interact Interact Intranet Version 7 Technical Requirements August 2014 2014 Interact Definitions... 3 Licenses... 3 On-Premise... 3 Cloud... 3 Pulic Cloud... 3 Private Cloud... 3 Perpetual... 3 Self-Hosted...

More information

Oracle Fusion Middleware 11gR2: Forms, and Reports (11.1.2.0.0) Certification with SUSE Linux Enterprise Server 11 SP2 (GM) x86_64

Oracle Fusion Middleware 11gR2: Forms, and Reports (11.1.2.0.0) Certification with SUSE Linux Enterprise Server 11 SP2 (GM) x86_64 Oracle Fusion Middleware 11gR2: Forms, and Reports (11.1.2.0.0) Certification with SUSE Linux Enterprise Server 11 SP2 (GM) x86_64 http://www.suse.com 1 Table of Contents Introduction...3 Hardware and

More information

FileMaker Server 13. FileMaker Server Help

FileMaker Server 13. FileMaker Server Help FileMaker Server 13 FileMaker Server Help 2010-2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker,

More information

Asta Powerproject Enterprise

Asta Powerproject Enterprise Asta Powerproject Enterprise Overview and System Requirements Guide Asta Development plc Kingston House Goodsons Mews Wellington Street Thame Oxfordshire OX9 3BX United Kingdom Tel: +44 (0)1844 261700

More information

MaaS360 Mobile Enterprise Gateway

MaaS360 Mobile Enterprise Gateway MaaS360 Mobile Enterprise Gateway Administrator Guide Copyright 2014 Fiberlink, an IBM Company. All rights reserved. Information in this document is subject to change without notice. The software described

More information

Configuration Guide BES12. Version 12.1

Configuration Guide BES12. Version 12.1 Configuration Guide BES12 Version 12.1 Published: 2015-04-22 SWD-20150422113638568 Contents Introduction... 7 About this guide...7 What is BES12?...7 Key features of BES12... 8 Product documentation...

More information

inforouter V8.0 Server & Client Requirements

inforouter V8.0 Server & Client Requirements inforouter V8.0 Server & Client Requirements Please review this document thoroughly before proceeding with the installation of inforouter Version 8. This document describes the minimum and recommended

More information

Lepide Active Directory Self Service. Configuration Guide. Follow the simple steps given in this document to start working with

Lepide Active Directory Self Service. Configuration Guide. Follow the simple steps given in this document to start working with Lepide Active Directory Self Service Configuration Guide 2014 Follow the simple steps given in this document to start working with Lepide Active Directory Self Service Table of Contents 1. Introduction...3

More information

IDENTIKEY Server Windows Installation Guide 3.2

IDENTIKEY Server Windows Installation Guide 3.2 IDENTIKEY Server Windows Installation Guide 3.2 Disclaimer of Warranties and Limitations of Liabilities Disclaimer of Warranties and Limitations of Liabilities The Product is provided on an 'as is' basis,

More information

LabStats 5 System Requirements

LabStats 5 System Requirements LabStats Tel: 877-299-6241 255 B St, Suite 201 Fax: 208-473-2989 Idaho Falls, ID 83402 LabStats 5 System Requirements Server Component Virtual Servers: There is a limit to the resources available to virtual

More information

Installation Guide. Qlik Sense 1.1 Copyright 1993-2015 QlikTech International AB. All rights reserved.

Installation Guide. Qlik Sense 1.1 Copyright 1993-2015 QlikTech International AB. All rights reserved. Installation Guide Qlik Sense 1.1 Copyright 1993-2015 QlikTech International AB. All rights reserved. Copyright 1993-2015 QlikTech International AB. All rights reserved. Qlik, QlikTech, Qlik Sense, QlikView,

More information

Getting Started with Attunity CloudBeam for Azure SQL Data Warehouse BYOL

Getting Started with Attunity CloudBeam for Azure SQL Data Warehouse BYOL Getting Started with Attunity CloudBeam for Azure SQL Data Warehouse BYOL Overview This short guide explains how to use Attunity CloudBeam to replicate data from your on premises database to Microsoft

More information

Mediasite EX server deployment guide

Mediasite EX server deployment guide Mediasite EX server deployment guide 2008 Sonic Foundry, Inc. All rights reserved. No part of this document may be copied and/or redistributed without the consent of Sonic Foundry, Inc. Additional copies

More information

Load Balancing Microsoft Sharepoint 2010 Load Balancing Microsoft Sharepoint 2013. Deployment Guide

Load Balancing Microsoft Sharepoint 2010 Load Balancing Microsoft Sharepoint 2013. Deployment Guide Load Balancing Microsoft Sharepoint 2010 Load Balancing Microsoft Sharepoint 2013 Deployment Guide rev. 1.4.2 Copyright 2015 Loadbalancer.org, Inc. 1 Table of Contents About this Guide... 3 Appliances

More information

WHITEPAPER. SECUREAUTH 2-FACTOR AS A SERVICE 2FaaS

WHITEPAPER. SECUREAUTH 2-FACTOR AS A SERVICE 2FaaS WHITEPAPER SECUREAUTH 2-FACTOR AS A SERVICE 2FaaS EXECUTIVE OVERVIEW 2-Factor as a Service (2FaaS) is a 100% cloud-hosted authentication solution that offers flexible security without compromising user

More information

DreamFactory on Microsoft SQL Azure

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

More information

PROJECTIONS SUITE. Database Setup Utility (and Prerequisites) Installation and General Instructions. v0.9 draft prepared by David Weinstein

PROJECTIONS SUITE. Database Setup Utility (and Prerequisites) Installation and General Instructions. v0.9 draft prepared by David Weinstein PROJECTIONS SUITE Database Setup Utility (and Prerequisites) Installation and General Instructions v0.9 draft prepared by David Weinstein Introduction These are the instructions for installing, updating,

More information

JAMF Software Server Installation and Configuration Guide for Linux. Version 9.2

JAMF Software Server Installation and Configuration Guide for Linux. Version 9.2 JAMF Software Server Installation and Configuration Guide for Linux Version 9.2 JAMF Software, LLC 2013 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide

More information

Installing and Configuring VMware vcenter Orchestrator

Installing and Configuring VMware vcenter Orchestrator Installing and Configuring VMware vcenter Orchestrator vcenter Orchestrator 5.5.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

INTRODUCTION: SQL SERVER ACCESS / LOGIN ACCOUNT INFO:

INTRODUCTION: SQL SERVER ACCESS / LOGIN ACCOUNT INFO: INTRODUCTION: You can extract data (i.e. the total cost report) directly from the Truck Tracker SQL Server database by using a 3 rd party data tools such as Excel or Crystal Reports. Basically any software

More information

Querying Databases Using the DB Query and JDBC Query Nodes

Querying Databases Using the DB Query and JDBC Query Nodes Querying Databases Using the DB Query and JDBC Query Nodes Lavastorm Desktop Professional supports acquiring data from a variety of databases including SQL Server, Oracle, Teradata, MS Access and MySQL.

More information

FileMaker 12. ODBC and JDBC Guide

FileMaker 12. ODBC and JDBC Guide FileMaker 12 ODBC and JDBC Guide 2004 2012 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker, Inc.

More information

FileMaker Server 10. Getting Started Guide

FileMaker Server 10. Getting Started Guide FileMaker Server 10 Getting Started Guide 2007-2009 FileMaker, Inc. All rights reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker, the file folder logo, Bento and

More information

vcenter Chargeback User s Guide vcenter Chargeback 1.0 EN-000186-00

vcenter Chargeback User s Guide vcenter Chargeback 1.0 EN-000186-00 vcenter Chargeback 1.0 EN-000186-00 You can find the most up-to-date technical documentation on the VMware Web site at: http://www.vmware.com/support/ The VMware Web site also provides the latest product

More information

FileMaker Server 12. FileMaker Server Help

FileMaker Server 12. FileMaker Server Help FileMaker Server 12 FileMaker Server Help 2010-2012 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc.

More information

Preinstallation Requirements Guide

Preinstallation Requirements Guide Preinstallation Requirements Guide Synergy 3.4.9 June 2015 Synergy 2015 TOC 1: Introduction 4 Synergy platform modules 4 Synergy install procedure - your responsibilities 4 Further information about Synergy

More information