Tenrox and Microsoft Dynamics CRM Integration Guide

Size: px
Start display at page:

Download "Tenrox and Microsoft Dynamics CRM Integration Guide"

Transcription

1 Tenrox Tenrox and Microsoft Dynamics CRM Integration Guide January, Tenrox. All rights reserved.

2 About this Guide This guide describes the procedures for setting up integration between Microsoft (MS) Dynamics Customer Relationship Management (CRM) and Tenrox, as well as mapping, importing and exporting objects between Tenrox and MS Dynamics CRM. This guide is used to integrate MS Dynamics CRM with the following Tenrox releases: Tenrox 2011 R1 Tenrox 2011 R2 Tenrox 2011 R3 Tenrox Technical Support The Tenrox support specialists are trained to use, configure, and troubleshoot Tenrox in your specific enterprise environment. If you have any questions, you can reach us by: Calling (450) Sending an to Tenrox Software License Agreement The Tenrox Software license agreement was reviewed and accepted during the installation procedure of this software in your environment. Copyright 2012 Tenrox. All rights reserved. You may not photocopy or share this document with any other party without express written permission from Tenrox. For additional information, please contact Tenrox at: Corporate site: Sales Support Or click Help > Contents and Index from within Tenrox. Issue 1

3 Tenrox and MS Dynamics CRM Integration The integration of MS Dynamics CRM and the Tenrox application offers users the flexibility to manage sales, marketing, and customer service operations, while using Tenrox to manage people, projects and business processes more efficiently by: Automating repetitive tasks Tracking actuals (time and expense) Centralizing internal business process activities and generating detailed, real-time analysis reports to analyze operations, as well as reduce costs, meet budgets, and improve project and service delivery 2012 Tenrox. All rights reserved. 3

4 Tenrox and MS Dynamics CRM Integration Setting Up Integration Between Tenrox and MS Dynamics CRM For integration purposes, MS Dynamics CRM is the master and Tenrox the slave to ensure that only one set of data exists in both applications. For example, if changes are applied to an object in MS Dynamics CRM that has already been imported into Tenrox, then MS Dynamics CRM (master) performs the updates in Tenrox (slave) when the object is re-imported. However, if Tenrox Key Performance Indicators (KPIs) are associated to the MS Dynamics CRM projects, then the KPIs are tracked in Tenrox and updated in MS Dynamics CRM. For more information, see Mapping Tenrox KPIs to the MS Dynamics CRM Fields. Note: The master/slave model is a communication protocol that is used to define the primary application (master) that controls and updates the objects of the secondary application (slave). The integration process between Tenrox and MS Dynamics CRM consists of the following steps: 1. Configuring the Tenrox CRM Integration Package. 2. Setting Up the Connection to MS Dynamics CRM. 3. Mapping Objects Between MS Dynamics CRM and Tenrox. 4. Mapping Tenrox KPIs to the MS Dynamics CRM Fields. 5. Importing Users and Contacts from MS Dynamics CRM into Tenrox. 6. Setting up Automated (Batch) Processing. 7. Exporting Projects from MS Dynamics CRM into Tenrox. Note: Only users with administrative rights can perform the integration setup process. 4

5 Configuring the Tenrox CRM Integration Package Configuring the Tenrox CRM Integration Package The Tenrox CRM Integration package is configured in the MS Dynamics CRM environment to support integration with Tenrox. The configuration of the Tenrox CRM Integration package consists of the following steps: 1. Importing the Tenrox CRM Integration Package. 2. Customizing the Tenrox CRM Objects. 3. Setting Up User Integration Between Tenrox and MS Dynamics CRM. Importing the Tenrox CRM Integration Package The Tenrox CRM integration package maps the MS Dynamics CRM objects to the Tenrox objects by customizing the projects, accounts, contacts and users upon import. Note: Before importing the Tenrox CRM integration package into the MS Dynamics CRM application, copy the ASP.NET Web pages in C:\Program Files (x86)\tenrox\enterprisesoftware\crm\ms CRM 5.0\_Resources and paste them to the root folder of the IIS on the MS Dynamics CRM server; typically, c:\inetpub\wwwroot\_resources or c:\mscrm5\wwwroot\_resources. If the ASP.NET Web pages cannot be found, please contact your Tenrox representative. The ASP.NET Web pages ensure that when a project is opened in MS Dynamics CRM, the links work properly. To import the Tenrox CRM integration package: 1. Log on to MS Dynamics CRM and then click Settings in the navigation pane. 2. Under Customization, click Solutions and then click the Import button to open the Import Solutions dialog box. 3. Click the Browse button to locate the Tenrox CRM integration package and then click Next to process the files. Note: The Tenrox CRM integration package is located either on a local machine (CD/ DVD drive) or remote machine over the network. If the CRM integration package cannot be found, please contact your Tenrox representative. 4. Click View solution package details to view a list of the components that were imported and then click Close. Note: If any of the components are not processed successfully, an error message is displayed. 5. Click Next to import the customizations and then click Close to close the dialog box that displays whether the import process was successful or not. 6. Click Publish All Customizations to simultaneously publish the customizations for the unpublished components. Note: The imported customizations must be published before they are available Tenrox. All rights reserved. 5

6 Tenrox and MS Dynamics CRM Integration Customizing the Tenrox CRM Objects After the customizations are imported into MS Dynamics CRM, the account and project objects are modified to establish a connection between MS Dynamics CRM and the Tenrox server. To customize the Tenrox CRM objects: 1. Log on to MS Dynamics CRM and then click Settings in the navigation pane. 2. Under Customization, click Customizations and then click the Customize the System link. 3. Click Web resources in the navigation pane to display the objects imported by Tenrox. 4. Click the Account_main_library.js and the Tenrox_Project_main_library.js links respectively to open the Web Resource dialog box for each of the selected objects. 5. Click the Text Editor button to edit the Account_main and Tenrox_Project_main Web resources: Find the following line and replace <TenroxApplicationServer> with the Tenrox organization URL: var stenroxservername = '<TenroxApplicationServer>'; // no http Find the following line and replace <TenroxOrganizationName> with the Tenrox organization name: var stenroxorganizationname = '<TenroxOrganizationName>'; Find the following line and replace <CRMServer> with the CRM server name: var mscrmurl = '<CRMServer>'; //no http Note: Tenrox recommends using the domain name to specify the server names. Also, the organization name is case sensitive and needs to match the initial entry. For Hypertext Transfer Protocol Secure (HTTPS) connections, find the following string and add the letter s after http in the line stenroxlink = " example, stenroxlink = " } else { var suserid = GetLoggedUserId(); if (crmform.objectid!= null) { stenroxlink = " + stenroxservername + "/tenterprise/core/base/logon- CRM.aspx?orgname=" + stenroxorganizationname + "&SFsessionid=" + suserid + "&extapplication=mscrm" + "&OppId=" + crmform.objectid.tostring().replace('{', '').replace('}', '') + "&OppName=" + sprojectname; } 6. Click OK to close the form editor and then click Save and Close to save the changes and close the Web Resource page for the selected object. 7. Click the Save and Close button to save the changes and close the Web resources page. 8. To publish the Account_main and Tenrox_Project_main objects, see Exporting Projects from MS Dynamics CRM into Tenrox. 6

