Quest Software Toad Seminar April 2008

Size: px
Start display at page:

Download "Quest Software Toad Seminar April 2008"

Transcription

1 Quest Software Toad Seminar April 2008 Daisy Tai Copyright 2006 Quest Software

2 Management is the Challenge IT is inherently complex because the current and future business environment demands it If the company reaches such an inflection point where IT complexity outpaces the ability to manage it effectively, then the overall business value of IT is diminished or negative. - Kathy Harris, Gartner The perceived relationship: Spend on IT, create value no limits The actual relationship: Spend on IT, create value up to your inflection point Value inflection point Value Value Complexity Complexity Source: IT Complexity May Be the Reason You re Spending More and Gaining Less Kathy Harris, Gartner, Dec 20, 2005

3 You Need More than Out of the Box

4 You Need More than Out of the Box More Productivity More Performance More Reliability More Availability More Flexibility More Security More Automation More Value

5 Quest Corporate Overview Founded: 1987, Listed:1999 Nasdaq: QSFT $631 M in 07 Revenues 3,300+ employees Customers 90,000+ worldwide 75%+ of the Fortune Strong Strategic Partners Revenue (in USD M)

6 Worldwide Offices Columbus Montreal Chicago Toronto Ottawa St. Louis Detroit Westlake Calgary Halifax Seattle New York Boston Pleasanton Denver San Francisco D.C. Dallas Raleigh Atlanta Aliso Viejo Houston Mexico Guatemala El Salvador Venezuela Panama Colombia Peru Brazil Denmark Netherlands Norway Sweden Finland Lithuania/Latvia UK Germany Poland Ireland Estonia Hungary Belgium Romania France Slovenia/Croatia Spain Turkey Italy Portugal Greece Israel U.A.E. Saudi Arabia Russia China India Hong Kong Thailand Japan Singapore Malaysia Indonesia Korea (South) Taiwan Chile Uruguay Argentina South Africa Australia New Zealand

7 Quest Solutions for Enterprise IT We help you deliver, manage and control complex application environments. We improve DBA and developer productivity and increase database performance with marketleading database management products. Java Applications NET Applications Oracle Fusion (Oracle EBusiness, PeopleSoft, Siebel) SAP SharePoint applications Custom applications We simplify, automate and secure your Windows infrastructure with comprehensive migration, management and interoperability capabilities. Oracle SQL Server IBM DB2 MySQL Sybase Active Directory Exchange Server Windows Server SharePoint Systems Center PowerShell Visual Studio.NET Quest Software develops innovative products that help customers get more performance and productivity from their applications, databases, and Windows infrastructure.

8 Accolades & Awards No. 1 vendor in Distributed Data Management Facilities, IDC, 2006 Microsoft TechEd Best of Show Winner, 2006 Microsoft TechEd Europe Best of Show Winner, 2006 No. 1 vendor in Application Management Software, Gartner Dataquest, 2006 Jolt Productivity Award Winner Network Computing Editor s Choice Winner

9 Agenda Review Full-Cycle Development Best Practices Toad for Development Best Practices Toad, Toad Data Modeler, Quest Code Tester for Oracle for Single Developer process SQL Optimizer to optimize code Benchmark Factory for Scalability testing Toad for Managing production environment What s New in Toad version 9.6 Available resources online communities

10 Agenda Review Full-Cycle Development Best Practices Toad for Development Best Practices Toad, Toad Data Modeler, Quest Code Tester for Oracle for Single Developer process SQL Optimizer to optimize code Benchmark Factory for Scalability testing Toad for Managing production environment What s New in Toad version 9.6 Available resources online communities

11 Full-Cycle Management with Quest Solutions (Dev QA Production)

12 Agenda Review Full-Cycle Development Best Practices Toad for Development Best Practices Toad, Toad Data Modeler, Quest Code Tester for Oracle for Single Developer process SQL Optimizer to optimize code Benchmark Factory for Scalability testing Toad for Managing production environment What s New in Toad version 9.6 Available resources online communities

13 Development Best Practices with Copyright 2006 Quest Software

14 Development Best Practices 13

15 Development Best Practices Workflow Each Developer Team Review Pre-deployment Scheduled Code Review & SQL Scan Promote to QA and Scalability Tuning US Dev Team SG Dev Team Taiwan Dev Team Version Control (Team Coding) Management Reporting Code review Successful Manager Bad Code or Problematic SQL Detected: Return to Development Ready for Production 14

16 Agenda Review Full-Cycle Development Best Practices Toad for Development Best Practices Toad, Toad Data Modeler, Quest Code Tester for Oracle for Single Developer process SQL Optimizer to optimize code Benchmark Factory for Scalability testing Toad for Managing production environment What s New in Toad version 9.6 Available resources online communities 15

17 Single Developer Process using Toad Preparation Project Manager Data Modeler QCTO Define Tests Code Generation Re-Use & Share Editor Code Snippets Unit / Functional Test Code Quest Code Tester for Oracle Debug Code Debugging Knowledge Xpert Code Standards Review Code Formatting CodeXpert Optimise SQL SQL Scanner SQL Optimizer 16

18 Toad for Oracle Project Manager Harness the FULL power of Toad. Database Connections Objects Access Shared Workspace Files for project User Tutorial: 17

19 Create, maintain and document quality database designs and structures across more than 30 different platforms 18

20 19

21 20

22 21

23 22

24 23

25 24

26 25

27 26

28 Single Developer Process using Toad Preparation Project Manager Toad Data Modeler QCTO Define Tests Code Generation Re-Use & Share Team Coding PL/SQL Templates Code Snippets Unit / Functional Test Code Quest Code Tester for Oracle Debug Code Debugging Knowledge Xpert Code Standards Review Code Formatting CodeXpert Optimise SQL SQL Scanner SQL Optimizer 27

29 Toad for Oracle Team Coding Use With or Without 3 rd Party Source Control 28

30 Toad for Oracle Coding Standards PL/SQL Templates Automatically Achieve: In-Depth Commenting Homogenous Code Structure Consistent readability for all team members! Higher productivity, less typing. Toad also offers fully customizable code snippets. Get complete code fragments with as few as 3 keystrokes! These can also be shared among team members, which will result in even more consistent coding techniques and development. 29

31 Single Developer Process using Toad Preparation Project Manager Data Modeler QCTO Define Tests Code Generation Re-Use & Share Team Coding PL/SQL Templates Code Snippets Unit / Functional Test Code Quest Code Tester for Oracle Debug Code Debugging Knowledge Xpert Code Standards Review Code Formatting CodeXpert Optimise SQL SQL Scanner SQL Optimizer 30

32 Developed by Steven Feuerstein World's leading experts on the PL/SQL language The industry s first complete Unit Testing tool for PL/SQL 31

33 A Central Dashboard Keep track of your Units and execute Tests at the click of a button. 32

34 Just describe the test, no coding required. 33

35 1961 lines of code written for you 34

36 Results automatically = Bad, = Good 35

37 Status Reports available in several rich formats 36

