CalSync Proposal. Prepared for: University of Edinburgh

Size: px
Start display at page:

Download "CalSync Proposal. Prepared for: University of Edinburgh"

Transcription

1 CalSync Proposal Prepared for: University of Edinburgh September 2015

2 Author: Lorraine Worrall Version: 2.0 Status: RELEASE Reference: PID Creation Date: 26/09/2015 Revision Date: 06/11/2015 Reviewed by: Approved by: LW TE Disclaimer ProofID Limited makes no representations or warranties with respect to the contents or use of this document, and specifically disclaims any express or implied warranties of merchantability or fitness for any particular purpose. Copyright Copyright 2014 ProofID Limited. All rights reserved. part of this publication may be reproduced, photocopied, stored on a retrieval system, or transmitted without the express written consent of Proof ID Limited. Contact Questions related to the information contained in this document should be directed to Lorraince Worrall lworrall@proofid.co.uk Tel: +44 (0) Mob: +44 (0) ProofID Limited Lancastrian Office Centre Talbot Road Manchester M32 0FP ProofID Limited 2014 II

3 TABLE OF CONTENTS 1 INTRODUCTION Proposal Purpose CALSYNC OVERVIEW High Level Solution Overview Architecture CalSync Schematic Admin Utility Timetabling System Support PROJECT DELIVERABLES Assumptions Dependencies Exclusions CLIENT RESPONSIBILITY Obligations Hardware Requirements Software Requirements Documentation Review... Error! Bookmark not defined. 4.5 Acceptance... Error! Bookmark not defined. 5 SUBSCRIPTION LICENSE... ERROR! BOOKMARK NOT DEFINED. 6 INVESTMENT Additional Items Payment Plan ProofID Limited 2014 III

4 1 INTRODUCTION CalSync is a solution which synchronises timetable information from commercially available timetabling systems into Office 365 or Outlook calendars. Although CalSync has been developed to integrate with Office 365, its use of Exchange Web Services means that integration with on-premise Exchange 1 and Office365 is also supported. University of Edinburgh has expressed an interest in deploying CalSync. This proposal details the delivery methodology for CalSync, specific project deliverables and required investment. 1.1 Proposal Purpose This Proposal details: ProofID s deliverables for this engagement Any relevant assumptions and considerations made by ProofID in estimating and costing this work Project dependencies and exclusions The Client s responsibilities in relation to completion of the deliverables An investment summary and payment profile 1 Integration with on-premise Exchange excludes Exchange 2007 SP2 CalSync Proposal Edinburgh University Final 1 10/07/2012

5 2 CALSYNC OVERVIEW 2.1 High Level Solution Overview There are a number of commercially available timetabling systems that colleges and universities use to set timetables for the year. Regardless of the specific data formats all systems fundamentally represent a common set of information to represent the timetable. CalSync takes the source timetable data from the timetabling system and inserts the relevant timetable appointments into each student s calendar. CalSync will synchronise the timetable information from the 3 rd party product into its own database at a regular intervals. The format of this database allows a standardised student-centric view of the timetable data. The student will then be resolved in the organisation s Active Directory to find their Office 365 account details so that appointments can be inserted and updated in the relevant calendar on a regular basis. As a result students are able to use existing functionality provided by Office 365 to synchronise this information to a mobile device. This allows a combined view of their latest class timetable and personal appointments, providing a value add to the Office 365 implementation. CalSync additionally supports integration with on-premise Exchange and Office Architecture The CalSync architecture comprises five elements: Component Function Directory link Timetable link EWS link Database Admin utility Updates the database with information from Active Directory Updates the database with student, room, lecturer, lesson and course group information Updates the Exchange online account with appointments for each entry in the database Maintains a standardised set of timetable information, regardless of timetable system A small Windows application that can stop/start services, configure the system settings and manually refresh a student s calendar The synchronisation of calendar entries to student s mobile phones is performed using Office365 / Office 365 functionality. The three link components are implemented as.net 3.5 C# services. The database is at least SQL Server 2008R2: EDIN is on SQL2014 standard Express (for very small colleges), up to 10GB limit data Standard (for larger organisations). 2.3 CalSync Schematic The following schematic depicts CalSync s architecture: CalSync Proposal Edinburgh University Final 2 10/07/2012

6 Admin Utility Directory link Username address Active Directory Timetable link Students, Rooms, Lecturers, Course Groups EWS link Appointments Office 365 / live@edu Timetable DB (EBS / Scientia) Figure 1: CalSync Architecture 2.4 Admin Utility The Admin Utility is a Windows application. A screenshot of the Admin Utility is presented below: Figure 2: CalSync Admin Utility Screenshot CalSync Proposal Edinburgh University Final 3 10/07/2012

7 2.5 Timetabling System Support CalSync supports any timetabling system, subject to the Client providing database views in line with documented requirements which can be consumed by Calsync.. The database view must meet the following minimum requirements: View Fields Datatype Example / Description Nullable CS_Lesson TimetableId StartDate StartTime EndTime RoomId LecturerId Subject Course DATE CHAR(5) CHAR(5) Unique ID of the event Date of the event Start time, e.g. 11:00 End time, e.g. 13:00 Unique ID of the Room(s) (comma separated, no space) Unique ID of the Lecturer(s) (comma separated, no space) Subject of the event Course name Yes Yes Yes CS_LessonCourseGroup CS_StudentCourseGroup CS_Student CS_Lecturer CS_Room TimetableId CourseGroup CourseGroupType* TimetableId CourseGroup CourseGroupType* TimetableId StudentName AuthName Address TimetableId LecturerName AuthName Address TimetableId RoomName Address INT INT VARCHAR(64) VARCHAR(50) VARCHAR(64) VARCHAR(50) Unique ID of the event Unique ID of a logical grouping matching a Student Course Group ID of the Course Group Type Unique ID of the student Unique ID of a logical grouping matching a Lesson Course Group ID of the Course Group Type Unique ID of the student Student Name Student Login Student address Unique ID of the lecturer Lecturer Name Lecturer Login Lecturer address Unique ID of the Room Room name Address/Location/URL Yes Yes Yes * The values for CourseGroupType are determined during discovery. Separate IDs are used to present the information in a different way or to change the category name/colour, Free/Busy status, etc. The views do not necessarily all have to come from the same database (for example the CS_Student view may be in the Student Record System and the rest in the timetable database), but the unique ids must match. Views should also include any information that is needed to limit the scope. For example if the SRS stores a separate entry for each year then this year field should be included in the view so that it can be changed in the CalSync interface without having to alter the view. CalSync Proposal Edinburgh University Final 4 10/07/2012

