The SAP Roambi Cloud SSRS Delivery Extension simplifies the process of updating a Roambi report with data coming from a SSRS reports.

Size: px
Start display at page:

Download "The SAP Roambi Cloud SSRS Delivery Extension simplifies the process of updating a Roambi report with data coming from a SSRS reports."

Transcription

1 1

2 Table of Contents I. Overview Introduction II. Setup Requirements Roambi Requirements Created a Roambi View to be used as a template SAP Roambi Cloud API Token Install and configure RoambiScript SSRS Requirements Roambi Configuration Creating a New API Token Setting up RoambiScript III. How to Use Preparation Create Subscription Create Data-Driven Subscription Appendix A: Troubleshooting and Common Issues Appendix B: Resources 2

3 I. Overview Introduction The SAP Roambi Cloud SSRS Delivery Extension simplifies the process of updating a Roambi report with data coming from a SSRS reports. With the new Roambi Cloud Delivery Extension, a SSRS user can integrate their SSRS reports with Roambi Cloud with the use of subscriptions. Once the user has created the Roambi template file based on an Excel file created from a SSRS report, the user can create a subscription to the SSRS report to schedule the generation of the target Roambi file. Subscriptions can also be data-driven subscriptions. Data-driven subscriptions provide a way to customize the distribution of a report based on dynamic data to several recipients. Data-driven subscriptions require that the users specify a data source (a table) where each row contains the information about the report parameters and the delivery extension parameters that define one subscription recipient. 3

4 II. Setup Requirements Roambi Requirements 1. Create a Roambi View to be used as a template 2. Administrator access to SAP Roambi Cloud 3. Roambi Cloud API Token 4. Install and configure RoambiScript 5. Roambi Users invited into Account SSRS Requirements 1. SSRS 2014, SSRS 2012 or SSRS 2008 R2 2. Permissions to add SSRS extension (need folder access to the SSRS server installation path) 3. Administrator access to SSRS 4. Recipient information has correct address Roambi Configuration The Roambi SSRS Delivery Extension uses an existing Roambi report as template and the Roambi API to create personalized Roambi reports to your recipients. If you have not created a Roambi Report, please review our getting started material and select a Roambi View to create your first report. When creating a Roambi report as a template, the general workflow is: 1. Determine the data to be shared with your recipients. Decide if all recipients will get the same data or it will be filtered by specific category, product, or country. 2. Create or select a SSRS report that contains the data. As a best practice, remove any header, footer, and additional formatting from the report. 3. Export the report as Excel file 4. Upload to Roambi Cloud and create your Roambi report 5. Review and refine the Roambi View As with all design processes, creating a Roambi report will take few iterations and practice. General recommendation is to work through the steps outlined here, and get early feedback from recipients before investing on perfecting the smaller details. Creating a new API Token 4

5 SAP Roambi SSRS Delivery Extension leverages the Roambi Cloud API to facilitate the creation of Roambi Cloud reports. No programming or API knowledge is required to use the components, but you do need to create an API token. 1. Go to View Account > API Tokens 2. Give it a name and click + 3. Copy the token and store it somewhere secure Note: This is the only time you will see the token. Get the Account UID 1. Go to Invite Users > Info 2. Copy the Account UID 5

6 SSRS Configuration To enable the Roambi Publisher Extension, it requires placing two files on the SSRS server RoambiScript - API utility that SSRS delivery extension will use to communicate to SAP Roambi Cloud. Roambi SSRS Delivery Extension - A dll file to be deployed on the SSRS Server Setting up RoambiScript 1. Download RoambiScript from SAP Service Marketplace. Create a folder on the SSRS Server that can be easily referenced. In this documentation, RoambiScript is installed in C:\roambiscript folder. For more information on RoambiScript, see RoambiScript Publishing SDK. 2. Run roambiscript configure in the terminal to generate a properties file. java -jar roambi-api-cli.jar configure 3. After executing the above command, it will create a roambi-api.cli.properties file. 6

7 Note you will be required to enter the API client details you previously created in Creating API Key. This will ensure that this API utility is provisioned to talk to your SAP Roambi Cloud organization. Additionally, please note the RoambiScript installation path (in this example it is C:\roambiscript). The publisher extension will need to reference this directory path. Setting up Roambi Delivery Extension 1. Download the Roambi SSRS Delivery Extension 2. Move the Roambi.SSRSDeliveryExtension.dll to: C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportServer\bin 3. Deploy to Report Server: a. Add the following lines to rsreportserver.config located in C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportServer Inside <Extensions><Delivery>... </Delivery></Extension> <Extension Name="Roambi Business" Type="Roambi.SSRSDeliveryExtension.RoambiDeliveryProvi der,roambi.ssrsdeliveryextension"> <MaxRetries>3</MaxRetries> <SecondsBeforeRetry>900</SecondsBeforeRetry> <Configuration> 7

8 <RoambiScriptFolder>c:\roambiscript</RoambiScriptFolder> </Configuration> </Extension> Inside <Extensions><DeliveryUI>... </DeliveryUI></Extension> <Extension Name="Roambi Business" Type="Roambi.SSRSDeliveryExtension.RoambiDeliveryUIPro vider,roambi.ssrsdeliveryextension"/> b. Add the following lines to rssrvpolicy.config located in C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportServer The lines need to be added inside the <CodeGroup> </ClodeGroup> with description: "This code group grants MyComputer code Execution permission. <CodeGroup class="firstmatchcodegroup" version="1" PermissionSetName="FullTrust" Description="This code group grants MyComputer code Execution permission. "> <IMembershipCondition class="zonemembershipcondition" version="1" Zone="MyComputer" </CodeGroup> 4. Deploy to Report Manager: a. Copy Roambi.SSRSDeliveryExtension.dll to C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportManager\bin b. Add the following lines to rsmgrpolicy.config located in C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportManager The lines need to be added inside the <CodeGroup> </ClodeGroup> with description: "This code group grants MyComputer code Execution permission. <CodeGroup 8

