Nesstar Server Configuration Tool User Guide

Size: px
Start display at page:

Download "Nesstar Server Configuration Tool User Guide"

Transcription

1 Nesstar Server Configuration Tool User Guide Version 3.50 The Configuration Tool allows the server Administrator to edit most of the server configuration properties and to perform basic administrative operations such as starting/stopping the server. Contents: Starting the Configuration Tool Server Configuration - Simple mode o License Code o Server Name o HTTP Port o IP address o Administrator Name o Administrator Password Server Configuration - Advanced mode WebView Configuration Configuring for Network Address Translation Configuring for Web HTTP/Socks Proxy Web Server Configuring with external Databases o Common Configuration o MySQL o Sql Server 2000 o Oracle 9i/10g Configuring Web Services Starting and Stopping the Server Customising the Server and Nesstar WebView o Customising the Server Homepage o Customising the WebView Header Source o Customising the Nesstar WebView Welcome Source o Customising the Nesstar WebView Footer Source o Customising the Nesstar WebView Catalogue Source Migrating Data from another Server Creating a Server Customisation Bundle Creating an Installation Customisation File Installing a Server Customisation Bundle Creating a Language Pack o Customising an Existing Language File o Creating a New Language Pack Adding Users Server Debugging o Send Debugging Information o Action Recorder Tool 1

2 o o Tools o o Help Log Analysis Tool Debug Xml Viewer Registry Editor Starting the Configuration Tool The Configuration Tool is launched automatically after the Server is installed. Afterwards it can be launched by: Windows Family: o Clicking on the shortcut located in Programs -> Nesstar-Server-3.xx -> Configure o or by clicking on Configure in the Nesstar Server installation directory. Unix/Linux: o Executing./bin/configure.sh in the Nesstar Server installation directory. When the tool opens you will be presented with the 'Simple' configuration screen. Server Configuration - Simple mode The 'simple' configuration mode allows settings to be established and changes made to the items listed below. You can save any changes made to the configuration settings by using File -> Save Settings. License Code Edit -> Undo Settings allows you to undo any changes in the configuration tool fields as long as any new entries have not been saved Edit -> Reset Settings allows you to restore settings to their defaults. Enter your personal license code obtained from nesstar support. In order to change your code in future you may need to switch to Advanced Settings. Server Name Enter a name for the server in this field (the server name cannot contain spaces). This name will identify the server to external users. It is also used as the name for the default 2

3 catalogue in which datasets are published. Please note that the server name can be set up only once using the Configuration Tool. Please ensure therefore that the desired name is assigned to the server before completing installation. HTTP Port This is the port connection on which the Nesstar Server accepts connections. By default it is set to 80 but this may be changed if this port is already in use. For remote publishing port 80 is recommended to maximise access from organisations with restrictive firewalls. IP address This is the machine IP (or symbolic address) that your Nesstar Server will accept connections on. When you use the Nesstar WebView client you can view the published items on your server by entering the IP address and port number in your web browser. It is preferable to enter the complete symbolic address of the server machine (e.g. hostname.domain.co.uk) rather than a numeric IP address. If you desire to run the server as a local server, not to be accessed by other machines, use the default local address localhost or Administrator Name This field displays the administrator user name. This will be used as your user id when administering any Nesstar services. Administrator Password This is the password used with the server administrator user id and will be needed to access any of the functions that require special permissions. Server Configuration - Advanced mode The 'Advanced mode' of the configuration tool contains many additional settings for the Nesstar Server. Each setting is displayed with a short explanation. In most cases they do not need to changed and are best left in their default modes. Some settings can only be changed by 'Apply Settings'. Advanced settings may also be accessed using the Registry Editor. WebView Configuration 3

4 The 'WebView configuration' screen of the configuration tool contains many additional settings for the WebView WWW Interface. To access this screen click on the button 'WebView settings'. Once modified, these settings can be applied by clicking on 'Save'. Currently reset of WebView settings is disabled. WebView settings may also be accessed using the Registry Editor. Configuring for Network Address Translation One case where you will need to modify the 'Advanced mode' settings is to configure your server to accept http connections on a different ip address (and/or port) from the local machine address (and/or port). This kind of setup is usually referred to as 'Network Address Translation' or NAT for short. To enable NAT you will need to specify the internal Pattern IP Address which resolves incoming addresses to the bind ip address. You do not need to change the bind ip or bind port, only the external ip and external port that are displayed under 'Simple mode'. To disable NAT simply change this value back to localhost. When disabled the internal ip and port are automatically synchronised to their respective external values. The server decides which address to return to the user (internal or external) based on the remote users address and the pattern address. All configurable properties are listed below: IP Address = this is the externally visible machine ip (or host address) that your nesstar server will be accessed on. HTTP Port = this is the external port that your nesstar server will accept connections on. Bind IP Address = this is the machine bind ip (or host address) that your nesstar server will run on internally. Bind HTTP Port = this is the port that your nesstar server will bind connections on. Secure Port = this is the port that your secure nesstar server will run on if 'Secure Sockets' is set to true. Bind Secure Port = this is the port that your secure nesstar server will bind to if 'Secure Sockets' is set to true. Pattern IP Address=this is a pattern of internal ip addresses that will be resolved to the bind ip address. Configuring for Web HTTP/Socks Proxy Web Server 4

5 Another case where you will need to modify the 'Advanced mode' settings is to configure your server to work through a web http or socks proxy web server. If you have a proxy server and do not configure these settings your nesstar server will not be able to function fully. The server uses the proxy address to make http connections to itself both internally and from the client tools bundled with the server. All configurable properties are listed below: Web HTTP Proxy Host Address = the host address of your http proxy server if you access the web via a http proxy web server. Web HTTP Proxy Port = the port number that you use to access the http proxy web server. Web Socks Proxy Host Address = the host address of your socks proxy server if you access the web via a socks proxy web server. Web Socks Proxy Port = the port number that you use to access the proxy web server. Configuring Web Services Configuration of the web container is handled by the files server.xml and web.xml in the directory C:\Nesstar- Server\jboss\server\default\deploy\jbossweb-tomcat.sar (for unix use /usr/local/nesstarserver/jboss/server/default/deploy/jbossweb-tomcat.sar). To enable directory browsing: By default directory browsing is disabled. To enable browsing, in the file web.xml, change the parameter listings shown below as false to true: <init-param> <param-name>listings</param-name> <param-value>false</param-value> </init-param> A server reboot is necessary to make the change live. Comprehensive details on Tomcat configuration can be found at the Tomcat Documentation page. Configuring with external Databases Another case where you will need to modify the Advanced Mode settings is to configure your server to use an external database. The server currently supports three standard database back ends: MySQL, Sql Server 2000 and Oracle. The default database MySQL is completely integrated into the server, so there is no need for further modifications if you use this 5