8 3 PROJECT DELIVERABLES The deliverables for this project are detailed below. Any deliverables where the owner is specified only as Client are the sole responsibility of the Client to complete. ProofID and the Client shall consider these deliverables more fully in the Implementation Plan to be agreed between the parties pursuant to Schedule 1 of the CalSync Agreement Ref. Deliverable/ Activity Output / Description Owner 1 Discovery Conference call to capture data on timetable system and Active Directory. Anything which is discovered during this call which could increase the amount of effort required to complete the installation, and which could therefore increase costs to the Client, will be flagged at this stage and approval sought from the Client. PID, EDIN 2 Database configuration Create database tables/views as required by ProofID (see section 2.5 above) EDIN/PID 3 Validate Database configuration 4 CalSync installation in test mode Validate database tables / views created by the Client, and confirm that they are suitable for use with CalSync. If not, feedback will be provided so the Client can make necessary alterations. Installation of CalSync into test environment (if available), and incremental test imports for tuning performance PID, EDIN PID, EDIN 5 Monitoring Remote monitoring of CalSync/EWS performance 6 User acceptance testing Client tests to ensure that CalSync is working as designed PID EDIN/PID 7 Switch over to live mode and handover Installation of CalSync into live environment and handover/documentation provided. The CalSync system will be deemed accepted and will pass into support upon The Completion Date (as defined in Schedule 1 of the Calsync Agreement). PID, EDIN ProofID Limited 5

9 Ref. Deliverable/ Activity Output / Description Owner 8 SLA Details of the SLA (i.e priority, response time, commitments from PID to provide upgrades to be in line with Scientia and Microsoft products) PID ProofID ensures that the Deliverables will be completed within a maximum of 40 hours of effort. If additional effort is required to carry out tasks in addition to the above deliverables, the Client may, at its own discretion, purchase additional consultancy time at ProofID s current day-rate ( 960/day). 3.1 All DBA work required to create necessary database tables / views is the responsibility of the Client. Reasonable support would be required from PID as per deliverables 2 & 3 detailed above.assumptions ProofID has made the following assumptions when specifying the deliverables and estimating efforts and cost. It is the responsibility of the Client to advise ProofID if any of these assumptions is incorrect prior to agreeing this Proposal. Failure to do so may lead to the Client incurring additional costs. The Client can provide sufficient access to the timetabling system and Active Directory to enable CalSync to function. The Client is responsible for any DBA activities which may be required (e.g. creating database views that may be required by CalSync) The Client is responsible for configuration of all network equipment, including but not limited to: firewalls, load balancers. The Client has appropriate and accurate data in Active Directory and the timetabling system, to enable accounts to be matched between the two systems. ProofID may deliver some of the deliverables remotely. To enable this, ProofID may install remote access software on the CalSync servers for the duration of the deployment. If this is not acceptable to the Client, the Client will provide alternative remote access facilities to ProofID. All deliverables defined in this Proposal represent ProofID s initial and high level understanding of the Client s requirements. These deliverables are subject to change and will be superseded by the design specifications further to the completion of the design workshops, if applicable. At this time there are no business or technical inhibitors to prevent the project objectives from being met. All servers currently running all services within the scope of the project have been properly maintained by the Client and are working correctly. Where necessary additional software and/or files may be installed on all servers within the scope of the project. File Transfer access is available on all servers within the scope of the project where necessary. ProofID Limited 6

10 3.2 Dependencies The dependencies affecting this project are listed below: The Client has a fully working deployment of Office 365/Office 365/Exchange 2007, 2010 or 2013 All student mail accounts have been migrated to Office 365/Office365/Exchange 2007,2010 or Exclusions Within this engagement, the following are specifically excluded: Any deliverable or activity not listed in the section 3, Project Deliverable, above. DBA activity, including creation of SQL scripts to produce required database views in the timetabling system. All licenses identified above will be pre-procured by the client and ready for deployment, ensuring sufficient time to meet project milestones ProofID Limited 7

11 4 CLIENT RESPONSIBILITY To ensure a successful project, the Client must support ProofID throughout the duration of the project. Should the Client not meet these responsibilities, this may lead to additional charges. The Client s responsibilities are detailed below: 4.1 Obligations The Client will provide the following: Relevant technical staff will be made available by the client for all appropriate workshops, project activities and where required acceptance reviews Technical staff will be made available to create database tables/views as required by ProofID as documented in 2.5 above. Access to its premises for ProofID personnel from 9:00 AM to 5:00 PM each working day. Additional access will be provided as reasonably requested by ProofID Access to systems, networks and reports as required by ProofID A meeting room with projector for any group meetings during the project User Acceptance Test plans and Appropriate testing resource at each milestone, and will be responsible for drawing up appropriate User Acceptance Test plans An appropriate testing platform 4.2 Hardware Requirements The client will provide the following Hardware: Description Qty tes Specification Physical or virtual server 2 CalSync server 2.5Ghz+ CPU / 6GB RAM The client will ensure that: All hardware identified above will be pre-procured by the client and will be ready for deployment, ensuring sufficient time to meet project milestones A suitable location and access for the hardware will be available. Sufficient network and power points will be available. 4.3 Software Requirements The Client will provide the following Software licenses and installation media: Description Qty tes At least SQL2008R2 As per servers needed Can be installed locally on the CalSync server or could make use of existing SQL server At least Windows 2008R2 As per servers needed Server License ProofID Limited 8

