Oracle Big Data Cloud Service, Oracle Storage Cloud Service, Oracle Database Cloud Service

Size: px
Start display at page:

Download "Oracle Big Data Cloud Service, Oracle Storage Cloud Service, Oracle Database Cloud Service"

Transcription

1 Demo Introduction Keywords: Oracle Big Data Cloud Service, Oracle Storage Cloud Service, Oracle Database Cloud Service Goal of Demo: Oracle Big Data Preparation Cloud Services can ingest data from various sources, do transformation then publish to selectable targets. This demo will show how to define sources which include input from Object Store in Oracle Storage Cloud Service and output to an Oracle Database instance in Oracle Database Cloud Service. This demo also demonstrates how to customize a transformation workflow to prepare, clean and enrich the data by leveraging a built-in automated tool where very little coding is necessary. Pre-requisites: Users must have subscribed for required Oracle Cloud Services. Resources have been configured in both Oracle Storage Cloud and Oracle Database Cloud. Demo Steps Step 1: Login into Oracle Big Data Preparation Cloud Service Open a browser and input the URL of your Oracle Big Data Preparation Cloud Service. If you did not login yet, following page will display to request a user authentication. After a successful login, you will see home page of the Big Data Preparation Service as below. In the home page, UI gadgets are grouped in several panels. The Overview panel displays monitoring and statistics information of the Preparation Service. The Quick Start panel provides instant access to mostly used functions of Preparation Service. The Resources panel has links to useful resources to get help of Preparation Service. The Active Stream panel lists recent tasks ordered by their execution time.

2 Step 2: Create Sources In this step, we will create Sources that are to be used as either input or output of Transforms in this demo. The instant way is to access Create Source function in the Quick Start panel. Following dialog will be launched to define a new Source. General steps to define a Source: 1. Give a valid name of the Source. 2. Choose type of the Source from drop-down list. Current valid source types include: Type Oracle Cloud Storage Oracle BICS Oracle DVCS BDP HDFS Oracle DBCS Description Oracle Storage Cloud Service Oracle Business Intelligent Cloud Service Oracle Data Visualization Cloud Service Local Hadoop HDFS Oracle Database Cloud Service Required fields for each source type are varied. Those fields can be displayed dynamically in the dialog

3 after a type is selected. 3. After all required fields are specified, click Test button in the dialog to test the connection. 4. If test passed, click Save button to save the Source in the Preparation Service. 2.1 Create a Source that points to the Oracle Storage Cloud Service In this demo, Oracle Storage Cloud is used for both input and output of Transforms. Required parameters for this type of Source include Service URL, Username and Password. Because the parameters are same as the original dialog, there will not be any change in the dialog UI after selecting Oracle Cloud Storage in the Type field. Values for those parameters can be known from configuration of the Oracle Storage Cloud Service. In the following Overview page of Oracle Storage Cloud Service, REST Endpoint is the source of Service URL parameter. Username and password parameters are identical as those used to login the Oracle Storage Cloud Service. 2.2 Create a Source that points to a DB instance in Oracle Database Cloud Service In the demo, a DB instance in the Oracle Database Cloud Service is the output of Transform. Required parameters for such kind of resource include JDBC Connection, Username, Password and Driver. After selecting Oracle DBCS in the Type field, the dialog UI is changed dynamically to display those required parameters.

4 JDBC Connection parameter is the URL that pointing to an Oracle DB instance in Oracle DB Cloud Service. The format of the URL is well-known as name>. Username/Password parameters are credential information to authenticate the Oracle DB instance. Driver parameter currently is a fixed value and will be assigned automatically. Step 3: Customize Data Preparation Process In this step, we will demonstrate how to customize a data preparation process in Oracle Big Data Preparation Service. Transform is core to implement data preparation logic. It enables loading data from an input Source, then doing any transformation, finally publishing transformed result to an output Source. 3.1 Create a Transform Quick Start panel in Preparation Service home page has an instant link to create a Transform. User can also find a Create Transform button in the Catalog tab shown below. No matter which way, following dialog will appear let user to create a new Transform. Give a valid name of the Transform and optionally describe the Transform with a few simple words. Click Select button next to the Source field to launch following dialog.

5 In the dialog, user can select data object in a Source as input of the Transform. All Sources that you have created can be selected from the drop-down list. Sources in the list are organized by the type and name. After selecting a Source, all data objects in the Source are retrieved and displayed in the list below the Source field. In this demo, select the Oracle Storage Cloud Source you just created. For Oracle Storage Cloud Source, data objects are organized in the hierarchy of Container -> Object. User can choose a Container, which means all data objects in the Container will be selected as input. User can also choose an individual data object in a Container, which means only this data object will be input of the Transform. In this demo, we will use a data file in Oracle Storage Cloud. After selecting the data file, click OK button in the dialog to return to previous dialog. Name of the Source is displayed in the Source field, and name of the data object is displayed just below the Source field.

6 There are two additional checkboxes in the dialog to control how to use data from the Source. Smart Sample It enables picking only subset from huge amount of data. If need to process all data in the data object, then uncheck this option. Contains Header Some data format may include headers to describe name of each column. Disable this option will suppress those headers in the transformation process. Uncheck Smart Sample because we need to process all data in the data file, then click Submit button. The Transform is created and displayed in the catalog list. A task is launched immediately to detect format of the data object and then load data for analyzing. It normally will take a while to complete. You can notice a blue bar in the page indicating progress of the task. Before the task completes, state of the Transform is In Progress. Detailed steps of the task are displayed in the Active Stream panel. After the task completes successfully, the Transform will switch to Ready state. 3.2 Customize Transform Workflow After a Transform is created, data is loaded into memory as a dataset. Preparation Service can do broad range of transformation to the dataset with built-in tasks. Transformation tasks are executed sequentially on a dataset as a workflow.

