LoadRunner and Performance Center

Size: px
Start display at page:

Download "LoadRunner and Performance Center"

Transcription

1 LoadRunner and Performance Center Software Version: System Requirements (Product Availability Matrix) Document Release Date: February 2018 Software Release Date: February 2018 Document Release Date: February 2018 Software Release Date: February 2018

2 Legal Notices Disclaimer Certain versions of software and/or documents ( Material ) accessible here may contain branding from Hewlett-Packard Company (now HP Inc.) and Hewlett Packard Enterprise Company. As of September 1, 2017, the Material is now offered by Micro Focus, a separately owned and operated company. Any reference to the HP and Hewlett Packard Enterprise/HPE marks is historical in nature, and the HP and Hewlett Packard Enterprise/HPE marks are the property of their respective owners. Warranty The only warranties for Seattle SpinCo, Inc. and its subsidiaries ( Seattle ) products and services are set forth in the express warranty statements accompanying such products and services. Nothing herein should be construed as constituting an additional warranty. Seattle shall not be liable for technical or editorial errors or omissions contained herein. The information contained herein is subject to change without notice. Restricted Rights Legend Confidential computer software. Except as specifically indicated, valid license from Seattle required for possession, use or copying. Consistent with FAR and , Commercial Computer Software, Computer Software Documentation, and Technical Data for Commercial Items are licensed to the U.S. Government under vendor's standard commercial license. Copyright Notice Copyright EntIT Software LLC Trademark Notices Adobe is a trademark of Adobe Systems Incorporated. Microsoft and Windows are U.S. registered trademarks of Microsoft Corporation. UNIX is a registered trademark of The Open Group. Oracle and Java are registered trademarks of Oracle and/or its affiliates. LoadRunner and Performance Center (12.56) 2

3 Contents This document (previously named Product Availability Matrix or PAM) provides up-to-date system requirements and ed environments for installing and running LoadRunner and Performance Center. LoadRunner and Performance Center Host System Requirements (Windows)... 3 LoadRunner System Requirements (Linux)... 7 Performance Center Server System Requirements Performance Center Web Client System Requirements ALM System Requirements Integrations Supported GUI Languages Protocols LoadRunner and Performance Center (12.56) 3

4 LoadRunner and Performance Center Host System Requirements (Windows) This section provides system requirement information for the following products: LoadRunner Full Performance Center Host VuGen Standalone Analysis Standalone Load Generator Monitor Over Firewall MI Listener TruClient Standalone Hardware requirements This table provides hardware requirements for the products listed above. Memory and CPU requirements vary per protocol and system under test. Hardware component Supported Recommended Processor 2 core CPU 8 core CPU Processor for UI level protocols* 8 core CPU 16 core CPU Memory (RAM) 8 GB 16 GB Memory (RAM) for UI level protocols* 16 GB 32 GB Available hard disk space 50 GB 100 GB; SSD drive Network card 1 GBit/s * Such as TruClient, Citrix, SAPGUI, and so on. LoadRunner and Performance Center (12.56) 3

5 Software requirements This table provides software requirements for the products listed above. Software component Supported Recommended Operating system (See Windows Updates below) Microsoft Windows bit* Microsoft Windows bit (Creators and Fall Creators Update) Microsoft Windows Server 2008 R2 SP1 64-bit** Microsoft Windows Server bit Microsoft Windows 7 SP1 64-bit Microsoft Windows Server 2012 R2 64-bit* Browser Microsoft Internet Explorer 10 Microsoft Edge (not ed for TruClient) Microsoft Internet Explorer 11 Screen resolution 1366x768 or higher 1600x900 or higher * Can be used only with IE 11. ** Recommended for TruClient Vusers. LoadRunner and Performance Center (12.56) 4

6 Windows updates Before you install any components on a Windows machine, make sure that the full set of Windows updates has been installed, or install the Windows updates listed in the table below. Note: Before you install any of the Windows updates, disable UAC (User Account Control) and restart the computer. For details on how to disable UAC, refer to the Microsoft Windows documentation. Windows version Windows 7 64-bit Windows 2008 R2 64-bit Windows bit* Windows 2012 R2 64-bit* Windows bit* Required updates SP1 Update for Universal C Runtime (UCRT) in Windows KB x64 Install the following pack of updates: 1. KB x64 or KB x64 (one of these two updates) 2. KB x64 3. KB x64 4. KB x64 (if applicable) 5. KB x64 6. KB x64 7. KB x64 8. KB x64 KB * The list of required updates might change due to Microsoft s update delivery policy or new Windows update releases. If you experience any issues, please contact Micro Focus Software Support. LoadRunner and Performance Center (12.56) 5

7 Component coexistence The LoadRunner Full installation is installed on a single machine. Every other LoadRunner component must be installed on a separate machine, except for Analysis Standalone which can coexist on the same machine with VuGen Standalone or TruClient Standalone. Supported coexistence Analysis Standalone installed with VuGen Standalone Analysis Standalone installed with TruClient Standalone Analysis database types The following table lists the database types and versions that are ed by LoadRunner Analysis. Supported database type Versions MS Access 2010, 2013 MS SQL 2008 R2, 2012 SQLite v3 LoadRunner and Performance Center (12.56) 6

8 LoadRunner System Requirements (Linux) Linux installation The following table lists the system requirements and distributions for installing the Load Generator component on a Linux machine (only the Load Generator component is ed for installation on Linux). Note: Load Generators all X Servers. Component Supported Recommended Processor 2 core CPU 8 core CPU Distribution Oracle Enterprise Linux 7.1 UEK, bit Red Hat Enterprise Linux bit SUSE Linux Server Enterprise (SLES) version bit Ubuntu Server Linux LTS 64-bit Ubuntu Server Linux LTS 64-bit* Red Hat Enterprise Linux bit* Memory (RAM) 8 GB 16 GB Available hard disk space 10 GB 20 GB * Supports dockerized load generators. LoadRunner and Performance Center (12.56) 7

9 Prerequisite packages for 64-bit installations The following table lists the packages that must be installed on Linux machines before installing the 64-bit version of a load generator. Distribution Prerequisites How to check if it is installed How to install Red Hat family including Oracle Linux glibc.i686 glib2.i686 keyutils-libs.i686 rpm -qa --qf '%{NAME}.%{ARCH}\n' grep -E 'glibc\.(i686 i386)' rpm -qa --qf '%{NAME}.%{ARCH}\n' grep -E 'glib2\.(i686 i386)' yum install <package_name> yum install keyutils-libs.i686 yum install libidn.i686 libstdc++.i686 libstdc++47.i686 (Amazon Linux) rpm -qa --qf '%{NAME}.%{ARCH}\n' grep -E 'keyutilslibs\.(i686 i386)' rpm -qa --qf '%{NAME}.%{ARCH}\n' grep -E 'libstdc\+\+[0-9]*\.(i686 i386)' Note: If your machine already has glib 64-bit (such as OEL7), make sure to update it to the latest version to avoid conflicts before installing glib2 32- bit. libidn.i686 rpm -qa --qf '%{NAME}.%{ARCH}\n' grep -E 'libidn\.(i686 i386)' ncurses-libs.i686 (required by Security Console) rpm -qa --qf '%{NAME}.%{ARCH}\n' grep -E 'ncurses(- libs)?\.(i686 i386)' Ubuntu Server libc6-i386 libglib2.0-0:i386 lib32stdc++6 libkeyutils1:i386 lib32ncurses5 (required by Security Console) libidn11:i386 dpkg -l libc6-i386 grep 'ii' dpkg -l libglib2.0-0:i386 grep 'ii' dpkg -l lib32stdc++6 grep 'ii' dpkg -l libkeyutils1:i386 grep 'ii' dpkg -l lib32ncurses5 grep 'ii' dpkg -l libidn11:i386 grep 'ii' apt-get install <package_name> apt-get install libkeyutils1:i386 apt-get install libidn11:i386 LoadRunner and Performance Center (12.56) 8