6 one. Alternatively, you may choose to run your server using either an Oracle or Sql Server 2000 database back end. The following describes the essentials for setting up your server to work with an alternative database. Common Configuration MySQL In the configuration tool you need to select the appropriate database (mysql/sqlserver/oracle) and adjust the Database Name, Jdbc User Name, Jdbc Password and finally adjust the Sql Server or Oracle Jdbc Url. In the Jdbc Url shown below replace localhost with the actual IP (or host address) of the machine on which the database server is running on (if not running on the same machine as your nesstar server). E.g. replace localhost with nesstar.essex.ac.uk. jdbc:microsoft:sqlserver://localhost:1433;selectmethod=c ursor;sendstringasunicode=true You are advised to run the database and nesstar server on separate machines for best performance results. For Oracle, note that in the Jdbc Url, nesstar refers to the Oracle 8.x Service Name (or SID in previous versions of Oracle). The rest depends on the configuration of the external database itself with essentially the appropriate Database, User Name and Password. The following are very brief instructions of what to do and need to be carried out by an experienced database administrator. From your MySQL client enter the following SQL commands (replace text in bold with your personal settings): CREATE DATABASE IF NOT EXISTS nesstar; GRANT ALL PRIVILEGES ON nesstar.* TO IDENTIFIED BY 'YourPassword'; Sql Server 2000 Launch the Sql Server Enterprise manager and create a new login (user) as the Jdbc User Name. Then create a new database as the Database Name and grant permissions to the user Jdbc User Name to access the Database Name. Remember to allow SQL Server authentication under the Security tab in the Properties (right click) of the database used for nesstar. 6

7 Oracle 9i/10g Launch the Enterprise Manager Console and connect to the new database you created as the Database Name. Then inside the database tree create a new user as the Jdbc User Name with standard database administration privileges. Note that Oracle automatically creates a database Schema name which defaults to the Jdbc User Name during the database connection. Technical issues with Oracle for multi-byte language support please make sure that your databases default Character Set is set up to use Unicode (AL32UTF8). the data type VARCHAR is restricted to 4000 bytes only. indexes cannot be created on varchars exceeding 3209 characters. Starting and Stopping the Server [Server ->Start Restart Stop] Through the 'Server' menu at the top of the window it is possible to Start, Restart and Stop the Nesstar Server. This provides the user with a single location from which to control the basic server functions. Please note that Start will only start an integrated MySQL Server. Restart and Stop do not control the selected database server at all. This is also true of short-cuts and server bin batch files. The default configuration installs and starts up both your nesstar server and MySQL server as Windows NT Services. You may disable either of these NT Services by setting their respective Server and MySQL NT Service properties to false under Advanced Settings. You may also set them up as either "manual" or "automatic" (the default) services by selecting the appropriate Service Mode. Manual does not start up the service once you have switched off the machine it is running on. Customising the Server and Nesstar WebView The Server configuration tool also allows the user to customise the appearance of the Server home page and the Nesstar WebView client. Details on how to customise each piece of information follow: To view the Server home page go to the top menu and select View -> Server Welcome Page. 7

8 To view the Server object browser go to the top menu and select View -> Server Object Browser (see administrator guide for details). To view the Nesstar WebView client go to the top menu and select View -> WebView WWW Interface. To edit the appearance of the Server and WebView client pages go to the top menu and select Customisation -> Customise Once you have opened the page you wish to edit, select the 'HTML Source' button at the top of this screen to display a view that presents all the text and programming source code. All text that is not in a frame, i.e. not framed by text boxes, can be changed and new text added. Once you have completed any changes click on the 'Save' button. To view the changes refresh your web browser. Click on the 'Preview' button to preview the web page in the same window or 'Open Externally' to view in your web browser. Customising the Server Homepage [Customisation -> Customise -> Server Welcome Source] This allows you to edit the text that will appear on the server's home page. The default source is the following: Welcome to the Nesstar Server Access this server via the Nesstar WebView Access the User Management Tool Access to other Technical resources Copyright Customising the WebView Header Source [Customisation -> Customise -> WebView Header Source] The default text is based on a pre-configured Nesstar WebView style sheet and appears as: 8

9 As this text appears at the head of every page, you may want to change this to include your company/organisation name and logo. The code has been inserted into the 'HTML Source' dialogue window in the WebView header source. To insert a logo first ensure that any icon, or logo, to be added is the appropriate size to fit the space in which it is intended. To add a logo: 1. Make sure it is in.gif format. 2. Place file in the directory - : C:\Nesstar- Server\jboss\server\default\deploy\root.war (for unix use /usr/local/nesstarserver/jboss/server/default/deploy/root.war) 3. Go to the configuration tool 4. Select the file in which to insert the image: File -> Open -> [file name] 5. When the dialogue window opens click the HTML Source button 6. The html tag you will need is the following: <img src="/path_relative_to_root"> - for example, if you have placed the icon in the base of the "root.war" directory the tag would look like this: <img src="/example.gif"> 7. Please note that relative links such as <img src="example.gif"> written in static html files in the webview.war directory are relative to ".../deploy/webview.war/." and not ".../deploy/root.war/." 8. When you refresh the Nesstar WebView page in your web browser the icon should now appear. Customising the Nesstar WebView Welcome Source [Customisation -> Customise -> WebView Welcome Source] The WebView Welcome source appears when Nesstar WebView is accessed via a web browser. It is displayed until a different Nesstar WebView function is chosen. For example, once a dataset is selected, corresponding information will appear in place of the welcome source. 9

10 The default source is the following: This can be changed to provide your users with information about your particular Nesstar Server and the information they can obtain through it. Customising the Nesstar WebView Footer Source [Customisation -> Customise -> WebView Footer Source] It is also possible to provide information that will appear as a footer on all pages of Nesstar WebView. There is no default source for this but information about the support arrangements for your users could be included here. For example, possible text could be: 'Please report any problems to your server administrator, support@companyid.com' Customising the Nesstar WebView Catalogue Source [Customisation -> Customise -> WebView Catalogue Source] The "WebView Catalogue source" is the text that is displayed when a user selects the server default catalogue in the Nesstar WebView. The default source is: The Support default catalogue. 10

