Database to XML Wizard

Size: px
Start display at page:

Download "Database to XML Wizard"

Transcription

1 Database to XML Wizard Jitterbit Connect TM provides a fast, easy route to data transformation. This is made possible through a wizard-based integration tool built directly into Jitterbit. The wizard executes for the user all of the complex, detailed operations and components of a Transformation project. By stepping through the wizard, users can create an integration project without the need for coding. The screen conventions in this document are Source on the left and Target on the right. Creating a Database to XML Standard Transformation OR Log in to Salesforce via Jitterbit. To use the Jitterbit Connect Wizard, from the main menu click Help and then Getting Started. The Getting Started tab appears in the right pane of your screen. Open Jitterbit and click the Jitterbit Connect Icon at the top of the screen. The Jitterbit Connect Wizard menu appears. On This Page Creating a Database to XML Standard Transformation Creating Database Source Selection Creating Table Source Selection Creating Hierarchical Relationships Create Source SQL Where Clause Selection (OPTIONAL) Create Source Primary Key Selection (OPTIONAL) Update the Source Data Field Selection (OPTIONAL and is displayed only if the transformation is to a flat target.) Creating the Target Reviewing the Summary of the Operation Reviewing the Mapping Deploying the Project Related Articles Database to XML Wizard Transforming a Database to XML Start the Wizard by clicking the Database to XML button in the Standard column of the Jitterbit Connect Wizard menu. This displays the Database Source Selection screen. Begin creating your Project with the wizard. Creating Database Source Selection From Available Database Sources, select either Create New or an Existing Database Source. Related Topics Operations Standard Wizards Transformations Copyright Jitterbit, Inc. Page 1

2 Last updated: Sep 14, 2018 To create a New Database Source, fill in the requested Information. Enter an appropriate Name for your new source in the Name field. Choose Database from the Type drop-down menu. Select the appropriate Database Driver by clicking the Select button next to the driver field. Depending upon the driver you select, different fields may become enabled or disabled. Enter the Database Server Name (either name or IP address) you want to access into the Server Name field. Enter the Name of the database you want to access into the Database Name field. Enter a valid Username and Password that will allow access to your database into the Login and Password fields. OPTIONAL: If the database server is listening to a non-default port, you can un-select Use Default Port and specify a Custom Port. The default port differs depending on the selected driver. Select the Transaction Isolation Level from the drop-down. The options are the standard Transact-SQL's. Driver specific transaction isolation levels are not supported. The default is to use the driver or database server default transaction isolation level. If you want to set a limit for how long to wait for a successful connection to the database, enter the Number of Seconds in the timeout field. If you are using a JDBC driver, you can set the Fetch Size Property. This property gives the driver a hint as to the number of rows that should be fetched from the database when more rows are needed. This setting can be used for more efficient processing for large data sets. If there are any additional parameters that you want to add to your database connection string, enter the Parameters in the Additional Connection String Parameters field. The Construct Connection String Manually checkbox is unchecked by default. If you would like to define it yourself, check this Checkbox. You must then enter the Connection String in the corresponding text field. For more information, see Manual Connection String. You may wish to test your Connections before clicking Next. Clicking this Button makes sure all your connections work. A dialog box appears confirming that the connection was successful. If the connection test is unsuccessful, go back and check your Parameters. You may also contact the Jitterbit Help Desk. Click the Next button to go to Table Selection. Copyright Jitterbit, Inc. Page 2

3 Creating Table Source Selection Copyright Jitterbit, Inc. Page 3

4 OPTIONAL: Click the Download List of Tables button to download the list of available tables. You may enter a Search String in the Filter Search window. Check the Table or View Checkboxes to limit the objects to select. You may select the Checkbox for including system tables in the downloaded table names. You may select the Checkbox for including the schema/owner. NOTE: If you have not logged in at the beginning project, you will be prompted to do so when you click the Download List of Tables button. Once the tables are downloaded, you can copy Tables from the Available Tables column to the Selected Tables column. Highlight the Tables to be copied in the Available Tables column, and click the Right Arrow. The selections are then copied to the Selected Tables column. To remove tables from the Selected Tables column, highlight the Tables to be copied in the Selected Tables column, and click the Left Arrow. The selections are then moved back to the Available Tables column. After completing your tables: Click the Next button to display the Source Hierarchical Relationships screen, if the selected tables have a hierarchical relationship. Otherwise, the options SQL Where Clause screen will be displayed. Click the Cancel button to close the Wizard and return you to the Getting Started tab without saving your entries. To return to the previous screen, click the Back button. Creating Hierarchical Relationships Copyright Jitterbit, Inc. Page 4

5 Click the Select Parent Table dropdown and make a Selection. In this example, we have selected OrderHeader from the list. Click the Select Child Table dropdown and make a Selection. In this example, we have selected OrderDetail from the list. Click the Join Tables button. The Join Properties dialogue appears. In the Link Keys section, drag and drop a Parent Column (OrderHeader in this example) to a Child Column (OrderDetail in this example) to link them. As an alternative, you may select a column in each table to activate the Link button, then click this Button to link the columns. You may select a Link between two columns to activate the Remove Link button, then click that Button to remove the link. Click the Column Display Order button to select Database (the default) or Alphabetical. After completing the parent and child joining, select a Radio button to identify the join type. The default is One or More. In this example, we have left the default at One or More. Copyright Jitterbit, Inc. Page 5