7 Clicking a Transform in the catalog list will launch a new page to customize the workflow. In the middle of the page, a panel lists available columns in the dataset. State, name, type and sample value of a column are displayed in a single row. Built-in transformation tasks can be launched by actions in a toolbar on top of the panel and a pop up menu triggered from a button in each row. In the right of the page, a panel is used to show profile of data in the dataset. If no column is selected, profile of whole dataset is displayed. When a column is selected, it will show profile of the column. In the left-top of the page, all generated transformation tasks in the workflow are listed in the Workflow Script panel. After reviewing sample values of columns in the dataset, it is apparently that lots of columns are empty without any value. Most of those empty columns are meaningless but still need to spend time on processing if kept in the dataset. So the first transformation task in the demo is to remove those empty columns from the dataset. You do not need to identify empty columns in a dataset by yourself. Data Preparation Layer can do it automatically. To remove empty columns, click action in the toolbar. A dialog as below will pop up to let users to choose empty columns to remove.

8 You can select individual columns in the list or all columns in the list by checking Remove empty columns box below. After making your decision, click Apply button in the dialog. After returning to the design page, you can check that those empty columns you selected are removed from the dataset. Also you may notice that a transformation task is listed in the Workflow Script panel. Remaining transformation tasks in the demo are based on individual column in the dataset. By clicking button in the right of a column name, following menu will pop up. From the menu you can choose any transformation task. In the demo, original data file is in XML format. Default name of a column is generated automatically based on the hierarchy of the XML element. However those names are not user-friendly. To assign a user-friendly name to a column, select Rename in the menu. Following dialog will prompt to allow users give a new name to the column. After assigning a new name, click Apply button to generate a task to change name of the column. Name of a column must be unique in a dataset.

9 If the task is successfully executed, name of the column is changed in the design page. A blue check icon is displayed as state of the column to indicate that some corrections have been applied to the column. In the demo, a single location column in the original dataset is used to indicate where a Twitter user s home is. However, we need two columns, City and Country, in the target database for better analysis in the future. After reviewing sample values of the location column, there are six possible formats: City, Country, City, State, City, State, Country, City, Country and State, <Descriptive Words>. We apply following transformation process to extract usable data from raw values. First, we will append N/A as city to last two types of location values, so that all values can be normalized to first three formats. To define the transformation, select Search and Replace from the pop up menu of the Location field. Following dialog will appear to allow users to define rules to replace original values. A replacement rule is defined as an original value and a new value. When the rule is applied, all values that match the original value will be replaced by the new value. A replacement rule is displayed as a row in the dialog. Multiple rules can be defined through the dialog. In the dialog, there are three means to define new rules. The first is by clicking Load Samples link. All sample values of the column are populated into Find Value field but leave the Replace By field empty. Number of rows (rules) equals to the sample values count. Users can easily find which value needs to be replaced and specify a new value in the Replace By field. The second is by clicking Load CSV link in the dialog. It allows loading replacement rules from an external file. The file must be in CSV format and with only two columns. The first column is original value and the second is new value.

10 The third is defining rules manually. Users need to input both the original value and new value of a rule. By clicking Add button, users can define more rules. If a rule will not be used any more, for example an original value is not need to be replaced, user can click button in that row to delete the rule. In this demo, we will use first means to load sample values. For original values in first three formats, simply remove those loaded rules. For original values in last two formats, add NA, to the leading position. Next transformation tasks will split the single Location column into separate City and Country columns. Choose Split on Delimiter from the menu, following dialog will appear. The transformation will split values of a column into two columns by the delimiter. The part before first occurrence of the delimiter will be assigned to first column. The part after first occurrence of the delimiter will be assigned to second column. After clicking Apply button in the dialog, a transformation task is launched at background to create two additional columns into the dataset. After the task completes successfully, the new columns are displayed in the list. An icon in front of each column indicates that it is created with a transformation task. In the demo, the delimiter is comma for the Location column. City and Country are the name for two columns respectively. Now we have initial values for City and Country columns. However some cleaning action must be taken to both columns. City column contains meaningless N/A value in previous transformation. It needs to be replaced with an empty value. Launch the Search and Replace dialog for the City column. Because only a single value needs to be replaced, we can simply define a single rule manually. Input N/A in the first column, and leave the second

11 column empty. N/A After clicking Apply button in the dialog, the replacement rules are applied to the City column. When task is done, column state is changed to, which indicates that some corrections have been applied to the column. Values in Country column are mixed with state and country. We need to map all those information to a valid country. Launch Search and Replace dialog for the Country column, load initial rules from sample values. For any value that reflects a correct country, simply remove the rule. For any value that is not a valid country, check information carefully and assign a correct country value. After all transformation tasks have been done, click Done button on top of the Workflow Design Page to go back to Catalog page.

12 3.3 Publish Data to Database Next step in this demo is to publish data to an Oracle Database. To publish a catalog with a defined data transformation workflow, just click button in the right of a catalog. A menu will pop up, and then you can select Publish action from the menu. Following dialog will appear to let you choose which target you want to publish the data. Click Select button next to the Target field to launch another dialog to select an Oracle Database source.