9 class="firstmatchcodegroup " version="1" PermissionSetName="Execution" Description="This code group grants MyComputer code Execution permission."> <IMembershipCondition class="zonemembershipcondition" version="1" Zone="MyComputer"/> </CodeGroup> 5. Restart Report Server 9

10 III. How to Use We will use an example to illustrate all the steps you need to perform to create a personalized Roambi report for your recipients powered by SSRS. Preparation 1. Create the SSRS report. The following is a report that shows some sales data for the given country that is defined as a parameter. It is recommended that the report just contain the table or matrix with the data you want to import in Roambi. Avoid decorations like titles, header, footers. The report will be exported to Excel and if you include decorations, Roambi may not be able to import the report correctly. 10

11 2. Export the report to Excel and use that Excel file to create the Roambi template. In this example the Roambi template is a Card View saved to /Templates/SSRS Sales Report in Roambi File System. Once the SSRS report and the corresponding Roambi template are created, the SSRS user can create a subscription to the SSRS report to generate one or many Roambi files by using the new SAP Roambi Cloud Delivery Extension. 11

12 Create Subscription Open the SSRS report, navigate to the report properties page and click on the Subscription tab to the right. Then click on the New Subscription button. Fill the new Subscription form: 12

13 Delivery by: Roambi Business This is the delivery extension to use. Select Roambi Business. Roambi Business Delivery Extension Parameters: Roambi Template: i.e. /Templates/SSRS Sales Report This is the full path to the Roambi template file in RFS. Roambi Title: i.e. Sales Report US Name of the Roambi file that will be generated. Roambi Folder Destination: i.e. /Roambi Files This parameter is optional. It is the folder in RFS where the Roambi file will be generated. If it is not specified, the Roambi file will be created in the My Documents folder of the Roambi users given in the Roambi Users parameter. Roambi Users: This a semicolon separated list of roambi users to grant permissions to open the generated Roambi file. This parameter is optional if you use Roambi Groups parameter. Roambi Groups: i.e. Sales Group This parameter is optional. This a semicolon separated list of roambi groups to grant permissions to open the generated Roambi file. SSRS Report Parameters: Country: i.e. United States Select a value from the list. Schedule the subscription. Every time the subscription runs, the SAP Roambi Cloud Delivery Extension will export the SSRS report to Excel, and generate the Roambi file based on the given Roambi template, granting permissions to the given Roambi users and groups. Create Data-Driven Subscription 13

14 With data-driven subscriptions and the new SAP Roambi Cloud Delivery Extension, SSRS users can generate multiple Roambi files for different Roambi users and groups from a single SSRS report. Data-driven subscriptions require that the users specify a data source (a table) where each row contains the information about the report parameters and the delivery extension parameters that define one subscription recipient. The table for this sample was created in a MS SQL Server Database that is accessible by SSRS. The structure of the table and its name does not need to follow any specific format. This is the table created for this sample. Table Name: SalesReportPublishInfo In this sample, the data-driven subscription will generate three Roambi files. One for each row in the table. The first one will run the SSRS report with the Country parameter set to United States, and generate the Roambi file SSRS Sales Report United States in the RFS folder /Roambi Files using the Roambi template /Templates/SSRS Sales Report. It will grant permissions to the Roambi user mauricio@abc.com. The second report SSRS Sales Report Brazil, will be generated using the same SSRS report but using the Country parameter set to Brazil and the permissions will be granted to both Roambi users mauricio@abc.com and daniel@abc.com. The third report SSRS Sales Report Mexico will be generated using the Country parameter set to Mexico and permissions will be granted to the Roambi group Sales Group. Open the SSRS report, navigate to the report properties page and click on the Subscription tab to the right. Then click on the New Data-driven Subscription button. Step 1 14

15 Description: Sales Report by Country Provide a description for the subscription. Specify how recipients are notified: Roambi Business This is the delivery extension to use. Select Roambi Business. Specify a data source that contains recipient information. Select Specify for this subscription only option. Step 2 15

16 Data source type: Microsoft SQL Server The database server type where the table is created. Connection string: i.e. data source=msdb2008; initial catalog=test The connection string to the database. Connect using User name and password to connect to the database. Step 3 16

17 Provide the SQL query to the table. In this sample the query is: select * from SalesReportPublishInfo Click on Validate button to validate the connection and query. Step 4 In this step, set the values for the Roambi Cloud Delivery Extension parameters. The values may come from a column in the table or it could be a static value. In this sample, the values come from the columns in the table. 17

18 Step 5 In this step, set the values for the SSRS report parameters. The values may come from a column in the table or it could be a static value. In this sample, the value for Country parameter come from the column Country of the table. 18

19 Step 6 Schedule the subscription. Specify when the subscription is processed. When the subscription is processed, the Roambi Cloud Delivery Extension will generate one Roambi file per row in the table as explained before. 19

20 20

21 Appendix A: Troubleshooting and Common Issues Where do I find RoambiScript, SSRS Delivery Extension, and API Key? RoambScript: Find it in SAP Service Marketplace. Roambi SSRS Delivery Extension: Link Roambi API Key: Please refer to How do I create a Roambi API client? I am getting empty data set in my Roambi file Please check the following items 1. Report does not contain header, footer, or other decorative formats 2. You provisioned the right users, and you are using a provisioned user to test the RBI contents 3. Check that your source report matches the dimensions used in the Roambi Report. 4. The profile values and filters for the user actually matches the data in the source report. Make sure you do not have additional query filter that restrict the data than intended 5. Check that your RBI template can be accessed Where can I find log files? SSRS default log to check if the DLL has been correctly installed: C:\Program Files\Microsoft SQL Server\MSRS12.MSSQLSERVER\Reporting Services\LogFiles Look for ERROR or Roambi on this file. You ll usually find file not found, or permission errors here. Fix it according to above setup doc. Roambi Cloud Delivery Extension log file: C:\Users\sqlservice\AppData\Local\Temp\roambi-delivery-provider.log RoambiScript also has its own log file: C:\roambiscript\log\roambi.log Check those log files in case of errors when executing subscriptions using the Roambi Cloud Delivery Extension. Finally you can check the Excel files been output from SSRS at: 21