38 Single Developer Process using Toad Preparation Project Manager Data Modeler QCTO Define Tests Code Generation Re-Use & Share Team Coding PL/SQL Templates Code Snippets Unit / Functional Test Code Quest Code Tester for Oracle Debug Code Debugging Knowledge Xpert Code Standards Review Code Formatting CodeXpert Optimise SQL SQL Scanner SQL Optimizer 37

39 Development Times Dissected 25% Reading 10% Coding Too much debugging Little writing of new code 65% Debugging Source: GARTNER GROUP 38

40 Problem with Manual Debugging Cumbersome Time Consuming Highly Unproductive Can introduce new bugs Toad can help quickly create output statements 39

41 Debugging with the PL/SQL Debugger Integrated with Editor Step through code line by line Control where, when and why the code stops by using conditional break points Set watches to view and modify variable values Examine a logical representation of the execution stack Verify accuracy of the output Includes Just-In-Time debugging Includes JDWP debugging for Java source 40

42 Watches & Breakpoints DEMO 41

43 Identify Code Performance Bottlenecks with PL/SQL Profiling Profiler Data Analysis 2 viewing methods In-line with code (coverage) Graphically (bottlenecks) View run statistics By line By program 42

44 Line-by-line Execution Stats Codes not executed Codes executed 43

45 Hierarchical Profiler for Oracle 11g Found in Options Execute/Compile 44

46 Hierarchical Profiler for Oracle 11g 45

47 Single Developer Process using Toad Preparation Project Manager Data Modeler QCTO Define Tests Code Generation Re-Use & Share Editor Code Snippets Unit / Functional Test Code Quest Code Tester for Oracle Debug Code Debugging Knowledge Xpert Code Standards Review Code Formatting CodeXpert Optimise SQL SQL Scanner SQL Optimizer 46

48 Professionally Validate Your Code With Code Xpert 144 Configurable Rule Sets Written by Steven Feuerstein and other industry leading experts Assesses : Efficiency Correctness Maintainability Readability Program structure 47

49 CodeXpert Rules List Review all the rules in CodeXpert by clicking on the Rules tab. Rules are organized according to the drop-down selection. 48

50 CodeXpert -- Result Set The Results tree will be displayed when the CodeXpert scan completes. Each objective is broken down into sub-categories and shows a count of the rules that failed. The Properties category displays a list of statistics about the code. This is comparable to the information available in the Formatter profile statistics. 49

51 CodeXpert Flagged Rule Options Right-clicking on a flagged rule allows the user to see a detailed explanation of the rule and its purpose (Show Tip) User can also override, or ignore, a rule. A rule can be overridden completely or just a specific occurrence. Once a rule has been overridden, it can also be accepted back if the user changes their mind. 50

52 CodeXpert Rule Insights Double-clicking on the rule description in the Result Summary or selecting the Show Tip option in the right-click menu displays insights for that rule. 51

53 CodeXpert Report Summary 52

54 Single Developer Process using Toad Preparation Project Manager Data Modeler QCTO Define Tests Code Generation Re-Use & Share Editor Code Snippets Unit / Functional Test Code Quest Code Tester for Oracle Debug Code Debugging Knowledge Xpert Code Standards Review Code Formatting CodeXpert Optimise SQL SQL Scanner SQL Optimizer 53

55 Agenda Review Full-Cycle Development Best Practices Toad for Development Best Practices Toad, Toad Data Modeler, Quest Code Tester for Oracle for Single Developer process SQL Optimizer to optimize code Benchmark Factory for Scalability testing Toad for Managing production environment What s New in Toad version 9.6 Available resources online communities 54

56 Deliver Optimal Code Review coding best practices Proactively identify problematic SQL directly from the source code Automatically rewrite SQL code in every possible alternative SEVEN Times more costly to fix issues in production than in development 90% 60% HW Network DB Changes Indexes SQL Statements Root of Database Performance Impact Source: Forrester Research 55

57 Send Problematic SQL to SQL Optimizer SQL Scan In CodeXpert 56

58 SQL Optimizer for Oracle Batch Optimizer SQL Scanner SGA Inspector Tuning Lab Global Indexing Impact Analyzer Outline Manager 57

59 Development Best Practices Workflow Each Developer Team Review Scheduled Code Review & SQL Scan Code review Successful US Dev Team SG Dev Team Taiwan Dev Team Version Control (Team Coding) Optimize Codes & Tune SQL Management Reporting Ready for Production? Manager Bad Code or Problematic SQL Detected: Return to Development 58

60 Development Best Practices Workflow Each Developer Team Review Pre-deployment Scheduled Code Review & SQL Scan Promote to QA and Scalability Tuning US Dev Team SG Dev Team Taiwan Dev Team Version Control (Team Coding) Optimize Codes & Tune SQL Management Reporting Code review Successful Manager Bad Code or Problematic SQL Detected: Return to Development 59

61 Agenda Review Full-Cycle Development Best Practices Toad for Development Best Practices Toad, Toad Data Modeler, Quest Code Tester for Oracle for Single Developer process SQL Optimizer to optimize code Benchmark Factory for Scalability testing Toad for Managing production environment What s New in Toad version 9.6 Available resources online communities 60

62 Development Best Practices 61

63 Send Selected SQL to Benchmark Factory (BMF) to test for Scalability 62

64 Select the required User Loads and Iterations 63

65 Sample Run Report (3D Comparison Graph with Legend) 64

66 Agenda Review Full-Cycle Development Best Practices Toad for Development Best Practices Toad, Toad Data Modeler, Quest Code Tester for Oracle for Single Developer process SQL Optimizer to optimize code Benchmark Factory for Scalability testing Toad for Managing production environment What s New in Toad version 9.6 Available resources online communities Q&A 65

67 Full-Cycle Management with Quest Solutions (Production) 66

68 Toad with DB Admin Module Managing General Administration Application Change Request on Database Database Monitoring Health Check 67

69 Typical Oracle DBA Times Dissected Planning Tuning Fire Fighting Dev Support Too much firefighting No TIME for planning Need to free up time from monitoring and dev support Monitoring % of Time Spent Source: James F Koopmann 68

70 Schema Browser Four different styles Single-line tabbed Multi-line tabbed Drop down List TreeView 69

71 User Administration Create User Clone / Copy Compare with another user Expire Account Check Roles Which users have DBA role? 70

72 Tablespace Administration Create / Alter / Drop Create Like Create in another database Export Tablespace Rename Tablespace Show Tablespace Map Launch Space Manager 71

73 Compare Features Data, Schema, Data duplicates, Database To compare two schemas Switchable sync Script Fully configurable Can compare individual object and view sync script Can optionally compare with encrypted definition file 72

74 Session Browser Grouping the database sessions per program Information displayed Most up-to-date and open cursors I/O (Buffer Gets, Physical Reads) Waits Access (which objects by session) Locks + Blocking / Waiting Locks Long Ops (running time of Oracle Export for example) Explain Plan 73

75 Monitoring of an Oracle Import operation 74

76 Database Monitor How is my database being used? 75

77 Statspack Browser Graphical performance tool for databases Collection, automation, storage and viewing of performance data Trending and time- series analysis 76

78 Proactive Approach 86-point Health Check of the database (schedulable in Toad for Oracle 8.5 and above) 77

79 Tablespaces Are the Tablespaces online? Is there sufficient space in the Tablespaces? 78