6 Click OK to return to the Source Hierarchical Relationships screen, which displays your table tree showing the currently defined relationships OR click Cancel to return to the Source Hierarchical Relationships screen without saving your entries. To return to the previous screen, click the Back button. Click the Next button to display the optional SQL Where Clause screen. Click the Cancel button to close the Wizard and return you to the "Getting Started" tab without saving your entries. To return to the previous screen, click the Back button. Create Source SQL Where Clause Selection (OPTIONAL) Enter any SQL Where Clause desired to filter the source data. Click the Next button to display the optional Primary Key Selection screen. Copyright Jitterbit, Inc. Page 6

7 Click the Cancel button to close the Wizard and return you to the Getting Started tab without saving your entries. To return to the previous screen, click the Back button. Create Source Primary Key Selection (OPTIONAL) Select a Primary Key by clicking the Checkbox in the Select column to the left of the Name. The Nullable checkbox is checked by default. Leave selected if you want a column to contain null data elements. Click the Unselect All button to remove your selections. You may then make new selections. Click OK to save your selections and return to the Insert/Update screen, which now displays your selections. Click Cancel to discard your selections and return to the Insert/Update screen. Update the Source Data Field Selection (OPTIONAL and is displayed only if the transformation is to a flat target.) Select a Field in the Source Data to update when you want to filter out rows that have already been transformed. Copyright Jitterbit, Inc. Page 7

8 Click the Next button to display the Target File Format selection screen. Click the Cancel button to close the Wizard and return you to the Getting Started tab without saving your entries. To return to the previous screen, click the Back button. Creating the Target This screen prompts you to generate an XSD (an XML schema) based on the Source table. Click the No button to decline. Click the Yes button to generate an XSD. The screen expands to display a name field and Generate XSD button. Copyright Jitterbit, Inc. Page 8

9 Enter an XSD File Name and click the Generate XSD button. The screen expands to display the XML schema document. You may click the Options button to specify options for root name, target namespace, and inclusion of default values. Copyright Jitterbit, Inc. Page 9

10 Click the Next button to display the Target Options screen. Click the Cancel button to close the Wizard and return you to the Getting Started tab without saving your entries. To return to the previous screen, click the Back button. The "Validates XML instances against the selected XSD or DTD" checkbox is checked by default. In this example, we are leaving the checkbox checked. Copyright Jitterbit, Inc. Page 10

11 NOTE: If you wish the option of generating an xsi:schemalocation attribute in the target XML, enter a Schema Location in the text field. In this example, we are not selecting this option. Click the Next button to display the Select a File Target screen. Click the Cancel button to close the Wizard and return you to the Getting Started tab without saving your entries. To return to the previous screen, click the Back button. In this example, the MyXML Target was previously created outside the Wizard operation and appears here. For details on Target creation, click here. To select an existing File Target, click the Dropdown and make your selection. To edit an existing File Target, select from the Dropdown, which will open a dialog box in which you can edit the target parameters. Copyright Jitterbit, Inc. Page 11

12 Click the Create New button and complete the Fields to create a New File Target. Click the Back button to return to the previous screen. Reviewing the Summary of the Operation Copyright Jitterbit, Inc. Page 12

13 This step allows you to review the elements of your project before having Jitterbit automatically create all project definitions including operations, transformations, and web service calls. Take a few moments to browse through all elements of the project. If you need to make adjustments to your project, click the Back button to return to the previous screen and make the necessary changes. After reviewing your project, click Finish to display the Transformation tab. The Design pane populates. NOTE: If you have not already logged in to your local server, you will be prompted to do so now. TIP: You may wish to use Automapper, a powerful feature that can automatically map like names and types. This can save you time if there are many mappings. By default, the Use Automapper checkbox is selected. Click Finish to begin Automapper. To un-select, click the Checkbox. Reviewing the Mapping When you click Finish on the Summary screen, the Transformations tab opens in the workspace. The Mappings message is also displayed above the tab. Copyright Jitterbit, Inc. Page 13

14 If you have received this message, click Close. Before closing, you may also select the Do Not Show Me Again checkbox. If you have left the Use Automapper checkbox checked, most or all of the fields could be mapped for you already. Valid mapping is indicated by green lines between items in the Source and Target columns and, in addition, by the presence of a blue square next to each validly mapped item name. A red line indicates invalid mapping. A yellow line indicates that Jitterbit isn't sure if the mapping is valid for all data possibilities, but will attempt the transformation with this mapping. You can complete the mapping on the Transformations tab by dragging and dropping from Source on the left to Target on the right. When you do so, the Target item will take on the same name as the Source item, and a blue square will appear to the left of both Source item and Target item. See Transformations for more transformation details. To view the graphic summary of the operation, double-click the Operation Name under Jitterbit Connect / Database to XML in the left-hand pane. Deploying the Project Copyright Jitterbit, Inc. Page 14