22 C:\Users\ReportServer\AppData\Local\Temp Filenames will look like roambi-{guid}.xlsx I still have issues with the extension Please contact support. Please be sure to provide the following information: - SSRS version - Brief summary of what you are trying to accomplish - Time of publication event - RoambiScript Log (This can be found in the folder where you installed RoambiScript) - SSRS log files - Parameters used - Subscription used - Screenshot of report 22

23 Appendix B: Resources Delivery Extensions Overview Tutorial: Creating a Data-Driven Subscription 23

24 Appendix C: Version History Version 1.0: January, General Release of Roambi SSRS Delivery Extension Version 2.0: October, Add support for multiple Roambi Users and Roambi Groups permissions. Version 2.1: May, Update support link and SAP Service Marketplace link. 24

25 25

SAP Roambi SAP Roambi Cloud SAP BusinessObjects Enterprise Plugin Guide

SAP Roambi SAP Roambi Cloud SAP BusinessObjects Enterprise Plugin Guide SAP Roambi 2017-10-31 SAP Roambi Cloud SAP BusinessObjects Enterprise Plugin Guide 1 Table of Contents I. Overview Introduction How it Works II. Setup Requirements Roambi Requirements Created a Roambi

More information

ROAMBI SCRIPT SYNTAX...

ROAMBI SCRIPT SYNTAX... INTRODUCTION... 2 API CLIENT... 2 PROPERTIES FILE... 2 ROAMBI SCRIPT SYNTAX... 4 COMMON COMMANDS... 4 UPLOAD... 4 UPDATE... 5 PUBLISH... 5 PUBLISH WITH FILE... 6 ALL COMMANDS... 7 Introduction RoambiScript

More information

If your path or instance name are different you will need to change that in the instructions below.

If your path or instance name are different you will need to change that in the instructions below. Multiple SSRS installs 1) Get your first instance of Dynamics AX with SSRS up and running. 2) Install an additional SSRS instance. In the SQL Server 2008 R2 installer be sure to select Installation then

More information

Report Management System (RMS) 6.0.x

Report Management System (RMS) 6.0.x Installation Instructions Report Management System (RMS) 6.0.x March 2015 Delivering the Moment Publication Information 2015 Imagine Communications Corp. Proprietary and Confidential. Imagine Communications

More information

SQL SERVER Interview Questions & Answers - SET 5 (10 Questions)

SQL SERVER Interview Questions & Answers - SET 5 (10 Questions) SQL SERVER Interview Questions & Answers - SET 5 (10 Questions) http://msbiskills.com/ 1. Can we put table data and Clustered index on different file groups? No it s not possible. If a table has a clustered

More information

VMware AirWatch Database Migration Guide A sample procedure for migrating your AirWatch database

VMware AirWatch Database Migration Guide A sample procedure for migrating your AirWatch database VMware AirWatch Database Migration Guide A sample procedure for migrating your AirWatch database For multiple versions Have documentation feedback? Submit a Documentation Feedback support ticket using

More information

REST API Operations. 8.0 Release. 12/1/2015 Version 8.0.0

REST API Operations. 8.0 Release. 12/1/2015 Version 8.0.0 REST API Operations 8.0 Release 12/1/2015 Version 8.0.0 Table of Contents Business Object Operations... 3 Search Operations... 6 Security Operations... 8 Service Operations... 11 Business Object Operations

More information

Table of Contents Chapter 1: Getting Started System requirements and specifications Setting up an IBM Cognos portal Chapter 2: Roambi Publisher

Table of Contents Chapter 1: Getting Started System requirements and specifications Setting up an IBM Cognos portal Chapter 2: Roambi Publisher Table of Contents Chapter 1: Getting Started 7 Roambi workflow 7 System requirements and specifications 8 Supported versions of IBM Cognos 8 Single sign-on support 8 Setting up an IBM Cognos portal 8 Chapter

More information

SQL Server Reporting Services

SQL Server Reporting Services www.logicalimagination.com 800.657.1494 SQL Server Reporting Services Course #: SS-104 Duration: 3 days Prerequisites This course assumes no prior knowledge of SQL Server Reporting Services. This course

More information

WeChat Adobe Campaign Integration - User Guide

WeChat Adobe Campaign Integration - User Guide WeChat Adobe Campaign Integration - User Guide Table of Contents 1. Verticurl App Account Creation... 1 2. Configuration Setup in Verticurl App... 2 3. Configure QR Code Service... 3 3.1 QR code service

More information

HarePoint Analytics. For SharePoint. User Manual

HarePoint Analytics. For SharePoint. User Manual HarePoint Analytics For SharePoint User Manual HarePoint Analytics for SharePoint 2013 product version: 15.5 HarePoint Analytics for SharePoint 2016 product version: 16.0 04/27/2017 2 Introduction HarePoint.Com

More information

Using SQL Reporting Services with Amicus

Using SQL Reporting Services with Amicus Using SQL Reporting Services with Amicus Applies to: Amicus Attorney (with or without Amicus Billing) With Microsoft SQL Server Reporting Services, use Report Builder to generate and author easy-to-use

More information

Sage Construction Central Setup Guide (Version 18.1)

Sage Construction Central Setup Guide (Version 18.1) Sage 300 Construction and Real Estate Sage Construction Central Setup Guide (Version 18.1) Certified course curriculum Important Notice The course materials provided are the product of Sage. Please do

More information

Document Integration Automation for HCM Cloud One-click Solution for Document Upload to Oracle HCM Cloud

Document Integration Automation for HCM Cloud One-click Solution for Document Upload to Oracle HCM Cloud Document Integration Automation for HCM Cloud One-click Solution for Document Upload to Oracle HCM Cloud Contents What is DoQ Integrator?... 3 Features of DoQ Integrator... 4 Auto-Cloud Upload... 4 Manual

More information

Outlook Desktop Application for Windows

Outlook Desktop Application for Windows Access Your Email There are two common ways to access your mail: via the Outlook Desktop Application and the Outlook Web Application. This document focuses on how to use the Outlook Desktop Application