7 Configuring the Tenrox CRM Integration Package 2012 Tenrox. All rights reserved. 7

8 Tenrox and MS Dynamics CRM Integration Setting Up User Integration Between Tenrox and MS Dynamics CRM The customization of the client and user objects maps the clients between Tenrox and MS Dynamics CRM. To allow the import of users into Tenrox, the following information is required: Tenrox ID: displays a unique identifier for each user published to Tenrox; a unique identifier is created for each new user imported into Tenrox Note: The unique identifier is created automatically in Tenrox and should never be modified in MS Dynamics CRM since the identifier is used to map the user between Tenrox and MS Dynamics CRM. TenroxImportFlag: defines whether a selected CRM user is imported into Tenrox Note: The Tenrox ID and TenroxImportFlag can be dragged and dropped in any section of the form. To customize the user and client objects: 1. Log on to MS Dynamics CRM and then click Settings in the navigation pane. 2. Under System, click Administration and then click the Users link. 3. Click each CRM user in the list and then locate the TenroxImportFlag option to define whether or not the selected user will be imported into Tenrox. Select Yes to import the user into Tenrox or No to not import the user into Tenrox. 4. Click Save & Close to save the changes and close the form. The TenroxImportFlag and Tenrox ID fields are now visible when editing or viewing user information. 5. Click the Customize tab and then select the check boxes of the users that you want to publish to Tenrox. 6. Click the All Customizations button to publish the customizations for the selected users. 7. To publish the projects to Tenrox, see Exporting Projects from MS Dynamics CRM into Tenrox. 8

9 Setting Up the Connection to MS Dynamics CRM Setting Up the Connection to MS Dynamics CRM Before users can integrate with MS Dynamics CRM, a connection must first be established between MS Dynamics CRM and Tenrox. The connection to MS Dynamics CRM is configured using the Tenrox application. To set up the MS Dynamics CRM connection: 1. Log on to the Tenrox application. 2. Click Setup>Organization>System and then click the CRM button to open the CRM Integration page. 3. Select Microsoft CRM from the CRM System list and then click Save. 4. Click the Options button to open the CRM Integration Options page. 5. Enter the URL of the server where MS Dynamics CRM is installed, as well as your Logon Id and Password, to log on to the MS Dynamics CRM application. Note: The URL format is The servername is the name or IP address of the MS Dynamics CRM server and the portnumber is the Web service port number used by MS Dynamics CRM. 6. Select the Automatically import Contacts check box to automatically import a client s associated contacts for a project when the accounts are imported from MS Dynamics CRM to Tenrox. 7. Select the Automatically import Projects check box to automatically import all projects created in MS Dynamics CRM to Tenrox. Note: If the Automatically import Contacts and the Automatically import Projects options are not selected, the contacts associated with the client and the projects created in MS Dynamics CRM are not automatically imported to Tenrox when the CRM Users and Contacts Import and CRM Data Exchange services are running. For more information, see Setting up Automated (Batch) Processing. 8. Click the Test Connection link to verify the connection between Tenrox and MS Dynamics CRM. 9. Click Save to save the changes. 10. Click the Mapping tab to display a list of fields that can be mapped between the MS Dynamics CRM and Tenrox; for more information, see section Mapping Objects Between MS Dynamics CRM and Tenrox Tenrox. All rights reserved. 9

10 Tenrox and MS Dynamics CRM Integration Mapping Objects Between MS Dynamics CRM and Tenrox The mapping of objects between MS Dynamics CRM and Tenrox ensures that the information is transferred properly and reliably during the import and export processes. After the MS Dynamics CRM connection is set up, the system automatically maps certain MS Dynamics CRM and Tenrox fields by default. Note: The preconfigured fields provided by the system can be customized and addition fields can also be configured. However, Key Performance Indicators (KPIs) are not mapped automatically and need to be manually configured. For more information, see section Mapping Tenrox KPIs to the MS Dynamics CRM Fields. Since the mapping of fields for all MS Dynamics CRM and Tenrox objects is similar, the mapping of CRM Users to Tenrox Users example serves as a reference of how to define the fields for all other objects, including: CRM Accounts to Tenrox Clients CRM Contacts to Tenrox Contacts CRM Projects to Tenrox Projects Tenrox KPIs to CRM Projects; for more information, see Mapping Tenrox KPIs to the MS Dynamics CRM Fields Object Level Mapping Between MS Dynamics CRM and Tenrox Users Accounts Contacts Projects Projects CRM Items Users Clients Contacts Projects Tenrox KPIs Tenrox Items To map CRM Users to Tenrox Users: 1. Log on to Tenrox. 2. Click Setup>Organization>System and then click the CRM button to open the CRM Integration page. 3. Click the Options button to open the CRM Integration Options page. Note: Ensure that the MS Dynamics CRM connection is set up; for more information, see Setting Up the Connection to MS Dynamics CRM. 4. Click the Mapping tab and then the CRM Users to Tenrox Users link to open the Map User Fields page. The Map User Fields page lists all the fields that can be imported to the Tenrox Users profile. 10