80 Cost Reduction Tablespace Map Table data was deleted but space is not being released! 79

81 Agenda Review Full-Cycle Development Best Practices Toad for Development Best Practices Toad, Toad Data Modeler, Quest Code Tester for Oracle for Single Developer process SQL Optimizer to optimize code Benchmark Factory for Scalability testing Toad for Managing production environment What s New in Toad version 9.6 Available resources online communities 80

82 Great News - bundle changes for 9.6 MORE for Standard Edition: Debugging moves to Standard (this includes DBMS, JDWP, External and Script debugging) Knowledge Xpert for PL/SQL moves to Standard Knowledge Xpert for DBA moves to Standard MORE for Professional Edition Oracle Import Utility (still in DB Admin module) Oracle Export Utility (still in DB Admin module) DBA Module -> DB Admin Module to better reflect the great deal of functionality to simplify the administration of the Oracle databases 81

83 New in New AWR Browser Exactly like the Statspack browser, it is able to browse AWR (Automatic Workload Repository) data. 82

84 New in Database Browser Updates Updated to allow more use of the Schema Browser. Added Nodes for Database object levels to view database in full Allows navigation of multiple instances 83

85 New in Health Check Vulnerability Assessment 23 new checks added to Heath Check Which users have been granted DBA role privileges Where you have database links that use passwords Where you have oracle or third-party user accounts that are still using the default password 84

86 New in Code Insight Enhances Refer to as dot lookup Type first few letters of an object name, comes a list of the matching objects. Ability to see many object types: tables, views, aliases, functions, procedures, packages, types, java source, sequences, users, public synonyms. Ability to cache objects from other schemas for lookups Option to filter out object type to reduce cache size 85

87 New in 9.6: Profiler Analysis update The Line Item Profiler has been updated to provide further integration with the DBMS Profiler Analysis window. The Details button to takes you directly to the DBMS Profiler Analysis pane. Selecting a line item will now automatically open the referenced SQL source and line. 86

88 New in New 11g Flashback Archives Oracle 11g and Toad DB Admin module required Flashback Archives tab has been added to the Schema Browser Create/Alter Flashback Archive window has been added, to support database script, and compare Schema. Basic function of tab is to manage the archives 87

89 New in Oracle Tuning Advisor updates New window to view, create, and delete tuning tasks. View the results on this screen for the current and past tuning tasks. Launch script from this screen for 10gR2 or newer. A tab to configure the Auto SQL tuning task for Oracle 11g 88

90 New in Integration of Quest Code Tester Added button on MOE and right click option on Schema browser if a PL/SQL object has tests in the QCTO Repository Allows completed tests to be displayed in Toad To launch Quest Code Tester 89

91 New in Integration of Toad Data Modeler 3.1 Added button to launch TDM 3.1 for saved Toad ER Diagrams. This will perform a database connection and automatically initiate the Reverse Engineering process to create a new Physical Data Model Inside TDM 3.1, you will see 5 main integration areas: File -> Open Toad Project Utilizing Toad connections Object Palette Import Toad for Oracle ERD Select Toad icons 90

92 Development Best Practices 91

93 Development Best Practices TOAD Development Suite for Oracle & SQL Server & DB2 92

94 Agenda Review Full-Cycle Development Best Practices Toad for Development Best Practices Toad, Toad Data Modeler, Quest Code Tester for Oracle for Single Developer process SQL Optimizer to optimize code Benchmark Factory for Scalability testing Toad for Managing production environment What s New in Toad version 9.6 Available resources online communities 93

95 sqloptimizer.inside.quest.com 94

96 unittest.inside.quest.com modeling.inside.quest.com 95

97 96

98 97

99 98

100 99

101 100

102 101

103 Latest Toad Downloads 102

104 103

105 104

106 105

107 106

108 107

Toad for Oracle Suite 2017 Functional Matrix

Toad for Oracle Suite 2017 Functional Matrix Toad for Oracle Suite 2017 Functional Matrix Essential Functionality Base Xpert Module (add-on) Developer DBA Runs directly on Windows OS Browse and navigate through objects Create and manipulate database

More information

EventBuilder.com. International Audio Conferencing Access Guide. This guide contains: :: International Toll-Free Access Dialing Instructions

EventBuilder.com. International Audio Conferencing Access Guide. This guide contains: :: International Toll-Free Access Dialing Instructions EventBuilder.com International Audio Conferencing Access Guide TM This guide contains: :: International Toll-Free Access Dialing Instructions :: ATFS (Access Toll-Free Service) Dialing Instructions ::

More information

Cisco Aironet In-Building Wireless Solutions International Power Compliance Chart

Cisco Aironet In-Building Wireless Solutions International Power Compliance Chart Cisco Aironet In-Building Wireless Solutions International Power Compliance Chart ADDITIONAL INFORMATION It is important to Cisco Systems that its resellers comply with and recognize all applicable regulations

More information

Optimizing SQL Transactions

Optimizing SQL Transactions High Performance Oracle Optimizing SQL Transactions Dave Pearson Quest Software Copyright 2006 Quest Software Quest Solutions for Enterprise IT Quest Software develops innovative products that help customers

More information

Innovative Fastening Technologies

Innovative Fastening Technologies Innovative Fastening Technologies Corporate Overview 2011 Update Infastech is one of the world s largest producers of engineered mechanical fasteners with revenues exceeding USD500 million and an industry

More information

Access Code and Phone Number

Access Code and Phone Number Algeria Dial International collect/reverse charge number: 1-212-559-5842 Argentina For phones using Telecom: Dial 0-800-555-4288; wait for prompt, then dial 866- For phones using Telefonica: Dial 0-800-222-1288;

More information

Customers want to transform their datacenter 80% 28% global IT budgets spent on maintenance. time spent on administrative tasks

Customers want to transform their datacenter 80% 28% global IT budgets spent on maintenance. time spent on administrative tasks Customers want to transform their datacenter 80% global IT budgets spent on maintenance 28% time spent on administrative tasks Cloud is a new way to think about your datacenter Traditional model Dedicated

More information

Traffic Offload. Cisco 7200/Cisco 7500 APPLICATION NOTE

Traffic Offload. Cisco 7200/Cisco 7500 APPLICATION NOTE APPLICATION NOTE Cisco 700/Cisco 700 Traffic offload allows exchange carriers to offload their telephony traffic to a packet network from the Public Switched Telephone Network (PSTN). By doing so, carriers

More information

Allianz SE Reinsurance Branch Asia Pacific Systems Requirements & Developments. Dr. Lutz Füllgraf

Allianz SE Reinsurance Branch Asia Pacific Systems Requirements & Developments. Dr. Lutz Füllgraf Allianz SE Reinsurance Branch Asia Pacific Systems Requirements & Developments Dr. Lutz Füllgraf Technology and Innovation for Insurance Conference 2007, Sydney 22 March 2007 Contents 1 Importance of a

More information

END-OF-SALE AND END-OF-LIFE ANNOUNCEMENT FOR THE CISCO MEDIA CONVERGENCE SERVER 7845H-2400