More information

Course Overview This five-day course will provide participants with the key knowledge required to deploy and configure Microsoft Azure Stack.

Course Overview This five-day course will provide participants with the key knowledge required to deploy and configure Microsoft Azure Stack. [MS20537]: Configuring and Operating a Hybrid Cloud with Microsoft Azure Stack Length : 5 Days Audience(s) : IT Professionals Level : 300 Technology : Azure Delivery Method : Instructor-led (Classroom)

More information

Workspace Administrator Help File

Workspace Administrator Help File Workspace Administrator Help File Table of Contents HotDocs Workspace Help File... 1 Getting Started with Workspace... 3 What is HotDocs Workspace?... 3 Getting Started with Workspace... 3 To access Workspace...

More information

SSRS 2016 for WITS. Web Portal User Guide. Applies to: WITS Version 18.0+

SSRS 2016 for WITS. Web Portal User Guide. Applies to: WITS Version 18.0+ SSRS 2016 for WITS Web Portal User Guide Applies to: WITS Version 18.0+ Microsoft SQL Server Reporting Services (SSRS) 2016 Last Updated June 1, 2017 Microsoft SQL Server 2016 Report Builder 3.0 Version

More information

Web Push Notification

Web Push Notification Web Push Notification webkul.com/blog/web-push-notification-for-magento2/ On - January 13, 2017 This impressive module allows you to send push notification messages directly to the web browser. The biggest

More information

Data Insight Feature Briefing Box Cloud Storage Support

Data Insight Feature Briefing Box Cloud Storage Support Data Insight Feature Briefing Box Cloud Storage Support This document is about the new Box Cloud Storage Support feature in Symantec Data Insight 5.0. If you have any feedback or questions about this document

More information

DataCollect Administrative Tools Supporting DataCollect (CMDT 3900) Version 3.0.0

DataCollect Administrative Tools Supporting DataCollect (CMDT 3900) Version 3.0.0 Administrator Manual DataCollect Administrative Tools Supporting DataCollect (CMDT 3900) Version 3.0.0 P/N 15V-090-00054-100 Revision A SKF is a registered trademark of the SKF Group. All other trademarks

More information

Installation and Upgrade Guide. Front Office v9.0

Installation and Upgrade Guide. Front Office v9.0 c Installation and Upgrade Guide Front Office v9.0 Contents 1.0 Introduction... 4 2.0 Prerequisites... 5 2.1 Database... 5 2.2 Portal and Web Service... 5 2.3 Windows Service... 5 3.0 New Installation...

More information

Optimized Sales & Marketing Setup Guide

Optimized Sales & Marketing Setup Guide Optimized Sales & Marketing Setup Guide This document details the steps required to integrate Optimized Sales & Marketing (OSM) with Marketo. OSM uses this integration to read data from Marketo. There

More information

Netwrix Auditor. Virtual Appliance and Cloud Deployment Guide. Version: /25/2017

Netwrix Auditor. Virtual Appliance and Cloud Deployment Guide. Version: /25/2017 Netwrix Auditor Virtual Appliance and Cloud Deployment Guide Version: 9.5 10/25/2017 Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment

More information

NETWRIX GROUP POLICY CHANGE REPORTER

NETWRIX GROUP POLICY CHANGE REPORTER NETWRIX GROUP POLICY CHANGE REPORTER ADMINISTRATOR S GUIDE Product Version: 7.2 November 2012. Legal Notice The information in this publication is furnished for information use only, and does not constitute

More information

Database Explorer Quickstart

Database Explorer Quickstart Database Explorer Quickstart Last Revision: Outline 1. Preface 2. Requirements 3. Introduction 4. Creating a Database Connection 1. Configuring a JDBC Driver 2. Creating a Connection Profile 3. Opening

More information

DYNAMICS 365 BUSINESS PROCESS VISUALIZATION USING VISIO

DYNAMICS 365 BUSINESS PROCESS VISUALIZATION USING VISIO MICROSOFT LABS JANUARY 10, 2019 DYNAMICS 365 BUSINESS PROCESS VISUALIZATION USING VISIO A Solution to create a Microsoft VISIO template by consuming the configured entity values from the CRM entity record.

More information

HP Database and Middleware Automation

HP Database and Middleware Automation HP Database and Middleware Automation For Windows Software Version: 10.10 SQL Server Database Refresh User Guide Document Release Date: June 2013 Software Release Date: June 2013 Legal Notices Warranty

More information

Installation Guide for 3.1.x

Installation Guide for 3.1.x CARETEND BI Installation Guide for 3.1.x TABLE OF CONTENTS DOCUMENT PURPOSE... 2 OVERVIEW... 2 PLATFORM COMPONENTS... 3 Rock-Pond BI Server... 3 CareTend BI Client Application... 3 ABOUT INSTANCES... 3

More information

NETWRIX PASSWORD EXPIRATION NOTIFIER

NETWRIX PASSWORD EXPIRATION NOTIFIER NETWRIX PASSWORD EXPIRATION NOTIFIER ADMINISTRATOR S GUIDE Product Version: 3.3 January 2013 Legal Notice The information in this publication is furnished for information use only, and does not constitute

More information

SPNEGO SINGLE SIGN-ON USING SECURE LOGIN SERVER X.509 CLIENT CERTIFICATES

SPNEGO SINGLE SIGN-ON USING SECURE LOGIN SERVER X.509 CLIENT CERTIFICATES SPNEGO SINGLE SIGN-ON USING SECURE LOGIN SERVER X.509 CLIENT CERTIFICATES TABLE OF CONTENTS SCENARIO... 2 IMPLEMENTATION STEPS... 2 PREREQUISITES... 3 1. CONFIGURE ADMINISTRATOR FOR THE SECURE LOGIN ADMINISTRATION

More information

Mail & Deploy Reference Manual. Version 2.0.5

Mail & Deploy Reference Manual. Version 2.0.5 Mail & Deploy Reference Manual Version 2.0.5 Introduction TABLE OF CONTENTS Introduction... 4 General Introduction... 5 Architecture... 6 Server... 6 Repository... 6 Client... 6 Contact Us... 7 Server...