10 Distribution Prerequisites How to check if it is installed How to install SUSE Linux Enterprise Server (SLES) 64-bit lincurses5 32-bit glibc 32-bit libglib-2_0-0-32bit libstdc bit keyutils-libs-32bit libidn11-32bit rpm -qa --qf '%{NAME}.%{ARCH}\n' grep -E 'ncurses[0-9]*-32bit' rpm -qa --qf '%{NAME}.%{ARCH}\n' grep -E 'glibc- 32bit' rpm -qa --qf '%{NAME}.%{ARCH}\n' grep -E 'libglib- 2_0-0-32bit' rpm -qa --qf '%{NAME}.%{ARCH}\n' grep -E 'libstdc\+\+6-32bit' rpm -qa --qf '%{NAME}.%{ARCH}\n' grep -E 'keyutilslibs-32bit' rpm -qa --qf '%{NAME}.%{ARCH}\n' grep -E 'libidn11-32bit' zypper install libncurses5-32- bit zypper install glibc-32-bit zypper install libglib-2_ bit zypper install libstdc bit zypper install libkeyutils1-32bit zypper install libidn11-32bit LoadRunner and Performance Center (12.56) 9

11 Performance Center Server System Requirements The following table displays the system requirements for installing a Performance Center server. Component Supported Recommended Processor 4 core CPU 8 core CPU Memory (RAM) 8 GB 16 GB or higher Available hard disk space 80 GB 100 GB; SSD drive Operating system Microsoft Windows Server 2008 R2 SP1 64-bit Microsoft Windows Server bit Microsoft Windows Server bit Microsoft Windows Server 2012 R2 64-bit Web server IIS 7.5, 8.0, 8.5, 10.0 LoadRunner and Performance Center (12.56) 10

12 Performance Center Web Client System Requirements The following table displays the system requirements for Performance Center Web client. Component Supported Recommended Screen resolution Browser Microsoft Windows: 1366x768 or higher Mac OS: 1280x800 or higher Microsoft Internet Explorer 10 (on Windows) Mozilla Firefox 45.x (on Windows) Apple Safari 9.x (on Mac OS) 1600x900 or higher Microsoft Internet Explorer 11 (on Windows) Google Chrome 49.x (on Windows) ALM System Requirements As a prerequisite to installing Performance Center components, you must install Micro Focus Application Lifecycle Management (ALM). For ALM system requirements, see the System Requirements guide available from the ALM Help Center. LoadRunner and Performance Center (12.56) 11

13 Integrations The following integrations are ed with this version of LoadRunner and Performance Center. Integrations with other Micro Focus products To view ed product version information online, see the Micro Focus Integration Catalog. Note: IPv6 is provided for Application Lifecycle Management and SiteScope. Product LoadRunner Performance Center Application Lifecycle Management (ALM) 12.55, Patch 1 Application Lifecycle Management (ALM) Patch 4 x ALM Octane or later (using Jenkins plugin 5.2 or later) x Diagnostics 9.40 Mobile Center 2.6 (ed in TruClient Native Mobile protocol only) Network Virtualization 9.13 Real User Monitor (RUM) 9.40 x Service Virtualization 4.00 SiteScope Unified Functional Testing (UFT) 14.01, 14.02, LoadRunner and Performance Center (12.56) 12

14 Integration with non- Micro Focus products The following integrations with non-micro Focus products are compatible with this version of LoadRunner and Performance Center. Supported products Supported versions Comments Visual Studio IDE plugin 2013, 2015 NUnit Eclipse IDE plugin Neon/Mars/Luna/Oxygen Required: Java 1.7x, 1.8x 32/64-bit ed Recommended: JUnit or later Selenium or later Jenkins Jenkins server 1.0, 2.0 Uses Micro Focus Jenkins plugin 5.3. See the Micro Focus Jenkins documentation. Bamboo Tested with Uses Bamboo plugin 1.01, available from Atlassian Marketplace. See the Performance Center Bamboo Plugin documentation in the Performance Center help. New Relic Tested with New Relic REST API (v2) Supported in Performance Center only. See the New Relic Monitor documentation in the Performance Center help. Dynatrace Tested with 7.0 See the Dynatrace Monitor documentation in the LoadRunner or Performance Center help. AppDynamics Tested with 4.4 See the AppDynamics Monitor documentation in the Performance Center help. LoadRunner and Performance Center (12.56) 13

15 Supported GUI Languages Language Packs enable you to view the LoadRunner and Performance Center user interfaces in your local language. The following languages are ed: Language LoadRunner Performance Center Chinese Simplified French German Italian x Japanese Korean Russian Spanish x LoadRunner and Performance Center (12.56) 14

16 Protocols The following table lists the ed Vuser protocols in LoadRunner. Protocol Program Supported versions Supported servers Native 64- bit client recording IPv6 HPE NV 9.13 IP spoofing Speed emulation Load Generator OS Multiprotocol Comments Remote protocols Citrix ICA Citrix Receiver for Windows 4.x or later. Check the Citrix Product Matrix for Receiver and Server compatibility. Citrix XenApp and XenDesktop 5.x or later StoreFront/Web Interface 2.x or later N Y Y N N Any ed Windows OS Y Citrix Agent s XenApp and XenDesktop servers. Network Virtualization s Load Generator mode only. Recomended version of Citrix Receiver is 4.7. CitrixAgent does not text-trapping functions (ctrx_sync_on_text_ex and ctrx_get_text) on Windows 10, Windows Server 2016, or later versions of Windows. RDP (Remote Desktop Protocol) RDP Windows 2008 Standard/R2 Windows 7 32/64-bit Windows 8/8.1 Windows 2012 Standard/R2 Windows 10 Windows 2016 Y Y Y Y N Any ed Windows OS Y Requires workaround connection to Windows 10 or Windows Server Teradici PCoIP Teradici PCoIP Client and compatible implementations Teradici VMware Horizon Teradici PCoIP Agent Teradici PCoIP Connection Manager Teradici PCoIP Security Gateway VMware Horizon N N Y N N Any ed Windows OS N Network Virtualization s Load Generator mode only. RTE (Remote Terminal Emulator) PowerTerm for HPE(built-in version with LoadRunner). Supported modes: 3270, 5250, VTxxx N/A N Y Y N N Any ed Windows OS (except Windows 10 and Windows 2016) N GUI protocols Ajax - Click and Script Internet Explorer IE 10/11 N/A N Y Y Y Y Windows 7 64-bit Windows Server 2008 R2 64-bit Windows Server 2012 R2 64-bit Y Recommended: Record Ajax Click & Script scripts on Windows 7 or Windows 8.1. Windows 10 and Windows Server 2016 are not ed. SAP GUI SAPGUI 7.40 patch 13 SAP R/3 4.60c ECC 5.0 (ERP 2004) SAP HANA Edition 6.0 (ERP 2005) N Y Y N N Windows 7 64-bit Windows Server 2008 R2 64-bit Windows Server 2012 R2 64-bit Y Recommended: Use the most recent SAPGUI patch. SAP GUI is not ed on Windows 10 and Windows Server Mozilla Firefox Built-in TruClient - Web MS Internet Explorer IE 10,11 N/A N/A Y Y Y Y Any ed Windows OS N Chromium Built-in (64-bit) TruClient Browser Built-in (64-bit) TruClient Browser is based on Mozilla Firefox technology and ed in Tech Preview mode only LoadRunner and Performance Center (12.56) 15

