Chapter 8 Service Management

Size: px
Start display at page:

Download "Chapter 8 Service Management"

Transcription

1 Microsoft SQL Server 2000 Chapter 8 Service Management SQL Server 2000 Operations Guide Abstract This chapter briefly presents the issues facing the database administrator (DBA) in creating a service level agreement (SLA). The process of negotiating an SLA is covered, as well as the elements that should be included in an effective SLA. The chapter discusses the implications for availability of longrunning queries, presents blocking and deadlocking, and describes best practices that enable the DBA to maintain the appropriate service levels. After implementing the procedures described in this chapter, the DBA will be able to negotiate an appropriate SLA given the client s needs and the resources available, and will be able to provide that level of service.

2 The information contained in this document represents the current view of Microsoft Corporation on the issues discussed as of the date of publication. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information presented after the date of publication. This Operations Guide is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE INFORMATION IN THIS DOCUMENT. Complying with all applicable copyright laws is the responsibility of the user. Without limiting the rights under copyright, no part of this document may be reproduced, stored in or introduced into a retrieval system, or transmitted in any form or by any means (electronic, mechanical, photocopying, recording, or otherwise), or for any purpose, without the express written permission of Microsoft Corporation. Microsoft may have patents, patent applications, trademarks, copyrights, or other intellectual property rights covering subject matter in this document. Except as expressly provided in any written license agreement from Microsoft, the furnishing of this document does not give you any license to these patents, trademarks, copyrights, or other intellectual property Microsoft Corporation. All rights reserved. Microsoft and Windows are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. The names of actual companies and products mentioned herein may be the trademarks of their respective owners. 0601

3 CONTENTS INTRODUCTION...1 Design Considerations 1 Resource Requirements 1 PROCESS FLOWCHART...4 NEGOTIATING THE SLA...6 Elements of the SLA 6 DELIVERY OF SERVICE...8 Trouble Ticketing 8 Bug Tracking 8 SERVICE LEVELS...10 Operational States 10 Timeframes 11 Responses 11 Maintaining Service Levels 12 SUMMARY...13

4

5 INTRODUCTION Providing a sustained, high level of service can be a challenge for database administrators (DBA). With continuous upgrades to the operating system (OS), Microsoft SQL Server, the network, and applications, the possibilities for error are numerous. Yet the demand for continuous, flawless service is constant. The service level agreement (SLA) is essential to the delivery of this service. Not only is the SLA the mechanism by which the customer clearly expresses the demand for a certain service level, it is also a tool that the DBA can use to control and improve the processes that traditionally interfere with the provision of that service. The DBA can use the SLA to justify requests for additional hardware, software, and staff and to regulate how customer demands and problems are handled. This chapter covers the service issues that should be addressed in your SLA. The chapter provides guidance on the process of analyzing your production environment to determine what kind of requirements and restrictions you should negotiate for. It also details the techniques that you should employ to ensure that your service levels are met. Design Considerations The SLA described in this chapter is intended to slowly improve operating conditions over time, serving as a tool for reform. This approach was selected because of its success in numerous data centers in a wide variety of industries. The idea common to these success stories is that problems should be resolved and not just managed. The tradeoff to this approach is the number of personnel that become involved in the provision of service. This approach involves a DBA, problem tracking personnel, development personnel (assigned to the resolution of critical bugs), test personnel (required to clear bugs), and a customer representative. If your organization cannot provide these resources for the application you must maintain, you may find that the SLA described in this chapter is not optimal for your situation. One other factor should be considered in creating an SLA. You will probably want to write a general SLA that can be used with most of your customers, but that includes addenda, or exceptions, for special situations. The standard SLA can then be referred to as the baseline performance standard, so that the negotiations and drafting of agreements can focus on the factors that make service to a particular organization unique. For example, in some organizations, the accounting department will have special month-end, quarterly, and year-end requirements. And, in very large international organizations, subsidiaries may not have the same year end as the parent organization. Resource Requirements To implement the SLA described in this chapter, you will need the following software: Chapter 8, Service Management 1

6 Trouble ticket system. This can be any organized method for issuing, assigning, routing, and resolving trouble tickets. While numerous third party packages exist for the sole purpose of handling trouble tickets, a well-planned system based on can work just as well. Bug tracking system. This system needs be tightly integrated with the development environment and requires strict controls on how bugs are opened, assigned, and closed. Use of a third-party package is strongly recommended. You will also need to assign people to the following roles in addition to the DBA role: Help desk manager. Someone needs to be responsible for the high volume of user calls that your data center could receive if your application fails. Even if your end users do not have contact with you, the error messages in your application and system logs that result from service problems should be treated as critical requests that must be managed. The help desk manager tracks these requests, ensures that they are turned into trouble tickets, and follows the tickets through to closure. Help desk personnel. The help desk personnel perform two functions: to open new trouble tickets and to work on trouble tickets assigned to them. The kind of work your help desk personnel perform on open trouble tickets depends on your environment. If your help desk personnel also perform operational tasks in your data center, you can expect them to troubleshoot and possibly solve the problems they are assigned. If your help desk personnel work in a call center, it may be more appropriate for them to just gather status on open issues. Manager(s) responsible for the application. The Microsoft Solutions Framework (MSF) divides the responsibility for an application between the Product Manager (the person who defines the features of the application) and the Program Manager (the person who manages the overall development process). Your organization may not divide application responsibility in this way. The minimum that is required is a single person who can negotiate on behalf of the customer. This person must balance the needs of the customer with the resources available within the organization; ensure that trouble tickets are closed to the customer s satisfaction, and that application bugs are being fixed within in a reasonable timeframe; and remove obstacles that stand in the way of these responsibilities being met. Application developer(s). Each component of your application must have a development resource identified for it. If the original developer is not available, a suitable replacement must be found. The most critical component of an improvement-oriented SLA is the developer who will ultimately fix application bugs. This role cannot be o8mitted. Application management. If your application was produced by a third party, your organization must provide in-house application management, with a support contract that allows the reporting of bugs to the third party and includes a resolution framework (hot fixes, future releases, and so forth). Application tester(s). An independent source must test the fixes provided by development. If your application was developed in house, it is suggested that a 2 Microsoft SQL Server 2000 Operations Guide