More information

Module 2: Managing Your Resources Lesson 5: Configuring System Settings and Properties Learn

Module 2: Managing Your Resources Lesson 5: Configuring System Settings and Properties Learn Module 2: Managing Your Resources Lesson 5: Configuring System Settings and Properties Learn Welcome to Module 2, Lesson 5. In this lesson, you will learn how to use the Administration Console to configure

More information

EMC Documentum Connector for Microsoft SharePoint Farm Solution

EMC Documentum Connector for Microsoft SharePoint Farm Solution EMC Documentum Connector for Microsoft SharePoint Farm Solution Version 7.2 Content Management Guide EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice

More information

HOTDOCS DOCUMENT SERVICES

HOTDOCS DOCUMENT SERVICES HotDocs Document Services ~ February 2012 Page 1 HOTDOCS DOCUMENT SERVICES Getting Started in the Cloud AT A GLANCE Sign up for HotDocs Document Services Receive contract order confirmation email Install

More information

User Guide. Document Version: 1.0. Solution Version:

User Guide. Document Version: 1.0. Solution Version: User Guide Document Version: 1.0 Solution Version: 365.062017.3.1 Table of Contents Product Overview... 3 How to Install and Activate Attachment to SharePoint Solution?... 4 Configuration Settings in Attachment

More information

NETWRIX ACTIVE DIRECTORY CHANGE REPORTER

NETWRIX ACTIVE DIRECTORY CHANGE REPORTER NETWRIX ACTIVE DIRECTORY CHANGE REPORTER ADMINISTRATOR S GUIDE Product Version: 7.2 January 2013. Legal Notice The information in this publication is furnished for information use only, and does not constitute

More information

CRD - Crystal Reports Scheduler. Software Features. This document only outlines the main features of CRD

CRD - Crystal Reports Scheduler. Software Features. This document only outlines the main features of CRD CRD - Crystal Reports Scheduler Software Features This document only outlines the main features of CRD please contact us to arrange a demo to see every feature in action. Call +1 888 781 8966 or email

More information

UPGRADING APP VOLUMES MANAGER SERVERS AND AGENTS: VMWARE APP VOLUMES OPERATIONAL TUTORIAL

UPGRADING APP VOLUMES MANAGER SERVERS AND AGENTS: VMWARE APP VOLUMES OPERATIONAL TUTORIAL UPGRADING APP VOLUMES MANAGER SERVERS AND AGENTS: VMWARE APP VOLUMES OPERATIONAL TUTORIAL Table of Contents Overview... 3 Introduction... 4 Purpose of This Tutorial... 5 Audience... 6 Upgrading App Volumes

More information

BeetleEye Application User Documentation

BeetleEye Application User Documentation BeetleEye Application User Documentation BeetleEye User Documentation 1 Table of Contents Welcome to the BeetleEye Application... 6 Overview... 6 Navigation... 6 Access BeetleEye... 6 Update account information...

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 January 2015 2014-2015 Ed-Fi Alliance, LLC. All rights reserved. Ed-Fi is a registered trademark

More information

User Manual. ARK for SharePoint-2007

User Manual. ARK for SharePoint-2007 User Manual ARK for SharePoint-2007 Table of Contents 1 About ARKSP (Admin Report Kit for SharePoint) 1 1.1 About ARKSP 1 1.2 Who can use ARKSP? 1 1.3 System Requirements 2 1.4 How to activate the software?

More information

Installation and Upgrade Guide. Front Office v8.7

Installation and Upgrade Guide. Front Office v8.7 c Installation and Upgrade Guide Front Office v8.7 Contents 1.0 Introduction... 4 2.0 Prerequisites... 5 2.1 Database... 5 2.2 Website & Web Service... 5 2.3 Windows Service... 5 3.0 New Installation...

More information

Data Automator Installation and Getting Started Guide

Data Automator Installation and Getting Started Guide Data Automator Installation and Getting Started Guide Contents Introduction... 3 Minimum Requirements... 4 Supported Operating Systems... 4 Other requirements... 4 Installation... 5 Configuration Folder

More information

Navigating Viewpoint V6 Exploring the Viewpoint Main Menu

Navigating Viewpoint V6 Exploring the Viewpoint Main Menu Navigating Viewpoint V6 Exploring the Viewpoint Main Menu Table of Contents About this Course 3 Viewpoint Folder Structure 4 File Menu 5 View Menu 6 Options Menu 7 User Options 7 Help Menu 9 Support 9

More information

<Partner Name> <Partner Product> RSA SECURID ACCESS Implementation Guide. PingIdentity PingFederate 8

<Partner Name> <Partner Product> RSA SECURID ACCESS Implementation Guide. PingIdentity PingFederate 8 RSA SECURID ACCESS Implementation Guide PingIdentity John Sammon & Gina Salvalzo, RSA Partner Engineering Last Modified: February 27 th, 2018 Solution Summary Ping Identity

More information

Setting Up Two Year Old Funding for Local Authorities

Setting Up Two Year Old Funding for Local Authorities Setting Up Two Year Old Funding for Local Authorities last updated for the Autumn 2014 (3.55) release Technical Guide Revision History Version Published on Autumn 2014 (3.55) - 1.0 27/11/2014 Doc Ref Setting

More information

Xerox Connect App for Blackboard

Xerox Connect App for Blackboard Xerox Connect App for Blackboard Information Assurance Disclosure Additional information, if needed, on one or more lines Month 00, 0000 2018 Xerox Corporation. All rights reserved. Xerox,

More information

StorageCraft Cloud Backup

StorageCraft Cloud Backup User Guide v1.3 (June 2017) StorageCraft Copyright Declaration StorageCraft ImageManager, StorageCraft ShadowProtect, StorageCraft Cloud, and StorageCraft Cloud Services, together with any associated logos,

More information

SAS Web Report Studio 3.1

SAS Web Report Studio 3.1 SAS Web Report Studio 3.1 User s Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2006. SAS Web Report Studio 3.1: User s Guide. Cary, NC: SAS