12 The Client will ensure that: All licenses identified above will be pre-procured by the Client and ready for deployment, ensuring sufficient time to meet project milestones Activities / Responsibilities The Client and ProofID shall work together, where reasonable to do so, to undertake the following specific items: Any issues and/or corrective actions highlighted from any health checks completed by ProofID are the sole responsibility of the client to resolve, with ProofID providing reasonable assistance to resolve the issues. This may result in additional cost. Provision of sufficient and timely information to allow ProofID s deliverables to be completed according to the agreed.implementation Plan (detailed in section 3/deliverables). Managing invitation to and attendance at all workshops, meetings, training or other project activities, for client staff, contractors, or other relevant associates. The client will apply any infrastructure or other upgrades required to meet the project objectives: e.g. Service/Support Pack revisions Additionally, it is anticipated that the Client will undertake the following general activities, which shall be detailed in full in the Implementation Plan (as defined in Schedule 1 of the Calsync Agreement): ACTIVITY DESCRIPTION Start of Project Purchase required hardware, software etc Build core infrastructure [test &, live] Design & Development Enable remote access for development Create database instances/tables/ views where required Test Assist with testing of the new solution Define User acceptance criteria UAT Provide test instances of connected systems Readiness activities Reconfigure firewalls and open ports where required Create accounts Deployment Assist with rollout activities Other End User Training [if deemed necessary] ProofID Limited 9

13 ACTIVITY DESCRIPTION IT staff training for support ProofID Limited 10

14 5 INVESTMENT Item Description Price Project Delivery Professional Services Consultancy A maximum of 40 hours of consultancy to complete installation and configuration of CalSync. 5, License fee (subscription license recurring annually, includes support) Marketing discount (10%) of Year One license fee 5, Total 9, All prices exclude VAT and expenses Invoice terms 30 days Marketing and PR Discount is subject to the following terms (applies to year 1 costs only): o o o 5.1 Additional Items University of Edinburgh to collaborate with ProofID on a Case Study following three months of live operation of the deliverables. ProofID may publish the Case Study as desired. ProofID allowed to use University of Edinburgh name and logo on promotional material and on ProofID s website, but only in relation to matters relating to CalSync. University of Edinburgh to act as a reference for ProofID s prospective Clients. Additional consultancy may be purchased on a Time and Materials basis at a rate of 1000/day excluding VAT and expenses. 5.2 Payment Plan Item Milestone Value Installation, and activities configuration Implementation To be invoiced by Proof ID monthly in arrears, with invoices showing full expenditure A maximum of 5,500 Subscription License 100% of annual license fee on receipt of Purchase Order, and annually on each anniversary of the Completion Date (as defined in Schedule 1 of the CalSync Agreement) thereafter. te 4,950 ProofID Limited 11

15 renewals will be at the full rate of 5,500 p/a). Total 9,950 Prices shown are exclusive of VAT and Expenses ProofID Limited 12

Service Description: Identity Services Engine Implementation-Subscription Service

Service Description: Identity Services Engine Implementation-Subscription Service Page 1 of 6 Service Description: Identity Services Engine Implementation-Subscription Service Services Summary This document describes the Identity Services Engine Implementation. Subscription Service.

More information

VMware vcloud Air Accelerator Service

VMware vcloud Air Accelerator Service DATASHEET AT A GLANCE The VMware vcloud Air Accelerator Service assists customers with extending their private VMware vsphere environment to a VMware vcloud Air public cloud. This Accelerator Service engagement

More information

Record Clone User Guide

Record Clone User Guide IOTAP s Record Clone add-on for Microsoft Dynamics CRM allows users to create copy of records for not only System & Standard entities but also Custom and their related entities. Record Clone Version: 3.1

More information

Service Description: Cisco Security Implementation Services. This document describes the Cisco Security Implementation Services.

Service Description: Cisco Security Implementation Services. This document describes the Cisco Security Implementation Services. Page 1 of 12 Service Description: Cisco Security Implementation Services This document describes the Cisco Security Implementation Services. Related Documents: This document should be read in conjunction

More information

Participation Agreement for the ehealth Exchange

Participation Agreement for the ehealth Exchange Participation Agreement for the ehealth Exchange This Participation Agreement for the ehealth Exchange ("Agreement") is entered into as of the last date written below ( Effective Date ) by and between

More information

Cisco Data Center Accelerated Deployment Service for Nexus 9000 (ASF-DCV1-NEX-ADS)

Cisco Data Center Accelerated Deployment Service for Nexus 9000 (ASF-DCV1-NEX-ADS) Page 1 of 6 Service Description: Advanced Services Fixed Price Cisco Data Center Accelerated Deployment Service for Nexus 9000 (ASF-DCV1-NEX-ADS) This document describes Advanced Services Fixed Price:

More information

Schedule 2a for Capital Leases

Schedule 2a for Capital Leases 1. SERVICE DESCRIPTION The Interoute Managed Bandwidth service comprises protected Circuits and unprotected Circuits carrying communications traffic between fixed points. 2. DEFINITIONS In this Agreement,

More information

Security Annex for Firewalls Additional Terms for Firewall Service

Security Annex for Firewalls Additional Terms for Firewall Service CONTENTS 1 Glossary of Terms & Definitions... 2 2 Service Description... 2 2.1 Firewall Service... 2 2.2 Provisioning... 2 3 Firewall throughput... 3 4 Vendor Change... 3 5 Charges... 3 5.1 Charges payable

More information

Service Description: Advanced Services Fixed Price. CloudCenter Advise and Implement Medium (ASF-DCV1-G-CC-ME)

Service Description: Advanced Services Fixed Price. CloudCenter Advise and Implement Medium (ASF-DCV1-G-CC-ME) Page 1 of 6 Service Description: Advanced Services Fixed Price CloudCenter Advise and Implement Medium (ASF-DCV1-G-CC-ME) This document describes Advanced Services Fixed Price: CloudCenter Advise and Implement

More information

Cisco QuickStart Implementation Service for Tetration Analytics Medium

Cisco QuickStart Implementation Service for Tetration Analytics Medium Page 1 of 9 Service Description: Advanced Services Fixed Price Cisco QuickStart Implementation Service for Tetration Analytics Medium (ASF-DCV1-TA-QS-M) This document describes Advanced Services Fixed

More information

Epicor ERP Cloud Services Specification Multi-Tenant and Dedicated Tenant Cloud Services (Updated July 31, 2017)

Epicor ERP Cloud Services Specification Multi-Tenant and Dedicated Tenant Cloud Services (Updated July 31, 2017) Epicor ERP Cloud Services Specification Multi-Tenant and Dedicated Tenant Cloud Services (Updated July 31, 2017) GENERAL TERMS & INFORMATION A. GENERAL TERMS & DEFINITIONS 1. This Services Specification

More information