7 test group separate from the development group provide this resource. If no test group exists, make sure to recruit testers with previous test experience. It is also recommended that your test resources have use of an automated test tool that can both simulate application load and perform application tasks from script. If your application was produced by a third party, it may be possible to rely on their test procedures for the verification of hot fixes and new releases. Bug tool administrator. The tool that tracks the bugs assigned to development will require some basic administration. If a bug is improperly assigned, the developer should not be responsible for reassigning it. Thus, a resource will be required to ensure that this important tool is properly used. Often an application manager fills this role. A test resource can also fill this role; however, using a tester could remove one of the independent checks from the process if the tester had to confirm that they did their own job). Network administrator. A support resource is required for the resolution of network problems. Monitoring personnel (optional). In addition to a help desk, your organization may also field an operational monitoring group. This group is primarily responsible for watching enterprise-monitoring tools for any sign of trouble. This group can also handle some of the tasks traditionally assigned to the helpdesk, such as completing trouble reports and managing resolutions. Chapter 8, Service Management 3

8 PROCESS FLOWCHART Your SLA should define the process for logging, responding to, and resolving trouble tickets. The SLA should also define the interaction of the trouble ticket process with the development process through the bug tracking tool. To help all parties involved understand this complex set of processes, it is a good idea to include a process flowchart in your SLA. The process flowchart follows a trouble ticket from creation to resolution (see Figure 8.1). 4 Microsoft SQL Server 2000 Operations Guide

9 Customer complaint or process error received Trouble ticket created Trouble ticket assigned Was the assigned able to make a determination? Y N Trouble ticket determination made Did the assigned find the situation resolveable? Y Resolution of ticket N Should it be escalated to another party? Y Application bug Operational change One-time occurence N Closing of ticket Add status on operational change to ticket, track until closed Add status on resoluton, close ticket Known bug? Y Add status on bug fix to ticket, track until closed Application bug Onetime occurence N Enter bug in bug tracking system Known bug? Y Close ticket Close ticket N Add status on bug fix to ticket, track until closed Enter bug in bug tracking system, close ticket Figure 8.1 Service Management Process Flowchart Chapter 8, Service Management 5

10 NEGOTIATING THE SLA This section describes the process of developing an SLA. The information in this section applies equally to the way that the baseline SLA is produced and how the addenda are produced for each customer. The process is one of clarifying expectations and deliverables. The type of SLA you are developing (baseline or customer-specific) affects the scope of the agreement and who is involved, but the approach is the same. The large number of roles involved in the provision of service should suggest to you that negotiating the SLA is not an easy task. When you negotiate the SLA, you are negotiating the terms of a number of operational positions. The people who currently hold these positions are likely to be uncomfortable during the negotiation process. Be sensitive to their concerns. To overcome the fears that surround the SLA negotiation, be sure to include all affected parties. Encourage participation in the crafting of the SLA by making it clear to all parties that the SLA will help to set proper expectations. Let them know that by participating, they can help to set a level of expectation that they can live with. Emphasize that everyone benefits from clear expectations. You might consider opening the negotiation with a review of some current operational pressures, showing all parties how improperly set expectations make these pressures worse. After you have the participation of all parties, you may want each operational group to vote for a representative to the negotiations. This will allow you to introduce the negotiations to an all-inclusive group, but then work out the details of the SLA with a more manageable set of representatives. You will need representatives from the following groups: Help desk Network operations, SQL operations Application development Product owner (someone who can represent the customer and has budget authority) Monitoring operations (if your organization fields one) The group representatives or the group as a whole will need to work out a number of issues that comprise the SLA. These issues are listed in the following section. To move the negotiating group through the issues, you might consider providing an outline of the SLA issues at the start of negotiations. This outline could even include suggested text that would resolve the issue. However, if you present any prepared ideas to the negotiators, you must make it clear that they are only suggestions. Remember, the parties involved may already be uncomfortable and may not accept suggestions that appear to be decided in advance. Elements of the SLA The SLA should include the following sections: Scope of agreement. Detail hardware, network, server, and application 6 Microsoft SQL Server 2000 Operations Guide

11 components that are covered by the agreement. Levels of service offered. This is the most important section of the SLA. For a thorough review of the subject, see Service Levels later in this chapter. The levels of service should detail each operational state an application, service, or server can enter into, from fully operational to nonfunctional, the desired response, and the timeframe in which the response can be expected. Escalations for failure to meet contracted levels. You must establish in advance an escalation procedure that the customer and help desk representatives can follow when service levels are not being met. In cases of poor service, the most efficient recourse for an aggrieved party to pursue is to demand a higher-than-agreed-to level of support for the problem area. This approach allows you to avoid bringing in an outside party when operational problems occur and instead requires that operational personnel do a lot more work as a result of missing a service level. Mechanism for changing inadequate responses. After a given response is shown to be insufficient or obsolete, it is important that a new response be introduced to the SLA. By providing a way to easily update the SLA, you are ensuring that your SLA will be used for many subsequent generations of your application. Description of the trouble ticket process. The SLA should provide an outline of how trouble tickets are to be handled by the support organizations. Description of the bug tracking process. The SLA should outline the process for bug submission and resolution. The SLA should name the roles that are allowed to submit bugs, the time frames in which bugs must be resolved, and the escalation procedure to be used when bugs remain unresolved. Description of the change management process. The SLA should outline the process that the development, test, and operations groups must follow to implement a in the production environment. This process should protect production from untested code. It should also allow production to roll back changes that appear to be causing more harm than good. For more information, see Chapter 2, Change, Configuration, and Release Management. Chapter 8, Service Management 7

12 DELIVERY OF SERVICE After the SLA is agreed to, each party involved in the SLA should prepare to meet the responsibilities that were established by the document. For operations, this might require putting into place an entirely new support structure. The two support systems that provide the core of your SLA are trouble ticketing and bug tracking. Trouble ticketing and bug tracking are key to your organization s ability to deliver on the service levels specified by the SLA. Trouble Ticketing When a problem occurs in a well-run organization, it is reported by customers or operational staff. The problem is then recorded and tracked in a system that can manage trouble details as they emerge. When the problem is finally resolved, the resolution is also recorded by the system with the expectation that operational personnel will learn from the experience. If your organization does not use a trouble ticketing system, you must first find out whether customers or operational staff are encouraged to report problems when they first encounter them. If it is easier for customers to leave your site once it fails and visit a competitor s site, you can be certain that this is exactly what will happen. Make sure that your organization encourages the reporting of problems. If you design your system so that customers benefit from pointing out problems, there is a greater chance that they will do so. Also, reward employees that quickly identify operational problems. If your organization does not reward this type of behavior, there is no reason to implement a trouble ticketing system. After you have removed obstacles to trouble reporting, you can implement a system for issuing and tracking trouble tickets. You can conduct a preliminary test with an based system. The process would begin with a description of the trouble being ed to the appropriate person. This person would add information to the chain or would forward the to the appropriate person. As long as a single group is responsible for issuing and tracking the chains, an based trouble ticketing system can work. It is recommended that a third-party trouble ticketing system be adopted. This type of system allows for the assignment of trouble tickets, a standard procedure for the closing of tickets, and reporting on ticket status and progress. A third-party system is the only way to manage the work of a large operational body. Bug Tracking The best source of ongoing application improvement is the constant tracking and resolution of bugs. Your organization should formalize this important process by introducing bug tracking software (if it has not done so already). Bug tracking software allows application problems to be managed apart from operational problems. Although an organization may open a large number of trouble tickets a day, only one or two new bugs may be found. A separate bug tracking system helps prevent the application development group from being sidetracked with these 8 Microsoft SQL Server 2000 Operations Guide

