Mobile App Monitoring. Release Notes. Release 8.0

Size: px
Start display at page:

Download "Mobile App Monitoring. Release Notes. Release 8.0"

Transcription

1 Mobile App Monitoring Release 8.0

2 Mobile App Monitoring 8.0 Mobile App Monitoring 8.0 July 2014 Copyright Notice Copyright Keynote Systems, Inc. All rights reserved. THE INFORMATION CONTAINED IN THIS DOCUMENT IS PROVIDED AS IS WITHOUT ANY EXPRESS REPRESENTATIONS OF WARRANTIES. IN ADDITION, KEYNOTE DISCLAIMS ALL IMPLIED REPRESENTATIONS AND WARRANTIES, INCLUDING ANY WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT OF THIRD PARTY INTELLECTURAL PROPERTY RIGHTS. All text and figures included in this publication are the exclusive property of Keynote and may not be copied, reproduced, or used in any way without the express permission in writing of Keynote. Information in this document is subject to change without notice and does not represent a commitment on the part of Keynote. Keynote may have patents or pending patent applications covering subject matter in this document. The furnishing of this document does not give you any license to these patents except as expressly provided in any written license agreement from Keynote. The trademarks or registered trademarks of Keynote Systems, Inc. in the United States and other countries include Keynote, DataPulse, CustomerScope, Keynote Customer Experience Rankings, Perspective, Keynote Red Alert, Keynote WebEffective, The Internet Performance Authority, MyKeynote, SIGOS, SITE, keynote The Mobile & Internet Performance Authority, Keynote FlexUse, Keynote DeviceAnywhere, DeviceAnywhere, Keynote DemoAnywhere, Keynote MonitorAnywhere. All related trademarks, trade names, logos, characters, design and trade dress are trademarks or registered trademarks of Keynote Systems, Inc. in the United States and other countries and may not be used without written permission. All other trademarks are the property of their respective owners. Please forward any comments or suggestions regarding this document to Keynote Support. Keynote Systems, Inc. 777 Mariners Island Blvd. San Mateo, CA ii Keynote Confidential

3 Mobile App Monitoring 8.0 Contents 1 Overview Main Features Updates Resolved Issues Known Issues Keynote Confidential iii

4 Mobile App Monitoring Overview In the 8.0 release of Mobile App Monitoring, users are able to trace application network activity, say in order to improve network security, as part of direct device interaction or in the context of a measurement script. Another scripting enhancement is the ability to view object layout in a tree in Object commands, making it easier to select an object to work with. Users can suspend and resume monitoring on a device while interacting with it in Studio, and view script execution on a device and an execution log in Studio. For project and script management, users now have the ability to create errors specific to their customer account in the MAM User Errors category. 2 Main Features Application Network Activity Users can capture network activity information of a specified application in a PCAP file in the course of direct device interaction in Studio or as part of a script run. In the device console, select Connect device to local computer > App Activity. Here you can specify the maximum PCAP file size, duration of capture, and storage location. Click Start to choose the application to trace from the Application List (the application process name is automatically displayed). When you stop the trace, you see a dialog box to name and change location for the PCAP file. Figure 2-1 App Activity Tab 4 Keynote Confidential

5 Mobile App Monitoring 8.0 To capture network packet information in a PCAP file as part of a monitor script, use a pair of Trace commands to indicate start and stop points for the trace. Although you can use this command in actions as well as test cases, it is recommended that you capture network trace in test cases. To set up your script for the Trace command: 1 Initiate a network trace on the device in interactive mode so you can identify the process name of the application you wish to trace in your script. Then stop the trace. 2 Close all applications on the device. 3 Insert a Trace command to Start the trace before launching the application. 4 To specify the application to trace, create a variable in the Trace command and use the application process name as its value, e.g., for Chrome, the process name is com.android.chrome. 5 Stop the trace before closing the application. You can only capture a single trace (i.e., one Trace command each to start and stop a trace) in any measurement. If your measurement (test case) contains network trace commands, results for script runs in MyKeynote display information from captured PCAP files. Select your measurement in MyKeynote and generate a scatter plot. Select any data point to view details: In addition to the Test Details tab, you will now see the Application Activity and Network And Device Details tabs. The Application Activity tab shows the total number of bytes and elapsed time during the network trace. It shows each TCP network connection with the destination IP address on the left and a graphical Keynote Confidential 5

6 Mobile App Monitoring 8.0 representation of the packets sent and received. Hover over each network connection graphic to see details. Figure 2-2 Network Connection Information Figure 2-3 Application Activity Tab in MyKeynote The Network And Device Details tab shows average network and device statistics captured during the trace. Figure 2-4 Network & Device Details Tab in MyKeynote 6 Keynote Confidential

7 Mobile App Monitoring 8.0 You can download the PCAP file from the Actions drop-down list at the top-right corner. Viewing Monitor Execution in Studio Any user in a customer account can now log in to Studio and acquire a device to watch monitor execution on it live. CAUTION If you interact with a device as a monitor run is being executed, you will interfere with script results and can cause script failure. As you view monitor execution on the device, you can also see a log of device activity: In the device console, select the Tools icon > Sharing tab > Execution log. Figure 2-5 Execution Log Pausing Monitor Execution in Studio When you acquire a device in Studio, it is recommended that you pause any monitor runs before interacting with or scripting on the device. In the device console, select Connect device to local computer > Monitoring > Suspend to halt monitor script runs (or Resume to continue monitoring). Monitoring is automatically resumed when you release a device. Object Tree As with the DOM viewer to view element structure in Web commands, users now have access to an object tree in Object commands. Keynote Confidential 7

8 Mobile App Monitoring 8.0 Figure 2-6 Control to View Object Tree Figure 2-7 Object Tree 8 Keynote Confidential