11 Mapping Objects Between MS Dynamics CRM and Tenrox 5. Click the Copy and Associate icon to create the user-defined fields in Tenrox and associate them to the Tenrox Users profile. Note: When the Copy and Associate icon is gray ( ), the field exists in the Tenrox Users profile and is already mapped. When the Copy and Associate icon is blue ( ), the entry does not exist in the Tenrox Users profile and is not mapped. If a user-defined field with the same name and type already exists in Tenrox, then the system automatically maps the imported CRM field to the existing user-defined field. 6. Verify that the appropriate Tenrox field is specified and assign a tab for each CRM field. For more information on mapping fields, see the table Object Level Mapping Between MS Dynamics CRM and Tenrox. Note: The User Defined Fields Tab column displays the tab under which the CRM field appears. To verify that the field is displayed under the assigned tab, click Setup>Organization>Users and select a user from the list to open the User Edit page, then click the specified tab to view the field. 7. Click the User Defined Fields link to map specific fields as user-defined fields, as well as view a list of all user-defined fields created under each tab for the users in Tenrox. 8. Click the Save link to save the changes and then click the Back link. Note: A placeholder name can also be defined for the objects when mapping the CRM Accounts to Tenrox Clients and CRM Project to Tenrox Projects Tenrox. All rights reserved. 11

12 Tenrox and MS Dynamics CRM Integration Mapping Tenrox KPIs to the MS Dynamics CRM Fields Tenrox provides Key Performance Indicators (KPIs) to help companies monitor the efficiency of their projects and employees against operational targets. The Tenrox KPIs track and transfer specific project-related information from Tenrox to MS Dynamics CRM using a set of KPI fields. The KPI fields are created as custom fields in MS Dynamics CRM and then associated to the projects; for information on creating custom fields, refer the MS Dynamic CRM user guide. After the Tenrox KPI fields are created and associated, the KPI fields are mapped to the Tenrox project fields. Note: Since all updates to the KPI fields originate in Tenrox, Tenrox is the primary application (master). The information between MS Dynamics CRM and Tenrox is synchronized through the Automation Processing options; for more information, see Setting up Automated (Batch) Processing. To map the Tenrox KPIs to MS Dynamics CRM fields: 1. Log on to Tenrox. 2. Click Setup>Organization>System and then click the CRM button to open the CRM Integration page. 3. Click the Options button to open the CRM Integration Options page. Note: Ensure that the MS Dynamics CRM connection is set up; for more information, see Setting Up the Connection to MS Dynamics CRM. 4. Click the Mapping tab and then click the Tenrox KPIs to CRM Projects link to open the Map Tenrox KPI Fields page that lists all the Tenrox project fields that can be associated to the Tenrox KPI fields created in the MS Dynamics CRM application. 5. Select the corresponding MS Dynamics CRM field from the CRM Fields list for each of the Tenrox KPI fields that you want to map. The CRM Fields lists are filtered based on the data type of the corresponding Tenrox field. Note: Only the Tenrox KPI fields created in MS Dynamics CRM are displayed in the CRM Fields lists. Therefore, Tenrox KPI fields that are not created in MS Dynamics CRM, do not display in the CRM Fields lists. 6. Click the Back link when the mapping of the fields between the Tenrox and MS Dynamics CRM is completed. After the fields are mapped, the information is transferred to MS Dynamics CRM projects when automation processing is scheduled to run. 12

13 Importing Users and Contacts from MS Dynamics CRM into Tenrox Importing Users and Contacts from MS Dynamics CRM into Tenrox The users and contacts are imported from MS Dynamics CRM into Tenrox from the Tools menu. Note: If MS Dynamics CRM contacts are not associated to any MS Dynamics CRM accounts already imported to Tenrox, then they are not imported. To import users and contacts to Tenrox: 1. Click Tools>Import>CRM. 2. Under Import List Selection, select the Users and Contacts check boxes to import the users and contacts respectively from MS Dynamics CRM into Tenrox. 3. Click the Import using service or the Import link to start the import process. During the import process, only the CRM contacts associated to already imported CRM accounts are imported. Note: The Import using service option allows users to move to other pages while the import process is in progress. The Import option forces an immediate import and does not allow users to move to other pages while the import process is in progress. 4. Click the Cancel link to cancel an import process that is not in progress. Note: An import process cannot be cancelled once it is in progress. 5. Click the Logs link to display the following information: Type: message type, options include Error or Message CRM Object: type and name of object imported from MS Dynamics CRM Imp/Exp: type of activity performed, options include Import or Export Results: type and name of the object created in Tenrox Date/Time: date and time of import Source: name of the user who performed the import from Tenrox Note: To delete all message logs, click the Clear Logs link and then click the Back link to return to Import List Selection page. 6. Click Setup>Work>Clients and a client from the list to open the Client Edit page, then click the Contacts button to open the Contact List page that displays a list of the imported contacts. 7. Click Setup>Organization>Users to open the Users page that displays a list of the imported users. By default, the Standard User security profile is assigned to all users imported from MS Dynamics CRM Tenrox. All rights reserved. 13

14 Tenrox and MS Dynamics CRM Integration Setting up Automated (Batch) Processing The MS Dynamics CRM automation processing options are used to automatically update information between MS Dynamics CRM and Tenrox. Setting up automated processing for MS Dynamics CRM and Tenrox integration ensures that the information is synchronized in both systems. Note: If information updated directly in Tenrox differs from the information in MS Dynamics CRM, then it is overwritten on the next import from MS Dynamics CRM. To transfer project-related information from Tenrox to MS Dynamics CRM, the Tenrox KPI fields are associated to the projects in MS Dynamics CRM; for more information, see Mapping Tenrox KPIs to the MS Dynamics CRM Fields. From the Automation Processing Options page, the following CRM services can be automated: CRM Data Exchange: updates the information of projects, users and contact data, as well as imports projects, from MS Dynamics CRM to Tenrox and updates KPIs from Tenrox to MS Dynamics CRM CRM Users and Contacts Import: imports and updates the information of users and contacts from MS Dynamics CRM to Tenrox Note: To automate the processing of the CRM Users and Contacts Import and CRM Data Exchange services, ensure that the Automatically import Contacts and the Automatically import Projects check boxes are selected; for more information, see Setting Up the Connection to MS Dynamics CRM. To set up automated processing for MS Dynamics CRM and Tenrox integration: 1. Click Setup>Organization>System and then click the Automation button to open the Automation Processing Options page. 2. Click the Enable Automation Processing check box to enable the automatic processing feature. 3. Click the CRM Data Exchange and CRM Users and Contacts Import check boxes to enable the services or click each service to open the Automation Service Setup page to edit the following: Start Date: start date of processing; set by default to the date when batch service was initialized Start Time: time the service starts the processing; set by default to 01:00 End Date: end date of the processing; set by default to Open Ended End Time: time the service stopped the processing; set by default to 23:59 Time Zone: time zone of the processing time; set by default to the server time zone Process Every: frequency service is processed (Minute/ Hour/ Day/ Week/ Month/ Year); set by default to one day Last Process: date and time of the last automated background process Status: status of the process (successful or unsuccessful) Enable Service: indicates if the service is enabled or disabled Description: description of the process 4. Click the Save link to save the changes and then the Back link to return to the Automation Processing Options page. 5. Click the Save link to save the changes and then the Back link to return to the System page. 14