15 At the top of the left-hand pane, right-click on the Project Name to highlight it, and then left-click Deploy on the resulting dropdown. The options for deploying the project will be displayed. Click the Deploy button to deploy your project. The deploy process begins sending the data to the server, and a progress message appears. To run this progress message in the background, click the Run in Background button. To cancel the deploy process, click the Cancel button, which returns you to the previous screen. Copyright Jitterbit, Inc. Page 15

These are the steps you will take to complete the tutorial. They are also the common processes through which you will create your own operations.

These are the steps you will take to complete the tutorial. They are also the common processes through which you will create your own operations. Quick Start Tutorial The goal of this tutorial is to help new users get acquainted with the Jitterbit Integration platform. This tutorial gives you hands-on experience using Jitterbit to transform information

More information

PST for Outlook Admin Guide

PST for Outlook Admin Guide PST for Outlook 2013 Admin Guide Document Revision Date: Sept. 25, 2015 PST Admin for Outlook 2013 1 Populating Your Exchange Mailbox/Importing and Exporting.PST Files Use this guide to import data (Emails,

More information

Restoring data from a backup

Restoring data from a backup Restoring data from a backup The following topics explain how to find a backup to restore and then perform a restore: Finding a backup to restore on page 98 Restoring to the original location on page 101

More information

The following instructions cover how to edit an existing report in IBM Cognos Analytics.

The following instructions cover how to edit an existing report in IBM Cognos Analytics. IBM Cognos Analytics Edit a Report The following instructions cover how to edit an existing report in IBM Cognos Analytics. Navigate to Cognos Cognos Analytics supports all browsers with the exception

More information

Create OData API for Use With Salesforce Connect

Create OData API for Use With Salesforce Connect Create OData API for Use With Salesforce Connect The following steps describe how to set up and configure Jitterbit LIVE API Platform to expose data in an easy to consume, secure form so that Salesforce

More information

Persistence Designer User s Guide. Version 3.4

Persistence Designer User s Guide. Version 3.4 Persistence Designer User s Guide Version 3.4 PERSISTENCE DESIGNER... 4 ADDING PERSISTENCE SUPPORT... 5 PERSIST AS COLUMNS OF A TABLE... 6 PERSIST ENTIRE MESSAGE AS XML... 7 DATABASE TABLE DESIGN... 8

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

Extracting and Storing PDF Form Data Into a Repository

Extracting and Storing PDF Form Data Into a Repository Extracting and Storing PDF Form Data Into a Repository This use case describes how to extract required information from a PDF form document to populate database tables. For example, you may have users

More information

Navigate to Cognos Cognos Analytics supports all browsers with the exception of Microsoft Edge.

Navigate to Cognos Cognos Analytics supports all browsers with the exception of Microsoft Edge. IBM Cognos Analytics Create a List The following instructions cover how to create a list report in IBM Cognos Analytics. A list is a report type in Cognos that displays a series of data columns listing

More information

Server Manager User and Permissions Setup

Server Manager User and Permissions Setup Login and Security Once you successfully create your company databases, the next step is to define the groups and users that can access the TRAVERSE data and the functionality they will have within the

More information

Checkbox Quick Start Guide

Checkbox Quick Start Guide Checkbox 5.0 - Quick Start Guide This How-To Guide will guide you though the process of creating a survey and adding a survey item to a page. Contents: - Log-In - How to create a survey - How to add/change

More information

Editing XML Data in Microsoft Office Word 2003

Editing XML Data in Microsoft Office Word 2003 Page 1 of 8 Notice: The file does not open properly in Excel 2002 for the State of Michigan. Therefore Excel 2003 should be used instead. 2009 Microsoft Corporation. All rights reserved. Microsoft Office

More information

Creating a Crosstab Query in Design View

Creating a Crosstab Query in Design View Procedures LESSON 31: CREATING CROSSTAB QUERIES Using the Crosstab Query Wizard box, click Crosstab Query Wizard. 5. In the next Crosstab Query the table or query on which you want to base the query. 7.

More information

Table of Contents Brainshark. All rights reserved.

Table of Contents Brainshark. All rights reserved. Table of Contents Administrator Reference Guide... 2 Introduction... 2 Topics... 2 Folders... 3 Manage Folders... 3 Edit Folder... 3 Edit Folder Properties... 3 Assign Folder Permissions (Viewer, Author,

More information

Static query Switch to a dynamic query Hints and Tips Support... 12

Static query Switch to a dynamic query Hints and Tips Support... 12 Page 1 of 12 Product: Database Accelerator Implement Static and Dynamic Queries Title: using QueryDB In the QueryDB User Guide we discussed the possibilities offered by this web service. This document

More information

QUERY USER MANUAL Chapter 7

QUERY USER MANUAL Chapter 7 QUERY USER MANUAL Chapter 7 The Spectrum System PeopleSoft Financials Version 7.5 1. INTRODUCTION... 3 1.1. QUERY TOOL... 3 2. OPENING THE QUERY TOOL... 4 3. THE QUERY TOOL PANEL... 5 3.1. COMPONENT VIEW

More information

Lab - Share Resources in Windows

Lab - Share Resources in Windows Introduction In this lab, you will create and share a folder, set permissions for the shares, create a Homegroup and a Workgroup to share resources, and map a network drive. Due to Windows Vista lack of

More information

My Publications Quick Start Guide

My Publications Quick Start Guide IHS > Decision Support Tool My Publications Quick Start Guide January 28, 2011 Version 2.0 2011 IHS, All Rights Reserved. All trademarks belong to IHS or its affiliated and subsidiary companies, all rights

More information

BEAWebLogic. Portal. Tutorials Getting Started with WebLogic Portal

BEAWebLogic. Portal. Tutorials Getting Started with WebLogic Portal BEAWebLogic Portal Tutorials Getting Started with WebLogic Portal Version 10.2 February 2008 Contents 1. Introduction Introduction............................................................ 1-1 2. Setting

More information

4 BSM FOUNDATION BOOTCAMP

4 BSM FOUNDATION BOOTCAMP Lab 4 BSM FOUNDATION BOOTCAMP BMC Analytics Using and Installing BMC Analytics Table of Contents Part I: Part II: Simple Report Creation Converting table to chart; switching the dimension. Part III: How

More information

Oracle SQL. murach s. and PL/SQL TRAINING & REFERENCE. (Chapter 2)

Oracle SQL. murach s. and PL/SQL TRAINING & REFERENCE. (Chapter 2) TRAINING & REFERENCE murach s Oracle SQL and PL/SQL (Chapter 2) works with all versions through 11g Thanks for reviewing this chapter from Murach s Oracle SQL and PL/SQL. To see the expanded table of contents

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

ServiceMax Basic Navigation

ServiceMax Basic Navigation ServiceMax Enablement Quick Reference Guide 05 ServiceMax, Inc Rights Reserved ServiceMax Basic Navigation This guide is designed to provide users with the basic knowledge and usability of the ServiceMax

More information

Configuring Microsoft Outlook to Connect to Hosted Exchange Service

Configuring Microsoft Outlook to Connect to Hosted Exchange Service Configuring Microsoft Outlook to Connect to Hosted Exchange Service Configuring Microsoft Outlook for Hosted Exchange Service Version: 1.0 Updated on: April 27, 2011 Page 1 of 7 TABLE OF CONTENTS Configuring

More information

Configuring Data Masking. Version: 7.3

Configuring Data Masking. Version: 7.3 Configuring Data Masking 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

Global Standard for the Paper and Forest Products

Global Standard for the Paper and Forest Products Global Standard for the Paper and Forest Products papinet ISS tool user guide V2R20 February 2010 Table of Contents Table of Contents...1 Introduction...2 Background... 2 Overview of papinet ISS... 2 papinet

More information

Outlook Web App (Exchange 2010) User Guide Computer Training Solutions Version Revision Date

Outlook Web App (Exchange 2010) User Guide Computer Training Solutions Version Revision Date Outlook Web App (Exchange 2010) Computer Training Solutions Version 1.7 Revision Date 2014-December-1 Table of Contents QUICK REFERENCE... 2 OUTLOOK WEB APP URL... 2 MANITOBA EHEALTH SERVICE DESK... 2

More information

UTAS CMS. Easy Edit Suite Workshop V3 UNIVERSITY OF TASMANIA. Web Services Service Delivery & Support

UTAS CMS. Easy Edit Suite Workshop V3 UNIVERSITY OF TASMANIA. Web Services Service Delivery & Support Web Services Service Delivery & Support UNIVERSITY OF TASMANIA UTAS CMS Easy Edit Suite Workshop V3 Web Service, Service Delivery & Support UWCMS Easy Edit Suite Workshop: v3 Contents What is Easy Edit

More information

Mobile Client. User Manual. Version: 2.0.0

Mobile Client. User Manual. Version: 2.0.0 Mobile Client User Manual Version: 2.0.0 Index Sr. No. Topic Page 1 Requirement 3 2 How to use Mobile Client 4 3 Compose Message 5 4 Select Contacts 6 5 Manage Contacts 17 6 Manage Distribution List 23

More information

Managing Your Website with Convert Community. My MU Health and My MU Health Nursing

Managing Your Website with Convert Community. My MU Health and My MU Health Nursing Managing Your Website with Convert Community My MU Health and My MU Health Nursing Managing Your Website with Convert Community LOGGING IN... 4 LOG IN TO CONVERT COMMUNITY... 4 LOG OFF CORRECTLY... 4 GETTING

More information

CollabNet TeamForge 5.3 Evaluator s Guide

CollabNet TeamForge 5.3 Evaluator s Guide CollabNet TeamForge 5.3 Evaluator s Guide Thank you for evaluating CollabNet TeamForge 5.3. This Evaluator s Guide will help you experience the key features of CollabNet TeamForge by walking you through

More information

POS Designer Utility

POS Designer Utility POS Designer Utility POS Designer Utility 01/15/2015 User Reference Manual Copyright 2012-2015 by Celerant Technology Corp. All rights reserved worldwide. This manual, as well as the software described

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

User Guide Product Design Version 1.7

User Guide Product Design Version 1.7 User Guide Product Design Version 1.7 1 INTRODUCTION 3 Guide 3 USING THE SYSTEM 4 Accessing the System 5 Logging In Using an Access Email 5 Normal Login 6 Resetting a Password 6 Logging Off 6 Home Page

More information

Skyway Builder 6.3 Reference

Skyway Builder 6.3 Reference Skyway Builder 6.3 Reference 6.3.0.0-07/21/09 Skyway Software Skyway Builder 6.3 Reference: 6.3.0.0-07/21/09 Skyway Software Published Copyright 2009 Skyway Software Abstract The most recent version of

More information

BRIEFCASES & TASKS ZIMBRA. Briefcase can be used to share and manage documents. Documents can be shared, edited, and created using Briefcases.

BRIEFCASES & TASKS ZIMBRA. Briefcase can be used to share and manage documents. Documents can be shared, edited, and created using Briefcases. BRIEFCASES & TASKS ZIMBRA BRIEFCASES Briefcase can be used to share and manage documents. Documents can be shared, edited, and created using Briefcases. Options Briefcase New Briefcase To create briefcases,

More information

ORACLE RDC ONSITE RESEARCH COORDINATOR TRAINING

ORACLE RDC ONSITE RESEARCH COORDINATOR TRAINING ORACLE RDC ONSITE RESEARCH COORDINATOR TRAINING TRAINING REQUIREMENTS RDC system training is designed and conducted for access to OnSite. Additional RDC training will be provided on a per study basis by

More information

Enterprise Architect. User Guide Series. Model Wizard

Enterprise Architect. User Guide Series. Model Wizard Enterprise Architect User Guide Series Model Wizard How to create a model quickly? In Sparx Systems Enterprise Architect, the Model Wizard provides Patterns from a wide range of technologies, to help you

More information

New Student Form Registration Online Parent Guide. McMinnville School District

New Student Form Registration Online Parent Guide. McMinnville School District New Student Form Registration Online Parent Guide McMinnville School District 2016-17 Steps for Enrollment Online Process 1. Create an e-mail account if you do not have one. Create an e-mail account if

More information

XML Notepad Using XML Notepad 2007 to find XSD Errors in MCCC XML files

XML Notepad Using XML Notepad 2007 to find XSD Errors in MCCC XML files XML Notepad 2007 When you receive an error message related to XML or XSD validation, it means your Minnesota Comprehensive Course Catalog (MCCC) XML file contains one or more incorrect records. Fields

More information

DocAve for Salesforce 2.1

DocAve for Salesforce 2.1 DocAve for Salesforce 2.1 This document is intended for anyone wishing to familiarize themselves with the user interface and basic functionality of AvePoint s DocAve for Salesforce tool. System Requirements

More information

Important notice regarding accounts used for installation and configuration

Important notice regarding accounts used for installation and configuration System Requirements Operating System Nintex Reporting 2008 can be installed on Microsoft Windows Server 2003 or 2008 (32 and 64 bit supported for both OS versions). Browser Client Microsoft Internet Explorer

More information

Implement static and dynamic queries. using QuerySharePoint

Implement static and dynamic queries. using QuerySharePoint Page 1 of 11 Product: Database Accelerator Implement static and dynamic queries Title: using QuerySharePoint Qdabra s Database Accelerator (DBXL) allows you to obtain data from a SharePoint list by using

More information

Fairfield University Using Xythos for File Storage

Fairfield University Using Xythos for File Storage Fairfield University Using Xythos for File Storage Version 7.0 Table of Contents I: Accessing your Account...2 II: Uploading Files via the Web...2 III: Manage your Folders and Files via the Web...4 IV:

More information

PowerExchange IMS Data Map Creation

PowerExchange IMS Data Map Creation PowerExchange IMS Data Map Creation 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise)

More information

Trustedchoice.com Agency Profile User Manual

Trustedchoice.com Agency Profile User Manual Trustedchoice.com Agency Profile User Manual User Manual Page 1 1. Getting started 1.1 Accessing the website Step Action 1 Open the internet browser on your computer. 2 Type http://www.projectcapmarketing.com

More information

Investigator Site OC RDC PDF User Guide

Investigator Site OC RDC PDF User Guide Investigator Site OC RDC PDF User Guide Version 1.0 Page 1 of 40 TABLE OF CONTENTS Accessing OC RDC Steps for Access 3 Logging On 4 Change Password 4 Laptop and System Security 5 Change Study 5 Navigating

More information

jdoe 5. In the password field, enter in the same password you use to logon to your workstations. 6. Click OK.

jdoe 5. In the password field, enter in the same password you use to logon to your workstations. 6. Click OK. Outlook Web Access Quick Start Document Logging On 1. Open Internet Explorer. 2. Type http://webmail.min201.org in the address bar or go to www.min201.org and click on I Webmail. 3. Enter the following

More information

ICL02: Security Analytics: Discover More in your Endpoint Protection Dashboard Hands-On Lab

ICL02: Security Analytics: Discover More in your Endpoint Protection Dashboard Hands-On Lab ICL02: Security Analytics: Discover More in your Endpoint Protection Dashboard Hands-On Lab Description In this lab you will learn how to install and create custom reports and dashboards using IT Analytics

More information

Altova CbC Reporting Solution. Quick Start

Altova CbC Reporting Solution. Quick Start All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying, recording, taping, or information storage and retrieval

More information

Agnitio Manager 4.26 User Manual

Agnitio Manager 4.26 User Manual Agnitio Manager 4.26 User Manual Table of content 1 Document Contents and purpose... 5 2 Document History... 5 2.1 Revision History... 5 2.2 Document Review... 5 2.3 List of abbreviations... 5 2.4 Disclaimer...

More information

MyLanguageLabs Instructions for St. Olaf Faculty

MyLanguageLabs Instructions for St. Olaf Faculty World Languages Center St. Olaf College January 2014 MyLanguageLabs Instructions for St. Olaf Faculty DIRECTIONS FOR INTERNET EXPLORER 1. Open Internet Explorer and go to http://www.mylanguagelabs.com.

More information

Contents. Signing In... 3 Answering Your Personal Security Question... 4 Forgetting Your Password... 4 Exploring the Learning Center Interface...

Contents. Signing In... 3 Answering Your Personal Security Question... 4 Forgetting Your Password... 4 Exploring the Learning Center Interface... User Guide Contents Logging On... Signing In... Answering Your Personal Security Question... 4 Forgetting Your Password... 4 Exploring the Learning Center Interface... 5 Understanding Icons... 5 Understanding

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

OSR Composer 3.7 User Guide. Updated:

OSR Composer 3.7 User Guide. Updated: OSR Composer 3.7 User Guide Updated: 2013-01-31 Copyright OneStop Reporting AS www.onestopreporting.com Table of Contents Introduction... 1 Who should read this manual... 1 What s included in this manual...

More information

Installing Oracle 12c R1 on a 64-bit OS

Installing Oracle 12c R1 on a 64-bit OS Complete this step only AFTER installing SQL Server Development Tools (SSDT). To install Oracle, complete these steps. Confirm Prerequisite 1) Confirm SSDT (Sql Server Data Tools) exists on the workstation.