9 Mobile App Monitoring Updates User Errors and Global Errors Categories Users could previous only add error types to the DAP error category. They can now do so in the MAM User Errors category, which is visible only to users in a particular customer ID. The Global Errors category is available to all customer accounts. You cannot create errors in this category. NOTE All user-created errors from the DAP category in MAM 7.0 have been migrated to the Global Errors category in MAM 8.0. This should not impact running any scripts. It is recommended that going forward, scripts use errors created in the User Errors category and move away legacy user-created errors in the Global Error category. Simplified Timer Creation and Declaration Timer creation in Studio has been simplified so that users no longer need choose a timer type or failure threshold. Additionally, there are only two radio buttons in the Timer command, one for choosing a named timer created earlier, and another to mark the endpoints of a timed sequence. Use Start to mark the beginning of the script segment you wish to time and Stop to mark its end. You can now auto-generate the declaration of the timers used in a measurement (test case). Rightclick your test case > Generate Script Timers > select the correct test case device. The test case parameter, DapScriptPageList, containing the timer list is automatically created. NOTE You can automatically generate the timer list for a test case containing timers, which in turn calls actions and/or other test cases containing timers. Keynote Confidential 9

10 Mobile App Monitoring Resolved Issues Exporting and Importing Projects Two issues with exporting projects have been resolved: After exporting and then deleting a project from Studio, you can now re-import the project under the same name. Exporting larger projects with many images no longer generates errors. Exporting Video Exporting video (right-click device > Export Frames > Video from history) of your device session to the file system now works. Deleting a Dependent JAR You can now delete a dependent JAR file from project properties without encountering an error. Deleting Project Sub-Folders User-created sub-folders of the actions, states, and test cases folders of a project can now be deleted. Pasting an Action with Dependencies You can now use the Paste with Dependencies option to copy and paste an action that calls another action from a dependent project. Error Category and Types Issues with the DAP error category have been resolved. Furthermore, error categories have been realigned to include global errors and user-defined errors (see User Errors and Global Errors Categories). An error with creating and saving multiple error types at a time has been resolved. The name of the DAP error category name was incorrectly displayed as DeviceAnywhere in commands. This is now resolved with the realignment of error categories in MAM projects. Looping Through Data Set Values An issue with inserting data set values where only the first value in the data set was utilized has now been resolved. Discarding Changes in Loop Command When you make edits in the Loop command, you can now undo them using the Discard button. Continue with script Option in Wait Event If you choose the Continue with script option in Wait Event to continue even when the command fails or times out, script results incorrectly showed the command as successful. The script was also incorrectly shown as having succeeded. Results now show the command and script as unsuccessful. Image Verification Settings in Commands and States A discrepancy in the default value of the Pixel tolerance slider in image verification settings has been resolved. The slider is set to 95% in both commands as well as states. To view the slider, select Show Options Editor in a command or Advanced Options in a state. 10 Keynote Confidential

11 Mobile App Monitoring 8.0 Updating Object Layout In place of the Auto-Update Layout button in object commands, users now have a camera icon to update object layout when switching from one device screen to another. Figure 4-1 Updating Layout in Object Commands Click to update layout Object layout in command Calling an Object-Based State from Navigate To You can now call an object-based reference point in a state from the Navigate To command. Java States You can now create a Java state (right-click states folder > New Java State) and build the project successfully thereafter (right-click project > Build Project). Script Results The Upload Result button in the script result window is no longer available after you run a script in Studio, as these results cannot be uploaded to MyKeynote. Acquiring Devices on Macintosh On Studio for Macintosh, if you acquired more than three devices, the device name and number did not appear on the device tab. This has now been fixed and you can acquire any number of devices and view correct information on the device tabs. Timestamps for Data Points in Scatter Plots A discrepancy between the timestamp of a script run when you hover over a data point and when you drill down into its details has now been resolved. Keynote Confidential 11

12 Mobile App Monitoring 8.0 Dashboard Does Not Display Data for Time Periods Less than 12 Hours The Mobile App Monitoring Dashboard in MyKeynote (Dashboards > Mobile App Monitoring) did not display availability, error, or performance data for measurements for time periods less than 12 hours, erroneously suggesting that the measurements were not active. This issue has been fixed. 5 Known Issues Error Message When Attempting Interactive Trace Without Suspending Monitoring You must suspend monitoring on a device before attempting an interactive trace on any of its applications. If you attempt a trace without suspending monitoring, you will be able to start the trace, but on clicking the Stop button, you see the error Stop Trace Failed. However the trace is stopped and no data is captured in the PCAP file; you will not be able to save the PCAP file. Releasing a Device Without Resuming Monitoring Activity If you attempt to shut Studio down with a device still acquired, you are given the option to release the device or to retain it for the next Studio session. If you suspend monitoring on a device and then retain it for a subsequent session, monitoring is automatically resumed when you log back in. You will need to suspend monitoring on the device again. Application Upload Uploading applications onto Studio devices using the device console or the Load Application command is not supported. Execution Log Limits Studio crashes if you view the Execution log (in the device console s Sharing tab) for more extended periods of time. To view live script execution activity on the device for a period of more than 2 hours, use the Mobile App Monitoring Dashboard in MyKeynote instead. Date and Time in Execution Log The date and time are not displayed in the Studio execution log if the preceding scheduled run ended in failure. Error Types and Categories If you do not choose any error types in your script, the first error in the Global Errors category is triggered when the script fails. If you insert an error in a command and then delete the error type from the project, the first userdefined error is displayed in the command and in Studio script results when the script fails. Be sure to use a different error type in your script to avoid this. If you insert an error in a command and then delete the error type from the project, Studio does not warn you that you are using a deleted error; MyKeynote displays Unknown Error when the script fails. Be sure to use a different error type in your script to avoid this. Studio Results for Timers When you run a script with a timed sequence in Studio, the results incorrectly show that the offset of the Stop Timer command from the start of the script is 0 seconds. 12 Keynote Confidential

