AVEVA Global. Release 12.0.SP6 WCF. User Bulletin

Size: px
Start display at page:

Download "AVEVA Global. Release 12.0.SP6 WCF. User Bulletin"

Transcription

1 AVEVA Global Release 12.0.SP6 WCF User Bulletin

2 Disclaimer Information of a technical nature, and particulars of the product and its use, is given by AVEVA Solutions Limited and its subsidiaries without warranty. AVEVA Solutions Limited and its subsidiaries disclaim any and all warranties and conditions, expressed or implied, to the fullest extent permitted by law. Neither the author nor AVEVA Solutions Limited, or any of its subsidiaries, shall be liable to any person or entity for any actions, claims, loss or damage arising from the use or possession of any information, particulars, or errors in this publication, or any incorrect use of the product, whatsoever. Copyright Copyright and all other intellectual property rights in this manual and the associated software, and every part of it (including source code, object code, any data contained in it, the manual and any other documentation supplied with it) belongs to AVEVA Solutions Limited or its subsidiaries. All other rights are reserved to AVEVA Solutions Limited and its subsidiaries. The information contained in this document is commercially sensitive, and shall not be copied, reproduced, stored in a retrieval system, or transmitted without the prior written permission of AVEVA Solutions Limited Where such permission is granted, it expressly requires that this Disclaimer and Copyright notice is prominently displayed at the beginning of every copy that is made. The manual and associated documentation may not be adapted, reproduced, or copied, in any material or electronic form, without the prior written permission of AVEVA Solutions Limited. The user may also not reverse engineer, decompile, copy, or adapt the associated software. Neither the whole, nor part of the product described in this publication may be incorporated into any third-party software, product, machine, or system without the prior written permission of AVEVA Solutions Limited, save as permitted by law. Any such unauthorised action is strictly prohibited, and may give rise to civil liabilities and criminal prosecution. The AVEVA products described in this guide are to be installed and operated strictly in accordance with the terms and conditions of the respective licence agreements, and in accordance with the relevant User Documentation. Unauthorised or unlicensed use of the product is strictly prohibited. First published 2010 AVEVA Solutions Limited and its subsidiaries AVEVA Solutions Limited, High Cross, Madingley Road, Cambridge, CB3 0HB, United Kingdom. Trademarks AVEVA and Tribon are registered trademarks of AVEVA Solutions Limited or its subsidiaries. Unauthorised use of the AVEVA or Tribon trademarks is strictly forbidden. AVEVA product names are trademarks or registered trademarks of AVEVA Solutions Limited or its subsidiaries, registered in the UK, Europe and other countries (worldwide). The copyright, trade mark rights, or other intellectual property rights in any other product, its name or logo belongs to its respective owner.

3 Global WCF User Bulletin Contents 1 INTRODUCTION ABOUT THIS SOFTWARE RELEASE ABOUT THIS MANUAL Who should read this Bulletin SOFTWARE DISTRIBUTION & INSTALLATION Installation SECURE COMMUNICATIONS Messages SECURITY OVERVIEW ENABLING WCF TRANSPORT LEVEL BINDINGS PORTS ENCRYPTION ENCODING AUTHENTICATION Certification Authentication AVEVA Solutions Ltd i Unclassified

4 Backing page 2010 AVEVA Solutions Ltd ii Unclassified

5 Global WCF User Bulletin 1 Introduction 1.1 About this software release The Global Server release AVEVA Global Server 12.0.SP6 WCF Update is available from the AVEVA product download site. The Global Client release AVEVA PDMS 12.0.SP6 Global WCF Update and AVEVA Hull and Outfitting 12.0.SP6 Global WCF Update are available from the AVEVA product download site. All releases self-install using standard Microsoft installation procedures. The Global Server release can be installed independently of the client PDMS or Hull and Outfitting client releases and vice versa. However, neither of these releases will work with an old installation of the other. Please note that 12.0.SP6 onwards requires Flexman 5.1 and an appropriate licence it will not work with Flexman 3 or 4. For further details of Flexman Licence Server releases, please see: About this manual This manual gives an overview of the security features provided by the Global WCF release. Global now makes use of Microsoft Windows Communications Foundation (WCF) as provided by.net 3 and above for more secure communications. The purpose of this document is to provide the reader with an overview of the security features available in the Global WCF releases. For further details, including configuration please se the Global Server WCF Configuration guide Who should read this Bulletin This guide is useful for anybody considering the security needs for Global, and should provide information to IT Administrators as much as it does to Project Administrators. 1.3 Software distribution & installation The installation process for both Server and Client installations now use Microsoft Installer (MSI) technology, which facilitates silent installations through standard MSI means. These are triggered from a setup file. The client installations AVEVA PDMS 12.0.SP6 Global WCF Update and AVEVA Hull and Outfitting 12.0.SP6 Global WCF Update need to be installed on any machine where PDMS or Hull and Outfitting needs to run a Global command (e.g. Administrator for Global projects, or where Engineers need to use distributed extracts). The Server installation AVEVA Global Server 12.0.SP6 WCF Update needs to be installed on any machines where the daemon currently runs Installation The detailed Installation process has been defined in the release notes. It is not necessary to have an existing installation of the AVEVA Global Server 12.0.SP6 installed prior to installation. Likewise it is not necessary to have either the AVEVA PDMS 12.0.SP6 or AVEVA Hull and Outfitting 12.0.SP6 installed for 2010 AVEVA Solutions Ltd 1-1 Unclassified