13 operational issues. Your bug tracking system cannot be based on informal exchanges. The information associated with the bug is far too critical for this. If the information is lost, it could require hours of independent testing by the developer assigned to fix the bug. Furthermore, your system may have to monitor bugs through numerous application releases and numerous development teams. As developers leave a project, the background and resolution of a given bug become invaluable to future developers. Chapter 8, Service Management 9

14 SERVICE LEVELS No matter what the customer has asked for, there are actually only two types of service that you have the ability to provide: monitoring and response. Although you may want to improve application performance, and may have even considered offering that as a separate service, focusing on application performance is not beneficial until you have monitored the application and determined where performance needs to be improved. After you have monitored the application and have found an area to improve, any improvements implemented can be considered a response to poor performance. Thus even application tuning can be viewed as a process of monitoring and response. Your service levels will detail the states you are watching for (monitoring) and the actions you will take when a certain state arises (response). You should also provide the timeframe associated with each monitoring and response pair. A service level can be simply defined as the response to a given operational state within a certain timeframe. Operational States To limit the number of service levels that your SLA must detail, it is suggested that you define responses only for the following operational states: Server down Service down Database down Database object down Multiple jobs/tasks/packages failed Single job/task/package failed Multiple transactions failed Single transaction failed Multiple negative indicators present Single negative indicator present No negative indicators present The last three operational states could involve many possible responses. If you are supporting something more than a simple database application, it is recommended that the operational states involving negative indicators be expanded to include indicators for each element of your application. For a complex application, the last three operational states could be expanded to include: Multiple negative indicators present at the following: User interface Point of back-end connectivity Middle-tier Component Object Model (COM) objects Database External processing partner Single negative indicator present at the following: User interface Point of back-end connectivity 10 Microsoft SQL Server 2000 Operations Guide

15 Middle-tier COM objects Database External processing partner No negative indicators present at the following: User Interface Point of back-end connectivity Middle-tier COM objects Database External processing partner Timeframes You must factor a timeframe into the delivery of each of your service levels. Unless your data center is staffed 24 hours a day, seven days a week, the supported timeframes can be simply defined. The timeframes that are most often associated with operational response are as follows: Real time Near real time Delayed Responses The most complex element of your service levels will be the responses that you define for each level. Each response needs to be specifically designed to fit your application and your operational environment. All parties involved in the SLA process should work together to determine the appropriate response to each operational state. A detailed discussion of this process is beyond the scope of this chapter. However, some guidance can be provided for the response creation process. First, do not abandon responses that you think are valid simply because the customer representative does not require them at present. Any responses that you think are valid that are not included in the final service levels should be included in your SLA as additional responses or emergency responses. Your goal should be to define the full range of responses that might be needed at some point. By defining many responses and creating a support structure that can handle each type of response, you will be able to easily move service levels from one type of response to another when the customer demands it. This is important, because the customer representative you negotiate with may miscalculate the importance of some situation prior to the actual implementation of the SLA. Soon after the SLA has been signed and your support structure has been created, the customer representative may then pressure you to change the way you are dealing with the situation. When additional responses are defined at the outset, both you and the customer representative have something that you can refer to. Another thing to consider is the full set of roles that could be involved in the response to an operational state. It is a good idea to define responses for all the Chapter 8, Service Management 11

16 parties that may be involved in solving a problem. As a problem continues, increasingly valuable support resources should be introduced. The following list provides an example of the roles that might be involved in a problem state and the order in which they should be introduced: Monitoring personnel. Some of the responses that monitoring personnel should be empowered to engage in are discussed in Chapter 5, Monitoring and Control. The responses described allow for further investigation of problem states, but are limited due to the skill sets of the operational personnel. DBA. Your role should be involved in all service affecting states. Network administrator. The network administration team should be involved in the response to any operational state that involves the network. Development team. As required, the development team needs to perform troubleshooting, bug identification, and bug resolution. Personnel provided by support contract. Frequently the servers in your data center will be covered by a support contract that entitles you to use of highly skilled support personnel. Be sure to include the use of this role in your SLA. Outside development personnel. This role may rarely be employed by your organization as a response to a problem state; however, in some cases using this role may be the only solution. If the original development team is no longer available and a bug fix is required, contracting support from outside developers may be the appropriate response. Consider only reputable organizations, such as Microsoft Consulting Services (MCS), for this role. Maintaining Service Levels The following suggestions are intended to help you avoid problem states in your SQL Server environment: Limit the parts of the application that you cannot control, such as ad hoc reporting and individual queries submitted by users. Pay close attention to long-running queries. These have greater impact on your service than any other single element. Monitor blocking and deadlocking. Employ high availability technologies such as clustering and load balancing. Remove any single point of failure that you can find. Have redundant resources available at each point in the application path (for example, provide hot back up servers and a hot back up site if possible). Have an image of each logical drive in your data center backed up to tape. Document how much data would be lost if those original drive images were used. Regularly back up every database you have any use of (including system databases). Be extremely organized in storing these backups. Have a disaster recovery plan and practice implementing it if possible. 12 Microsoft SQL Server 2000 Operations Guide

17 SUMMARY The goal of your SLA should be the creation of a responsive support organization. The members of this organization should continually meet the expectations set by the SLA, and they should be provided tools that enable their participation in the support structure that has been defined. The SLA itself should be a living document that is easily modified as the support infrastructure matures. All parties should embrace the SLA negotiation process and welcome the results. The benefits provided by clear expectations and standardized responses should be clear to all. To create this environment, you should expect to do a considerable amount of work. You will need to bring parties together, work through complex issues, and address the concerns of those involved. But the results will be worth the effort. Chapter 8, Service Management 13

Support and Service Management Service Description

Support and Service Management Service Description Support and Service Management Service Description Business Productivity Online Suite - Standard Microsoft Exchange Online Standard Microsoft SharePoint Online Standard Microsoft Office Communications

More information

Published April 2010. Executive Summary

Published April 2010. Executive Summary Effective Incident, Problem, and Change Management Integrating People, Process, and Technology in the Datacenter Published April 2010 Executive Summary Information technology (IT) organizations today must

