Whitepaper. HR Dashboard STRATEGIC VALUE CREATION USING MICROSOFT REPORTING SERVICES YOUR SUCCESS IS OUR FOCUS

Size: px
Start display at page:

Download "Whitepaper. HR Dashboard STRATEGIC VALUE CREATION USING MICROSOFT REPORTING SERVICES YOUR SUCCESS IS OUR FOCUS"

Transcription

1 YOUR SUCCESS IS OUR FOCUS Whitepaper S Published on: OCTOBER 2006 Author: Ambika.k - ISG Mumbai, Debasmita ISG Cheenai 2009 Hexaware Technologies. All rights reserved.

2 Table of Contents 1. Executive Summary 2. Introduction 3. Solution Propositon 4. Problem Defenition re-statement 5. Challenges Author s Bio Sample content 2009 Hexaware Technologies. All rights reserved. 2

3 1. Executive Summary Human resource information is significant in this day and age where the importance of internal customers, their retention, motivation and productivity has never been more critical to the success of the IT industry. The prime focus is to highlight the "Technological Innovations and Directions" adopted for the development and Implementation of an in house product /tool. 2. Introduction This paper presents the vision for a single interface/management reporting tool to enable visibility of strategic HR information. The idea behind this exercise is to discuss the HR tool that enables stakeholders to view strategic level HR information. 3. Solution Proposition The prime focus here is to highlight the "Technological Innovations and Directions" adopted for the Development and Implementation of an in house product /tool. The product in this scenario so developed is the "" with "Microsoft Reporting services" as the tool. is a single source management reporting tool used by Strategists of Hexaware Technologies Ltd. to analyze critical HR information. It provides for analysis of all HR metrics with respect to the current HR practices and processes and graphical reports. HR Dashboard allows the senior management to streamline HR processes while enabling them to identify the weakness and strength areas of the organization from a people management perspective The purpose of this project was to provide for a single interface/management reporting tool to enable visibility of strategic HR information. This will allow drill down analysis of various HR metrics which are relevant to the organization. The idea behind this exercise is to enable stakeholders to view strategic level HR information. This concept was a technological innovation and first of its kind developed exclusively in house. This could have been developed via other means and tools, but after several evaluation of possibilities, the most effective and efficient and closest to the desired objective was by utilizing Microsoft Reporting Services 4. Problem Definition Restatement The earlier attempt at was on Peoplesoft HRMS which due to technological limitations was not user friendly in terms of adaptability and flexibility of reports. Analytical data in PSHRMS requires extensive coding. Also, graphical reports cannot be generated in PSHRMS with the same view ability and user friendliness. The used PSHRMS data as an interface while coding to generate analytical information was done outside of PSHRMS and graphical reporting was made available using a second tool and interface. The limitations posed by PSHRMS were eliminated with the use of Microsoft Reporting Services. Underlying is the successful implementation of MS SQL Server Reporting Services tool for the generation of graphical reports and integrating the same with.net code that allows us to view the reports through an easy to use GUI. The idea of using MS SQL Server Reporting Services tool to extensively generate graphical reports has been undertaken for the first time in any delivery unit and successfully so. The key reasons for choosing MS SQL Server Reporting Services tool are attributed to the following. The cost as compared to a third party reporting tool: this comes bundled with the MS SQL Server, the license for which is already available with us The Visual Studio.Net integration that provides the developers with the familiar IDE to develop and test reports; similar report specific IDE is not available in PeopleSoft The ease of customization and dynamic generation of reports. The reports generated are embedded into the user pages of a web based application through the use of Report Viewer, a custom control that comes as a part of the MS SQL Server Reporting Services package. The Report Viewer facilitates taking in user inputs and supports exporting of the reports to a wide range of formats The reporting services tool helped in developing as visioned, by providing a quick and easy analysis of the critical HR statistics that can be generated across various HR dimensions like location, grade, unit/department, jobstream wise and further filtered dynamically on the basis of parameters like date/year, location, department/unit thus providing a thorough drill down analysis of the statistics through a user friendly and graphical interface Hexaware Technologies. All rights reserved. 3

4 Methodology The methodology adopted for this implementation included: Requirements gathering Drawing out Analysis options depending on Availability of Systems i.e. PSHRMS Availability of data in required form Finalizing on Functional Specifications based on feasibility studies Process The process adopted to develop this dashboard consisted of the following stages: Stored Procedures were written in SQL to extract data from PSHRMS as per the required query formats as drawn out in the Functional Specifications These procedures were linked to Microsoft Reporting Services to produce the graphical output based on the data output from the stored procedures 1. Architecture 1.1 Reporting Services Overview Reporting Services includes: A complete set of tools for creating, managing, and viewing reports An engine for hosting and processing reports An extensible architecture and open interfaces for embedding reports or integrating the solution in diverse IT environments End user authoring capabilities for non-developers to build or modify their own reports A key feature of Reporting Services is that reports are defined using an XML schema called Report Definition Language (RDL). RDL is a documented, extensible format covering all aspects of the report including data retrieval, expressions, and layout information. Reporting Services Architecture Microsoft SQL Server Reporting Services architecture is a set of integrated components. The architecture is multi-tiered, with an application layer, server layer, and data layer. The architecture is modular and scaleable, enabling a single installation to be spread across multiple computers. The following diagram indicates tools that are included with Reporting Services and SQL Server, and how custom tools, which may be provided by third-party vendors, fit into the overall framework. It also shows the flow of requests and data among the server components, and which components send and retrieve content from a data store. 2.2 a) Architecture Diagram Report Manager Browser Report Desinger Command Line Utilities Third-party tools Report Server Scheduling and Delivery Processor Programmatic Interfaces Rendering Extensions Delivery Estensions Report Processor Data Processing Extensions Report Server Database Data Source 2009 Hexaware Technologies. All rights reserved. 4

5 1.1a) Report Manager: Report Manager is a Web-based report access and management tool that is included with Microsoft SQL Server Reporting Services. Report Manager can be used to perform the following tasks: View, search, and subscribe to reports Create and manage folders, linked reports, report history, schedules, data source connections, and subscriptions Set properties and report parameters Manage role definitions and assignments that control user access to reports and folders Report Manager provides a user interface to a report server. The user interface consists of Web pages and controls. There are pages for viewing items, setting properties, and creating and modifying subscriptions, schedules, shared data sources, and roles. The items that are stored in a report server can be accessed by navigating the folder hierarchy and clicking on items for viewing or updating. The ability to perform a task in Report Manager depends on user role assignment. A user who is assigned to a role that has full permissions, such as a report server administrator, has access to the complete set of application menus and pages. A user assigned to a role that has permissions to view and run reports, on the other hand, sees only the menus and pages that support those activities. Users can be assigned to multiple roles. Each user can have different role assignments for different report servers or even for the various reports and folders that are stored on a single server. To run Report Manager, type its URL in the address bar of a Web browser. By default, the URL is Report Manager is installed during setup on the same computer as the report server 1.1b) Browser types supported by reporting Services: In Reporting Services, a browser is used to run reports and Report Manager, a Web-based tool for managing and viewing report server content. Although reports can be exported to the formats of other desktop applications, the default rendering format for reports is HTML 3.2 or HTML 4.0; the browser type and version determine which format is used. Users can view reports with any browser that supports HTML 3.2 or HTML 4.0; however, functionality may vary depending on the browser and whether scripting is enabled. Microsoft Internet Explorer 6.0 with Service Pack 1 (SP1) or Internet Explorer 5.5 with SP2, with scripting enabled is the standard requirement. 1.1C) Report Designer: Report Designer is a tool that is used to publish reports to a report server. Report Designer is integrated with Microsoft Visual Studio.NET Report Designer features is installed into Visual Studio.NET using a setup program. After installation, reports can be created by creating a new report project. To create a report using Report Designer, a new project is created in Visual Studio and a report or set of reports are added to it. Reports can be tabular, matrix, or freeform reports. Tabular reports and matrix reports, also known as cross tab or pivot table reports, are easily created using Report Wizard. Freeform reports, which can include tables, matrices, and any number of other elements, are created using the familiar Visual Studio.NET interface. While developing a report, it can be tested locally, without publishing it to a report server. Report Designer can use the same processing and rendering extensions that the server uses, ensuring that users see the report as it was intended when they run it from the server. You publish, or deploy a report using the Visual Studio build process. Report Designer deploys the report to a report server that you select, after which you can manage properties and security using administration tools such as Report Manager. Most features of Report Definition Language (RDL) are available in Report Designer Hexaware Technologies. All rights reserved. 5