Service Description: Advanced Services- Fixed Price: Cisco UCCE Branch Advise and Implement Services (ASF-CX-G-REBPB-CE)

Service Description: Advanced Services- Fixed Price: Cisco UCCE Branch Advise and Implement Services (ASF-CX-G-REBPB-CE) Page 1 of 1 Service Description: Advanced Services- Fixed Price: Cisco UCCE Branch Advise and Implement Services (ASF-CX-G-REBPB-CE) This document describes Advanced Services Fixed Price: Cisco UCCE Branch

More information

Contents. 1 General Terms. Page 1 of 8

Contents. 1 General Terms. Page 1 of 8 Page 1 of 8 Service Description: Advanced Services --- Fixed Price Secure Agile Exchange Advise and Implement (Quick Start) (ASF-CORE-SAI-QS) This document describes Cisco s Secure Agile Exchange Advise

More information

SLA. Service Level Agreement v1.0. Published: September 2014

SLA. Service Level Agreement v1.0. Published: September 2014 SLA Service Level Agreement v1.0 Published: September 2014 The information contained in this document represents the current view of Circuit ID on the issues discussed as of the date of publication. Because

More information

Digital Advisory Services Professional Service Description SIP IP Trunk with Field Trial for Legacy PBX Model

Digital Advisory Services Professional Service Description SIP IP Trunk with Field Trial for Legacy PBX Model Digital Advisory Services Professional Service Description SIP IP Trunk with Field Trial for Legacy PBX Model 1. Description of Services. 1.1 SIP IP Trunk with Field Trial for Legacy PBX Verizon will assist

More information

Service Description: Advanced Services Fixed Price Cisco WebEx Advise and Implement Service (0-5,000 Users) (ASF- WBXS-UC-PDIBSE)

Service Description: Advanced Services Fixed Price Cisco WebEx Advise and Implement Service (0-5,000 Users) (ASF- WBXS-UC-PDIBSE) Page 1 of 9 Service Description: Advanced Services Fixed Price Cisco WebEx Advise and Implement Service (0-5,000 Users) (ASF- WBXS-UC-PDIBSE) This document describes Advanced Services Fixed Price Cisco

More information

PRIVATE MOBILE CONNECTION (formerly COMMERCIAL CONNECTIVITY SERVICE (CCS)) CUSTOM APN ATTACHMENT

PRIVATE MOBILE CONNECTION (formerly COMMERCIAL CONNECTIVITY SERVICE (CCS)) CUSTOM APN ATTACHMENT PRIVATE MOBILE CONNECTION (formerly COMMERCIAL CONNECTIVITY SERVICE (CCS)) CUSTOM APN ATTACHMENT Last Revised: 2/1/2017 1. Private Mobile Connection - Custom APN. Pursuant to the terms and conditions of

More information

Managed Administration Service (MAS): Hitachi ID Password Manager

Managed Administration Service (MAS): Hitachi ID Password Manager Managed Administration Service (MAS): Hitachi ID Password Manager 2018 Hitachi ID Systems, Inc. All rights reserved. Contents 1 Introduction 1 2 Managed Administration Service (MAS) 1 2.1 Hitachi ID Systems

More information

Digital Advisory Services Professional Service Description SIP SBC with Field Trial Endpoint Deployment Model

Digital Advisory Services Professional Service Description SIP SBC with Field Trial Endpoint Deployment Model Digital Advisory Services Professional Service Description SIP SBC with Field Trial Endpoint Deployment Model 1. Description of Services. 1.1 SIP SBC with Field Trial Endpoint Deployment Verizon will assist

More information

Digital Advisory Services Professional Service Description SIP Centralized IP Trunk with Field Trial Model

Digital Advisory Services Professional Service Description SIP Centralized IP Trunk with Field Trial Model Digital Advisory Services Professional Service Description SIP Centralized IP Trunk with Field Trial Model 1. Description of Services. 1.1 SIP Centralized IP Trunk with Field Trial Verizon will assist

More information

Service Offering: Outsourced IdM Administrator Service

Service Offering: Outsourced IdM Administrator Service Service Offering: Outsourced IdM Administrator Service 2016 Hitachi ID Systems, Inc. All rights reserved. Contents 1 Introduction 1 2 The Outsourced IdM Administrator Service 1 2.1 Hitachi ID Systems and

More information

Cisco Collaborative Professional Services Unified Computing System Technical Consulting Accelerator Service (ASF-CPSC-UCST)

Cisco Collaborative Professional Services Unified Computing System Technical Consulting Accelerator Service (ASF-CPSC-UCST) Page 1 of 1 Service : Advanced Services Fixed Price Cisco Collaborative Professional Services Unified Computing System Technical Consulting Accelerator Service (ASF-CPSC-UCST) This document describes Advanced

More information

IGNITE HOSTED PREMIUM MAIL TERMS AND CONDITIONS OF SERVICE. 1. Definitions. 2. Services

IGNITE HOSTED PREMIUM MAIL TERMS AND CONDITIONS OF SERVICE. 1. Definitions. 2. Services IGNITE HOSTED PREMIUM MAIL PLEASE NOTE: These product or service specific terms and conditions must always be read together with our General Terms and Conditions, which will always apply to your use of

More information

Version v November 2015

Version v November 2015 Service Description HPE Quality Center Enterprise on Software-as-a-Service Version v2.0 26 November 2015 This Service Description describes the components and services included in HPE Quality Center Enterprise

More information

PRIVATE MOBILE CONNECTION (formerly COMMERCIAL CONNECTIVITY SERVICE (CCS)) CUSTOM APN ATTACHMENT

PRIVATE MOBILE CONNECTION (formerly COMMERCIAL CONNECTIVITY SERVICE (CCS)) CUSTOM APN ATTACHMENT PRIVATE MOBILE CONNECTION (formerly COMMERCIAL CONNECTIVITY SERVICE (CCS)) CUSTOM APN ATTACHMENT Last Revised: 12/20/17 1. Private Mobile Connection - Custom APN. Pursuant to the terms and conditions of

More information

Clearswift Managed Security Service for

Clearswift Managed Security Service for Clearswift Managed Security Service for Email Service Description Revision 1.0 Copyright Published by Clearswift Ltd. 1995 2019 Clearswift Ltd. All rights reserved. The materials contained herein are the

More information

HPE File Data Migration Service