More information

Navigate to Cognos Cognos Analytics supports all browsers with the exception of Microsoft Edge.

Navigate to Cognos Cognos Analytics supports all browsers with the exception of Microsoft Edge. IBM Cognos Analytics Create a Crosstab The following instructions cover how to create a crosstab report in IBM Cognos Analytics. A crosstab is a report type in Cognos that displays an analytical look at

More information

Author A.Kishore/Sachin WinSCP

Author A.Kishore/Sachin   WinSCP WinSCP WinSCP is a freeware windows client for the SCP (secure copy protocol), a way to transfer files across the network using the ssh (secure shell) encrypted protocol. It replaces other FTP programs

More information

WinSCP. Author A.Kishore/Sachin

WinSCP. Author A.Kishore/Sachin WinSCP WinSCP is a freeware windows client for the SCP (secure copy protocol), a way to transfer files across the network using the ssh (secure shell) encrypted protocol. It replaces other FTP programs

More information

Page 1 of 6 Procedures > Pages > Procedures Use -the-system > MI-generate-report MI - Generate Report I Like It Tags & Notes MI - Generate Report This is an explanation of how to access, view and filter

More information

Using ILOG JRules in WebSphere Integration Developer

Using ILOG JRules in WebSphere Integration Developer Using ILOG JRules in WebSphere Integration Developer Table of Contents Introduction... 3 Goal... 3 Time to Complete... 3 Prerequisites... 3 System Setup... 3 Resources... 3 Overview... 4 The Application...