15 Exporting Projects from MS Dynamics CRM into Tenrox Exporting Projects from MS Dynamics CRM into Tenrox When exporting projects from MS Dynamics CRM, the associated accounts and users are automatically exported to Tenrox. The associated contacts for the corresponding accounts can also be exported as long as the Import Contacts option is selected; for more information, see Setting Up the Connection to MS Dynamics CRM. Before exporting projects from MS Dynamics CRM into Tenrox, the projects are associated to the MS Dynamics CRM accounts. For more information on accounts, as well as viewing the reports, see the following: Working with MS Dynamics CRM Accounts in Tenrox Viewing the MS Dynamics CRM Reports To export projects from MS Dynamics CRM into Tenrox: 1. Log on to MS Dynamics CRM and the click Settings in the navigation pane. 2. Under Customization, click Customizations and then click the Customize the System link. 3. Click Web resources in the navigation pane to display the objects imported by Tenrox. 4. Select the check boxes of the Account_main and Tenrox_Project_main objects and then click the Publish All Customization button to publish all unpublished components simultaneously. 5. Click the Save and Close button to save the changes and close the Web resources page. Working with MS Dynamics CRM Accounts in Tenrox When MS Dynamics CRM projects are exported into Tenrox, their associated accounts associated are automatically exported. The following rules apply when exporting MS Dynamics CRM accounts to Tenrox: If an account is deleted in MS Dynamics CRM that has associated entries in Tenrox, then it cannot be deleted in Tenrox; however, if the account does not have any associated entries in Tenrox, then it can be deleted in Tenrox using the Automation Processing options Note: This rule also applies to exported projects, users, and contacts. If an account is created with the same name as an existing account in MS Dynamics CRM, the export mechanism creates an account with a suffix for each name to distinguish the multiple accounts; for example, ClientName-1 // ClientName-2 //... Note: MS Dynamics CRM accounts are referred to as clients in Tenrox. If a Tenrox client has the same name as the CRM account, then the Tenrox client (account) is overwritten during the export process by the MS Dynamics CRM account 2012 Tenrox. All rights reserved. 15

16 Tenrox and MS Dynamics CRM Integration Viewing the MS Dynamics CRM Reports After a project is exported to Tenrox, the following reports can be viewed: Project Utilization Report Displays the total number of actual hours and actual billable hours logged against a project. If a work plan is set for the project, then the forecasted hours and forecasted billable hours are also displayed in the report. The information is grouped by project, as well as resources, weeks, and days of week. Project Utilization by Month Displays the total number of actual hours and actual billable hours logged against the project. If a work plan is set for the project, then the forecasted hours and forecasted billable hours are also displayed in the report. The information in this report is grouped by project, as well as months and resources. Project Utilization by Week Displays the total number of actual hours and actual billable hours logged against the project. If a work plan is set for the project, then the forecasted hours and forecasted billable hours are also displayed in the report. The information is grouped by project, as well as weeks and resources. Project Profitability Displays the total amount of payable and billable entries, such as time, charges and expenses, that are already created against the project tasks. The report also displays the total amount of entries that are already billed to the client. The information is grouped by project, type of entries, such as time, charges and expenses, and resources. Client Utilization Summary Displays the total number of actual hours and actual billable hours logged against all projects associated with the client. If a work plan is set for the projects, then the forecasted hours and forecasted billable hours are also displayed in the report. The information is grouped by client, projects and resources. Client Profitability Displays the total amount of all payable and billable entries, such as, time, charges and expense, that are already created against the tasks of all projects associated with the client. The report also displays the total amount of entries that are already billed to the client. The information is grouped by client, projects and type of entries. 16

Tenrox. Single Sign-On (SSO) Setup Guide. January, 2012. 2012 Tenrox. All rights reserved.

Tenrox. Single Sign-On (SSO) Setup Guide. January, 2012. 2012 Tenrox. All rights reserved. Tenrox Single Sign-On (SSO) Setup Guide January, 2012 2012 Tenrox. All rights reserved. About this Guide This guide provides a high-level technical overview of the Tenrox Single Sign-On (SSO) architecture,

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

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

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

Sage 300 ERP 2012. Sage CRM 7.1 Integration Guide

Sage 300 ERP 2012. Sage CRM 7.1 Integration Guide Sage 300 ERP 2012 Sage CRM 7.1 Integration Guide This is a publication of Sage Software, Inc. Version 2012 Copyright 2012. Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product

More information

SageCRM 6.1. Wireless Mobile Guide

SageCRM 6.1. Wireless Mobile Guide SageCRM 6.1 Wireless Mobile Guide Copyright 2007 Sage Technologies Limited, publisher of this work. All rights reserved. No part of this documentation may be copied, photocopied, reproduced, translated,

More information

CRM to Exchange Synchronization

CRM to Exchange Synchronization CRM to Exchange Synchronization Installation, Configuration and End-User Instructions VERSION 1.0 DATE PREPARED: 9/1/2012 DEVELOPMENT: BRITE GLOBAL, INC. 2012 Brite Global, Incorporated. All rights reserved.

More information

Census. di Monitoring Installation User s Guide

Census. di Monitoring Installation User s Guide Census di Monitoring Installation User s Guide 1 r1 Contents Introduction... 3 Content overview... 3 Installing Windows 2003 Server Components... 4 System requirements... 4 di Monitoring Web Set-up...

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

MadCap Software. Upgrading Guide. Pulse

MadCap Software. Upgrading Guide. Pulse MadCap Software Upgrading Guide Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document is furnished

More information

Introduction. Before you begin. Installing efax from our CD-ROM. Installing efax after downloading from the internet

Introduction. Before you begin. Installing efax from our CD-ROM. Installing efax after downloading from the internet Introduction Before you begin Before you begin installing efax, please check the following: You have received confirmation that your application for the efax service has been processed. The confirmation