13 Mobile App Monitoring 8.0 Find and Touch Command Failure When the Find and Touch command fails during a script run in Studio, script results do not display the Description field. This field should display the error type triggered as a result of command failure. Discarding Edits in Set Variable Command When you click Discard in the Set Variable command, the variable selected is cleared but its value persists. However, the value is also correctly cleared when you check in the script. Advanced Device Filter Searching the device list using the advanced filter (filtering by device features supported in Studio such as carrier network, sending SMS interrupts to device, etc.) is not supported Device IP Address in MyKeynote When you drill down to view details of a data point in a measurement containing a network trace, there is a discrepancy in the device IP address displayed. The Application Activity tab sometimes displays a 127.x.x.x address, while the Network And Device Details tab displays the correct IP address. CPU Utilization Display The CPU Utilization statistic on the Network And Device Details tab of MyKeynote sometimes erroneously shows a negative percentage for Android devices. Canceling Project Export or Import Project export/import is completed even if you click the Cancel button during the process. Studio Performance Studio has a delayed response to certain tasks such as creating a project, opening project properties, and implementing an action on a specific device. Slow performance is also observed when using commands, for example: When switching from the Timeout tab to other tabs in the Find and Touch command When dragging some commands, e.g., Send Keys, Find and Touch, onto the script canvas Multi-Device Test Cases Multi-device test cases are not supported in this release of Mobile App Monitoring. However, there is support for MO/MT tests that allow you to measure the time taken for a single monitoring transaction between two devices, e.g., sending and receiving an SMS. NOTE The content of the transaction, i.e., the content of the SMS, is controlled by Keynote and includes a queue ID used to measure transaction time. Flickering Device Image in Commands Device screens captured in image-based commands can flicker if the device resolution is 1080 x 1920 or higher. To minimize this issue, ensure that your system meets the minimum requirements for Studio and has a large monitor. You can also maximize screen real estate so that scroll bars do not appear in commands by collapsing the program sidebar and other unnecessary panes when scripting. Swipe in Object Commands Swiping to identify and select an object in Object commands does not work in Mobile App Monitoring scripts. Use Send Keys instead to record and implement a swipe. Keynote Confidential 13

14 Mobile App Monitoring 8.0 KSC and MyKeynote from Studio Clicking MyKeynote or Keynote Service Center in the Links view of Studio does not automatically log you into these portals; you must enter your credentials to log in. Toggle Recording Command The Toggle Recording command, which enables you to capture device video during a script run, is not currently available in Mobile App Monitoring. Powering Off a Device Even after you power off a device in Studio (e.g., by holding down the Power button or by disconnecting the battery using the Hardware tab of the device console), the device screen does not go black and the last visible screen is still displayed. However, if you click on the device screen, it does not respond. Signal Bars in Data Point Details When you click a data point in a scatter plot to view details, the Signal Bars item reads 0 of <Max Signal>. To display device signal strength information in this field, you need to create a project with an action that captures this information from the device. 1 Create a project called Signal Strength. 2 Declare a global numeric variable called signalstrength with a default value of 0. 3 Create an action that verifies signal strength and then sets the value of the signalstrength variable accordingly. 4 Set up the Signal Strength project as a dependent of your measurement project. 5 Then in your measurement test case, call the action measuring signal strength. NOTE Be sure to publish both your main project and the dependent project prior to provisioning measurements. In the example action below, the Wait Event command uses image verification to check the number of signal bars on a device. There is a branch for each possible outcome, and the value of the signalstrength variable is set accordingly. If the Wait Event command times out because it is unable to verify any of the signal strength images, e.g., if there is no signal, the value of signalstrength remains at 0. The value of signalstrength captured during a measurement displayed in the Signal Bars field in MyKeynote. 14 Keynote Confidential

15 Mobile App Monitoring 8.0 Figure 5-1 Action to Capture Signal Strength Branches for each possible outcome 1 bar to 5 bars Image-based verification of number of bars of signal strength Figure 5-2 Variable Capturing Signal Strength Branch for 5 signal bars Variable value set to 5 Keynote Confidential 15

Mobile App Monitoring. Release Notes. Release 7.0

Mobile App Monitoring. Release Notes. Release 7.0 Mobile App Monitoring Release 7.0 Mobile App Monitoring 7.0 Mobile App Monitoring 7.0 February 2014 Copyright Notice Copyright 1995-2014 Keynote Systems, Inc. All rights reserved. THE INFORMATION CONTAINED

More information

Mobile App Monitoring. Release Notes. Release 8.5

Mobile App Monitoring. Release Notes. Release 8.5 Mobile App Monitoring Release 8.5 Mobile App Monitoring 8.5 Mobile App Monitoring 8.5 October 2014 Copyright Notice Copyright 1995-2014 Keynote Systems, Inc. All rights reserved. THE INFORMATION CONTAINED

More information

Copyright Notice. Mobile Testing Enterprise 7.3. September 2015. Copyright 1995-2015 Keynote LLC. All rights reserved.

Copyright Notice. Mobile Testing Enterprise 7.3. September 2015. Copyright 1995-2015 Keynote LLC. All rights reserved. Mobile Testing Enterprise UIAutomation Compatibility Mobile Testing Enterprise 7.3 September 2015 Copyright Notice Copyright 1995-2015 Keynote LLC. All rights reserved. THE INFORMATION CONTAINED IN THIS