More information

RWT Network System Installation Guide

RWT Network System Installation Guide RWT Network System Installation Guide Copyright 2003, Talking Fingers, Inc. Page 1 of 48 This document is Copyright 2003 by Talking Fingers, Inc. All rights are reserved. This document may not be copied

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

PowerPoint Basics (Office 2000 PC Version)

PowerPoint Basics (Office 2000 PC Version) PowerPoint Basics (Office 2000 PC Version) Microsoft PowerPoint is software that allows you to create custom presentations incorporating text, color, graphics, and animation. PowerPoint (PP) is available

More information

New World ERP-eSuite

New World ERP-eSuite New World ERP-eSuite 2018.1 INSTALLATION GUIDE April 9, 2018 Review important information for installing this release: SSL is required for esuite Services and Website servers. 2018 Tyler Technologies.

More information

Creating a PDF Report with Multiple Queries

Creating a PDF Report with Multiple Queries Creating a PDF Report with Multiple Queries Purpose This tutorial shows you how to create a PDF report that contains a table and graph utilizing two report queries. Time to Complete Approximately 15 minutes

More information

New Dropbox Users (don t have a Dropbox account set up with your Exeter account)

New Dropbox Users (don t have a Dropbox account set up with your Exeter  account) The setup process will determine if you already have a Dropbox account associated with an Exeter email address, and if so, you'll be given a choice to move those contents to your Phillips Exeter Dropbox