More information

New Dashboard - Help Screens

New Dashboard - Help Screens New Dashboard - Help Screens Welcome to the new Panacea Dashboard. This document aims to provide you with concise explanations of the menu system and features available to you as a Panacea user account

More information

Contents Using the Primavera Cloud Service Administrator's Guide... 9 Web Browser Setup Tasks... 10

Contents Using the Primavera Cloud Service Administrator's Guide... 9 Web Browser Setup Tasks... 10 Cloud Service Administrator's Guide 15 R2 March 2016 Contents Using the Primavera Cloud Service Administrator's Guide... 9 Web Browser Setup Tasks... 10 Configuring Settings for Microsoft Internet Explorer...

More information

Excel4apps Wands 5 Architecture Excel4apps Inc.

Excel4apps Wands 5 Architecture Excel4apps Inc. Excel4apps Wands 5 Architecture 2014 Excel4apps Inc. Table of Contents 1 Introduction... 3 2 Overview... 3 3 Client... 3 4 Server... 3 4.1 Java Servlet... 4 4.2 OAF Page... 4 4.3 Menu and Function... 4

More information

Simba Salesforce ODBC Driver Quickstart Guide

Simba Salesforce ODBC Driver Quickstart Guide Revised: October 8, 2013 Contents Purpose... 3 Do you need Salesforce?... 4 Do you need data in Salesforce?... 5 Install the Simba Salesforce ODBC Driver... 6 Connect from Excel... 9 Connect from Tableau...

More information

MERCATOR TASK MASTER TASK MANAGEMENT SCREENS:- LOGIN SCREEN:- APP LAYOUTS:-

MERCATOR TASK MASTER TASK MANAGEMENT SCREENS:- LOGIN SCREEN:- APP LAYOUTS:- MERCATOR TASK MASTER TASK MANAGEMENT SCREENS:- LOGIN SCREEN:- APP LAYOUTS:- This is Navigation bar where you have 5 Menus and App Name. This Section I will discuss in brief in the Navigation Bar Section.

More information

Getting Help: Table of Contents: 1) Objective. 3) Description of Procedures 4) Getting a PTC On-Line Support Account. 2) Escalation Procedure

Getting Help: Table of Contents: 1) Objective. 3) Description of Procedures 4) Getting a PTC On-Line Support Account. 2) Escalation Procedure Getting Help: Table of Contents: 1) Objective 2) Escalation Procedure 3) Description of Procedures 4) Getting a PTC On-Line Support Account 1 Objective: This document will outline the resources available

More information

Doc. Version 1.0 Updated:

Doc. Version 1.0 Updated: OneStop Reporting Report Composer 3.5 User Guide Doc. Version 1.0 Updated: 2012-01-02 Table of Contents Introduction... 2 Who should read this manual... 2 What s included in this manual... 2 Symbols and

More information

Cobra Navigation Release 2011

Cobra Navigation Release 2011 Cobra Navigation Release 2011 Cobra Navigation - Rev.0.2 Date: November 27 2012 jmaas@flowserve.com Page 1 of 34 Contents Contents 1 Revision History... 5 2 Introduction.... 6 3 Cobra Login... 7 3.1 Initial

More information

Deployment guide for Duet Enterprise for Microsoft SharePoint and SAP Server 2.0

Deployment guide for Duet Enterprise for Microsoft SharePoint and SAP Server 2.0 Deployment guide for Duet Enterprise for Microsoft SharePoint and SAP Server 2.0 Microsoft Corporation Published: October 2012 Author: Microsoft Office System and Servers Team (itspdocs@microsoft.com)

More information

VMware Horizon Session Recording Fling:

VMware Horizon Session Recording Fling: VMware Horizon Session Recording Fling: The VMware Horizon Session Recording fling allows administrators to record VMware Blast Extreme sessions to a central server for playback. These recordings can be

More information

EnterpriseTrack Reporting Data Model Configuration Guide Version 17

EnterpriseTrack Reporting Data Model Configuration Guide Version 17 EnterpriseTrack EnterpriseTrack Reporting Data Model Configuration Guide Version 17 October 2018 Contents About This Guide... 5 Configuring EnterpriseTrack for Reporting... 7 Enabling the Reporting Data

More information

IBM WebSphere Adapter for Oracle E-Business Suite Quick Start Tutorials

IBM WebSphere Adapter for Oracle E-Business Suite Quick Start Tutorials IBM WebSphere Adapter for Oracle E-Business Suite 6.2.0.0 Quick Start Tutorials Note: Before using this information and the product it supports, read the information in "Notices" on page 196. This edition

More information

Table of Contents Introduction to the SAP Roambi migration process SystemRequirements Preparing to upgrade SAP Roambi ES

Table of Contents Introduction to the SAP Roambi migration process SystemRequirements Preparing to upgrade SAP Roambi ES Table of Contents Introduction to the SAP Roambi migration process 6 SystemRequirements 6 Mobile Devices Server Requirements Hardware Operating Systems Java Application Servers Databases Other Collaterals

More information

DOCUMENTUM D2. User Guide

DOCUMENTUM D2. User Guide DOCUMENTUM D2 User Guide Contents 1. Groups... 6 2. Introduction to D2... 7 Access D2... 7 Recommended browsers... 7 Login... 7 First-time login... 7 Installing the Content Transfer Extension... 8 Logout...

More information

DEPARTMENT OF EDUCATION. LEA Accounting

DEPARTMENT OF EDUCATION. LEA Accounting DEPARTMENT OF EDUCATION LEA ACCOUNTING Contents Revision History... 2 Revision History Chart... 2 Application Permissions... 3 Creating an AIM Account... 4 Create an Account Email Address Entered... 5

More information

CMS 501: D2 Training for Contributors Updated: October 12, 2017

CMS 501: D2 Training for Contributors Updated: October 12, 2017 CMS501: D2 Training for Contributors Agenda What is Documentum D2? Roles/Groups: Support, Coordinator, Contributor, Consumer D2 Overview: Login/Logout Main Menu Workspaces Widgets User settings Spaces/Folders/