More information

DeviceAnywhere Enterprise. ios Device Onboarding Guide

DeviceAnywhere Enterprise. ios Device Onboarding Guide DeviceAnywhere Enterprise ios Device Onboarding Guide DeviceAnywhere Enterprise ios Device Onboarding Guide DeviceAnywhere Enterprise 6.2.1 DeviceAnywhere Enterprise Automation 6.2.1 DeviceAnywhere Enterprise

More information

DeviceAnywhere Enterprise Monitoring. Best Practice Workflow. Release 6.0

DeviceAnywhere Enterprise Monitoring. Best Practice Workflow. Release 6.0 DeviceAnywhere Enterprise Monitoring Best Practice Workflow Release 6.0 DAE Monitoring Workflow DeviceAnywhere Enterprise Monitoring 6.0 June 2013 Copyright Notice Copyright 1995-2013 Keynote Systems,

More information

Keynote DeviceAnywhere/HP Application Lifecycle Management (HP ALM/QC) Integration Guide. TCE Automation 5.2

Keynote DeviceAnywhere/HP Application Lifecycle Management (HP ALM/QC) Integration Guide. TCE Automation 5.2 Keynote DeviceAnywhere/HP Application Lifecycle Management (HP ALM/QC) Integration Guide TCE Automation 5.2 Copyright Copyright 2012 Keynote DeviceAnywhere. All Rights Reserved. August 2012. Notice 2012

More information

DeviceAnywhere Test Center Developer. User Guide. Release 6.1

DeviceAnywhere Test Center Developer. User Guide. Release 6.1 DeviceAnywhere Test Center Developer User Guide Release 6.1 DeviceAnywhere Test Center Developer User Guide DeviceAnywhere Test Center Developer 6.1 October 2013 Copyright Notice Copyright 1995-2013 Keynote

More information

Keynote Mobile Device Perspective

Keynote Mobile Device Perspective PRODUCT BROCHURE Keynote Mobile Device Perspective Keynote Mobile Device Perspective is a single platform for monitoring and troubleshooting mobile apps on real smartphones connected to live networks in

More information

Keynote Mobile Application Monitoring. Device Interaction Guide

Keynote Mobile Application Monitoring. Device Interaction Guide Keynote Mobile Application Monitoring Mobile Application Monitoring October 2013 Copyright Notice Copyright 1995-2013 Keynote Systems, Inc. All rights reserved THE INFORMATION CONTAINED IN THIS DOCUMENT

More information

DeviceAnywhere Enterprise Interactive. User Guide. Release 6.1

DeviceAnywhere Enterprise Interactive. User Guide. Release 6.1 DeviceAnywhere Enterprise Interactive User Guide Release 6.1 DeviceAnywhere Enterprise Interactive User Guide DeviceAnywhere Enterprise 6.1 October 2013 Copyright Notice Copyright 1995-2013 Keynote Systems,

More information

Test Center Enterprise. ios Device Onboarding Guide

Test Center Enterprise. ios Device Onboarding Guide Test Center Enterprise ios Device Onboarding Guide Copyright Copyright 2012 Keynote DeviceAnywhere. All Rights Reserved. March 2012. Notice 2012 Keynote DeviceAnywhere. All rights reserved. THE INFORMATION

More information

DeviceAnywhere Automation for Smartphones Setup Guide Windows Mobile

DeviceAnywhere Automation for Smartphones Setup Guide Windows Mobile DeviceAnywhere Automation for Smartphones Setup Guide Windows Mobile Page 1 of 11 Copyright Copyright 2010 Mobile Complete, Inc. All Rights Reserved. June, 2010. Notice 2010 Mobile Complete, Inc. All rights

More information

EMC Smarts Network Configuration Manager

EMC Smarts Network Configuration Manager EMC Smarts Network Configuration Manager Version 9.4.1 Advisors User Guide P/N 302-002-279 REV 01 Copyright 2013-2015 EMC Corporation. All rights reserved. Published in the USA. Published October, 2015

More information

Security Analytics Engine 1.0. Help Desk User Guide

Security Analytics Engine 1.0. Help Desk User Guide 2015 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license or nondisclosure agreement.

More information

Citrix EdgeSight for Load Testing User s Guide. Citrix EdgeSight for Load Testing 3.8

Citrix EdgeSight for Load Testing User s Guide. Citrix EdgeSight for Load Testing 3.8 Citrix EdgeSight for Load Testing User s 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 Agreement.

More information

Apple Applications > Safari 2008-10-15

Apple Applications > Safari 2008-10-15 Safari User Guide for Web Developers Apple Applications > Safari 2008-10-15 Apple Inc. 2008 Apple Inc. All rights reserved. No part of this publication may be reproduced, stored in a retrieval system,

More information

WebSphere Business Monitor

WebSphere Business Monitor WebSphere Business Monitor Debugger 2010 IBM Corporation This presentation provides an overview of the monitor model debugger in WebSphere Business Monitor. WBPM_Monitor_Debugger.ppt Page 1 of 23 Goals

More information

Symantec Enterprise Vault

Symantec Enterprise Vault Symantec Enterprise Vault Guide for Microsoft Outlook 2010/2013 Users 10.0 Full Outlook Add-In Symantec Enterprise Vault: Guide for Microsoft Outlook 2010/2013 Users The software described in this book

More information

Using Avaya Flare Experience for Windows

Using Avaya Flare Experience for Windows Using Avaya Flare Experience for Windows Release 9.0 Issue 02.01 September 2013 Contents Chapter 1: About Flare Experience... 5 About Flare Experience... 5 Main window... 6 Button descriptions... 10 Chapter

More information

Learn About Analysis, Interactive Reports, and Dashboards