More information

Dealing with Event Viewer

Dealing with Event Viewer Dealing with Event Viewer Event Viewer is a troubleshooting tool in Microsoft Windows 2000.This how-to article will describe how to use Event Viewer. Event Viewer displays detailed information about system

More information

User's Guide c-treeace SQL Explorer

User's Guide c-treeace SQL Explorer User's Guide c-treeace SQL Explorer Contents 1. c-treeace SQL Explorer... 4 1.1 Database Operations... 5 Add Existing Database... 6 Change Database... 7 Create User... 7 New Database... 8 Refresh... 8

More information

HOW TO ADD SIGNATURE TO MICROSOFT OFFICE OUTLOOK

HOW TO ADD SIGNATURE TO MICROSOFT OFFICE OUTLOOK HOW TO ADD SIGNATURE TO MICROSOFT OFFICE OUTLOOK QUARTER TO SEMESTER ICON VERSIONS: 2016, 2013 & OFFICE 365 HOW TO SAVE ICON TO COMPUTER Step 1: Open Email containing Quarters to Semesters Icon Click Here

More information

1. Move your mouse to the location you wish text to appear in the document. 2. Click the mouse. The insertion point appears.

1. Move your mouse to the location you wish text to appear in the document. 2. Click the mouse. The insertion point appears. Word 2010 Text Basics Introduction Page 1 It is important to know how to perform basic tasks with text when working in a word processing application. In this lesson you will learn the basics of working

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

