Microsoft Windows Server 2003 or Microsoft Windows Server 2008 Windows SharePoint Services 3.0 or Microsoft Office SharePoint Server 2007

Size: px
Start display at page:

Download "Microsoft Windows Server 2003 or Microsoft Windows Server 2008 Windows SharePoint Services 3.0 or Microsoft Office SharePoint Server 2007"

Transcription

1 README SAS Web Parts 1.1 for Microsoft SharePoint Description The SAS Web Parts for Microsoft SharePoint allow you to bring the power of SAS dashboards and SAS analytics to your SharePoint pages. This download currently includes two web parts: the SAS BI Dashboard Web Part and the SAS Stored Process Web Part. The BI Dashboard Web Part displays dashboards and KPIs at a glance to help users monitor organizational performance. Users can delve deeper into analysis using the SAS Stored Process Web Part and drill to other SAS BI tools and analytics products to gain additional insight. System Requirements Prerequisites Microsoft Windows Server 2003 or Microsoft Windows Server 2008 Windows SharePoint Services 3.0 or Microsoft Office SharePoint Server 2007 Microsoft.NET Framework 3.5 Service Pack 1, available from 988e-fdaa79a8ac3d/dotnetfx35.exe Microsoft Web Services Enhancements (WSE) 3.0 for Microsoft.NET, available from yid=018a09fd-3a74-43c5-8ec1-8d d SAS Software Dependencies SAS Integration Technologies Client 9.2 Installable from your SAS Software Depot using the SAS Deployment Wizard. Contact your SAS Administrator for more information. Intended Audience This document is intended for individuals who are familiar with Microsoft SharePoint server administration and Microsoft Internet Information Server administration. The following assumptions are made: Windows SharePoint Services 3.0 or Microsoft Office SharePoint Server is installed and configured and running properly. You have privileges to log into the SharePoint server either directly from the console or using remote desktop. 1

2 You have permissions to add web parts to your SharePoint server and are familiar with doing so. You have experience creating and administering web sites in IIS Manager. Architectural Overview Security The SAS Web Parts for Microsoft SharePoint consists of two pieces: The Web Parts assembly (SAS.Webparts.dll) o must be installed on the SharePoint server The SAS Web Parts Service o runs in a separate IIS application from SharePoint o can be installed on the same machine as SharePoint o can be installed on a separate machine When considering where to install the SAS Web Parts Service, it is important to understand the topology of your network. The service must be able to connect to your SAS servers via SAS Integration Technologies, so there cannot be a firewall between the SAS Web Parts Service and your SAS servers. On the other hand, because the Web Parts connect to the service via SOAP over HTTPS, you can have a firewall between the SAS Web Parts Service and SharePoint. The simplest and most common deployment is to run the service on the SharePoint server. If there is no firewall to consider, this is the recommended setup. As of the release of these web parts, the 64 bit version of the SAS Integration Technologies Client 9.2 is not available. If you are using 64 bit hardware, it is important to note that the SAS Web Parts Service (which loads Integration Technologies Client 9.2) must run as a 32 bit application. In Internet Information Services (IIS) 6.0, the only way to run the SAS Web Parts Service as a 32 bit application is to force all IIS applications on that machine to run as 32 bit applications. Because this would require SharePoint to run as a 32 bit application, it is not possible to run the SAS Web Parts Service and SharePoint on the same 64 bit IIS 6.0 server. Under IIS 7.0 this is not an issue. IIS 7.0 allows each application pool to be set as 32 bit or 64 bit so the two applications can be placed in separate application pools. The SAS Web Parts must be configured with the DNS name and the port of the SAS Metadata Server and the SAS Trusted User ID and password. This information sits in the SharePoint web.config file. Although it is encrypted, care should be taken to limit access to the web.config file to prevent exposure of the password. The SAS Web Parts can access content on the SAS servers in either of two modes: actual identity or impersonation. By default, the user name of the SharePoint site visitor is used to authenticate with SAS, which provides the best security for the SAS content. Even if visitors have access to the SharePoint site, they might be denied access to the SAS content that is specified in the configuration of the Web Parts. The downside to this mode is that every site visitor must have an account on the SAS Metadata Server. 2

3 The alternative security mode is impersonation. In the web.config file, along with the SAS Trusted User credentials, an impersonation ID can be specified. If specified, that impersonation ID is used in place of the visitor s user name. As a result, only the single impersonation ID needs to exist in the metadata. When functioning in this mode, all visitors access the SharePoint site by using the same impersonation ID, so enforcement of more granular permissions is effectively delegated to SharePoint. Because of this, it is important that access to the SharePoint site or individual pages containing SAS Web Parts be carefully restricted to visitors who should be allowed to view the SAS content. Installation Instructions Downloading and Unzipping the SAS Web Parts Bundle Download the SASWebParts.zip file. Because the zip file includes configuration management scripts as well as the installation files for the service and the Web Parts, it is recommended that you unzip the contents of the file into a permanent location. 1. In your Program Files folder, create a new folder named SAS if one does not already exist. 2. Using WinZip or some similar tool, extract the contents of SASWebParts.zip into a permanent location, such as C:\Program Files\SAS. 3. Confirm that the following folders and files were created: Note: These files include both the SAS Web Parts and the SAS Web Parts Service, so the location of these files must be available to all machines involved in the setup and configuration. If you place the service on a machine other than the SharePoint server, you might need to unzip those files to both machines or temporarily share the location. Installing the SAS Web Parts Service The following steps must be performed on the machine on which you want the SAS Web Parts Service installed. 3

4 Creating the SAS Web Parts Service Site on IIS Create the SASWebPartsService Web application in IIS. a. Select Start Administrative Tools Internet Information Services (IIS) Manager. b. In IIS window left pane, expand the local computer node. Right click on the Web Sites node and select New Web Site. Click Next. c. In the Description box, type SASWebPartsService. Click Next. d. In the TCP Port box, type 8888 (or any other unused port). Click Next. e. Click Browse and then select the location where you d like the Web service to be installed. (Typically, this location is C:\Inetpub\wwwroot.) f. In this location, create a new folder by clicking Make new Folder and typing SASWebPartsService. g. Click OK and confirm that the Path box displays the newly created folder (for example, C:\Inetpub\wwwroot\SASWebPartsService). Leave the Allow anonymous access to this website checkbox checked. Click Next. h. Select the Read and Run scripts permissions check boxes. Click Next. i. Click Finish. 2. Enable security on the newly created Web application. The connection between the SAS Web Parts to the SAS Web Parts Service requires transport layer security (HTTPS). To achieve this, you must attach an SSL server certificate to the newly created SAS Web Parts Service application. Note: Because the procedure for procuring a certificate varies from company to company, instructions on how to do so are not included here. Contact your site security administrator. 3. After you have an SSL server certificate, attach the security certificate as follows: a. In the IIS Manager, right click the SASWebPartsService Web site and select Properties. b. In the Properties dialog box on the Directory Security tab, click Server Certificate. c. On the second page of the IIS Certificate Wizard, select Process the pending request and install the certificate. Click Next. d. Specify the location of the certificate in the Path and filename box. Click Next. e. You can accept the default value of 443 as the SSL port. f. On the Summary page, click Next to install the certificate. g. Click Finish to close the wizard. Creating the SAS Web Parts Service Site on IIS The connection between the SAS Web Parts to the SAS Web Parts Service requires transport layer security (HTTPS). To achieve this, you must attach an SSL server certificate to the SAS Web Parts Service application. Note: Because the procedure for procuring a certificate varies from company to company, Instructions on how to do so are not included here. Contact your site security administrator. 2. After you have an SSL server certificate, attach the security certificate as follows: a. In the IIS Manager, click on the machine name in the Connections pane on the left. b. In the Features View, double click on Server Certificates. 4