END-OF-SALE AND END-OF-LIFE ANNOUNCEMENT FOR THE CISCO MEDIA CONVERGENCE SERVER 7845H-2400 END-OF-LIFE NOTICE, NO. 2566 END-OF-SALE AND END-OF-LIFE ANNOUNCEMENT FOR THE CISCO MEDIA CONVERGENCE SERVER 7845H-2400 Cisco Systems announces the end of life of the Cisco Media Convergence Server 7845H-2400.

More information

Cisco 2651XM Gateway - PBX Interoperability: Avaya Definity G3 PBX using Analog FXO Interfaces to an H.323 Gateway

Cisco 2651XM Gateway - PBX Interoperability: Avaya Definity G3 PBX using Analog FXO Interfaces to an H.323 Gateway Application Note Cisco 2651XM Gateway - PBX Interoperability: Avaya Definity G3 PBX using Analog FXO Interfaces to an H.323 Gateway Introduction This note describes the interoperability between the Avaya

More information

VOICE/DATA SIMCARD USA UNLIMITED

VOICE/DATA SIMCARD USA UNLIMITED VOICE/DATA SIMCARD USA UNLIMITED Copyright 2018. All rights reserved. The content of this document may not be copied,replaced,distributed,published,displayed, modified,or transferred in any form or by

More information

Overcoming the Compliance Challenges of VAT Remittance. 12 April :55 to 16:30 (CEST)

Overcoming the Compliance Challenges of VAT Remittance. 12 April :55 to 16:30 (CEST) Overcoming the Compliance Challenges of VAT Remittance 12 April 2016 15:55 to 16:30 (CEST) Presenters Nicole Jupin Vertex Inc. Senior Solutions Manager David Rossing Vertex Inc. Senior Tax Solutions Engineer,

More information

Quintiles vdesk Welcome Guide

Quintiles vdesk Welcome Guide Quintiles vdesk Welcome Guide Dear Quintiles Clinical ASP User, Quintiles is pleased to announce vdesk, an unique solution part of the Clinical ASP platform offer. Quintiles vdesk, is a virtual desktop

More information

About vlad.tomsa@microsoft.com Features: Safeguards Against: Hardcoded Locations Hardcoded storage endpoints API versions available on Azure Stack Resource types unsupported on Azure Stack Referenced

More information

Instructions. (For 6180 Industrial Computers) Applications. Overview & Safety

Instructions. (For 6180 Industrial Computers) Applications. Overview & Safety Instructions (For 6180 Industrial Computers) Applications This instruction sheet describes how to replace the following displays and backlights for 6180 Industrial Computers. All display kits contain a

More information

Cisco AVVID The Architecture for E-Business

Cisco AVVID The Architecture for E-Business WHITE PAPER Cisco AVVID The Architecture for E-Business Executive Summary Cisco AVVID (Architecture for Voice, Video and Integrated Data), defines a framework for building and evolving customer networks

More information

Cisco 3745 Gateway - PBX Interoperability: Avaya Definity G3 PBX using Q.931 PRI Network Side Interfaces to an H.323 Gateway

Cisco 3745 Gateway - PBX Interoperability: Avaya Definity G3 PBX using Q.931 PRI Network Side Interfaces to an H.323 Gateway Application Note Cisco 3745 Gateway - PBX Interoperability: Avaya Definity G3 PBX using Q.931 PRI Network Side Interfaces to an H.323 Gateway Introduction This Application Note describes the interoperability

More information

MANUAL VOICE/DATA SIMCARD CANADA

MANUAL VOICE/DATA SIMCARD CANADA MANUAL VOICE/DATA SIMCARD CANADA Copyright 2018. All rights reserved. The content of this document may not be copied,replaced,distributed,published,displayed, modified,or transferred in any form or by

More information

Cisco Extensible Provisioning and Operations Manager 4.5

Cisco Extensible Provisioning and Operations Manager 4.5 Data Sheet Cisco Extensible Provisioning and Operations Manager 4.5 Cisco Extensible Provisioning and Operations Manager (EPOM) is a Web-based application for real-time provisioning of the Cisco BTS 10200

More information

Global entertainment and media outlook Explore the content and tools

Global entertainment and media outlook Explore the content and tools www.pwc.com/outlook Global entertainment and media outlook Explore the content and tools A comprehensive online source of global analysis for consumer/ end-user and advertising spending 5-year forecasts

More information

Cisco Voice Services Provisioning Tool 2.6(1)

Cisco Voice Services Provisioning Tool 2.6(1) Data Sheet Cisco Voice Services Provisioning Tool 2.6(1) The Cisco Voice Services Provisioning Tool (VSPT) provides a GUI for the creation, modification, and execution of signaling connections, trunks,

More information

Safety. Introduction

Safety. Introduction KickStart Guide Safety Introduction Safety precautions Before using this product, see the safety precautions associated with your instrument. The instrumentation associated with this software is intended

More information

Dataliner Message Displays Using DL50 Slaves with a DL40 Master

Dataliner Message Displays Using DL50 Slaves with a DL40 Master ALLEN-BRADLEY Dataliner Message Displays Introduction This application note describes how to use Dataliner DL50 slave displays with a DL40 display as a master. The DL40 master display contains all messages

More information

CONFIGURING EPOLICY ORCHESTRATOR 3.0 AND MCAFEE 8.0i WITH CISCO CALLMANAGER

CONFIGURING EPOLICY ORCHESTRATOR 3.0 AND MCAFEE 8.0i WITH CISCO CALLMANAGER PRODUCT BULLETIN NO. 2866 CONFIGURING EPOLICY ORCHESTRATOR 3.0 AND MCAFEE 8.0i WITH CISCO CALLMANAGER Cisco CallManager runs on a Windows2000 server. An important administrative task for server management

More information

E-Seminar. Voice over IP. Internet Technical Solution Seminar

E-Seminar. Voice over IP. Internet Technical Solution Seminar E-Seminar Voice over IP Internet Technical Solution Seminar Voice over IP Internet Technical Solution Seminar 3 Welcome 4 Objectives 5 Telephony in Business 6 VoIP and IP Telephony 7 Traditional Telephony

More information

Cisco Optimization Services

Cisco Optimization Services Service Overview Cisco Optimization Services Cisco Optimization Services help very large enterprises to improve performance, availability, security, and quality of service; integrate advanced technologies;

More information

CISCO NETWORK CONNECTIVITY CENTER BUSINESS DASHBOARD

CISCO NETWORK CONNECTIVITY CENTER BUSINESS DASHBOARD DATA SHEET CISCO NETWORK CONNECTIVITY CENTER BUSINESS DASHBOARD The Cisco Network Connectivity Center (NCC) Business Dashboard displays the results of powerful analysis in a flexible, Web-based user interface.

More information

Step 1: New Portal User User ID Created Using IdentityIQ (IIQ)

Step 1: New Portal User User ID Created Using IdentityIQ (IIQ) Rockwell Automation PartnerNetwork Portal Single Sign-on (SSO) Login to Rockwell Automation PartnerNewtork Portal for Commercial Programs Participants Scope: This job aid provides instructions on how to

More information

CISCO IP PHONE 7970G NEW! CISCO IP PHONE 7905G AND 7912G XML