More information

Pipeliner CRM Phaenomena Guide Sales Pipeline Management. 2015 Pipelinersales Inc. www.pipelinersales.com

Pipeliner CRM Phaenomena Guide Sales Pipeline Management. 2015 Pipelinersales Inc. www.pipelinersales.com Sales Pipeline Management 2015 Pipelinersales Inc. www.pipelinersales.com Sales Pipeline Management Learn how to manage sales opportunities with Pipeliner Sales CRM Application. CONTENT 1. Configuring

More information

Server Consolidation with SQL Server 2008

Server Consolidation with SQL Server 2008 Server Consolidation with SQL Server 2008 White Paper Published: August 2007 Updated: July 2008 Summary: Microsoft SQL Server 2008 supports multiple options for server consolidation, providing organizations

More information

Securing Windows 2000 Server Support Plan

Securing Windows 2000 Server Support Plan Microsoft Solutions for Security Securing Windows 2000 Server Support Plan Abstract This guide provides documentation on the utilization of solution support packages. 2002 Microsoft Corporation. All rights

More information

Customer Guide Helpdesk & Product Support. [Customer Name] www.four.co.uk Page 1 of 13

Customer Guide Helpdesk & Product Support. [Customer Name] www.four.co.uk Page 1 of 13 Customer Guide Helpdesk & Product Support [Customer Name] www.four.co.uk Page 1 of 13 Table of Contents HELP DESK AND PRODUCT SUPPORT SUMMARY... 3 1 FOUR HELP DESK STRUCTURE AND CALL ESCALATION... 6 2

More information

Annex 9: Technical proposal template. Table of contents

Annex 9: Technical proposal template. Table of contents UNFCCC/CCNUCC Page 1 Annex 9: Technical proposal template Table of contents Annex 9... 3 9.1 Technical proposal... 3 9.1.1 Vendor s name... 3 9.2 Engagement model... 3 9.2.1 Type of engagement... 3 9.2.2

More information

Pipeliner CRM Phaenomena Guide Administration & Setup. 2015 Pipelinersales Inc. www.pipelinersales.com

Pipeliner CRM Phaenomena Guide Administration & Setup. 2015 Pipelinersales Inc. www.pipelinersales.com Administration & Setup 05 Pipelinersales Inc. www.pipelinersales.com Administration & Setup Learn how to manage your sales team with Pipeliner Sales CRM Application. CONTENT. Managing Pipeliner s Users

More information

Scalability. Microsoft Dynamics GP 10.0. Benchmark Performance: Advantages of Microsoft SQL Server 2008 with Compression.

Scalability. Microsoft Dynamics GP 10.0. Benchmark Performance: Advantages of Microsoft SQL Server 2008 with Compression. Scalability Microsoft Dynamics GP 10.0 Benchmark Performance: Advantages of Microsoft SQL Server 2008 with Compression White Paper May 2009 Contents Introduction... 3 Summary Results... 3 Benchmark Test

More information

Windows Small Business Server 2003 Upgrade Best Practices

Windows Small Business Server 2003 Upgrade Best Practices Windows Small Business Server 2003 Upgrade Best Practices Microsoft Corporation Published: May 2005 Version: 1 Abstract To ensure a successful upgrade from the Microsoft Windows Small Business Server 2003

More information

Online Transaction Processing in SQL Server 2008

Online Transaction Processing in SQL Server 2008 Online Transaction Processing in SQL Server 2008 White Paper Published: August 2007 Updated: July 2008 Summary: Microsoft SQL Server 2008 provides a database platform that is optimized for today s applications,

More information

Executive Summary: Cost Savings with ShutdownPlus Rolling Restart

Executive Summary: Cost Savings with ShutdownPlus Rolling Restart ShutdownPlus Rolling Restart Executive Summary: Cost Savings with ShutdownPlus Rolling Restart Saving money and preventing user interruptions from system downtime due to restarting Remote Desktop Servers

More information

Microsoft Dynamics NAV 2013 R2 Sizing Guidelines for Multitenant Deployments

Microsoft Dynamics NAV 2013 R2 Sizing Guidelines for Multitenant Deployments Microsoft Dynamics NAV 2013 R2 Sizing Guidelines for Multitenant Deployments February 2014 Contents Microsoft Dynamics NAV 2013 R2 3 Test deployment configurations 3 Test results 5 Microsoft Dynamics NAV

More information

Key Benefits of Microsoft Visual Studio Team System

Key Benefits of Microsoft Visual Studio Team System of Microsoft Visual Studio Team System White Paper November 2007 For the latest information, please see www.microsoft.com/vstudio The information contained in this document represents the current view

More information

Statement of Work. Systems Center Configuration Manager. Prepared for School Board of Sarasota County Thursday, 12 June 2008 Version 1.3.

Statement of Work. Systems Center Configuration Manager. Prepared for School Board of Sarasota County Thursday, 12 June 2008 Version 1.3. Statement of Work Systems Center Configuration Manager Prepared for School Board of Sarasota County Thursday, 12 June 2008 Version 1.3.1 Released Prepared by Dom Vila Program Manager dom.vila@microsoft.com

More information

Cloudera Manager Introduction

Cloudera Manager Introduction Cloudera Manager Introduction Important Notice (c) 2010-2013 Cloudera, Inc. All rights reserved. Cloudera, the Cloudera logo, Cloudera Impala, and any other product or service names or slogans contained

More information

SUPPORT POLICY SUPPORT POLICY

SUPPORT POLICY SUPPORT POLICY SUPPORT POLICY SUPPORT POLICY Copyright This document is provided "as- is". Information and views expressed in this document, including URL and other Internet Web site references, may change without notice.

More information

Usage Analysis Tools in SharePoint Products and Technologies

Usage Analysis Tools in SharePoint Products and Technologies Usage Analysis Tools in SharePoint Products and Technologies Date published: June 9, 2004 Summary: Usage analysis allows you to track how websites on your server are being used. The Internet Information

More information

Request for Proposal for Application Development and Maintenance Services for XML Store platforms

Request for Proposal for Application Development and Maintenance Services for XML Store platforms Request for Proposal for Application Development and Maintenance s for ML Store platforms Annex 4: Application Development & Maintenance Requirements Description TABLE OF CONTENTS Page 1 1.0 s Overview...

More information

Challenges of the HP Business Appliance (BI)

Challenges of the HP Business Appliance (BI) An Introduction to the HP Business Decision Appliance January 2011 Contents An Introduction to the HP Business Decision Appliance... 1 Executive Summary... 3 Challenges for Users... 3 Challenges for IT...

More information

HP Data Replication Solution Service for 3PAR Virtual Copy