11 You can edit this text to provide the user with useful information about the catalogue contents. The text is in HTML format so you can also easily add links to your home page or to other sources of information. The same text should also be displayed by other Nesstar clients whenever the user selects your catalogue. The text is stored in the file./config/catalog.html. Migrating Data from another Server [Customisation -> Migration Tool] This tool is intended for importing the users, settings, customised web pages, catalogue tree and associated datasets deployed on a previous server to your new server. It requires that the new server and the old server both be running on the same machine. If the old server is not running, the migration facility will be unable to migrate users or the catalogue tree. Much of the process of migration is automated. However, in some cases it may be necessary to help the tool locate some of the files and directories it requires. On starting the migration tool, you will be asked to Select location of old Nesstar Server. This is the directory that you specified when originally installing the server. Most commonly, this is C:\Nesstar-Server-3.xx (for unix /usr/local/nesstar-server-3.xxx). However, if you selected a different hard-drive or directory to install in, you will need to locate this. The tool should now list those data files and users which were present on your old server. Check which items you prefer to migrate. 'Server settings' refers to the settings displayed in advanced mode and 'Language Files' to the text files you can customise in Customisation -> Languages. The 'catalogue structure' refers to your old catalogue tree and the objects (e.g. studies or cubes) that it contained. 'ACU' refers to the users and 'Webpages' to either pages customised in the menu item Customisation -> Customise or added to root.war. To complete the process, click Migrate and the data should be copied to your new server data directory. Users will be imported to the server database and customised web pages copied into the relevant server web directory. You will need to wait until your server has completed deployment of the data files before seeing them in your nesstar client. You can watch the progress of this from your server welcome page. Creating a Server Customisation Bundle [Customisation -> Create Customisation Bundle] 11

12 This utility provides a way to distribute customisations and extensions to the basic server release in a simple zip file. After selecting the command from the menu a panel is displayed that contains the options listed below. Checking an item will automatically transfer the selected file (or set of associated files) into the customisation bundle directory. The directory is located in./config/bundles. You may add additional files directly into this directory before creating the bundle. The final bundle zip file is written to./config/bundles/nesstar-update.zip. Note that if any checkbox labelled "Transfer" is not selected, this will not remove previously transferred files of that type from the bundles directory. Transfer my customised server web pages o Includes the Server Welcome Source and Nesstar WebView Catalogue Source pages (if they have been customised) and any additional files placed in the web directory./jboss/server/default/deploy/root.war. Transfer my customised webview pages o Includes the Nesstar WebView Header/Welcome/Footer Source pages (if customised). Transfer my data files o Includes all micro data and metadata files placed into the./data directory. Transfer my tree structure o Includes all catalogue hierarchies, their descriptions and the objects that were contained within them. Transfer my users o Includes all users created in the User Management Tool including their links to roles, agreements, projects and purposes. Transfer my custom code, forms and policy o Includes any extension code placed into the./config/ext directory, all security forms placed in./config/forms and your customised policy described within./config/policy.acu. Include my configuration settings o Includes most of the settings which appear in the configuration tool under advanced mode (paths are not included). No questions asked installation o Marks the customisation bundle to be autoinstalled once the configuration tool is launched (and once only) without asking for any configuration settings (such as passwords). These settings take on their default values (defined in./config/server.properties). Overwrite existing bundle 12

13 o Will force any existing bundle zip file to be overwritten (otherwise the existing bundle zip is appended to). After the bundle is created you are offered the option to save a copy of the bundle zip file in a convenient location. You may then distribute this bundle with a standard nesstar server release executable file and it will be automatically installed during the initial installation stage as long as it is in the same directory as the nesstar server executable file. Alternatively, it may be manually installed, as described in the next section. Creating an Installation Customisation File It is also possible to customise the installation program itself, i.e. the process before the configuration tool is launched. A simple nesstar.properties file is provided (in./config/bundles) which - if present in the same directory as the nesstar server executable - overwrites the default behaviour of the installation program. Inside this file, there are several customisable settings such as 'installdir.name' which accept phrases and other such as 'startfolder.show' which accept boolean 'true' or 'false' values. Simply alter these settings to your preferred values and distribute this file with the standard release executable. If you do not wish to alter a setting, simply comment it out with a leading '#' symbol. Installing a Server Customisation Bundle [Customisation -> Install Customisation Bundle] To manually install a nesstar customisation bundle, select the above menu and you will be prompted to select the bundle you wish to install. Click on 'Open' and the bundle will be transferred into your server./config/updates directory. You may then choose to 'apply settings' immediately - in which case the bundle is immediately installed during the normal configuration sequence - or to postpone installation - in which case the bundle will be installed next time 'apply settings' is clicked or.\bin\install.bat executed (for unix./bin/install.sh). Creating a Language Pack [Customisation -> Languages] The language editor enables you to customise an existing language file or to create a new set. The Nesstar server comes pre-installed with English (and partial Norwegian) language support files. These can be viewed and edited in a 13

14 tree style browser. Each pack consists of a.properties file which is created and used by the server and it's counterpart.ansi file which is edited by the user and used to create the.properties file. The.properties file must be encoded in ISO (also known as Latin 1). The.ansi file must be encoded in the native encoding of the country, e.g. Cp1252 under Windows in the United Kingdom. Customising an Existing Language File To customise an existing language file simply select the file from the tree on the left side frame and type into the panel which will be populated on the right side frame. Click on Save when you have finished or Undo to set the text back to the last saved version. The original language files are stored in./config/instdata/config/languages for easy restoring. Creating a New Language Pack To create a new language pack you must first copy all of the existing en properties files over to your required country code, e.g. for a French pack copy files ending in _en.properties to _fr.properties. These files are located in./config/languages (server related) and./jboss/server/default/deploy/webview.war/web- INF/classes/nesstar/webclient/translation (web client related). See ISO to help determine your local 2 or 3 character country code. Then simply change the value of the first property from 'encoding = ISO ' to the encoding that you will be using to edit the file. Remove the entire line if you are not sure and the editor will use the local system's encoding. To start using the new pack you must now close and re-launch the Language Editor. The counterpart.ansi file containing your new language pack country code will be created automatically. You can now edit the text directly in your chosen language using the Language tree Editor. Alternatively you may pass the.ansi files to a translator for translation. When editing the.ansi files externally please ensure that the editor supports the encoding that you have specified. In the same country, this is usually the system's default encoding anyway, so no change is needed. For example Greek uses an encoding of ISO Your system's locale can be viewed or modified in the Windows Control Panel under Regional and Language Options. Adding Users [Customisation -> Security -> User Management Tool] The User Management Tool allows you to create and manage user accounts for your Nesstar Server. 14