13 Choose the database source we created previously from the drop-down list. Because there is no directory concept in Oracle Database, no object will can be selected from the directory list. Click OK button to accept your choice and go back to previous dialog. Both Source and Target are selected for creating a publish job. In the dialog you may notice a Schedule section displayed at bottom, however it only give an indication that the publish job will only Execute Once. We will introduce later how to schedule a publish job by defining Policies. Click the Publish button to close the dialog. A publish job will be created and launched automatically. You can check state of the job by clicking Job tab on top of the Oracle Big Data Preparation Service page. A job can be found in the job page. If it is not completed, the state should be Started. To monitor the job execution, you can click the job to jump to following Job Details page. In the page, lots of details about the job can be known. From general information of the job to various metrics collected. Step by step job execution can also be monitored from the Active Stream panel.

14 You can also monitor from the home page. The Overview section will show you the information which includes currently running jobs and rows and transforms processed. The job is running at background. When it is done, a light-green banner as below will pop up at top of the page. During that period, you can do any management task with the tool. After the job completes, you can go again to the Job Detail page. General information about the job is refreshed.

15 A lot more metrics can also be seen from the page. By collapsing each metrics section, detailed monitoring information is displayed in JSON format. DDL SQL to create the table is recorded in the page. You can retrieve published data from the Oracle Database with any tool that you are familiar with, such as SQL * Plus or SQL Developer.

16 3.4 Define a policy to schedule publish jobs periodically A transformation workflow on a Catalog can be reused to schedule jobs to capture and publish data periodically. The job scheduling is defined as a policy in Oracle Big Data Preparation Service. Go to Policies tab on top will switch to following page. In the page, you can manage policies that control execution of jobs. By clicking Create Policy button on top of the page, following dialog will appear to let you define a new policy. In general information section, you can select transformation workflow on a catalog or source and also the target to publish the data. By toggling the checkbox at bottom, users can control whether to publish data to a new table or refresh data in an existing table.

17 In the Schedule section, you can define when a job will be scheduled. For example: execute once a day at specific time. The effective period of the policy also need to be specified. After all information is given, click Save button to stored the policy into the job engine of the Preparation Service. Later users can monitor job scheduling and execution from the Job tab.

Oracle Cloud E

Oracle Cloud E Oracle Cloud Using Oracle Big Data Preparation Cloud Service Release 16.4.5 E63106-15 December 2016 This guide describes how to repair, enrich, blend, and publish large data files in Oracle Big Data Preparation

More information

SAS Data Explorer 2.1: User s Guide

SAS Data Explorer 2.1: User s Guide SAS Data Explorer 2.1: User s Guide Working with SAS Data Explorer Understanding SAS Data Explorer SAS Data Explorer and the Choose Data Window SAS Data Explorer enables you to copy data to memory on SAS

More information

Index A, B, C. Rank() function, steps, 199 Cloud services, 2 Comma-separated value (CSV), 27

Index A, B, C. Rank() function, steps, 199 Cloud services, 2 Comma-separated value (CSV), 27 Index A, B, C Calculations, Power Query distinct customers code implementations, 205 duplicate date and customer, 204 group by dialog configuration, 204 objective, 202 output, 205 Query Editor toolbar,

More information

Introduction & Navigation

Introduction & Navigation Introduction & Navigation Logging In to Marketing Cloud 1. Open a tab in either the Chrome or Firefox web browser. 2. Place your cursor in the URL bar then type mc.exacttarget.com. 3. Strike the Enter

More information

MySQL On Crux Part II The GUI Client

MySQL On Crux Part II The GUI Client DATABASE MANAGEMENT USING SQL (CIS 331) MYSL ON CRUX (Part 2) MySQL On Crux Part II The GUI Client MySQL is the Structured Query Language processor that we will be using for this class. MySQL has been

More information

SQream Dashboard Version SQream Technologies

SQream Dashboard Version SQream Technologies SQream Dashboard Version 1.1.0 SQream Technologies 2018-11-06 Table of Contents Overview................................................................................... 1 1. The SQream Dashboard...................................................................

More information

Reading Sample. Creating New Documents and Queries Creating a Report in Web Intelligence Contents. Index. The Authors

Reading Sample. Creating New Documents and Queries Creating a Report in Web Intelligence Contents. Index. The Authors First-hand knowledge. Reading Sample In this sample chapter, you l l start in Chapter 2 by creating your first document and query in SAP BusinessObjects BI. In this process, we ll explore the query panel,

More information

Orgnazition of This Part

Orgnazition of This Part Orgnazition of This Part Table of Contents Tutorial: Organization of This Part...1 Lesson 1: Starting JReport Enterprise Server and Viewing Reports...3 Introduction...3 Installing JReport Enterprise Server...3

More information

Oracle Application Express Users Guide

Oracle Application Express Users Guide www.oracle.com/academy Oracle Application Express Users Guide Contents Topic: 1. Introduction 2 2. Logging in to Oracle Application Express 2 3. Oracle Application Express Components 3 4. Using SQL Commands

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

WELCOME TO KIN (KIRKWOOD INFORMATION NETWORK) Initial steps to set up KIN on your computer.

WELCOME TO KIN (KIRKWOOD INFORMATION NETWORK) Initial steps to set up KIN on your computer. WELCOME TO KIN (KIRKWOOD INFORMATION NETWORK) Initial steps to set up KIN on your computer. After launching KIN, there are 4 steps that must be done on your computer to allow single sign on. Add KIN website

More information

Viewing Reports in Vista. Version: 7.3

Viewing Reports in Vista. Version: 7.3 Viewing Reports in Vista Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from,

More information

Administration Guide

Administration Guide Administration Guide This guide will cover how to customize and lock down the SCOM 2012 Maintenance Mode Scheduler for your end users. Table of Contents Customize Look and Feel... 2 Enable Auditing of