HPE File Data Migration Service Data sheet HPE File Data Migration Service HPE Consulting and Integration Services File migration simplified Available in convenient packaged offerings, HPE File Data Migration Service is designed to help

More information

StruxureWare TM Data Center Operation Periodic Maintenance. Statement Of Work. 2.0 Features & Benefits

StruxureWare TM Data Center Operation Periodic Maintenance. Statement Of Work. 2.0 Features & Benefits - 1 - StruxureWare TM DC Operation Periodic Maintenance Service Integration Service Statement Of Work 1. Executive summary StruxureWare TM Data Center Operation Periodic Maintenance Table of Contents 1.0

More information

STANDARD (PAY AS YOU GO) PRE-PAID SUPPORT PACKAGE SERVICE LEVEL AGREEMENT

STANDARD (PAY AS YOU GO) PRE-PAID SUPPORT PACKAGE SERVICE LEVEL AGREEMENT Standard Service Level Agreement STANDARD (PAY AS YOU GO) & PRE-PAID SUPPORT PACKAGE SERVICE LEVEL AGREEMENT Prepared and effective as of Monday, 5th September 2016 By Daniel Herr Director of Tech Help

More information

HPE Data Replication Solution Service for HPE Business Copy for P9000 XP Disk Array Family

HPE Data Replication Solution Service for HPE Business Copy for P9000 XP Disk Array Family Data sheet HPE Data Replication Solution Service for HPE Business Copy for P9000 XP Disk Array Family HPE Lifecycle Event Services HPE Data Replication Solution Service provides implementation of the HPE

More information

Services Summary. Deliverables. Location of Services. Services Assumptions & Exclusions. General Project Management

Services Summary. Deliverables. Location of Services. Services Assumptions & Exclusions. General Project Management Page 1 of 1 SERVICE DESCRIPTION: CISCO DNA CENTER ADVISE AND IMPLEMENT QUICK START ASF-EN1-G-DNAC-QS Services Summary Digital Network Architecture (DNA) Center Advise and Implement Quick Start assists

More information

SECTION 44. WHOLESALE BROADBAND SERVICES Part 8. BT IPstream Connect. Product Information Operative Date

SECTION 44. WHOLESALE BROADBAND SERVICES Part 8. BT IPstream Connect. Product Information Operative Date SECTION 44. WHOLESALE BROADBAND SERVICES Part 8. BT Product Information Operative Date 31.07.2008. is a wholesale broadband access product that provides service from the End User (EU) premises to 10 handover

More information

Service Description. IBM Aspera Files. 1. Cloud Service. 1.1 IBM Aspera Files Personal Edition. 1.2 IBM Aspera Files Business Edition

Service Description. IBM Aspera Files. 1. Cloud Service. 1.1 IBM Aspera Files Personal Edition. 1.2 IBM Aspera Files Business Edition Service Description IBM Aspera Files This Service Description describes the Cloud Service IBM provides to Client. Client means the company and its authorized users and recipients of the Cloud Service.

More information

IBM App Connect Professional

IBM App Connect Professional Service Description IBM App Connect Professional This Service Description describes the Cloud Service IBM provides to Client. Client means the company and its authorized users and recipients of the Cloud

More information

gistec Service Delivery Program (SDP)

gistec Service Delivery Program (SDP) gistec Service Delivery Program (SDP) Specifications & Terms and Conditions V4.0 Dated 18 March 2018 gistec Service Delivery Program (SDP) provides a flexible and cost-effective vehicle to engage gistec

More information

Standard Terms & Conditions

Standard Terms & Conditions Kent Innovation Centre, Millennium Way, Broadstairs, Kent, CT10 2QQ Telephone: 01843 609372 Email: office@broadbiz.co.uk Website: www.broadbiz.co.uk Social: www.facebook.com/broadbiz / twitter.com/broadbiz

More information

Service Activation of AT&T NetBond

Service Activation of AT&T NetBond Service Activation of AT&T NetBond For SunGard Availability Services TM (AS) and AT&T Enterprise Recovery Services (ERS) Publication Date: 11/16/2015 Revision: 1.0 Legal Disclaimer Copyright AT&T Intellectual

More information

Service Activation for AT&T NetBond For AT&T Control Center

Service Activation for AT&T NetBond For AT&T Control Center Service Activation for AT&T NetBond For AT&T Control Center Revision: 1.0 2016 AT&T Intellectual Property. All rights reserved. AT&T, the Globe logo, Mobilizing Your World, DIRECTV and other marks are

More information

ONE OFFICE LITE - PRODUCT SPECIFICATION

ONE OFFICE LITE - PRODUCT SPECIFICATION 1. INTRODUCTION ONE OFFICE LITE - PRODUCT SPECIFICATION This document contains product information for the One Office Lite service. If you require more detailed technical information, please contact your

More information

AT&T NetBond User Guide

AT&T NetBond User Guide AT&T NetBond User Guide For HPE Rapid Connect Publication Date: 11/1/2015 Revision: 1.0 Legal Disclaimer Copyright AT&T Intellectual Property. All rights reserved. AT&T, the AT&T logo and all other AT&T

More information

Contact: Stacy Aitken Title:Account Manager Tel: Fax: Order Form ID #: WebEx Service.

Contact: Stacy Aitken Title:Account Manager   Tel: Fax: Order Form ID #: WebEx Service. Contact: Stacy Aitken Title:Account Manager E-mail: Stacy.Aitken@webex.com Tel: 904-485-5020 Fax: Order Form ID #: 223682 Existing and/or anticipated URLs to be associated with the telephony services established

More information

Service Description: Cisco Technical Services Advantage (Releases 1.0 through 2.3)

Service Description: Cisco Technical Services Advantage (Releases 1.0 through 2.3) Page 1 of 8 Service Description: Cisco Technical Services Advantage (Releases 1.0 through 2.3) This document describes Cisco Technical Services Advantage support services. Related Documents: This document

More information

Schedule document N4MDM. PUBLIC Node4 limited 31/11/2018. Node4 Limited Millennium Way Pride Park Derby DE24 8HZ

Schedule document N4MDM. PUBLIC Node4 limited 31/11/2018. Node4 Limited Millennium Way Pride Park Derby DE24 8HZ Schedule document N4MDM PUBLIC Node4 limited 31/11/2018 Schedule document N4MDM This Schedule contains additional terms, Service Description & Service Level Agreement applicable to the N4 End Point Management