17 Protocol Program Supported versions Supported servers Native 64- bit client recording IPv6 HPE NV 9.13 IP spoofing Speed emulation Load Generator OS Multiprotocol Comments TruClient - Mobile Web Firefox Built-in N/A N/A Y Y Y Y Any ed Windows OS N TruClient - Native Mobile Refer to the Mobile Center documentation for details Mobile Center 2.6 N/A N/A Y (ed through Mobile Center server) N/A N/A Any ed Windows OS N Mobile Center is required for this protocol. Physical devices are necessary to record and replay scripts. Add-in protocols C++.NET Template (Visual Studio Add-in) MS Visual Studio N/A N/A N/A Y Y Y Any ed Windows OS N C#.NET Template (Visual Studio Add-in) MS Visual Studio N/A N/A N/A Y Y Y Any ed Windows OS N VB.NET Template (Visual Studio Add-in) MS Visual Studio N/A N/A N/A Y Y Y Any ed Windows OS N Java Vuser for Continuous Delivery (Eclipse Add-in for Developers) Eclipse IDE Neon,Mars,Luna,Oxygen N/A N/A N/A Y N/A N/A Any ed Windows OS N Unit Test based on.net (Visual Studio Add-in for Developers) MS Visual Studio Unit 3.2 Unit N/A N/A N/A Y N/A N/A Any ed Windows OS N Custom Protocols developed with Protocol SDK Vendor dependent Visual Studio 2015 Vendor dependent Vendor dependent Vendor dependent Y Vendor dependent N Vendor dependent N Web protocols Flex Same Internet Explorer as in Web HTTP/HTML Flex SDK 4.6 AMF0 AMF3 RTMPT RTMP, RTMPS LCDS 3.1/4.7 BlazeDS 4 FMS3 FMS4 GraniteDS 2.2 Y Y Y Y Y Any ed Windows OS Y Oracle NCA Oracle Applications JInitiator JInitiator Forms Forms 6i+ Oracle E-Business Suite 12.2.x Y Y Y Y Y Any ed OS Y To work with Oracle client, install one of the following JVMs: JRE 7/8 or JDK 7/8. LoadRunner and Performance Center (12.56) 16

18 Protocol Program Supported versions Supported servers Native 64- bit client recording IPv6 HPE NV 9.13 IP spoofing Speed emulation Load Generator OS Multiprotocol Comments MS Internet Explorer Same as Web - HTTP/HTML protocol Oracle - Web Y Y Forms JInitiator Oracle Applications Forms 6i+ JInitiator Oracle E-Business Suite 12.2.x N/A Y Y Y Any ed OS Y To work with Oracle client, install one of the following JVMs: JRE 7/8 or JDK 7/8. SAP - Web Same as Web - HTTP/HTML protocol N/A Y Y Y Y Y Any ed OS Y Siebel - Web Oracle (Siebel) CRM N/A (OpenUI) Y Y Y Y Y Any ed OS Y MS Internet Explorer IE 10, 11, Edge Y Google Chrome latest Y Firefox latest N Web - HTTP/HTML libpcap PCAP N/A Y Y Y Y tcpdump WinPcap N/A Wireshark Network Sniffer Fiddler 4.5.x HAR file 1.2 Any ed OS Y GWT: GWT Request Factory requires GWT and Java 1.8. JavaScript language is not ed in Linux RHEL 6.x (use other Linux distributions). DFE is not ed in Linux OSs. Web Services MS Internet Explorer Google Chrome Firefox WSDL 1.0/1.1 SOAP 1.1/1.2 WCF UDDI 2/3 WS-Security 1.0/1.1 Attachments: Dime/Mime/MTOM/ Base64Binary JMS Y Y Y Y Y Any ed Windows OS Y Supported SOAP features: WS HTTP-binding, Net TCP Binding, Named Piped, Basic HTTP Binding and various custom binding, Federation scenarios, WS-SecureConversation, WS-ReliableMessaging, WS-Addressing, Username Token, X509 Certificate Token, Kerberos Token, Message signature, Message encryption. IoT protocols MQTT N/A 3.1, RabbitMQ Mosquitto N/A N Y Y N Any ed OS Y LoadRunner and Performance Center (12.56) 17

19 Protocol Program Supported versions Supported servers Native 64- bit client recording IPv6 HPE NV 9.13 IP spoofing Speed emulation Load Generator OS Multiprotocol Comments.NET/Java protocols.net.net Framework * 3.5 SP1* 4* 4.5* N/A Y** N/A Y N Y Any ed Windows OS N * Supported on backward compatibility level. ** AUTs compiled in "AnyCPU" mode only. Java Record Replay Oracle JDK (32/64-bit) 1.6.x 1.7.x 1.8.x WebLogic 11.x Generic Y N/A Y N N Any ed Windows OS N Oracle 64-bit JRE is ed for recording only. Network Virtualization s Load Generator mode only. Java over HTTP Oracle JDK (32/64-bit) 1.6.x 1.7.x 1.8.x Browsers : IE and Firefox same as in Web HTTP/HTML Y Y Y Y Y Any ed Windows OS N Recording using Oracle 64-bit JRE is not ed on Windows 10. Remote Proxy recording is not ed for Firefox 38 or later. Java Vuser Oracle JDK (32/64-bit) 1.6.x 1.7.x 1.8.x N/A N/A N/A Y N N Any ed Windows OS N Network Virtualization s Load Generator mode only. Mail protocols IMAP (Internet Messaging) N/A N/A N/A N Y Y Y Y Any ed OS Y MAPI (Microsoft Exchange) Outlook N/A N/A N/A Y N N Any ed Windows OS N Network Virtualization s Load Generator mode only. POP3 (Post Office Protocol) N/A N/A N/A N Y Y Y Y Any ed OS Y POP3S: SSL. SMTP (Simple Mail Protocol) N/A 4.x N/A N Y Y Y Y Any ed OS Y SMTPS: SSL. Database protocols ODBC ODBC ODBC Driver Mgr N/A Y N Y N Y Any ed OS Y G 10G Oracle - 2 Tier Oracle Y N Y N 11G 11G 11G R2\12с 11G R2 \12с Y Any ed OS Y LoadRunner and Performance Center (12.56) 18