More information

You must have at least Editor access to your own mail database to run archiving.

You must have at least Editor access to your own mail database to run archiving. Archiving An archive is a copy of a database you can create to store information no longer in use. Like a replica, an archive contains all documents and design elements in the original database, but unlike

More information

Set up Outlook for your new student e mail with IMAP/POP3 settings

Set up Outlook for your new student e mail with IMAP/POP3 settings Set up Outlook for your new student e mail with IMAP/POP3 settings 1. Open Outlook. The Account Settings dialog box will open the first time you open Outlook. If the Account Settings dialog box doesn't

More information

How To Use Senior Systems Cloud Services

How To Use Senior Systems Cloud Services Senior Systems Cloud Services In this guide... Senior Systems Cloud Services 1 Cloud Services User Guide 2 Working In Your Cloud Environment 3 Cloud Profile Management Tool 6 How To Save Files 8 How To

More information

Customer Tips. Xerox Network Scanning HTTP/HTTPS Configuration using Microsoft IIS. for the user. Purpose. Background

Customer Tips. Xerox Network Scanning HTTP/HTTPS Configuration using Microsoft IIS. for the user. Purpose. Background Xerox Multifunction Devices Customer Tips June 5, 2007 This document applies to these Xerox products: X WC Pro 232/238/245/ 255/265/275 for the user Xerox Network Scanning HTTP/HTTPS Configuration using

More information

HOW TO SILENTLY INSTALL CLOUD LINK REMOTELY WITHOUT SUPERVISION

HOW TO SILENTLY INSTALL CLOUD LINK REMOTELY WITHOUT SUPERVISION HOW TO SILENTLY INSTALL CLOUD LINK REMOTELY WITHOUT SUPERVISION Version 1.1 / Last updated November 2012 INTRODUCTION The Cloud Link for Windows client software is packaged as an MSI (Microsoft Installer)

More information

Copyright 2012 Trend Micro Incorporated. All rights reserved.

Copyright 2012 Trend Micro Incorporated. All rights reserved. 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 software, please review the readme files,

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

Configuring Outlook for Windows to use your Exchange email

Configuring Outlook for Windows to use your Exchange email Configuring Outlook for Windows to use your Exchange email McGill faculty, staff and students are given a Microsoft Exchange account which will give you an email box, calendaring features, access to McGill

More information

Adding Outlook to a Blackberry, Downloading, Installing and Configuring Blackberry Desktop Manager

Adding Outlook to a Blackberry, Downloading, Installing and Configuring Blackberry Desktop Manager Adding Outlook to a Blackberry, Downloading, Installing and Configuring Blackberry Desktop Manager The following instructions work for the District provided Blackberrys from Sprint, but I think it should

More information

Integration Guide. Microsoft Active Directory Rights Management Services (AD RMS) Microsoft Windows Server 2008

Integration Guide. Microsoft Active Directory Rights Management Services (AD RMS) Microsoft Windows Server 2008 Integration Guide Microsoft Active Directory Rights Management Services (AD RMS) Microsoft Windows Server 2008 Integration Guide: Microsoft Active Directory Rights Management Services (AD RMS) Imprint

More information

Ekran System Help File

Ekran System Help File Ekran System Help File Table of Contents About... 9 What s New... 10 System Requirements... 11 Updating Ekran to version 4.1... 13 Program Structure... 14 Getting Started... 15 Deployment Process... 15

More information

Entrust Managed Services PKI. Configuring secure LDAP with Domain Controller digital certificates

Entrust Managed Services PKI. Configuring secure LDAP with Domain Controller digital certificates Entrust Managed Services Entrust Managed Services PKI Configuring secure LDAP with Domain Controller digital certificates Document issue: 1.0 Date of issue: October 2009 Copyright 2009 Entrust. All rights

More information

Issue Tracking Anywhere Installation Guide

Issue Tracking Anywhere Installation Guide TM Issue Tracking Anywhere Installation Guide The leading developer of version control and issue tracking software Table of Contents Introduction...3 Installation Guide...3 Installation Prerequisites...3

More information

WebSphere Business Monitor V6.2 KPI history and prediction lab

WebSphere Business Monitor V6.2 KPI history and prediction lab Copyright IBM Corporation 2009 All rights reserved IBM WEBSPHERE BUSINESS MONITOR 6.2 LAB EXERCISE WebSphere Business Monitor V6.2 KPI history and prediction lab What this exercise is about... 1 Lab requirements...

More information

Trend ScanMail. for Microsoft Exchange. Quick Start Guide

Trend ScanMail. for Microsoft Exchange. Quick Start Guide Trend ScanMail for Microsoft Exchange Quick Start Guide Trend ScanMail for Microsoft Exchange ScanMail for Exchange This Quick Start Guide provides a step-by-step guide to installing ScanMail for Exchange,

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

Installing Microsoft Exchange Integration for LifeSize Control

Installing Microsoft Exchange Integration for LifeSize Control Installing Microsoft Exchange Integration for LifeSize Control September 2005 Part Number 132-00002-001, Version 1.1 Copyright Notice Copyright 2005 LifeSize Communications. All rights reserved. LifeSize

More information

How to Back Up and Restore an ACT! Database Answer ID 19211

How to Back Up and Restore an ACT! Database Answer ID 19211 How to Back Up and Restore an ACT! Database Answer ID 19211 Please note: Answer ID documents referenced in this article can be located at: http://www.act.com/support/index.cfm (Knowledge base link). The

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

Administration Guide. . All right reserved. For more information about Specops Inventory and other Specops products, visit www.specopssoft.

Administration Guide. . All right reserved. For more information about Specops Inventory and other Specops products, visit www.specopssoft. . All right reserved. For more information about Specops Inventory and other Specops products, visit www.specopssoft.com Copyright and Trademarks Specops Inventory is a trademark owned by Specops Software.

More information

WhatsUp Gold v16.2 MSP Edition Deployment Guide This guide provides information about installing and configuring WhatsUp Gold MSP Edition to central

WhatsUp Gold v16.2 MSP Edition Deployment Guide This guide provides information about installing and configuring WhatsUp Gold MSP Edition to central WhatsUp Gold v16.2 MSP Edition Deployment Guide This guide provides information about installing and configuring WhatsUp Gold MSP Edition to central and remote sites. Contents Table of Contents Using WhatsUp

More information

Getting Started Guide