Learn About Analysis, Interactive Reports, and Dashboards Learn About Analysis, Interactive Reports, and Dashboards This document supports Pentaho Business Analytics Suite 5.0 GA and Pentaho Data Integration 5.0 GA, documentation revision February 3, 2014, copyright

More information

Getting Started with Microsoft Office Live Meeting. Published October 2007 Last Update: August 2009

Getting Started with Microsoft Office Live Meeting. Published October 2007 Last Update: August 2009 Getting Started with Microsoft Office Live Meeting Published October 2007 Last Update: August 2009 Information in this document, including URL and other Internet Web site references, is subject to change

More information

Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide

Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide Windows 2000, Windows Server 2003 5.0 11293743 Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide Copyright

More information

Getting Started with Microsoft Office Live Meeting. Published October 2007

Getting Started with Microsoft Office Live Meeting. Published October 2007 Getting Started with Microsoft Office Live Meeting Published October 2007 Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless

More information

Citrix EdgeSight for Load Testing User s Guide. Citrx EdgeSight for Load Testing 2.7

Citrix EdgeSight for Load Testing User s Guide. Citrx EdgeSight for Load Testing 2.7 Citrix EdgeSight for Load Testing User s Guide Citrx EdgeSight for Load Testing 2.7 Copyright Use of the product documented in this guide is subject to your prior acceptance of the End User License Agreement.

More information

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide Decision Support AITS University Administration Web Intelligence Rich Client 4.1 User Guide 2 P age Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence

More information

Symantec Enterprise Vault

Symantec Enterprise Vault Symantec Enterprise Vault Guide for Microsoft Outlook 2010/2013 Users 10.0 Full Outlook Add-In Symantec Enterprise Vault: Guide for Microsoft Outlook 2010/2013 Users The software described in this book

More information

Contents Notice to Users

Contents  Notice to Users Web Remote Access Contents Web Remote Access Overview... 1 Setting Up Web Remote Access... 2 Editing Web Remote Access Settings... 5 Web Remote Access Log... 7 Accessing Your Home Network Using Web Remote

More information

Dell Statistica Document Management System (SDMS) Installation Instructions

Dell Statistica Document Management System (SDMS) Installation Instructions Dell Statistica Document Management System (SDMS) Installation Instructions 2015 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described

More information

Web Remote Access. User Guide

Web Remote Access. User Guide Web Remote Access User Guide Notice to Users 2005 2Wire, Inc. All rights reserved. This manual in whole or in part, may not be reproduced, translated, or reduced to any machine-readable form without prior

More information

Symantec Enterprise Vault

Symantec Enterprise Vault Symantec Enterprise Vault Guide for Microsoft Outlook 2010/2013 Users 10.0 Light Outlook Add-In Symantec Enterprise Vault: Guide for Microsoft Outlook 2010/2013 Users The software described in this book

More information

Agilent Automated Card Extraction Dried Blood Spot LC/MS System

Agilent Automated Card Extraction Dried Blood Spot LC/MS System Agilent Automated Card Extraction Dried Blood Spot LC/MS System SCAP DBS Software User Guide Notices Agilent Technologies, Inc. 2012 No part of this manual may be reproduced in any form or by any means

More information

User Guide. Live Meeting. MailStreet Live Support: 866-461-0851

User Guide. Live Meeting. MailStreet Live Support: 866-461-0851 User Guide Live Meeting Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless otherwise noted, the example companies, organizations,

More information

FOR WINDOWS FILE SERVERS

FOR WINDOWS FILE SERVERS Quest ChangeAuditor FOR WINDOWS FILE SERVERS 5.1 User Guide Copyright Quest Software, Inc. 2010. All rights reserved. This guide contains proprietary information protected by copyright. The software described

More information

Dell Enterprise Reporter 2.5. Configuration Manager User Guide

Dell Enterprise Reporter 2.5. Configuration Manager User Guide Dell Enterprise Reporter 2.5 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license

More information

OmniTouch 8400 Instant Communications Suite. My Instant Communicator Desktop User guide. Release 6.7

OmniTouch 8400 Instant Communications Suite. My Instant Communicator Desktop User guide. Release 6.7 OmniTouch 8400 Instant Communications Suite My Instant Communicator Desktop User guide Release 6.7 8AL 90219 USAE ed01 Sept 2012 Table of content MY INSTANT COMMUNICATOR FOR THE PERSONAL COMPUTER... 3

More information

ChangeAuditor 6.0. Web Client User Guide

ChangeAuditor 6.0. Web Client User Guide ChangeAuditor 6.0 Web Client User Guide 2013 Quest Software, Inc. ALL RIGHTS RESERVED This guide contains proprietary information protected by copyright. The software described in this guide is furnished

More information

VMware Horizon FLEX User Guide

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

More information

Security Explorer 9.5. User Guide

Security Explorer 9.5. User Guide 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license or nondisclosure agreement.

More information

CA Nimsoft Monitor. Probe Guide for URL Endpoint Response Monitoring. url_response v4.1 series

CA Nimsoft Monitor. Probe Guide for URL Endpoint Response Monitoring. url_response v4.1 series CA Nimsoft Monitor Probe Guide for URL Endpoint Response Monitoring url_response v4.1 series Legal Notices This online help system (the "System") is for your informational purposes only and is subject

More information

Introduction to Hyper-V High- Availability with Failover Clustering

Introduction to Hyper-V High- Availability with Failover Clustering Introduction to Hyper-V High- Availability with Failover Clustering Lab Guide This lab is for anyone who wants to learn about Windows Server 2012 R2 Failover Clustering, focusing on configuration for Hyper-V

More information