20 Protocol Program Supported versions Supported servers Native 64- bit client recording IPv6 HPE NV 9.13 IP spoofing Speed emulation Load Generator OS Multiprotocol Comments Non-Web protocols COM/DCOM N/A N/A N/A N N N N N Any ed Windows OS Y C Vuser N/A N/A N/A N/A N/A Y Y N Any ed OS N Support for replay only. DNS (Domain Name Resolution) N/A N/A N/A N Y Y Y N Any ed OS N Support for replay only. FTP (File Transfer Protocol) N/A N/A Y Y Y Y Y Any ed OS Y FTPS is ed in passive mode only. LDAP (Listing Directory Service) Based on Microsoft API Based on Mozilla API (Oracle) Sun ONE 5.2 Oracle DS 11 Y N Y N Y Any ed OS Y Windows Sockets Winsock 2.x N/A Y Y Y Y Y Any ed OS Y Third-party protocols SMP (SAP Mobile Platform) 2.3 N/A N/A Y Y N Any ed Windows OS N Same as.net protocol. To get updated details about the ed versions, contact MQTester (Client and Server) WebSphere MQ N N N N N Any ed Windows OS N OpenText. Third-party solution by OpenText. See MQTester documentation for more details and for contact information. Refer to AppDelivery Marketplace for details: COAP N/A N Y N N Any ed Windows OS Y Third-party solution by Endpoint IOT. Open source protocols JMeter Apache JMeter Apache JMeter 2.13 Apache JMeter 3.1 Apache JMeter 3.2 Apache JMeter 3.3 Java 1.7 Java 1.8 N/A N/A N/A N N N Any ed OS N No interference on script execution with Apache JMeter. LoadRunner and Performance Center (12.56) 19

21 Send Us Feedback: Let us know how we can improve your experience with the System Requirements Guide. Send your to:

LoadRunner and Performance Center

LoadRunner and Performance Center Version 12.56 and 12.57 LoadRunner and Performance Center System Requirements (Product Availability Matrix) Document release date: May 2018 Software release date: May 2018 Legal Notices Disclaimer Certain

More information

HP LoadRunner Product Availability Matrix

HP LoadRunner Product Availability Matrix Citrix ICA ICA+fuse HP LoadRunner 11.51 Product Availability Matrix.23 MPS 4.0 10 MPS 4.5 10.2 XenApp v5.0 over Win 2003R2 or Win 200 32/64 ative 64bit Clients XenApp v6.0 over Win 11 200R2 XenApp v6.5

More information

ALM. What's New. Software Version: Go to HELP CENTER ONLINE

ALM. What's New. Software Version: Go to HELP CENTER ONLINE ALM Software Version: 12.55 What's New Go to HELP CENTER ONLINE http://admhelp.microfocus.com// Document Release Date: August 2017 Software Release Date: August 2017 ALM ALM (12.55) Page 2 of

More information

HP Enterprise Collaboration

HP Enterprise Collaboration HP Enterprise Collaboration For the Windows operating system Software Version: 1.1 Support Matrix Document Release Date: August 2012 Software Release Date: August 2012 Support Matrix Legal Notices Warranty

More information

UFT Pro (LeanFT) 14.02

UFT Pro (LeanFT) 14.02 Product Availability Matrix Page 1 UFT Pro (LeanFT) 14.02 Product Availability Matrix Product Availablity Matrix Product Availability Matrix Page 2 Contents The UFT Pro (LeanFT) Product Availability Matrix

More information

What s new in LoadRunner 12.55? Vicky Giavelli PC & LR Product Manager Lior Avni PE COST

What s new in LoadRunner 12.55? Vicky Giavelli PC & LR Product Manager Lior Avni PE COST What s new in LoadRunner 12.55? Vicky Giavelli PC & LR Product Manager Lior Avni PE COST September 2017 Agenda Introduction Web Protocol Enhancements TruClient Enhancements JMeter Integration IoT - MQTT

More information

HP AutoPass License Server

HP AutoPass License Server HP AutoPass License Server Software Version: 9.0 Windows, Linux and CentOS operating systems Support Matrix Document Release Date: October 2015 Software Release Date: October 2015 Page 2 of 10 Legal Notices

More information

HPE Operations Bridge Reporter

HPE Operations Bridge Reporter HPE Operations Bridge Reporter Software Version: 10.00 Windows and Linux operating systems Support Matrix Document Release Date: June 2017 Software Release Date: December 2015 Legal Notices Warranty The

More information

Supported Platforms. HP Vertica Analytic Database. Software Version: 7.0.x

Supported Platforms. HP Vertica Analytic Database. Software Version: 7.0.x HP Vertica Analytic Database Software Version: 7.0.x Document Release Date: 5/2/2018 Legal Notices Warranty The only warranties for Micro Focus products and services are set forth in the express warranty

More information

July, SAP Crystal Reports 2011 SP04 Product Availability Matrix (PAM)

July, SAP Crystal Reports 2011 SP04 Product Availability Matrix (PAM) July, 2012 SAP Crystal Reports 2011 SP04 Product Availability Matrix (PAM) SAP Crystal Reports 2011 SP04 Product Availability Matrix (PAM) PRODUCT AVAILABILITY MATRIX Supported Operating Systems Supported

More information

HPE Security ArcSight. ArcSight Data Platform Support Matrix

HPE Security ArcSight. ArcSight Data Platform Support Matrix HPE Security ArcSight ArcSight Data Platform Support Matrix November 28, 2016 Legal Notices Warranty The only warranties for Hewlett Packard Enterprise products and services are set forth in the express

More information

HP Business Process Monitor

HP Business Process Monitor HP Business Process Monitor Software Version: 9.25 Business Process Monitor Administration Guide Document Release Date: January 2015 Software Release Date: January 2015 Legal Notices Warranty The only

More information

Performance Center. Installation Guide. Software Version: and Go to HELP CENTER ONLINE

Performance Center. Installation Guide. Software Version: and Go to HELP CENTER ONLINE Performance Center Software Version: 12.56 and 12.57 Installation Guide Go to HELP CENTER ONLINE http://admhelp.microfocus.com/pc/ Document Release Date: May 2018 Software Release Date: May 2018 Legal

More information

ALM Lab Management. Lab Management Guide. Software Version: Go to HELP CENTER ONLINE

ALM Lab Management. Lab Management Guide. Software Version: Go to HELP CENTER ONLINE ALM Lab Management Software Version: 12.55 Lab Management Guide Go to HELP CENTER ONLINE http://admhelp.microfocus.com/alm Document Release Date: August 2017 Software Release Date: August 2017 ALM Lab