5 c. In the Actions pane on the left side, click Complete Certificate Request d. In the Complete Certificate Request dialog, provide the full path to the certificate file and a friendly name. Click OK. 3. Create the SASWebPartsService Web application in IIS. a. Select Start Administrative Tools Internet Information Services (IIS) Manager. b. In IIS window left pane, expand the local computer node. Right click on the Sites node and select Add Web Site c. In the Site name box, type SASWebPartsService. d. Click the browse ( ) button beside the Physical path box and then select the location where you d like the Web service to be installed. (Typically, this location is C:\Inetpub\wwwroot.) e. In this location, create a new folder by clicking Make new Folder and typing SASWebPartsService. f. Click OK and confirm that the Physical path box displays the newly created folder (for example, C:\Inetpub\wwwroot\SASWebPartsService). g. In the Type drop down, select https. h. In the SSL certificate drop down, select the certificate that you added previously and click OK. Installing and Confirming the SAS Web Parts Service 1. Install the SAS Web Parts Service. a. Run ServiceSetup.bat located in the folder where you previously unzipped the SASWebParts.zip file (C:\Program Files\SAS\SASWebParts\1.1\ ServiceSetup.bat). Click Next. b. From the Site drop down list on the Select Installation Address page, change the value from Default Web Site to SASWebPartsService. Leave the other values as they are (the Site and Virtual Directory boxes will contain the same value). Click Next. c. On the Confirm Installation page, click Next to confirm the installation. d. Click Close to complete the setup. 2. If you are running the SAS Web Parts Service on a 64 bit machine and using the 32 bit version of SAS Integration Technologies Client 9.2, the service must run as a 32 bit application. You can determine which version of SAS Integration Technologies Client is available by looking at the path where it is installed. On a 64 bit machine, the 32 bit version is installed in \Program Files (x86)\sas\sharedfiles\integration Technologies or \Program Files\SAS\SharedFiles(32)\Integration Technologies. The 64 bit version is installed in the \Program Files\SAS\SharedFiles\Integration Technologies. Enabling 32 Bit Applications on IIS 6.0 In IIS 6.0, the only way to run the SAS Web Parts Service as a 32 bit application is to force all IIS applications on that machine to run as 32 bit applications. Because this would cause SharePoint to run as a 32 bit application if it were running on the same machine, it is not recommended that you run the SAS Web Parts Service and SharePoint on the same 64 bit IIS 6.0 server. To enable the SAS Web Parts Service to run as a 32 bit application, follow these steps: a. Open a command prompt. b. Run the following command: 5

6 cscript %SystemDrive%\inetpub\AdminScripts\adsutil.vbs set w3svc/apppools/enable32bitapponwin64 1 Enabling 32 Bit Applications on IIS 7.0 a. Open IIS Manager. b. In the left pane s tree view, navigate to <Machine Name>\Web Sites\SASWebPartsService. c. Click on the SASWebPartsService application (the application node icon has a globe overlaid with pages. It is a child of the SASWebPartsService site.) d. In the Actions pane on the right side of IIS Manager, click on Advanced Settings e. Under the (General) heading, note the Application Pool setting. This is the application pool in which the SASWebPartsService is running. Close the dialog by pressing Cancel. f. Again in IIS Manager s left pane, click on Application Pools. g. In the Features View, click on the application pool that you identified in the previous step. h. In the Actions pane, click on Advanced Settings i. In the Advanced Settings dialog under the (General) header, set Enable 32 Bit Applications to True. j. Click OK to save the setting and close the dialog. 3. In a browser window, confirm that the service is up and running by opening the service: 4. Confirm that there are no security certificate warnings. The page should look similar to this: 6