HP Data Replication Solution Service for 3PAR Virtual Copy HP Data Replication Solution Service for 3PAR Virtual Copy HP Care Pack Services Technical data HP Data Replication Solution Service for 3PAR Virtual Copy provides implementation of the HP 3PAR Storage

More information

The remedies set forth within this SLA are your sole and exclusive remedies for any failure of the service.

The remedies set forth within this SLA are your sole and exclusive remedies for any failure of the service. The remedies set forth within this SLA are your sole and exclusive remedies for any failure of the service. NETWORK INTERNAL NETWORK The internal network includes cables, switches, routers, and firewalls

More information

1735 East Bayshore Road, Suite 6B, Redwood City, CA 94063 408-252-2330 www.allegro.com

1735 East Bayshore Road, Suite 6B, Redwood City, CA 94063 408-252-2330 www.allegro.com 1735 East Bayshore Road, Suite 6B, Redwood City, CA 94063 408-252-2330 www.allegro.com Allegro is a software services, support, and development company headquartered in Redwood City, California. Founded

More information

Pipeliner CRM Phaenomena Guide Sales Target Tracking. 2015 Pipelinersales Inc. www.pipelinersales.com

Pipeliner CRM Phaenomena Guide Sales Target Tracking. 2015 Pipelinersales Inc. www.pipelinersales.com Sales Target Tracking 05 Pipelinersales Inc. www.pipelinersales.com Sales Target Tracking Learn how to set up Sales Target with Pipeliner Sales CRM Application. CONTENT. Setting up Sales Dynamic Target

More information

Configuration Management in the Data Center

Configuration Management in the Data Center Configuration Management in the Data Center Using Microsoft System Center Published: May 2008 For the latest information, please see http://www.microsoft.com/systemcenter Contents Executive Summary...1

More information

FlexTrac Client Support & Software Maintenance Policies

FlexTrac Client Support & Software Maintenance Policies Supporting the IP Community Powered by TORViC Technologies, Inc. SINCE 1996 [t]: +1.855.997.9933 [f]: +1.302.721.6266 [w]: www.flextrac.com [e]: Info@FlexTrac.com the largest provider of tailored Intellectual

More information

10 How to Accomplish SaaS

10 How to Accomplish SaaS 10 How to Accomplish SaaS When a business migrates from a traditional on-premises software application model, to a Software as a Service, software delivery model, there are a few changes that a businesses

More information

MBAM Self-Help Portals

MBAM Self-Help Portals MBAM Self-Help Portals Authoring a self-help portal workflow for BitLocker Recovery Using Microsoft BitLocker Administration and Monitoring (MBAM) Technical White Paper Published: September 2011 Priyaa

More information

SQL Azure vs. SQL Server

SQL Azure vs. SQL Server SQL Azure vs. SQL Server Authors Dinakar Nethi, Niraj Nagrani Technical Reviewers Michael Thomassy, David Robinson Published April 2010 Summary SQL Azure Database is a cloud-based relational database service

More information

FULLY MANAGED SERVICE COMPLETE SUPPORT FOR YOUR MOBILE ENTERPRISE

FULLY MANAGED SERVICE COMPLETE SUPPORT FOR YOUR MOBILE ENTERPRISE FULLY MANAGED SERVICE COMPLETE SUPPORT FOR YOUR MOBILE ENTERPRISE At Spirit, we realise that our customers are looking for choice, flexibility and value. That s why we have developed our special Fully

More information

Helm 4 Windows Event Viewer

Helm 4 Windows Event Viewer WebHost Automation Ltd http://www.webhostautomation.com/ January 2007 Doc: HELM 4.0.0.0 Complying with all applicable copyright laws is the responsibility of the user. Without limiting the rights under

More information

Enterprise Reporting Solution. Argos 4.5.2 Release Guide. Document version 4.5.2

Enterprise Reporting Solution. Argos 4.5.2 Release Guide. Document version 4.5.2 Enterprise Reporting Solution Argos 4.5.2 Release Guide Document version 4.5.2 Last updated 9/22/2015 Trademark, Publishing Statement, and Copyright Notice 2015 Evisions, Inc. All rights reserved. This

More information

How To Transform Field Service With Mobile Technology

How To Transform Field Service With Mobile Technology MOBILIZE Microsoft Dynamics GP Transforming Field Service Operations with Mobile Technologies White Paper Solutions that Help Transform Field Service Operations into Strategic Profit Centers Date: June

More information

Success Accelerator. Citrix Worldwide Consulting Solutions. Planning and Executing a Successful Go Live

Success Accelerator. Citrix Worldwide Consulting Solutions. Planning and Executing a Successful Go Live Success Accelerator Planning and Executing a Successful Go Live Citrix Worldwide Consulting Solutions i Table of Contents Introduction... 1 Communication... 2 Training... 3 Administrators and Help Desk

More information

The remedies set forth in this SLA are your sole and exclusive remedies for any failure of the service.

The remedies set forth in this SLA are your sole and exclusive remedies for any failure of the service. (SLA) The remedies set forth in this SLA are your sole and exclusive remedies for any failure of the service. Network Internal Network The internal network includes cables, switches, routers, and firewalls

More information

Allan Hirt Clustering MVP allan@sqlha.com http://www.sqlha.com

Allan Hirt Clustering MVP allan@sqlha.com http://www.sqlha.com Allan Hirt Clustering MVP allan@sqlha.com http://www.sqlha.com Use Windows Server 2008 R2 64 bit only For 32 bit, use 32 bit W2K8 (not R2) or W2K3 (out of support) Clustering still an Enterprise or Datacenter

More information

UPGRADE. Upgrading Microsoft Dynamics Entrepreneur to Microsoft Dynamics NAV. Microsoft Dynamics Entrepreneur Solution.

UPGRADE. Upgrading Microsoft Dynamics Entrepreneur to Microsoft Dynamics NAV. Microsoft Dynamics Entrepreneur Solution. UPGRADE Microsoft Dynamics Entrepreneur Solution Upgrading Microsoft Dynamics Entrepreneur to Microsoft Dynamics NAV White Paper June 2008 The information contained in this document represents the current

More information

Application of DCMI in an Internet Portal Data Center

Application of DCMI in an Internet Portal Data Center Application of DCMI in an Internet Portal Data Center Harry Rogers Principal Hardware Architect Bryan Kelly Systems Engineer Disclaimer Microsoft Corporation. All rights reserved. The information contained

More information

Microsoft Corporation. Status: Preliminary documentation

Microsoft Corporation. Status: Preliminary documentation Microsoft Corporation Status: Preliminary documentation Beta content: This guide is currently in beta form. The AppLocker team greatly appreciates you reviewing the document and looks forward to receiving