6 1.1d) Report Server Command Line Utilities Reporting Services includes command line utilities that you can use to administer a report. The following utilities are available: The rsconfig utility is a connection management utility. It is used to modify the connection between a report server and report server database. The report server uses encrypted connection information to access a database. Because the data is encrypted, this tool is used to modify connection information The rs utility is a script host that is used to perform scripted operations. It is used to run Visual Basic.NET scripts that copy data between report server databases, publish reports, create items in a report server database, and more The rskeymgmt utility is an encryption key management tool that can be used to back up symmetric keys or delete encrypted data used by a report server. It is used to store encryption keys needed to recover a database. If the keys cannot be recovered, this tool provides a way to delete encrypted content that is no longer used The rsactivate utility is a server activation tool that is used to activate a report server instance on a Web farm. It is used to activate service when a new report server is added to a Web farm or failed one is replaced. Activating a service creates a symmetric key that the new service uses to encrypt and decrypt data in a report server database. For more information about syntax, see rsactivate Utility. To learn more server activation, see Activating a Report Server Instance 1.1e) Report Server The report server is the main component of Reporting Services. It is a Web service that exposes a set of programmatic interfaces, which client applications can use to access the report server. Through its subcomponents, the report server handles report requests; retrieves report properties, formatting information, and data; merges the formatting information with the data; and renders the final report. The report server component contains several subcomponents: Subcomponent Programmatic Interfaces Report Processor Data Processing Extensions Rendering Extensions Report Server Database Scheduling and Delivery Processor Delivery Extensions Description Describes the programmatic interfaces, which accept SOAP and HTTP GET requests, retrieve informtaion from the report server database and pass the information to other components. Describes the Report Processor componentm which retrieves the report definition, combines it with data from the data processing extension, and renders it to the requested format with a rendering extension. Describes the data processing extensions that retrieves data from the report data source. Describes the report rendering extensions that transform the report layout and data into a decice-specific format. Describes the report server database, which stores report desinitions, meta data and report history. Describes the Scheduling and Delivery Processor component, which runs and delivers report on a schedule. Describes the delivery extensions that deliver reports to specific devices or formats. 1.1f) Report Server Database The report server database is a SQL Server database that stores Reporting Services data such as report definitions, report meta data, cached reports, snapshots, and resources. It also stores security settings, encrypted data, scheduling and delivery data, and extension information. It can exist on a server or cluster that is separate from the report server or it can be installed on the same computer as the report server. It is accessed through the report server. Report Manager, Report Designer, and the command line utilities all use programmatic interfaces to communicate with the report server database Hexaware Technologies. All rights reserved. 6

7 1.1g) Data Sources Supported by Reporting Services Reporting Services retrieves report data using data processing extensions. Data processing extensions use ADO.NET managed providers. Reporting Services provides extensions to retrieve data from the following data sources: SQL Server 2000 SQL Server 7.0 SQL Server 2000 Analysis Services Oracle ODBC data sources OLE DB data sources Because Reporting Services is extensible, developers can create extensions that retrieve data from additional data sources Report Lifecycle: The report lifecycle involves three stages: Authoring Management Delivery a) Report Lifecycle Diagram Report Authoring Visual Studio.NET RDL Report Management Report Manager,Web Service API, WMI Provider,scripting Managed report Report Delivery Report Server On-demand Subscriptions Report Authoring: Report authoring is the process of creating a report definition through the use of report authoring tools. It involves determining the report content (that is, the data and images), define expressions and other calculated fields, and design the layout. Behind the scenes, the authoring tool transforms the design choices into a report definition based on Report Definition Language (RDL). RDL is an XML grammar that completely defines the structure of a report. Report Designer is used within Microsoft Visual Studio.NET to create reports. Report Designer supports drag-and-drop operations to create reports. Coding is required only if some functionality needs to be added. Reports that are built can be a simple tabular report or complex with many parts and scripted elements. If Microsoft Access reports are already there, they can be imported into Report Designer. The Report Designer design environment includes local report processing and report-rendering functionality. From within the project workspace, the preview feature can be used to see how the report comes together while the layout is designed Hexaware Technologies. All rights reserved. 7

8 Report authoring consists of the following steps: Connect to the data source that has to be used Build a query that gets the data. Data is represented in a Fields list for subsequent drag-and-drop operations Lay out the report by dragging table, matrix, chart, and other report controls onto the design surface. For example, a table control can be dragged into the workspace if it is a tabular report Add data to the report layout by dragging fields onto the report controls Set properties to customize the layout, add default values, and specify grouping and expressions Report authoring is work is performed on the client, separate from the report server. Once the report looks the way as required, it can be published to a report server, where it becomes available for general use Report Management: One of the principal advantages of using Reporting Services is the capability to manage reports and related items from a central location. Items that can be managed include reports, folders, data source connections, and resources. Security, properties, and in some cases, scheduled operations can be defined for these items. Shared schedules and shared data sources can also be created and made available for general use. Report Manager is used to manage reports and the reporting environment. Both end users and report server administrators can manage reports, but to different degrees. End users can publish and manage reports in a personal workspace named My Reports. Report server administrators can enable end-user features, set default values, and manage folders and shared objects, such as shared data source connections and shared schedules. The management tasks that can be performed depend on the permissions of the user. For example, if a user does not have permission to import reports, import functionality is not available to that user. Report management includes the following tasks: Organize the reporting environment by adding new folders to store collections of reports Enable features such as My Reports, report history, and report delivery Adjust the default security model as necessary to secure access to folders and reports by using role-based security Build shared schedules and shared data sources that you want to make available for general use Report management tasks are typically performed through browser-based access to a report server. Although Reporting Services includes many features that simplify report management, the management overhead that one wants to assume can be determined. For example, one can use the existing folders, features, default values, and security provided in a newly installed report server with no additional customization Report Delivery: In Reporting Services, two methods are available for accessing and delivering reports: on-demand access that allows users to select the reports they want from a report viewing tool, and push subscriptions, which automatically generate and deliver reports to a destination. On demand access: To view a report on demand, the user selects a report from the report server folder hierarchy. Users can use Report Manager to browse through the report server folders or search for specific reports. Push Subscription: To receive reports automatically, a user subscribes to a specific report or reports. When the report runs, the user is either notified that the report is available, or the user receives a copy of the report by way of an message. Report server administrators can build data-driven subscriptions that push reports to a large group of users. Data-driven subscriptions generate a recipient list at run time. In a data-driven subscription, delivery settings are built from stored data (such as data in an employee database) when the subscription is triggered. Reporting Services supports a variety of viewing formats. After a report is displayed, the user can redisplay the report in other formats such as Excel, Acrobat (PDF) file, HTML, Web archive Implementation The implementation of HRDashBoard can be broadly classified into three major phases. Creation and deployment of reports on the Report Server Display of reports through an interactive GUI Implementation of Authentication and Authorization 2009 Hexaware Technologies. All rights reserved. 8