Getting Started Guide Getting Started Guide Maximizer is a contact manager designed to help individuals, home offices, and small businesses succeed by helping them maximize their time, create satisfied customers, and increase

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

BusinessObjects Enterprise XI Release 2

BusinessObjects Enterprise XI Release 2 BusinessObjects Enterprise XI Release 2 How to configure an Internet Information Services server as a front end to a WebLogic application server Overview Contents This document describes the process of

More information

SafeGuard Enterprise Web Helpdesk. Product version: 6 Document date: February 2012

SafeGuard Enterprise Web Helpdesk. Product version: 6 Document date: February 2012 SafeGuard Enterprise Web Helpdesk Product version: 6 Document date: February 2012 Contents 1 SafeGuard web-based Challenge/Response...3 2 Installation...5 3 Authentication...8 4 Select the Web Helpdesk

More information

ProSystem fx Document

ProSystem fx Document ProSystem fx Document Server Upgrade from Version 3.7 to Version 3.8 1 This Document will guide you through the upgrade of Document Version 3.7 to Version 3.8. Do not attempt to upgrade from any other

More information

CaseWare Time. CaseWare Cloud Integration Guide. For Time 2015 and CaseWare Cloud

CaseWare Time. CaseWare Cloud Integration Guide. For Time 2015 and CaseWare Cloud CaseWare Time CaseWare Cloud Integration Guide For Time 2015 and CaseWare Cloud Copyright and Trademark Notice Copyright. 2015 CaseWare International Inc. ( CWI ). All Rights Reserved. Use, duplication,

More information

Managed Security Web Portal USER GUIDE

Managed Security Web Portal USER GUIDE Managed Security Web Portal USER GUIDE CONTENTS 1.0 Introduction 4 2.0 Login 4 3.0 Portal Layout 4 3.1 Home Tab 5 3.2 Web Filtering Tab 5 3.3 SSL VPN Users Tab 6 4.0 Web Filtering Administration 7 4.1

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

Table of Contents. 1. Content Approval...1 EVALUATION COPY

Table of Contents. 1. Content Approval...1 EVALUATION COPY Table of Contents Table of Contents 1. Content Approval...1 Enabling Content Approval...1 Content Approval Workflows...4 Exercise 1: Enabling and Using SharePoint Content Approval...9 Exercise 2: Enabling

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

CRM Migration Manager 3.1.1 for Microsoft Dynamics CRM. User Guide

CRM Migration Manager 3.1.1 for Microsoft Dynamics CRM. User Guide CRM Migration Manager 3.1.1 for Microsoft Dynamics CRM User Guide Revision D Issued July 2014 Table of Contents About CRM Migration Manager... 4 System Requirements... 5 Operating Systems... 5 Dynamics

More information

EMC Smarts Network Configuration Manager

EMC Smarts Network Configuration Manager EMC Smarts Network Configuration Manager Version 9.4.1 Advisors User Guide P/N 302-002-279 REV 01 Copyright 2013-2015 EMC Corporation. All rights reserved. Published in the USA. Published October, 2015

More information

Converting InfoPlus.21 Data to a Microsoft SQL Server 2000 Database

Converting InfoPlus.21 Data to a Microsoft SQL Server 2000 Database Technical Bulletin Issue Date August 14, 2003 Converting InfoPlus.21 Data to a Microsoft SQL Server 2000 Database Converting InfoPlus.21 Data to a Microsoft SQL Server 2000 Database...2 Introduction...

More information

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream User Manual Onsight Management Suite Version 5.1 Another Innovation by Librestream Doc #: 400075-06 May 2012 Information in this document is subject to change without notice. Reproduction in any manner

More information

Xerox Multifunction Devices. Verify Device Settings via the Configuration Report

Xerox Multifunction Devices. Verify Device Settings via the Configuration Report Xerox Multifunction Devices Customer Tips March 15, 2007 This document applies to these Xerox products: X WC 4150 X WCP 32/40 X WCP 35/45/55 X WCP 65/75/90 X WCP 165/175 X WCP 232/238 X WCP 245/255 X WCP

More information

EventTracker: Integrating Imperva SecureSphere

EventTracker: Integrating Imperva SecureSphere EventTracker: Integrating Imperva SecureSphere Publication Date: June 14, 2012 EventTracker 8815 Centre Park Drive Columbia MD 21045 www.eventtracker.com About This Guide Abstract This guide provides instructions

More information

Configuration Guide. Remote Backups How-To Guide. Overview

Configuration Guide. Remote Backups How-To Guide. Overview Configuration Guide Remote Backups How-To Guide Overview Remote Backups allow you to back-up your data from 1) a ShareCenter TM to either a Remote ShareCenter or Linux Server and 2) Remote ShareCenter

More information

ProperSync 1.3 User Manual. Rev 1.2

ProperSync 1.3 User Manual. Rev 1.2 ProperSync 1.3 User Manual Rev 1.2 Contents Overview of ProperSync... 3 What is ProperSync... 3 What s new in ProperSync 1.3... 3 Getting Started... 4 Installing ProperSync... 4 Activating ProperSync...

More information

Quadro Configuration Console User's Guide. Table of Contents. Table of Contents

Quadro Configuration Console User's Guide. Table of Contents. Table of Contents Epygi Technologies Table of Contents Table of Contents About This User s Guide... 3 Introducing the Quadro Configuration Console... 4 Technical Specification... 6 Requirements... 6 System Requirements...

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

Customizing Remote Desktop Web Access by Using Windows SharePoint Services Stepby-Step