More information

ITSM Process Description

ITSM Process Description ITSM Process Description Office of Information Technology Incident Management 1 Table of Contents Table of Contents 1. Introduction 2. Incident Management Goals, Objectives, CSFs and KPIs 3. Incident Management

More information

DOCUMENT MANAGEMENT SYSTEM WHITE PAPER

DOCUMENT MANAGEMENT SYSTEM WHITE PAPER DOCUMENT MANAGEMENT SYSTEM WHITE PAPER MARCH 2013. SUMMARY BEXEL Consulting Document Management System serves as a central database for all project-related information, throughout the project lifecycle.

More information

Experience Business Success Invest in Microsoft CRM Today

Experience Business Success Invest in Microsoft CRM Today Experience Business Success Invest in Microsoft CRM Today Published: August 2005 The information contained in this document represents the current view of Microsoft Corporation on the issues discussed

More information

Software Solutions for the Telecommunications Industry

Software Solutions for the Telecommunications Industry Software Solutions for the Telecommunications Industry A Unique Framework NCT software platform the building block Framework Architecture Framework Architecture NCT - Fault Management Fault Registration

More information

Microsoft Dynamics NAV 2013 R2 Release Notes Follow-up

Microsoft Dynamics NAV 2013 R2 Release Notes Follow-up Microsoft Dynamics NAV 2013 R2 Release Notes Follow-up October 2012 Contents Introduction 3 By Design Issues 3 Windows PowerShell 3.0 required before installing Microsoft Dynamics NAV 2013 R2 3 Extensive

More information

HP 3PAR Software Installation and Startup Service

HP 3PAR Software Installation and Startup Service Technical data HP 3PAR Software Installation and Startup Service HP Care Pack Services For smooth startup, HP 3PAR Software Installation and Startup Service provides deployment of your HP 3PAR software,

More information

Pipeliner CRM Phaenomena Guide Opportunity Management. 2015 Pipelinersales Inc. www.pipelinersales.com

Pipeliner CRM Phaenomena Guide Opportunity Management. 2015 Pipelinersales Inc. www.pipelinersales.com Opportunity Management 205 Pipelinersales Inc. www.pipelinersales.com Opportunity Management Learn how to manage sales opportunities with Pipeliner Sales CRM Application. CONTENT. Creating and sharing

More information

How To Improve Parature

How To Improve Parature Introduction Technology has fundamentally changed customer care, empowering the customer with as much or more information, devices and channels of engagement as the average customer service agent has to

More information

HP 3PAR 7000 Software Installation and Startup Service

HP 3PAR 7000 Software Installation and Startup Service Technical data HP 3PAR 7000 Software Installation and Startup Service HP Care Pack Services For a smooth startup, HP 3PAR 7000 Software Installation and Startup Service provides deployment of your HP 3PAR

More information

HP PC Helpdesk Service

HP PC Helpdesk Service HP PC Helpdesk Service HP Care Pack Services Technical data HP PC Helpdesk Service gives professionals in small and medium-sized businesses access to advice and assistance for popular software applications,

More information

5nine V2V Easy Converter

5nine V2V Easy Converter 5nine V2V Easy Converter February 2014 11 Table of Contents Summary... 5 System requirements... 5 Use of the application... 6 2 2014 5nine Software. All rights reserved. All trademarks are the property

More information

CA Nimsoft Service Desk

CA Nimsoft Service Desk CA Nimsoft Service Desk Rapid Workflow Implementation Guide 7.13.7 Legal Notices Copyright 2013, CA. All rights reserved. Warranty The material contained in this document is provided "as is," and is subject

More information

Achieving ITSM Excellence Through Availability Management

Achieving ITSM Excellence Through Availability Management Achieving ITSM Excellence Through Availability Management Technology Concepts and Business Considerations Abstract This white paper outlines the motivation behind Availability Management, and describes

More information

CRM Form to Web. Internet Lead Capture. Installation Instructions VERSION 1.0 DATE PREPARED: 1/1/2013

CRM Form to Web. Internet Lead Capture. Installation Instructions VERSION 1.0 DATE PREPARED: 1/1/2013 CRM Form to Web Internet Lead Capture Installation Instructions VERSION 1.0 DATE PREPARED: 1/1/2013 DEVELOPMENT: BRITE GLOBAL, INC. 2013 Brite Global, Incorporated. All rights reserved. The information

More information

MEASURING FOR PROBLEM MANAGEMENT

MEASURING FOR PROBLEM MANAGEMENT MEASURING FOR PROBLEM MANAGEMENT Problem management covers a variety of activities related to problem detection, response and reporting. It is a continuous cycle that encompasses problem detection, documentation

More information

How To Write A Successful Automation Project

How To Write A Successful Automation Project ch01.fm Page 1 Thursday, November 4, 1999 12:19 PM Chapter 1 Lights Out Exposed Planning and executing a successful automation project begins by developing realistic expectations for the purpose and scope

More information

RedBlack CyBake Online Customer Service Desk

RedBlack CyBake Online Customer Service Desk RedBlack CyBake Online Customer Service Desk Publication Date: June 2014 Copyright Copyright 2014 RedBlack Software Ltd. All rights reserved. Complying with all applicable copyright laws is the responsibility

More information

Specific Program Document ( License SPD )

Specific Program Document ( License SPD ) Specific Program Document ( License SPD ) 1. CA Europe s.a.r.l. ( CA ) licenses to Customer the CA software program(s) listed below under the following terms and conditions. By using the CA Software, Customer

More information

Service Level Agreement for Database Hosting Services

Service Level Agreement for Database Hosting Services Service Level Agreement for Database Hosting Services Objective Global Service Levels include the general areas of support that are applicable to every ITS service. The purpose of the Service Level Agreement

More information

End-To-End Invoice Processing Automation at Land O Lakes NATALIE HAWLEY LAND O LAKES

End-To-End Invoice Processing Automation at Land O Lakes NATALIE HAWLEY LAND O LAKES End-To-End Invoice Processing Automation at Land O Lakes NATALIE HAWLEY LAND O LAKES i Fishbowl Solutions Notice The information contained in this document represents the current view of Fishbowl Solutions,

More information

Load Testing and Monitoring Web Applications in a Windows Environment

Load Testing and Monitoring Web Applications in a Windows Environment OpenDemand Systems, Inc. Load Testing and Monitoring Web Applications in a Windows Environment Introduction An often overlooked step in the development and deployment of Web applications on the Windows

More information

Welcome to InFixi Exchange Mailbox Recovery Software. Help Guide. Exchange Mailbox recovery software