More information

CMS 504: D2 for Space Contributors and Coordinators Updated: January 29, 2018

CMS 504: D2 for Space Contributors and Coordinators Updated: January 29, 2018 CMS 504: D2 for Space Contributors and s Agenda Part One What is Documentum D2? Groups: Support,, Contributor, Consumer D2 Overview: Login/Logout Main Menu User settings Workspaces Widgets Spaces Folders

More information

Electronic Appraisal Delivery (EAD) Portal. FHA EAD General User Guide

Electronic Appraisal Delivery (EAD) Portal. FHA EAD General User Guide Electronic Appraisal Delivery (EAD) Portal FHA EAD General User Guide Last Updated: October 2015 FHA EAD General User Guide Page 2 of 87 Version 1.3.1 TABLE OF CONTENTS INTRODUCTION... 6 WHAT IS THE ELECTRONIC

More information

Quick Start Guide for Project Owners

Quick Start Guide for Project Owners Quick Start Guide for Project Owners This guide refers to version 3.0 of WordXtra and outlines the main functionality that is available to you as a Project Owner. Through use of WordXtra, we aim to give

More information

ALTIUM VAULT IMPLEMENTATION GUIDE

ALTIUM VAULT IMPLEMENTATION GUIDE TABLE OF CONTENTS FIRST-TIME SETUP FOR ALTIUM VAULT SOFTWARE INSTALLATION RUNNING THE SETUP WIZARD LICENSE AGREEMENT SELECT DESTINATION LOCATION SELECT ALTIUM VAULT DATA DIRECTORY ALTIUM VAULT CONFIGURATION

More information

Installation Guide. Mobile Print for Business version 1.0. July 2014 Issue 1.0

Installation Guide. Mobile Print for Business version 1.0. July 2014 Issue 1.0 Installation Guide Mobile Print for Business version 1.0 July 2014 Issue 1.0 Fuji Xerox Australia 101 Waterloo Road North Ryde NSW 2113 For technical queries please contact the Fuji Xerox Australia Customer

More information

VMware AirWatch Reports Guide

VMware AirWatch Reports Guide VMware AirWatch Reports Guide AirWatch v9.2 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. This product is protected by copyright

More information

ForumPass Familiarization Participant Workbook June 2018

ForumPass Familiarization Participant Workbook June 2018 ForumPass Familiarization Participant Workbook June 2018 1 F O R U M P A S S DOCUMENT OBJECTIVES... 3 FORUMPASS PRODUCT SUMMARY... 3 MICROSOFT SHAREPOINT PLATFORM... 3 FORUMPASS EXCLUSIVE FEATURES... 4

More information

Lotus Notes Functions Manually Run Rules

Lotus Notes Functions Manually Run Rules Lotus Notes Functions Manually Run Rules Lotus Notes Migrator for SharePoint On-Premises. Creating and Editing Dynamic Rules. Configuring the Run Now Interface. DocAve Lotus Notes Migrator will not function

More information

Achieve Patch Currency for Microsoft SQL Server Clustered Environments Using HP DMA

Achieve Patch Currency for Microsoft SQL Server Clustered Environments Using HP DMA Technical white paper Achieve Patch Currency for Microsoft SQL Server Clustered Environments Using HP DMA HP Database and Middleware Automation version 10.30 Table of Contents Purpose 2 Prerequisites 4

More information

Client Proxy interface reference

Client Proxy interface reference Reference Guide McAfee Client Proxy 2.3.2 Client Proxy interface reference These tables provide information about the settings found in the Client Proxy UI. Policy Catalog On the McAfee Client Proxy page

More information

Five9 Adapter for Oracle

Five9 Adapter for Oracle Cloud Contact Center Software Five9 Adapter for Oracle Administrator s Guide July 2017 This guide describes how to configure the integration between Five9 and the Oracle Service Cloud, previously know

More information

AccuRoute Extensions for OpenText DM Installation Guide

AccuRoute Extensions for OpenText DM Installation Guide AccuRoute Extensions for OpenText DM Installation Guide January 2013 Omtool, Ltd. 6 Riverside Drive Andover, MA 01810 Phone: +1/1 978 327 5700 Toll-free in the US: +1/1 800 886 7845 Fax: +1/1 978 659 1300

More information

SAP BusinessObjects Integration Option for Microsoft SharePoint Getting Started Guide

SAP BusinessObjects Integration Option for Microsoft SharePoint Getting Started Guide SAP BusinessObjects Integration Option for Microsoft SharePoint Getting Started Guide SAP BusinessObjects XI3.1 Service Pack 4 Copyright 2011 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet,

More information

2) Mention what are the important architecture components of SSRS?

2) Mention what are the important architecture components of SSRS? 1) Mention what is SSRS? SSRS or SQL Server Reporting Services is a server-based reporting platform that gives detailed reporting functionality for a variety of data sources. Reporting services include

More information

Gateway File Provider Setup Guide

Gateway File Provider Setup Guide Gateway File Provider Setup Guide Version 18 August 2018 Contents Overview... 9 Setting Up the Integration Environment... 11 Managing Personally Identifiable Information... 11 Setting Up the Integration

More information

BOLT eportfolio Student Guide

BOLT eportfolio Student Guide BOLT eportfolio Student Guide Contents BOLT EPORTFOLIO STUDENT GUIDE... I BOLT EPORTFOLIO BASICS... 3 BOLT eportfolio user interface overview... 3 Dashboard... 3 My Items Page... 4 Explore Page... 5 Sharing

More information

COGNOS BI I) BI introduction Products Introduction Architecture Workflows

COGNOS BI I) BI introduction Products Introduction Architecture Workflows COGNOS BI I) BI introduction Products Architecture Workflows II) Working with Framework Manager (Modeling Tool): Architecture Flow charts Creating Project Creating Data Sources Preparing Relational Metadata

More information

TechNet Home > Products & Technologies > Desktop Products & Technologies > Microsoft Office > SharePoint Portal Server 2003 > Deploy