9 Creation of Reports The first step involves the installation of MS SQL Server 2000 Reporting Services which has the following prerequisites: Workstation with Visual Studio.NET 2003 or higher for using the Report Designer Web Server with ASP.NET 1.1 and Internet Information Services (IIS) 5.0 or higher installed and configured for installing the Report Manager Server with SQL Server 2000 with SP3a for installing the Report Server database. The following section includes a step-by-step pictorial depiction of how a report is created, after MS SQL Server 2000 Reporting Services is installed STEP 1: Create a Report Project A new project type, Business Intelligence Projects is included in Visual Studio.NET 2003 (see Figure 1). There are two templates available: Report Project Wizard and Report Project a)the new project type for SQL Server 2000 Reporting Services The Report Project template is selected and named as "Leave Tracking". STEP 2: Define a shared data source. In Solution Explorer, under the Leave Tracking project there are two folders: Shared Data Sources and Reports (see Figure 2). The reports in HRDashboard are created using the test instance of the HR database in the development server; the Shared Data Sources folder is right-clicked and the Add New Data Source option selected b). Adding a new data source 2009 Hexaware Technologies. All rights reserved. 9

10 In the Data Link Properties dialog that opens up consequently, the test server and database names are entered. (See Figure 3).Next, the SQL Server authenticated User name and password to log into the server are specified to complete the datasource definition. STEP 3: Add a new report There are a few ways to add a report - use the wizard, manually add the report, or simply import a report. In HRDashBoard, the second method is adopted. In Solution Explorer, the Reports folder is right clicked and Add >Add New Item is selected (see Figure 4) 2009 Hexaware Technologies. All rights reserved. 10

11 The Add New Item dialog box opens up. The empty report template is selected and the name entered as Location wise with.rdl as the extension. (.rdl being the default extension for report files.) STEP 4: Configure and customize the report. The rdl file is clicked open in Visual Studio. Three tabs are available in the report design view: Data, Layout, and Preview. The Data tab is used to configure the report Hexaware Technologies. All rights reserved. 11

12 A new dataset Gradewise is defined; the Data source made to point to the shared data source HRDVL88 created earlier and the command type is selected as stored procedure Once the dataset is created and the data source defined, the Stored procedure that should be used to populate the dataset is selected from the dropdown list. The stored procedure is executed and the fields returned by the query are automatically populated in the Fields window. Next, the layout tab is used to design the report. The toolbox provides a list of controls for designing the reports. For graphical reports, chart is dragged and dropped on to the body of the report. Then depending on the requirement, an appropriate chart type is selected; in this case a bar graph. The chart is right clicked to go to the other report customization options which include x-axis; y-axis label description, legend position, 3-D effects among others. The preview tab is used to view the report before it is deployed on the report server. Once done with all the customizations, a report looks like in the figure below: STEP 5: Deploying the reports The report project is right clicked on followed by the Properties and the TargetServerURL under the Deployment tab is set. The Target ServerURL in HRDashBoard is set to the report server instance installed on the test server. Next, the report file is right clicked and deployed Hexaware Technologies. All rights reserved. 12

13 Another important aspect of the reports used in HRDashboard is the drill down feature of the Department-based reports. For example, the Department-wise reports in Resource Headcount group can be drilled down from the organization level to the department unit level, across the entire department tree structure of the organization. The screenshot below shows the Resource Headcount department-wise report at the organization level Hexaware Technologies. All rights reserved. 13

14 Clicking on the CEO office bar helps drilling down to the next level in the department tree structure; in this case the departments under CEO office. The drill down feature is implemented as follows: The data field, Count in this case, is right clicked and the Properties option is selected. In the Edit Chart Value dialog box, the Action tab is clicked. The Jump to report option under the Hyperlink action is selected and the target report is specified as the same report itself, LBUWise in this case. This is done in order to reduce the number of reports, which would have been too high, had a separate report been used for each of the drill down levels Hexaware Technologies. All rights reserved. 14

15 Implementation of Authentication and Authorization Authentication HRDashboard incorporates the single sign on feature that enables the same user name and password to be used to log into all ISG applications. This feature is implemented through the Authentication Framework web service component that is used to authenticate and manage user accounts in Windows Active Directory Services (ADS). Implementation of the web service in HRDashboard involves the following steps: On the Project menu, Add Web Reference is selected. Add Web Reference dialog box opens. A link in the Web browser pane on the left is selected to search for Web services installed on servers in the LAN. In the Web reference name field, a name that will be used in the code to access the selected Web service programmatically is entered. In Solution Explorer, the Web References folder can be expanded to note the namespace for the Web reference classes that are available to the items in the project. Once the web service is referenced, the required web service methods can be called to validate the users and also check the validity of the passwords which according to ptassword management policy need to be reset every 30 days. Authorization Access to HRDashboard is strictly controlled keeping in view the sensitivity of the information that it holds. Access control is implemented through Authorization Web Service component. Implementation of the web service in HRDashboard involves the following steps: An Application ID is created for HRDashboard in the Authorization Framework. A default Menu ID and Privilege ID are defined. A role for accessing the application is defined and assigned to the authorized users. A web reference to the web service component is added to the project in the same way as in the case of implementing authentication. In the code behind for each page, the web service method for checking user authorization is called to validate the user. The user is allowed access if the validation succeeds Hexaware Technologies. All rights reserved. 15

16 Advantages Accurate data reporting by HR in PSHRMS Efficient and effective running of stored procedures to produce graphical output (Ex: procedures that require large data scanning must take as less a time as possible) Feasibility of Microsoft Reporting Services as a tool to implement the dynamic real time data as and when updated in PSHRMS Potential Client Benefits The allows the top management (end users) to access the various reports without having to wait for them to be delivered by HR as a manual process. The dashboard is live and dynamic with real time data reflecting on the graphical output of the various analysis options. Hence, strategic decision makers can view critical data like trends in attrition and joining at any given point in time 6. Challenges The major challenges faced during the development of the HRDashBoard: Integrating Reporting Services with.net Framework. Handling security through the Application Making the Reports available through Internet Hexaware Technologies. All rights reserved. 16