Welcome to InFixi Exchange Mailbox Recovery Software. Help Guide. Exchange Mailbox recovery software Welcome to InFixi Exchange Mailbox Recovery Software Help Guide Exchange Mailbox Recovery Software 1 Introduction about InFixi Exchange Mailbox Recovery Software InFixi Exchange Mailbox Recovery software

More information

Feature for India (Third-party invoice)

Feature for India (Third-party invoice) Microsoft Dynamics AX Feature for India (Third-party invoice) White Paper Date: December 2006 Table of Contents Introduction... 3 Third-party invoice... 3 Post a third-party invoice...3 Forms for this

More information

Microsoft SQL Server 2008 R2 Enterprise Edition and Microsoft SharePoint Server 2010

Microsoft SQL Server 2008 R2 Enterprise Edition and Microsoft SharePoint Server 2010 Microsoft SQL Server 2008 R2 Enterprise Edition and Microsoft SharePoint Server 2010 Better Together Writer: Bill Baer, Technical Product Manager, SharePoint Product Group Technical Reviewers: Steve Peschka,

More information

Appendix D to DIR Contract No. DIR-SDD-2102. SYNNEX Corporation STATEMENT OF WORK / SUPPLEMENTAL AGREEMENT for <DIR CUSTOMER> END USER SERVICES

Appendix D to DIR Contract No. DIR-SDD-2102. SYNNEX Corporation STATEMENT OF WORK / SUPPLEMENTAL AGREEMENT for <DIR CUSTOMER> END USER SERVICES Appendix D to DIR Contract No. DIR-SDD-2102 SYNNEX Corporation STATEMENT OF WORK / SUPPLEMENTAL AGREEMENT for END USER SERVICES TABLE OF CONTENTS 1. Introduction... 3 2. Term of SOW...

More information

docs.rackspace.com/api

docs.rackspace.com/api docs.rackspace.com/api Rackspace Cloud Backup Release (2015-09-09) 2015 Rackspace US, Inc. This document is intended for software developers who are interested in developing applications using the Rackspace

More information

Submitted to: Service Definition Document for Database Management for IT Infrastructure Management

Submitted to: Service Definition Document for Database Management for IT Infrastructure Management Submitted to: Service Definition Document for Database Management for IT Infrastructure Management Table of Contents 1 Service Description... 3 2 Support Process and Methodology... 10 3 Standard Questionnaire...

More information

Service Release Notes 8.2