15 To enter the User Management tool select Customisation - > Security -> User Management Tool, you will be directed to a page in your web browser. Enter your administrator user id and password (only administrators can update the user accounts). The User Management Tool includes an online help facility. Server Debugging [Debugging -> Send Debugging Information] The server has the added functionality of being able to send useful debugging information as an directly to nesstar-support. Configuration To access this functionality you need to provide a reply address and the host details in the server configuration tool. To be able to send a copy of the server log 1. Open the Configuration tool 2. Select advanced mode 3. Find the field Reply Address 4. Add the address that you wish nesstar-support to reply to. The next field that needs to be filled out is the Outgoing SMTP Mail host address. Sending the file To send the server log file 1. Open the Configuration Tool 2. Go to the top menu Debugging -> Send Debugging Information. Please be aware that non-encrypted passwords will be contained in some of the information sent to us. [Debugging -> Action Recorder Tool] This tool is intended to help Nesstar diagnose problems found with web pages in the Nesstar Server. It allows users to produce a script of the actions taken in discovery of an issue, and Nesstar Support to follow these actions to reproduce the problem. When a bug is discovered in Nesstar WebView, or on any Nesstar Server web page, using this tool will allow you to create a script of your actions and 15

16 Tools it to Nesstar Support. Your server must be running before you start this tool. [Debugging -> Log Analysis Tool] This tool simply collates all server exceptions found in the server log file and lists them for easy perusal. To see the contents of an exception, select the item in the left frame and its contents will be displayed in the right frame. [Debugging -> Switch Server Mode -> Debug] This tool will restart your server in debug mode when selected. This opens a port which nesstar ltd. can then use for remote debugging. In order to alert nesstar to this, an is automatically sent to the nesstar support team. Your server will remain in debug mode until either you explicitly switch back to Debugging -> Switch Server Mode -> Normal from the menu or when you next stop and start your server from either the configuration tool or the installation short-cuts. [Tools -> Xml Viewer] Use this function to check that the xml file you deploy is valid. The different parts of the DDI structure are presented in different folders comprising the various sectors of the DDI. The Nesstar Publisher allows the xml to be edited by making the DDI fields visible along with the data contained within them. [Tools -> Registry Editor] Use this function to browse and edit individual configuration settings in a tree style editor. All of the servers that have been installed on your system will be displayed in the tree with the name of the server at the top level and a message indicating whether the server is started or not running. Select a property or group of properties from the left side frame and it's value(s) will be displayed in the right side frame. If clicking on a folder all of the properties under that group will be summarised; if clicking on an individual leaf then that property is displayed in an editable component instead (only available for the server that you are running the configuration tool from). You may then edit this setting and click on OK to transfer the setting back to the main configuration screen. Alternatively click on Restore to set the value back to the last saved setting. Please note that settings are not saved permanently on disk until you click on Save Settings or Apply settings in the main screen of the configuration tool. 16

17 Help For more technical assistance, or a greater level of detail about the Nesstar Server, please refer to the administrator guide available from the Help menu. If you have any suggestions or questions please contact: Nesstar Support Copyright NSD 17

Logi Ad Hoc Reporting Management Console Usage Guide

Logi Ad Hoc Reporting Management Console Usage Guide Logi Ad Hoc Reporting Management Console Usage Guide Version 12.1 July 2016 Page 2 Contents Introduction... 5 Target Audience... 5 System Requirements... 6 Components... 6 Supported Reporting Databases...

More information

NetDespatch Velocity Connector User Guide

NetDespatch Velocity Connector User Guide NetDespatch Velocity Connector User Guide XML version Customised guide specifically for use with XML Integrations Guide refers to Microsoft Windows 7 Requirements before Proceeding You will need to have:

More information

Copyright Yellowfin International pty ltd

Copyright Yellowfin International pty ltd Yellowfin Release 5.2 Custom Installer Under international copyright laws, neither the documentation nor the software may be copied, photocopied, reproduced, translated or reduced to any electronic medium

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

Yellowfin Custom Installer Guide

Yellowfin Custom Installer Guide Yellowfin Custom Installer Guide Release 5.1 January 2011 2 Yellowfin Release 5.1 Custom Installer Under international copyright laws, neither the documentation nor the software may be copied, photocopied,

More information

WPS Workbench. user guide. To help guide you through using WPS Workbench to create, edit and run programs. Workbench user guide Version 3.

WPS Workbench. user guide. To help guide you through using WPS Workbench to create, edit and run programs. Workbench user guide Version 3. WPS Workbench user guide To help guide you through using WPS Workbench to create, edit and run programs Version: 3.3.4 Copyright 2002-2018 World Programming Limited www.worldprogramming.com Contents Introduction...7

More information

Policy Manager for IBM WebSphere DataPower 7.2: Configuration Guide

Policy Manager for IBM WebSphere DataPower 7.2: Configuration Guide Policy Manager for IBM WebSphere DataPower 7.2: Configuration Guide Policy Manager for IBM WebSphere DataPower Configuration Guide SOAPMDP_Config_7.2.0 Copyright Copyright 2015 SOA Software, Inc. All rights

More information

Deploying a System Center 2012 R2 Configuration Manager Hierarchy

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

More information

Brainware Intelligent Capture Visibility

Brainware Intelligent Capture Visibility Brainware Intelligent Capture Visibility Installation and Setup Guide Version: 3.2.x Written by: Product Knowledge, R&D Date: September 2018 Copyright 2009-2018 Hyland Software, Inc. and its affiliates.

More information

FaxFinder Fax Servers

FaxFinder Fax Servers FaxFinder Fax Servers Models: FF130 FF230 FF430 FF830 Client User Guide FaxFinder Client User Guide Fax Client Software for FaxFinder Series PN S000460B, Version B Copyright This publication may not be

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.3 Prepared for: FEMA Round Hill, VA 20142 Prepared by: Verizon Federal Incorporated P.O.

More information

HYPERION SYSTEM 9 BI+ GETTING STARTED GUIDE APPLICATION BUILDER J2EE RELEASE 9.2

HYPERION SYSTEM 9 BI+ GETTING STARTED GUIDE APPLICATION BUILDER J2EE RELEASE 9.2 HYPERION SYSTEM 9 BI+ APPLICATION BUILDER J2EE RELEASE 9.2 GETTING STARTED GUIDE Copyright 1998-2006 Hyperion Solutions Corporation. All rights reserved. Hyperion, the Hyperion H logo, and Hyperion s product

More information

Agent and Agent Browser. Updated Friday, January 26, Autotask Corporation

Agent and Agent Browser. Updated Friday, January 26, Autotask Corporation Agent and Agent Browser Updated Friday, January 26, 2018 2018 Autotask Corporation Table of Contents Table of Contents 2 The AEM Agent and Agent Browser 3 AEM Agent 5 Privacy Mode 9 Agent Browser 11 Agent

More information

Lucid Key Server. Help Documentation.