17 To learn more, visit Address 1095 Cranbury South River Road, Suite 10, Jamesburg, NJ Main: Fax: Safe Harbor Certain statements on this whitepaper concerning our future growth prospects are forward-looking statements, which involve a number of risks, and uncertainties that could cause actual results to differ materially from those in such forward-looking statements. The risks and uncertainties relating to these statements include, but are not limited to, risks and uncertainties regarding fluctuations in earnings, our ability to manage growth, intense competition in IT services including those factors which may affect our cost advantage, wage increases in India, our ability to attract and retain highly skilled professionals, time and cost overruns on fixed-price, fixed-time frame contracts, client concentration, restrictions on immigration, our ability to manage our international operations, reduced demand for technology in our key focus areas, disruptions in telecommunication networks, our ability to successfully complete and integrate potential acquisitions, liability for damages on our service contracts, the success of the companies in which Hexaware has made strategic investments, withdrawal of governmental fiscal incentives, political instability, legal restrictions on raising capital or acquiring companies outside India, and unauthorized use of our intellectual property and general economic conditions affecting our industry Hexaware Technologies. All rights reserved. 17

Microsoft SQL Server 2005 Reporting Services Step by Step

Microsoft SQL Server 2005 Reporting Services Step by Step Microsoft SQL Server 2005 Reporting Services Step by Step Stacia Misner; Hitachi Consulting To learn more about this book, visit Microsoft Learning at http://www.microsoft.com/mspress/books/9153.aspx 9780735622500

More information

joalmeida@microsoft.com João Diogo Almeida Premier Field Engineer Microsoft Corporation

joalmeida@microsoft.com João Diogo Almeida Premier Field Engineer Microsoft Corporation joalmeida@microsoft.com João Diogo Almeida Premier Field Engineer Microsoft Corporation Reporting Services Overview SSRS Architecture SSRS Configuration Reporting Services Authoring Report Builder Report

More information

YOUR SUCCESS IS OUR FOCUS. Whitepaper. Claim Processing Test Suite. Hexaware Technologies. All rights reserved. www.hexaware.com

YOUR SUCCESS IS OUR FOCUS. Whitepaper. Claim Processing Test Suite. Hexaware Technologies. All rights reserved. www.hexaware.com YOUR SUCCESS IS OUR FOCUS Whitepaper Hexaware Technologies. All rights reserved. Table of Contents 1. Introduction 2. Scope Definition 3. Hexaware Approach 4. Solution Proposition 5. Solution Benefits

More information

Creating Reports with Microsoft Dynamics AX SQL Reporting Services

Creating Reports with Microsoft Dynamics AX SQL Reporting Services Creating Reports with Microsoft Dynamics AX SQL Reporting Services. Table of Contents Lab 1: Building a Report... 1 Lab Objective... 1 Pre-Lab Setup... 1 Exercise 1: Familiarize Yourself with the Setup...

More information

Reporting Services. White Paper. Published: August 2007 Updated: July 2008

Reporting Services. White Paper. Published: August 2007 Updated: July 2008 Reporting Services White Paper Published: August 2007 Updated: July 2008 Summary: Microsoft SQL Server 2008 Reporting Services provides a complete server-based platform that is designed to support a wide

More information

Whitepaper. Business Intelligence Tool Evaluation using Analytic Hierarchy Process (AHP) Published on: March 2010 Author: Karthikeyan Sankaran

Whitepaper. Business Intelligence Tool Evaluation using Analytic Hierarchy Process (AHP) Published on: March 2010 Author: Karthikeyan Sankaran Published on: March 2010 Author: Karthikeyan Sankaran Hexaware Technologies. All rights reserved. Table of Contents 1. Introduction 2. Traditional Approach to Tool Evaluation 3. Business Fitment Author

More information

Create Reports Utilizing SQL Server Reporting Services and PI OLEDB. Tutorial

Create Reports Utilizing SQL Server Reporting Services and PI OLEDB. Tutorial Create Reports Utilizing SQL Server Reporting Services and PI OLEDB Tutorial Introduction... 3 PI OLEDB... 3 SQL Server 2005 Reporting Services (SSRS)... 3 Installed Software on Tutorial PC... 3 Basic

More information

Pro SQL Server 2012. Reporting Services. Third Edition. mm m. Brian McDonald. Shawn McGehee. Rodney Landrum. Apress*

Pro SQL Server 2012. Reporting Services. Third Edition. mm m. Brian McDonald. Shawn McGehee. Rodney Landrum. Apress* Pro SQL Server 2012 Reporting Services Third Edition mm m Brian McDonald Shawn McGehee Rodney Landrum Apress* Contents About the Authors About the Technical Reviewers Acknowledgments m Introduction xvn

More information

SQL Reporting Services: A Peek at the Power & Potential

SQL Reporting Services: A Peek at the Power & Potential SQL Reporting Services: A Peek at the Power & Potential Presented by: Ken Emert, Shelby Consultant 2013 Shelby Systems, Inc. Other brand and product names are trademarks or registered trademarks of the

More information

Whitepaper. Data Warehouse/BI Testing Offering YOUR SUCCESS IS OUR FOCUS. Published on: January 2009 Author: BIBA PRACTICE

Whitepaper. Data Warehouse/BI Testing Offering YOUR SUCCESS IS OUR FOCUS. Published on: January 2009 Author: BIBA PRACTICE YOUR SUCCESS IS OUR FOCUS Whitepaper Published on: January 2009 Author: BIBA PRACTICE 2009 Hexaware Technologies. All rights reserved. Table of Contents 1. 2. Data Warehouse - Typical pain points 3. Hexaware

More information

ORACLE BUSINESS INTELLIGENCE WORKSHOP

ORACLE BUSINESS INTELLIGENCE WORKSHOP ORACLE BUSINESS INTELLIGENCE WORKSHOP Integration of Oracle BI Publisher with Oracle Business Intelligence Enterprise Edition Purpose This tutorial mainly covers how Oracle BI Publisher is integrated with

More information

SQL Server 2005 Reporting Services (SSRS)

SQL Server 2005 Reporting Services (SSRS) SQL Server 2005 Reporting Services (SSRS) Author: Alex Payne and Brian Welcker Published: May 2005 Summary: SQL Server 2005 Reporting Services is a key component of SQL Server 2005. Reporting Services

More information

Audit Management Reference

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

More information

Silect Software s MP Author

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

More information

Business Insight Report Authoring Getting Started Guide

Business Insight Report Authoring Getting Started Guide Business Insight Report Authoring Getting Started Guide Version: 6.6 Written by: Product Documentation, R&D Date: February 2011 ImageNow and CaptureNow are registered trademarks of Perceptive Software,

More information

Sisense. Product Highlights. www.sisense.com

Sisense. Product Highlights. www.sisense.com Sisense Product Highlights Introduction Sisense is a business intelligence solution that simplifies analytics for complex data by offering an end-to-end platform that lets users easily prepare and analyze

More information

SAS BI Dashboard 4.3. User's Guide. SAS Documentation

SAS BI Dashboard 4.3. User's Guide. SAS Documentation SAS BI Dashboard 4.3 User's Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2010. SAS BI Dashboard 4.3: User s Guide. Cary, NC: SAS Institute

More information

BUILDER 3.0 Installation Guide with Microsoft SQL Server 2005 Express Edition January 2008

BUILDER 3.0 Installation Guide with Microsoft SQL Server 2005 Express Edition January 2008 BUILDER 3.0 Installation Guide with Microsoft SQL Server 2005 Express Edition January 2008 BUILDER 3.0 1 Table of Contents Chapter 1: Installation Overview... 3 Introduction... 3 Minimum Requirements...