6 the client install. However, if an earlier version of 12.0.SP6 Global client or Global server is pre-installed this will not affect installation. Note: Installing the AVEVA Global Server 12.0.SP6 WCF Update product will not allow you to select the destination folder. Therefore if you are installing without having pre-installed AVEVA Global Server 12.0.SP6 the installation will automatically be installed to the C:\AVEVA\GlobalServer12.0.SP6 folder. 1.4 Secure Communications Traditionally Global has relied on using the Remote Procedure Call (RPC) process for communicating between PDMS and the Daemon, as well as between Daemons. This has served well when projects required heterogeneous Operating Systems such as SG-Irix, HP-UX and MS-Windows. However, in recent years, the Microsoft implementation of RPC has been exposed to a number of security threats. To eliminate the risk of an attack, AVEVA has reviewed, along with Microsoft, the use of RPC for its communication layer and as a result have implemented the Windows Communication Foundation (WCF), supplied by Microsoft, as a replacement communications layer. The key feature of using WCF is that it abstracts security away from the code. Security is now applied by the.net Framework and the Operating System, and is configured through the modification of XML files that live along side the application. The high configurability of WCF means that the system can meet the security requirements of individual IT departments through a number of changes within the configuration file rather than the security features being determined by the AVEVA development team Messages Regardless of the selected protocol Global WCF transmits data use SOAP Messages in XML. The term Message is used to represent a transmission whether it is a page of a database or file, or Global command or query AVEVA Solutions Ltd 1-2 Unclassified

7 2 Security Overview By replacing the existing Global Remote Procedure Call (RPC) communication layer with Windows Communication Foundation (WCF) Global is able to take advantage of tighter security for all PDMS/Hull and Outfitting to Daemon and Daemon to Daemon communications. Microsoft has developed WCF with the purpose of ensuring the high demands of corporate IT demands can be met. By providing a highly configurable mechanism WCF abstracts security from code, placing the control on the level of security for each connection in the hands of the Project and IT Administrators rather than in the application itself. As a result it is very easy to define a project network that can cross Trust Boundaries safely whilst protecting corporate networks from malicious attacks. This section outlines the security features provided by WCF, for details on how to configure Global to best utilise these features please refer to the configuration details in the Global Server WCF Configuration Guide. The AVEVA Global Server 12.0.SP6 WCF Update, AVEVA PDMS 12.0.SP6 Global WCF Update and AVEVA Hull and Outfitting 12.0.SP6 Global Update releases a re all Security updates. There is not further Global functionality provided. 2.1 Enabling WCF By default the system is configured to run in existing RPC mode. To enable the use of WCF the GLOBAL_PROTOCOL tag must be changed from RPC to WCF in the AVEVA PDMS 12.0.SP6 Global WCF Update or AVEVA Hull and Outfitting 12.0.SP6 Global WCF Update globalwcfclient,config file. Enabling the WCF communication layer will default to using the HTTP binding on Port 8000 with no security. Details on how to switch to the communications layer to WCF and on Security settings are available in the Global WCF Configuration guide. 2.2 Transport Level The Transport Level determines whether to apply any security to messages, and if so at what level. There are three settings that can be applied:- None Security is not applied to messages Transport Level Security End to End Security is applied. This is the process of ensuring the connection rather than individual messages. The message can only be validated once, and has to be trusted there after. Message Level Security Peer to Peer Security is applied. Security is encapsulated in the message itself. Every message needs to be verified. This suffers from poorer performance compared to Transport Level security as each Message MUST be verified. 2.3 Bindings It is possible to select the low level protocol for transfer of the Messages, enabling the best protocol to suit the security requirements for the communication. The protocols that are available to select from are: AVEVA Solutions Ltd 2-3 Unclassified

8 Transmission Control Protocol (TCP) This is the same protocol used by the RPC Daemon. Data is sent in binary encoding (please see section on encoding) and is not visible to external security checks, however as a result transfer is faster. HyperText Transfer Protocol (HTTP) Data is sent in text encoding, which is verbose compared to binary and has an impact on performance. However, as the Messages are in text they can be inspected by an external validation program. Web Services HyperText Protocol (wshttp) This is the same as HTTP, but the Messages are encrypted. As a result the Messages cannot be inspected by an external valuator. 2.4 Ports The WCF Global Daemon requires only 1 port for communication, and this can be any port. It is best to use a dedicated port (one selected for the dynamic range that is not used by an alternative application) to ensure that there is no contention with other applications. If Firewalls have been configured to use a restricted dynamic port range already, then one of these can be selected to make use of current Firewall settings. It is possible to use a well known port (such as Port 80 for HTTP) if desired. Note: When multiple projects are running it maybe desirable to use different ports for different projects to avoid contention. Choice of binding may affect the best default port to use. All ports in the sample files provided use Port 8000 Note: Although it is possible to use Port 135 for communications this should be discouraged. Port 135 is a high risk port susceptible to attack. If possible this Port should be closed when using WCF. 2.5 Encryption It is possible to encrypt Messages on transmission. This protects the Message from being interpreted by an illegal external application. There are a number of algorithms for encryption/decryption supplied by the.net Framework that WCF can exploit, but it is possible to use a propriety algorithm if preferred. Default encryption is 128bit, but algorithms up to 256bit are available. Algorithms below 128bit may not be fully protected. 2.6 Encoding The encoding used determines the format of the message, and is linked to the binding selected. There are 3 levels of encoding available:- Text As mentioned in the Binding section Text encoding is verbose and therefore suffers from slower performance, but the content of the Message can be inspected. Binary Binary encoding has higher performance, but as the data is binary the conmtent cannot be inspected. Message Transmission Optimisation Mechanism (MTOM) This third method of encoding strikes a balance between performance and security by mixing the encoding used within the Message. MTOM encodes much of the Message in text, but uses binary for sending attachments. The message content can be partially inspected where values are in text, and large data sections can be sent faster. 2.7 Authentication Authentication is the process of ensuring that a Message is sent for a known source and receiver by a known receiver. Depending on the Transport Level chosen (either Transport or Message) Authentication can be applied to the connection, or to each individual Message. Using Transport Level Security the 2010 AVEVA Solutions Ltd 2-4 Unclassified