More information

SCHEDULE DOCUMENT N4MDM PUBLIC NODE4 LIMITED 13/07/2017. Node4 Limited Millennium Way Pride Park Derby DE24 8HZ

SCHEDULE DOCUMENT N4MDM PUBLIC NODE4 LIMITED 13/07/2017. Node4 Limited Millennium Way Pride Park Derby DE24 8HZ SCHEDULE DOCUMENT N4MDM PUBLIC NODE4 LIMITED 13/07/2017 SCHEDULE This Schedule contains additional terms, Service Description & Service Level Agreement applicable to the N4 End Point Management Service

More information

Managed NIDS Care Services

Managed NIDS Care Services Managed NIDS Care Services This Service Guide ( SG ) sets forth a description of CenturyLink Managed NIDS Care Service ( Service ) offerings including technical details and additional requirements or terms,

More information

Application Lifecycle Management on Softwareas-a-Service

Application Lifecycle Management on Softwareas-a-Service Service Description HPE Application Lifecycle Management on Software-as-a- Service Version v2.0 26 November 2015 This Service Description describes the components and services included in HPE Application

More information

REQUEST FOR PROPOSAL DATABASE DEVELOPMENT FOR THE DISTRICT OF COLUMBIA COLLEGE ACCESS PROGRAM

REQUEST FOR PROPOSAL DATABASE DEVELOPMENT FOR THE DISTRICT OF COLUMBIA COLLEGE ACCESS PROGRAM 1400 L Street, NW, Suite 400, Washington, D. C. 20005 Phone: (202) 783-7933 Fax: (202) 783-7939 www.dccap.org REQUEST FOR PROPOSAL DATABASE DEVELOPMENT FOR THE DISTRICT OF COLUMBIA COLLEGE ACCESS PROGRAM

More information

SERVICE SCHEDULE MANAGED DATABASE

SERVICE SCHEDULE MANAGED DATABASE SERVICE SCHEDULE MANAGED DATABASE This is a Service Schedule as defined in the Conditions. Where the Services set out in this Service Schedule form part of the Services to be supplied under a Contract

More information

AppPulse Point of Presence (POP)

AppPulse Point of Presence (POP) AppPulse Point of Presence Micro Focus AppPulse POP service is a remotely delivered solution that provides a managed environment of Application Performance Management. AppPulse POP service supplies real-time

More information

AT&T NetBond Service Activation Onboarding Guide

AT&T NetBond Service Activation Onboarding Guide AT&T NetBond Service Activation Onboarding Guide For VMWare Publication Date: 09/28/2015 Revision: 1.0 Legal Disclaimer Copyright AT&T Intellectual Property. All rights reserved. AT&T, the AT&T logo and

More information

Milk Support Service Level Agreement

Milk Support Service Level Agreement Milk Support Service Level Agreement Document Owner: Milk (Student Planner System) Service Level Agreement (SLA) for: (CUSTOMER NAME) Revision History Version Date Contributor Modifications 1.0 May 2018

More information

Terms and Conditions between Easy Time Clock, Inc. And Easy Time Clock Client

Terms and Conditions between Easy Time Clock, Inc. And Easy Time Clock Client Terms and Conditions between Easy Time Clock, Inc. And Easy Time Clock Client Client s Responsibility Easy Time Clock, Inc. ( ETC ) is a client-led time and attendance program. The Client is solely responsible

More information

IBM Managed Security Services - Vulnerability Scanning

IBM Managed Security Services - Vulnerability Scanning Service Description IBM Managed Security Services - Vulnerability Scanning This Service Description describes the Service IBM provides to Client. 1.1 Service IBM Managed Security Services - Vulnerability

More information

R227. Terms Code Discount per Sales Code Qty Ordered AR-1227

R227. Terms Code Discount per Sales Code Qty Ordered AR-1227 DSD Business Systems MAS 90/200 Enhancements R227 Terms Code Discount per Sales Code Qty Ordered AR-1227 Version 5.10 2 Terms Code Discount per Sales Code Qty Ordered Information in this document is subject

More information

Service Schedule BT Web Manager

Service Schedule BT Web Manager 1. SERVICE DESCRIPTION Service Overview 1.1 The Service includes the construction and hosting of a business website as further described in this Service Schedule. It does not include the provision of any

More information

Service Description: CNS Federal High Touch Technical Support

Service Description: CNS Federal High Touch Technical Support Page 1 of 1 Service Description: CNS Federal High Touch Technical Support This service description ( Service Description ) describes Cisco s Federal High Touch Technical support (CNS-HTTS), a tier 2 in

More information

IBM Case Manager on Cloud

IBM Case Manager on Cloud Service Description IBM Case Manager on Cloud This Service Description describes the Cloud Service IBM provides to Client. Client means and includes the company, its authorized users or recipients of the

More information

Request for Proposal for Technical Consulting Services

Request for Proposal for Technical Consulting Services Request for Proposal for Technical Consulting Services The Node.js Foundation is requesting proposals from highly qualified consultants with demonstrated expertise in providing Node.js technical consultation

More information

ADDITIONAL TERMS FOR HOSTED IP TELEPHONY SERVICES SCHEDULE 2K(B)

ADDITIONAL TERMS FOR HOSTED IP TELEPHONY SERVICES SCHEDULE 2K(B) ADDITIONAL TERMS FOR HOSTED IP TELEPHONY SERVICES SCHEDULE 2K(B) CONTENTS 1. Service Description... 3 2. Definitions... 3 3. Service Terms... 3 4. IP Phones... 4 5. Customer Obligations... 4 6. Access

More information

IBM Resilient Incident Response Platform On Cloud

IBM Resilient Incident Response Platform On Cloud Service Description IBM Resilient Incident Response Platform On Cloud This Service Description describes the Cloud Service IBM provides to Client. Client means the company and its authorized users and

More information

SeelogicMail Terms and Conditions

SeelogicMail Terms and Conditions SeelogicMail Terms and Conditions Seelogic Mail (the "Services"), is a web based software application that offers businesses and web site operators a software application for HTML design, email list management

More information

Solar Eclipse Scheduler. Release 9.0