More information

Enterprise Integration Module for SAP Solution Manager 7.2

Enterprise Integration Module for SAP Solution Manager 7.2 Enterprise Integration Module for SAP Solution Manager 7.2 Software Version: 12.53-12.55 User Guide Go to HELP CENTER ONLINE http://admhelp.microfocus.com/alm Document Release Date: May 2018 Software Release

More information

SAP Crystal Reports for Eclipse Product Availability Matrix (PAM)

SAP Crystal Reports for Eclipse Product Availability Matrix (PAM) SAP Crystal Reports for Eclipse Product Availability Matrix (PAM) Jan 2018 Disclaimer: This document is subject to change and may be changed by SAP at any time without notice. The document is not intended

More information

HPE Network Virtualization

HPE Network Virtualization HPE Network Virtualization Software Version: 9.10 Installation Guide Document Release Date: June 2016 Software Release Date: June 2016 HPE Network Virtualization Legal Notices Warranty The only warranties

More information

HP Operations Orchestration

HP Operations Orchestration HP Operations Orchestration For the Linux or Windows operating systems Software Version: 9.02 Document Release Date: October 2011 Software Release Date: October 2011 Legal Notices Warranty The only warranties

More information

HPE Storage Optimizer Software Version: 5.4. Support Matrix

HPE Storage Optimizer Software Version: 5.4. Support Matrix HPE Storage Optimizer Software Version: 5.4 Support Matrix Document Release Date: November 2016 Software Release Date: November 2016 Legal Notices Warranty The only warranties for Hewlett Packard Enterprise

More information

HP Operations Orchestration

HP Operations Orchestration HP Operations Orchestration For Windows and Linux operating systems Software Version: 9.07.0006 System Requirements Document Release Date: April 2014 Software Release Date: February 2014 Legal Notices

More information

Lean Functional Testing

Lean Functional Testing Version number 14.50 Lean Functional Testing Product Availability Matrix Document release date: August 8, 2018 Software release date: August 2018 Contents The LeanFT Product Availability Matrix provides

More information

HP UFT Connection Agent

HP UFT Connection Agent HP UFT Connection Agent Software Version: For UFT 12.53 User Guide Document Release Date: June 2016 Software Release Date: June 2016 Legal Notices Warranty The only warranties for Hewlett Packard Enterprise

More information

HPE ALM Client MSI Generator

HPE ALM Client MSI Generator HPE ALM Client MSI Generator Software Version: 12.55 User Guide Document Release Date: August 2017 Software Release Date: August 2017 HPE ALM Client MSI Generator Legal Notices Warranty The only warranties

More information

Compatibility matrix: ServiceCenter 6.2

Compatibility matrix: ServiceCenter 6.2 Compatibility matrix: ServiceCenter 6.2 Click one of the following links to see more detailed information. Architecture diagram Servers Windows Client Web Client Compatibility between ServiceCenter clients

More information

SAP Crystal Reports 2011 SP05+ Product Availability Matrix (PAM)

SAP Crystal Reports 2011 SP05+ Product Availability Matrix (PAM) SAP Crystal Reports 2011 SP05+ Product Availability Matrix (PAM) November, 2012 Updated: November, 2015 This Supported Platforms (PAM) presentation is applicable to CR2011 SP05 and subsequent SPs. For

More information

Compatibility matrix: HP Service Manager Software version 7.00

Compatibility matrix: HP Service Manager Software version 7.00 Compatibility matrix: HP Service Manager Software version 7.00 Click one of the following links to see more detailed information. Servers Windows Client Web Client Compatibility between Service Manager

More information

SAP BusinessObjects Dashboards 4.0 SAP Crystal Dashboard Design 2011 SAP Crystal Presentation Design 2011

SAP BusinessObjects Dashboards 4.0 SAP Crystal Dashboard Design 2011 SAP Crystal Presentation Design 2011 SAP BusinessObjects Dashboards 4.0 SAP Crystal Dashboard Design 2011 SAP Crystal Presentation Design 2011 August 18th, 2011 Product Availability Matrix (PAM) Dashboard Design 2011 / Presentation Design

More information

Intelligent Provisioning 1.70 Release Notes

Intelligent Provisioning 1.70 Release Notes Intelligent Provisioning 1.70 Release Notes Part Number: 680065-408 Published: October 2017 Edition: 1 Copyright 2012, 2017 Hewlett Packard Enterprise Development LP Notices The information contained herein

More information

HP ilo 3 Release Notes

HP ilo 3 Release Notes HP ilo 3 Release Notes 1.70 HP Part Number: 616296-401 Published: February 2014 Edition: 1 Copyright 2014 Hewlett-Packard Development Company, L.P Confidential computer software. Valid license from HP

More information

HP Universal CMDB. Software Version: Support Matrix

HP Universal CMDB. Software Version: Support Matrix HP Universal CMDB Software Version: 10.22 Support Matrix Document Release Date: December 2015 Software Release Date: December 2015 Legal Notices Warranty The only warranties for HP products and services

More information

SAP Crystal Reports 2013 Product Availability Matrix (PAM)

SAP Crystal Reports 2013 Product Availability Matrix (PAM) SAP Crystal Reports 2013 Product Availability Matrix (PAM) Created: May 10, 2012 Updated: Feb 22, 2018 Disclaimer: This document is subject to change and may be changed by SAP at any time without notice.

More information

Service Virtualization

Service Virtualization Service Virtualization Software Version: 3.83 User Guide Go to HELP CENTER ONLINE http://admhelp.microfocus.com/sv/ Document Release Date: January 16, 2018 Software Release Date: January 2017 Service Virtualization

More information

Intelligent Provisioning 1.64(B) Release Notes

Intelligent Provisioning 1.64(B) Release Notes Intelligent Provisioning 1.64(B) Release Notes Part Number: 680065-407 Published: March 2017 Edition: 1 2017 Hewlett Packard Enterprise Development LP Notices The information contained herein is subject

More information

AppPulse Active. User Guide March 2016

AppPulse Active. User Guide March 2016 AppPulse Active User Guide March 2016 Legal Notices Warranty The only warranties for Hewlett Packard Enterprise products and services are set forth in the express warranty statements accompanying such

More information

Sage CRM 7.3 SP2 Software Support Matrix

Sage CRM 7.3 SP2 Software Support Matrix Sage CRM 7.3 SP2 Software Support Matrix Revision: IMP-MAT-ENG-73SP2-1.0 Updated: May 2018 2018, The Sage Group plc or its licensors. Sage, Sage logos, and Sage product and service names mentioned herein

More information

The following table shows supported platforms for servers running CA Clarity PPM server software (application and background servers).

The following table shows supported platforms for servers running CA Clarity PPM server software (application and background servers). CA Clarity PPM Servers The following table shows supported platforms for servers running CA Clarity PPM server software (application and background servers). Oracle Solaris Microsoft Windows Hewlett Packard

