An Apple Subsidiary. This software addresses an issue where the OpenSSL library used by FileMaker Server 13.0v1 was vulnerable to the Heartbleed bug.

Size: px
Start display at page:

Download "An Apple Subsidiary. This software addresses an issue where the OpenSSL library used by FileMaker Server 13.0v1 was vulnerable to the Heartbleed bug."

Transcription

1 An Apple Subsidiary FileMaker Server 13.0v2 Installer and Updater Release Notes Software Description The installer software installs FileMaker Server 13.0v2 for Windows and OS X. The updater software updates versions 13.0v1 and 13.0v1a of FileMaker Server to version 13.0v2. Software Details Updates in FileMaker Server 13.0v2 1. Security This software addresses an issue where the OpenSSL library used by FileMaker Server 13.0v1 was vulnerable to the Heartbleed bug. FileMaker Server 13.0v2 includes OpenSSL 1.0.1g, which is not vulnerable to the Heartbleed bug. In addition, the TLS heartbeat in OpenSSL is disabled, which removes the attack method used by the Heartbleed bug. FileMaker Server 13.0v2 includes an updated default SSL certificate. It is possible that FileMaker passwords may become compromised due to a Heartbleed bug exploit. We recommend that you change all passwords, including Admin Console and database passwords, after installing FileMaker Server 13.0v Replacing the default SSL certificate After applying this software, if you do not have a signed SSL certificate that matches your specific server name or DNS name, request a certificate from a trusted certificate authority (CA) supported by FileMaker, Inc. If you previously obtained a signed SSL certificate, contact your CA to revoke your existing certificate and request a new certificate. For instructions, see the FileMaker Server Help topic Securing your data. For information on supported CAs, see the FileMaker Knowledge Base: 2. CLI commands FileMaker Server 13.0v2 supports importing existing SSL certificates. If you have an existing certificate, you do not need to use the CERTIFICATE CREATE command to create a Certificate Signing Request (CSR). You should have a signed certificate from your SSL certificate provider and a private key file. With the CERTIFICATE IMPORT command, use the --keyfile option to specify the signed certificate and use the -- keyfilepass option to specify the password that is required to read the private key file. Example: fmsamdin certificate import c:\documents\certificate.pem --keyfile c:\documents\certificatekey.pem - keyfilepass password Often, the signed certificate and the private key file are combined into a single file. The CERTIFICATE IMPORT command allows you to specify the same file for both items: fmsadmin certificate import c:\documents\combinedcertificate.pem --keyfile c:\documents\combinedcertificate.pem --keyfilepass password Note: The CERTIFICATE IMPORT command only supports the.pem file format. If you have a private key file