GETTING STARTED GUIDE. 1.3 September 2015 3725-10306-001D. Polycom RealAccess

GETTING STARTED GUIDE. 1.3 September 2015 3725-10306-001D. Polycom RealAccess GETTING STARTED GUIDE 1.3 September 2015 3725-10306-001D Polycom RealAccess Copyright 2015, Polycom, Inc. All rights reserved. No part of this document may be reproduced, translated into another language

More information

Agent Configuration Guide

Agent Configuration Guide SafeNet Authentication Service Agent Configuration Guide SAS Agent for Microsoft Internet Information Services (IIS) Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright

More information

NETWORK PRINT MONITOR User Guide

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

More information

Quick Start Guide. www.uptrendsinfra.com

Quick Start Guide. www.uptrendsinfra.com Quick Start Guide Uptrends Infra is a cloud service that monitors your on-premise hardware and software infrastructure. This Quick Start Guide contains the instructions to get you up to speed with your

More information

ALTIRIS Software Delivery Solution for Windows 6.1 SP3 Product Guide

ALTIRIS Software Delivery Solution for Windows 6.1 SP3 Product Guide ALTIRIS Software Delivery Solution for Windows 6.1 SP3 Product Guide Notice Altiris Software Delivery Solution for Windows 6.1 SP3 Product Guide 2007 Altiris, Inc. All rights reserved. Document Date: February

More information

Spotlight Management Pack for SCOM

Spotlight Management Pack for SCOM Spotlight Management Pack for SCOM User Guide January 2015 The is used to display data from alarms raised by Spotlight on SQL Server Enterprise in SCOM (System Center Operations Manager). About System

More information

Citrix Receiver. Configuration and User Guide. For Macintosh Users

Citrix Receiver. Configuration and User Guide. For Macintosh Users Citrix Receiver Configuration and User Guide For Macintosh Users rev: 25.03.2015 https://access.sap.com/ TABLE OF CONTENTS Introduction... 3 Installation... 3 Accessing our portal... 3 Accessing from SAP

More information

Event Manager. LANDesk Service Desk

Event Manager. LANDesk Service Desk Event Manager LANDesk Service Desk LANDESK SERVICE DESK EVENT MANAGER GUIDE This document contains information that is the proprietary and confidential property of LANDesk Software, Inc. and/or its affiliated

More information

Integrating ConnectWise Service Desk Ticketing with the Cisco OnPlus Portal

Integrating ConnectWise Service Desk Ticketing with the Cisco OnPlus Portal Integrating ConnectWise Service Desk Ticketing with the Cisco OnPlus Portal This Application Note explains how to configure ConnectWise PSA (Professional Service Automation) application settings and Cisco

More information

About Recovery Manager for Active

About Recovery Manager for Active Dell Recovery Manager for Active Directory 8.6.1 May 30, 2014 These release notes provide information about the Dell Recovery Manager for Active Directory release. About Resolved issues Known issues System

More information

Integrating Autotask Service Desk Ticketing with the Cisco OnPlus Portal

Integrating Autotask Service Desk Ticketing with the Cisco OnPlus Portal Integrating Autotask Service Desk Ticketing with the Cisco OnPlus Portal This Application Note provides instructions for configuring Apps settings on the Cisco OnPlus Portal and Autotask application settings

More information

HP LoadRunner. Software Version: 11.00. Ajax TruClient Tips & Tricks

HP LoadRunner. Software Version: 11.00. Ajax TruClient Tips & Tricks HP LoadRunner Software Version: 11.00 Ajax TruClient Tips & Tricks Document Release Date: October 2010 Software Release Date: October 2010 Legal Notices Warranty The only warranties for HP products and

More information

VMware Horizon FLEX User Guide

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

More information

Nimsoft Monitor. dns_response Guide. v1.6 series

Nimsoft Monitor. dns_response Guide. v1.6 series Nimsoft Monitor dns_response Guide v1.6 series CA Nimsoft Monitor Copyright Notice This online help system (the "System") is for your informational purposes only and is subject to change or withdrawal

More information

Silect Software s MP Author

Silect Software s MP Author Silect MP Author for Microsoft System Center Operations Manager Silect Software s MP Author User Guide September 2, 2015 Disclaimer The information in this document is furnished for informational use only,

More information

TIBCO Spotfire Automation Services 6.5. User s Manual

TIBCO Spotfire Automation Services 6.5. User s Manual TIBCO Spotfire Automation Services 6.5 User s Manual Revision date: 17 April 2014 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO

More information

MiVoice Integration for Salesforce

MiVoice Integration for Salesforce MiVoice Integration for Salesforce USER GUIDE MiVoice Integration for Salesforce User Guide, Version 1, April 2014. Part number 58014124 Mitel is a registered trademark of Mitel Networks Corporation. Salesforce

More information

Mobile Android App User Guide

Mobile Android App User Guide Mobile Android App User Guide Mobile Android App User Guide Copyright 2012 icontrol Networks, Inc. All rights reserved. No reproduction in whole or in part without prior written approval. icontrol Networks,

More information

Information Server Documentation SIMATIC. Information Server V8.0 Update 1 Information Server Documentation. Introduction 1. Web application basics 2

Information Server Documentation SIMATIC. Information Server V8.0 Update 1 Information Server Documentation. Introduction 1. Web application basics 2 Introduction 1 Web application basics 2 SIMATIC Information Server V8.0 Update 1 System Manual Office add-ins basics 3 Time specifications 4 Report templates 5 Working with the Web application 6 Working

More information

Dell One Identity Cloud Access Manager 8.0.1- How to Configure for High Availability

Dell One Identity Cloud Access Manager 8.0.1- How to Configure for High Availability Dell One Identity Cloud Access Manager 8.0.1- How to Configure for High Availability May 2015 Cloning the database Cloning the STS host Cloning the proxy host This guide describes how to extend a typical