More information

Business Process Testing

Business Process Testing Business Process Testing Software Version: 12.55 User Guide Go to HELP CENTER ONLINE http://admhelp.microfocus.com/alm/ Document Release Date: August 2017 Software Release Date: August 2017 Legal Notices

More information

Servigistics InService 7.1 Software Matrices Revision 1.0

Servigistics InService 7.1 Software Matrices Revision 1.0 Revision 1.0 Introduction This matrix represents the combinations of platforms, operating systems, and third party products that have been tested and verified by PTC. These recommended product combinations

More information

HP Business Service Management

HP Business Service Management HP Business Service Management Software Version: 9.26 Getting Started With BPM - Best Practices Document Release Date: September 2015 Software Release Date: September 2015 Legal Notices Warranty The only

More information

HPE ControlPoint. Software Version: Support Matrix

HPE ControlPoint. Software Version: Support Matrix HPE ControlPoint Software Version: 5.5.1 Support Matrix Document Release Date: December 2017 Software Release Date: December 2017 Legal notices Warranty The only warranties for Hewlett Packard Enterprise

More information

HPE ComputeSensor. User Guide. Software Version: 3.02 Windows and Linux operating systems. Document Release Date: August 2017

HPE ComputeSensor. User Guide. Software Version: 3.02 Windows and Linux operating systems. Document Release Date: August 2017 HPE ComputeSensor Software Version: 3.02 Windows and Linux operating systems User Guide Document Release Date: August 2017 Software Release Date: August 2017 Legal Notices Warranty The only warranties

More information

BusinessObjects Enterprise XI 3.0 for Linux

BusinessObjects Enterprise XI 3.0 for Linux Revision Date: February 22, 2010 BusinessObjects Enterprise XI 3.0 for Linux Overview Contents This document lists specific platforms and configurations for the BusinessObjects Enterprise XI 3.0 for Linux.

More information

Network Virtualization

Network Virtualization Network Virtualization Software Version: 12.55 User Guide for LoadRunner & Performance Center Go to HELP CENTER ONLINE http://admhelp.microfocus.com/nv/en/nv-perform/ Document Release Date: August 2017

More information

P P P P P P. Additional Products & Utilities. Suite. V9.1 Platform Specification. Operating Systems (64-bit only) Microsoft Office.

P P P P P P. Additional Products & Utilities. Suite. V9.1 Platform Specification. Operating Systems (64-bit only) Microsoft Office. Simulation Aspen Infrastructure - roduct Enterprise Edition Additional roducts & Utilities V9.1 latform Specification Operating Systems (64-bit only) Windows 10 Enterprise & rofessional (64-bit) Windows

More information

Brochure. Application Delivery Management. LoadRunner and Performance Center Software. What s New in Version 12.53

Brochure. Application Delivery Management. LoadRunner and Performance Center Software. What s New in Version 12.53 Brochure Application Delivery Management LoadRunner and Performance Center Software What s New in Version 12.53 Brochure LoadRunner and Performance Center Software LoadRunner and Performance Center Software

More information

HP ALM Performance Center

HP ALM Performance Center HP ALM Performance Center Software Version: 12.53 Quick Start Document Release Date: May 2016 Software Release Date: May 2016 Legal Notices Warranty The only warranties for Hewlett Packard Enterprise Development

More information

SAP BusinessObjects Explorer XI 3.1 SP1 for Linux SuSE Supported Platforms

SAP BusinessObjects Explorer XI 3.1 SP1 for Linux SuSE Supported Platforms SAP BusinessObjects Explorer XI 3.1 SP1 for Linux SuSE Supported Platforms Applies to: SAP BusinessObjects Explorer XI 3.1 Service Pack 1. For more information, visit the Business Objects homepage. Summary

More information

Platform Matrix ARIS Products Version Service Release 1 June 2014

Platform Matrix ARIS Products Version Service Release 1 June 2014 Platform Matrix ARIS Products Version 9.6 - Service Release June 04 This document applies to ARIS Version 9.6 and to all subsequent releases. Specifications contained herein are subject to change and these

More information

HP LoadRunner and Performance Center What is new?

HP LoadRunner and Performance Center What is new? HP LoadRunner and Performance Center 11.52 - What is new? June 26, 2013 Copyright 2013 Vivit Worldwide Copyright 2013 Vivit Worldwide Brought to you by Copyright 2013 Vivit Worldwide Housekeeping Prize

More information

How To Install Java Manually Linux Terminal Server 2008

How To Install Java Manually Linux Terminal Server 2008 How To Install Java Manually Linux Terminal Server 2008 The RDP protocol component "DATA ENCRYPTION" detected an error in the Explanation: If you are installing the first Primary Server on a Linux device,

More information

HPE Enterprise Integration Module for SAP Solution Manager 7.1

HPE Enterprise Integration Module for SAP Solution Manager 7.1 HPE Enterprise Integration Module for SAP Solution Manager 7.1 Software Version: 12.55 User Guide Document Release Date: August 2017 Software Release Date: August 2017 HPE Enterprise Integration Module

More information

Artemis 7 Standard Edition

Artemis 7 Standard Edition Release Notes Artemis 7 Standard Edition 2016.3 Published: September 2016 All rights reserved. COPYRIGHT While every attempt has been made to ensure that the information in this document is accurate and

More information

Service Manager 9.31 web client end-to-end performance test report

Service Manager 9.31 web client end-to-end performance test report Technical white paper Service Manager 9.31 web client end-to-end performance test report Table of contents Introduction 2 Criteria 2 Test results 2 Conclusions 3 Appendix A: Test environment and tools

More information

HP 3PAR OS MU3 Patch 18 Release Notes

HP 3PAR OS MU3 Patch 18 Release Notes HP 3PAR OS 3.2.1 MU3 Patch 18 Release Notes This release notes document is for Patch 18 and intended for HP 3PAR Operating System Software 3.2.1.292 (MU3). HP Part Number: QL226-98326 Published: August

More information

HP Unified Functional Testing

HP Unified Functional Testing HP Unified Functional Testing Software Version: 12.53 What's New Document Release Date: June 2016 Software Release Date: June 2016 HP Unified Functional Testing Legal Notices Warranty The only warranties

More information

QuickSpecs. Available Packs and Purchase Information. ProLiant Essentials Vulnerability and Patch Management Pack v2.1. Overview.

QuickSpecs. Available Packs and Purchase Information. ProLiant Essentials Vulnerability and Patch Management Pack v2.1. Overview. Overview Pack (VPM) integrates comprehensive vulnerability assessment and advanced patch management functions for HP and non-hp servers running Windows or Red Hat Linux into HP Systems Insight Manager,

More information

ALM. Tutorial. Software Version: Go to HELP CENTER ONLINE

ALM. Tutorial. Software Version: Go to HELP CENTER ONLINE ALM Software Version: 12.55 Tutorial Go to HELP CENTER ONLINE http://admhelp.microfocus.com/alm/ Document Release Date: August 2017 Software Release Date: August 2017 ALM Legal Notices Disclaimer Certain