Customizing Remote Desktop Web Access by Using Windows SharePoint Services Stepby-Step Customizing Remote Desktop Web Access by Using Windows SharePoint Services Stepby-Step Guide Microsoft Corporation Published: July 2009 Updated: September 2009 Abstract Remote Desktop Web Access (RD Web

More information

Neoteris IVE Integration Guide

Neoteris IVE Integration Guide Neoteris IVE Integration Guide NESD-00090-00 CAY051402 The Secure Email Client upgrade option enables Neoteris IVE users to use standardsbased email clients to access corporate email from remote locations.

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

BioWin Network Installation

BioWin Network Installation BioWin Network Installation Introduction This document outlines the procedures for installing the network version of BioWin. There are three parts to the network version installation: 1. The installation

More information

Instructions for Configuring a SAS Metadata Server for Use with JMP Clinical

Instructions for Configuring a SAS Metadata Server for Use with JMP Clinical Instructions for Configuring a SAS Metadata Server for Use with JMP Clinical These instructions describe the process for configuring a SAS Metadata server to work with JMP Clinical. Before You Configure

More information

Setting up Hyper-V for 2X VirtualDesktopServer Manual

Setting up Hyper-V for 2X VirtualDesktopServer Manual Setting up Hyper-V 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

Installation Guide for Pulse on Windows Server 2008R2

Installation Guide for Pulse on Windows Server 2008R2 MadCap Software Installation Guide for Pulse on Windows Server 2008R2 Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software

More information

Velocity Web Services Client 1.0 Installation Guide and Release Notes

Velocity Web Services Client 1.0 Installation Guide and Release Notes Velocity Web Services Client 1.0 Installation Guide and Release Notes Copyright 2014-2015, Identiv. Last updated June 24, 2015. Overview This document provides the only information about version 1.0 of

More information

WordCom, Inc. Secure File Transfer Web Application

WordCom, Inc. Secure File Transfer Web Application WordCom, Inc. Secure File Transfer Web Application Table of Contents 1. Introduction 2. Logging into WordCom s File Transfer Web Client 3. Toolbar buttons 4. Sending a package in Enhanced Mode (If installed

More information

Hyperoo 2.0 A (Very) Quick Start

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

More information

Capture Pro Software FTP Server System Output

Capture Pro Software FTP Server System Output Capture Pro Software FTP Server System Output Overview The Capture Pro Software FTP server will transfer batches and index data (that have been scanned and output to the local PC) to an FTP location accessible

More information

How to add your Weebly website to a TotalCloud hosted Server

How to add your Weebly website to a TotalCloud hosted Server How to add your Weebly website to a TotalCloud hosted Server Creating your Weebly website: 1.) Go to weebly.com and create a free account. 2.) Build and design your personal website using the Weebly features.

More information

SafeGuard Enterprise Web Helpdesk

SafeGuard Enterprise Web Helpdesk SafeGuard Enterprise Web Helpdesk Product version: 5.60 Document date: April 2011 Contents 1 SafeGuard web-based Challenge/Response...3 2 Installation...5 3 Authentication...8 4 Select the Web Help Desk

More information

Mobile Expense Tracking Quick Start Guide: iphone Edition

Mobile Expense Tracking Quick Start Guide: iphone Edition Tenrox Mobile Expense Tracking Quick Start Guide: iphone Edition January, 2012 2012 Tenrox. All rights reserved. About this Guide This quick start guide describes how users can quickly track expenses,

More information

XIA Configuration Server

XIA Configuration Server XIA Configuration Server XIA Configuration Server v7 Installation Quick Start Guide Monday, 05 January 2015 1 P a g e X I A C o n f i g u r a t i o n S e r v e r Contents Requirements... 3 XIA Configuration

More information

http://docs.trendmicro.com/en-us/smb/hosted-email-security.aspx

http://docs.trendmicro.com/en-us/smb/hosted-email-security.aspx Trend Micro Incorporated reserves the right to make changes to this document and to the product described herein without notice. Before installing and using the product, review the readme files, release

More information

TAMUS Terminal Server Setup BPP SQL/Alva

TAMUS Terminal Server Setup BPP SQL/Alva We have a new method of connecting to the databases that does not involve using the Texas A&M campus VPN. The new way of gaining access is via Remote Desktop software to a terminal server running here

More information

Net Report Configuration Guide for WMI on Windows 2000 & XP

Net Report Configuration Guide for WMI on Windows 2000 & XP Net Report Configuration Guide for WMI on Windows 2000 & XP 1 Table of Contents Table of Contents... 2 About This Document... 3 Purpose... 3 Technical Specifications... 4 Task 1: Configuring Audit Policy

More information

Cisco TelePresence Management Suite Extension for Microsoft Exchange

Cisco TelePresence Management Suite Extension for Microsoft Exchange Cisco TelePresence Management Suite Extension for Microsoft Exchange Installation Guide D14846.01 June 2011 Software version 2.3 Contents Introduction 5 End user guidance 5 Server requirements 6 Exchange

More information

Sage 300 ERP 2014. Sage CRM 7.2 Integration Guide

Sage 300 ERP 2014. Sage CRM 7.2 Integration Guide Sage 300 ERP 2014 Sage CRM 7.2 Integration Guide This is a publication of Sage Software, Inc. Version 2014 Copyright 2013. Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product

More information

JAVS Scheduled Publishing. Installation/Configuration... 4 Manual Operation... 6 Automating Scheduled Publishing... 7 Windows XP... 7 Windows 7...

JAVS Scheduled Publishing. Installation/Configuration... 4 Manual Operation... 6 Automating Scheduled Publishing... 7 Windows XP... 7 Windows 7... 1 2 Copyright JAVS 1981-2010 Contents Scheduled Publishing... 4 Installation/Configuration... 4 Manual Operation... 6 Automating Scheduled Publishing... 7 Windows XP... 7 Windows 7... 12 Copyright JAVS

More information

Microsoft Entourage 2008 / Microsoft Exchange Server 2010. Installation and Configuration Instructions

Microsoft Entourage 2008 / Microsoft Exchange Server 2010. Installation and Configuration Instructions Microsoft Entourage 2008 / Microsoft Exchange Server 2010 Installation and Configuration Instructions Table of Contents How to connect Microsoft Entourage 2008 EWS to the Exchange Server... 3 Important

More information

Using Logon Agent for Transparent User Identification

Using Logon Agent for Transparent User Identification Using Logon Agent for Transparent User Identification Websense Logon Agent (also called Authentication Server) identifies users in real time, as they log on to domains. Logon Agent works with the Websense

More information

S/MIME on Good for Enterprise MS Online Certificate Status Protocol. Installation and Configuration Notes. Updated: October 08, 2014

S/MIME on Good for Enterprise MS Online Certificate Status Protocol. Installation and Configuration Notes. Updated: October 08, 2014 S/MIME on Good for Enterprise MS Online Certificate Status Protocol Installation and Configuration Notes Updated: October 08, 2014 Installing the Online Responder service... 1 Preparing the environment...

More information

Application Note 116: Gauntlet System High Availability Using Replication

Application Note 116: Gauntlet System High Availability Using Replication Customer Service: 425-487-1515 Technical Support: 425-951-3390 Fax: 425-487-2288 Email: info@teltone.com support@teltone.com Website: www.teltone.com Application Note 116: Gauntlet System High Availability

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

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