More information

SQL Server Integration Services Using Visual Studio 2005

SQL Server Integration Services Using Visual Studio 2005 SQL Server Integration Services Using Visual Studio 2005 A Beginners Guide Jayaram Krishnaswamy Chapter No. 13 "Package to Copy a Table from Oracle XE" In this package, you will find: A Biography of the

More information

Microsoft Services Exceed your business with Microsoft SharePoint Server 2010

Microsoft Services Exceed your business with Microsoft SharePoint Server 2010 Microsoft Services Exceed your business with Microsoft SharePoint Server 2010 Business Intelligence Suite Alexandre Mendeiros, SQL Server Premier Field Engineer January 2012 Agenda Microsoft Business Intelligence

More information

Whitepaper. Compensation Planning On-Premises or SaaS.. Making the decision. : Feb 2015 : HCM Team. Presented on Author

Whitepaper. Compensation Planning On-Premises or SaaS.. Making the decision. : Feb 2015 : HCM Team. Presented on Author Whitepaper Compensation Planning On-Premises or SaaS.. Presented on Author : Feb 2015 : HCM Team Hexaware Technologies. All rights reserved. Table of Contents 1. Introduction 2. On-Premises vs. SaaS: Making

More information

Whitepaper. Data Warehouse/BI Testing Offering. Published on: January 2010 Author: Sena Periasamy

Whitepaper. Data Warehouse/BI Testing Offering. Published on: January 2010 Author: Sena Periasamy Published on: January 2010 Author: Sena Periasamy Hexaware Technologies. All rights reserved. Table of Contents 1. 2. Data Warehouse - Typical pain points 3. Hexaware Solution 4. DWH Testing Why is it

More information

BusinessObjects Enterprise InfoView User's Guide

BusinessObjects Enterprise InfoView User's Guide BusinessObjects Enterprise InfoView User's Guide BusinessObjects Enterprise XI 3.1 Copyright 2009 SAP BusinessObjects. All rights reserved. SAP BusinessObjects and its logos, BusinessObjects, Crystal Reports,

More information

Taleo Enterprise. Taleo Reporting Getting Started with Business Objects XI3.1 - User Guide