More information

D&B Optimizer for Microsoft Installation Guide Setup for Optimizer for Microsoft Dynamics. VERSION: 2.3 PUBLICATION DATE: February, 2019

D&B Optimizer for Microsoft Installation Guide Setup for Optimizer for Microsoft Dynamics. VERSION: 2.3 PUBLICATION DATE: February, 2019 D&B Optimizer for Microsoft Installation Guide Setup for Optimizer for Microsoft Dynamics VERSION: 2.3 PUBLICATION DATE: February, 2019 Contents 1. INTRODUCTION... 3 WHAT IS IT?... 3 FEATURES... 3 GETTING

More information

Introduction to Qualtrics ITSC

Introduction to Qualtrics ITSC Introduction to Qualtrics ITSC August 2015 Contents A. General Information... 4 B. Login... 5 New Qualtrics User... 5 Existing Qualtrics User... 7 C. Navigating Qualtrics... 9 D. Create Survey... 10 Quick

More information

D&B Optimizer for Microsoft Installation Guide

D&B Optimizer for Microsoft Installation Guide D&B Optimizer for Microsoft Installation Guide Version 2.0 July 13, 2018 Contents 1. INTRODUCTION... 3 WHAT IS IT?... 3 FEATURES... 3 GETTING SUPPORT... 4 2. GETTING STARTED... 4 MICROSOFT LICENSING CHECKLIST...

More information

Integration Overview, Example Data Model & Reports for Oracle Business Intelligence Cloud Service

Integration Overview, Example Data Model & Reports for Oracle Business Intelligence Cloud Service Integration Overview, Example Data Model & Reports for Oracle Business Intelligence Cloud Service Oracle Field Service Cloud Product Management November 2016 Key Objectives Integration Overview Walkthrough

More information

Enterprise Data Catalog for Microsoft Azure Tutorial

Enterprise Data Catalog for Microsoft Azure Tutorial Enterprise Data Catalog for Microsoft Azure Tutorial VERSION 10.2 JANUARY 2018 Page 1 of 45 Contents Tutorial Objectives... 4 Enterprise Data Catalog Overview... 5 Overview... 5 Objectives... 5 Enterprise

More information

Function. Description

Function. Description Function Check In Get / Checkout Description Checking in a file uploads the file from the user s hard drive into the vault and creates a new file version with any changes to the file that have been saved.

More information

Style Report Enterprise Edition

Style Report Enterprise Edition INTRODUCTION Style Report Enterprise Edition Welcome to Style Report Enterprise Edition! Style Report is a report design and interactive analysis package that allows you to explore, analyze, monitor, report,

More information

Mobile Forms Integrator

Mobile Forms Integrator Mobile Forms Integrator Introduction Mobile Forms Integrator allows you to connect the ProntoForms service (www.prontoforms.com) with your accounting or management software. If your system can import a

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

Masking Engine User Guide. October, 2017

Masking Engine User Guide. October, 2017 Masking Engine User Guide October, 2017 Masking Engine User Guide You can find the most up-to-date technical documentation at: docs.delphix.com The Delphix Web site also provides the latest product updates.

More information

Building Self-Service BI Solutions with Power Query. Written By: Devin

Building Self-Service BI Solutions with Power Query. Written By: Devin Building Self-Service BI Solutions with Power Query Written By: Devin Knight DKnight@PragmaticWorks.com @Knight_Devin CONTENTS PAGE 3 PAGE 4 PAGE 5 PAGE 6 PAGE 7 PAGE 8 PAGE 9 PAGE 11 PAGE 17 PAGE 20 PAGE

More information

User Guide. Data Preparation R-1.0

User Guide. Data Preparation R-1.0 User Guide Data Preparation R-1.0 Contents 1. About this Guide... 4 1.1. Document History... 4 1.2. Overview... 4 1.3. Target Audience... 4 2. Introduction... 4 2.1. Introducing the Big Data BizViz Data

More information

CME E-quotes Wireless Application for Android Welcome

CME E-quotes Wireless Application for Android Welcome CME E-quotes Wireless Application for Android Welcome This guide will familiarize you with the application, a powerful trading tool developed for your Android. Table of Contents What is this application?

More information

Warewolf User Guide 1: Introduction and Basic Concepts

Warewolf User Guide 1: Introduction and Basic Concepts Warewolf User Guide 1: Introduction and Basic Concepts Contents: An Introduction to Warewolf Preparation for the Course Welcome to Warewolf Studio Create your first Microservice Exercise 1 Using the Explorer

More information

Professional Edition User Guide

Professional Edition User Guide Professional Edition User Guide Pronto, Visualizer, and Dashboards 2.0 Birst Software Version 5.28.6 Documentation Release Thursday, October 19, 2017 i Copyright 2015-2017 Birst, Inc. Copyright 2015-2017

More information

DEC 31, HareDB HBase Client Web Version ( X & Xs) USER MANUAL. HareDB Team

DEC 31, HareDB HBase Client Web Version ( X & Xs) USER MANUAL. HareDB Team DEC 31, 2016 HareDB HBase Client Web Version (1.120.02.X & 1.120.02.Xs) USER MANUAL HareDB Team Index New features:... 3 Environment requirements... 3 Download... 3 Overview... 5 Connect to a cluster...

More information

DB Browser UI Specs Anu Page 1 of 15 30/06/2004

DB Browser UI Specs Anu Page 1 of 15 30/06/2004 DB Browser UI Specs Anu Page 1 of 15 30/06/2004 Contents Topic Page Introduction 3 UI Model 3 Main Window 4 Column properties tab 5 SQL Tab 6 View Record window 7 Connection Information window 9 Setting