CISCO IP PHONE 7970G NEW! CISCO IP PHONE 7905G AND 7912G XML Q & A CISCO IP PHONE 7970G NEW! CISCO IP PHONE 7905G AND 7912G XML GENERAL QUESTIONS Q. What is the Cisco IP Phone 7970G? A. The 7970G is our latest state-of-the-art IP phone, which includes a large color,

More information

Spoka Meet Audio Calls Rates Dial-In UK

Spoka Meet Audio Calls Rates Dial-In UK Spoka Meet Audio Calls Rates Dial-In UK Country Toll/Toll Free Landline/Mobile GBP Argentina Toll Landline 0 Australia Toll Landline 0 Austria Toll Landline 0 Bahrain Toll Landline 0 Belgium Toll Landline

More information

Cisco CallManager 4.0-PBX Interoperability: Lucent/Avaya Definity G3 MV1.3 PBX using 6608-T1 PRI NI2 with MGCP

Cisco CallManager 4.0-PBX Interoperability: Lucent/Avaya Definity G3 MV1.3 PBX using 6608-T1 PRI NI2 with MGCP Application Note Cisco CallManager 4.0-PBX Interoperability: Lucent/Avaya Definity G3 MV1.3 PBX using 6608-T1 PRI NI2 with MGCP Introduction This is an application note for connectivity of Lucent/Avaya

More information

Digital EAGLEs. Outlook and perspectives

Digital EAGLEs. Outlook and perspectives 2016 Digital EAGLEs Outlook and perspectives Fixed and Mobile broadband adoption rates in the next decade Changes in Fixed-Broadband penetration 2014-25 Changes in Mobile-Broadband penetration 2014-25

More information

Patent Portfolio Overview May The data in this presentation is current as of this date.

Patent Portfolio Overview May The data in this presentation is current as of this date. Patent Portfolio Overview May 2018 1 1 The data in this presentation is current as of this date. Table of Contents Overview HEVC Standard Versions in Licensing Program Patent Evaluation Portfolio Growth

More information

iclass SE multiclass SE 125kHz, 13.56MHz 125kHz, 13.56MHz

iclass SE multiclass SE 125kHz, 13.56MHz 125kHz, 13.56MHz Date created: 11 July 2016 Last update: 18 August 2016 READERS REGULATORY CERTIFICATION BY COUNTRY. The following table consists of the current regulatory certifications for the readers. HID Global is

More information

DATA APPENDIX. Real Exchange Rate Movements and the Relative Price of Nontraded Goods Caroline M. Betts and Timothy J. Kehoe

DATA APPENDIX. Real Exchange Rate Movements and the Relative Price of Nontraded Goods Caroline M. Betts and Timothy J. Kehoe DATA APPENDIX Real Exchange Rate Movements and the Relative Price of Nontraded Goods Caroline M. Betts and Timothy J. Kehoe I. ORIGINAL SERIES: DESCRIPTION A. ANNUAL AND QUARTERLY SERIES 1a. MARKET EXCHANGE

More information

Power Analyzer Firmware Update Utility Version Software Release Notes

Power Analyzer Firmware Update Utility Version Software Release Notes Power Analyzer Firmware Update Utility Version 3.1.0 Software Release Notes Contents General Information... 2... 2 Supported models... 2 Minimum system requirements... 2 Installation instructions... 2

More information

Carrier Services. Intelligent telephony. for over COUNTRIES DID NUMBERS. All IP

Carrier Services. Intelligent telephony. for over COUNTRIES DID NUMBERS. All IP Carrier Services All IP Intelligent telephony In current times, being connected to the telephone network just isn t enough anymore; one needs to be INTERconnected with it, as it all has become IP. Along

More information

Instructions. (For 6180 Industrial Computers) Installing a Processor Upgrade

Instructions. (For 6180 Industrial Computers) Installing a Processor Upgrade Instructions (For 6180 Industrial Computers) This document describes how to remove or install a Pentium processor in the 6180 Industrial Computer. Processor specifications are also provided. Installing

More information

Cisco ONS SDH 12-Port STM-1 Electrical Interface Card

Cisco ONS SDH 12-Port STM-1 Electrical Interface Card Data Sheet Cisco ONS 15454 SDH 12-Port STM-1 Electrical Interface Card The Cisco ONS 15454 SDH 12-Port STM-1 Electrical Interface Card (STM-1E) provides a cost-effective, high-speed electrical interface

More information

THE POWER OF A STRONG PARTNERSHIP.

THE POWER OF A STRONG PARTNERSHIP. THE POWER OF A STRONG PARTNERSHIP. Now you can harness a network of resources. Connections, knowledge, and expertise. All focused on your success. The Cisco Channel Partner Program. BE CONNECTED. Great

More information

ENHANCED INTERIOR GATEWAY ROUTING PROTOCOL STUB ROUTER FUNCTIONALITY

ENHANCED INTERIOR GATEWAY ROUTING PROTOCOL STUB ROUTER FUNCTIONALITY APPLICATION NOTE ENHANCED INTERIOR GATEWAY ROUTING PROTOCOL STUB ROUTER FUNCTIONALITY OVERVIEW Enhanced Interior Gateway Routing Protocol (EIGRP).Stub Router functionality, which Cisco introduced in Cisco

More information

EE Pay Monthly Add-Ons & Commitment Packs. Version

EE Pay Monthly Add-Ons & Commitment Packs. Version EE Pay Monthly Add-Ons & Commitment Packs Version 1A Available from 28 October 2015 1 COMMITMENT PACKS In addition to the allowances included in our Standard and EE Extra plans for both Pay Monthly handset

More information

Updates to Plastic Molding and Co-injection Modules (Catalog Numbers 1771-QDC and 1771-QI)

Updates to Plastic Molding and Co-injection Modules (Catalog Numbers 1771-QDC and 1771-QI) Release Note Updates to Plastic Molding and Co-injection Modules (Catalog Numbers 1771- and 1771-QI) What s in This Release Note? this symbol applies to module only QI applies to QI module only QI means

More information

Graphical System Design Platform. NI LabVIEW. Test and Measurement Industrial Measurements and Control Embedded Design. ni.

Graphical System Design Platform. NI LabVIEW. Test and Measurement Industrial Measurements and Control Embedded Design. ni. Graphical System Design Platform NI LabVIEW Test and Measurement Industrial Measurements and Control Embedded Design The LabVIEW Story For more than 20 years, engineers and scientists around the world

More information

3M Volition Network Solutions

3M Volition Network Solutions 3M Volition Network Solutions Organisation Chart Group Manager Venkatesh Prasad Division Manager Navin Mathew Access Business Wireless Business Premises Business Development &Marketing Satish Rao Premises

More information

A 3/25/99 4:23 PM Page 23 APC Global Services 1999 Al Specificat

A 3/25/99 4:23 PM Page 23 APC Global Services 1999 Al Specificat APC Global Services 1 Boston Edison Testimonial I now have peace of mind knowing that our facility is protected by the professionals from APC s Global Services Group and the APC Silcon DP300E. Franco Pasquale

More information