Tip: You can modify variable settings after you add the web application. See Managing repository variable list values, page 4.

Tip: You can modify variable settings after you add the web application. See Managing repository variable list values, page 4. Repository Variables How To You can use repository variables to store values that can be used in all scripts recorded or run against an application version. This helps reduce the need for extensive script

More information

K2 Package and Deployment April SOURCECODE TECHNOLOGY HOLDINGS, INC. Page 1.

K2 Package and Deployment April SOURCECODE TECHNOLOGY HOLDINGS, INC. Page 1. K2 Package and Deployment 4.6.7 April 2014 2014 SOURCECODE TECHNOLOGY HOLDINGS, INC. Page 1. Overview K2 Package and Deployment Overview K2 Package and Deployment Installation and Upgrading Important Considerations

More information

Enter My Textbooks Instructors enter instructional materials for their assigned classes.

Enter My Textbooks Instructors enter instructional materials for their assigned classes. Enter My Textbooks Instructors enter instructional materials for their assigned classes. Course Types include: Article, Book, Cassette Recording, Chapter, Computer File, Electronic Resource, Film or Movie,

More information

1. In Outlook click on the blue (2013) or yellow (2010) File tab in the top left corner of the window. 2. Click on + Add Account

1. In Outlook click on the blue (2013) or yellow (2010) File tab in the top left corner of the window. 2. Click on + Add Account This tutorial explains the two methods for accessing a shared mailbox. Users with Full Access to the mailbox should use method 1. Those who have folder level access to the mailbox should use method 2.

More information

Portal Access Software Technical Manual

Portal Access Software Technical Manual Portal Access Software Technical Manual Instructions for using the Portal Access Software with the Maxprep, Maxwell RSC and Maxwell RSC 48 Instruments TM549 Revised 1/19 Table of Contents 1 Description...1

More information

Backup everything to cloud / local storage. CloudBacko Home. Essential steps to get started

Backup everything to cloud / local storage. CloudBacko Home. Essential steps to get started CloudBacko Home Essential steps to get started Last update: December 2, 2016 Index Step 1). Installation Step 2). Configure a new backup set, trigger a backup manually Step 3). Configure other backup set

More information

Completing Baseline s Site Survey Request Form

Completing Baseline s Site Survey Request Form Completing Baseline s Site Survey Request Form The first step in successfully implementing a radio network for your irrigation controllers is to identify the proposed locations for each radio. These radios

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions ACCESS AND NAVIGATION 1. Can I change my password? 2. What are the guidelines for a new password? 3. What types of information will I get in RDC news? 4. I closed RDC Onsite

More information

SCHOOL COLLABORATION SITES Reference Guide

SCHOOL COLLABORATION SITES Reference Guide SCHOOL COLLABORATION SITES Reference Guide Information Technology Services SCHOOL COLLABORATION SITES Reference Guide Information Technology Services 13135 SW 26 ST Miami, FL 33176 Phone 305.995.3770 Fax

More information

iway Omni-Payer Management Central User s Guide Version DN

iway Omni-Payer Management Central User s Guide Version DN iway Omni-Payer Management Central User s Guide Version 1.3.5.1 DN3502187.0715 Active Technologies, EDA, EDA/SQL, FIDEL, FOCUS, Information Builders, the Information Builders logo, iway, iway Software,

More information

HTML REPORT VIEWER. Intellicus Enterprise Reporting and BI Platform. Intellicus Technologies

HTML REPORT VIEWER. Intellicus Enterprise Reporting and BI Platform. Intellicus Technologies HTML REPORT VIEWER Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com HTML Viewer i Copyright 2012 Intellicus Technologies This document and

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

IP4 - Running reports

IP4 - Running reports To assist with tracking and monitoring HRIS recruitment and personnel, reports can be run from Discoverer Plus. This guide covers the following process steps: Logging in... 2 What s changed? Changed reference