7 Installing and Configuring the SAS Web Parts With the SAS Web Parts Service installed, you are ready to deploy the SAS Web Parts in SharePoint and configure them. The following steps should be performed on the machine on which SharePoint is running. Configuration can be performed either by opening WebPartsSetup.bat with a text editor and setting the values in the file, saving it, and then running the script or by passing arguments to WebPartsSetup.bat. Install By Editing WebPartsSetup.bat Script 1. Open WebPartsSetup.bat in notepad or some other text editor, located in the folder where you previously unzipped the SASWebParts.zip file (C:\Program Files\SAS\SASWebParts\1.1\WebPartsSetup.bat). 2. Near the top of the file, in the Init section, type the appropriate values for the configuration settings: SasServer=<machine> Name of the SAS Metadata Server SasPort=<port> (optional, default: 8561) Port of the SAS Metadata Server. TrustedUser=<userid> (optional, default: sastrust@saspw) SAS Trusted User ID as defined in metadata (default: sastrust@saspw). This is not your personal login ID. This ID will be used to connect to the SAS Metadata Server and acts on behalf of other users. If you are unsure of the SAS Trusted User ID, contact your SAS administrator or see the SAS Metadata Server Setup and Administration Guide. TrustedPassword=<password> Password for the SAS Trusted User ID ServiceUrl=<url> URL of the SAS Web Parts Service ( ImpersonationId=<userid> (optional) ID to be used for all SharePoint site visitors to access SAS content. A login for this ID must exist on the SAS Metadata Server (see the ʺSecurityʺ section above for further explanation). WebUrl=<url> (optional, default: URL of the SharePoint Server SiteUrl=<url> (optional, default: URL of the SharePoint Server site WssPort=<port> (optional, default: 80) Port of the SharePoint Server Encrypt=true false Once the configuration settings are placed in the web.config file, encrypt the section containing those settings. Preview=true false Instead of updating the web.config file, makes a copy of the web.config file (named web.config.preview) and updates the copy. The settings are left unencrypted! SiteDir=<path> (optional) Path to the location of the SharePoint site directory (default: c:\inetpub\wwwroot\wss\virtualdirectories\80) 7

8 Install Using Command-Line Arguments 1. Open a command prompt by selecting Start Run. Then type cmd.exe in the Open box and click OK. 2. At the command prompt, type cd c:\program Files\SAS\SASWebParts\1.1 to change the directory to the folder in which you unzipped the downloaded install bundle. 3. Run WebPartsSetup.bat with the following arguments: /sasserver <machine> Name of the SAS Metadata Server /sasport <port> (optional) Port of the SAS Metadata Server (default: 8561) /trusteduser <userid> (optional) SAS Trusted User ID as defined in metadata (default: sastrust@saspw). This is not your personal login ID. This ID will be used to connect to the SAS Metadata Server and acts on behalf of other users. If you are unsure of the SAS Trusted User ID, contact your SAS administrator or see the SAS Metadata Server Setup and Administration Guide. /trustedpassword <password> Password for the SAS Trusted User ID /serviceurl <url> URL of the SAS Web Parts Service ( /impersonationid <userid> (optional) ID to be used for all SharePoint site visitors to access SAS content. A login for this ID must exist on the SAS Metadata Server (see the ʺSecurityʺ section above for further explanation). /weburl <url> (optional) URL of the SharePoint Server (default: /siteurl <url> (optional, default: URL of the SharePoint Server site /wssport <port> (optional) Port of the SharePoint Server (default: 80) /encrypt or /decrypt Once the configuration settings are placed in the web.config file, encrypt the section containing those settings. /preview (optional) Instead of updating the web.config file, makes a copy of the web.config file (named web.config.preview) and updates the copy. /sitedir <path> (optional) Path to the location of the SharePoint site directory (default: c:\inetpub\wwwroot\wss\virtualdirectories\80) Examples: WebPartsSetup.bat /sasserver server01 /trustedpassword Password1 /serviceurl 8

9 WebPartsSetup.bat /sasserver server01 /sasport 8561 /trusteduser /trustedpassword Password1 /impersonationid sharepointuser /weburl /serviceurl SAS BI Dashboard Configuration Because the SharePoint Server is acting as a trusted peer to the SAS BI Dashboard Server, you must modify the SAS BI Dashboard configuration to include the name of the SharePoint server. To make this change, you must have administrative privileges on the SAS Metadata server and access to SAS Management Console. 1. Run SAS Management Console by selecting Start All Programs SAS SAS Management Console Log on to your SAS Metadata Server. 3. On the Plug ins tab in the left pane, expand the Application Management folder and then the Configuration Manager folder. 4. Right click the BI Dashboard 4.2 folder and select Properties. 5. In the BI Dashboard 4.2 Properties dialog box, select the Advanced tab. 6. Modify the bid.midtier.trusted.urls property value to include the name and port of the SharePoint server (the values in this list are separated by commas). 7. Click OK. 8. Restart the SAS BI Dashboard web application server. 9. The SAS Web Parts are ready for deployment. Reconfiguring the SAS Web Parts If the SAS Server location changes or if the SAS Trusted User ID or password is changed in the SAS Metadata Server, you must reconfigure the SAS Web Parts with the updated information. To reconfigure the SAS Web Parts, the following steps should be performed on the machine on which SharePoint is running. As with the initial installation, reconfiguration can be performed either by opening WebPartsSetup.bat with a text editor and setting the values in the file, saving it, and then running the script or by passing arguments to WebPartsSetup.bat. Reconfiguration by Editing WebPartsSetup.bat Script 1. Open WebPartsSetup.bat in notepad or some other text editor, located in the folder where you previously unzipped the SASWebParts.zip file (C:\Program Files\SAS\SASWebParts\1.1\WebPartsSetup.bat). 2. Near the top of the file, in the Init section, type the appropriate values for the configuration settings. Settings left blank will cause reuse of the settings previously defined in web.config file: Reconfig=true SasServer=<machine> (optional, reuse existing value if left blank) Name of the SAS Metadata Server SasPort=<port> (optional, reuse existing value if left blank) Port of the SAS Metadata Server. 9

10 TrustedUser=<userid> (optional, reuse existing value if left blank) SAS Trusted User ID as defined in metadata (default: This is not your personal login ID. This ID will be used to connect to the SAS Metadata Server and acts on behalf of other users. If you are unsure of the SAS Trusted User ID, contact your SAS administrator or see the SAS Metadata Server Setup and Administration Guide. TrustedPassword=<password> (optional, reuse existing value if left blank) Password for the SAS Trusted User ID ServiceUrl=<url> (optional, reuse existing value if left blank) URL of the SAS Web Parts Service ( ImpersonationId=<userid> (optional, reuse existing value if left blank) ID to be used for all SharePoint site visitors to access SAS content. A login for this ID must exist on the SAS Metadata Server (see the ʺSecurityʺ section above for further explanation). WebUrl=<url> (optional, default: URL of the SharePoint Server SiteUrl=<url> (optional, default: URL of the SharePoint Server site WssPort=<port> (optional, default: 80) Port of the SharePoint Server SiteDir=<path> (optional) Path to the location of the SharePoint site directory (default: c:\inetpub\wwwroot\wss\virtualdirectories\80) Reconfiguration Using Command-Line Arguments 1. Open a command prompt by selecting Start Run. Then type cmd.exe in the Open box and click OK. 2. At the command prompt, type cd \Program Files\SAS\SASWebParts\1.1 to change the directory to the folder in which you unzipped the downloaded install bundle. 3. Run WebPartsSetup.bat with the following arguments. You only need to specify the arguments whose values are changing. /reconfig /sasserver <machine> Name of the machine where SAS Metadata Server is running /sasport <port> Port on which SAS Metadata Server is running /trusteduser <userid> SAS Trusted User ID as defined in metadata (default: sastrust@saspw). This is not your personal login ID. This ID will be used to connect to the SAS Metadata Server and acts on behalf of other users. If you are unsure of the SAS Trusted User ID, contact your SAS administrator or see the SAS Metadata Server Setup and Administration Guide. /trustedpassword <password> Password for the SAS Trusted User ID /impersonationid <userid> (optional) ID to be used for all SharePoint site visitors to access SAS content. A login for this ID must exist on the SAS Metadata Server. (See the section on Security for further explanation.) 10

11 /weburl <url> (optional) URL of the SharePoint Server (default: /siteurl <url> (optional, default: URL of the SharePoint Server site /wssport <port> (optional, default: 80) Port of the SharePoint Server /sitedir <path> (optional) Path to the location of the SharePoint site directory (default: c:\inetpub\wwwroot\wss\virtualdirectories\80) Uninstalling the SAS Web Parts To remove the SAS Web Parts from your SharePoint server, perform the following steps on the machine on which SharePoint is running. As with the initial installation, reconfiguration can be performed either by opening WebPartsSetup.bat with a text editor and setting the values in the file, saving it, and then running the script or by passing arguments to WebPartsSetup.bat. Uninstall by Editing WebPartsSetup.bat Script 1. Open WebPartsSetup.bat in notepad or some other text editor, located in the folder where you previously unzipped the SASWebParts.zip file (C:\Program Files\SAS\SASWebParts\1.1\WebPartsSetup.bat). 2. Near the top of the file, in the Init section, type the appropriate values for the configuration settings. Settings left blank will cause reuse of the settings previously defined in web.config file: Uninstall=true Reconfig=false WebUrl=<url> (optional, default: URL of the SharePoint Server SiteUrl=<url> (optional, default: URL of the SharePoint Server site WssPort=<port> (optional, default: 80) Port of the SharePoint Server SiteDir=<path> (optional) Path to the location of the SharePoint site directory (default: c:\inetpub\wwwroot\wss\virtualdirectories\80) Uninstalling Using Command-Line Arguments 1. Open a command prompt by selecting Start Run. Then type cmd.exe in the Open box and click OK. 2. At the command prompt, type cd \Program Files\SAS\SASWebParts\1.1 to change the directory to the folder in which you unzipped the downloaded install bundle. 3. Run WebPartsSetup.bat with the following arguments: /uninstall 11

12 /weburl <url> (optional) URL of the SharePoint Server (default: /siteurl <url> (optional, default: URL of the SharePoint Server site /wssport <port> (optional, default: 80) Port of the SharePoint Server /sitedir <path> (optional) Path to the location of the SharePoint site directory (default: c:\inetpub\wwwroot\wss\virtualdirectories\80) Remove the Web Parts from the Gallery list 1. In your browser, open the Site Settings page for the Site Collection. 2. Under the Galleries heading, click Web Parts. 3. In the Web Parts Gallery, click the edit icon beside the DashboardWebPart.webpart entry. 4. In the edit item page, click Delete Item at the top of the form. 5. Click OK to confirm that you d like the delete the item. 6. Once again in the Web Parts Gallery, click the edit icon beside the StoredProcessWebPart.webpart entry. 7. In the edit item page, click Delete Item at the top of the form. 8. Click OK to confirm that you d like the delete the item. Uninstalling the SAS Web Parts Service To remove the SAS Web Parts Service from your server, perform the following steps on the machine on which the service is running. 1. Open Control Panel and select Add or Remove Programs. 2. Select SASWebPartsService in the list and click on Remove. 3. When prompted to confirm that you are sure you want to remove SASWebPartsService from your computer, click Yes. 4. When the installer finishes removing the SASWebPartsService, close the dialog. 5. Select Start Administrative Tools Internet Information Services (IIS) Manager. 6. In IIS window left pane, expand the local computer node and the Web Sites node. 7. Right click on the SASWebPartsService node and select Remove or Delete and confirm that you d like to remove the site. SAS and all other SAS Institute product or service names are registered trademarks or trademarks of SAS Institute Inc. in the USA and other countries. Other brand and product names are registered trademarks or trademarks of their respective companies. indicates USA registration. Copyright 2009 SAS Institute Inc., Cary, NC, USA. All rights reserved June 2009

Reconfiguring VMware vsphere Update Manager. 17 APR 2018 VMware vsphere 6.7 vsphere Update Manager 6.7

Reconfiguring VMware vsphere Update Manager. 17 APR 2018 VMware vsphere 6.7 vsphere Update Manager 6.7 Reconfiguring VMware vsphere Update Manager 17 APR 2018 VMware vsphere 6.7 vsphere Update Manager 6.7 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Installation Instructions for SAS Activity-Based Management 6.2

Installation Instructions for SAS Activity-Based Management 6.2 Installation Instructions for SAS Activity-Based Management 6.2 Copyright Notice The correct bibliographic citation for this manual is as follows: SAS Institute Inc., Installation Instructions for SAS

More information

NBC-IG Installation Guide. Version 7.2

NBC-IG Installation Guide. Version 7.2 Installation Guide Version 7.2 2017 Nuance Business Connect 7.2 Installation Guide Document Revision History Revision Date August 8, 2017 Revision List Updated supported SQL Server versions June 14, 2017

More information

Installing and Configuring vcenter Multi-Hypervisor Manager

Installing and Configuring vcenter Multi-Hypervisor Manager Installing and Configuring vcenter Multi-Hypervisor Manager vcenter Server 5.1 vcenter Multi-Hypervisor Manager 1.1.2 This document supports the version of each product listed and supports all subsequent

More information

Password Reset Server Installation

Password Reset Server Installation Password Reset Server Installation Vista/Server 08 and Windows 7/Server 2008 R2 Table of Contents I. Requirements... 4 A. System Requirements... 4 B. Domain Account Requirements... 5 C. Recommendations...

More information

Administering SAS Enterprise Guide 4.2

Administering SAS Enterprise Guide 4.2 Administering SAS Enterprise Guide 4.2 SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2009. Administering SAS Enterprise Guide 4.2. Cary, NC: SAS

More information

SAS Model Manager 2.3

SAS Model Manager 2.3 SAS Model Manager 2.3 Administrator's Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2010. SAS Model Manager 2.3: Administrator's Guide. Cary,

More information

Reconfiguring VMware vsphere Update Manager. Update 1 VMware vsphere 6.5 vsphere Update Manager 6.5

Reconfiguring VMware vsphere Update Manager. Update 1 VMware vsphere 6.5 vsphere Update Manager 6.5 Reconfiguring VMware vsphere Update Manager Update 1 VMware vsphere 6.5 vsphere Update Manager 6.5 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Installation Guide. Mobile Print for Business version 1.0. July 2014 Issue 1.0

Installation Guide. Mobile Print for Business version 1.0. July 2014 Issue 1.0 Installation Guide Mobile Print for Business version 1.0 July 2014 Issue 1.0 Fuji Xerox Australia 101 Waterloo Road North Ryde NSW 2113 For technical queries please contact the Fuji Xerox Australia Customer

More information

IQSweb Installation Instructions Version 5.0

IQSweb Installation Instructions Version 5.0 IQSweb Installation Instructions Version 5.0 Contents Additional References... 3 IQSweb ROSS Connection... 3 IQSweb V5.0 Install/Upgrade Scenarios... 4 IQSweb Configuration Options... 5 A. Single Computer/Server

More information

Installation Guide Worksoft Certify Execution Suite

Installation Guide Worksoft Certify Execution Suite Installation Guide Worksoft Certify Execution Suite Worksoft, Inc. 15851 Dallas Parkway, Suite 855 Addison, TX 75001 www.worksoft.com 866-836-1773 Worksoft Certify Execution Suite Installation Guide Version

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

SAS Contextual Analysis 14.3: Administrator s Guide

SAS Contextual Analysis 14.3: Administrator s Guide SAS Contextual Analysis 14.3: Administrator s Guide SAS Documentation August 25, 2017 The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2017. SAS Contextual Analysis

More information

SAS. Information Map Studio 3.1: Creating Your First Information Map

SAS. Information Map Studio 3.1: Creating Your First Information Map SAS Information Map Studio 3.1: Creating Your First Information Map The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2006. SAS Information Map Studio 3.1: Creating Your

More information

SAS Model Manager 2.2. Tutorials

SAS Model Manager 2.2. Tutorials SAS Model Manager 2.2 Tutorials The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2009. SAS Model Manager 2.2: Tutorials. Cary, NC: SAS Institute Inc. SAS Model Manager

More information

HP-UX for the Itanium Processor Family Architecture. 215 MB Approx

HP-UX for the Itanium Processor Family Architecture. 215 MB Approx README Search Interface to SAS Content 1.5 Prerequisites Platform Microsoft Windows Microsoft Windows for x64 HP-UX HP-UX for the Itanium Processor Family Architecture Linux for x64 Solaris Solaris for

More information

SAS Enterprise Guide 4.3

SAS Enterprise Guide 4.3 Administering SAS Enterprise Guide 4.3 SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc 2010. Administering SAS Enterprise Guide 4.3. Cary, NC: SAS

More information

Healthcare Database Connector

Healthcare Database Connector Healthcare Database Connector Installation and Setup Guide Version: 1.0.x Written by: Product Knowledge, R&D Date: September 2016 2015 Lexmark International Technology, S.A. All rights reserved. Lexmark

More information

Privileged Identity App Launcher and Session Recording

Privileged Identity App Launcher and Session Recording Privileged Identity App Launcher and Session Recording 2018 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are

More information

SAS Contextual Analysis 13.2: Administrator s Guide

SAS Contextual Analysis 13.2: Administrator s Guide SAS Contextual Analysis 13.2: Administrator s Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2014. SAS Contextual Analysis 13.2: Administrator's

More information

Installation Manual. Fleet Maintenance Software. Version 6.4

Installation Manual. Fleet Maintenance Software. Version 6.4 Fleet Maintenance Software Installation Manual Version 6.4 6 Terri Lane, Suite 700 Burlington, NJ 08016 (609) 747-8800 Fax (609) 747-8801 Dossier@dossiersystemsinc.com www.dossiersystemsinc.com Copyright

More information

Installation Guide Worksoft Analyze

Installation Guide Worksoft Analyze Installation Guide Worksoft Analyze Worksoft, Inc. 15851 Dallas Parkway, Suite 855 Addison, TX 75001 www.worksoft.com 866-836-1773 Worksoft Analyze Installation Guide Version 1.0.0 Copyright 2018 by Worksoft,

More information

Version Installation Guide. 1 Bocada Installation Guide

Version Installation Guide. 1 Bocada Installation Guide Version 19.4 Installation Guide 1 Bocada Installation Guide Copyright 2019 Bocada LLC. All Rights Reserved. Bocada and BackupReport are registered trademarks of Bocada LLC. Vision, Prism, vpconnect, and

More information

Business Insights Dashboard

Business Insights Dashboard Business Insights Dashboard Sage 500 ERP 2000-2013 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product and service names mentioned herein are registered trademarks or trademarks

More information

SOA Software Intermediary for Microsoft : Install Guide

SOA Software Intermediary for Microsoft : Install Guide SOA Software Intermediary for Microsoft : Install Guide SOA Software Intermediary for Microsoft Install Guide SOAIM_60 August 2013 Copyright Copyright 2013 SOA Software, Inc. All rights reserved. Trademarks

More information

ProjectWise Web Server

ProjectWise Web Server ProjectWise Web Server Implementation Guide Last Updated: January 19, 2015 Notices Notices Trademark Bentley and the B Bentley logo are either registered or unregistered trademarks or service marks of

More information

SCCM Plug-in User Guide. Version 3.0

SCCM Plug-in User Guide. Version 3.0 SCCM Plug-in User Guide Version 3.0 JAMF Software, LLC 2012 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate. JAMF Software 301 4th Ave

More information

Deployment guide for Duet Enterprise for Microsoft SharePoint and SAP Server 2.0

Deployment guide for Duet Enterprise for Microsoft SharePoint and SAP Server 2.0 Deployment guide for Duet Enterprise for Microsoft SharePoint and SAP Server 2.0 Microsoft Corporation Published: October 2012 Author: Microsoft Office System and Servers Team (itspdocs@microsoft.com)

More information

SelectHR Installation & Upgrade Instructions

SelectHR Installation & Upgrade Instructions SelectHR Installation & Upgrade Instructions 1 Table of Contents Important Notes... 4 Components of SelectHR... 4 New Installations... 4 Upgrades... 4 Understanding SSUs... 4 Windows Authentication & Single

More information

Sage 300. Sage CRM 2018 Integration Guide. October 2017

Sage 300. Sage CRM 2018 Integration Guide. October 2017 Sage 300 Sage CRM 2018 Integration Guide October 2017 This is a publication of Sage Software, Inc. 2017 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and

More information

Installation Guide. 3CX CRM Plugin for ConnectWise. Single Tenant Version

Installation Guide. 3CX CRM Plugin for ConnectWise. Single Tenant Version Installation Guide 3CX CRM Plugin for ConnectWise Single Tenant Version "Copyright VoIPTools, LLC 2011-2016" Information in this document is subject to change without notice. No part of this document may

More information

TIBCO Spotfire Automation Services Installation and Configuration

TIBCO Spotfire Automation Services Installation and Configuration TIBCO Spotfire Automation Services Installation and Configuration Software Release 7.0.1 July 2015 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE.

More information

Installing Intellicus DotNet Client on Windows. Version: 16.0

Installing Intellicus DotNet Client on Windows. Version: 16.0 Installing Intellicus DotNet Client on Windows Version: 16.0 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not

More information

Status Web Evaluator s Guide Software Pursuits, Inc.

Status Web Evaluator s Guide Software Pursuits, Inc. Status Web Evaluator s Guide 2018 Table of Contents Introduction... 2 System Requirements... 2 Contact Information... 2 Installing Microsoft IIS... 2 Verifying Microsoft IIS Features... 9 Installing the

More information

Installation Instructions for Release 5.1 of the SAS Performance Management Solutions

Installation Instructions for Release 5.1 of the SAS Performance Management Solutions Installation Instructions for Release 5.1 of the SAS Performance Management Solutions Copyright Notice The correct bibliographic citation for this manual is as follows: SAS Institute Inc., Installation

More information

Installation Guide for Pulse on Windows Server 2012

Installation Guide for Pulse on Windows Server 2012 USER GUIDE MADCAP PULSE 4 Installation Guide for Pulse on Windows Server 2012 Copyright 2018 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The

More information

Two-Machine Deployment of SAS Office Analytics 7.4

Two-Machine Deployment of SAS Office Analytics 7.4 Two-Machine Deployment of SAS Office Analytics 7.4 SAS Documentation January 8, 2018 The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2017. Two-Machine Deployment of

More information

Installation on Windows Server 2008

Installation on Windows Server 2008 USER GUIDE MADCAP PULSE 4 Installation on Windows Server 2008 Copyright 2018 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described

More information

esignlive for Microsoft Dynamics CRM

esignlive for Microsoft Dynamics CRM esignlive for Microsoft Dynamics CRM Deployment Guide Product Release: 2.1 Date: June 29, 2018 esignlive 8200 Decarie Blvd, Suite 300 Montreal, Quebec H4P 2P5 Phone: 1-855-MYESIGN Fax: (514) 337-5258 Web:

More information

Installation Guide Worksoft Certify

Installation Guide Worksoft Certify Installation Guide Worksoft Certify Worksoft, Inc. 15851 Dallas Parkway, Suite 855 Addison, TX 75001 www.worksoft.com 866-836-1773 Worksoft Certify Installation Guide Version 9.0.3 Copyright 2017 by Worksoft,

More information

Using vrealize Operations Tenant App as a Service Provider

Using vrealize Operations Tenant App as a Service Provider Using vrealize Operations Tenant App as a Service Provider Using vrealize Operations Tenant App as a Service Provider You can find the most up-to-date technical documentation on the VMware Web site at:

More information

Healthcare Database Connector

Healthcare Database Connector Healthcare Database Connector Installation and Setup Guide Version: 3.0.0 Written by: Product Knowledge, R&D Date: February 2017 2015-2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark

More information

LabTech Ignite Installation

LabTech Ignite Installation LabTech LabTech Ignite Installation LABTECH IGNITE INSTALLATION... 1 Overview... 1 Readiness Checklist... 1 Server Installation... 2 Creating a Client Import File... 17 Using SSL Connections... 18 SSL

More information

Time Machine Web Console Installation Guide

Time Machine Web Console Installation Guide 1 Time Machine Web Console Installation Guide The following is a quick guide to setting up and deploying Solution-Soft s Time Machine Web Console under Microsoft IIS Web Server 8. This paper will walk

More information

Workspace Administrator Help File

Workspace Administrator Help File Workspace Administrator Help File Table of Contents HotDocs Workspace Help File... 1 Getting Started with Workspace... 3 What is HotDocs Workspace?... 3 Getting Started with Workspace... 3 To access Workspace...

More information

AMS Device View Installation Guide. Version 2.0 Installation Guide May 2018

AMS Device View Installation Guide. Version 2.0 Installation Guide May 2018 AMS Device View Installation Guide Version 2.0 Installation Guide May 2018 Disclaimer The contents of this publication are presented for informational purposes only, and while every effort has been made

More information

BLUEPRINT TEAM REPOSITORY. For Requirements Center & Requirements Center Test Definition

BLUEPRINT TEAM REPOSITORY. For Requirements Center & Requirements Center Test Definition BLUEPRINT TEAM REPOSITORY Installation Guide for Windows For Requirements Center & Requirements Center Test Definition Table Of Contents Contents Table of Contents Getting Started... 3 About the Blueprint

More information

Deployment Guide Installing WhatsUp Gold Distributed Edition to Central and Remote Sites

Deployment Guide Installing WhatsUp Gold Distributed Edition to Central and Remote Sites Deployment Guide Installing WhatsUp Gold Distributed Edition to Central and Remote Sites This guide provides information about installing and configuring WhatsUp Gold Central and Remote Sites. Contents

More information

SAS Federation Server 4.2: Migration Guide

SAS Federation Server 4.2: Migration Guide SAS Federation Server 4.2: Migration Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2016. SAS Federation Server 4.2: Migration Guide. Cary,

More information

SAS Studio 3.6: Administrator s Guide

SAS Studio 3.6: Administrator s Guide SAS Studio 3.6: Administrator s Guide SAS Documentation March 7, 2018 The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2016. SAS Studio 3.6: Administrator s Guide. Cary,

More information

Oracle Hyperion Financial Data Quality Management, Fusion Edition ERP Source Adapter for SAP. Readme. Purpose. Overview.

Oracle Hyperion Financial Data Quality Management, Fusion Edition ERP Source Adapter for SAP. Readme. Purpose. Overview. Oracle Hyperion Financial Data Quality Management, Fusion Edition ERP Source Adapter for SAP Release FIN-C Readme Purpose... 1 Overview... 1 Installation... 2 Configuration... 2 Company Codes... 3 Logging

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.5.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

SOA Software Policy Manager Agent v6.1 for WebSphere Application Server Installation Guide

SOA Software Policy Manager Agent v6.1 for WebSphere Application Server Installation Guide SOA Software Policy Manager Agent v6.1 for WebSphere Application Server Installation Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software,

More information

EMC SourceOne for Microsoft SharePoint Version 7.1

EMC SourceOne for Microsoft SharePoint Version 7.1 EMC SourceOne for Microsoft SharePoint Version 7.1 Installation Guide 302-000-151 REV 01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2009-2013

More information

Using the VMware vrealize Orchestrator Client

Using the VMware vrealize Orchestrator Client Using the VMware vrealize Orchestrator Client vrealize Orchestrator 7.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

SAS Activity-Based Management Server Software 6.1 for Windows

SAS Activity-Based Management Server Software 6.1 for Windows Installation Instructions SAS Activity-Based Management Server Software 6.1 for Windows Pre-installation Checklist Before you start to install or upgrade SAS Activity-Based Management Server, please follow

More information

Configuring ApplicationHA in VMware SRM 5.1 environment

Configuring ApplicationHA in VMware SRM 5.1 environment Configuring ApplicationHA in VMware SRM 5.1 environment Windows Server 2003 and 2003 R2, Windows Server 2008 and 2008 R2 6.0 September 2013 Contents Chapter 1 About the ApplicationHA support for VMware

More information

WhatsUp Gold 2016 Installation and Configuration Guide

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

More information

Live Data Connection to SAP Universes

Live Data Connection to SAP Universes Live Data Connection to SAP Universes You can create a Live Data Connection to SAP Universe using the SAP BusinessObjects Enterprise (BOE) Live Data Connector component deployed on your application server.

More information

Device Registration Service. Installation Guide

Device Registration Service. Installation Guide Document Imaging Solutions Device Registration Service Installation Guide Nuance Device Registration Service Installation Guide Document Revision Date Revision List September 16, 2017 Updated for DRS 7.11

More information

Deploying HP SIM 6.x on MSCS clusters on Windows 2008 with SQL Server 2008 SP1 White Paper

Deploying HP SIM 6.x on MSCS clusters on Windows 2008 with SQL Server 2008 SP1 White Paper Deploying HP SIM 6.x on MSCS clusters on Windows 2008 with SQL Server 2008 SP1 White Paper Table of Contents Abstract... 2 Introduction... 2 System infrastructure... 3 Storage configuration... 3 IP addresses...

More information

Getting Started with Cisco WebEx Meeting Applications

Getting Started with Cisco WebEx Meeting Applications CHAPTER 6 Getting Started with Cisco WebEx Meeting Applications Revised: September, 2010, Contents Modifying Your Provisioned Cisco WebEx Account, page 6-1 Setting Proxy Permissions, page 6-5 Productivity

More information

Workspace ONE UEM Certificate Authentication for EAS with ADCS. VMware Workspace ONE UEM 1902

Workspace ONE UEM Certificate Authentication for EAS with ADCS. VMware Workspace ONE UEM 1902 Workspace ONE UEM Certificate Authentication for EAS with ADCS VMware Workspace ONE UEM 1902 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Installation Guide Worksoft Certify Execution Suite

Installation Guide Worksoft Certify Execution Suite Installation Guide Worksoft Certify Execution Suite Worksoft, Inc. 15851 Dallas Parkway, Suite 855 Addison, TX 75001 www.worksoft.com 866-836-1773 Worksoft Certify Execution Suite Installation Guide Version

More information

VMware Horizon JMP Server Installation and Setup Guide. 13 DEC 2018 VMware Horizon 7 7.7

VMware Horizon JMP Server Installation and Setup Guide. 13 DEC 2018 VMware Horizon 7 7.7 VMware Horizon JMP Server Installation and Setup Guide 13 DEC 2018 VMware Horizon 7 7.7 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you

More information

SAS Marketing Operations Management 6.6: Installation, Configuration, and Administration Guide

SAS Marketing Operations Management 6.6: Installation, Configuration, and Administration Guide SAS Marketing Operations Management 6.6: Installation, Configuration, and Administration Guide SAS Documentation June 2017 The correct bibliographic citation for this manual is as follows: SAS Institute

More information

TIBCO Spotfire Web Player 7.0. Installation and Configuration Manual

TIBCO Spotfire Web Player 7.0. Installation and Configuration Manual TIBCO Spotfire Web Player 7.0 Installation and Configuration Manual Revision date: 9 February 2015 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED

More information

Deploying the ClientDashboard Web Site

Deploying the ClientDashboard Web Site Deploying the ClientDashboard Web Site June 2013 Contents Introduction... 2 Installing and configuring IIS... 2 Software installations... 2 Opening a firewall port... 2 Adding the SCSWebDashboard Web site...

More information

Implementing Messaging Security for Exchange Server Clients

Implementing Messaging Security for Exchange Server Clients Implementing Messaging Security for Exchange Server Clients Objectives Scenario At the end of this lab, you will be able to: Protect e-mail messages using S/MIME signing and encryption Manage e-mail attachment

More information

Kaseya 2. Installation guide. Version R8. English

Kaseya 2. Installation guide. Version R8. English Kaseya 2 Kaseya Server Setup Installation guide Version R8 English October 24, 2014 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept

More information

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

Amazon AppStream 2.0: SOLIDWORKS Deployment Guide

Amazon AppStream 2.0: SOLIDWORKS Deployment Guide 2018 Amazon AppStream 2.0: SOLIDWORKS Deployment Guide Build an Amazon AppStream 2.0 environment to stream SOLIDWORKS to your users June 2018 https://aws.amazon.com/appstream2/ 1 Welcome This guide describes

More information

SOA Software Policy Manager Agent v6.1 for tc Server Application Server Installation Guide

SOA Software Policy Manager Agent v6.1 for tc Server Application Server Installation Guide SOA Software Policy Manager Agent v6.1 for tc Server Application Server Installation Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software,

More information

AvePoint RevIM Installation and Configuration Guide. Issued May AvePoint RevIM Installation and Configuration Guide

AvePoint RevIM Installation and Configuration Guide. Issued May AvePoint RevIM Installation and Configuration Guide AvePoint RevIM 3.2.1 Installation and Configuration Guide Issued May 2017 1 Table of Contents What s New in This Guide... 4 About AvePoint RevIM... 5 Installation Requirements... 6 Hardware Requirements...

More information

EMC Documentum Content Services for SharePoint

EMC Documentum Content Services for SharePoint EMC Documentum Content Services for SharePoint Version 5.3 SP5 Installation and Administration Guide P/N 300-005-756-A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000

More information

Dell EMC ME4 Series vsphere Client Plug-in

Dell EMC ME4 Series vsphere Client Plug-in Dell EMC ME4 Series vsphere Client Plug-in User's Guide Regulatory Model: E09J, E10J, E11J Regulatory Type: E09J001, E10J001, E11J001 Notes, cautions, and warnings NOTE: A NOTE indicates important information

More information

Important notice regarding accounts used for installation and configuration

Important notice regarding accounts used for installation and configuration System Requirements Operating System Nintex Reporting 2008 can be installed on Microsoft Windows Server 2003 or 2008 (32 and 64 bit supported for both OS versions). Browser Client Microsoft Internet Explorer

More information

ImageNow Interact for Microsoft SharePoint Installation, Setup, and User Guide

ImageNow Interact for Microsoft SharePoint Installation, Setup, and User Guide ImageNow Interact for Microsoft SharePoint Installation, Setup, and User Guide Version: 6.6.x Written by: Product Documentation, R&D Date: ImageNow and CaptureNow are registered trademarks of Perceptive

More information

with Access Manager 51.1 What is Supported in This Release?

with Access Manager 51.1 What is Supported in This Release? 51 51 Integrating Microsoft SharePoint Server with Access Manager This chapter explains how to integrate Access Manager with a 10g WebGate and Microsoft SharePoint Server. It covers the following topics:

More information

Using the VMware vcenter Orchestrator Client. vrealize Orchestrator 5.5.1

Using the VMware vcenter Orchestrator Client. vrealize Orchestrator 5.5.1 Using the VMware vcenter Orchestrator Client vrealize Orchestrator 5.5.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

Mitel MiContact Center Enterprise WEB APPLICATIONS CONFIGURATION GUIDE. Release 9.2

Mitel MiContact Center Enterprise WEB APPLICATIONS CONFIGURATION GUIDE. Release 9.2 Mitel MiContact Center Enterprise WEB APPLICATIONS CONFIGURATION GUIDE Release 9.2 NOTICE The information contained in this document is believed to be accurate in all respects but is not warranted by Mitel

More information

Partner Integration Portal (PIP) Installation Guide

Partner Integration Portal (PIP) Installation Guide Partner Integration Portal (PIP) Installation Guide Last Update: 12/3/13 Digital Gateway, Inc. All rights reserved Page 1 TABLE OF CONTENTS INSTALLING PARTNER INTEGRATION PORTAL (PIP)... 3 DOWNLOADING

More information

Marketing Operations Management 6.4

Marketing Operations Management 6.4 SAS Marketing Operations Management 6.4 Installation, Configuration, and Administration Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2015.

More information

Healthcare Database Connector

Healthcare Database Connector Healthcare Database Connector Installation and Setup Guide Version: 3.1.1 Written by: Product Knowledge, R&D Date: May 2018 2008-2018 Hyland Software, Inc. and its affiliates. Table of Contents What is

More information

ENTRUST CONNECTOR Installation and Configuration Guide Version April 21, 2017

ENTRUST CONNECTOR Installation and Configuration Guide Version April 21, 2017 ENTRUST CONNECTOR Installation and Configuration Guide Version 0.5.1 April 21, 2017 2017 CygnaCom Solutions, Inc. All rights reserved. Contents What is Entrust Connector... 4 Installation... 5 Prerequisites...

More information

UC for Enterprise (UCE) NEC Centralized Authentication Service (NEC CAS)

UC for Enterprise (UCE) NEC Centralized Authentication Service (NEC CAS) UC for Enterprise (UCE) NEC Centralized Authentication Service (NEC CAS) Installation Guide NEC NEC Corporation October 2010 NDA-30362, Revision 15 Liability Disclaimer NEC Corporation reserves the right

More information

Workspace Desktop Edition Deployment Guide. Installing The Workspace SIP Endpoint

Workspace Desktop Edition Deployment Guide. Installing The Workspace SIP Endpoint Workspace Desktop Edition Deployment Guide Installing The Workspace SIP Endpoint 11/20/2017 Installing The Workspace SIP Endpoint [Modified: 8.5.109.16, 8.5.114.08] The Workspace SIP Endpoint is an optional

More information

SAS Visual Analytics 7.3 for SAS Cloud: Onboarding Guide

SAS Visual Analytics 7.3 for SAS Cloud: Onboarding Guide SAS Visual Analytics 7.3 for SAS Cloud: Onboarding Guide Introduction This onboarding guide covers tasks that account administrators need to perform to set up SAS Visual Statistics and SAS Visual Analytics

More information

VII. Corente Services SSL Client

VII. Corente Services SSL Client VII. Corente Services SSL Client Corente Release 9.1 Manual 9.1.1 Copyright 2014, Oracle and/or its affiliates. All rights reserved. Table of Contents Preface... 5 I. Introduction... 6 Chapter 1. Requirements...

More information

SAS Studio 3.4: Administrator s Guide, Second Edition

SAS Studio 3.4: Administrator s Guide, Second Edition SAS Studio 3.4: Administrator s Guide, Second Edition SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2016. SAS Studio 3.4: Administrator s Guide,

More information

Configuring Apache HTTP Server as a Reverse Proxy Server for SAS 9.2 Web Applications Deployed on BEA WebLogic Server 9.2

Configuring Apache HTTP Server as a Reverse Proxy Server for SAS 9.2 Web Applications Deployed on BEA WebLogic Server 9.2 Configuration Guide Configuring Apache HTTP Server as a Reverse Proxy Server for SAS 9.2 Web Applications Deployed on BEA WebLogic Server 9.2 This document describes how to configure Apache HTTP Server

More information

METADATA FRAMEWORK 6.3. and High Availability

METADATA FRAMEWORK 6.3. and High Availability METADATA FRAMEWORK 6.3 and High Availability Publishing Information Software version 6.3.160 Document version 4 Publication date May 22, 2017 Copyright (c) 2005-2017 Varonis Systems Inc. All rights reserved.

More information

Sage 500 ERP 2016 Business Insights Dashboard Guide

Sage 500 ERP 2016 Business Insights Dashboard Guide Sage 500 ERP 2016 Business Insights Dashboard Guide This is a publication of Sage Software, Inc. Copyright 2015 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product and service

More information

TECHNICAL WHITE PAPER AUGUST 2017 REVIEWER S GUIDE FOR VIEW IN VMWARE HORIZON 7: INSTALLATION AND CONFIGURATION. VMware Horizon 7 version 7.

TECHNICAL WHITE PAPER AUGUST 2017 REVIEWER S GUIDE FOR VIEW IN VMWARE HORIZON 7: INSTALLATION AND CONFIGURATION. VMware Horizon 7 version 7. TECHNICAL WHITE PAPER AUGUST 2017 REVIEWER S GUIDE FOR VIEW IN VMWARE HORIZON 7: INSTALLATION AND CONFIGURATION VMware Horizon 7 version 7.x Table of Contents Introduction.... 3 JMP Next-Generation Desktop

More information

Time Series Studio 12.3

Time Series Studio 12.3 SAS Time Series Studio 12.3 Administrator s Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2013. SAS Time Series Studio 12.3: Administrator's

More information

WebAD IISADMPWD. Replacement Tool v2.5. Installation and Configuration Guide. Instructions to Install and Configure IISADMPWD

WebAD IISADMPWD. Replacement Tool v2.5. Installation and Configuration Guide. Instructions to Install and Configure IISADMPWD WebAD IISADMPWD Replacement Tool v2.5 Installation and Configuration Guide Instructions to Install and Configure IISADMPWD Replacement Tool v2.5 Web Active Directory, LLC Contents Overview... 2 Solution

More information

User Guide. Version R92. English

User Guide. Version R92. English AuthAnvil User Guide Version R92 English October 9, 2015 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULATOS as updated from

More information

VMware AirWatch Certificate Authentication for EAS with ADCS

VMware AirWatch Certificate Authentication for EAS with ADCS VMware AirWatch Certificate Authentication for EAS with ADCS For VMware AirWatch Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) You can find the most up-to-date

More information

Deploying F5 with Microsoft Active Directory Federation Services

Deploying F5 with Microsoft Active Directory Federation Services F5 Deployment Guide Deploying F5 with Microsoft Active Directory Federation Services This F5 deployment guide provides detailed information on how to deploy Microsoft Active Directory Federation Services

More information