NEW METHOD FOR ORDERING CISCO 1700 SERIES MODULAR ACCESS ROUTERS AND CISCO 1800 SERIES INTEGRATED SERVICES ROUTERS SOFTWARE SPARE IMAGES

NEW METHOD FOR ORDERING CISCO 1700 SERIES MODULAR ACCESS ROUTERS AND CISCO 1800 SERIES INTEGRATED SERVICES ROUTERS SOFTWARE SPARE IMAGES PRODUCT BULLETIN, NO. 2748 NEW METHOD FOR ORDERING CISCO 1700 SERIES MODULAR ACCESS ROUTERS AND CISCO 1800 SERIES INTEGRATED SERVICES ROUTERS SOFTWARE SPARE IMAGES Until recently, every release of Cisco

More information

Cisco Unified CallConnector for Microsoft Office Quick Reference Guide 1

Cisco Unified CallConnector for Microsoft Office Quick Reference Guide 1 Quick Reference Cisco Unified CallConnector for Microsoft Office Quick Reference Guide 1 Overview 2 Starting and Accessing Features 3 Using the Call Popup Window 4 Using QuickSearch 5 Toolbar Overview

More information

NEW CISCO IOS SOFTWARE RELEASE 12.2(25)EY FOR CISCO CATALYST 3750 METRO SERIES SWITCHES

NEW CISCO IOS SOFTWARE RELEASE 12.2(25)EY FOR CISCO CATALYST 3750 METRO SERIES SWITCHES PRODUCT BULLETIN NO. 2784 NEW CISCO IOS SOFTWARE RELEASE 12.2(25)EY FOR CISCO CATALYST 3750 METRO SERIES SWITCHES INTRODUCTION Cisco Systems is pleased to announce Cisco IOS Software updates for the Cisco

More information

Cisco MDS 9000 Family and EMC ECC Integration

Cisco MDS 9000 Family and EMC ECC Integration White Paper Cisco MDS 9000 Family and EMC ECC Integration INTRODUCTION Customers today prefer to manage their storage area network (SAN) from a centralized management application. This approach offers

More information

Application Note. Overview. Hardware Requirements. Software Requirements

Application Note. Overview. Hardware Requirements. Software Requirements Application Note Overview This document provides instructions on interfacing the 2755-DS/DD bar code decoder to the 2760-RB interface module via dumb terminal protocol RS-232 using either the 2760-SFC1

More information

OPERATIONS MANUAL Audio Conferencing

OPERATIONS MANUAL Audio Conferencing Section I: Introduction and Service Description. OPERATIONS MANUAL Audio Conferencing 1. Audio Conferencing. Audio conferencing enables multiple participants to converse simultaneously via a telephone

More information

IBM Product Lifecycle Management. CAA Rade solutions

IBM Product Lifecycle Management. CAA Rade solutions IBM Product Lifecycle Management CAA Rade solutions 2 CAA Rade solutions CAA V5 provides the most complete set of tools, guides and API s to support the application development process from the very start

More information

Using TAPS with +E.164 Directory Numbers

Using TAPS with +E.164 Directory Numbers Application Note Using TAPS with +E.164 Directory Numbers Page 1 of 8 Rev 1.1 September 17, 2010 Revision 1.1 Table of Contents INTRODUCTION 2 INSTALLING CISCO UNIFIED CONTACT CENTER EXPRESS 2 INSTALLING

More information

GW-WN150M 11b/g/n USB Wireless User Manual

GW-WN150M 11b/g/n USB Wireless User Manual GW-WN150M 11b/g/n USB Wireless User Manual Wireless Local Area Network USB Card (For 802.11b/g/n Wireless Networks) Contents 1 Overview... 1 1.1 Product Introduction... 1 1.2 System Requirements... 1 1.3

More information

Insights for Clubs

Insights for Clubs Insights for Clubs - 2015 Enjoying success requires the ability to adapt. Only by being open to change will you have a true opportunity to get the most from your Market. Key consumer trends Diverse population

More information

Improving digital infrastructure for a better connected Thailand

Improving digital infrastructure for a better connected Thailand Improving digital infrastructure for a better connected 1 Economies across the globe are going digital fast The Global GDP forecast 2017 Economies are setting policies to encourage ICT investment Global

More information

Patent Portfolio Overview July The data in this presentation is current as of this date.

Patent Portfolio Overview July The data in this presentation is current as of this date. Patent Portfolio Overview July 2017 1 1 The data in this presentation is current as of this date. Table of Contents Overview HEVC Standard Versions in Licensing Program Patent Evaluation Portfolio Growth

More information

ThinkPad carrying cases offer protection and convenience for your mobile requirements

ThinkPad carrying cases offer protection and convenience for your mobile requirements Lenovo United States Announcement 108-331, dated May 13, 2008 ThinkPad carrying cases offer protection and convenience for your mobile requirements Additional information... 3 Prices...7 At a glance New

More information

USING MCAFEE VIRUSSCAN ENTERPRISE 8.0I WITH CISCO CALLMANAGER

USING MCAFEE VIRUSSCAN ENTERPRISE 8.0I WITH CISCO CALLMANAGER APPLICATION NOTE USING MCAFEE VIRUSSCAN ENTERPRISE 8.0I WITH CISCO CALLMANAGER Cisco Systems does not formally certify antivirus products with Cisco CallManager software. However, the company recognizes

More information

CISCO 7304 SERIES ROUTER PORT ADAPTER CARRIER CARD

CISCO 7304 SERIES ROUTER PORT ADAPTER CARRIER CARD DATA SHEET CISCO 7304 SERIES ROUTER PORT ADAPTER CARRIER CARD The Cisco 7304 Router, part of the industry-leading Cisco 7000 Series, is optimized to deliver flexible, high-performance IP and Multiprotocol

More information

Sybase PowerDesigner 9.5

Sybase PowerDesigner 9.5 Sybase PowerDesigner 9.5 The all-in-one modeling tool for business-driven applications OVERVIEW Our Vision An Enterprise Modeling and Design solution that empowers users to model software that meets business

More information

IGEL-Briefing March Managed Software and Hardware Thin Clients

IGEL-Briefing March Managed Software and Hardware Thin Clients IGEL-Briefing March 2016 Managed Software and Hardware Thin Clients Agenda IGEL Technology IGEL Partner Network IGEL Offering Software Products Hardware Products Why IGEL Cloud / VDI Solutions?

More information

Global Entertainment & Media Outlook.

Global Entertainment & Media Outlook. Global Entertainment & Media Outlook 2018 2022 www.pwc.com/outlook Perspectives: 2018 Outlook report summary Trending now: convergence, connections and trust PwC 2 Perspectives report So what s trending

More information

INTERDIGITAL. 4 th Quarter 2013 Investor Presentation. invention collaboration contribution InterDigital, Inc. All rights reserved.

INTERDIGITAL. 4 th Quarter 2013 Investor Presentation. invention collaboration contribution InterDigital, Inc. All rights reserved. INTERDIGITAL 4 th Quarter 2013 Investor Presentation invention collaboration contribution 1 2013 InterDigital, Inc. All rights reserved. Forward-Looking Statements 2 2013 InterDigital, Inc. All rights

More information