More information

Additional License Authorizations

Additional License Authorizations Additional License Authorizations For HPE Performance Center software products Products and suites covered PRODUCTS E-LTU OR E-MEDIA AVAILABLE * NON-PRODUCTION USE CATEGORY ** HP Diagnostics for LoadRunner

More information

HPE BladeSystem c-class Virtual Connect Support Utility Version Release Notes

HPE BladeSystem c-class Virtual Connect Support Utility Version Release Notes HPE BladeSystem c-class Virtual Connect Support Utility Version 1.12.0 Release Notes Abstract This document provides release information for the HPE BladeSystem c-class Virtual Connect Support Utility

More information

HP Universal CMDB. Software Version: Support Matrix

HP Universal CMDB. Software Version: Support Matrix HP Universal CMDB Software Version: 10.21 Support Matrix Document Release Date: July 2015 Software Release Date: July 2015 Legal Notices Warranty The only warranties for HP products and services are set

More information

HP BladeSystem c-class Virtual Connect Support Utility Version Release Notes

HP BladeSystem c-class Virtual Connect Support Utility Version Release Notes HP BladeSystem c-class Virtual Connect Support Utility Version 1.9.1 Release Notes Abstract This document provides release information for the HP BladeSystem c-class Virtual Connect Support Utility Version

More information

HP Real User Monitor. Software Version: Real User Monitor Sizing Guide

HP Real User Monitor. Software Version: Real User Monitor Sizing Guide HP Real User Monitor Software Version: 9.26 Real User Monitor Sizing Guide Document Release Date: September 2015 Software Release Date: September 2015 Real User Monitor Sizing Guide Legal Notices Warranty

More information

HP 3PAR OS MU1 Patch 11

HP 3PAR OS MU1 Patch 11 HP 3PAR OS 313 MU1 Patch 11 Release Notes This release notes document is for Patch 11 and intended for HP 3PAR Operating System Software HP Part Number: QL226-98041 Published: December 2014 Edition: 1

More information

HP Operations Orchestration

HP Operations Orchestration HP Operations Orchestration Software Version: 10.20 Windows and Linux Operating Systems Shell Wizard Guide Document Release Date: November 2014 Software Release Date: November 2014 Legal Notices Warranty

More information

HP Network Node Manager ispi Performance for Quality Assurance Software

HP Network Node Manager ispi Performance for Quality Assurance Software HP Network Node Manager ispi Performance for Quality Assurance Software Intelligent Response Agent for the Windows and Linux operating systems Software Version: 9.20 Installation Guide Document Release

More information

PUBLIC Rapid Deployment Guide

PUBLIC Rapid Deployment Guide SAP Data Services Document Version: 4.2 Support Package 8 (14.2.8.0) 2017-01-18 PUBLIC Content 1 Introduction.... 3 1.1 Documentation set for SAP Data Services....3 2 Deployment environment requirements....

More information

Sprinter. User Guide. Software Version: Go to SPRINTER HELP CENTER

Sprinter. User Guide. Software Version: Go to SPRINTER HELP CENTER Sprinter Software Version: 14.03 User Guide Go to SPRINTER HELP CENTER http://admhelp.microfocus.com/sprinter/ Document Release Date: April 22, 2018 Software Release Date: February 2018 Legal Notices Disclaimer

More information

HP Business Service Management

HP Business Service Management HP Business Service Management Software Version: 9.26 BSM System Requirements and Support Matrixes Document Release Date: September 2015 Software Release Date: September 2015 Legal Notices Warranty The

More information

Cisco Prime Service Catalog Compatibility Matrix

Cisco Prime Service Catalog Compatibility Matrix Cisco Prime Service Catalog Compatibility Matrix Revised: September 2015 This document describes the version of the third-party software products that have been certified with Cisco Prime Service Catalog.

More information

Microsoft Windows Apple Mac OS X

Microsoft Windows Apple Mac OS X Products Snow License Manager Snow Inventory Server, IDR, IDP Client for Windows Client for Linux Client for Unix Client for OS X Oracle Scanner External Data Provider Snow Distribution Date 2014-09-09

More information

ViewDirect-ABS 7.0 Support Matrix Updated: March 2, 2017

ViewDirect-ABS 7.0 Support Matrix Updated: March 2, 2017 ViewDirect-ABS 7.0 Support Matrix Updated: March 2, 2017 NOTE: ABSNet 7.0 is a 64-bit application and requires a 64-bit operating system, application server, and JVM to function. ABSWeb Explorer Browser

More information

Crystal Reports XI Release 2 Service Pack 4

Crystal Reports XI Release 2 Service Pack 4 Revision Date: May 7, 2008 Crystal Reports XI Release 2 Service Pack 4 Overview Contents This document lists specific platforms and configurations for Crystal Reports XI Release 2 Service Pack 4. INTRODUCTION...

More information

SNOW LICENSE MANAGER (7.X)... 3

SNOW LICENSE MANAGER (7.X)... 3 SYSTEM REQUIREMENTS Products Snow License Manager Snow Inventory Server, IDR, IDP Client for Windows Client for Linux Client for Unix Client for OS X Oracle Scanner Snow Integration Manager Snow Distribution

More information

SAP Crystal Reports 2013 Product Availability Matrix (PAM)

SAP Crystal Reports 2013 Product Availability Matrix (PAM) SAP Crystal Reports 2013 Product Availability Matrix (PAM) May 10, 2012 Updated: May 31, 2013 Disclaimer: This document is subject to change and may be changed by SAP at any time without notice. The document

More information

Universal CMDB. Software Version: Content Pack (CP20) Discovery and Integrations Content Guide - Discovery Activities

Universal CMDB. Software Version: Content Pack (CP20) Discovery and Integrations Content Guide - Discovery Activities Universal CMDB Software Version: Content Pack 20.00 (CP20) Discovery and Integrations Content Guide - Discovery Activities Document Release Date: June 2016 Software Release Date: June 2016 Legal Notices

More information

BusinessObjects Data Services XI 3.1 SP1 for AIX

BusinessObjects Data Services XI 3.1 SP1 for AIX Revision Date: September 30, 2008 BusinessObjects Data Services XI 3.1 SP1 for AIX Overview Contents This document lists specific platforms and configurations for the BusinessObjects Data Services XI 3.1

More information

HPE Security Fortify WebInspect Runtime Agent

HPE Security Fortify WebInspect Runtime Agent HPE Security Fortify WebInspect Runtime Agent Software Version: 17.12 Installation Guide Document Release Date: November 2017 Software Release Date: November 2017 Legal Notices Warranty The only warranties

More information

HP Data Center Automation Appliance

HP Data Center Automation Appliance HP Data Center Automation Appliance DCAA at-a-glance Express Edition Software Version: 1.00 Release Date: April 2015 Legal Notices Warranty The only warranties for HP products and services are set forth

More information

SNOW LICENSE MANAGER (7.X)... 3