Customer Tips. Configuring Color Access on the WorkCentre 7328/7335/7345 using Windows Active Directory. for the user. Overview

Customer Tips. Configuring Color Access on the WorkCentre 7328/7335/7345 using Windows Active Directory. for the user. Overview Xerox Multifunction Devices Customer Tips February 13, 2008 This document applies to the stated Xerox products. It is assumed that your device is equipped with the appropriate option(s) to support the

More information

TIGERPAW EXCHANGE INTEGRATOR SETUP GUIDE V3.6.0 August 26, 2015

TIGERPAW EXCHANGE INTEGRATOR SETUP GUIDE V3.6.0 August 26, 2015 TIGERPAW EXCHANGE INTEGRATOR SETUP GUIDE V3.6.0 August 26, 2015 2201 Thurston Circle Bellevue, NE 68005 www.tigerpawsoftware.com Contents Tigerpaw Exchange Integrator Setup Guide v3.6.0... 1 Contents...

More information

System Area Management Software Tool Tip: Integrating into NetIQ AppManager

System Area Management Software Tool Tip: Integrating into NetIQ AppManager System Area Management Software Tool Tip: Integrating into NetIQ AppManager Overview: This document provides an overview of how to integrate System Area Management's event logs with NetIQ's AppManager.

More information

App Orchestration 2.5

App Orchestration 2.5 Configuring NetScaler 10.5 Load Balancing with StoreFront 2.5.2 and NetScaler Gateway for Prepared by: James Richards Last Updated: August 20, 2014 Contents Introduction... 3 Configure the NetScaler load

More information

SINGLE SIGN-ON FOR MTWEB

SINGLE SIGN-ON FOR MTWEB SINGLE SIGN-ON FOR MTWEB FOR MASSTRANSIT ENTERPRISE WINDOWS SERVERS WITH DIRECTORY SERVICES INTEGRATION Group Logic, Inc. November 26, 2008 Version 1.1 CONTENTS Revision History...3 Feature Highlights...4

More information

Initial Setup of Microsoft Outlook with Google Apps Sync for Windows 7. Initial Setup of Microsoft Outlook with Google Apps Sync for Windows 7

Initial Setup of Microsoft Outlook with Google Apps Sync for Windows 7. Initial Setup of Microsoft Outlook with Google Apps Sync for Windows 7 Microsoft Outlook with Initial Setup of Concept This document describes the procedures for setting up the Microsoft Outlook email client to download messages from Google Mail using Internet Message Access

More information

Creating a New Database and a Table Owner in SQL Server 2005 for exchange@pam

Creating a New Database and a Table Owner in SQL Server 2005 for exchange@pam Creating a New Database and a Table Owner in SQL Server 2005 for exchange@pam We planning to install exchange@pam an empty database an appropriate database user must be created before running the setup.

More information

Reference and Troubleshooting: FTP, IIS, and Firewall Information

Reference and Troubleshooting: FTP, IIS, and Firewall Information APPENDIXC Reference and Troubleshooting: FTP, IIS, and Firewall Information Although Cisco VXC Manager automatically installs and configures everything you need for use with respect to FTP, IIS, and the

More information

Bitrix Site Manager ASP.NET. Installation Guide

Bitrix Site Manager ASP.NET. Installation Guide Bitrix Site Manager ASP.NET Installation Guide Contents Introduction... 4 Chapter 1. Checking for IIS Installation... 5 Chapter 2. Using An Archive File to Install Bitrix Site Manager ASP.NET... 7 Preliminary

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

Installing, Uninstalling, and Upgrading Service Monitor

Installing, Uninstalling, and Upgrading Service Monitor CHAPTER 2 Installing, Uninstalling, and Upgrading Service Monitor This section contains the following topics: Preparing to Install Service Monitor, page 2-1 Installing Cisco Unified Service Monitor, page

More information

Active Directory Management. Agent Deployment Guide

Active Directory Management. Agent Deployment Guide Active Directory Management Agent Deployment Guide Document Revision Date: April 26, 2013 Active Directory Management Deployment Guide i Contents System Requirements... 1 Hardware Requirements... 2 Agent

More information

Neoteris IVE Integration Guide

Neoteris IVE Integration Guide Neoteris IVE Integration Guide Published Date July 2015 The Secure Email Client upgrade option enables Neoteris IVE users to use standards based email clients to access corporate email from remote locations.

More information

Managing Software Updates with System Center 2012 R2 Configuration Manager

Managing Software Updates with System Center 2012 R2 Configuration Manager Managing Software Updates with System Center 2012 R2 Configuration Manager Managing Microsoft Updates with Configuration Manager 2012 R2 This document is for informational purposes only. MICROSOFT MAKES

More information

Installation Instruction STATISTICA Enterprise Server

Installation Instruction STATISTICA Enterprise Server Installation Instruction STATISTICA Enterprise Server Notes: ❶ The installation of STATISTICA Enterprise Server entails two parts: a) a server installation, and b) workstation installations on each of

More information

Installation Guide for Pulse on Windows Server 2012

Installation Guide for Pulse on Windows Server 2012 MadCap Software Installation Guide for Pulse on Windows Server 2012 Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software

More information

Customer Tips. Xerox Network Scanning TWAIN Configuration for the WorkCentre 7328/7335/7345. for the user. Purpose. Background

Customer Tips. Xerox Network Scanning TWAIN Configuration for the WorkCentre 7328/7335/7345. for the user. Purpose. Background Xerox Multifunction Devices Customer Tips dc07cc0432 October 19, 2007 This document applies to these Xerox products: X WC 7328/7335/7345 for the user Xerox Network Scanning TWAIN Configuration for the

More information

Installation Instruction STATISTICA Enterprise Small Business

Installation Instruction STATISTICA Enterprise Small Business Installation Instruction STATISTICA Enterprise Small Business Notes: ❶ The installation of STATISTICA Enterprise Small Business entails two parts: a) a server installation, and b) workstation installations

More information

Configuring Network Load Balancing with Cerberus FTP Server

Configuring Network Load Balancing with Cerberus FTP Server Configuring Network Load Balancing with Cerberus FTP Server May 2016 Version 1.0 1 Introduction Purpose This guide will discuss how to install and configure Network Load Balancing on Windows Server 2012

More information