THE CISCO SUCCESS BUILDER PROGRAM THE CISCO SMALL OFFICE COMMUNICATIONS CENTER: AFFORDABLE, PROVEN COMMUNICATIONS SOLUTIONS FOR SMALL ORGANIZATIONS

THE CISCO SUCCESS BUILDER PROGRAM THE CISCO SMALL OFFICE COMMUNICATIONS CENTER: AFFORDABLE, PROVEN COMMUNICATIONS SOLUTIONS FOR SMALL ORGANIZATIONS THE CISCO SUCCESS BUILDER PROGRAM THE CISCO SMALL OFFICE COMMUNICATIONS CENTER: AFFORDABLE, PROVEN COMMUNICATIONS SOLUTIONS FOR SMALL ORGANIZATIONS CISCO SUCCESS BUILDER. IT S MORE THAN AN INCENTIVE PROGRAM.

More information

CISCO FAX SERVER. Figure 1. Example Deployment Scenario. The Cisco Fax Server solution consists of the following components:

CISCO FAX SERVER. Figure 1. Example Deployment Scenario. The Cisco Fax Server solution consists of the following components: DATA SHEET CISCO FAX SERVER The Cisco Fax Server is an easy-to-use, easy-to-manage fax and e-document delivery solution that helps enterprises integrate voice, fax, data, and desktop applications for powerful

More information

NEW JERSEY S HIGHER EDUCATION NETWORK (NJEDGE.NET), AN IP-VPN CASE STUDY

NEW JERSEY S HIGHER EDUCATION NETWORK (NJEDGE.NET), AN IP-VPN CASE STUDY CUSTOMER CASE STUDY NEW JERSEY S HIGHER EDUCATION NETWORK (NJEDGE.NET), AN IP-VPN CASE STUDY SUMMARY NJEDge.Net is a nonprofit consortium of 45 colleges and universities in New Jersey dedicated to promoting

More information

ANNOUNCING NEW PRODUCT OFFERINGS FOR THE CISCO CATALYST 6500 SERIES

ANNOUNCING NEW PRODUCT OFFERINGS FOR THE CISCO CATALYST 6500 SERIES PRODUCT BULLETIN NO. 2028 ANNOUNCING NEW PRODUCT OFFERINGS FOR THE CISCO CATALYST 6500 SERIES NEW PRODUCT OFFERINGS: Cisco Catalyst 6503 Firewall Security System Cisco Catalyst 6506 Firewall Security System

More information

AdaptaScan Reader to a PLC-5 Using DH-485 Protocol with the 2760 RB Module and the 2760-SFC2 Protocol Cartridge

AdaptaScan Reader to a PLC-5 Using DH-485 Protocol with the 2760 RB Module and the 2760-SFC2 Protocol Cartridge Application Note AdaptaScan Reader to a PLC-5 Using DH-485 Protocol with the 2760 RB Module and the 2760-SFC2 Protocol Cartridge Overview The AdaptaScan-SN3, -SN5 or -SN8 bar code reader may be configured

More information

The Traveller plans include a monthly Mobile Broadband allowance to be used within all Table 1: Go Europe + USA Destinations.

The Traveller plans include a monthly Mobile Broadband allowance to be used within all Table 1: Go Europe + USA Destinations. Information about the Service Description of the Service The data plan service is a post-paid Mobile Broadband service. Your plan allowance can be used in Table 1: Destinations. Bundling You don t have

More information

Verwaltung und Qualitätssicherung von BIM-Modellen via IFCWebServer.org Data Server

Verwaltung und Qualitätssicherung von BIM-Modellen via IFCWebServer.org Data Server Verwaltung und Qualitätssicherung von BIM-Modellen via IFCWebServer.org Data Server Ali Ismail M.Sc. TU Dresden Institut für Bauinformatik Development Leader @ IFCWebServer.org Content Short introduction

More information

No Purchase needed

No Purchase needed www.dialntalk.co.uk No Purchase needed About DialnTalk DialnTalk is the instant dial service developed to offer you easy to use low cost international telephone calls. Our aim is to provide a hassle free

More information

Cisco CallManager Server Upgrade Program

Cisco CallManager Server Upgrade Program Program Cisco CallManager Server Upgrade Program April 25, 2003 This program is structured to allow existing customers with either Media Convergence Servers or third-party servers running Cisco CallManager

More information

USING TREND SERVERPROTECT5 WITH CISCO CALLMANAGER

USING TREND SERVERPROTECT5 WITH CISCO CALLMANAGER PRODUCT BULLETIN NO. 2501 USING TREND SERVERPROTECT5 WITH CISCO CALLMANAGER PRODUCT OVERVIEW Any Windows 2000 Server is recommended to have virus protection and the Cisco CallManager is no exception. Trend

More information

AdaptaScan Reader to a PLC-5 Using RS-232/ASCII Protocol with the 2760 RB Module and the 2760-SFC1 and -SFC2 Protocol Cartridge

AdaptaScan Reader to a PLC-5 Using RS-232/ASCII Protocol with the 2760 RB Module and the 2760-SFC1 and -SFC2 Protocol Cartridge Application Note AdaptaScan Reader to a PLC-5 Using RS-232/ASCII Protocol with the 2760 RB Module and the 2760-SFC1 and -SFC2 Protocol Cartridge Overview The AdaptaScan-SN3, -SN5 or -SN8 bar code reader

More information

MULTI-VRF AND IP MULTICAST

MULTI-VRF AND IP MULTICAST WHITE PAPER MULTI-VRF AND IP MULTICAST OVERVIEW Multi-VRF Customer Edge (VRF-Lite) enables Multiple VPN routing instances on Customer Edge devices and supports Cisco IOS IP Multicast. Since Multicast has

More information

8510 AC Spindle Drive Hardware/Firmware Replacement

8510 AC Spindle Drive Hardware/Firmware Replacement ALLEN-BRADLEY 8510 AC Spindle Drive Hardware/Firmware Replacement Instructions Introduction The purpose of this publication is to describe the steps needed to replace the circuit boards and/or firmware

More information

The Cisco Unified Communications Planning and Design Service Bundle

The Cisco Unified Communications Planning and Design Service Bundle Services Data Sheet Cisco Unified Communications Planning and Design Service Bundle The Cisco Unified Communications Planning and Design Service Bundle, designed for large enterprise networks, helps you

More information

MORE THAN JUST A PRODUCT, CABLOFIL IS A GLOBAL SOLUTION. Safer, more economic economic and more performant and A SYSTEM AN EXPERTISE A SERVICE

MORE THAN JUST A PRODUCT, CABLOFIL IS A GLOBAL SOLUTION. Safer, more economic economic and more performant and A SYSTEM AN EXPERTISE A SERVICE CABLOFIL DATA MORE THAN JUST A PRODUCT, CABLOFIL IS A GLOBAL SOLUTION A COMPLETE RANGE FOR EVERY APPLICATIONS A SYSTEM AN EXPERTISE A SERVICE CABLE MANAGEMENT LEADER OF For 40 years, CABLOFIL has revolutionised

More information

END-OF-SALE AND END-OF-LIFE ANNOUNCEMENT FOR THE CISCO FLEXWAN MODULE FOR USE WITH THE CISCO 7600 SERIES ROUTERS AND CATALYST 6500 SERIES SWITCHES