More information

FastStats Integration

FastStats Integration Guide Improving results together 1 Contents Introduction... 2 How a campaign is conducted... 3-5 Configuring the integration with PureResponse... 4-17 Using Cascade with the PureResponse platform... 17-10

More information

1.1 How to Install Prerequisites

1.1 How to Install Prerequisites 1 1 SharpReader Installation Manual 1.1 How to Install Prerequisites 1.1.1 Installing SharpReader 1. Using the internet, open a web browser and access to SharpReader s home page.. SharpReader is an RSS/Atom

More information

End User Manual. December 2014 V1.0

End User Manual. December 2014 V1.0 End User Manual December 2014 V1.0 Contents Getting Started... 4 How to Log into the Web Portal... 5 How to Manage Account Settings... 6 The Web Portal... 8 How to Upload Files in the Web Portal... 9 How

More information

<Partner Name> RSA NETWITNESS Security Operations Implementation Guide. Swimlane 2.x. <Partner Product>

<Partner Name> RSA NETWITNESS Security Operations Implementation Guide. Swimlane 2.x. <Partner Product> RSA NETWITNESS Security Operations Implementation Guide Jeffrey Carlson, RSA Partner Engineering Last Modified: 05/01/2017 Solution Summary The RSA NetWitness integration

More information

Getting Started with Cisco Pulse

Getting Started with Cisco Pulse CHAPTER 2 These topics describe what you need know when initially logging into Cisco Pulse. Client and Browser Requirements, page 2-1 Logging Into Cisco Pulse, page 2-2 Getting Familiar with Your Home

More information

To access BuckIQ, you must first be granted access. Send requests for permission to

To access BuckIQ, you must first be granted access. Send requests for permission to BuckIQ User s Guide Job Aid What is BuckIQ? Several years ago, Oracle took a look at the state of the Business Intelligence industry in terms of the different processes and applications that were required

More information

Release Notes ClearSQL (build 181)

Release Notes ClearSQL (build 181) August 14, 2018 Release Notes ClearSQL 7.1.2 (build 181) NEW FEATURES NEW: Exclusion of code lines from Flowcharts. It is now possible to exclude lines of code from a Flowchart diagram by defining exclusion

More information

Tasks. User Guide 4.12

Tasks. User Guide 4.12 Tasks User Guide 4.12 ABOUT NORTHWOODS CONSULTING PARTNERS Northwoods Consulting Partners, Inc., founded in 1999, is a privately-held software development and services company headquartered in Dublin,

More information

Introduction...5. Chapter 1. Installing System Installing Server and ELMA Designer... 7

Introduction...5. Chapter 1. Installing System Installing Server and ELMA Designer... 7 Chapter 1 Contents Installing System Contents Introduction...5 Chapter 1. Installing System... 6 1.1. Installing Server and ELMA Designer... 7 1.2. Verifying ELMA Server and ELMA Designer Installation...

More information

VMware vfabric Data Director 2.5 EVALUATION GUIDE

VMware vfabric Data Director 2.5 EVALUATION GUIDE VMware vfabric Data Director 2.5 EVALUATION GUIDE Introduction... 2 Pre- requisites for completing the basic and advanced scenarios... 3 Basic Scenarios... 4 Install Data Director using Express Install...

More information

Introduction to Cognos

Introduction to Cognos Introduction to Cognos User Handbook 7800 E Orchard Road, Suite 280 Greenwood Village, CO 80111 Table of Contents... 3 Logging In To the Portal... 3 Understanding IBM Cognos Connection... 4 The IBM Cognos

More information

QST Mobile Application for Android

QST Mobile Application for Android QST Mobile Application for Android Welcome This guide will familiarize you with the application, a powerful trading tool developed for your Android. Table of Contents What is this application? Logging

More information

Blackboard 5 Level One Student Manual

Blackboard 5 Level One Student Manual Blackboard 5 Level One Student Manual Blackboard, Inc. 1899 L Street NW 5 th Floor Washington DC 20036 Copyright 2000 by Blackboard Inc. All rights reserved. No part of the contents of this manual may

More information

Contents About This Guide... 5 About Notifications... 5 Managing User Accounts... 6 Managing Companies Managing Password Policies...

Contents About This Guide... 5 About Notifications... 5 Managing User Accounts... 6 Managing Companies Managing Password Policies... Cloud Services Identity Management Administration Guide Version 17 July 2017 Contents About This Guide... 5 About Notifications... 5 Managing User Accounts... 6 About the User Administration Table...

More information

SAS Visual Analytics 7.3 for SAS Cloud: Onboarding Guide

SAS Visual Analytics 7.3 for SAS Cloud: Onboarding Guide SAS Visual Analytics 7.3 for SAS Cloud: Onboarding Guide Introduction This onboarding guide covers tasks that account administrators need to perform to set up SAS Visual Statistics and SAS Visual Analytics

More information

Locate your Advanced Tools and Applications

Locate your Advanced Tools and Applications MySQL Manager is a web based MySQL client that allows you to create and manipulate a maximum of two MySQL databases. MySQL Manager is designed for advanced users.. 1 Contents Locate your Advanced Tools

More information

BlueMix Hands-On Workshop

BlueMix Hands-On Workshop BlueMix Hands-On Workshop Lab E - Using the Blu Big SQL application uemix MapReduce Service to build an IBM Version : 3.00 Last modification date : 05/ /11/2014 Owner : IBM Ecosystem Development Table