Lucid Key Server. Help Documentation. Lucid Key Server Help Documentation www.lucidcentral.org Help for the Lucid Key Server Welcome to the Lucid Key Server, one member of the Lucid family of products. For more information on other Lucid and

More information

Quick Start Guide TABLE OF CONTENTS COMMCELL ARCHITECTURE OVERVIEW COMMCELL SOFTWARE DEPLOYMENT INSTALL THE COMMSERVE SOFTWARE

Quick Start Guide TABLE OF CONTENTS COMMCELL ARCHITECTURE OVERVIEW COMMCELL SOFTWARE DEPLOYMENT INSTALL THE COMMSERVE SOFTWARE Page 1 of 35 Quick Start Guide TABLE OF CONTENTS This Quick Start Guide is designed to help you install and use a CommCell configuration to which you can later add other components. COMMCELL ARCHITECTURE

More information

Silk Performance Manager Installation and Setup Help

Silk Performance Manager Installation and Setup Help Silk Performance Manager 18.5 Installation and Setup Help Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright 2004-2017 Micro Focus. All rights reserved.

More information

Reporting for Contact Center Setup and Operations Guide. BCM Contact Center

Reporting for Contact Center Setup and Operations Guide. BCM Contact Center Reporting for Contact Center Setup and Operations Guide BCM Contact Center Document Number: Document Status: Standard Document Version: 05.01 Date: September 2006 Copyright 2005 2006 Nortel Networks, All

More information

Novell ZENworks Asset Management 7

Novell ZENworks Asset Management 7 Novell ZENworks Asset Management 7 w w w. n o v e l l. c o m July 2006 INSTALLATION GUIDE Table Of Contents 1. Installation Overview... 1 Upgrade/Update Matrix...1 Installation Choices...2 ZENworks Asset

More information

Perceptive Intelligent Capture Visibility

Perceptive Intelligent Capture Visibility Perceptive Intelligent Capture Visibility Installation and Setup Guide Version: 3.x Written by: Product Knowledge, R&D Date: September 2016 2015 Lexmark International Technology, S.A. All rights reserved.

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

Scoreboard 2.16 Installation Guide. For Apache Tomcat 8.0 On Windows 2003 (or later) Server, 64-bit

Scoreboard 2.16 Installation Guide. For Apache Tomcat 8.0 On Windows 2003 (or later) Server, 64-bit Scoreboard 2.16 Installation Guide For Apache Tomcat 8.0 On Windows 2003 (or later) Server, 64-bit Updated November 10, 2016 1 Scoreboard and Connect By Spider Strategies Minimum Server Requirements The

More information

kalmstrom.com Business Solutions

kalmstrom.com Business Solutions Contents 1 INTRODUCTION... 2 1.1 LANGUAGES... 2 1.2 REQUIREMENTS... 2 2 THE SHAREPOINT SITE... 3 2.1 PERMISSIONS... 3 3 CONVERTED E-MAILS AND SHAREPOINT TICKETS... 4 3.1 THE CONVERTED E-MAIL... 4 3.2 THE

More information

Contents. 1 Introduction... 2 Introduction to Installing and Configuring LEI... 4 Upgrading NotesPump to LEI...

Contents. 1 Introduction... 2 Introduction to Installing and Configuring LEI... 4 Upgrading NotesPump to LEI... Contents 1 Introduction... Organization of this Manual... Related Documentation... LEI and DECS Documentation... Other Documentation... Getting Started with Lotus Enterprise Integrator... 2 Introduction

More information

Deltek Costpoint New Installation Guide for Microsoft SQL Server

Deltek Costpoint New Installation Guide for Microsoft SQL Server Deltek Costpoint 7.1.1 New Installation Guide for Microsoft SQL Server December 11, 2017 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical

More information

Contents Upgrading BFInventory iii

Contents Upgrading BFInventory iii Upgrading ii Upgrading Contents Upgrading.............. 1 Upgrading to IBM Tivoli Endpoint Manager for Software Use Analysis version 2.0....... 1 Planning and preparing for the upgrade.... 2 Installing

More information

INSTALL GUIDE BIOVIA INSIGHT 2016

INSTALL GUIDE BIOVIA INSIGHT 2016 INSTALL GUIDE BIOVIA INSIGHT 2016 Copyright Notice 2015 Dassault Systèmes. All rights reserved. 3DEXPERIENCE, the Compass icon and the 3DS logo, CATIA, SOLIDWORKS, ENOVIA, DELMIA, SIMULIA, GEOVIA, EXALEAD,

More information

Getting Started with BarTender

Getting Started with BarTender Getting Started with BarTender MANUAL Contents Getting Started with BarTender 3 Installation 4 Choosing What to Install 4 Automation Editions (Automation and Enterprise Automation) 4 Installing BarTender

More information

Enterprise Reporting Solution. Argos 5.2 Release Guide. Product version 5.2

Enterprise Reporting Solution. Argos 5.2 Release Guide. Product version 5.2 Enterprise Reporting Solution Argos 5.2 Release Guide Product version 5.2 Last updated 11/9/2016 Trademark, Publishing Statement, and Copyright Notice 1998-2016 Evisions, Inc. All rights reserved. This

More information

SAP BusinessObjects Profitability and Cost Management Upgrade Guide

SAP BusinessObjects Profitability and Cost Management Upgrade Guide PUBLIC SAP BusinessObjects Profitability and Cost Management Document Version: 10.0 2019-04-09 SAP BusinessObjects Profitability and Cost Management Upgrade Guide 2019 SAP SE or an SAP affiliate company.

More information

Tzunami Deployer Hummingbird DM Exporter Guide

Tzunami Deployer Hummingbird DM Exporter Guide Tzunami Deployer Hummingbird DM Exporter Guide Version 2.5 Copyright 2010. Tzunami Inc. All rights reserved. All intellectual property rights in this publication are owned by Tzunami, Inc. and protected

More information

Telephony Toolbar Enterprise. User Guide

Telephony Toolbar Enterprise. User Guide Telephony Toolbar Enterprise User Guide Release 4.4 October 2009 Table of Contents 1 Summary of Changes... 7 1.1 Changes for this Release... 7 2 About This Guide... 8 2.1 Open Telephony Toolbar-Corporate...

More information

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

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

More information

APAR PO06620 Installation Instructions

APAR PO06620 Installation Instructions IBM Corporation APAR PO06620 Installation Instructions IBM Counter Fraud Management 1.5.0.5 IBM Counter Fraud Development 3-31-2017 Table of Contents 1 Fix readme... 1 2 Abstract... 1 3 Contents... 1 4

More information

Hostopia WebMail Help