END-OF-SALE AND END-OF-LIFE ANNOUNCEMENT FOR THE CISCO FLEXWAN MODULE FOR USE WITH THE CISCO 7600 SERIES ROUTERS AND CATALYST 6500 SERIES SWITCHES PRODUCT BULLETIN NO. 2931 END-OF-SALE AND END-OF-LIFE ANNOUNCEMENT FOR THE CISCO FLEXWAN MODULE FOR USE WITH THE CISCO 7600 SERIES ROUTERS AND CATALYST 6500 SERIES SWITCHES Cisco Systems announces the

More information

Dashboard. Feb 18, Feb 18, 2008 Comparing to: Site. 13,318 Visits 28,414 Pageviews 2.13 Pages/Visit

Dashboard. Feb 18, Feb 18, 2008 Comparing to: Site. 13,318 Visits 28,414 Pageviews 2.13 Pages/Visit Dashboard Site Usage 13,318 Visits 28,414 Pageviews 2.13 Pages/Visit 63.93% Bounce Rate 00:03:00 Avg. Time on Site 73.14% % New Visits Visitors Overview Map Overlay world Visitors 9,744 Traffic Sources

More information

Conferencing and Recording

Conferencing and Recording Conferencing and Recording User Guide 03 July 2018 Contents About conferencing 3 How to schedule a meeting 4 How to join a StarLeaf meeting 6 About global telephone dial-in numbers 10 Europe, Middle East,

More information

Griffin Training Manual Address Maintenance

Griffin Training Manual Address Maintenance Griffin Training Manual Address Maintenance The University of Chicago Alumni Relations and Development 2 Griffin Address Maintenance Revised 02/24/2015 Table of Contents Chapter 1: About Maintaining Biographic

More information

Purchasing. Operations 3% Marketing 3% HR. Production 1%

Purchasing. Operations 3% Marketing 3% HR. Production 1% Agenda Item DOC ID IAF CMC (11) 75 For Information For discussion For decision For comments to the author IAF End User Survey results (October 211) This report summarises the total responses to the IAF

More information

Payphone Origination Service Charge Rate Per Min. Mobile Origination Service Charge. MLB Switched Rate Per Min. MLB Dedicated Rate Per Min

Payphone Origination Service Charge Rate Per Min. Mobile Origination Service Charge. MLB Switched Rate Per Min. MLB Dedicated Rate Per Min SBC Long Distance, LLC 1 st Revised Page 1 d/b/a AT&T Long Distance Effective April 8, 2011 Effective June 30, 2011 the dedicated service offering associated with this Service will be discontinued pursuant

More information

Release Notes for AutoMesh 7.16(M1).5.0

Release Notes for AutoMesh 7.16(M1).5.0 Release Notes for AutoMesh 7.16(M1).5.0 Software and firmware: HotView Pro software 10.16.5.0 and HotPort firmware 7.16(M1).5.0 Effective date: 7/4/2014 Hardware compatibility: The next table lists the

More information

Vodafone Usage Manager R2.0

Vodafone Usage Manager R2.0 Vodafone Global Enterprise Vodafone Usage Manager R2.0 User Guide for Android Power to you Copyright Vodafone Global Enterprise, Vodafone Group Plc, Vodafone House, The Connection 19 April 2017Newbury,

More information

The Role of SANAS in Support of South African Regulatory Objectives. Mr. Mpho Phaloane South African National Accreditation System

The Role of SANAS in Support of South African Regulatory Objectives. Mr. Mpho Phaloane South African National Accreditation System The Role of SANAS in Support of South African Regulatory Objectives Mr. Mpho Phaloane South African National Accreditation System Outline of Presentation INTRODUCTION STATUS OF SANAS TECHNICAL INFRASTRUCTURE

More information

Understanding Normalization and Product Catalog

Understanding Normalization and Product Catalog Understanding Normalization and Product Catalog Int'l Toll: 913 312 0828 US/CAN Toll free: 866 816 1982 Argentina: 0800 444 6440 Australia: 1 800 612 415 Austria: 0800 295 780 Bahamas: 1 800 389 0491 Belgium:

More information

IP Communications for Small Offices Using Cisco CallManager Express and Cisco Unity Express

IP Communications for Small Offices Using Cisco CallManager Express and Cisco Unity Express Overview IP Communications for Small Offices Using Cisco CallManager Express and Cisco Unity Express Cisco CallManager Express with Cisco Unity Express provides small and medium-sized businesses (SMBs)

More information

CISCO SFP OPTICS FOR PACKET-OVER-SONET/SDH AND ATM APPLICATIONS

CISCO SFP OPTICS FOR PACKET-OVER-SONET/SDH AND ATM APPLICATIONS DATA SHEET CISCO SFP OPTICS FOR PACKET-OVER-SONET/SDH AND ATM APPLICATIONS The Cisco industry-standard Small Form-Factor Pluggable Interface Converter (SFP) for packet-over-sonet/sdh (POS), optical networking,

More information

ThinkPad carrying cases offer protection and convenience for your mobile requirements

ThinkPad carrying cases offer protection and convenience for your mobile requirements Hardware Announcement ZG08-0695, dated vember 25, 2008 ThinkPad carrying cases offer protection and convenience for your mobile requirements Table of contents 1 At a glance 2 Product number 1 Overview

More information

More control means. more security. Panda Security. Security and Management Solutions for your Company

More control means. more security. Panda Security. Security and Management Solutions for your Company More control means more security Security Security and Management Solutions for your Company Security The Cloud Security Company Security is a global company that protects over 10 million users in 195

More information

High-Availability Solutions for SIP Enabled Voice-over-IP Networks

High-Availability Solutions for SIP Enabled Voice-over-IP Networks White Paper High-Availability Solutions for S Enabled Voice-over- Networks The rapid evolution of voice and data technology is significantly changing the business environment. The introduction of services

More information

Strategic IT Plan Improves NYCHA Resident Services While Reducing Costs US$150 Million

Strategic IT Plan Improves NYCHA Resident Services While Reducing Costs US$150 Million C U S T O M E R C A S E S T U D Y Strategic IT Plan Improves NYCHA Resident Services While Reducing Costs US$150 Million Executive Summary CUSTOMER NAME New York City Housing Authority (NYCHA) INDUSTRY

More information

International Business Mail Rate Card

International Business Mail Rate Card International Business Mail Rate Card Effective from 3rd January 2017 International Business Mail International Business Mail is a service with a range of sorting and delivery options which covers Letters,

More information

Hybrid Wide-Area Network Application-centric, agile and end-to-end

Hybrid Wide-Area Network Application-centric, agile and end-to-end Hybrid Wide-Area Network Application-centric, agile and end-to-end How do you close the gap between the demands on your network and your capabilities? Wide-area networks, by their nature, connect geographically

More information

A Look at Borland C#Builder from the Delphi Developers View

A Look at Borland C#Builder from the Delphi Developers View A Look at Borland C#Builder from the Delphi Developers View A Borland White Paper August 2003 By Corbin Dunn, Research and Development Engineer, Borland Software Corporation Contents Introduction... 3

More information