More information

This document contains the steps which will help you to submit your business to listings. The listing includes both business and contact information.

This document contains the steps which will help you to submit your business to listings. The listing includes both business and contact information. This document contains the steps which will help you to submit your business to listings. The listing includes both business and contact information. You can also include details, such as search keywords,

More information

Batch Monitor User Manual

Batch Monitor User Manual Batch Monitor User Manual You can use the Batch Monitor to view or adjust the status of batches and jobs processed by Compressor or Apple Qmaster. You can also use the Batch Monitor to view detailed history

More information

i2b2 User Guide Informatics for Integrating Biology & the Bedside Version 1.0 October 2012

i2b2 User Guide Informatics for Integrating Biology & the Bedside Version 1.0 October 2012 i2b2 (Informatics for Integrating Biology and the Bedside) is an informatics framework designed to simplify the process of using existing, de-identified, clinical data for preliminary research cohort discovery

More information

SQL Server Reporting Services (SSRS) is one of SQL Server 2008 s

SQL Server Reporting Services (SSRS) is one of SQL Server 2008 s Chapter 9 Turning Data into Information with SQL Server Reporting Services In This Chapter Configuring SQL Server Reporting Services with Reporting Services Configuration Manager Designing reports Publishing

More information

Aquaforest CheckPoint Reference Guide

Aquaforest CheckPoint Reference Guide Aquaforest CheckPoint Reference Guide Version 1.01 April 2015 Copyright 2005-2015 Aquaforest Limited http://www.aquaforest.com/ Contents 1 Product Overview... 3 2 Installation and Licensing... 4 2.1 Installation...

More information

Introduction to Qualtrics Research Suite Wednesday, September 19, 2012

Introduction to Qualtrics Research Suite Wednesday, September 19, 2012 Logging in to Qualtrics Introduction to Qualtrics Research Suite Wednesday, September 19, 2012 1. Open a browser and go to http://www.qualtrics.com 2. If you have a Qualtrics account, use it to login.

More information

User Guide. Version R94. English

User Guide. Version R94. English AuthAnvil User Guide Version R94 English March 8, 2017 Copyright Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULATOS as updated

More information

User Guide. Web Intelligence Rich Client. Business Objects 4.1

User Guide. Web Intelligence Rich Client. Business Objects 4.1 User Guide Web Intelligence Rich Client Business Objects 4.1 2 P a g e Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence 4.1... 5 Log into EDDIE...

More information

Working with Mailbox Manager

Working with Mailbox Manager Working with Mailbox Manager A user guide for Mailbox Manager supporting the Message Storage Server component of the Avaya S3400 Message Server Mailbox Manager Version 5.0 February 2003 Copyright 2003

More information

IBM Atlas Policy Distribution Administrators Guide: IER Connector. for IBM Atlas Suite v6