More information

Ver. 4.10 USERS MANUAL

Ver. 4.10 USERS MANUAL Ver. 4.10 USERS MANUAL First Edition Riteapprove SE User Document v4.10 Copyright 2010 by S. Ten Nines California LLC. All rights reserved. No part of this guide may be reproduced in any way or by any

More information

Power Monitoring Expert 7.2

Power Monitoring Expert 7.2 Power Monitoring Expert 7.2 PDF version of the Web Applications online help 7ENxx-00xx-00 07/2013 PDF version of the Web Applications online help Safety information Safety information Important information

More information

Colligo Email Manager 6.0. Offline Mode - User Guide

Colligo Email Manager 6.0. Offline Mode - User Guide 6.0 Offline Mode - User Guide Contents Colligo Email Manager 1 Key Features 1 Benefits 1 Installing and Activating Colligo Email Manager 2 Checking for Updates 3 Updating Your License Key 3 Managing SharePoint

More information

Using SolarWinds Orion for Cisco Assessments

Using SolarWinds Orion for Cisco Assessments Using SolarWinds Orion for Cisco Assessments Cisco Network Assessments Registering Your Assessment... 1 Installing SolarWinds Orion Network Performance Monitor... 1 Discovering Your Network... 1 Polling

More information

Dell Statistica 13.0. Statistica Enterprise Installation Instructions

Dell Statistica 13.0. Statistica Enterprise Installation Instructions Dell Statistica 13.0 2015 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license or

More information

Desktop, Web and Mobile Testing Tutorials

Desktop, Web and Mobile Testing Tutorials Desktop, Web and Mobile Testing Tutorials * Windows and the Windows logo are trademarks of the Microsoft group of companies. 2 About the Tutorial With TestComplete, you can test applications of three major

More information

InfoPrint 4247 Serial Matrix Printers. Remote Printer Management Utility For InfoPrint Serial Matrix Printers

InfoPrint 4247 Serial Matrix Printers. Remote Printer Management Utility For InfoPrint Serial Matrix Printers InfoPrint 4247 Serial Matrix Printers Remote Printer Management Utility For InfoPrint Serial Matrix Printers Note: Before using this information and the product it supports, read the information in Notices

More information

Symantec Enterprise Vault

Symantec Enterprise Vault Symantec Enterprise Vault Guide for Microsoft Outlook 2003/2007 Users 10.0 Full Outlook Add-In Symantec Enterprise Vault: Guide for Microsoft Outlook 2003/2007 Users The software described in this book

More information

WatchDox for Windows. User Guide. Version 3.9.5

WatchDox for Windows. User Guide. Version 3.9.5 WatchDox for Windows User Guide Version 3.9.5 Notice Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to

More information

www.novell.com/documentation User Guide Novell iprint 1.1 March 2015

www.novell.com/documentation User Guide Novell iprint 1.1 March 2015 www.novell.com/documentation User Guide Novell iprint 1.1 March 2015 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this documentation, and specifically

More information

Dolphin Ocean Server and Dolphin Mobile Client Installation Guide for Android and ios. May 2012

Dolphin Ocean Server and Dolphin Mobile Client Installation Guide for Android and ios. May 2012 Dolphin Ocean Server and Dolphin Mobile Client Installation Guide for Android and ios May 2012 Patterson Dental Supply, Inc dba Dolphin Imaging and Management Solutions 9200 Eton Avenue Chatsworth, CA

More information

Dell InTrust 11.0. Preparing for Auditing Microsoft SQL Server

Dell InTrust 11.0. Preparing for Auditing Microsoft SQL Server 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license or nondisclosure agreement.

More information

Avalanche Remote Control User Guide. Version 4.1.3

Avalanche Remote Control User Guide. Version 4.1.3 Avalanche Remote Control User Guide Version 4.1.3 ii Copyright 2012 by Wavelink Corporation. All rights reserved. Wavelink Corporation 10808 South River Front Parkway, Suite 200 South Jordan, Utah 84095

More information

Novell ZENworks Asset Management 7.5

Novell ZENworks Asset Management 7.5 Novell ZENworks Asset Management 7.5 w w w. n o v e l l. c o m October 2006 USING THE WEB CONSOLE Table Of Contents Getting Started with ZENworks Asset Management Web Console... 1 How to Get Started...

More information

ios Deployment Simplified FileMaker How To Guide

ios Deployment Simplified FileMaker How To Guide ios Deployment Simplified FileMaker How To Guide Table of Contents FileMaker How To Guide Introduction... 3 Deployment Options... 3 Option 1 Transfer to the ios device... 3 Option 2 - Host with FileMaker

More information

Resource Online User Guide JUNE 2013

Resource Online User Guide JUNE 2013 Resource Online User Guide JUNE 2013 CHASE PAYMENTECH SOLUTIONS MAKES NO WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, WITH REGARD TO THIS MATERIAL, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES

More information

Migrating Active Directory to Windows Server 2012 R2

Migrating Active Directory to Windows Server 2012 R2 Migrating Active Directory to Windows Server 2012 R2 Windows Server 2012 R2 Hands-on lab In this lab, you will complete a migration of a Windows Server 2008 R2 domain environment to Windows Server 2012

More information

Personal Call Manager User Guide. BCM Business Communications Manager

Personal Call Manager User Guide. BCM Business Communications Manager Personal Call Manager User Guide BCM Business Communications Manager Document Status: Standard Document Version: 04.01 Document Number: NN40010-104 Date: August 2008 Copyright Nortel Networks 2005 2008

More information

Remote Desktop Services User's Guide