Hostopia WebMail Help Hostopia WebMail Help Table of Contents GETTING STARTED WITH WEBMAIL...5 Version History...6 Introduction to WebMail...6 Cookies and WebMail...6 Logging in to your account...6 Connection time limit...7

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

Installing Sentry-go Quick Monitors, Sentry-go Plus!, Client Tools & Enterprise Reporting

Installing Sentry-go Quick Monitors, Sentry-go Plus!, Client Tools & Enterprise Reporting Installing Sentry-go Quick Monitors, Sentry-go Plus!, Client Tools & Enterprise Reporting 3Ds (UK) Limited, November, 2013 http://www.sentry-go.com Be Proactive, Not Reactive! This guide gives full details

More information

URL for staff interface (bookmark this address on staff computers):

URL for staff interface (bookmark this address on staff computers): URL for public interface (link to this address): URL for staff interface (bookmark this address on staff computers): Application Name (for IIS): System Maintenance In the following Directory on your web

More information

Perceptive TransForm E-Forms Manager

Perceptive TransForm E-Forms Manager Perceptive TransForm E-Forms Manager Installation and Setup Guide Version: 8.x Date: February 2017 2016-2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International Inc., registered

More information

CONFIGURING SQL SERVER 2008 REPORTING SERVICES FOR REDHORSE CRM

CONFIGURING SQL SERVER 2008 REPORTING SERVICES FOR REDHORSE CRM CONFIGURING SQL SERVER 2008 REPORTING SERVICES FOR REDHORSE CRM This article will walk you thru the initial configuration of SQL Server Reporting Services. Choosing an Instance Reporting Services is configured

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

Readme File. Hyperion System 9 BI+ Application Builder.NET Release 9.2 Readme. Hyperion System 9 BI+ Application Builder.NET Release 9.

Readme File. Hyperion System 9 BI+ Application Builder.NET Release 9.2 Readme. Hyperion System 9 BI+ Application Builder.NET Release 9. Hyperion System 9 BI+ Application Builder.NET Release 9.2 Readme Readme File This file contains the following sections: Purpose... 2 New Features... 2 Grid Adapters... 2 Grid Adapter Generic... 2 Grid

More information

Early Data Analyzer Web User Guide

Early Data Analyzer Web User Guide Early Data Analyzer Web User Guide Early Data Analyzer, Version 1.4 About Early Data Analyzer Web Getting Started Installing Early Data Analyzer Web Opening a Case About the Case Dashboard Filtering Tagging

More information

SoftPro 360 User Guide

SoftPro 360 User Guide SoftPro 360 User Guide SoftPro 360 is included with your ProForm license. SoftPro 360 is a revolutionary product which enables requesting services and receiving orders from third party providers directly

More information

HP OpenView Service Desk

HP OpenView Service Desk HP OpenView Service Desk OpenView Operations Integration Administrator s Guide Software Version: 5.10 For the Windows and UNIX Operating Systems Manufacturing Part Number: None Document Release Date: August

More information

Virtual CD TS 1 Introduction... 3

Virtual CD TS 1 Introduction... 3 Table of Contents Table of Contents Virtual CD TS 1 Introduction... 3 Document Conventions...... 4 What Virtual CD TS Can Do for You...... 5 New Features in Version 10...... 6 Virtual CD TS Licensing......

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

Copyright Maxprograms

Copyright Maxprograms Copyright 2008-2017 Maxprograms Table of Contents Introduction... 1 RemoteTM Web Server... 1 Installation and Configuration... 2 Requirements... 2 Preparation... 2 Installation... 2 Email Server Configuration...

More information

Install and upgrade Qlik Sense. Qlik Sense 3.0 Copyright QlikTech International AB. All rights reserved.

Install and upgrade Qlik Sense. Qlik Sense 3.0 Copyright QlikTech International AB. All rights reserved. Install and upgrade Qlik Sense Qlik Sense 3.0 Copyright 1993-2016 QlikTech International AB. All rights reserved. Copyright 1993-2016 QlikTech International AB. All rights reserved. Qlik, QlikTech, Qlik

More information

10ZiG Technology. Thin Desktop Quick Start Guide

10ZiG Technology. Thin Desktop Quick Start Guide 10ZiG Technology Thin Desktop Quick Start Guide 2010 05 20 Introduction This document is intended as a quick start guide for installing Thin Desktop. After reading this document, you will know how to:

More information

Exchange Protection Whitepaper

Exchange Protection Whitepaper Whitepaper Contents 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. Introduction... 2 Documentation... 2 Licensing... 2 Exchange Server Protection overview... 3 Supported platforms... 3 Requirements by platform... 3 Remote

More information

PigCHAMP Knowledge Software. Enterprise Edition Installation Guide

PigCHAMP Knowledge Software. Enterprise Edition Installation Guide PigCHAMP Knowledge Software Enterprise Edition Installation Guide PIGCHAMP, LLC Enterprise Edition Installation Guide JUNE 2016 EDITION PigCHAMP Knowledge Software 1531 Airport Rd Suite 101 Ames, IA 50010

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

FUSION REGISTRY COMMUNITY EDITION SETUP GUIDE VERSION 9. Setup Guide. This guide explains how to install and configure the Fusion Registry.

FUSION REGISTRY COMMUNITY EDITION SETUP GUIDE VERSION 9. Setup Guide. This guide explains how to install and configure the Fusion Registry. FUSION REGISTRY COMMUNITY EDITION VERSION 9 Setup Guide This guide explains how to install and configure the Fusion Registry. FUSION REGISTRY COMMUNITY EDITION SETUP GUIDE Fusion Registry: 9.2.x Document

More information

Red Hat JBoss Enterprise Application Platform 7.0

Red Hat JBoss Enterprise Application Platform 7.0 Red Hat JBoss Enterprise Application Platform 7.0 Patching and Upgrading Guide For Use with Red Hat JBoss Enterprise Application Platform 7.0 Last Updated: 2018-01-18 Red Hat JBoss Enterprise Application

More information

Aware IM Version 8.1 Installation Guide

Aware IM Version 8.1 Installation Guide Aware IM Version 8.1 Copyright 2002-2018 Awaresoft Pty Ltd CONTENTS 1 INSTALLATION UNDER WINDOWS OPERATING SYSTEM... 3 1.1 HARDWARE AND SOFTWARE REQUIREMENTS... 3 1.2 USING THE INSTALLATION PROGRAM...

More information

Deltek Time & Expense with Employee Self Service Version New Installation for Microsoft SQL Sever

Deltek Time & Expense with Employee Self Service Version New Installation for Microsoft SQL Sever Deltek Time & Expense with Employee Self Service Version 9.0.1 New Installation for Microsoft SQL Sever July 31, 2013 While Deltek has attempted to verify that the information in this document is accurate