Taleo Enterprise. Taleo Reporting Getting Started with Business Objects XI3.1 - User Guide Taleo Enterprise Taleo Reporting XI3.1 - User Guide Feature Pack 12A January 27, 2012 Confidential Information and Notices Confidential Information The recipient of this document (hereafter referred to

More information

SAP BusinessObjects Business Intelligence Platform Document Version: 4.1 Support Package 5-2014-11-06. Business Intelligence Launch Pad User Guide

SAP BusinessObjects Business Intelligence Platform Document Version: 4.1 Support Package 5-2014-11-06. Business Intelligence Launch Pad User Guide SAP BusinessObjects Business Intelligence Platform Document Version: 4.1 Support Package 5-2014-11-06 Business Intelligence Launch Pad User Guide Table of Contents 1 Document history....7 2 Getting started

More information

This course will also teach how to create various kinds of dashboards using Reporting Services.

This course will also teach how to create various kinds of dashboards using Reporting Services. Implementing and Maintaining Microsoft SQL Server 2008 Reporting Services Length : 3 Days (24 Hours) Language(s) : English Audience(s) : IT Professionals Level : 200 Technology : Microsoft SQL Server 2008

More information

Crystal Reports. For Visual Studio.NET. Reporting Off ADO.NET Datasets

Crystal Reports. For Visual Studio.NET. Reporting Off ADO.NET Datasets Crystal Reports For Visual Studio.NET Reporting Off ADO.NET Datasets 2001 Crystal Decisions, Inc. Crystal Decisions, Crystal Reports, and the Crystal Decisions logo are registered trademarks or trademarks

More information

Using SQL Reporting Services with Amicus

Using SQL Reporting Services with Amicus Using SQL Reporting Services with Amicus Applies to: Amicus Attorney Premium Edition 2011 SP1 Amicus Premium Billing 2011 Contents About SQL Server Reporting Services...2 What you need 2 Setting up SQL

More information

Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide

Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide Table of Contents TABLE OF CONTENTS... 3 1.0 INTRODUCTION... 1 1.1 HOW TO USE THIS GUIDE... 1 1.2 TOPIC SUMMARY...

More information

Security Development Tool for Microsoft Dynamics AX 2012 WHITEPAPER

Security Development Tool for Microsoft Dynamics AX 2012 WHITEPAPER Security Development Tool for Microsoft Dynamics AX 2012 WHITEPAPER Junction Solutions documentation 2012 All material contained in this documentation is proprietary and confidential to Junction Solutions,

More information

CRGroup Whitepaper: Digging through the Data. www.crgroup.com. Reporting Options in Microsoft Dynamics GP

CRGroup Whitepaper: Digging through the Data. www.crgroup.com. Reporting Options in Microsoft Dynamics GP CRGroup Whitepaper: Digging through the Data Reporting Options in Microsoft Dynamics GP The objective of this paper is to provide greater insight on each of the reporting options available to you within

More information

InfoView User s Guide. BusinessObjects Enterprise XI Release 2

InfoView User s Guide. BusinessObjects Enterprise XI Release 2 BusinessObjects Enterprise XI Release 2 InfoView User s Guide BusinessObjects Enterprise XI Release 2 Patents Trademarks Copyright Third-party contributors Business Objects owns the following U.S. patents,

More information

SQL Server 2005: Report Builder

SQL Server 2005: Report Builder SQL Server 2005: Report Builder Table of Contents SQL Server 2005: Report Builder...3 Lab Setup...4 Exercise 1 Report Model Projects...5 Exercise 2 Create a Report using Report Builder...9 SQL Server 2005:

More information

DCA. Document Control & Archiving USER S GUIDE

DCA. Document Control & Archiving USER S GUIDE DCA Document Control & Archiving USER S GUIDE Decision Management International, Inc. 1111 Third Street West Suite 250 Bradenton, FL 34205 Phone 800-530-0803 FAX 941-744-0314 www.dmius.com Copyright 2002,

More information

PrivateWire Gateway Load Balancing and High Availability using Microsoft SQL Server Replication

PrivateWire Gateway Load Balancing and High Availability using Microsoft SQL Server Replication PrivateWire Gateway Load Balancing and High Availability using Microsoft SQL Server Replication Introduction The following document describes how to install PrivateWire in high availability mode using

More information

How To Create A Report In Excel

How To Create A Report In Excel Table of Contents Overview... 1 Smartlists with Export Solutions... 2 Smartlist Builder/Excel Reporter... 3 Analysis Cubes... 4 MS Query... 7 SQL Reporting Services... 10 MS Dynamics GP Report Templates...

More information

Whitepaper. Technology that Delivers with SOA-Based Process-Centric Design. Hexaware Technologies. All rights reserved. www.hexaware.

Whitepaper. Technology that Delivers with SOA-Based Process-Centric Design. Hexaware Technologies. All rights reserved. www.hexaware. Published on: August 2010 Author: Sridharan S Hexaware Technologies. All rights reserved. Table of Contents 1. Introduction 2. SOA-Based Process-Centric Design 3. Guiding Design Principles 4. SOA in Action

More information

Novell ZENworks Asset Management 7.5

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

More information

Top 10 Oracle SQL Developer Tips and Tricks

Top 10 Oracle SQL Developer Tips and Tricks Top 10 Oracle SQL Developer Tips and Tricks December 17, 2013 Marc Sewtz Senior Software Development Manager Oracle Application Express Oracle America Inc., New York, NY The following is intended to outline

More information

QAD Enterprise Applications. Training Guide Demand Management 6.1 Technical Training

QAD Enterprise Applications. Training Guide Demand Management 6.1 Technical Training QAD Enterprise Applications Training Guide Demand Management 6.1 Technical Training 70-3248-6.1 QAD Enterprise Applications February 2012 This document contains proprietary information that is protected

More information

P R O V I S I O N I N G O R A C L E H Y P E R I O N F I N A N C I A L M A N A G E M E N T

P R O V I S I O N I N G O R A C L E H Y P E R I O N F I N A N C I A L M A N A G E M E N T O R A C L E H Y P E R I O N F I N A N C I A L M A N A G E M E N T, F U S I O N E D I T I O N R E L E A S E 1 1. 1. 1.x P R O V I S I O N I N G O R A C L E H Y P E R I O N F I N A N C I A L M A N A G E

More information

BusinessObjects Enterprise XI Release 2 Administrator s Guide

BusinessObjects Enterprise XI Release 2 Administrator s Guide BusinessObjects Enterprise XI Release 2 Administrator s Guide BusinessObjects Enterprise XI Release 2 1 Patents Trademarks Copyright Third-party contributors Business Objects owns the following U.S. patents,

More information

Getting Started with BarTender

Getting Started with BarTender Getting Started with BarTender MANUAL Contents Getting Started with BarTender 3 Installation 4 Choosing What to Install 4 Automation Editions (Automation and Enterprise Automation) 4 Installing BarTender

More information

NetWrix Exchange Change Reporter

NetWrix Exchange Change Reporter NetWrix Exchange Change Reporter Version 7 Administrator s Guide Contents NetWrix Exchange Change Reporter Administrator s Guide 1. INTRODUCTION... 4 1.1 KEY FEATURES... 5 1.2 LICENSING... 6 1.3 HOW IT

More information

WebSphere Business Monitor V7.0 Business space dashboards

WebSphere Business Monitor V7.0 Business space dashboards Copyright IBM Corporation 2010 All rights reserved IBM WEBSPHERE BUSINESS MONITOR 7.0 LAB EXERCISE WebSphere Business Monitor V7.0 What this exercise is about... 2 Lab requirements... 2 What you should

More information

Sophos for Microsoft SharePoint startup guide

Sophos for Microsoft SharePoint startup guide Sophos for Microsoft SharePoint startup guide Product version: 2.0 Document date: March 2011 Contents 1 About this guide...3 2 About Sophos for Microsoft SharePoint...3 3 System requirements...3 4 Planning

More information

ReportPortal Web Reporting for Microsoft SQL Server Analysis Services

ReportPortal Web Reporting for Microsoft SQL Server Analysis Services Zero-footprint OLAP OLAP Web Client Web Client Solution Solution for Microsoft for Microsoft SQL Server Analysis Services ReportPortal Web Reporting for Microsoft SQL Server Analysis Services See what

More information

Administration GUIDE. SharePoint Server idataagent. Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 201

Administration GUIDE. SharePoint Server idataagent. Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 201 Administration GUIDE SharePoint Server idataagent Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 201 Getting Started - SharePoint Server idataagent Overview Deployment Configuration Decision Table

More information

MicroStrategy Course Catalog

MicroStrategy Course Catalog MicroStrategy Course Catalog 1 microstrategy.com/education 3 MicroStrategy course matrix 4 MicroStrategy 9 8 MicroStrategy 10 table of contents MicroStrategy course matrix MICROSTRATEGY 9 MICROSTRATEGY

More information

Version 1.0 January 2011. Xerox Phaser 3635MFP Extensible Interface Platform

Version 1.0 January 2011. Xerox Phaser 3635MFP Extensible Interface Platform Version 1.0 January 2011 Xerox Phaser 3635MFP 2011 Xerox Corporation. XEROX and XEROX and Design are trademarks of Xerox Corporation in the United States and/or other countries. Changes are periodically

More information

WebSphere Business Monitor V6.2 Business space dashboards

WebSphere Business Monitor V6.2 Business space dashboards Copyright IBM Corporation 2009 All rights reserved IBM WEBSPHERE BUSINESS MONITOR 6.2 LAB EXERCISE WebSphere Business Monitor V6.2 What this exercise is about... 2 Lab requirements... 2 What you should

More information

Netwrix Auditor for SQL Server

Netwrix Auditor for SQL Server Netwrix Auditor for SQL Server Quick-Start Guide Version: 7.1 10/26/2015 Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment from

More information

WatchDox for Windows. User Guide. Version 3.9.5

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

More information

System Administration Training Guide. S100 Installation and Site Management

System Administration Training Guide. S100 Installation and Site Management System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5

More information

NetWrix File Server Change Reporter. Quick Start Guide

NetWrix File Server Change Reporter. Quick Start Guide NetWrix File Server Change Reporter Quick Start Guide Introduction... 3 Product Features... 3 Licensing... 3 How It Works... 4 Getting Started... 5 System Requirements... 5 Setup... 5 Additional Considerations...

More information

Getting Started with the Ed-Fi ODS and Ed-Fi ODS API

Getting Started with the Ed-Fi ODS and Ed-Fi ODS API Getting Started with the Ed-Fi ODS and Ed-Fi ODS API Ed-Fi ODS and Ed-Fi ODS API Version 2.0 - Technical Preview October 2014 2014 Ed-Fi Alliance, LLC. All rights reserved. Ed-Fi is a registered trademark

More information

Authoring for System Center 2012 Operations Manager

Authoring for System Center 2012 Operations Manager Authoring for System Center 2012 Operations Manager Microsoft Corporation Published: November 1, 2013 Authors Byron Ricks Applies To System Center 2012 Operations Manager System Center 2012 Service Pack

More information

Whitepaper. Power of Predictive Analytics. Published on: March 2010 Author: Sumant Sahoo

Whitepaper. Power of Predictive Analytics. Published on: March 2010 Author: Sumant Sahoo Published on: March 2010 Author: Sumant Sahoo 2009 Hexaware Technologies. All rights reserved. Table of Contents 1. Introduction 2. Problem Statement / Concerns 3. Solutions / Approaches to address the

More information

BID2WIN Workshop. Advanced Report Writing

BID2WIN Workshop. Advanced Report Writing BID2WIN Workshop Advanced Report Writing Please Note: Please feel free to take this workbook home with you! Electronic copies of all lab documentation are available for download at http://www.bid2win.com/userconf/2011/labs/

More information

Jet Data Manager 2012 User Guide

Jet Data Manager 2012 User Guide Jet Data Manager 2012 User Guide Welcome This documentation provides descriptions of the concepts and features of the Jet Data Manager and how to use with them. With the Jet Data Manager you can transform

More information

Quick start. A project with SpagoBI 3.x

Quick start. A project with SpagoBI 3.x Quick start. A project with SpagoBI 3.x Summary: 1 SPAGOBI...2 2 SOFTWARE DOWNLOAD...4 3 SOFTWARE INSTALLATION AND CONFIGURATION...5 3.1 Installing SpagoBI Server...5 3.2Installing SpagoBI Studio and Meta...6

More information

NetWrix Server Configuration Monitor

NetWrix Server Configuration Monitor NetWrix Server Configuration Monitor Version 2.2 Quick Start Guide Contents NetWrix Server Configuration Monitor Quick Start Guide 1. INTRODUCTION... 3 1.1 KEY FEATURES... 3 1.2 LICENSING... 4 1.3 HOW

More information

Whitepaper. Retail Banking Test Suite IP YOUR SUCCESS IS OUR FOCUS. Published on: March 2008 Author: Kapaleeswaran V

Whitepaper. Retail Banking Test Suite IP YOUR SUCCESS IS OUR FOCUS. Published on: March 2008 Author: Kapaleeswaran V YOUR SUCCESS IS OUR FOCUS Whitepaper Published on: March 2008 Author: Kapaleeswaran V 2009 Hexaware Technologies. All rights reserved. Table of Contents 1. Introduction 2. Problem Statement 3. Scope Definition

More information

OneStop Reporting 3.7 Installation Guide. Updated: 2013-01-31

OneStop Reporting 3.7 Installation Guide. Updated: 2013-01-31 OneStop Reporting 3.7 Installation Guide Updated: 2013-01-31 Copyright OneStop Reporting AS www.onestopreporting.com Table of Contents System Requirements... 1 Obtaining the Software... 2 Obtaining Your

More information

Whitepaper. IT Strategies for HR Transformation YOUR SUCCESS IS OUR FOCUS. Published on: Feb 2006 Author: Madhavi M

Whitepaper. IT Strategies for HR Transformation YOUR SUCCESS IS OUR FOCUS. Published on: Feb 2006 Author: Madhavi M YOUR SUCCESS IS OUR FOCUS Whitepaper IT Strategies for HR Transformation Published on: Feb 2006 Author: Madhavi M 2009 Hexaware Technologies. All rights reserved. Table of Contents 1. Executive Summary

More information

v6.1 Websense Enterprise Reporting Administrator s Guide

v6.1 Websense Enterprise Reporting Administrator s Guide v6.1 Websense Enterprise Reporting Administrator s Guide Websense Enterprise Reporting Administrator s Guide 1996 2005, Websense, Inc. All rights reserved. 10240 Sorrento Valley Rd., San Diego, CA 92121,

More information

Citrix EdgeSight User s Guide. Citrix EdgeSight for Endpoints 5.4 Citrix EdgeSight for XenApp 5.4

Citrix EdgeSight User s Guide. Citrix EdgeSight for Endpoints 5.4 Citrix EdgeSight for XenApp 5.4 Citrix EdgeSight User s Guide Citrix EdgeSight for Endpoints 5.4 Citrix EdgeSight for XenApp 5.4 Copyright and Trademark Notice Use of the product documented in this guide is subject to your prior acceptance

More information

SAS BI Dashboard 4.4. User's Guide Second Edition. SAS Documentation

SAS BI Dashboard 4.4. User's Guide Second Edition. SAS Documentation SAS BI Dashboard 4.4 User's Guide Second Edition SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2013. SAS BI Dashboard 4.4: User's Guide, Second

More information

Programmabilty. Programmability in Microsoft Dynamics AX 2009. Microsoft Dynamics AX 2009. White Paper

Programmabilty. Programmability in Microsoft Dynamics AX 2009. Microsoft Dynamics AX 2009. White Paper Programmabilty Microsoft Dynamics AX 2009 Programmability in Microsoft Dynamics AX 2009 White Paper December 2008 Contents Introduction... 4 Scenarios... 4 The Presentation Layer... 4 Business Intelligence

More information

Working with SQL Server Integration Services

Working with SQL Server Integration Services SQL Server Integration Services (SSIS) is a set of tools that let you transfer data to and from SQL Server 2005. In this lab, you ll work with the SQL Server Business Intelligence Development Studio to

More information

Microsoft Dynamics AX. Reporting and Business Intelligence in Microsoft Dynamics AX

Microsoft Dynamics AX. Reporting and Business Intelligence in Microsoft Dynamics AX INSIGHT Microsoft Dynamics AX Reporting and Business Intelligence in Microsoft Dynamics AX White Paper A roadmap for managing business performance with Microsoft Dynamics AX Date: September 2006 http://www.microsoft.com/dynamics/ax/

More information

Implementing and Maintaining Microsoft SQL Server 2005 Reporting Services COURSE OVERVIEW AUDIENCE OUTLINE OBJECTIVES PREREQUISITES

Implementing and Maintaining Microsoft SQL Server 2005 Reporting Services COURSE OVERVIEW AUDIENCE OUTLINE OBJECTIVES PREREQUISITES COURSE OVERVIEW This three-day instructor-led course teaches students how to implement a ing Services solution in their organizations. The course discusses how to use the ing Services development tools

More information

DataPA OpenAnalytics End User Training

DataPA OpenAnalytics End User Training DataPA OpenAnalytics End User Training DataPA End User Training Lesson 1 Course Overview DataPA Chapter 1 Course Overview Introduction This course covers the skills required to use DataPA OpenAnalytics

More information

Preparing to Install SQL Server 2005

Preparing to Install SQL Server 2005 Preparing to Install SQL Server 2005 Depending on your requirements, Microsoft SQL Server 2005 Setup installs a new instance of SQL Server. The following topics address important considerations for the

More information

Administration Quick Start

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

More information

Embarcadero DB Change Manager 6.0 and DB Change Manager XE2

Embarcadero DB Change Manager 6.0 and DB Change Manager XE2 Product Documentation Embarcadero DB Change Manager 6.0 and DB Change Manager XE2 User Guide Versions 6.0, XE2 Last Revised April 15, 2011 2011 Embarcadero Technologies, Inc. Embarcadero, the Embarcadero

More information

Advanced Service Design

Advanced Service Design vcloud Automation Center 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions

More information

Oracle Business Intelligence Answers, Delivers, and Interactive Dashboards User Guide. Version 10.1.3.2 December 2006

Oracle Business Intelligence Answers, Delivers, and Interactive Dashboards User Guide. Version 10.1.3.2 December 2006 Oracle Business Intelligence Answers, Delivers, and Interactive Dashboards User Guide Version 10.1.3.2 December 2006 Part Number: B31767-01 Copyright 2006, Oracle. All rights reserved. The Programs (which

More information

NetWrix SQL Server Change Reporter

NetWrix SQL Server Change Reporter NetWrix SQL Server Change Reporter Version 2.2 Administrator Guide Contents NetWrix SQL Server Change Reporter Administrator Guide 1. INTRODUCTION... 3 1.1 KEY FEATURES... 3 1.2 LICENSING... 4 1.3 HOW

More information

NETWRIX FILE SERVER CHANGE REPORTER

NETWRIX FILE SERVER CHANGE REPORTER NETWRIX FILE SERVER CHANGE REPORTER ADMINISTRATOR S GUIDE Product Version: 3.3 April/2012. Legal Notice The information in this publication is furnished for information use only, and does not constitute

More information

Collaboration Technology Support Center Microsoft Collaboration Brief

Collaboration Technology Support Center Microsoft Collaboration Brief Collaboration Technology Support Center Microsoft Collaboration Brief September 2005 HOW TO INTEGRATE MICROSOFT EXCHANGE SERVER INTO SAP ENTERPRISE PORTAL Authors Robert Draken, Solution Architect, Comma

More information

How To Test Your Web Site On Wapt On A Pc Or Mac Or Mac (Or Mac) On A Mac Or Ipad Or Ipa (Or Ipa) On Pc Or Ipam (Or Pc Or Pc) On An Ip

How To Test Your Web Site On Wapt On A Pc Or Mac Or Mac (Or Mac) On A Mac Or Ipad Or Ipa (Or Ipa) On Pc Or Ipam (Or Pc Or Pc) On An Ip Load testing with WAPT: Quick Start Guide This document describes step by step how to create a simple typical test for a web application, execute it and interpret the results. A brief insight is provided

More information

Infor Enterprise Server Plug-in for Microsoft SQL Server Reporting Services Development Guide

Infor Enterprise Server Plug-in for Microsoft SQL Server Reporting Services Development Guide Infor Enterprise Server Plug-in for Microsoft SQL Server Reporting Services Development Guide Copyright 2015 Infor Important Notices The material contained in this publication (including any supplementary

More information

Creating a Patch Management Dashboard with IT Analytics Hands-On Lab

Creating a Patch Management Dashboard with IT Analytics Hands-On Lab Creating a Patch Management Dashboard with IT Analytics Hands-On Lab Description This lab provides a hands-on overview of the IT Analytics Solution. Students will learn how to browse cubes and configure

More information

Deploying Microsoft Operations Manager with the BIG-IP system and icontrol

Deploying Microsoft Operations Manager with the BIG-IP system and icontrol Deployment Guide Deploying Microsoft Operations Manager with the BIG-IP system and icontrol Deploying Microsoft Operations Manager with the BIG-IP system and icontrol Welcome to the BIG-IP LTM system -

More information

MatchPoint Technical Features Tutorial 21.11.2013 Colygon AG Version 1.0

MatchPoint Technical Features Tutorial 21.11.2013 Colygon AG Version 1.0 MatchPoint Technical Features Tutorial 21.11.2013 Colygon AG Version 1.0 Disclaimer The complete content of this document is subject to the general terms and conditions of Colygon as of April 2011. The

More information

FileMaker Pro and Microsoft Office Integration

FileMaker Pro and Microsoft Office Integration FileMaker Pro and Microsoft Office Integration page Table of Contents Executive Summary...3 Introduction...3 Top Reasons to Read This Guide...3 Before You Get Started...4 Downloading the FileMaker Trial

More information

Insights for SharePoint 2013 INTRODUCTION TO THE BI TOOLS

Insights for SharePoint 2013 INTRODUCTION TO THE BI TOOLS Insights for SharePoint 2013 INTRODUCTION TO THE BI TOOLS Webinar Topics Intro to BI Tools What is SharePoint? What is Business Intelligence? Evolution of Business Intelligence Common Challenges of BI

More information

Microsoft Dynamics CRM Adapter for Microsoft Dynamics GP

Microsoft Dynamics CRM Adapter for Microsoft Dynamics GP Microsoft Dynamics Microsoft Dynamics CRM Adapter for Microsoft Dynamics GP May 2010 Find updates to this documentation at the following location. http://go.microsoft.com/fwlink/?linkid=162558&clcid=0x409

More information

NETWRIX USER ACTIVITY VIDEO REPORTER

NETWRIX USER ACTIVITY VIDEO REPORTER NETWRIX USER ACTIVITY VIDEO REPORTER ADMINISTRATOR S GUIDE Product Version: 1.0 January 2013. Legal Notice The information in this publication is furnished for information use only, and does not constitute

More information

DiskBoss. File & Disk Manager. Version 2.0. Dec 2011. Flexense Ltd. www.flexense.com info@flexense.com. File Integrity Monitor

DiskBoss. File & Disk Manager. Version 2.0. Dec 2011. Flexense Ltd. www.flexense.com info@flexense.com. File Integrity Monitor DiskBoss File & Disk Manager File Integrity Monitor Version 2.0 Dec 2011 www.flexense.com info@flexense.com 1 Product Overview DiskBoss is an automated, rule-based file and disk manager allowing one to

More information

Whitepaper. Data Warehouse & Business Intelligence YOUR SUCCESS IS OUR FOCUS. Published on: January 2007 Author: BI&A PRACTICE

Whitepaper. Data Warehouse & Business Intelligence YOUR SUCCESS IS OUR FOCUS. Published on: January 2007 Author: BI&A PRACTICE YOUR SUCCESS IS OUR FOCUS Whitepaper Published on: January 2007 Author: BI&A PRACTICE 2010 Hexaware Technologies. All rights reserved. Table of Contents 1. Introduction 2. Subject Clarity 3. Technology

More information

Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide

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

More information

Managing Software Updates with System Center 2012 R2 Configuration Manager

Managing Software Updates with System Center 2012 R2 Configuration Manager Managing Software Updates with System Center 2012 R2 Configuration Manager Managing Microsoft Updates with Configuration Manager 2012 R2 This document is for informational purposes only. MICROSOFT MAKES

More information

How To Create A Powerpoint Intelligence Report In A Pivot Table In A Powerpoints.Com

How To Create A Powerpoint Intelligence Report In A Pivot Table In A Powerpoints.Com Sage 500 ERP Intelligence Reporting Getting Started Guide 27.11.2012 Table of Contents 1.0 Getting started 3 2.0 Managing your reports 10 3.0 Defining report properties 18 4.0 Creating a simple PivotTable

More information

Producing Listings and Reports Using SAS and Crystal Reports Krishna (Balakrishna) Dandamudi, PharmaNet - SPS, Kennett Square, PA

Producing Listings and Reports Using SAS and Crystal Reports Krishna (Balakrishna) Dandamudi, PharmaNet - SPS, Kennett Square, PA Producing Listings and Reports Using SAS and Crystal Reports Krishna (Balakrishna) Dandamudi, PharmaNet - SPS, Kennett Square, PA ABSTRACT The SAS Institute has a long history of commitment to openness

More information

Beginning Oracle. Application Express 4. Doug Gault. Timothy St. Hilaire. Karen Cannell. Martin D'Souza. Patrick Cimolini

Beginning Oracle. Application Express 4. Doug Gault. Timothy St. Hilaire. Karen Cannell. Martin D'Souza. Patrick Cimolini Beginning Oracle Application Express 4 Doug Gault Karen Cannell Patrick Cimolini Martin D'Souza Timothy St. Hilaire Contents at a Glance About the Authors Acknowledgments iv xv xvil 0 Chapter 1: An Introduction

More information

DiskPulse DISK CHANGE MONITOR

DiskPulse DISK CHANGE MONITOR DiskPulse DISK CHANGE MONITOR User Manual Version 7.9 Oct 2015 www.diskpulse.com info@flexense.com 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product

More information

Software Development Kit

Software Development Kit Open EMS Suite by Nokia Software Development Kit Functional Overview Version 1.3 Nokia Siemens Networks 1 (21) Software Development Kit The information in this document is subject to change without notice

More information

COGNOS 8 Business Intelligence

COGNOS 8 Business Intelligence COGNOS 8 Business Intelligence QUERY STUDIO USER GUIDE Query Studio is the reporting tool for creating simple queries and reports in Cognos 8, the Web-based reporting solution. In Query Studio, you can

More information