9 connection is authenticated; using Message Level Security each individual Message contains the authentication details. There are 2 ways of authenticating Messages:- Windows Login Accounts Assuming that the locations are within the same domain and access the same Window User accounts it is possible to authenticate against a Windows login account. Certification Use of a Certificate as provided by a Root Authority (such as VeriSign) for authentication Certification Authentication The use of certificates when sending messages between locations ensures that the message is authenticated by applying a certificate to the message or connection. Certificates can be obtained from external companies known as registration authorities (also known as root authorities) such as VeriSign or Thawte. Certificates use Public and Private keys (supplied with the certificate at request) to verify that the messages meets the certificate credentials. Once the certificate has been received and the private keys are installed into the local trust store, it is possible to authenticate messages against the certificate. Validation of the certificate is mutual, that is the sender ensures it is sending the message to a known receiver, and the receiver ensures that the message is from a known sender AVEVA Solutions Ltd 2-5 Unclassified

VPRM. Operating Environment Guide. VPRM Workbench Release 9.7. Issue 1

VPRM. Operating Environment Guide. VPRM Workbench Release 9.7. Issue 1 VPRM Operating Environment Guide VPRM Workbench Release 9.7 Issue 1 Disclaimer Information of a technical nature, and particulars of the product and its use, is given by AVEVA Solutions Ltd and its subsidiaries

More information

LFM NetView Project Publishing Guide V 4.4.1

LFM NetView Project Publishing Guide V 4.4.1 LFM NetView Project Publishing Guide V 4.4.1 Table of Contents Table of Contents... i 1.0 Introduction... 1 2.0 Prerequisites... 3 2.1 Graphical Requirements... 3 2.2 Advanced Mode Installation... 3 2.3

More information

AVEVA VPRM. Operating Environment Guide. VPRM Release 9.8. Issue 25

AVEVA VPRM. Operating Environment Guide. VPRM Release 9.8. Issue 25 AVEVA VPRM Operating Environment Guide VPRM Release 9.8 Issue 25 Disclaimer 1.1 AVEVA does not warrant that the use of the AVEVA software will be uninterrupted, error-free or free from viruses. 1.2 AVEVA

More information

AVEVA HelpDesk Customer Training Guide

AVEVA HelpDesk Customer Training Guide TRAINING GUIDE AVEVA HelpDesk Customer Training Guide 2 Revision Log Date Revision Description of Revision Author Reviewed Approved 01/08/07 01 First Version WR 09/01/09 02 Changed Rich format to Plain

More information

2.1 Website means operated and owned by UCS Technology Services, including any page, part of element thereof;

2.1 Website means   operated and owned by UCS Technology Services, including any page, part of element thereof; WEBSITE USAGE TERMS AND CONDITIONS Acceptable Usage Terms 1. Introduction 1.1 By accessing the UCS Technology Services website, web pages or any part thereof for any reason whatsoever, the User agrees

More information

