IBM Rational Rhapsody TestConductor Add On. Testing on an Integrity Target
|
|
|
- Abner Floyd
- 9 years ago
- Views:
Transcription
1 IBM Rational Rhapsody TestConductor Add On Testing on an Integrity Target 1
2 Rhapsody IBM Rational Rhapsody TestConductor Add On Testing on an Integrity Target Release
3 License Agreement No part of this publication may be reproduced, transmitted, stored in a retrieval system, nor translated into any human or computer language, in any form or by any means, electronic, mechanical, magnetic, optical, chemical, manual or otherwise, without the prior written permission of the copyright owner, BTC Embedded Systems AG. The information in this publication is subject to change without notice, and BTC Embedded Systems AG assumes no responsibility for any errors which may appear herein. No warranties, either expressed or implied, are made regarding Rhapsody software including documentation and its fitness for any particular purpose. Trademarks IBM Rational Rhapsody, IBM Rational Rhapsody Automatic Test Generation Add On, and IBM Rational Rhapsody TestConductor Add On are registered trademarks of IBM Corporation. All other product or company names mentioned herein may be trademarks or registered trademarks of their respective owners. Copyright BTC Embedded Systems AG. All rights reserved. 3
4 Contents Content Contents...4 Contacting IBM Rational Software Support...5 Introduction...6 Execution of TestCases on the Integrity Target (animation based testing mode)...7 Preparing the Code Generation Configuration...7 Settings of the Code Generation Component...7 Settings of the Code Generation Configuration...7 Properties of the Code Generation Configuration...7 Preparing the Test Architecture...8 Preparing the TestPackage...8 Properties of the TestPackage...8 Executing a TestCase...8 Execution of TestCases on the Integrity Target (assertion based testing mode)...10 Environment INTEGRITY5: Preparing the Code Generation Configuration...10 Settings of the Code Generation Component...10 Settings of the Code Generation Configuration...10 Properties of the Code Generation Configuration...11 Tags of the Code Generation Configuration:...12 Environment INTEGRITY5: Executing a TestCase...12 Limitations
5 Contacting IBM Rational Software Support IBM Rational Software Support provides you with technical assistance. The IBM Rational Software Support Home page for Rational products can be found at For contact information and guidelines or reference materials that you need for support, read the IBM Software Support Handbook. For Rational software product news, events, and other information, visit the IBM Rational Software Web site. Voice support is available to all current contract holders by dialing a telephone number in your country (where available). For specific country phone numbers, go to Before you contact IBM Rational Software Support, gather the background information that you will need to describe your problem. When describing a problem to an IBM software support specialist, be as specific as possible and include all relevant background information so that the specialist can help you solve the problem efficiently. To save time, know the answers to these questions: What software versions were you running when the problem occurred? Do you have logs, traces, or messages that are related to the problem? Can you reproduce the problem? If so, what steps do you take to reproduce it? Is there a workaround for the problem? If so, be prepared to describe the workaround. 5
6 Introduction This document describes how TestCases can be executed with IBM Rational Rhapsody TestConductor Add On on an Integrity target, while Rhapsody is running on a Windows or Linux host. We assume the basic installation is already done: The tools needed to develop software for an Integrity target are installed (for example Greenhills multi IDE, compiler, Integrity simulator, etc.). Rhapsody is installed on the Windows or Linux host and the Rhapsody adapter for development of applications for an Integrity target is installed and prepared. We will describe the execution of TestCases with the Integrity simulator using an example. In the first section of this document, testing on an Integrity target using the animation based testing mode is described. For this testing mode, also a TCP/IP connection between Rhapsody and the tested application is needed. In the second section, testing on an Integrity target using the assertion based testing mode is described. This new testing mode is available since Rhapsody
7 Execution of TestCases on the Integrity Target (animation based testing mode) Please follow the steps as described in the sections below. Preparing the Code Generation Configuration Settings of the Code Generation Component Add some settings in the Settings dialog of the CG Component: General::Include Path <path to Rhapsody Share>/../TestConductor enter the path to the Rhapsody Share folder instead of the variable $OMROOT, as Integrity make tool does not expand the $OMROOT variable by default. Settings of the Code Generation Configuration Add some settings in the Settings dialog of the CG Configuration: Settings::Libraries libivfs.a Settings::Environment INTEGRITY5 Settings::CompilerSwitches -DUSE_IOSTREAM -DTC_INTEGRITY Properties of the Code Generation Configuration Adjust some properties in the CG and in the CPP_CG subject (when testing a C application use the corresponding properties of the subject C_CG instead); example using environment INTEGRITY5: CPP_CG::INTEGRITY5::RemoteHost set the value to the IP of the Integrit simulator or target, for example
8 (depends on your installation). This is needed only when using instrumentation mode Animation. CPP_CG::INTEGRITY5::IDEInterfaceDLL <multi install path>/rhapsody_multi_ide.dll Enter the full installation path of the installed multi IDE tool (for example: C:\ghs\multi_614). CPP_CG::INTEGRITY5::IntegrityRoot <integrity install path> Enter the full installation path of the installed integrity sources (for example: C:\ghs\int1104). Preparing the Test Architecture The TestConfiguration of the TestContext shall depend on the CG Configuration with the proper settings for Integrity. This way the application is started in the Integrity simulator if the TestCase execution is activated. Preparing the TestPackage Properties of the TestPackage TestConductor::TestCase::ResetAppBeforeStartTest unchecked - This means that TestConductor does not reset/start an already running (e.g. started by Rhapsody) application again, if the user presses Execute Test Case. So the test case execution is simple attached to the already running application. Executing a TestCase Start the Integrity MULTI Project Manager and load a kernel project (this kernel project must contain: Debugging, Dynamic Load, Resource Manager, File System Client, Core File Collection) Start the MULTI Debugger/Simulator via Debug <kernel> menue entry point Connect <kernel> with the simulator (for example INTEGRITY Simulator for PowerPC (isimppc) ) In the MULTI console, enter command: set_runmode_partner -auto In the MULTI console, enter command: c (this loads the kernel into the debugger / simulator) Connect Rhapsody with the Integrity simulator: In Rhapsody, menu Code->Target- >Connect Update the TestCase (from the context menu of the TestCase) Build the TestCase (from the context menu of the TestCase). It generates code, compiles and builds the application. 8
9 Download the built application to the simulator: In Rhapsody, menu Code->Target-> Download Press Go within the simulator, in order to launch the downloaded application within the simulator. Note, that the Animation Toolbar within Rhapsody gets active, after the user has started the application in the simulator. Execute the TestCase (from the context menu of the TestCase). Then the test case execution is simple attached to the already running application, while TestConductor is driving and monitoring the TestCase execution on the host machine. TestConductor shows the status of the test execution in the test execution window. Inspect the result of the TestCase execution: TestConductor automatically adds the detailed html result for the TestCase execution to the Rhapsody model. Also, execution of several TestCases in a row is possible by invoking Execute TestContext on a TestContext or by invoking Execute TestPackage on a TestPackage. 9
10 Execution of TestCases on the Integrity Target (assertion based testing mode) Please follow the steps as described in the sections below. Depending on the used environment (INTEGRITY5, Integrity5ESTL) some properties or tags must be set differently. This table shows the Integrity environments supported by TestConductor. For all supported environments, some properties and tags need to be adjusted manually (see details in the next sections). Environment C++ C INTEGRITY5 Supported Supported Integrity5ESTL Environment INTEGRITY5: Preparing the Code Generation Configuration Settings of the Code Generation Component Add some settings in the Settings dialog of the CG Component: General::Include Path <path to Rhapsody Share>/../TestConductor enter the path to the Rhapsody Share folder instead of the variable $OMROOT, as Integrity make tool does not expand the $OMROOT variable by default. Settings of the Code Generation Configuration Add some settings in the Settings dialog of the CG Configuration: Settings::Libraries libivfs.a Settings::Environment INTEGRITY5 10
11 Settings::CompilerSwitches -DUSE_IOSTREAM -DTC_INTEGRITY Properties of the Code Generation Configuration Adjust some properties in the CG and in the CPP_CG subject (when testing a C application use the corresponding properties of the subject C_CG instead); example using environment INTEGRITY5: CPP_CG::INTEGRITY5::BLDTarget sim800 CPP_CG::INTEGRITY5::RemoteHost set the value to the IP of the Integrit simulator or target, for example (depends on your installation). This is needed only when using instrumentation mode Animation. CPP_CG::INTEGRITY5::IDEInterfaceDLL <multi install path>/rhapsody_multi_ide.dll Enter the full installation path of the installed multi IDE tool (for example: C:\ghs\multi_614). CPP_CG::INTEGRITY5::IntegrityRoot <integrity install path> Enter the full installation path of the installed integrity sources (for example: C:\ghs\int1104). CPP_CG::INTEGRITY5::RTC_DownloadApplication Checked, if TestConductor should automatically download the application to the target CPP_CG::Configuration::Environment INTEGRITY5 CPP_CG::Configuration::ImplementationProlog extern C FILE* hostio_fopen(const char* filename, const char* mode); CG::Configuration::PreFrameworkInitCode char c1[200]; char c2[200]; FILE *f = hostio_fopen("<path_to_cg_component_folder>\\defaultconfig\\test_args.txt", "r"); if (f!= NULL) { if(fgets(c1, 200, f)) { int i = strlen(c1); if (c1[i - 1] == '\n') c1[i - 1] = '\0'; if (c1[i - 2] == '\r') c1[i - 2] = '\0'; } if(fgets(c2, 200, f)) { 11
12 } fclose(f); int i = strlen(c2); if (c2[i - 1] == '\n') c2[i - 1] = '\0'; if (c2[i - 2] == '\r') c2[i - 2] = '\0'; } int argc=8; char* argv[]={"-resultfile","rtcresult.rst","-logfile","rtclog.txt","-tcontext",c1,"- tcase",c2}; Set up your own project path for <path_to_cg_component_folder> (for example: C:\\Users\\qa_user\\IBM\\Rational\\Rhapsody\\8.1\\11_Multiply\\TPkg_Multiply_Co mp). Tags of the Code Generation Configuration: rtc_testexecution_script_content C: cd $CONFIGDIR echo $tcontext>test_args.txt echo $tcase>>test_args.txt "$executable" -resultfile "$rtc_resultfile" -logfile "$rtc_logfile" -tcontext $tcontext -tcase $tcase TIMEOUT 30 rtc_result_filename C:/ghs/int1104/sim800/rtcresult.rst After applying these changes, TestConductor tests can be executed on the Integrity target using the standard TestConductor work flow: Create and specify tests, update, build and execute tests. Environment INTEGRITY5: Executing a TestCase Start the Integrity MULTI Project Manager and load a kernel project (this kernel project must contain: Debugging, Dynamic Load, Resource Manager, File System Client, Core File Collection) Start the MULTI Debugger/Simulator via Debug <kernel> menue entry point Connect <kernel> with INTEGRITY Simulator for PowerPC (isimppc) In the MULTI console, enter command: set_runmode_partner -auto In the MULTI console, enter command: c (this loads the kernel into the debugger / simulator) Connect Rhapsody with the Integrity simulator: In Rhapsody, menu Code->Target- >Connect Update the TestCase (from the context menu of the TestCase) 12
13 Build the TestCase (from the context menu of the TestCase). It generates code, compiles and builds the application. Download the built application to the simulator: In Rhapsody, menu Code->Target-> Download (not needed if property CPP_CG::INTEGRITY5::RTC_Download Application is checked) Execute the TestCase (from the context menu of the TestCase). The application is downloaded on the target (if property CPP_CG::INTEGRITY5::RTC_Download Application is checked). Then the application is launched on the target (by the user who must press Go within the simulator), while TestConductor is driving and monitoring the TestCase execution on the host machine. TestConductor shows the status of the test execution in the test execution window. Inspect the result of the TestCase execution: TestConductor automatically adds the detailed html result for the TestCase execution to the Rhapsody model. Also, execution of several TestCases in a row is possible by invoking Execute TestContext on a TestContext or by invoking Execute TestPackage on a TestPackage. 13
14 Limitations The Computation of Code Coverage together with an Integrity environment is currently not supported. 14
IBM Rational Rhapsody
IBM Rational Rhapsody IBM Rational Rhapsody Kit for DO-178B/C Overview Version 1.8 License Agreement No part of this publication may be reproduced, transmitted, stored in a retrieval system, nor translated
IBM Rational Rhapsody Gateway Add On. CaliberRM Coupling Notes
CaliberRM Coupling Notes Rhapsody IBM Rational Rhapsody Gateway Add On CaliberRM Coupling Notes License Agreement No part of this publication may be reproduced, transmitted, stored in a retrieval system,
PetaLinux SDK User Guide. Application Development Guide
PetaLinux SDK User Guide Application Development Guide Notice of Disclaimer The information disclosed to you hereunder (the "Materials") is provided solely for the selection and use of Xilinx products.
Installation and User Guide Zend Browser Toolbar
Installation and User Guide Zend Browser Toolbar By Zend Technologies, Inc. Disclaimer The information in this help is subject to change without notice and does not represent a commitment on the part of
Rhapsody in C++ Tutorial
Tutorial for TestConductor for Rhapsody in C++ Rhapsody in C++ Tutorial for IBM Rational Rhapsody TestConductor Add On License Agreement No part of this publication may be reproduced, transmitted, stored
MDM Mass Configuration Tool User s Manual
User s Manual First Edition, October 2010 www.moxa.com/product 2010 Moxa Inc. All rights reserved. Reproduction without permission is prohibited. User s Manual The software described in this manual is
StarWind iscsi SAN Software: Installing StarWind on Windows Server 2008 R2 Server Core
StarWind iscsi SAN Software: Installing StarWind on Windows Server 2008 R2 Server Core www.starwindsoftware.com Copyright 2008-2011. All rights reserved. COPYRIGHT Copyright 2008-2011. All rights reserved.
Moxa Device Manager 2.3 User s Manual
User s Manual Third Edition, March 2011 www.moxa.com/product 2011 Moxa Inc. All rights reserved. User s Manual The software described in this manual is furnished under a license agreement and may be used
HyperFS PC Client Tools
SAN Management Software HyperFS PC Client Tools This guide provides step-by-step instructions for setup, configuration, and maintenance of the Rorke Data HyperFS SAN Management Software Ver 2.1 May 11,
Setting up VMware ESXi for 2X VirtualDesktopServer Manual
Setting up VMware ESXi for 2X VirtualDesktopServer Manual URL: www.2x.com E-mail: [email protected] Information in this document is subject to change without notice. Companies, names, and data used in examples
RealView Developer Suite Version 2.1
RealView Developer Suite Version 2.1 Installation Guide for Windows, Sun Solaris, and Red Hat Linux ARM DSI 0033B RealView Developer Suite v2.1 Installation Guide for Windows, Sun Solaris, and Red Hat
Moxa Device Manager 2.0 User s Guide
First Edition, March 2009 www.moxa.com/product 2009 Moxa Inc. All rights reserved. Reproduction without permission is prohibited. Moxa Device Manager 2.0 User Guide The software described in this manual
Veeam Task Manager for Hyper-V
Veeam Task Manager for Hyper-V Version 1.0 User Guide July, 2014 2014 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication may be
StarWind iscsi SAN Software: Using with Citrix XenServer
StarWind iscsi SAN Software: Using with Citrix XenServer www.starwindsoftware.com Copyright 2008-2010. All rights reserved. COPYRIGHT Copyright 2008-2010. All rights reserved. No part of this publication
9236245 Issue 2EN. Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation
9236245 Issue 2EN Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation Nokia 9300 Configuring connection settings Legal Notice Copyright Nokia 2005. All rights reserved. Reproduction,
2X Cloud Portal v10.5
2X Cloud Portal v10.5 URL: www.2x.com E-mail: [email protected] Information in this document is subject to change without notice. Companies, names, and data used in examples herein are fictitious unless otherwise
Canaveral iq WBT Add-on for Windows CE 2.12-based Wyse Terminals
Canaveral iq WBT Add-on for Windows CE 2.12-based Wyse Terminals Release 1.5 Installation Guide Abstract This document addresses an administrator s and the user s interactions with Canaveral iq. In addition,
TIBCO ActiveMatrix BusinessWorks Plug-in for TIBCO Managed File Transfer Software Installation
TIBCO ActiveMatrix BusinessWorks Plug-in for TIBCO Managed File Transfer Software Installation Software Release 6.0 November 2015 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS
EMC ViPR Controller Add-in for Microsoft System Center Virtual Machine Manager
EMC ViPR Controller Add-in for Microsoft System Center Virtual Machine Manager Version 2.3 Installation and Configuration Guide 302-002-080 01 Copyright 2013-2015 EMC Corporation. All rights reserved.
www.novell.com/documentation Policy Guide Access Manager 3.1 SP5 January 2013
www.novell.com/documentation Policy Guide Access Manager 3.1 SP5 January 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this documentation,
ShoreTel Enterprise Contact Center Using Agent Toolbar
ShoreTel Enterprise Contact Center Using Agent Toolbar USER GUIDES RELEASE 7 Document and Software Copyrights Copyright 1998 2011 ShoreTel, Inc. All rights reserved. Printed in the United States of America.
Subversion Server for Windows
Subversion Server for Windows VisualSVN Team VisualSVN Server: Subversion Server for Windows VisualSVN Team Copyright 2005-2008 VisualSVN Team Windows is a registered trademark of Microsoft Corporation.
Reason 8 Multi Licenses
MULTI LICENSES The information in this document is subject to change without notice and does not represent a commitment on the part of Propellerhead Software AB. The software described herein is subject
Identikey Server Getting Started Guide 3.1
Identikey Server Getting Started Guide 3.1 Disclaimer of Warranties and Limitations of Liabilities Disclaimer of Warranties and Limitations of Liabilities The Product is provided on an 'as is' basis, without
753 Broad Street Phone: 706-312-3535 Suite 200 Fax: 706-868-8655 Augusta, GA 30901-5518. Copyrights
Ipswitch, Inc. Web: www.imailserver.com 753 Broad Street Phone: 706-312-3535 Suite 200 Fax: 706-868-8655 Augusta, GA 30901-5518 Copyrights 1995-2011 Ipswitch, Inc. All rights reserved. IMail Collaboration
BrightStor ARCserve Backup for Linux
BrightStor ARCserve Backup for Linux Agent for MySQL Guide r11.5 D01213-2E This documentation and related computer software program (hereinafter referred to as the "Documentation") is for the end user's
Clearview Customer Web Access
Clearview Customer Web Access This document outlines the Clearview Process flows for Logging in to Customer Web Access Service Listing o Service Order Desktop o Service Tasks o Viewing Service Schedules
Xcalibur Global Version 1.2 Installation Guide Document Version 3.0
Xcalibur Global Version 1.2 Installation Guide Document Version 3.0 December 2010 COPYRIGHT NOTICE TRADEMARKS 2010 Chip PC Inc., Chip PC (Israel) Ltd., Chip PC (UK) Ltd., Chip PC GmbH All rights reserved.
User Document. Adobe Acrobat 7.0 for Microsoft Windows Group Policy Objects and Active Directory
Adobe Acrobat 7.0 for Microsoft Windows Group Policy Objects and Active Directory Copyright 2005 Adobe Systems Incorporated. All rights reserved. NOTICE: All information contained herein is the property
AG MacOS Standalone Array Client Administration Guide
AG MacOS Standalone Array Client Administration Guide Copyright Statement Copyright Statement Copyright 2015 Array Networks, Inc., 1371 McCarthy Blvd, Milpitas, California 95035, USA. All rights reserved.
IBM Rational Rhapsody
IBM Rational Rhapsody IBM Rational Rhapsody Reference Workflow Guide Version 1.9 License Agreement No part of this publication may be reproduced, transmitted, stored in a retrieval system, nor translated
Enhanced Diagnostics Improve Performance, Configurability, and Usability
Application Note Enhanced Diagnostics Improve Performance, Configurability, and Usability Improved Capabilities Available for Dialogic System Release Software Application Note Enhanced Diagnostics Improve
TIBCO Enterprise Administrator Release Notes
TIBCO Enterprise Administrator Release Notes Software Release 2.2.0 March 2015 Two-Second Advantage 2 Important SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED
IBM Tivoli Web Response Monitor
IBM Tivoli Web Response Monitor Release Notes Version 2.0.0 GI11-4068-00 +---- Note ------------------------------------------------------------+ Before using this information and the product it supports,
StarWind iscsi SAN Software: Using StarWind with VMware ESX Server
StarWind iscsi SAN Software: Using StarWind with VMware ESX Server www.starwindsoftware.com Copyright 2008-2010. All rights reserved. COPYRIGHT Copyright 2008-2010. All rights reserved. No part of this
How to deploy console cable to connect WIAS-3200N and PC, to reset setting or check status via console
System s web management can also be accesses via WAN port as long as the administrator uses an IP address listed in Management IP Address List setting. If both WAN and LAN ports are unable to reach web
jbase 5 Install on Amazon AWS a Primer
jbase 5 Install on Amazon AWS a Primer Revision 1.0 August 2012 1 jbase 5 Install on Amazon AWS This document contains proprietary information that is protected by copyright. No part of this document may
NetBackup Backup, Archive, and Restore Getting Started Guide
NetBackup Backup, Archive, and Restore Getting Started Guide UNIX, Windows, and Linux Release 6.5 Veritas NetBackup Backup, Archive, and Restore Getting Started Guide Copyright 2007 Symantec Corporation.
DP-313 Wireless Print Server
DP-313 Wireless Print Server Quick Installation Guide TCP/IP Printing (LPR for Windows 95/98/Me/2000) Rev. 03 (August, 2001) Copyright Statement Trademarks Copyright 1997 No part of this publication may
PORTA ONE. Porta Switch. Handbook: Unified Communications Maintenance Release 24. www.portaone.com
PORTA ONE Porta Switch Handbook: Unified Communications Maintenance Release 24 www.portaone.com Porta Switch PortaSwitch Handbook: Unified Communications Copyright Notice & Disclaimers Copyright 2000-2012
Setting up VMware Server v1 for 2X VirtualDesktopServer Manual
Setting up VMware Server v1 for 2X VirtualDesktopServer Manual URL: www.2x.com E-mail: [email protected] Information in this document is subject to change without notice. Companies, names, and data used in examples
StarWind iscsi SAN Software: Using an existing SAN for configuring High Availability storage with Windows Server 2003 and 2008
StarWind iscsi SAN Software: Using an existing SAN for configuring High Availability storage with Windows Server 2003 and 2008 www.starwindsoftware.com Copyright 2008-2011. All rights reserved. COPYRIGHT
eg Enterprise v5.2 Clariion SAN storage system eg Enterprise v5.6
EMC Configuring Clariion and SAN and Monitoring Monitoring storage an system EMC an eg Enterprise v5.2 Clariion SAN storage system eg Enterprise v5.6 Restricted Rights Legend The information contained
SMS Database System Quick Start. [Version 1.0.3]
SMS Database System Quick Start [Version 1.0.3] Warning ICP DAS Inc., LTD. assumes no liability for damages consequent to the use of this product. ICP DAS Inc., LTD. reserves the right to change this manual
DS-5 ARM. Using the Debugger. Version 5.7. Copyright 2010, 2011 ARM. All rights reserved. ARM DUI 0446G (ID092311)
ARM DS-5 Version 5.7 Using the Debugger Copyright 2010, 2011 ARM. All rights reserved. ARM DUI 0446G () ARM DS-5 Using the Debugger Copyright 2010, 2011 ARM. All rights reserved. Release Information The
Setup and Configuration Guide for Pathways Mobile Estimating
Setup and Configuration Guide for Pathways Mobile Estimating Setup and Configuration Guide for Pathways Mobile Estimating Copyright 2008 by CCC Information Services Inc. All rights reserved. No part of
Novell Identity Manager Resource Kit
AUTHORIZED DOCUMENTATION Installation Guide for SUSE Linux Enterprise Server 10 SP2 Novell Identity Manager Resource Kit 1.2 August 17, 2009 www.novell.com Identity Manager Resource Kit 1.2 Installation
StreamServe Persuasion SP4 StreamServe Connect for SAP - Business Processes
StreamServe Persuasion SP4 StreamServe Connect for SAP - Business Processes User Guide Rev A StreamServe Persuasion SP4StreamServe Connect for SAP - Business Processes User Guide Rev A SAP, mysap.com,
Installing Microsoft Exchange Integration for LifeSize Control
Installing Microsoft Exchange Integration for LifeSize Control September 2005 Part Number 132-00002-001, Version 1.1 Copyright Notice Copyright 2005 LifeSize Communications. All rights reserved. LifeSize
2 Installing Privileged User Manager 2.3
NetIQ Privileged User Manager 2.3.2 Release Notes January, 2013 1 Documentation The following sources provide information about Privileged User Manager: Privileged User Manager 2.3 Documentation Site (http://www.novell.com/documentation/
Citrix EdgeSight for Load Testing Installation Guide. Citrix EdgeSight for Load Testing 3.8
Citrix EdgeSight for Load Testing Installation Guide Citrix EdgeSight for Load Testing 3.8 Copyright Use of the product documented in this guide is subject to your prior acceptance of the End User License
MultiOne. Getting started
MultiOne Getting started Philips Lighting B.V. 2015 1 Introduction This Getting started guide covers the following topics to help you start using MultiOne: The MultiOne system The MultiOne software Working
Change Management for Rational DOORS User s Guide
Change Management for Rational DOORS User s Guide Before using this information, read the general information under Appendix: Notices on page 58. This edition applies to Change Management for Rational
SELF SERVICE RESET PASSWORD MANAGEMENT BACKUP GUIDE
SELF SERVICE RESET PASSWORD MANAGEMENT BACKUP GUIDE Copyright 1998-2015 Tools4ever B.V. All rights reserved. No part of the contents of this user guide may be reproduced or transmitted in any form or by
Smart Control Center. User Guide. 350 East Plumeria Drive San Jose, CA 95134 USA. November 2010 202-10685-01 v1.0
Smart Control Center User Guide 350 East Plumeria Drive San Jose, CA 95134 USA November 2010 202-10685-01 v1.0 2010 NETGEAR, Inc. All rights reserved. No part of this publication may be reproduced, transmitted,
Project management integrated into Outlook
y Project management integrated into Outlook InLoox PM 7.x Help for the configuration for MySQL-Server An InLoox Whitepaper Published: October 2011 Copyright: InLoox GmbH 2011 You find up-to-date information
Web Enabled Software for 8614xB-series Optical Spectrum Analyzers. Installation Guide
for 8614xB-series Optical Spectrum Analyzers Installation Guide Copyright Agilent Technologies Company 2001 All Rights Reserved. Reproduction, adaptation, or translation without prior written permission
ShoreTel Contact Center Using ShoreWare Agent Toolbar
ShoreTel Contact Center Using ShoreWare Agent Toolbar USER GUIDES RELEASE 6 Document and Software Copyrights Copyright 1998 2010 ShoreTel, Inc. All rights reserved. Printed in the United States of America.
Troubleshooting File and Printer Sharing in Microsoft Windows XP
Operating System Troubleshooting File and Printer Sharing in Microsoft Windows XP Microsoft Corporation Published: November 2003 Updated: August 2004 Abstract File and printer sharing for Microsoft Windows
EventTracker: Configuring DLA Extension for AWStats Report AWStats Reports
EventTracker: Configuring DLA Extension for AWStats Report AWStats Reports Publication Date: Oct 18, 2011 EventTracker 8815 Centre Park Drive Columbia MD 21045 www.eventtracker.com About This Guide Abstract
Configuring IBM Cognos Controller 8 to use Single Sign- On
Guideline Configuring IBM Cognos Controller 8 to use Single Sign- On Product(s): IBM Cognos Controller 8.2 Area of Interest: Security Configuring IBM Cognos Controller 8 to use Single Sign-On 2 Copyright
Configuration Guide. SafeNet Authentication Service AD FS Agent
SafeNet Authentication Service AD FS Agent Configuration Guide Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights reserved. 1 Document
Prisma II Software Upgrade Program (SOUP) Installation Guide
Prisma II Software Upgrade Program (SOUP) Installation Guide Overview The Prisma II Software Upgrade Program (SOUP) is a user-friendly utility that allows users to perform firmware upgrades on Prisma II
User Guide. SysMan Utilities. By Sysgem AG
SysMan Utilities User Guide By Sysgem AG Sysgem is a trademark of Sysgem AG. Other brands and products are registered trademarks of their respective holders. 2013 Sysgem AG, Lavaterstr. 45, CH-8002 Zürich,
EVault Endpoint Protection 7.0 Single Sign-On Configuration
Revision: This manual has been provided for Version 7.0 (July 2014). Software Version: 7.0 2014 EVault Inc. EVault, A Seagate Company, makes no representations or warranties with respect to the contents
IBM WebSphere Partner Gateway V6.2.1 Advanced and Enterprise Editions
IBM WebSphere Partner Gateway V6.2.1 Advanced and Enterprise Editions Integrated SFTP server 2011 IBM Corporation The presentation gives an overview of integrated SFTP server feature IntegratedSFTPServer.ppt
Novell Access Manager
J2EE Agent Guide AUTHORIZED DOCUMENTATION Novell Access Manager 3.1 SP3 February 02, 2011 www.novell.com Novell Access Manager 3.1 SP3 J2EE Agent Guide Legal Notices Novell, Inc., makes no representations
CodeWarrior Development Studio for Freescale S12(X) Microcontrollers Quick Start
CodeWarrior Development Studio for Freescale S12(X) Microcontrollers Quick Start SYSTEM REQUIREMENTS Hardware Operating System Disk Space PC with 1 GHz Intel Pentum -compatible processor 512 MB of RAM
4.0. Offline Folder Wizard. User Guide
4.0 Offline Folder Wizard User Guide Copyright Quest Software, Inc. 2007. All rights reserved. This guide contains proprietary information, which is protected by copyright. The software described in this
LPR for Windows 95/98/Me/2000/XP TCP/IP Printing User s Guide. Rev. 03 (November, 2001)
LPR for Windows 95/98/Me/2000/XP TCP/IP Printing User s Guide Rev. 03 (November, 2001) Copyright Statement Trademarks Copyright 1997 No part of this publication may be reproduced in any form or by any
Installing and Configuring DB2 10, WebSphere Application Server v8 & Maximo Asset Management
IBM Tivoli Software Maximo Asset Management Installing and Configuring DB2 10, WebSphere Application Server v8 & Maximo Asset Management Document version 1.0 Rick McGovern Staff Software Engineer IBM Maximo
Application Interface Services Server for Mobile Enterprise Applications Configuration Guide Tools Release 9.2
[1]JD Edwards EnterpriseOne Application Interface Services Server for Mobile Enterprise Applications Configuration Guide Tools Release 9.2 E61545-01 October 2015 Describes the configuration of the Application
EView/400i Management Pack for Systems Center Operations Manager (SCOM)
EView/400i Management Pack for Systems Center Operations Manager (SCOM) Concepts Guide Version 6.3 November 2012 Legal Notices Warranty EView Technology makes no warranty of any kind with regard to this
Andreas Burghart 6 October 2014 v1.0
Yocto Qt Application Development Andreas Burghart 6 October 2014 Contents 1.0 Introduction... 3 1.1 Qt for Embedded Linux... 3 1.2 Outline... 4 1.3 Assumptions... 5 1.4 Corrections... 5 1.5 Version...
CA Unified Infrastructure Management Server
CA Unified Infrastructure Management Server CA UIM Server Configuration Guide 8.0 Document Revision History Version Date Changes 8.0 September 2014 Rebranded for UIM 8.0. 7.6 June 2014 No revisions for
ALTIRIS Notification Connector Configuration Guide
ALTIRIS Notification Connector Configuration Guide Notice Altiris Notification Connector Configuration Guide 2007 Altiris, Inc. All rights reserved. Document Date: February 27, 2007 Information in this
NBMR. Bare Machine Recovery for EMC NetWorker. User Guide. For Linux. June 2014. Version 7.1.2. Cristie Data Products GmbH Nordring 53-55
NBMR Bare Machine Recovery for EMC NetWorker User Guide For Linux June 2014 Version 7.1.2 Cristie Softw are Ltd. New Mill Chestnut Lane Stroud GL5 3EH United Kingdom Tel:+44(0)1453 847000 Fax:+44(0)1453
CA XCOM Data Transport for Windows Server/Professional
CA XCOM Data Transport for Windows Server/Professional Installation Guide Release 11.6 Second Edition This Documentation, which includes embedded help systems and electronically distributed materials,
Quick Start Guide. For Thick and/or Thin Client Environments. Released: February 2012
Quick Start Guide For Thick and/or Thin Client Environments Released: February 2012 Revised: August 12, 2013 Copyright Notice UniPrint, a Division of ACCEO Solutions, Inc. and its affiliates, makes no
USB GSM 3G modem RMS-U-GSM-3G. Manual (PDF) Version 1.0, 2014.8.1
USB GSM 3G modem RMS-U-GSM-3G Manual (PDF) Version 1.0, 2014.8.1 2014 CONTEG, spol. s r.o. All rights reserved. No part of this publication may be used, reproduced, photocopied, transmitted or stored in
Novell ZENworks 10 Configuration Management SP3
AUTHORIZED DOCUMENTATION Software Distribution Reference Novell ZENworks 10 Configuration Management SP3 10.3 November 17, 2011 www.novell.com Legal Notices Novell, Inc., makes no representations or warranties
Sophos Anti-Virus for NetApp Storage Systems startup guide
Sophos Anti-Virus for NetApp Storage Systems startup guide Runs on Windows 2000 and later Product version: 1 Document date: April 2012 Contents 1 About this guide...3 2 About Sophos Anti-Virus for NetApp
CA APM Cloud Monitor. Scripting Guide. Release 8.2
CA APM Cloud Monitor Scripting Guide Release 8.2 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for
OpenInsight 9.3 Arev32 Quick Start Guide
OpenInsight 9.3 Arev32 Quick Start Guide A Division of Revelation Technologies, Inc. COPYRIGHT NOTICE 1996-2011 Revelation Technologies, Inc. All rights reserved. No part of this publication may be reproduced
EventTracker: Configuring DLA Extension for AWStats report AWStats Reports
EventTracker: Configuring DLA Extension for AWStats report AWStats Reports Prism Microsystems Corporate Headquarter Date: October 18, 2011 8815 Centre Park Drive Columbia MD 21045 (+1) 410.953.6776 (+1)
ElectricCommander. Technical Notes MS Visual Studio Add-in Integration version 1.5.0. version 3.5 or higher. October 2010
ElectricCommander version 3.5 or higher Technical Notes MS Visual Studio Add-in Integration version 1.5.0 October 2010 This document contains information about the ElectricCommander integration with the
Lab 3.1.2 Creating a Logical Network Diagram
Lab 3.1.2 Creating a Logical Network Diagram Objectives Use router and switch commands to obtain information about an existing network. Use Cisco Network Assistant to obtain information about an existing
VERITAS NetBackup 6.0
VERITAS NetBackup 6.0 Backup, Archive, and Restore Getting Started Guide for UNIX, Windows, and Linux N15278C September 2005 Disclaimer The information contained in this publication is subject to change
Using Network Application Development (NAD) with InTouch
Tech Note 256 Using Network Application Development (NAD) with InTouch All Tech Notes and KBCD documents and software are provided "as is" without warranty of any kind. See the Terms of Use for more information.
ArcMail Technology Defender Mail Server Configuration Guide for Microsoft Exchange Server 2003 / 2000
ArcMail Technology Defender Mail Server Configuration Guide for Microsoft Exchange Server 2003 / 2000 Version 3.2 ArcMail Technology 401 Edwards Street, Suite 1601 Shreveport, LA 71101 Support: (888) 790-9252
Virtual Contact Center
Virtual Contact Center MS Dynamics CRM Online Integration Configuration Guide Version 7.1 Revision 1.0 Copyright 2013, 8x8, Inc. All rights reserved. This document is provided for information purposes
Sophos Deployment Packager user guide. Product version: 1.2
Sophos Deployment Packager user guide Product version: 1.2 Document date: September 2014 Contents 1 About this guide...3 2 About Deployment Packager...4 2.1 Deployment Packager known issues and limitations...4
Aras Innovator Internet Explorer Client Configuration
Aras Innovator Internet Explorer Client Configuration Aras Innovator 9.4 Document #: 9.4.012282009 Last Modified: 7/31/2013 Aras Corporation ARAS CORPORATION Copyright 2013 All rights reserved Aras Corporation
PROMISE ARRAY MANAGEMENT (PAM) for
PROMISE ARRAY MANAGEMENT (PAM) for FastTrak SX4030, SX4060 and S150 SX4-M User Manual Version 1.1 PAM for FastTrak SX4030, SX4060 and S150 SX4-M User Manual Copyright 2004 Promise Technology, Inc. All
email-lead Grabber Business 2010 User Guide
email-lead Grabber Business 2010 User Guide Copyright and Trademark Information in this documentation is subject to change without notice. The software described in this manual is furnished under a license
Hyper-V Server 2008 Setup and Configuration Tool Guide
Hyper-V Server 2008 Setup and Configuration Tool Guide Microsoft Corporation Published: October 2008 Author: Cynthia Nottingham Abstract This guide will help you set up and configure Microsoft Hyper-V
Using Microsoft Windows Authentication for Microsoft SQL Server Connections in Data Archive
Using Microsoft Windows Authentication for Microsoft SQL Server Connections in Data Archive 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means