More information

Kean University. System Guide. cougar.kean.edu. Your window to the world

Kean University.  System Guide. cougar.kean.edu.   Your window to the world Kean University E-Mail System Guide cougar.kean.edu www.kean.edu Your window to the world USING KEAN UNIVERSITY E-MAIL SYSTEM (COUGAR) This document is divided into three sections: Messenger Express Basics:

More information

25Live. Training Manual. 25Live

25Live. Training Manual. 25Live 25Live Training Manual 25Live 25live@mail.montclair.edu 25Live Table of Contents Contents 25Live Training 25Live Training Manual Manual OVERVIEW The 25Live Dashboard 25Live Home Calendar 25Live Availability

More information

CUSTOMIZING CHECKPOINT YOUR CHECKPOINT HOME TAB

CUSTOMIZING CHECKPOINT YOUR CHECKPOINT HOME TAB CUSTOMIZING CHECKPOINT YOUR CHECKPOINT HOME TAB QUICK REFERENCE Checkpoint User Name: Password: To save your login name and password, select the Remember Me option on the login screen. For support, go

More information

Astra Schedule User Guide Scheduler

Astra Schedule User Guide Scheduler Astra Schedule User Guide 7.5.12 Scheduler 1 P a g e ASTRA SCHEDULE USER GUIDE 7.5.12... 1 LOGGING INTO ASTRA SCHEDULE... 3 LOGIN CREDENTIALS... 3 WORKING WITH CALENDARS... 4 CHOOSING A CALENDAR AND FILTER...

More information

www.insightsoftware.com for JD Edwards World and EnterpriseOne Version: 3.3 Last Updated: September 2, 2011 Contents 1. Architecture... 3 Overview... 3 Deployment... 4 Database Space... 4 Using This Guide...

More information

EMC SourceOne for Microsoft SharePoint Version 6.7

EMC SourceOne for Microsoft SharePoint Version 6.7 EMC SourceOne for Microsoft SharePoint Version 6.7 Administration Guide P/N 300-012-746 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2011

More information

User Guide. Avery Dennison Web Ordering Solution for Steinmart

User Guide. Avery Dennison Web Ordering Solution for Steinmart User Guide Avery Dennison Web Ordering Solution for Steinmart March 2012 Copyright 2012 A very Dennison The information in this document is subject to change without notice and should not be construed

More information

SharePoint AD Administration Tutorial for SharePoint 2007

SharePoint AD Administration Tutorial for SharePoint 2007 SharePoint AD Administration Tutorial for SharePoint 2007 1. General Note Please note that AD Administration has to be activated before it can be used. For further reference, please see our Product Installation

More information

Introduction to IBM Data Studio, Part 1: Get started with IBM Data Studio, Version and Eclipse

Introduction to IBM Data Studio, Part 1: Get started with IBM Data Studio, Version and Eclipse Introduction to IBM Data Studio, Part 1: Get started with IBM Data Studio, Version 1.1.0 and Eclipse Install, work with data perspectives, create connections, and create a project Skill Level: Intermediate

More information

Connecting to the NJITSecure wireless network.

Connecting to the NJITSecure wireless network. Connecting to the NJITSecure wireless network. 1. Start by going to the Start menu and selecting Control Panel 2. Your control Panel will most likely be in Category view, you will need to change it to

More information

2015 Beta 2 Tutorials

2015 Beta 2 Tutorials 2015 Beta 2 Tutorials 2015 Beta 2 FOR WINDOWS & UNIX & LINUX Contents 1 Tutorial 2: Config, Deploy & Run the Application... 1 1.1 Task 1: Configure the database type... 1 1.2 Task 2: Configure the database

More information

Introduction to IBM Data Studio, Part 1: Get started with IBM Data Studio, Version and Eclipse

Introduction to IBM Data Studio, Part 1: Get started with IBM Data Studio, Version and Eclipse Introduction to IBM Data Studio, Part 1: Get started with IBM Data Studio, Version 1.1.0 and Eclipse Install, work with data perspectives, create connections, and create a project Skill Level: Intermediate

More information

CaliberRM 5.1 Integration for Describe Enterprise

CaliberRM 5.1 Integration for Describe Enterprise CaliberRM 5.1 Integration for Describe Enterprise Describe Enterprise integration is now available from within the Borland CaliberRM 5.1 software suite. This document describes how to set up and configure

More information

MS Dynamics 2015 Case Management Fundamentals

MS Dynamics 2015 Case Management Fundamentals MS Dynamics 2015 Case Management Fundamentals Version 1.0 Page 1 of 86 Contents 1 Navigation and Tiles... 4 1.1 Using Case Management... 4 1.2 Setting your Home Screen... 5 Records Per Page... 6 Hints

More information

ORACLE RDC ONSITE RESEARCH COORDINATOR TRAINING

ORACLE RDC ONSITE RESEARCH COORDINATOR TRAINING ORACLE RDC ONSITE RESEARCH COORDINATOR TRAINING TRAINING REQUIREMENTS RDC system training is designed and conducted for access to OnSite. Additional RDC training will be provided on a per study basis by

More information