Solar Eclipse Scheduler. Release 9.0 Solar Eclipse Scheduler Release 9.0 Disclaimer This document is for informational purposes only and is subject to change without notice. This document and its contents, including the viewpoints, dates

More information

Office 365. Claranet Service Description

Office 365. Claranet Service Description Claranet Service Description Office 365 Provides a highly configurable Email, Collaboration and Unified Communications platform, hosted by Microsoft, that can be deployed for a customer organisation to

More information

IBM dashdb for Analytics

IBM dashdb for Analytics Service Description IBM dashdb for Analytics This Service Description describes the Cloud Service IBM provides to Client. Client means the company and its authorized users and recipients of the Cloud Service.

More information

BT One Mobile Secure Devices (MobileIron) Schedule to the General Terms

BT One Mobile Secure Devices (MobileIron) Schedule to the General Terms BT One Mobile Secure Devices (MobileIron) Schedule to the General Terms Contents A note on you... 2 Words defined in the General Terms and Schedule... 2 Part A The BT One Mobile Secure Devices (MobileIron)

More information

IBM Content Manager OnDemand on Cloud

IBM Content Manager OnDemand on Cloud Service Description IBM Content Manager OnDemand on Cloud This Service Description describes the Cloud Service IBM provides to Client. Client means the company and its authorized users and recipients of

More information

HPE Network Transformation Experience Workshop Service

HPE Network Transformation Experience Workshop Service Data sheet HPE Network Transformation Experience Workshop Service HPE Network and Mobility Consulting Led by experienced HPE technology consultants, HPE Network Transformation Experience Workshop Service

More information

APPLICATION FOR DARK FIBRE OPTIC SERVICE

APPLICATION FOR DARK FIBRE OPTIC SERVICE Suite 101, 310 Ward Street, Nelson, BC V1L 5S4 Phone: (250) 352-5511 Fax: (250) 352-2131 Website: http://www.nelson.ca/ APPLICATION FOR DARK FIBRE OPTIC SERVICE FOR OFFICE USE: APPLICATION # DATE OF APPLICATION:

More information

AT&T NetBond User Guide

AT&T NetBond User Guide AT&T NetBond User Guide AWS GovCloud Publication Date: 2/04/2016 Revision: 1.0 2016 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.

More information

VMware BCDR Accelerator Service

VMware BCDR Accelerator Service AT A GLANCE The rapidly deploys a business continuity and disaster recovery (BCDR) solution with a limited, pre-defined scope in a non-production environment. The goal of this service is to prove the solution

More information

IBM Case Manager on Cloud

IBM Case Manager on Cloud Service Description IBM Case Manager on Cloud This Service Description describes the Cloud Service IBM provides to Client. Client means the company and its authorized users and recipients of the Cloud

More information

National Council for Special Education. NCSE Support Service Advisor Job Description and General Notes

National Council for Special Education. NCSE Support Service Advisor Job Description and General Notes National Council for Special Education NCSE Support Service Advisor Job Description and General Notes 1. Overview: On 20 th March, 2017 three support services, the Special Education Support Service (SESS),

More information

IBM App Connect Enterprise on IBM Cloud

IBM App Connect Enterprise on IBM Cloud Service Description IBM App Connect Enterprise on IBM Cloud This Service Description describes the Cloud Service IBM provides to Client. Client means the contracting party and its authorized users and

More information

IBM WebSphere Cast Iron Live

IBM WebSphere Cast Iron Live IBM Terms of Use SaaS Specific Offering Terms IBM WebSphere Cast Iron Live The Terms of Use ( ToU ) is composed of this IBM Terms of Use - SaaS Specific Offering Terms ( SaaS Specific Offering Terms )

More information

Qumu Support and Maintenance Service Agreement

Qumu Support and Maintenance Service Agreement Qumu and Maintenance Service I. Scope: A. Services: Qumu, Inc. ( QUMU ) will provide technical assistance, software maintenance and support services (collectively Services as described in section II below)

More information

TERMS OF REFERENCE FOR THE APPOINTMENT OF A SERVICE PROVIDER FOR WEBSITE AND DOMAIN HOSTING SERVICES

TERMS OF REFERENCE FOR THE APPOINTMENT OF A SERVICE PROVIDER FOR WEBSITE AND DOMAIN HOSTING SERVICES TERMS OF REFERENCE FOR THE APPOINTMENT OF A SERVICE PROVIDER FOR WEBSITE AND DOMAIN HOSTING SERVICES 09 April 2018 1. Assignment: The National Lotteries Board requires the appointment of a service provider

More information

These terms and conditions are applicable to all Web Development projects that are undertaken by Maturski.Net.

These terms and conditions are applicable to all Web Development projects that are undertaken by Maturski.Net. Website Development Terms and Conditions These terms and conditions are applicable to all Web Development projects that are undertaken by Maturski.Net. 1.Acceptance. A copy of these terms and conditions

More information

RIGHTMOVE PRODUCT GUIDELINES New Homes. Core Membership means the basic Services to which You are entitled in return for your Core Membership Fee.

RIGHTMOVE PRODUCT GUIDELINES New Homes. Core Membership means the basic Services to which You are entitled in return for your Core Membership Fee. RIGHTMOVE PRODUCT GUIDELINES New Homes DEFINITIONS Core Membership means the basic Services to which You are entitled in return for your Core Membership Fee. Additional Products means the additional Services

More information

IBM Security Intelligence on Cloud

IBM Security Intelligence on Cloud Service Description IBM Security Intelligence on Cloud This Service Description describes the Cloud Service IBM provides to Client. Client means and includes the company, its authorized users or recipients

More information

National Council for Special Education. NCSE Support Service Assistant National Coordinator Job Description and General Notes

National Council for Special Education. NCSE Support Service Assistant National Coordinator Job Description and General Notes National Council for Special Education 1. Overview: NCSE Support Service Assistant National Coordinator Job Description and General Notes On 20 th March, 2017 three support services, the Special Education

More information

Cloud Service SLA Declaration