More information

Tzunami Deployer Confluence Exporter Guide

Tzunami Deployer Confluence Exporter Guide Tzunami Deployer Confluence Exporter Guide Supports extraction of Confluence Enterprise contents and migrate to Microsoft SharePoint using Tzunami Deployer. Version 2.7 Table of Content PREFACE... I INTENDED

More information

akkadian Global Directory 3.0 System Administration Guide

akkadian Global Directory 3.0 System Administration Guide akkadian Global Directory 3.0 System Administration Guide Updated July 19 th, 2016 Copyright and Trademarks: I. Copyright: This website and its content is copyright 2014 Akkadian Labs. All rights reserved.

More information

MassTransit Server Installation Guide for Windows

MassTransit Server Installation Guide for Windows MassTransit 6.1.1 Server Installation Guide for Windows November 24, 2009 Group Logic, Inc. 1100 North Glebe Road, Suite 800 Arlington, VA 22201 Phone: 703-528-1555 Fax: 703-528-3296 E-mail: info@grouplogic.com

More information

Early Years - Two Year Old Funding Citizen Portal

Early Years - Two Year Old Funding Citizen Portal Early Years - Two Year Old Funding Citizen Portal last updated for the Summer 2017 (3.63) release Handbook Revision History Version Published on Summer 2017 (3.63) - 1.0 18/07/2017 Doc Ref Early Years

More information

Copyright 2017 Softerra, Ltd. All rights reserved

Copyright 2017 Softerra, Ltd. All rights reserved Copyright 2017 Softerra, Ltd. All rights reserved Contents Introduction Security Considerations Installation Configuration Uninstallation Automated Bulk Enrollment Troubleshooting Introduction Adaxes Self-Service

More information

Security Center Installation and Upgrade Guide 5.2 SR6. Click here for the most recent version of this document.

Security Center Installation and Upgrade Guide 5.2 SR6. Click here for the most recent version of this document. Security Center Installation and Upgrade Guide 5.2 SR6 Click here for the most recent version of this document. Copyright notice 2014 Genetec Inc. All rights reserved. Genetec Inc. distributes this document

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 software, please review the readme files,

More information

Map Intelligence Installation Guide

Map Intelligence Installation Guide Map Intelligence Installation Guide ii CONTENTS GETTING STARTED...4 Before Beginning the Installation... 4 Database Connectivity... 6 Map and Server Settings for Google Maps... 6 INSTALLING MAP INTELLIGENCE

More information

Perceptive TransForm E-Forms Manager 8.x. Installation and Configuration Guide March 1, 2012

Perceptive TransForm E-Forms Manager 8.x. Installation and Configuration Guide March 1, 2012 Perceptive TransForm E-Forms Manager 8.x Installation and Configuration Guide March 1, 2012 Table of Contents 1 Introduction... 3 1.1 Intended Audience... 3 1.2 Related Resources and Documentation... 3

More information

Kernel for Exchange Server. Installation and Configuration Guide

Kernel for Exchange Server. Installation and Configuration Guide Kernel for Exchange Server Installation and Configuration Guide Table of Contents Table of Contents... 2 1. Introduction... 3 2. Requirements and Prerequisites... 3 2.1 Basic System Requirements... 3 2.2

More information

Copyright SolarWinds. All rights reserved worldwide. No part of this document may be reproduced by any means nor modified, decompiled,

Copyright SolarWinds. All rights reserved worldwide. No part of this document may be reproduced by any means nor modified, decompiled, APM Migration Introduction... 3 General Requirements... 3 Database Requirements... 3 Stopping APM Services... 4 Creating and Restoring Orion Database Backups... 4 Creating a Database Backup File with Database

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

Tzunami Deployer Confluence Exporter Guide

Tzunami Deployer Confluence Exporter Guide Tzunami Deployer Confluence Exporter Guide Supports extraction of Confluence Enterprise contents and migrate to Microsoft SharePoint using Tzunami Deployer. Version 3.2 Table of Contents PREFACE... II

More information

Release Date September 30, Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60654, USA

Release Date September 30, Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60654, USA Adeptia Suite 5.0 Installation Guide Release Date September 30, 2009 Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60654, USA Copyright Copyright 2000-2009 Adeptia, Inc. All rights reserved.

More information

Personality Migration Reference

Personality Migration Reference www.novell.com/documentation Personality Migration Reference ZENworks 11 Support Pack 3 July 2014 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use

More information

ZENworks Service Desk 8.0 Using ZENworks with ZENworks Service Desk. November 2018

ZENworks Service Desk 8.0 Using ZENworks with ZENworks Service Desk. November 2018 ZENworks Service Desk 8.0 Using ZENworks with ZENworks Service Desk November 2018 Legal Notices For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions,

More information

Deltek Costpoint Enterprise Reporting Installation Guide for Users Upgrading to Version 7.0.1

Deltek Costpoint Enterprise Reporting Installation Guide for Users Upgrading to Version 7.0.1 Deltek Costpoint Enterprise Reporting 7.0.1 April 15, 2013 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical or technical errors may

More information

Veritas ediscovery Platform

Veritas ediscovery Platform Veritas ediscovery Platform Release Notes 9.0.1 Release Notes PAGE: 2 Veritas ediscovery Platform : Release Notes 9.0.1 The software described in this book is furnished under a license agreement and may

More information

PerTrac Analytical Platform. SQL Version Setup Guide

PerTrac Analytical Platform. SQL Version Setup Guide SQL Version Setup Guide PerTrac Analytical Platform SQL Version Setup Guide Version 7.3.x March 21, 2013 TABLE OF CONTENTS SECTION 1: INSTALLATION OVERVIEW 3 SECTION 2: SINGLE USER INSTALLATION LAYOUTS

More information

DefendX Software Control-Audit for Hitachi Installation Guide

DefendX Software Control-Audit for Hitachi Installation Guide DefendX Software Control-Audit for Hitachi Installation Guide Version 4.1 This guide details the method for the installation and initial configuration of DefendX Software Control-Audit for NAS, Hitachi

More information

Orgnazition of This Part

Orgnazition of This Part Orgnazition of This Part Table of Contents Tutorial: Organization of This Part...1 Lesson 1: Starting JReport Enterprise Server and Viewing Reports...3 Introduction...3 Installing JReport Enterprise Server...3

More information

VMware vfabric Data Director Installation Guide

VMware vfabric Data Director Installation Guide VMware vfabric Data Director Installation Guide vfabric Data Director 1.0.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

INSTALL GUIDE BIOVIA INSIGHT 2.6