IBM Atlas Policy Distribution Administrators Guide: IER Connector. for IBM Atlas Suite v6 IBM Atlas Policy Distribution Administrators Guide: IER Connector for IBM Atlas Suite v6 IBM Atlas Policy Distribution: IER Connector This edition applies to version 6.0 of IBM Atlas Suite (product numbers

More information

Bomgar PA Integration with ServiceNow

Bomgar PA Integration with ServiceNow Bomgar PA Integration with ServiceNow 2017 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property of

More information

Manipulating Database Objects

Manipulating Database Objects Manipulating Database Objects Purpose This tutorial shows you how to manipulate database objects using Oracle Application Express. Time to Complete Approximately 30 minutes. Topics This tutorial covers

More information

ISF Getting Started. Table of Contents

ISF Getting Started. Table of Contents ISF Getting Started Table of Contents Overview of Getting Started... 2 ISF Application Conventions & Navigation... 3 How to Log In... 9 How to Log Out... 12 User Profile Page... 13 Overview of ISF Security

More information

We start by providing you with an overview of the key feature of the IBM BPM Process Portal.

We start by providing you with an overview of the key feature of the IBM BPM Process Portal. Lab 1 Process Portal 1.1 Overview This lab exercise will make you familiar with the key capabilities of the ready-to-use Process Portal included with IBM Business Process Manager (BPM). You will experience

More information

CCRS Quick Start Guide for Program Administrators. September Bank Handlowy w Warszawie S.A.

CCRS Quick Start Guide for Program Administrators. September Bank Handlowy w Warszawie S.A. CCRS Quick Start Guide for Program Administrators September 2017 www.citihandlowy.pl Bank Handlowy w Warszawie S.A. CitiManager Quick Start Guide for Program Administrators Table of Contents Table of Contents

More information

Business Online Banking. Remote Business Deposit Quick Start Guide

Business Online Banking. Remote Business Deposit Quick Start Guide Business Online Banking Remote Business Deposit Quick Start Guide Table of Contents Creating a New Deposit.. 2 Capturing Deposits.. 4 Correcting Deposits... 7 Balancing Deposits 9 Multiple Deposit Accounts..

More information

OBIEE. Oracle Business Intelligence Enterprise Edition. Rensselaer Business Intelligence Finance Author Training

OBIEE. Oracle Business Intelligence Enterprise Edition. Rensselaer Business Intelligence Finance Author Training OBIEE Oracle Business Intelligence Enterprise Edition Rensselaer Business Intelligence Finance Author Training TABLE OF CONTENTS INTRODUCTION... 1 USER INTERFACE... 1 HOW TO LAUNCH OBIEE... 1 TERMINOLOGY...

More information

Operations Dashboard 7.2

Operations Dashboard 7.2 User Guide Focused Insights for SAP Solution Manager Document Version: 1.1 2017-07-31 ST-OST 200 SP 1 Typographic Conventions Type Style Example Example EXAMPLE Example Example EXAMPLE Description

More information

Teiid Designer User Guide 7.5.0

Teiid Designer User Guide 7.5.0 Teiid Designer User Guide 1 7.5.0 1. Introduction... 1 1.1. What is Teiid Designer?... 1 1.2. Why Use Teiid Designer?... 2 1.3. Metadata Overview... 2 1.3.1. What is Metadata... 2 1.3.2. Editing Metadata

More information

Data Explorer: User Guide 1. Data Explorer User Guide

Data Explorer: User Guide 1. Data Explorer User Guide Data Explorer: User Guide 1 Data Explorer User Guide Data Explorer: User Guide 2 Contents About this User Guide.. 4 System Requirements. 4 Browser Requirements... 4 Important Terminology.. 5 Getting Started

More information

User Guide. Version R92. English

User Guide. Version R92. English AuthAnvil User Guide Version R92 English October 9, 2015 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULATOS as updated from

More information

29 March 2017 SECURITY SERVER INSTALLATION GUIDE

29 March 2017 SECURITY SERVER INSTALLATION GUIDE 29 March 2017 SECURITY SERVER INSTALLATION GUIDE Contents 1. Introduction... 2 1.1 Assumptions... 2 1.2 Prerequisites... 2 2. Required setups prior the Security Server Installation... 3 1.1 Create domain

More information

Parish . User Manual

Parish  . User Manual Parish Email User Manual Table of Contents LOGGING IN TO PARISH EMAIL... 3 GETTING STARTED... 3 GENERAL OVERVIEW OF THE USER INTERFACE... 3 TERMINATE THE SESSION... 4 EMAIL... 4 MESSAGES LIST... 4 Open

More information

CRM Integration LDAP 06/01/2016

CRM Integration LDAP 06/01/2016 CRM Integration LDAP 06/01/2016 CRM Integration LDAP Page 0 CRM Integration Contents Intro... 2 Configuration... 2 Connection... 2 Fields... 2 Show Contact... 3 Testing... 4 CRM Integration LDAP Page 1

More information

QuickStart Training Guide: The Accounting Review Role

QuickStart Training Guide: The Accounting Review Role Accounting Review Role Final Approval of Expense Reports If you are an Accountant who is using ExpensAble Corporate to make final approval of employees expense reports, this information is for you. This

More information

Using SQL Developer. Oracle University and Egabi Solutions use only

Using SQL Developer. Oracle University and Egabi Solutions use only Using SQL Developer Objectives After completing this appendix, you should be able to do the following: List the key features of Oracle SQL Developer Identify menu items of Oracle SQL Developer Create a

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

Table of Contents DATA MANAGEMENT TOOLS 4. IMPORT WIZARD 6 Setting Import File Format (Step 1) 7 Setting Source File Name (Step 2) 8

Table of Contents DATA MANAGEMENT TOOLS 4. IMPORT WIZARD 6 Setting Import File Format (Step 1) 7 Setting Source File Name (Step 2) 8 Data Management Tools 1 Table of Contents DATA MANAGEMENT TOOLS 4 IMPORT WIZARD 6 Setting Import File Format (Step 1) 7 Setting Source File Name (Step 2) 8 Importing ODBC Data (Step 2) 10 Importing MSSQL

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

EDIT 2014 Users Manual

EDIT 2014 Users Manual EUROPEAN COMMISSION EUROSTAT Directorate B: Methodology; corporate statistical and IT Services Unit B-3: IT for statistical production EDIT 2014 Users Manual Date: 03.12.2014 Version: 01.20 Commission

More information

Quick Reference Guide Hosting WebEx Meetings

Quick Reference Guide Hosting WebEx Meetings Quick Reference Guide Hosting WebEx Meetings You can schedule meetings in advance, or start an instant meeting and invite participants to join you. They do not have to subscribe to WebEx. They simply click

More information

Cisco Mobile Skill Manager

Cisco Mobile Skill Manager The Unified CCX supervisor can use the on a smart phone to remotely manage the skill data of all associated agents. This application is not a native one and can run on smart phone browsers. The devices

More information

IBM NetBAY Virtual Console Software. Installer and User Guide

IBM NetBAY Virtual Console Software. Installer and User Guide IBM NetBAY Virtual Console Software Installer and User Guide INSTRUCTIONS This symbol is intended to alert the user to the presence of important operating and maintenance (servicing) instructions in the

More information

OU EDUCATE TRAINING MANUAL

OU EDUCATE TRAINING MANUAL OU EDUCATE TRAINING MANUAL OmniUpdate Web Content Management System El Camino College Staff Development 310-660-3868 Course Topics: Section 1: OU Educate Overview and Login Section 2: The OmniUpdate Interface

More information

User Guide Revised 5/16/2011. Prerequisites. MUNIS Dashboard Link: https://munis.sysapps.unlv.edu:55000

User Guide Revised 5/16/2011. Prerequisites. MUNIS Dashboard Link: https://munis.sysapps.unlv.edu:55000 MUNIS Dashboard 2.1 User Guide Revised 5/16/2011 Prerequisites MUNIS Dashboard requires: Access via Windows Internet Explorer Installation of.net Framework 1.1 Installation of ActiveX Control MUNIS Dashboard

More information

Processing Big Data with Hadoop in Azure HDInsight

Processing Big Data with Hadoop in Azure HDInsight Processing Big Data with Hadoop in Azure HDInsight Lab 4A Using Sqoop Overview In this lab, you will use Sqoop to transfer the results of data processing in HDInsight to Azure SQL Database. HDInsight provides

More information

Blackboard 5. Instructor Manual Level One Release 5.5

Blackboard 5. Instructor Manual Level One Release 5.5 Bringing Education Online Blackboard 5 Instructor Manual Level One Release 5.5 Copyright 2001 by Blackboard Inc. All rights reserved. No part of the contents of this manual may be reproduced or transmitted

More information

MicroStrategy Academic Program

MicroStrategy Academic Program MicroStrategy Academic Program Creating a center of excellence for enterprise analytics and mobility. HOW TO DEPLOY ENTERPRISE ANALYTICS AND MOBILITY ON AWS APPROXIMATE TIME NEEDED: 1 HOUR In this workshop,

More information

Working with Workbooks

Working with Workbooks Working with Workbooks In Datameer, you can create a workbook to get to new insights with your data. Inside the workbook, you can add additional data sources, change the column and sheet names, collapse

More information

Learning vrealize Orchestrator in action V M U G L A B

Learning vrealize Orchestrator in action V M U G L A B Learning vrealize Orchestrator in action V M U G L A B Lab Learning vrealize Orchestrator in action Code examples If you don t feel like typing the code you can download it from the webserver running on

More information

SQL Server Express Installation Guide

SQL Server Express Installation Guide SQL Server Express Installation Guide For SQL Server Express 2014 Last Updated 12/22/2016 All user guides are available for download on our support site at www.1-stepsoftware.com. This publication is the

More information

Contents. Anaplan Connector for MuleSoft

Contents. Anaplan Connector for MuleSoft SW Version 1.1.2 Contents 1 Overview... 3 2 Mulesoft Prerequisites... 4 3 Anaplan Prerequisites for the Demos... 5 3.1 export demo mule-app.properties file...5 3.2 import demo mule-app.properties file...5

More information

Nintex Reporting 2008 Help

Nintex Reporting 2008 Help Nintex Reporting 2008 Help Last updated: Thursday, 24 December 2009 1 Using Nintex Reporting 2008 1.1 Chart Viewer Web Part 1.2 Importing and Exporting Reports 1.3 Import Nintex report page 1.4 Item Level

More information

ForeScout Extended Module for Tenable Vulnerability Management

ForeScout Extended Module for Tenable Vulnerability Management ForeScout Extended Module for Tenable Vulnerability Management Version 2.7.1 Table of Contents About Tenable Vulnerability Management Module... 4 Compatible Tenable Vulnerability Products... 4 About Support

More information

SBCC Web File System - Xythos

SBCC Web File System - Xythos Table of Contents Table of Contents...1 Purpose...1 Login Procedure...1 Creating and Sharing a Web Folder for MAT153...2 Dreamweaver Remote Info...4 I Forgot My Pipeline Credentials...6 Purpose This purpose

More information

DSS User Guide. End User Guide. - i -

DSS User Guide. End User Guide. - i - DSS User Guide End User Guide - i - DSS User Guide Table of Contents End User Guide... 1 Table of Contents... 2 Part 1: Getting Started... 1 How to Log in to the Web Portal... 1 How to Manage Account Settings...

More information

LiveNX Upgrade Guide from v5.1.2 to v Windows

LiveNX Upgrade Guide from v5.1.2 to v Windows LIVEACTION, INC. LiveNX Upgrade Guide from v5.1.2 to v5.1.3 - Windows UPGRADE LiveAction, Inc. 3500 Copyright WEST BAYSHORE 2016 LiveAction, ROAD Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the

More information

Integration Service. Admin Console User Guide. On-Premises

Integration Service. Admin Console User Guide. On-Premises Kony MobileFabric TM Integration Service Admin Console User Guide On-Premises Release 7.3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and

More information

EditGrid Excel Plus Links

EditGrid Excel Plus Links EditGrid Excel Plus Links...1 Installation...2 Using EditGrid Excel Plus (quick)...3 Warnings:...3 Quick use...3 1. In order to make a link between an Excel file on your PC and an online file on EditGrid...3

More information

Oracle General Navigation Overview

Oracle General Navigation Overview Oracle 11.5.9 General Navigation Overview 1 Logging On to Oracle Applications You may access Oracle, by logging onto the ATC Applications Login System Status page located at www.atc.caltech.edu/support/index.php

More information

My Sysco Reporting Job Aid for CMU Customers. My Sysco Reporting. For CMU Customers (Serviced by Program Sales)

My Sysco Reporting Job Aid for CMU Customers. My Sysco Reporting. For CMU Customers (Serviced by Program Sales) My Sysco Reporting For CMU Customers (Serviced by Program Sales) 1 Accessing My Sysco Reporting... 2 Logging In... 2 The Reporting Dashboard... 3 My Sysco Reporting Process... 6 Generating a Report...

More information

RELEASE NOTES. Version NEW FEATURES AND IMPROVEMENTS

RELEASE NOTES. Version NEW FEATURES AND IMPROVEMENTS S AND S Implementation of the Google Adwords connection type Implementation of the NetSuite connection type Improvements to the Monarch Swarm Library Column sorting and enhanced searching Classic trapping

More information

Administration. Training Guide. Infinite Visions Enterprise Edition phone toll free fax

Administration. Training Guide. Infinite Visions Enterprise Edition phone toll free fax Administration Training Guide Infinite Visions Enterprise Edition 406.252.4357 phone 1.800.247.1161 toll free 406.252.7705 fax www.csavisions.com Copyright 2005 2011 Windsor Management Group, LLC Revised:

More information