Cloud Service SLA Declaration Cloud Service SLA Declaration Basic level of support for Cloud services (SLA 1) Table of Content: 1. Definitions 2. General terms 3. Level of service warranty service functioning 4. Provider`s liability

More information

IBM PureApplication Service

IBM PureApplication Service Service Description IBM PureApplication Service This Service Description describes the Cloud Service IBM provides to Client. Client means the company and its authorized users and recipients of the Cloud

More information

APPLICATION FOR DARK FIBRE OPTIC SERVICE

APPLICATION FOR DARK FIBRE OPTIC SERVICE Suite 101, 310 Ward Street, Nelson, BC V1L 5S4 Phone: (250) 352-5511 Fax: (250) 352-2131 Website: http://www.nelson.ca/ APPLICATION FOR DARK FIBRE OPTIC SERVICE FOR OFFICE USE: APPLICATION # DATE OF APPLICATION:

More information

IBM Resilient Incident Response Platform On Cloud

IBM Resilient Incident Response Platform On Cloud Service Description IBM Resilient Incident Response Platform On Cloud This Service Description describes the Cloud Service IBM provides to Client. Client means the contracting party and its authorized

More information

1.0. Quest Enterprise Reporter Discovery Manager USER GUIDE

1.0. Quest Enterprise Reporter Discovery Manager USER GUIDE 1.0 Quest Enterprise Reporter Discovery Manager USER GUIDE 2012 Quest Software. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide

More information

IBM dashdb Enterprise

IBM dashdb Enterprise Service Description IBM dashdb Enterprise This Service Description describes the Cloud Service IBM provides to Client. Client means the company and its authorized users and recipients of the Cloud Service.

More information

Radware. Training Policies V001.70

Radware. Training Policies V001.70 Radware Training Policies V001.70 TABLE OF CONTENTS SCOPE & DISCLAIMER...3 QUESTIONS?...3 TRAINING...4 OVERVIEW... 4 DELIVERY OPTIONS... 4 TRAINING ENROLLMENT & REGISTRATION... 5 COURSE EVALUATION... 5

More information

Terms and Conditions - Dedicated Internet Access Service

Terms and Conditions - Dedicated Internet Access Service Terms and Conditions - Dedicated Internet Access Service 1. Description of Service: Dedicated Internet Access ( DIA ) Service ( Service ), which includes T1, DS-3, Ethernet, Fast Ethernet, Gigabit Ethernet

More information

SERVICE DESCRIPTION 2-5: LOCAL LEASED CIRCUIT FOR OLO (LLCO)

SERVICE DESCRIPTION 2-5: LOCAL LEASED CIRCUIT FOR OLO (LLCO) SERVICE DESCRIPTION 2-5: LOCAL LEASED CIRCUIT FOR OLO (LLCO) 1. THE SERVICE The Local Leased Circuit for OLO (LLCO) Service is a wholesale dedicated private leased circuit service for carrying Access Seeker

More information

IBM Emptoris Managed Cloud Delivery

IBM Emptoris Managed Cloud Delivery Service Description IBM Emptoris Managed Cloud Delivery This Service Description describes the Cloud Service IBM provides to Client. Client means the company and its authorized users and recipients of

More information

SfB, audio dial-in via PSTN, and recording access are included as part of the Microsoft SfB infrastructure.

SfB, audio dial-in via PSTN, and recording access are included as part of the Microsoft SfB infrastructure. SERVICE DESCRIPTION RealConnect for Office 365 On-Line and On-Premises This Service Description describes the Polycom RealConnect for Office 365 ( RCO365 ), on-line ( SFBO ) and on-premises ( SFBS ) Customer

More information

Partner Premier Service Program

Partner Premier Service Program SERVICE DESCRIPTION Partner Premier Service Program Polycom s Partner Premier Service Program provides Service Partners with technical telephone support, advance parts replacement, software upgrades &

More information

CreationDirect via VPN Subscription Form

CreationDirect via VPN Subscription Form CreationDirect via VPN Subscription Form Please mail the completed original form to: Connectivity Customer Services, Clearstream Banking, L-2967 Luxembourg and send a copy by fax to +352-243-638110 Name

More information

Support Policy and Service Level Commitment

Support Policy and Service Level Commitment Support Policy and Service Level Commitment This Support Policy and Service Level Commitment ( SLC ) is between ZIP Telecom Inc. ( ZIP ) and the Client ( Client ). This SLC describes the terms and conditions

More information

Oracle Managed Cloud Services for Software as a Service - Service Descriptions. February 2018

Oracle Managed Cloud Services for Software as a Service - Service Descriptions. February 2018 Oracle Managed Cloud Services for Software as a Service - Service Descriptions February 2018 Table of Contents Oracle Managed Cloud GxP Compliance for SaaS...3 Oracle Managed Cloud Helpdesk for SaaS...5

More information

ADDENDUM #2 Boulder County Sheriff s Office Electronic Health Record System for the Boulder County Jail RFP #

ADDENDUM #2 Boulder County Sheriff s Office Electronic Health Record System for the Boulder County Jail RFP # ADDENDUM #2 Boulder County Sheriff s Office Electronic Health Record System for the Boulder County Jail RFP # 6822-18 March 26, 2018 The attached addendum supersedes the original Information and Specifications

More information

Anna Independent School District

Anna Independent School District Anna Independent School District 501 S. Sherley Avenue Anna Texas 75409 www.annaisd.org Phone: 972-924-1000 Fax: 972-924-1001 Request for Proposals (RFP) Spring 2015 Computer Hardware Refresh The Technology

More information

Visual Studio Subscriptions Administration Guide

Visual Studio Subscriptions Administration Guide Visual Studio Subscriptions Administration Guide 2 Contents INTRODUCTION... 4 ROLES AND RESPONSIBILITIES OF A VISUAL STUDIO SUBSCRIPTIONS ADMINISTRATOR... 4 BENEFITS AND LIMITATIONS OF VISUAL STUDIO SUBSCRIPTIONS...

More information

3. As far as the hosting services of WWW INFOTECH are through leased severs of our data centre partners in US and UK through contracts.

3. As far as the hosting services of WWW INFOTECH are through leased severs of our data centre partners in US and UK through contracts. Web Email Hosting Agreement 1. General provisions 1. The delivery and the provision of hosting services by WWW INFOTECH is based on the general terms and conditions of WWW INFOTECH LLP and these terms

More information

Service Schedule BT Web Starter

Service Schedule BT Web Starter 1. SERVICE DESCRIPTION Service Overview 1.1 The Service includes the construction and hosting of a business website as further described in this Service Schedule. It does not include the provision of any

More information