Service Release Notes 8.2 Service Release Notes 8.2 Version 8.2.0.1.1097 Mobile Service Manager Legal Notice This document, as well as all accompanying documents for this product, is published by Good Technology Corporation ( Good

More information

HP Software Technical Support

HP Software Technical Support HP Software Technical Support HP Technology Services - Contractual Services Technical data HP Software Technical Support provides comprehensive remote software support services for HP software products

More information

Implementing Business Portal in an Extranet Environment

Implementing Business Portal in an Extranet Environment Implementing Business Portal in an Extranet Environment Published: December 2005 Table of contents Introduction...1 What is extranet access?...1 Why deploy Business Portal in an extranet?...1 Order Management...1

More information

NOS for Network Support (903)

NOS for Network Support (903) NOS for Network Support (903) November 2014 V1.1 NOS Reference ESKITP903301 ESKITP903401 ESKITP903501 ESKITP903601 NOS Title Assist with Installation, Implementation and Handover of Network Infrastructure

More information

ISO 27001: Information Security and the Road to Certification

ISO 27001: Information Security and the Road to Certification ISO 27001: Information Security and the Road to Certification White paper Abstract An information security management system (ISMS) is an essential part of an organization s defense against cyberattacks

More information

Unicenter Service Desk

Unicenter Service Desk Unicenter Service Desk ITIL User Guide r11.2 This documentation (the Documentation ) and related computer software program (the Software ) (hereinafter collectively referred to as the Product ) is for

More information

Troubleshooting File and Printer Sharing in Microsoft Windows XP

Troubleshooting File and Printer Sharing in Microsoft Windows XP Operating System Troubleshooting File and Printer Sharing in Microsoft Windows XP Microsoft Corporation Published: November 2003 Updated: August 2004 Abstract File and printer sharing for Microsoft Windows

More information

MEASURING PRE-PRODUCTION APPLICATION, SYSTEM AND PERFORMANCE VOLUME STRESS TESTING WITH TEAMQUEST

MEASURING PRE-PRODUCTION APPLICATION, SYSTEM AND PERFORMANCE VOLUME STRESS TESTING WITH TEAMQUEST WHITE PAPER IT Knowledge Exchange Series MEASURING PRE-PRODUCTION APPLICATION, SYSTEM AND PERFORMANCE VOLUME STRESS TESTING WITH TEAMQUEST A white paper on how to enhance your testing discipline Contents

More information

Magento Enterprise Edition Technical Support Guide

Magento Enterprise Edition Technical Support Guide Magento Enterprise Edition Technical Support Guide AUGUST 2013 Thank you for using Magento Enterprise Edition. Technical support is a vital part of the total Magento Enterprise Edition customer experience.

More information

can you improve service quality and availability while optimizing operations on VCE Vblock Systems?

can you improve service quality and availability while optimizing operations on VCE Vblock Systems? SOLUTION BRIEF Service Assurance Solutions from CA Technologies for VCE Vblock Systems can you improve service quality and availability while optimizing operations on VCE Vblock Systems? agility made possible

More information

Client Services Service Level Agreement

Client Services Service Level Agreement RMI Corporation Client Services Service Level Agreement 40 Darling Drive Avon, CT 06001 Phone: 860.677.1005 *Fax: 860.677.2454 RMI Corporation Client Services - Service Level Agreement TABLE OF CONTENTS

More information

Navigating ISO 9001:2015

Navigating ISO 9001:2015 Navigating ISO 9001:2015 Understanding why the new ISO 9001 revision matters to everyone White paper Abstract This whitepaper takes a concise, yet detailed look at the ISO 9001:2015 revision. Published

More information

Pipeliner CRM Phaenomena Guide Add-In for MS Outlook. 2015 Pipelinersales Inc. www.pipelinersales.com

Pipeliner CRM Phaenomena Guide Add-In for MS Outlook. 2015 Pipelinersales Inc. www.pipelinersales.com Add-In for MS Outlook 205 Pipelinersales Inc. www.pipelinersales.com Add-In for MS Outlook Learn how to use sales lead management with Pipeliner MS Outlook Add-In. CONTENT. Setting up Pipeliner Add-In

More information

Personal Archiving in Exchange Online

Personal Archiving in Exchange Online Personal Archiving in Exchange Online IT Professional & Customer Helpdesk Feature Guide Exchange Online Personal Archiving Feature Guide - 12.3 Release Office 365 Dedicated & ITAR-Support Plans Revised:

More information

Improving. Summary. gathered from. research, and. Burnout of. Whitepaper

Improving. Summary. gathered from. research, and. Burnout of. Whitepaper Whitepaper Improving Productivity and Uptime with a Tier 1 NOC Summary This paper s in depth analysis of IT support activities shows the value of segmenting and delegatingg activities based on skill level

More information

Magento Technical Support Guide

Magento Technical Support Guide Magento Technical Support Guide April 2012 Thank you for using Magento products and services. Technical support is a vital part of the total Magento customer experience. We want you to get the most from

More information

SERVICE LEVEL AGREEMENT. Open Source Support Desk B.V. Hargray, Inc.

SERVICE LEVEL AGREEMENT. Open Source Support Desk B.V. Hargray, Inc. SERVICE LEVEL AGREEMENT between Open Source Support Desk B.V. and Hargray, Inc. Copyright 2011 by Open Source Support Desk B.V. All rights reserved. This document is protected by copyright. No part of

More information

NSI Solutions with Microsoft VSS

NSI Solutions with Microsoft VSS Published: March 2004 Abstract With the introduction of Volume Shadow Copy Service (VSS) in Microsoft Windows Server 2003 and Windows Storage Server 2003 and the strength of NSI Software Double-Take you

More information

Altiris Helpdesk Solution 6.0 SP5 Product Guide

Altiris Helpdesk Solution 6.0 SP5 Product Guide Altiris Helpdesk Solution 6.0 SP5 Product Guide Notice Helpdesk Solution 6.0 SP5 2000-2007 Altiris, Inc. All rights reserved. Document Date: August 29, 2007 Information in this document: (i) is provided

More information

Vijeo Citect Architecture and Redundancy Study Guide

Vijeo Citect Architecture and Redundancy Study Guide Vijeo Citect Architecture and Redundancy Study Guide Version 7.30 Schneider-Electric Pty (Australia) Ltd 78 Waterloo Road Macquarie Park NSW 2113 Australia DISCLAIMER Schneider Electric makes no representations

More information

AvePoint CRM Migration Manager for Microsoft Dynamics CRM. Release Notes

AvePoint CRM Migration Manager for Microsoft Dynamics CRM. Release Notes AvePoint CRM Migration Manager for Microsoft Release Notes AvePoint CRM Migration Manager 3.1.1 for Microsoft Release Date: July 16, 2014 Required Minimum Version for Direct Update New License Required?

More information

CRM to Exchange Synchronization

CRM to Exchange Synchronization CRM to Exchange Synchronization End-User Instructions VERSION 2.0 DATE PREPARED: 1/1/2013 DEVELOPMENT: BRITE GLOBAL, INC. 2013 Brite Global, Incorporated. All rights reserved. The information contained

More information

HP Service Manager. Software Version: 9.40 For the supported Windows and Linux operating systems. Processes and Best Practices Guide (Codeless Mode)

HP Service Manager. Software Version: 9.40 For the supported Windows and Linux operating systems. Processes and Best Practices Guide (Codeless Mode) HP Service Manager Software Version: 9.40 For the supported Windows and Linux operating systems Processes and Best Practices Guide (Codeless Mode) Document Release Date: December, 2014 Software Release

More information

Administration A. Superintendent. Technology Services Proposal. Board of Education Dr. Bruce Law Superintendent of Schools DATE: July 30 2015

Administration A. Superintendent. Technology Services Proposal. Board of Education Dr. Bruce Law Superintendent of Schools DATE: July 30 2015 Dr. Bruce Law Pamela Bylsma Tammy Prentiss Domenico Maniscalco Bill Eagan Superintendent Assistant Superintendent Assistant Superintendent Chief Human Chief Financial of Schools for Academics for Student

More information

Remote Infrastructure Support Services & Managed IT Services

Remote Infrastructure Support Services & Managed IT Services Remote Infrastructure Support Services & Managed IT Services Remote Desktop Services are designed to optimize the customers IT resource utilization and provide a standardized end-user environment. The

More information

Perform-Tools. Powering your performance

Perform-Tools. Powering your performance Perform-Tools Powering your performance Perform-Tools With Perform-Tools, optimizing Microsoft Dynamics products on a SQL Server platform never was this easy. They are a fully tested and supported set

More information

Windows Server 2008 R2 Hyper-V Live Migration

Windows Server 2008 R2 Hyper-V Live Migration Windows Server 2008 R2 Hyper-V Live Migration White Paper Published: August 09 This is a preliminary document and may be changed substantially prior to final commercial release of the software described

More information

Cloud-based Managed Services for SAP. Service Catalogue

Cloud-based Managed Services for SAP. Service Catalogue Cloud-based Managed Services for SAP Service Catalogue Version 1.8 Date: 28.07.2015 TABLE OF CONTENTS Introduction... 4 Managed Services out of the Cloud... 4 Cloud-based Flexibility, Efficiency and Scalability...

More information

SOA Software: Troubleshooting Guide for Agents

SOA Software: Troubleshooting Guide for Agents SOA Software: Troubleshooting Guide for Agents SOA Software Troubleshooting Guide for Agents 1.1 October, 2013 Copyright Copyright 2013 SOA Software, Inc. All rights reserved. Trademarks SOA Software,

More information

Buying Guide: On-Demand vs. On-Premise IVR Systems

Buying Guide: On-Demand vs. On-Premise IVR Systems White Paper Buying Guide: On-Demand vs. On-Premise IVR Systems Selecting a Deployment Platform for Voice-Based Services NOVEMBER 2008 1310 Villa Street Mountain View, CA 94041 T: 650.930.9000 clients@tellme.com

More information

10 Best Practices for Application Performance Testing

10 Best Practices for Application Performance Testing Business white paper 10 Best Practices for Application Performance Testing Leveraging Agile Performance Testing for Web and Mobile Applications 10 Best Practices for Application Performance Testing Table

More information

Reservations in Warehouse management. Warehouse management team May 2014. White paper

Reservations in Warehouse management. Warehouse management team May 2014. White paper Microsoft Dynamics AX 2012 R3 Reservations in Warehouse management White paper Microsoft Dynamics AX Warehouse management team May 2014 This white paper describes the functionality for reservations that

More information

HP 3PAR Peer Persistence Software Installation and Startup Service

HP 3PAR Peer Persistence Software Installation and Startup Service Technical data HP 3PAR Peer Persistence Software Installation and Startup Service HP Care Pack Services HP 3PAR Peer Persistence Software Installation and Startup Service provides implementation of the

More information

Dell Enterprise Reporter 2.5. Configuration Manager User Guide

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

More information