SNOW LICENSE MANAGER (7.X)... 3 SYSTEM REQUIREMENTS Products Snow License Manager Snow Inventory Server, IDR, IDP Client for Windows Client for Linux Client for Unix Client for OS X Oracle Scanner External Data Provider Snow Distribution

More information

Brainware Intelligent Capture

Brainware Intelligent Capture Brainware Intelligent Capture Technical s Version: 5.8.1 Written by: Product Knowledge, R&D Date: Tuesday, February 20, 2018 2017 Hyland Software, Inc. and its affiliates. Perceptive Intelligent Capture

More information

Perceptive Intelligent Capture

Perceptive Intelligent Capture Perceptive Intelligent Capture Technical s Version: 5.7.1 Written by: Product Knowledge, R&D Date: Tuesday, February 20, 2018 2018 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International

More information

HP ALM Client MSI Generator

HP ALM Client MSI Generator HP ALM Client MSI Generator Software Version: 1.00 User Guide Document Release Date: October 2010 Software Release Date: October 2010 Legal Notices Warranty The only warranties for HP products and services

More information

HPE XP7 Performance Advisor Software 7.2 Release Notes

HPE XP7 Performance Advisor Software 7.2 Release Notes HPE XP7 Performance Advisor Software 7.2 Release Notes Part Number: T1789-96464a Published: December 2017 Edition: 2 Copyright 1999, 2017 Hewlett Packard Enterprise Development LP Notices The information

More information

HP ALM Lab Management

HP ALM Lab Management HP ALM Lab Management Software Version: 12.00 Lab Management Guide Document Release Date: March 2014 Software Release Date: March 2014 Legal Notices Warranty The only warranties for HP products and services

More information

Crystal Reports Server XI Release 2 SP4 for Linux

Crystal Reports Server XI Release 2 SP4 for Linux Revision Date: September 15, 2008 Crystal Reports Server XI Release 2 SP4 for Linux Supported Platforms Overview Contents This document lists specific platforms and configurations for the Crystal Reports

More information

HP Automation Insight

HP Automation Insight HP Automation Insight For the Red Hat Enterprise Linux and SUSE Enterprise Linux operating systems AI SA Compliance User Guide Document Release Date: July 2014 Software Release Date: July 2014 Legal Notices

More information

P P. Engineering Suite. Suite. V9.1 Platform Specification. Operating Systems (64-bit only) Microsoft Office. Database Servers.

P P. Engineering Suite. Suite. V9.1 Platform Specification. Operating Systems (64-bit only) Microsoft Office. Database Servers. AES roperty System rocess Modeling (Aspen lus) 2 rocess Modeling (Aspen HYSYS) Engineering V9.1 latform Specification Operating Systems (64-bit only) Windows 10 Enterprise & rofessional (64-bit) Windows

More information

EMC Smarts SAM, IP, ESM, MPLS, NPM, OTM, and VoIP Managers 9.5 Support Matrix

EMC Smarts SAM, IP, ESM, MPLS, NPM, OTM, and VoIP Managers 9.5 Support Matrix EMC Smarts SAM, IP, ESM, MPLS, NPM, OTM, and VoIP Managers 9.5 Version 9.5.0.0 302-003-622 REV 01 Abstract Smarts 9.5 Suite can be installed in a typical or a fully distributed, multi-machine production

More information

Crystal Reports Server Embedded 2008 with Service Pack 4 for Windows Supported Platforms

Crystal Reports Server Embedded 2008 with Service Pack 4 for Windows Supported Platforms Crystal Reports Server Embedded 2008 with Service Pack 4 for Windows Supported Platforms Applies to: Crystal Reports Server Embedded 2008 with Service Pack 4. Summary This document contains information

More information

Crystal Reports XI Release 2 for Windows

Crystal Reports XI Release 2 for Windows Revision Date: March 14, 2007 Crystal Reports XI Release 2 for Windows Overview Contents This document lists specific platforms and configurations for the Crystal Reports XI Release 2. INTRODUCTION...

More information

BusinessObjects Data Services XI 3.1 SP1 for Windows

BusinessObjects Data Services XI 3.1 SP1 for Windows Revision Date: September 30, 2008 BusinessObjects Data Services XI 3.1 SP1 for Windows Overview Contents This document lists specific platforms and configurations for the BusinessObjects Data Services

More information

LoadRunner. Installation Guide. Software Version: Go to HELP CENTER ONLINE

LoadRunner. Installation Guide. Software Version: Go to HELP CENTER ONLINE LoadRunner Software Version: 12.56 Installation Guide Go to HELP CENTER ONLINE http://admhelp.microfocus.com/lr/ Document Release Date: February 2018 Software Release Date: February 2018 Legal Notices

More information

HPE 3PAR OS GA Patch 12

HPE 3PAR OS GA Patch 12 HPE 3PAR OS 3.3.1 GA Patch 12 Upgrade Instructions Abstract This upgrade instructions document is for installing Patch 12 on the HPE 3PAR Operating System Software OS-3.3.1.215-GA. This document is for

More information

Project and Portfolio Management Center

Project and Portfolio Management Center Project and Portfolio Management Center Software Version: 9.41 Deployment Management Extension for Oracle E- Business Suite Guide for PPM Go to HELP CENTER ONLINE http://admhelp.microfocus.com/ppm/ Document

More information

HPE WPF and Silverlight Add-in Extensibility

HPE WPF and Silverlight Add-in Extensibility HPE WPF and Silverlight Add-in Extensibility Software Version: 14.02 WPF and Silverlight Developer Guide Go to HELP CENTER ONLINE https://admhelp.microfocus.com/uft/ Document Release Date: November 21,

More information

Connectivity Pack for Microsoft Guide

Connectivity Pack for Microsoft Guide HP Vertica Analytic Database Software Version: 7.0.x Document Release Date: 5/2/2018 Legal Notices Warranty The only warranties for Micro Focus products and services are set forth in the express warranty

More information

HPE 3PAR OS MU5 Patch 49 Release Notes

HPE 3PAR OS MU5 Patch 49 Release Notes HPE 3PAR OS 3.2.1 MU5 Patch 49 Release Notes This release notes document is for Patch 49 and intended for HPE 3PAR Operating System Software + P39. Part Number: QL226-99362a Published: October 2016 Edition:

More information

ARIS Platform Matrix ARIS Products Version 9.8 April 2015

ARIS Platform Matrix ARIS Products Version 9.8 April 2015 ARIS Platform Matrix ARIS Products Version 9.8 April 05 This document applies to ARIS Version 9.8 and to all subsequent releases. Specifications contained herein are subject to change and these changes

More information

Silk Performer Release Notes

Silk Performer Release Notes Silk Performer 19.5 Release Notes Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 1992-2018. All rights reserved. MICRO FOCUS, the

More information

SAP Business One, version for SAP HANA Platform Support Matrix

SAP Business One, version for SAP HANA Platform Support Matrix Platform Support Matrix Document Version: 1.17 2017-05-04 Platform Support Matrix Release 9.0 and higher Typographic Conventions Type Style Example Description Words or characters quoted from the screen.

More information