2 that is a.pfx or.pf12 file (a file in either PKCS #7 or #12 format), you need to convert the private key file to the.pem file format before using the fmsadmin CERTIFICATE IMPORT command to import it. The following is an example of how to use OpenSSL to convert a PKCS #12 file to the.pem file format: openssl pkcs12 -in keystore.pfx -out keystore.pem nodes For information about supported certificates, visit the FileMaker Knowledge Base at help.filemaker.com. 3. Server-side scripting Addressed an issue where a script being performed on the server did not return an Exit Script value if the script encountered an error. Addressed an issue where XML import and export could not use XSL style sheet transformations. 4. Database Server Addressed an issue where, in rare cases, the Database Server could stop responding if three or more clients simultaneously performed queries from different layouts on the same table through different relationships. 5. FileMaker WebDirect 5.1. Miscellaneous FileMaker 13 WebDirect Guide has been updated for FileMaker Server 13.0v2. You can download the updated PDF from Addressed an issue where, if a FileMaker WebDirect solution received notifications while doing chart calculations, the solution could cause the Web Publishing Engine to crash. Addressed an issue where custom dialog boxes in FileMaker WebDirect solutions could cause the Web Publishing Engine to crash. Improved performance related to communication with FileMaker WebDirect clients. Web users should not use accented or Asian characters when changing a FileMaker WebDirect solution s password. Using accented or Asian characters from a web browser can corrupt the password stored in the FileMaker database. Addressed text alignment issues for clients using Internet Explorer User interaction in FileMaker WebDirect solutions The capability to specify URL parameters or to bookmark specific locations within FileMaker WebDirect solutions has been removed for security reasons. You now specify only a filename in the URL to open that file. Addressed an issue where pressing Esc would close both a popover window and a list. Addressed an issue where the cursor might fail to appear in a field after a script that goes to another layout and sets the focus in a field on that layout is run. Addressed an issue where the cursor might fail to appear in a field in List View or in a portal after an active record with uncommitted text is changed by clicking directly in a field. Addressed a redraw issue that prevents a user in List View from seeing updates from other users. Addressed an issue where a global field in a grand summary part could not be entered if the found set was empty. Addressed encoding issues in tooltips. Addressed an issue where the web browsers may have issues rendering layout elements correctly if a database developer is changing the layout in a hosted FileMaker WebDirect solution while a web

3 user is accessing the same solution in multiple web browsers (for example, Internet Explorer and Safari, or Internet Explorer and Chrome). Addressed an issue where users could interact with a solution while a script was running on the server. Improved the behavior of scroll wheel and trackpad scrolling. Addressed an issue where menu items were missing in the File menu and the Edit menu when a FileMaker WebDirect solution was viewed in a Chrome web browser. OS X: Addressed an issue where a user could see a Session Expired message when viewing the Database Homepage immediately after rebooting an OS X system Fields in FileMaker WebDirect solutions Addressed an issue where importing using a calculation field as the match field would not detect the match field as valid. Addressed an issue where a number field would not display as a question mark to indicate the field contained non-numeric values or numbers too long to display entirely. Addressed an issue with interactive container contents not showing the correct icon in the container field Functions and calculations in FileMaker WebDirect solutions Fixed the behavior of the Get(ConnectionState) function for FileMaker WebDirect clients. Fixed the behavior of the Get(ActivePortalRowNumber) function for portals that are in popovers. Fixed the behavior of the Self function for user interface controls in FileMaker WebDirect solutions. Addressed an issue where some calculations would return numbers as text instead of as numbers Popovers in FileMaker WebDirect solutions Addressed an issue where, when modifying a field value that is in a popover that is in a portal, the field value might not be saved. Addressed an issue where closing a popover that is opened from a portal might incorrectly deselect the portal row. If an open popover has an OnObjectExit script trigger set and a portal has an OnObjectEnter script trigger set, clicking into a field in the portal executes the portal s OnObjectEnter script trigger before executing the popover s OnObjectExit script trigger Portals in FileMaker WebDirect solutions Addressed an issue where a portal row might not be scrolled to when navigated to by the Go to Portal script step when the Select entire contents option was selected. Addressed an issue where moving to another row through the Go to Portal Row script step would leave the cursor in the previous row. Addressed an issue where running scripts associated to a button for navigating portal rows might intermittently go to the wrong row. Addressed an issue where the active portal row was not highlighted when selected if a script trigger was assigned to the portal. Addressed an issue where the active portal row was not highlighted when selected if another row had previously been highlighted.

4 Addressed an issue with active object focus changes when choosing items from lists in a portal. Addressed an issue with the cursor focus indicator disappearing after using Set Field in portal rows Lists in FileMaker WebDirect solutions Addressed an issue where, when the Include arrow to hide and show list option was selected, a list would not dismiss when a list item was selected. Addressed an issue where clicking out of a field associated to a list in a portal would display the list Custom homepage Addressed an issue where canceling the login from a custom homepage would redirect the user to the default homepage instead of to the custom homepage. Addressed an issue where the custom homepage would open as a blank page if Custom Web Publishing is not enabled Scripts in FileMaker WebDirect solutions Addressed an issue where, if in a FileMaker WebDirect solution, the OnLastWindowClose script trigger ran a script that contained the Exit Application script step, the event would create an infinite loop in the FileMaker Script Engine. Addressed an issue where a user running a script with the Insert File script step to update a container field did not get notified that the record was already locked by another user. Addressed an issue where scripts using the Send Mail script step did not include the information for the To: field. Addressed actions that could be affected by session timeout, including running lengthy scripts and uploading container data Exporting from a FileMaker WebDirect solution Known Issues In a script that uses the Export Record script step to export data where a field or record is too long for the export format, the Get(LastError) function returns 0 rather than 736 when run in a FileMaker WebDirect solution. Addressed an issue where attempting to export only related fields would detect that no fields were selected for export. For the latest information, see the FileMaker Knowledge Base:

5 Who should use this software? Use this software if you have any of the configurations listed below. Platform Product Version Use This Software Languages Windows FileMaker Server 13 OS X FileMaker Server v1 13.0v1a 13.0v1 13.0v1a FileMaker Server 13.0v2 installer for Windows FileMaker Server 13.0v2 updater for Windows FileMaker Server 13.0v2 installer for OS X FileMaker Server 13.0v2 updater for OS X English French Italian German Swedish Japanese Installation Instructions (Windows 7, Windows 8, Windows Server 2008 R2 SP1, Windows Server 2012) To ensure a smooth installation, disable virus detection software before running the installer, and re-enable it after you are finished. Before running the installer 4. In the Windows Services Console, select Services (Local). 5. Select the FileMaker Server service, then choose Action menu > Stop. 6. Quit web browsers before applying the update. Uninstall your current version of FileMaker Server installation, for detailed instructions on uninstalling FileMaker Server. 2. Restart the machine after uninstalling FileMaker Server. installation, for detailed instructions on installing FileMaker Server. 2. Double-click Setup.exe, and follow the instructions on installing FileMaker Server. 3. After the installation has completed, restart the machine. 4. Verify the version has been updated: If, after following the steps above, you are still unable to install FileMaker Server 13.0v2, contact FileMaker

6 Updater Instructions (Windows 7, Windows 8, Windows Server 2008 R2 SP1, Windows Server 2012) To ensure a smooth update, disable virus detection software before applying the update, and re-enable it after you are finished. You may be prompted to insert your original installation CD or locate the original installation software during the update process. Before running the updater 4. In the Windows Services Console, select Services (Local). 5. Select the FileMaker Server service, then choose Action menu > Stop. 6. Quit web browsers before applying the update. installation, for detailed instructions on upgrading FileMaker Server. 2. Double-click Setup.exe. (Note: Do not run FileMakerServer13v2Update.msp.) 3. Read the license agreement. If you agree to the terms, click Update and proceed as directed. 4. After the update has completed, you will see a message confirming the successful update to the new version. Click Finish to quit the updater. 5. Restart the machine. 6. Verify the version has been updated: If, after following the steps above, you are still unable to update to FileMaker Server 13.0v2, contact FileMaker Installation Instructions (OS X 10.8 and OS X 10.9) To ensure a smooth installation, disable virus detection software before running the installer, and re-enable it after you are finished. Before running the installer Uninstall your current version of FileMaker Server installation, for detailed instructions on uninstalling FileMaker Server. 2. Restart the machine after uninstalling FileMaker Server. installation, for detailed instructions on installing FileMaker Server. 2. Double-click the FileMaker Server 13 installer. 3. After the installation has completed, restart the machine. 4. Verify the version has been updated:

7 If, after following the steps above, you are still unable to install FileMaker Server 13.0v2, contact FileMaker Updater Instructions (OS X 10.8 and OS X 10.9) To ensure a smooth update, disable virus detection software before applying the update, and re-enable it after you are finished. Before running the updater 1. Double-click the FileMaker Server 13 v2 Update. 2. Read the license agreement. If you agree to the terms, click Update, and then proceed as directed. After the update has completed, you will see a message confirming the successful installation of the new version. 3. Click Quit to quit the updater when completed. 4. Restart the machine. 5. Verify the version has been updated: If, after following the steps above, you are still unable to install FileMaker Server 13.0v2, contact FileMaker 2014 FileMaker, Inc. All rights reserved. FileMaker is a trademark of FileMaker, Inc. registered in the U.S. and other countries. The file folder logo is a trademark of FileMaker, Inc. All other trademarks are the property of their respective owners.

CaliberRDM. Installation Guide

CaliberRDM. Installation Guide CaliberRDM Installation Guide Borland Software Corporation 4 Hutton Centre Dr., Suite 900 Santa Ana, CA 92707 Copyright 2010 Micro Focus (IP) Limited. All Rights Reserved. CaliberRDM contains derivative

More information

Product Release Notes

Product Release Notes Product Release Notes Release 33 October 2016 VERSION 20161021 Table of Contents Document Versioning 2 Overview 3 Known Issues 3 Usability 3 Drag and Drop Column Reordering is not Supported in some Admin

More information

Network Management Utility

Network Management Utility 4343-7705-02 Network Management Utility Foreword Welcome Network Management Utility is utility software that provides central control over printers, copiers, and other devices on a network. With Network

More information

This Readme describes the NetIQ Access Manager 3.1 SP5 release.

This Readme describes the NetIQ Access Manager 3.1 SP5 release. NetIQ Access Manager 3.1 SP5 Readme January 2013 This Readme describes the NetIQ Access Manager 3.1 SP5 release. Section 1, What s New, on page 1 Section 2, Upgrading or Migrating to Access Manager 3.1

More information

GO-GLOBAL FOR WINDOWS. Host Release Notes Version (C) GRAPHON CORPORATION ALL RIGHTS RESERVE D.

GO-GLOBAL FOR WINDOWS. Host Release Notes Version (C) GRAPHON CORPORATION ALL RIGHTS RESERVE D. GO-GLOBAL FOR WINDOWS Host Release Notes Version 5.0.2.25362 (C) GRAPHON CORPORATION 1999-2017. ALL RIGHTS RESERVE D. CONTENTS 1. Enhancements in Version 5.0.2.25362 2. Issues Fixed Since 5.0.2.25148 3.

More information

FileMaker. Mobile 7. User s Guide. For Windows, Mac, Palm OS, and Pocket PC. Companion for Palm OS and Pocket PC

FileMaker. Mobile 7. User s Guide. For Windows, Mac, Palm OS, and Pocket PC. Companion for Palm OS and Pocket PC For Windows, Mac, Palm OS, and Pocket PC FileMaker Mobile 7 Companion for Palm OS and Pocket PC User s Guide 2000-2004 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa

More information

Remote Support 19.1 Web Rep Console

Remote Support 19.1 Web Rep Console Remote Support 19.1 Web Rep Console 2003-2019 BeyondTrust Corporation. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust Corporation. Other trademarks are the property

More information

Symptom Condition / Workaround Issue Full domain name is not resolved by the RDP- ActiveX Client.

Symptom Condition / Workaround Issue Full domain name is not resolved by the RDP- ActiveX Client. Secure Remote Access Contents Platform Compatibility...1 Known Issues...1 Resolved Issues...3 Upgrading SonicOS SSL VPN Firmware Procedures...4 Related Technical Documentation...6 Platform Compatibility

More information

Qlik NPrinting February 2019

Qlik NPrinting February 2019 Qlik NPrinting February 2019 Release notes Q L I K. C O M TABLE OF CONTENTS What s new in Qlik NPrinting February 2019 2 Improvements 3 Bug fixes 4 Upgrade notes 6 Known issues and limitations 7 Qlik NPrinting

More information

McAfee epolicy Orchestrator Release Notes

McAfee epolicy Orchestrator Release Notes McAfee epolicy Orchestrator 5.9.1 Release Notes Contents About this release What's new Resolved issues Known issues Installation information Getting product information by email Where to find product documentation

More information

Installation Guide Command WorkStation 5.6 with Fiery Extended Applications 4.2

Installation Guide Command WorkStation 5.6 with Fiery Extended Applications 4.2 Installation Guide Command WorkStation 5.6 with Fiery Extended Applications 4.2 Fiery Extended Applications Package (FEA) v4.2 contains Fiery applications for performing tasks associated with a Fiery Server.

More information

User s Guide. For Windows, Mac, Palm OS, and Pocket PC. Companion for Palm OS and Pocket PC

User s Guide. For Windows, Mac, Palm OS, and Pocket PC. Companion for Palm OS and Pocket PC For Windows, Mac, Palm OS, and Pocket PC FileMMobile aker8 Companion for Palm OS and Pocket PC User s Guide 2000-2006 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa

More information

CHAPTER. Introduction

CHAPTER. Introduction CHAPTER 1 Cisco Unified Communications Manager (formerly Cisco Unified CallManager) serves as the software-based call-processing component of the Cisco Unified Communications family of products. A wide

More information

Remote Support Web Rep Console

Remote Support Web Rep Console Remote Support Web Rep Console 2017 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property of their

More information

Xerox App Gallery App Gallery User Guide. Version 5.0 September P06709

Xerox App Gallery App Gallery User Guide. Version 5.0 September P06709 Xerox App Gallery App Gallery User Guide Version 5.0 September 2018 702P06709 2018 Xerox Corporation. All rights reserved. Xerox, Xerox and Design, ConnectKey, VersaLink, AltaLink, Xerox Extensible Interface

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

Qlik NPrinting September 2018 Release Notes

Qlik NPrinting September 2018 Release Notes Release Notes Qlik NPrinting September 2018 Release Notes qlik.com Table of Contents What s new in Qlik NPrinting September 2018 3 Improvements 4 Bug fixes 6 Known issues and limitations 9 Upgrade notes

More information

Workstation Configuration Guide

Workstation Configuration Guide Workstation Configuration Guide August 13, 2018 Version 9.6.134.78 For the most recent version of this document, visit our documentation website. Table of Contents 1 Workstation configuration 4 1.1 Considerations

More information

Desktop App Release Notes

Desktop App Release Notes BlackBerry AtHoc Networked Crisis Communication Desktop App Release Notes Release 6.2.x.275, November 2017 (Windows) Release 1.6.0, April 2017 (Mac) Copyright 2014 2017 BlackBerry Limited. All Rights Reserved.

More information

AppGate 11.0 RELEASE NOTES

AppGate 11.0 RELEASE NOTES Changes in 11.0 AppGate 11.0 RELEASE NOTES 1. New packet filter engine. The server-side IP tunneling packet filter engine has been rewritten from scratch, reducing memory usage drastically and improving

More information

The Cisco HCM-F Administrative Interface

The Cisco HCM-F Administrative Interface CHAPTER 5 This chapter contains information on the following topics: Overview of Cisco HCM-F Administrative Interface, page 5-1 Browser Support, page 5-2 Login and Logout, page 5-4 Online Help, page 5-5

More information

GO-GLOBAL CONTENTS. Host Release Notes Version FOR WINDOWS

GO-GLOBAL CONTENTS. Host Release Notes Version FOR WINDOWS GO-GLOBAL FOR WINDOWS Host Release Notes Version 5.0.2.27327 (C) GRAPHON CORPORATION 1999-2019. ALL RIGHTS RESERVED. CONTENTS 1. Enhancements in 5.0.2.27327 2. Issues Fixed Since 5.0.2.26287 3. Known Issues

More information

Employee Web Services. Installation Guide

Employee Web Services. Installation Guide Employee Web Services This is a publication of Abila, Inc. Version 2017.x 2016 Abila, Inc. and its affiliated entities. All rights reserved. Abila, the Abila logos, and the Abila product and service names

More information

Release Notes. Dell SonicWALL SRA Release Notes

Release Notes. Dell SonicWALL SRA Release Notes Secure Remote Access Contents Platform Compatibility... 1 Licensing on the Dell SonicWALL SRA Appliances and Virtual Appliance... 1 Important Differences between the SRA Appliances... 2 Known Issues...

More information

GO-GLOBAL FOR WINDOWS. Host Release Notes Version (C) GRAPHON CORPORATION ALL RIGHTS RESERVED.

GO-GLOBAL FOR WINDOWS. Host Release Notes Version (C) GRAPHON CORPORATION ALL RIGHTS RESERVED. GO-GLOBAL FOR WINDOWS Host Release Notes Version 5.0.2.26287 (C) GRAPHON CORPORATION 1999-2018. ALL RIGHTS RESERVED. CONTENTS 1. Issues Fixed Since 5.0.2.26121 2. Known Issues Notes: 1. GO-Global 5.0 cannot

More information

FileMaker. Mobile 2.1. User s Guide. For Windows, Mac, Palm OS, and Pocket PC. Companion for Palm OS and Pocket PC

FileMaker. Mobile 2.1. User s Guide. For Windows, Mac, Palm OS, and Pocket PC. Companion for Palm OS and Pocket PC For Windows, Mac, Palm OS, and Pocket PC FileMaker Mobile 2.1 Companion for Palm OS and Pocket PC User s Guide 2000-2002 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa

More information

Qlik NPrinting April 2018 Release Notes

Qlik NPrinting April 2018 Release Notes Release Notes Qlik NPrinting April 2018 Release Notes qlik.com Table of Contents What s new in Qlik NPrinting April 2018 3 Improvements 4 Bug fixes 5 Known issues and limitations 9 Upgrade notes 13 Qlik

More information

Citrix Desktop for Home Computers Mac OS Instructions

Citrix Desktop for Home Computers Mac OS Instructions Citrix Desktop for Home Computers Mac OS Instructions You can use Citrix to create and access a virtual work desktop from your home computer. Step 1 Uninstall: To install the newest version of Citrix on

More information

Managing Security Certificates in Cisco Unified Operating System

Managing Security Certificates in Cisco Unified Operating System CHAPTER 5 Managing Security Certificates in Cisco Unified Operating System June 11, 2009 The operating system security options enable you to manage security certificates in these two ways: Certificate

More information

VMware Horizon FLEX Client User Guide

VMware Horizon FLEX Client User Guide Horizon FLEX 1.10 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this

More information

FileMaker Go. Development Guide

FileMaker Go. Development Guide FileMaker Go Development Guide 2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc. registered in

More information

Dell Wyse ThinLinux Version for Wyse 5070 thin client

Dell Wyse ThinLinux Version for Wyse 5070 thin client 2018-08 Dell Wyse ThinLinux Version 2.0.27 for Wyse 5070 thin client Software releases are created to correct defects, make enhancements, or add new features. These releases are tested on all current,

More information

Filr 3.3 Desktop Application Guide for Linux. December 2017

Filr 3.3 Desktop Application Guide for Linux. December 2017 Filr 3.3 Desktop Application Guide for Linux December 2017 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights,

More information

Fiery Command WorkStation 5.8 with Fiery Extended Applications 4.4

Fiery Command WorkStation 5.8 with Fiery Extended Applications 4.4 Fiery Command WorkStation 5.8 with Fiery Extended Applications 4.4 Fiery Extended Applications (FEA) v4.4 contains Fiery software for performing tasks using a Fiery Server. This document describes how

More information

SonicOS Enhanced Release Notes

SonicOS Enhanced Release Notes SonicOS Contents Platform Compatibility... 1 Known Issues... 2 Resolved Known Issues... 3 Upgrading SonicOS Enhanced Image Procedures... 4 Related Technical Documentation...7 Platform Compatibility The

More information

Desktop App Release Notes

Desktop App Release Notes BlackBerry AtHoc Networked Crisis Communication Desktop App Release Notes Release 6.2.x.277, May 2018 (Windows) Release 1.7, May 2018 (Mac) Copyright 2014 2018 BlackBerry Limited. All Rights Reserved.

More information

Ensure that addresses being used in the system only have (.) period or (-) hyphen characters.

Ensure that  addresses being used in the system only have (.) period or (-) hyphen characters. CWS-CARES CARES 2.1 Interim Processes As of: 12/08/2018 The following table represents the interim processes to be used as short-term, alternative steps for users given known system bugs or CARES features

More information

Using VMware View Client for Mac

Using VMware View Client for Mac May 2012 View Client for Mac This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions

More information

Comodo Chromium Secure Software Version 36.1

Comodo Chromium Secure Software Version 36.1 Comodo Chromium Secure Software Version 36.1 User Guide Guide Version 36.1.111114 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents 1. Comodo Chromium Secure - Introduction...4

More information

KYOCERA Net Admin Installation Guide

KYOCERA Net Admin Installation Guide KYOCERA Net Admin Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable for

More information

Tenant Administration. vrealize Automation 6.2

Tenant Administration. vrealize Automation 6.2 vrealize Automation 6.2 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this documentation, submit your feedback to

More information

Remote Access Application Viewer User Guide. Version 2.5

Remote Access Application Viewer User Guide. Version 2.5 Remote Access Application Viewer User Guide Version 2.5 Table of Contents Table of Contents... 2 Logging into Application Viewer... 4 Setting up your browser for the first time... 8 Internet Explorer...

More information

Hypertext Transfer Protocol Over Secure Sockets Layer (HTTPS)

Hypertext Transfer Protocol Over Secure Sockets Layer (HTTPS) Hypertext Transfer Protocol Over Secure Sockets Layer (HTTPS) This chapter provides information about Hypertext Transfer Protocol over Secure Sockets Layer. HTTPS, page 1 HTTPS for Cisco Unified IP Phone

More information

Getting Started with QuarkXPress

Getting Started with QuarkXPress Getting Started with QuarkXPress 10.1.1 CONTENTS Contents Related Documents...4 System requirements...5 System requirements: Mac OS X...5 System requirements: Windows...5 Installing: Mac OS X...7 Adding

More information

Workstation Configuration

Workstation Configuration Workstation Configuration December 15, 2017 - Version 9.3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

BROWSER-BASED SUPPORT CONSOLE USER S GUIDE. 31 January 2017

BROWSER-BASED SUPPORT CONSOLE USER S GUIDE. 31 January 2017 BROWSER-BASED SUPPORT CONSOLE USER S GUIDE 31 January 2017 Contents 1 Introduction... 2 2 Netop Host Configuration... 2 2.1 Connecting through HTTPS using Certificates... 3 2.1.1 Self-signed certificate...

More information

Clearspan Hosted Thin Call Center R Release Notes JANUARY 2019 RELEASE NOTES

Clearspan Hosted Thin Call Center R Release Notes JANUARY 2019 RELEASE NOTES Clearspan Hosted Thin Call Center R22.0.39 Release Notes JANUARY 2019 RELEASE NOTES NOTICE The information contained in this document is believed to be accurate in all respects but is not warranted by

More information

Workstation Configuration

Workstation Configuration Workstation Configuration December 12, 2017 - Version 9.4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

Manage Certificates. Certificates Overview

Manage Certificates. Certificates Overview Certificates Overview, page 1 Show Certificates, page 3 Download Certificates, page 4 Install Intermediate Certificates, page 4 Delete a Trust Certificate, page 5 Regenerate a Certificate, page 6 Upload

More information

Administering Workspace ONE in VMware Identity Manager Services with AirWatch. VMware AirWatch 9.1.1

Administering Workspace ONE in VMware Identity Manager Services with AirWatch. VMware AirWatch 9.1.1 Administering Workspace ONE in VMware Identity Manager Services with AirWatch VMware AirWatch 9.1.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Update Management ZENworks Mobile Management 3.2.x September 2015

Update Management ZENworks Mobile Management 3.2.x September 2015 www.novell.com/documentation Update Management ZENworks Mobile Management 3.2.x September 2015 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of

More information

Qlik NPrinting release notes

Qlik NPrinting release notes Qlik NPrinting 17.3.1 release notes IMPORTANT: Upgrading from Qlik NPrinting 17.3 to 17.3.1 To upgrade to Qlik NPrinting 17.3.1 you must start from Qlik NPrinting 17.3. If you have an older version of

More information

Configuring the SMA 500v Virtual Appliance

Configuring the SMA 500v Virtual Appliance Using the SMA 500v Virtual Appliance Configuring the SMA 500v Virtual Appliance Registering Your Appliance Using the 30-day Trial Version Upgrading Your Appliance Configuring the SMA 500v Virtual Appliance

More information

Workstation Configuration

Workstation Configuration Workstation Configuration September 22, 2015 - Version 9 & 9.1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

Remote Access Application Viewer User Guide. Version 2.3

Remote Access Application Viewer User Guide. Version 2.3 Remote Access Application Viewer User Guide Version 2.3 Table of Contents Table of Contents... 2 Logging into Application Viewer... 4 Setting up your browser for the first time... 8 Internet Explorer...

More information

Release Notes for Cisco IronPort AsyncOS 7.7 for Security Management

Release Notes for Cisco IronPort AsyncOS 7.7 for Security Management Release Notes for Cisco IronPort AsyncOS 7.7 for Security Management Published: February 15, 2012 Revised: April 9, 2012 Contents This document contains information for Cisco IronPort AsyncOS 7.7 for Security

More information

KYOCERA Net Admin User Guide

KYOCERA Net Admin User Guide KYOCERA Net Admin User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable

More information

Wholesale Lockbox User Guide

Wholesale Lockbox User Guide Wholesale Lockbox User Guide August 2017 Copyright 2017 City National Bank City National Bank Member FDIC For Client Use Only Table of Contents Introduction... 3 Getting Started... 4 System Requirements...

More information

Troubleshooting. Participants List Displays Multiple Entries for the Same User

Troubleshooting. Participants List Displays Multiple Entries for the Same User Participants List Displays Multiple Entries for the Same User, page 1 Internet Explorer Browser Not Supported, page 2 "404 Page Not Found" Error Encountered, page 2 Cannot Start or Join Meeting, page 2

More information

Abila MIP. Human Resource Management Installation Guide

Abila MIP. Human Resource Management Installation Guide Human Resource Management Installation Guide This is a publication of Abila, Inc. Version 2017.2 2017 Abila, Inc. and its affiliated entities. All rights reserved. Abila, the Abila logos, and the Abila

More information

Guide Installation and User Guide - Mac

Guide Installation and User Guide - Mac Guide Installation and User Guide - Mac With Fujitsu mpollux DigiSign Client, you can use your smart card for secure access to electronic services or organization networks, as well as to digitally sign

More information

InSite Prepress Portal Quick Start Guide IPP 9.0

InSite Prepress Portal Quick Start Guide IPP 9.0 InSite Prepress Portal Quick Start Guide IPP 9.0 Exported on 07/26/2018 Table of Contents 1 What is InSite Prepress Portal?... 4 1.1 Getting familiar with InSite Prepress Portal 9.0...4 1.2 Use a single

More information

Odette CA Help File and User Manual

Odette CA Help File and User Manual How to Order and Install Odette Certificates For a German version of this file please follow this link. Odette CA Help File and User Manual 1 Release date 31.05.2016 Contents Preparation for Ordering an

More information

Version 5.0 September P Xerox App Gallery. App Gallery User Guide

Version 5.0 September P Xerox App Gallery. App Gallery User Guide Version 5.0 September 2018 702P06709 Xerox App Gallery App Gallery User Guide 2018 Xerox Corporation. All rights reserved. Xerox, Xerox and Design, ConnectKey, VersaLink, AltaLink, Xerox Extensible Interface

More information

Ensure that addresses being used in the system only have (.) period or (-) hyphen characters.

Ensure that  addresses being used in the system only have (.) period or (-) hyphen characters. CWS-CARES CARES 2.1 Interim Processes As of: 12/21/2018 The following table represents the interim processes to be used as short-term, alternative steps for users given known system bugs or CARES features

More information

Description Interim Process Status Bug/Story ID Fixed Release

Description Interim Process Status Bug/Story ID Fixed Release CWS- As of: 02/09/2018 The following table represents the interim processes to be used as short-term, alternative steps for users given known system bugs or features not working as designed. They may be

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

Portal User Guide. Best practice tips and shortcuts Icon Legend Informational notes about functions. Important warnings about a function

Portal User Guide. Best practice tips and shortcuts Icon Legend Informational notes about functions. Important warnings about a function Portal User Guide Tips Best practice tips and shortcuts Icon Legend Notes Warning Informational notes about functions Important warnings about a function Your Portal https://www.clientaxcess.com Your Portal

More information

Sophos Mobile as a Service

Sophos Mobile as a Service startup guide Product Version: 8 Contents About this guide... 1 What are the key steps?... 2 Change your password... 3 Change your login name... 4 Activate Mobile Advanced licenses...5 Check your licenses...6

More information

Banner Frequently Asked Questions (FAQs)

Banner Frequently Asked Questions (FAQs) Banner Frequently Asked Questions (FAQs) Contents How do I install Java?... 1 Banner prompts me to download and install Java. Is this okay?... 1 What Java version should I use?... 2 How do I check what

More information

PISA 2018 COMPUTER-BASED SCHOOL QUESTIONNAIRE: PRINCIPAL S MANUAL

PISA 2018 COMPUTER-BASED SCHOOL QUESTIONNAIRE: PRINCIPAL S MANUAL P 2 I S A 0 1 8 PISA 2018 COMPUTER-BASED SCHOOL QUESTIONNAIRE: PRINCIPAL S MANUAL Doc.: CY7_CBA_ScQPrincipalManual.docx Produced by ETS, Core A Contractor TABLE OF CONTENTS Part 1 Introduction Introduction

More information

Media Writer. Installation Guide LX-DOC-MW5.1.9-IN-EN-REVB. Version 5.1.9

Media Writer. Installation Guide LX-DOC-MW5.1.9-IN-EN-REVB. Version 5.1.9 Media Writer Installation Guide Version 5.1.9 Regulations and Compliance Tel: 1-844-535-1404 Email: TS_PACSGEAR@hyland.com 2018 Hyland. Hyland and the Hyland logo are trademarks of Hyland LLC, registered

More information

Configuring Cisco Unified MeetingPlace Web Conferencing Security Features

Configuring Cisco Unified MeetingPlace Web Conferencing Security Features Configuring Cisco Unified MeetingPlace Web Conferencing Security Features Release 7.1 Revised: February 15, 2012 3:42 pm How to Configure Restricted Meeting ID Patterns, page 1 How to Configure Secure

More information

McAfee Network Security Platform

McAfee Network Security Platform Revision B McAfee Network Security Platform (8.1.7.5-8.1.3.43 M-series Release Notes) Contents About this release New features Enhancements Resolved issues Installation instructions Known issues Product

More information

SecureTransport Version May Web Client User Guide

SecureTransport Version May Web Client User Guide SecureTransport Version 5.3.6 9 May 2018 Web Client User Guide Copyright 2018 Axway All rights reserved. This documentation describes the following Axway software: Axway SecureTransport 5.3.6 No part of

More information

Appserv Internal Desktop Access Mac OS Device with Safari Browser. Enter your Appserv username and password to sign in to the Website

Appserv Internal Desktop Access Mac OS Device with Safari Browser. Enter your Appserv username and password to sign in to the Website Appserv Desktop Access Logging on from a Mac OS device Step 1. To sign in to the Appserv Desktop Access website, enter the following address into the Safari browser address bar. Please Note: This documentation

More information

FortiNAC Citrix XenMobile Device Integration

FortiNAC Citrix XenMobile Device Integration FortiNAC Citrix XenMobile Device Integration Version: 8.x Date: 09/07/2018 Rev: B FORTINET DOCUMENT LIBRARY http://docs.fortinet.com FORTINET VIDEO GUIDE http://video.fortinet.com FORTINET KNOWLEDGE BASE

More information

Virto Social Aggregator Web Part for Microsoft SharePoint Release User and Installation Guide

Virto Social Aggregator Web Part for Microsoft SharePoint Release User and Installation Guide Virto Social Aggregator Web Part for Microsoft SharePoint Release 2.3.0 User and Installation Guide 2 Table of Contents SYSTEM/DEVELOPER REQUIREMENTS... 3 OPERATING SYSTEM... 3 SERVER... 3 BROWSER... 3

More information

VERTIV. Avocent ACS8xxx Advanced Console System Release Notes VERSION 2.4.2, AUGUST 24, Release Notes Section Outline. 1 Update Instructions

VERTIV. Avocent ACS8xxx Advanced Console System Release Notes VERSION 2.4.2, AUGUST 24, Release Notes Section Outline. 1 Update Instructions VERTIV Avocent ACS8xxx Advanced Console System Release Notes VERSION 2.4.2, AUGUST 24, 2018 Release Notes Section Outline 1 Update Instructions 2 Appliance Firmware Version Information 3 Local Client Requirements

More information

Product Release Notes

Product Release Notes Product Release Notes Release 31 February 2016 VERSION 20160226 Table of Contents Document Versioning 3 Overview 4 Known Issues 4 Analytics 4 Internet Explorer 11 Error When Downloading Reports with Names

More information

GOBENCH IQ Release v

GOBENCH IQ Release v GOBENCH IQ Release v1.2.3.3 2018-06-11 New Add-Ons / Features / Enhancements in GOBENCH IQ v1.2.3.3 GOBENCH IQ v1.2.3.3 contains several new features and enhancements ** New version of the comparison Excel

More information

CARES 2.0 Interim Processes

CARES 2.0 Interim Processes Status Key Known bug or feature is not working as designed. Use interim process until resolved. CWS-CARES Known bug or feature is working as designed. Resolved Interim process is no longer needed. CARES

More information

Tenant Administration

Tenant Administration vcloud Automation Center 6.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions

More information

Entrust Cloud Enterprise. Enrollment Guide

Entrust Cloud Enterprise. Enrollment Guide Entrust Cloud Enterprise Enrollment Guide Entrust Cloud Enterprise Enrollment Guide Document issue: 1.0 Copyright 2016 Entrust. All rights reserved. Entrust is a trademark or a registered trademark of

More information

Troubleshooting. Participants List Displays Multiple Entries for the Same User

Troubleshooting. Participants List Displays Multiple Entries for the Same User Participants List Displays Multiple Entries for the Same User, page 1 Internet Explorer Browser Not Supported, page 2 404 Page Not Found Error Encountered, page 2 Cannot Start or Join Meeting, page 2 SSO

More information

Qlik NPrinting November 2018

Qlik NPrinting November 2018 Qlik NPrinting November 2018 Release notes Q L I K. C O M TABLE OF CONTENTS What s new in Qlik NPrinting November 2018 2 Improvements 3 Bug fixes 4 Upgrade notes 8 Known issues and limitations 9 Qlik NPrinting

More information

Calendar & Buttons Dashboard Menu Features My Profile My Favorites Watch List Adding a New Request...

Calendar & Buttons Dashboard Menu Features My Profile My Favorites Watch List Adding a New Request... remitview User Guide 1 TABLE OF CONTENTS INTRODUCTION... 3 Calendar & Buttons... 3 GETTING STARTED.... 5 Dashboard.... 7 Menu Features... 8 PROFILE.... 10 My Profile... 10 My Favorites... 12 Watch List...

More information

Quick Start Guide for Windows

Quick Start Guide for Windows for Windows The Eudora 5.1 User Manual for Windows is on the Eudora CD included in the product box. If you prefer a printed and bound copy, you can purchase one from www.eudora.com or call 1-800-2-EUDORA

More information

Symantec pcanywhere 12.5 SP4 Release Notes

Symantec pcanywhere 12.5 SP4 Release Notes Symantec pcanywhere 12.5 SP4 Release Notes Symantec pcanywhere 12.5 SP4 Release Notes The software described in this book is furnished under a license agreement and may be used only in accordance with

More information

Network Security Platform 8.1

Network Security Platform 8.1 8.1.7.5-8.1.3.10 NTBA Appliance Release Notes Network Security Platform 8.1 Revision B Contents About this release New features Enhancements Resolved issues Installation instructions Known issues Find

More information

Filr 3.4 Desktop Application Guide for Mac. June 2018

Filr 3.4 Desktop Application Guide for Mac. June 2018 Filr 3.4 Desktop Application Guide for Mac June 2018 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights, patent

More information

Android Rep Console

Android Rep Console Android Rep Console 2.2.10 2003-2018 BeyondTrust, Inc. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust, Inc. Other trademarks are the property of their respective owners.

More information

Visual Nexus Version 4.0

Visual Nexus Version 4.0 User Setup Guide Visual Nexus Version 4.0 Document Number: VN-M014-018 Issue: A Ver3.2-3 Date: 31 st OctMay 2008 Oki Electric Industry Co., Ltd. 2003 The information contained herein is the property of

More information

Guide to Deploying VMware Workspace ONE. DEC 2017 VMware AirWatch 9.2 VMware Identity Manager 3.1

Guide to Deploying VMware Workspace ONE. DEC 2017 VMware AirWatch 9.2 VMware Identity Manager 3.1 Guide to Deploying VMware Workspace ONE DEC 2017 VMware AirWatch 9.2 VMware Identity Manager 3.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

FileMaker. Mobile 2. User s Guide. For Windows, Mac, and Palm OS. Companion for Palm OS

FileMaker. Mobile 2. User s Guide. For Windows, Mac, and Palm OS. Companion for Palm OS For Windows, Mac, and Palm OS FileMaker Mobile 2 Companion for Palm OS User s Guide 2000-2002 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054

More information

Aventail Connect Client with Smart Tunneling

Aventail Connect Client with Smart Tunneling Aventail Connect Client with Smart Tunneling User s Guide Windows v8.9.0 1996-2007 Aventail Corporation. All rights reserved. Aventail, Aventail Cache Control, Aventail Connect, Aventail Connect Mobile,

More information

Notification Template Limitations. Bridge Limitations

Notification Template Limitations. Bridge Limitations Oracle Cloud Known Issues for Oracle Identity Cloud Service Release 18.1.2 E55915-17 February 2018 Notification Template Limitations Note the following limitations with Oracle Identity Cloud Service notification

More information

Cisco C880 M4 Server User Interface Operating Instructions for Servers with E v2 and E v3 CPUs

Cisco C880 M4 Server User Interface Operating Instructions for Servers with E v2 and E v3 CPUs Cisco C880 M4 Server User Interface Operating Instructions for Servers with E7-8800 v2 and E7-8800 v3 CPUs November, 2015 THE SPECIFICATIONS AND INFORMATION REGARDING THE PRODUCTS IN THIS MANUAL ARE SUBJECT

More information

Foundstone 7.0 Patch 6 Release Notes

Foundstone 7.0 Patch 6 Release Notes Foundstone 7.0 Patch 6 Release Notes These release notes describe the changes and updates for Foundstone 7.0, patch 6. This application installs only the patch needed to update the Foundstone system. Foundstone

More information

Getting Started with QuarkXPress 2015

Getting Started with QuarkXPress 2015 Getting Started with QuarkXPress 2015 CONTENTS Contents Related Documents...4 System requirements...5 System requirements: Mac OS X...5 System requirements: Windows...5 Installing: Mac OS X...7 Installing:

More information