Remote Desktop Services User's Guide Contents Remote Desktop Services Document Revision Control Revision Description Author DATE 1.0 Initial Release Karen M. Hess 3/24/2015 1.1 Added section for viewing mapped drives Karen M. Hess 4/15/2015

More information

Remote Support. User Guide 7.23

Remote Support. User Guide 7.23 Remote Support User Guide 7.23 Copyright 1997 2011 Cisco and/or its affiliates. All rights reserved. WEBEX, CISCO, Cisco WebEx, the CISCO logo, and the Cisco WebEx logo are trademarks or registered trademarks

More information

XenClient Enterprise Synchronizer Installation Guide

XenClient Enterprise Synchronizer Installation Guide XenClient Enterprise Synchronizer Installation Guide Version 5.1.0 March 26, 2014 Table of Contents About this Guide...3 Hardware, Software and Browser Requirements...3 BIOS Settings...4 Adding Hyper-V

More information

COMSPHERE 6700 SERIES NETWORK MANAGEMENT SYSTEM

COMSPHERE 6700 SERIES NETWORK MANAGEMENT SYSTEM COMSPHERE 6700 SERIES NETWORK MANAGEMENT SYSTEM SECURITY MANAGER FEATURE SUPPLEMENT Document No. 6700-A2-GB41-30 February 1998 Copyright 1998 Paradyne Corporation. All rights reserved. Printed in U.S.A.

More information

CA Spectrum and CA Service Desk

CA Spectrum and CA Service Desk CA Spectrum and CA Service Desk Integration Guide CA Spectrum 9.4 / CA Service Desk r12 and later This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter

More information

Audit Management Reference

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

More information

PROMISE ARRAY MANAGEMENT (PAM) for

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

More information

Moxa Device Manager 2.0 User s Guide

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

More information

Upgrade Guide. CA Application Delivery Analysis 10.1

Upgrade Guide. CA Application Delivery Analysis 10.1 Upgrade Guide CA Application Delivery Analysis 10.1 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is

More information

Application Perspective

Application Perspective Datasheet Web Performance Test & Measurement Application Perspective Reliable, Cost-effective Web Performance Monitoring Keynote Application Perspective gives you the insight you need, before your end-users

More information

IBM Business Monitor. BPEL process monitoring

IBM Business Monitor. BPEL process monitoring IBM Business Monitor BPEL process monitoring 2011 IBM Corporation This presentation will give you an understanding of monitoring BPEL processes using IBM Business Monitor. BPM_BusinessMonitor_BPEL_Monitoring.ppt

More information

Foglight. Foglight for Virtualization, Free Edition 6.5.2. Installation and Configuration Guide

Foglight. Foglight for Virtualization, Free Edition 6.5.2. Installation and Configuration Guide Foglight Foglight for Virtualization, Free Edition 6.5.2 Installation and Configuration Guide 2013 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright.

More information

Cisco Jabber for Windows 10.5 Advanced Features Guide

Cisco Jabber for Windows 10.5 Advanced Features Guide First Published: August 14, 2014 Last Modified: August 26, 2014 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS

More information

simplify printing TX Guide v. 1. make IT simple Tricerat, Inc. 11500 Cronridge Drive Suite 100 Owings Mills, MD 21117 201, All rights Reserved

simplify printing TX Guide v. 1. make IT simple Tricerat, Inc. 11500 Cronridge Drive Suite 100 Owings Mills, MD 21117 201, All rights Reserved simplify printing TX Guide v. 1. Tricerat, Inc. 11500 Cronridge Drive Suite 100 Owings Mills, MD 21117 make IT simple 201, All rights Reserved Release Info Copyright Limit of Liability Trademarks Customer

More information

Lightworks v12. Quick Start Guide

Lightworks v12. Quick Start Guide Lightworks v12 Quick Start Guide Lightworks v12 Copyright and Disclaimer Copyright 2014 by EditShare This document, as well as any software described in it, is furnished under either a license or a confidentiality

More information

User Guide. Version 1.0

User Guide. Version 1.0 Version 1.0 THE INFORMATION CONTAINED IN THIS DOCUMENT IS PROVIDED AS IS WITHOUT ANY EXPRESS REPRESENTATIONS OF WARRANTIES. IN ADDITION, INFRAGISTCS, INC. DISCLAIMS ALL IMPLIED REPRESENTATIONS AND WARRANTIES,

More information

Dell SupportAssist Version 2.0 for Dell OpenManage Essentials Quick Start Guide

Dell SupportAssist Version 2.0 for Dell OpenManage Essentials Quick Start Guide Dell SupportAssist Version 2.0 for Dell OpenManage Essentials Quick Start Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer.

More information

SonicWALL SSL VPN 3.5: Virtual Assist

SonicWALL SSL VPN 3.5: Virtual Assist SonicWALL SSL VPN 3.5: Virtual Assist Document Scope This document describes how to use the SonicWALL Virtual Assist add-on for SonicWALL SSL VPN security appliances. This document contains the following

More information

Zipit Chat. Functional Specification / User Manual

Zipit Chat. Functional Specification / User Manual Zipit Chat Functional Specification / User Manual 1 Table of Contents 1. Zipit Chat Overview... 4 How to download... 4 Supported version... 4 2. Functionalities... 4 Get Started... 4 Login... 7 Payment

More information

ShoreTel Enterprise Contact Center Using Agent Toolbar

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.

More information

Attix5 Pro Server Edition

Attix5 Pro Server Edition Attix5 Pro Server Edition V7.0.2 User Manual for Mac OS X Your guide to protecting data with Attix5 Pro Server Edition. Copyright notice and proprietary information All rights reserved. Attix5, 2013 Trademarks

More information