INSTALL GUIDE BIOVIA INSIGHT 2.6 INSTALL GUIDE BIOVIA INSIGHT 2.6 Copyright Notice 2015 Dassault Systèmes. All rights reserved. 3DEXPERIENCE, the Compass icon and the 3DS logo, CATIA, SOLIDWORKS, ENOVIA, DELMIA, SIMULIA, GEOVIA, EXALEAD,

More information

Mail Processor 4.4. Installation and Configuration Guide. Date: June Page 1 of 37

Mail Processor 4.4. Installation and Configuration Guide. Date: June Page 1 of 37 Mail Processor 4.4 Installation and Configuration Guide Date: June 2014 Page 1 of 37 All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, or stored

More information

TIE1.80InstallationGuideUK

TIE1.80InstallationGuideUK Installation Guide 112206 2006 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including photocopying,

More information

Receiver Updater for Windows 3.0

Receiver Updater for Windows 3.0 Receiver Updater for Windows 3.0 2012 Citrix Systems, Inc. All rights reserved. Terms of Use Trademarks Privacy Statement Contents Receiver Updater for Windows 3.0 3 About this Release 4 System Requirements

More information

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3 Enterprise Vault.cloud CloudLink Google Account Synchronization Guide CloudLink 4.0.1 to 4.0.3 Enterprise Vault.cloud: CloudLink Google Account Synchronization Guide Last updated: 2018-06-08. Legal Notice

More information

EQUELLA Upgrade Guide

EQUELLA Upgrade Guide Helping put innovation into education EQUELLA Upgrade Guide Version 6.5 MELBOURNE - CANBERRA - HOBART 1800 EDALEX - www. edalexsolutions.com ABN 56 611 448 394 Document History Date Change Responsible

More information

AVG Business Edition Remote Administration

AVG Business Edition Remote Administration AVG Business Edition Remote Administration User Manual Document revision AVG.02 (1/7/2018) Copyright AVG Technologies CZ, s.r.o. All rights reserved. All other trademarks are the property of their respective

More information

Sugar Enterprise 6.5 Offline Client Guide

Sugar Enterprise 6.5 Offline Client Guide Sugar Enterprise 6.5 Offline Client Guide 1 / 11 Sugar Enterprise 6.5 Offline Client Guide... 3 Overview... 3 Conflict resolution... 3 Installation prerequisites... 4 Installing the Sugar Offline Client...

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

Follow all of the steps indicated below for each process. Some steps may require IT assistance.

Follow all of the steps indicated below for each process. Some steps may require IT assistance. The instructions provided below are for upgrading EnergyCAP Enterprise from Release 6.0 to Release 6.1SP1. The version number of EnergyCAP 6.1 is 6.1.60.xx. (xx will correspond to the current build, and

More information

SOA Software API Gateway Appliance 6.3 Administration Guide

SOA Software API Gateway Appliance 6.3 Administration Guide SOA Software API Gateway Appliance 6.3 Administration Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software, Inc. Other product names, logos,

More information

BRIGGS & VESELKA CO. ProSystem fx Portal. Client Portal Admin User Guide

BRIGGS & VESELKA CO. ProSystem fx Portal. Client Portal Admin User Guide BRIGGS & VESELKA CO. ProSystem fx Portal Client Portal Admin User Guide Keys Quick reference to the key aspects of a particular function Icon Legend Tip Notes Best practice tips and shortcuts Informational

More information

M i c r o s o f t S Q L S e r v e r I n s t a l l a t i o n G u i d e for A D S S S e r v e r

M i c r o s o f t S Q L S e r v e r I n s t a l l a t i o n G u i d e for A D S S S e r v e r M i c r o s o f t S Q L S e r v e r I n s t a l l a t i o n G u i d e for A D S S S e r v e r A S C E R T I A LTD S E P T E M B E R 2 0 1 8 D o c u m e n t V e r s i o n - 5.9. 0. 1 Ascertia Limited. All

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

Diagnostic Manager Advanced Installation Guide

Diagnostic Manager Advanced Installation Guide Diagnostic Manager Publication Date: May 03, 2017 All Rights Reserved. This software is protected by copyright law and international treaties. Unauthorized reproduction or distribution of this software,

More information

WEBSEWSS SINGLE SERVER INSTALLATION INSTRUCTIONS

WEBSEWSS SINGLE SERVER INSTALLATION INSTRUCTIONS 2300 East 14th Street Tulsa, Oklahoma 74104 USA Phone: (918) 749-1119 Fax: (918) 749-2217 e-mail: info@statsoft.com WEB: http://www.statsoft.com Notes: WEBSEWSS SINGLE SERVER INSTALLATION INSTRUCTIONS

More information

Oracle Application Express: Administration 1-2

Oracle Application Express: Administration 1-2 Oracle Application Express: Administration 1-2 The suggested course agenda is displayed in the slide. Each lesson, except the Course Overview, will be followed by practice time. Oracle Application Express:

More information

Microsoft Dynamics AX 4.0

Microsoft Dynamics AX 4.0 Microsoft Dynamics AX 4.0 Install and Configure a Microsoft Dynamics AX Enterprise Portal Server White Paper Date: June 27, 2006 http://go.microsoft.com/fwlink/?linkid=69531&clcid=0x409 Table of Contents

More information

Tzunami Deployer HPE Content Exporter Guide Supports migration of EMC HPE Content Manager into Microsoft SharePoint using Tzunami Deployer

Tzunami Deployer HPE Content Exporter Guide Supports migration of EMC HPE Content Manager into Microsoft SharePoint using Tzunami Deployer Tzunami Deployer HPE Content Exporter Guide Supports migration of EMC HPE Content Manager into Microsoft SharePoint using Tzunami Deployer Version 3.2 Table of Contents PREFACE... II INTENDED AUDIENCE...

More information

BEAAquaLogic. Pages. Installation and Upgrade Guide

BEAAquaLogic. Pages. Installation and Upgrade Guide BEAAquaLogic Pages Installation and Upgrade Guide Version 1.0 MP2 Document Revised: June 1, 2008 Contents 1. Welcome to AquaLogic Pages How to Use This Book..................................................

More information

Grapevine web hosting user manual. 12 August 2005

Grapevine web hosting user manual. 12 August 2005 Grapevine web hosting user manual 12 August 2005 Grapevine web hosting user manual 2 Contents Contents... 2 Introduction... 4 System features... 4 How it looks... 5 Main navigation... 5 Reports... 6 Web

More information

DiskPulse DISK CHANGE MONITOR

DiskPulse DISK CHANGE MONITOR DiskPulse DISK CHANGE MONITOR User Manual Version 10.5 Feb 2018 www.diskpulse.com info@flexense.com 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product

More information