Oracle Adaptive Access Manager. 1 Oracle Adaptive Access Manager Documentation. 2 Resolved Issues. Release Notes Release 10g (

Oracle Adaptive Access Manager. 1 Oracle Adaptive Access Manager Documentation. 2 Resolved Issues. Release Notes Release 10g ( Oracle Adaptive Access Manager Release Notes Release 10g (10.1.4.5) E13648-03 May 2009 These release notes contain important last minute information not included in the Oracle Adaptive Access Manager Release

More information

Oracle Utilities Opower Solution Extension Partner SSO

Oracle Utilities Opower Solution Extension Partner SSO Oracle Utilities Opower Solution Extension Partner SSO Integration Guide E84763-01 Last Updated: Friday, January 05, 2018 Oracle Utilities Opower Solution Extension Partner SSO Integration Guide Copyright

More information

HUAWEI H30-U10. Quick Start Guide

HUAWEI H30-U10. Quick Start Guide HUAWEI H30-U10 Quick Start Guide Dual card dual standby single pass Your phone supports only dual card dual standby single pass, which means you cannot use both SIM cards for calls or data services simultaneously.

More information

END USER LICENSE AGREEMENT PANDA ANTIVIRUS 2007 / PANDA ANTIVIRUS + FIREWALL 2007 / PANDA INTERNET SECURITY 2007

END USER LICENSE AGREEMENT PANDA ANTIVIRUS 2007 / PANDA ANTIVIRUS + FIREWALL 2007 / PANDA INTERNET SECURITY 2007 END USER LICENSE AGREEMENT PANDA ANTIVIRUS 2007 / PANDA ANTIVIRUS + FIREWALL 2007 / PANDA INTERNET SECURITY 2007 Please read the following license agreement carefully before using this program. By accepting

More information

Terms of Use. Changes. General Use.

Terms of Use. Changes. General Use. Terms of Use THESE TERMS AND CONDITIONS (THE TERMS ) ARE A LEGAL CONTRACT BETWEEN YOU AND SPIN TRANSFER TECHNOLOGIES ( SPIN TRANSFER TECHNOLOGIES, STT, WE OR US ). THE TERMS EXPLAIN HOW YOU ARE PERMITTED

More information

Certification Test Plan SSRF Conformance for OpenSSRF Software v Document WINNF-14-S-0023

Certification Test Plan SSRF Conformance for OpenSSRF Software v Document WINNF-14-S-0023 Certification Test Plan SSRF Conformance for OpenSSRF Software v3.1.0 Document WINNF-14-S-0023 Version V1.0.0 10 February 2015 TERMS, CONDITIONS & NOTICES This document has been prepared by the Open SSRF

More information

NICC ND 1636 V1.1.1 ( )

NICC ND 1636 V1.1.1 ( ) Document NGN Interconnect IP Address Allocation Network Interoperability Consultative Committee, Ofcom, 2a Southwark Bridge Road, London, SE1 9HA. 2 2008 Ofcom copyright NOTICE OF COPYRIGHT AND LIABILITY

More information

NICC ND 1636 V1.2.2 ( )

NICC ND 1636 V1.2.2 ( ) NICC ND 1636 V1.2.2 (2012-03) NICC Document NGN Interconnect IP Address Allocation Michael Faraday House, Six Hills Way, Stevenage SG1 2AY Tel.: +44(0) 20 7036 3636 Registered in England and Wales under

More information

Avaya Software Keycode Installation Guide

Avaya Software Keycode Installation Guide Avaya Software Keycode Installation Guide 2010 Avaya Inc. P0607323 04 2010 Avaya Inc. All Rights Reserved. Notices While reasonable efforts have been made to ensure that the information in this document

More information

Siebel Server Sync Guide. Siebel Innovation Pack 2016 May 2016

Siebel Server Sync Guide. Siebel Innovation Pack 2016 May 2016 Siebel Server Sync Guide Siebel Innovation Pack 2016 May 2016 Copyright 2005, 2016 Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license

More information

Online Localization Service

Online Localization Service DEVELOPER EXPRESS INC DEVEXPRESS Copyright (C) 2011-2017 Developer Express Inc. IMPORTANT- READ CAREFULLY: This DEVELOPER EXPRESS INC ("DEVEXPRESS") End-User License Agreement ("EULA") is a legal agreement

More information

Security Guide Release 4.0

Security Guide Release 4.0 [1]Oracle Communications Session Monitor Security Guide Release 4.0 E89197-01 November 2017 Oracle Communications Session Monitor Security Guide, Release 4.0 E89197-01 Copyright 2017, Oracle and/or its

More information

Siebel Server Sync Guide. Siebel Innovation Pack 2015 May 2015

Siebel Server Sync Guide. Siebel Innovation Pack 2015 May 2015 Siebel Server Sync Guide Siebel Innovation Pack 2015 May 2015 Copyright 2005, 2015 Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license

More information

Oracle Hospitality OPERA Exchange Interface Cloud Authentication. October 2017

Oracle Hospitality OPERA Exchange Interface Cloud Authentication. October 2017 Oracle Hospitality OPERA Exchange Interface Cloud Authentication October 2017 Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided

More information

Oracle Payment Interface Token Proxy Service Security Guide Release 6.1 E November 2017

Oracle Payment Interface Token Proxy Service Security Guide Release 6.1 E November 2017 Oracle Payment Interface Token Proxy Service Security Guide Release 6.1 E87635-01 November 2017 Copyright 2017, Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

Oracle Enterprise Manager Ops Center. Introduction. What You Will Need. Creating vservers 12c Release 1 ( )

Oracle Enterprise Manager Ops Center. Introduction. What You Will Need. Creating vservers 12c Release 1 ( ) Oracle Enterprise Manager Ops Center Creating vservers 12c Release 1 (12.1.4.0.0) E27357-02 June 2013 This guide provides an end-to-end example for how to use Oracle Enterprise Manager Ops Center. Introduction

More information

SafeNet Authentication Service

SafeNet Authentication Service SafeNet Authentication Service Integration Guide All information herein is either public information or is the property of and owned solely by Gemalto NV. and/or its subsidiaries who shall have and keep

More information

Nimsoft Service Desk. Single Sign-On Configuration Guide. [assign the version number for your book]

Nimsoft Service Desk. Single Sign-On Configuration Guide. [assign the version number for your book] Nimsoft Service Desk Single Sign-On Configuration Guide [assign the version number for your book] Legal Notices Copyright 2012, CA. All rights reserved. Warranty The material contained in this document

More information

Avaya Converged Platform 130 Series. idrac9 Best Practices

Avaya Converged Platform 130 Series. idrac9 Best Practices Avaya Converged Platform 130 Series idrac9 Best Practices Release 4.0 December 2018 2018 Avaya Inc. All Rights Reserved Notice While reasonable efforts were made to ensure that the information in this

More information

Terms and Conditions of Website Use

Terms and Conditions of Website Use Terms and Conditions of Website Use This website (the "Site") is owned and operated by Hoshizaki Lancer Pty Ltd (ABN 84 007 706 461) ("Hoshizaki Lancer") and may contain material from Hoshizaki Lancer

More information

Oracle. Field Service Cloud Using Android and ios Mobile Applications 18B

Oracle. Field Service Cloud Using Android and ios Mobile Applications 18B Oracle Field Service Cloud Using Android and ios Mobile Applications 18B Part Number: E94755-02 Copyright 2018, Oracle and/or its affiliates. All rights reserved Authors: The Field Service Cloud Information

More information

Dell One Identity Cloud Access Manager 8.0. Overview

Dell One Identity Cloud Access Manager 8.0. Overview Dell One Identity Cloud Access Manager 8.0 2015 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under

More information

Oracle Information Rights Management Oracle IRM Windows Authentication Extension Guide 10gR3 August 2008

Oracle Information Rights Management Oracle IRM Windows Authentication Extension Guide 10gR3 August 2008 10gR3 August 2008 ,, 10gR3 Copyright 2007, 2008, Oracle. All rights reserved. Primary Author: Martin Abrahams Contributing Author: Martin Wykes The Programs (which include both the software and documentation)

More information

October 14, SAML 2 Quick Start Guide

October 14, SAML 2 Quick Start Guide October 14, 2017 Copyright 2013, 2017, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions on use and

More information

If the firmware version indicated is earlier than the "Version 1.06", please update the unit s firmware.

If the firmware version indicated is earlier than the Version 1.06, please update the unit s firmware. STEP 1. Check the current firmware version Panasonic recommends that you update the firmware in your SC-C70 if the firmware version indicated is older than the version being offered. Please check the current

More information

TERMS AND CONDITIONS

TERMS AND CONDITIONS TERMS AND CONDITIONS Welcome to www.westcornwallpasty.co.uk. If you continue to browse and use this website, you are agreeing to comply with and be bound by the following terms and conditions of use, which

More information

Cisco Expressway Authenticating Accounts Using LDAP

Cisco Expressway Authenticating Accounts Using LDAP Cisco Expressway Authenticating Accounts Using LDAP Deployment Guide Cisco Expressway X8.5 December 2014 Contents Introduction 3 Process summary 3 LDAP accessible authentication server configuration 4

More information

AVEVA Standard Support Guidelines

AVEVA Standard Support Guidelines AVEVA Standard Support Guidelines Issue 1 December 2012 Page 1 of 8 CONTENTS 1 Terminology... 3 2 AVEVA Support Service... 4 2.1 Service Locations... 4 2.2 Requesting Support... 4 2.3 Additional Chargeable

More information

Acceptable Use Policy

Acceptable Use Policy 1 INTRODUCTION and its subsidiaries ( us, we or our ) have produced this acceptable use policy in order to: Give you a better understanding of what is and is not acceptable when using the internet Encourage

More information

SafeNet Authentication Service

SafeNet Authentication Service SafeNet Authentication Service Integration Guide Using SafeNet Authentication Service as an Identity Provider for SonicWALL Secure Remote Access All information herein is either public information or is

More information

Oracle Agile Engineering Data Management

Oracle Agile Engineering Data Management Oracle Agile Engineering Data Management Installation Requirements for Enterprise Integration Platform 2.2.2 Part No. E18856-01 April 2011 Copyright and Trademarks Copyright 1995, 2011, Oracle and/or

More information

Beta Testing Licence Agreement

Beta Testing Licence Agreement Beta Testing Licence Agreement This Beta Testing Licence Agreement is a legal agreement (hereinafter Agreement ) between BullGuard UK Limited ( BullGuard ) and you, either an individual or a single entity,

More information

BCM50 Rls 6.0. Router - IP Firewall. Task Based Guide

BCM50 Rls 6.0. Router - IP Firewall. Task Based Guide BCM50 Rls 6.0 Router - IP Firewall Task Based Guide Copyright 2010 Avaya Inc. All Rights Reserved. Notices While reasonable efforts have been made to ensure that the information in this document is complete

More information

New Features in Primavera Professional 15.2

New Features in Primavera Professional 15.2 New Features in Primavera Professional 15.2 COPYRIGHT & TRADEMARKS Copyright 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates.

More information

Secure Configuration Guide

Secure Configuration Guide Secure Configuration Guide Oracle Health Sciences InForm Adapter Release 1.3.9 Part Number: E92700-01 Copyright 2018, Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Interoperability Guide for Oracle Web Services Manager 11g Release 1 (11.1.1) E16098-01 October 2009 This document describes how to implement the most common Oracle WSM interoperability

More information

AhnLab Software License Agreement

AhnLab Software License Agreement AhnLab Software License Agreement IMPORTANT - READ CAREFULLY BEFORE USING THE SOFTWARE. This AhnLab Software License Agreement (this "Agreement") is a legal agreement by and between you and AhnLab, Inc.

More information

Oracle Banking Digital Experience

Oracle Banking Digital Experience Oracle Banking Digital Experience Retail Peer To Peer Payments User Manual Release 17.2.0.0.0 Part No. E88573-01 July 2017 Retail Peer To Peer Payments User Manual July 2017 Oracle Financial Services Software

More information

MegaStat Installation Instructions

MegaStat Installation Instructions MegaStat Installation Instructions 1. Download MegaStatInstallationFilesWindows.zip from the website. When you click the download link you will see options at the bottom of the screen that will depend

More information

Spectralink CMS Update Procedure for Release

Spectralink CMS Update Procedure for Release Spectralink CMS Update Procedure for Release 1.1.66 This technical bulletin explains the procedure used to update and deploy the Spectralink CMS for PIVOT to release 1.1.66. System Affected Spectralink

More information

Cisco TelePresence Authenticating Cisco VCS Accounts Using LDAP

Cisco TelePresence Authenticating Cisco VCS Accounts Using LDAP Cisco TelePresence Authenticating Cisco VCS Accounts Using LDAP Deployment Guide Cisco VCS X8.2 D14465.07 June 2014 Contents Introduction 3 Process summary 3 LDAP accessible authentication server configuration

More information

2 Post Installation Security Configurations

2 Post Installation Security Configurations Oracle Argus Safety Minimum Security Configuration Guide Release 8.1.1 E90744-01 September 2017 This guide describes essential security management options for the following application: Oracle Argus Safety

More information

Oracle Health Sciences Information Gateway. 1 Introduction. Security Guide Release 2.0.1

Oracle Health Sciences Information Gateway. 1 Introduction. Security Guide Release 2.0.1 Oracle Health Sciences Information Gateway Security Guide Release 2.0.1 E37114-02 October 2013 This guide describes important security management options for Oracle Health Sciences Information Gateway

More information

Oracle Hospitality Inventory Management Security Guide Release 9.1 E

Oracle Hospitality Inventory Management Security Guide Release 9.1 E Oracle Hospitality Inventory Management Security Guide Release 9.1 E97550-01 June 2018 Copyright 2001, 2018, Oracle and/or its affiliates. All rights reserved. This software and related documentation are

More information

Aimetis Symphony Mobile Bridge. 2.7 Installation Guide

Aimetis Symphony Mobile Bridge. 2.7 Installation Guide Aimetis Symphony Mobile Bridge 2.7 Installation Guide Contents Contents Introduction...3 Installation... 4 Install the Mobile Bridge... 4 Upgrade the Mobile Bridge...4 Network configuration... 4 Configuration...

More information

MERIDIANSOUNDINGBOARD.COM TERMS AND CONDITIONS

MERIDIANSOUNDINGBOARD.COM TERMS AND CONDITIONS MERIDIANSOUNDINGBOARD.COM TERMS AND CONDITIONS Introduction This document sets forth the terms and conditions ("Terms and Conditions") governing your use of the MeridianHealth.com Web site ("Web Site")

More information

Exclaimer Mail Disclaimers 1.0 Release Notes

Exclaimer Mail Disclaimers 1.0 Release Notes Exclaimer Release Notes Exclaimer UK +44 (0) 1252 531 422 USA 1-888-450-9631 info@exclaimer.com 1 Contents About these Release Notes... 3 Release Number... 3 System Requirements... 3 Hardware... 3 Software...

More information

Oracle Insurance Policy Administration Configuration of SAML 1.1 Between OIPA and OIDC

Oracle Insurance Policy Administration Configuration of SAML 1.1 Between OIPA and OIDC Oracle Insurance Policy Administration Configuration of SAML 1.1 Between OIPA and OIDC Version 10.1.0.0 Documentation Part Number: E55027-01 June, 2014 Copyright 2009, 2014, Oracle and/or its affiliates.

More information

Certification Test Requirements for Conformance with the Standard Spectrum Resource Format (SSRF) Document WINNF-14-S-0022

Certification Test Requirements for Conformance with the Standard Spectrum Resource Format (SSRF) Document WINNF-14-S-0022 Certification Test Requirements for Conformance with the Standard Spectrum Resource Format (SSRF) Document WINNF-14-S-0022 Version V2.0.0 10 Feburary 2015 TERMS, CONDITIONS & NOTICES This document has

More information

Cross Schema Scripts Utility Oracle FLEXCUBE Investor Servicing Release [December] [2017]

Cross Schema Scripts Utility Oracle FLEXCUBE Investor Servicing Release [December] [2017] Cross Schema Scripts Utility Oracle FLEXCUBE Investor Servicing Release 12.1.0.5.4 [December] [2017] Table of Contents 1. CROSS SCHEMA SCRIPTS UTILITY... 1-1 1.1 INTRODUCTION... 1-1 1.2 SETTING UP CROSS

More information

Oracle Hospitality Simphony Cloud Services Post-Installation or Upgrade Guide Release 2.10 E July 2018

Oracle Hospitality Simphony Cloud Services Post-Installation or Upgrade Guide Release 2.10 E July 2018 Oracle Hospitality Simphony Cloud Services Post-Installation or Upgrade Guide Release 2.10 E89810-04 July 2018 Copyright 2010, 2018, Oracle and/or its affiliates. All rights reserved. This software and

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Interoperability Guide for Oracle Web Services Manager 11g Release 1 (11.1.1) E16098-04 January 2011 This document describes how to implement the most common Oracle WSM interoperability

More information

Data Model Getting Started Oracle FLEXCUBE Universal Banking Release [May] [2018]

Data Model Getting Started Oracle FLEXCUBE Universal Banking Release [May] [2018] Data Model Getting Started Oracle FLEXCUBE Universal Banking Release 14.1.0.0.0 [May] [2018] Contents 1. PREFACE... 3 1.1 AUDIENCE... 3 2. INTRODUCTION... 4 2.1 WHAT IS IN THIS GUIDE... 4 2.2 WHY REVERSE

More information

Installer Troubleshooting Oracle FLEXCUBE Universal Banking Release [October] [2015]

Installer Troubleshooting Oracle FLEXCUBE Universal Banking Release [October] [2015] Installer Troubleshooting Oracle FLEXCUBE Universal Banking Release 12.1.0.0.0 [October] [2015] Table of Contents 1. TROUBLESHOOTING... 1-1 1.1 INTRODUCTION... 1-1 1.2 CHECKING LOGS... 1-1 1.3 ABRUPT EXIT

More information

EnterpriseTrack Reporting Data Model Configuration Guide Version 17

EnterpriseTrack Reporting Data Model Configuration Guide Version 17 EnterpriseTrack EnterpriseTrack Reporting Data Model Configuration Guide Version 17 October 2018 Contents About This Guide... 5 Configuring EnterpriseTrack for Reporting... 7 Enabling the Reporting Data

More information

INCLUDING MEDICAL ADVICE DISCLAIMER

INCLUDING MEDICAL ADVICE DISCLAIMER Jordan s Guardian Angels Terms and Conditions of Use INCLUDING MEDICAL ADVICE DISCLAIMER Your use of this website and its content constitutes your agreement to be bound by these terms and conditions of

More information

OCTOSHAPE SDK AND CLIENT LICENSE AGREEMENT (SCLA)

OCTOSHAPE SDK AND CLIENT LICENSE AGREEMENT (SCLA) OCTOSHAPE SDK AND CLIENT LICENSE AGREEMENT (SCLA) This is a License Agreement (the "Agreement") for certain code (the Software ) owned by Akamai Technologies, Inc. ( Akamai ) that is useful in connection

More information

Oracle Web Service Manager Implementation Guide Oracle FLEXCUBE Universal Banking Release [April] [2014]

Oracle Web Service Manager Implementation Guide Oracle FLEXCUBE Universal Banking Release [April] [2014] Oracle Web Service Manager Implementation Guide Oracle FLEXCUBE Universal Banking Release 12.0.3.0.0 [April] [2014] Table of Contents 1. INTRODUCTION... 1-1 2. PREREQUISITES... 2-1 3. INSTALLATION... 3-1

More information

CERTIFIED MAIL LABELS TERMS OF USE and PRIVACY POLICY Agreement

CERTIFIED MAIL LABELS TERMS OF USE and PRIVACY POLICY Agreement CERTIFIED MAIL LABELS TERMS OF USE and PRIVACY POLICY Agreement Welcome to Certified Mail Envelopes and Certified Mail Labels web sites (the Site ) a website, trademark and business name owned and operated

More information

Security Advisory Relating to OpenSSL Vulnerability Heartbleed on Various Polycom Products

Security Advisory Relating to OpenSSL Vulnerability Heartbleed on Various Polycom Products SECURITY BULLETIN CVE-2014-0160 Version 1.5 Security Advisory Relating to OpenSSL Vulnerability Heartbleed on Various Polycom Products DATE PUBLISHED: This information applies to all Polycom products using

More information

AccuRoute Web Client v2.0 installation and configuration guide

AccuRoute Web Client v2.0 installation and configuration guide AccuRoute Web Client v2.0 installation and configuration guide July 22, 2009 Omtool, Ltd. 6 Riverside Drive Andover, MA 01810 Phone: +1/1 978 327 5700 Toll-free in the US: +1/1 800 886 7845 Fax: +1/1 978

More information

Exception Process User Guide Oracle Banking Credit Facilities Process Management Release Part No. E July 2018

Exception Process User Guide Oracle Banking Credit Facilities Process Management Release Part No. E July 2018 Exception Process User Guide Oracle Banking Credit Facilities Process Management Release 14.1.0.0.0 Part No. E97614-01 July 2018 Oracle Banking Credit Facilities Process Management User Guide Oracle Financial

More information

Oracle Utilities Opower Energy Efficiency Web Portal - Classic Single Sign-On

Oracle Utilities Opower Energy Efficiency Web Portal - Classic Single Sign-On Oracle Utilities Opower Energy Efficiency Web Portal - Classic Single Sign-On Configuration Guide E84772-01 Last Update: Monday, October 09, 2017 Oracle Utilities Opower Energy Efficiency Web Portal -

More information

SafeNet Authentication Service Token Validator Proxy Agent. Installation and Configuration Guide

SafeNet Authentication Service Token Validator Proxy Agent. Installation and Configuration Guide SafeNet Authentication Service Token Validator Proxy Agent Installation and Configuration Guide All information herein is either public information or is the property of and owned solely by Gemalto NV.

More information

Skybox Product Tour. Installation and Starting Your Product Tour Tour Login Credentials: User Name: skyboxview Password: skyboxview

Skybox Product Tour. Installation and Starting Your Product Tour Tour Login Credentials: User Name: skyboxview Password: skyboxview Skybox Product Tour Installation and Starting Your Product Tour Tour Login Credentials: User Name: skyboxview Password: skyboxview The tour uses the same User Name / Password for each module This Product

More information

Xerox Mobile Print Solution

Xerox Mobile Print Solution Software Version 2.5 Version 1.3 Xerox Mobile Print Solution Information Assurance Disclosure Xerox Mobile Print Solution Copyright 2012 Xerox Corporation. All rights reserved. Includes Material Copyright

More information

Module Code Entries Utility Oracle FLEXCUBE Universal Banking Release [December] [2016]

Module Code Entries Utility Oracle FLEXCUBE Universal Banking Release [December] [2016] Module Code Entries Utility Oracle FLEXCUBE Universal Banking Release 12.3.0.0.0 [December] [2016] Table of Contents 1. DSN ENTRIES UTILITY... 1-1 1.1 INTRODUCTION... 1-1 1.2 SETTING UP MODULE CODE ENTRIES...

More information

SafeNet Authentication Service

SafeNet Authentication Service SafeNet Authentication Service Integration Guide Using SafeNet Authentication Service as an Identity Provider for Tableau Server All information herein is either public information or is the property of

More information

Oracle Hospitality Hotel Mobile OPERA Web Services Server Installation Guide Release 1.1 E May 2017

Oracle Hospitality Hotel Mobile OPERA Web Services Server Installation Guide Release 1.1 E May 2017 Oracle Hospitality Hotel Mobile OPERA Web Services Server Installation Guide Release 1.1 E87103-01 May 2017 Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. This software and related

More information

IBM UrbanCode Cloud Services Security Version 3.0 Revised 12/16/2016. IBM UrbanCode Cloud Services Security

IBM UrbanCode Cloud Services Security Version 3.0 Revised 12/16/2016. IBM UrbanCode Cloud Services Security IBM UrbanCode Cloud Services Security 1 Before you use this information and the product it supports, read the information in "Notices" on page 10. Copyright International Business Machines Corporation

More information

Oracle Hospitality RES 3700 Security Guide Release 5.5 E May 2016

Oracle Hospitality RES 3700 Security Guide Release 5.5 E May 2016 Oracle Hospitality RES 3700 Security Guide Release 5.5 E76231-01 May 2016 Copyright 1998, 2016, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under

More information

SafeNet Authentication Service

SafeNet Authentication Service SafeNet Authentication Service Integration Guide All information herein is either public information or is the property of and owned solely by Gemalto NV. and/or its subsidiaries who shall have and keep

More information

Legal notice and Privacy policy

Legal notice and Privacy policy Legal notice and Privacy policy We appreciate your interest in us. Below you will find information of legal relevance when visiting this website. In addition, you will find our Privacy Policy, which explains

More information

Oracle FLEXCUBE Direct Banking

Oracle FLEXCUBE Direct Banking Oracle FLEXCUBE Direct Banking Corporate to Bank Connectivity User Manual Release 12.0.3.0.0 Part No. E52543-01 April 2014 Corporate to Bank Connectivity User Manual April 2014 Oracle Financial Services

More information

Security Guide: For the safety use of Digital Multifunction Printer (Digital MFP) Version 1.1

Security Guide: For the safety use of Digital Multifunction Printer (Digital MFP) Version 1.1 Security Guide: For the safety use of Digital Multifunction Printer (Digital MFP) Version 1.1 January 10, 2018 Security Measures for Introduction Ensure the following settings before introducing a product.

More information

Secure IIS Web Server with SSL

Secure IIS Web Server with SSL Publication Date: May 24, 2017 Abstract The purpose of this document is to help users to Install and configure Secure Socket Layer (SSL) Secure the IIS Web server with SSL It is supported for all EventTracker

More information

Apple Safari Settings Oracle FLEXCUBE Release [May] [2017]

Apple Safari Settings Oracle FLEXCUBE Release [May] [2017] Apple Safari Settings Oracle FLEXCUBE Release 12.4.0.0.0 [May] [2017] Table of Contents 1. CONFIGURING APPLE SAFARI (LATEST QUALIFIED VERSION)... 1-1 1.1 CLEARING CACHE... 1-1 1.2 REMOVING BACK/FORWARD

More information

Oracle Banking Digital Experience

Oracle Banking Digital Experience Oracle Banking Digital Experience Brand Setup Guide Release 18.2.0.0.0 Part No. E97823-01 June 2018 Brand Setup Guide June 2018 Oracle Financial Services Software Limited Oracle Park Off Western Express

More information

LP800 Loop Tester. Installation and Operation Manual

LP800 Loop Tester. Installation and Operation Manual LP800 Loop Tester Installation and Operation Manual DISCLAIMER OF WARRANTIES AND LIMITATION OF LIABILITY The information, recommendations, descriptions and safety notations in this document are based on

More information

SQL Direct User Guide

SQL Direct User Guide AVEVA Solutions Ltd Disclaimer Information of a technical nature, and particulars of the product and its use, is given by AVEVA Solutions Ltd and its subsidiaries without warranty. AVEVA Solutions Ltd

More information

Data Model Getting Started Oracle FLEXCUBE Universal Banking Release [February] [2018]

Data Model Getting Started Oracle FLEXCUBE Universal Banking Release [February] [2018] Data Model Getting Started Oracle FLEXCUBE Universal Banking Release 14.0.0.0.0 [February] [2018] Contents 1 Preface... 3 1.1 Audience... 3 2 Introduction... 3 2.1 What is in this guide... 3 2.2 Why reverse

More information

Oracle FLEXCUBE Direct Banking

Oracle FLEXCUBE Direct Banking Oracle FLEXCUBE Direct Banking Wealth Management (FCDB to FCPB) User Manual Release 12.0.3.0.0 Part No. E52543-01 April 2014 Wealth Management (FCDB to FCPB) User Manual April 2014 Oracle Financial Services

More information

1 How These Notes Are Organized. 2 Certification Information

1 How These Notes Are Organized. 2 Certification Information Oracle Fail Safe Release Notes Release 4.1.1 for Microsoft Windows E57060-01 January 2015 This document describes the new features in this release, software errors fixed, software compatibility, hardware

More information

Oracle Communications Network Charging and Control. SIGTRAN m3ua_if Protocol Implementation Conformance Statement Release 6.0.1

Oracle Communications Network Charging and Control. SIGTRAN m3ua_if Protocol Implementation Conformance Statement Release 6.0.1 Oracle Communications Network Charging and Control SIGTRAN m3ua_if Protocol Implementation Conformance Statement Release 6.0.1 April 2017 Copyright Copyright 2017, Oracle and/or its affiliates. All rights

More information

Stonesoft Management Center. Release Notes for Version 5.6.1

Stonesoft Management Center. Release Notes for Version 5.6.1 Stonesoft Management Center Release Notes for Version 5.6.1 Updated: January 9, 2014 Table of Contents What s New... 3 Fixes... 3 System Requirements... 6 Basic Management System Hardware Requirements...

More information

General Security Principles

General Security Principles Oracle Enterprise Data Quality for Product Data Security Guide Release 11g R1 (11.1.1.6) E35849-02 February 2013 This document describes the general principles of security of the Oracle Enterprise Data

More information

Embedded AccuRoute Quick Start Guide

Embedded AccuRoute Quick Start Guide Embedded AccuRoute Quick Start Guide For HP OXP v 1.4 December 30, 2009 Omtool, Ltd. 6 Riverside Drive Andover, MA 01810 Phone: 978-327-5700 Toll-free in the US: 800-886-7845 Fax: 978-659-1300 Omtool Europe

More information

Oracle Communications Policy Management Configuring NetBackup for Upgrade Method of Procedure

Oracle Communications Policy Management Configuring NetBackup for Upgrade Method of Procedure Oracle Communications Method of Procedure Oracle Communications Policy Management Configuring NetBackup for Upgrade Method of Procedure E82603-01 January 2017 Page 1 E82603-01 Oracle Communications Oracle

More information

Oracle Hospitality Cruise Fine Dining System Security Guide Release E

Oracle Hospitality Cruise Fine Dining System Security Guide Release E Oracle Hospitality Cruise Fine Dining System Security Guide Release 9.0.2.29 E99054-01 August 2018 Copyright 2015, 2018, Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.

US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. Service Data Objects (SDO) DFED Sample Application README Copyright IBM Corporation, 2012, 2013 US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract

More information

AG/SR 2330 Installation Reference

AG/SR 2330 Installation Reference SCS 4.0 AG/SR 2330 Installation Reference Task Based Guide Copyright 2010 Avaya Inc. All Rights Reserved. Notices While reasonable efforts have been made to ensure that the information in this document

More information

Open Development Tool Database Setup Oracle FLEXCUBE Universal Banking Release [May] [2017]

Open Development Tool Database Setup Oracle FLEXCUBE Universal Banking Release [May] [2017] Open Development Tool Database Setup Oracle FLEXCUBE Universal Banking Release 12.4.0.0.0 [May] [2017] Table of Contents 1. SETTING UP DATABASE FOR OPEN DEVELOPMENT TOOL... 1-1 1. Setting up Database for

More information

Broadcast Notification solutions

Broadcast Notification solutions Broadcast Notification solutions Fast, accurate group communication to enhance your security response security.gallagher.com Broadcast Notification solutions Mobile Network Provider Staff in building 2

More information

DME-N Network Driver Installation Guide for M7CL

DME-N Network Driver Installation Guide for M7CL DME-N Network Driver Installation Guide for M7CL ATTENTION SOFTWARE LICENSE AGREEMENT PLEASE READ THIS SOFTWARE LICENSE AGREEMENT ( AGREEMENT ) CAREFULLY BEFORE USING THIS SOFTWARE. YOU ARE ONLY PERMITTED

More information

Oracle Hospitality Simphony Venue Management Installation Guide Release 3.10 E March 2018

Oracle Hospitality Simphony Venue Management Installation Guide Release 3.10 E March 2018 Oracle Hospitality Simphony Venue Management Installation Guide Release 3.10 E89837-02 March 2018 Copyright 2002, 2018, Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information