TechNet Home > Products & Technologies > Desktop Products & Technologies > Microsoft Office > SharePoint Portal Server 2003 > Deploy TechNet Home > Products & Technologies > Desktop Products & Technologies > Microsoft Office > SharePoint Portal Server 2003 > Deploy Reference: http://www.microsoft.com/technet/prodtechnol/office/sps2003/deploy/spst2003.mspx?pf=true

More information

How To Integrate Camtasia Relay and Ensemble Video

How To Integrate Camtasia Relay and Ensemble Video You can integrate to easily record lectures and presentations, and publish them to Ensemble Video so they can be viewed on your LMS, CMS, ipad, blog or webpage. Login to Ensemble Video Enter your Ensemble

More information

Adobe Marketing Cloud Using FTP and sftp with the Adobe Marketing Cloud

Adobe Marketing Cloud Using FTP and sftp with the Adobe Marketing Cloud Adobe Marketing Using FTP and sftp with the Adobe Marketing Contents Using FTP and sftp with the Adobe Marketing...3 Setting Up FTP Accounts Hosted by Adobe...3 Classifications...3 Data Sources...4 Data

More information

SOA Software Intermediary for Microsoft : Install Guide

SOA Software Intermediary for Microsoft : Install Guide SOA Software Intermediary for Microsoft : Install Guide SOA Software Intermediary for Microsoft Install Guide SOAIM_60 August 2013 Copyright Copyright 2013 SOA Software, Inc. All rights reserved. Trademarks

More information

User Manual For SmartRoom Managers

User Manual For SmartRoom Managers User Manual For SmartRoom Managers Table of Contents 1.0 Login 2.0 Confidentiality Agreement 3.0 Software Installation 4.0 Dashboard 5.0 Document Review and Index Maintenance 5.1 View by Index 5.1.1 Index

More information

Data Connector 2.0 User Guide

Data Connector 2.0 User Guide Data Connector 2.0 User Guide Copyright Copyright 2008-2017 BoostSolutions Co., Ltd. All rights reserved. All materials contained in this publication are protected by Copyright Law and no part of this

More information

Informatica PIM. Functional Overview. Version: Date:

Informatica PIM. Functional Overview. Version: Date: Informatica PIM Functional Overview Version: Date: 8 March 18, 2014 Table of Contents Process Overview 3 Supplier Invitation 3 User Roles 3 Data Upload 4 Management of Import Mappings 5 Validation Rules

More information

Embedding Cultural Diversity and Cultural and Linguistic Competence Project Team Only SharePoint Portal User Manual

Embedding Cultural Diversity and Cultural and Linguistic Competence Project Team Only SharePoint Portal User Manual Embedding Cultural Diversity and Cultural and Linguistic Competence Project Team Only SharePoint Portal User Manual https://aucd.sharepoint.com/sites/uceddclctraining WRITTEN BY: Oksana Klimova, M.Sc.

More information

Vector Issue Tracker and License Manager - Administrator s Guide. Configuring and Maintaining Vector Issue Tracker and License Manager

Vector Issue Tracker and License Manager - Administrator s Guide. Configuring and Maintaining Vector Issue Tracker and License Manager Vector Issue Tracker and License Manager - Administrator s Guide Configuring and Maintaining Vector Issue Tracker and License Manager Copyright Vector Networks Limited, MetaQuest Software Inc. and NetSupport

More information

Adobe Document Cloud esign Services. for Salesforce Version 17 Installation and Customization Guide

Adobe Document Cloud esign Services. for Salesforce Version 17 Installation and Customization Guide Adobe Document Cloud esign Services for Salesforce Version 17 Installation and Customization Guide 2015 Adobe Systems Incorporated. All rights reserved. Last Updated: August 28, 2015 Table of Contents

More information

ATTACHMENT MANAGEMENT USING AZURE BLOB STORAGE

ATTACHMENT MANAGEMENT USING AZURE BLOB STORAGE MICROSOFT LABS NOVEMBER 6, 2018 ATTACHMENT MANAGEMENT USING AZURE BLOB STORAGE A Solution to help optimizes Dynamics 365 CRM storage by automatically saving file attachments to Azure Blob Storage Contents

More information

K2 Process Error Notification Service 3.0

K2 Process Error Notification Service 3.0 K2 Process Error Notification Service 3.0 Installation and configuration manual Originally published October 21 st, 2008 - version 2 Updated November 12 th, 2012 - version 3 1. Table of contents 1. Table

More information

SelectSurveyASP Advanced User Manual

SelectSurveyASP Advanced User Manual SelectSurveyASP Advanced User Manual Creating Surveys 2 Designing Surveys 2 Templates 3 Libraries 4 Item Types 4 Scored Surveys 5 Page Conditions 5 Piping Answers 6 Previewing Surveys 7 Managing Surveys

More information

Enterprise Product Integration. Configuration and Troubleshooting Guide

Enterprise Product Integration. Configuration and Troubleshooting Guide Enterprise Product Integration Configuration and Troubleshooting Guide Legal Information Book Name: Enterprise Product Integration Configuration and Troubleshooting Guide Part Number: EPI-0200-IGCG Product

More information

K2 for SharePoint Environment Setup

K2 for SharePoint Environment Setup K2 for SharePoint Environment Setup GUIDANCE ON SETTING UP A SHAREPOINT ENVIRONMENT BEFORE INSTALLING K2 INTEGRATION May 4 Guidance in this document can be used for customers to correctly set up their

More information

WHAT IS NEW FOR DEVS IN SP 2013

WHAT IS NEW FOR DEVS IN SP 2013 WHAT IS NEW FOR DEVS IN SP 2013 ADIS JUGO, PLANB. SHAREPOINT AND PROJECT CONFERENCE ADRIATICS ZAGREB, 11/28/2012 ponsors Agenda Apps Search Workflow WCM Mobile Other APPS In its most basic form, an app

More information

Click Studios. SQL Server Transactional Replication for Passwordstate High Availability

Click Studios. SQL Server Transactional Replication for Passwordstate High Availability SQL Server Transactional Replication for Passwordstate High Availability This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part,

More information