Table of Contents. Eccella 1

Size: px
Start display at page:

Download "Table of Contents. Eccella 1"

Transcription

1 ECCELLA 22-Apr-14

2 Table of Contents Introduction... 2 About the tool... 2 Features... 2 Scope... 3 Components... 4 Input... 4 Outputs... 5 Points to Note... 5 Operation... 6 Installation... 6 Update Licensing Information Execution Appendix A. Velocity_Standards.xml Eccella 1

3 Introduction Manual code reviews and cleanup of Informatica PowerCenter mappings and workflows take a considerable amount of time and effort. Even then, there remains some scope for human errors and an impact on project deadlines. The purpose of this tool is to significantly reduce the time taken for mapping review and correction, to increase the review quality and effectiveness and more importantly to automate the entire process ensuring consistency and accuracy. About the tool The Eccella Mapping Cleanup Tool requires Informatica B2B Data Transformation (DT) and as such the studio must be installed on the local client machine where it is executed. The Informatica B2B DT studio is included in the standard client tool installer for Informatica PowerCenter. The tool takes an XML input and provides an XML output. The XML input is the exported XML of mappings or workflows from PowerCenter and the corrected XML output can be directly imported back into PowerCenter. The Eccella Mapping Cleanup Tool reviews the input XML, finds if any standard conventions are not followed, provides reports on the violations found, corrects and standardizes those violations as confirmed by the user and finally outputs the corrected XML. Features The tool has the following features: - The tool can review and clean up the input XML based on ten different rules. - Along with the cleaned up output XML, the tool also generates HTML reports summarizing the changes in the input XML. - User has the option to Review the input XML and verify the possible changes. - User may then select the rules which would be checked for while the input XML is being cleaned up. - User can customize the naming standards to be followed by the tool while reviewing and cleaning up the source XML. - User can selectively mark workflows, tasks, mappings, transformations or ports to be ignored by the tool in the cleanup process. Eccella 2

4 - The tool can cleanup multiple objects in one run. So the user may export all the mappings or workflows in a folder into one XML and clean all of them up in just one run. Scope The tool reviews and cleans up the input XML based on the following rules: R01. Naming Standards: Check if the mappings, transformations within the mappings, workflows and tasks within the workflows have standard names with the correct prefixes. If naming standards are not followed, the names are updated in the XML if possible. The naming standards followed by the tool during the cleanup process may be customized, if required, by updating a configuration file named Velocity_Standards.xml. The guidelines on customizing the standards are given in Appendix A. R02. Port Ordering: Check if the ports within the expression or aggregator transformations, are in the standard order (Input, Input-Output, Variable, Output). If the port ordering is not standard, it is updated in the mapping if possible. R03. Filters with Default True Condition: Check if a filter transformation has its filter condition defaulted, i.e. TRUE, or set to some non-zero number (which also means TRUE). If such a filter transformation is found, it is removed from the mapping if possible. R04. Unused Lookups/Stored-Procedures: Check if there are any unconnected lookups or stored-procedures (of 'normal' type) in a mapping which are not called or used in any other transformation in the mapping. If such an unused transformation is found, it is removed from the mapping if possible. R05. Tracing Level: Check the tracing level of each transformation in the mappings and sessions. The tracing level of each transformation can be updated to a desired tracing level. Note, verbose tracing levels lead to larger logs and decrease the performance in general. R06. Description: Report if the workflows, tasks within the workflows, mappings, tasks within the mappings do not have a description provided. R07. Push-down Optimization: Report if a filter/sorter/aggregator/joiner transformation is present right after source qualifier(s) reading from a database. In the above scenario, the logic implemented by Eccella 3

5 Note: the former may also be implemented in the SQL query override of the source qualifier in order to make the mapping more efficient. R08. Consecutive Transformations of Same Type: Report if there are connections between transformations of the same type. The types being Update Strategy, Expression, Aggregator, Filter, Router, Sorter, Transaction Control. The number of transformations used in a mapping should be reduced if possible. So the logic implemented in two consecutive transformations of the same type can also be implemented in a single transformation of that type. R09. Sorted Input in Joiners/Aggregators: Report if a joiner or an aggregator transformation does not have its sorted input option checked. It is always advisable to give sorted input to a joiner or an aggregator. R10. Port Attributes: Report if the datatypes of two connected ports do not match, or if the length of a port is greater than the length of the port it is connected to which might lead to data truncation. - Rules R01 to R05 make changes in the input XML and cleans it up. - Rules R06 to R10 only generate reports. - When the user is reviewing the input XML for possible cleanups, nothing is actually changed in the input XML. Components The tool has been packed into one single installer named Eccella_Mapping_Cleanup_Tool_v2.0-setup.exe. A license key file is separately sent out along with the installer. This key file should be used to update the licensing information for the installation. Input The tool accepts XML export of mappings or workflows, directly exported from PowerCenter. The mappings or workflows must be exported from a non-shared folder only. User may export multiple mappings or workflows together into one XML from the Repository Manager. Eccella 4

6 Outputs After the input XML is cleaned up by the tool, it creates a cleaned up output XML file which may be directly imported back into PowerCenter. The name of this file is Output_XML_for_re-Import.xml. The tool also generates the following html reports along with the cleaned up output XML file. Dashboard.html This file has the links to all other reports generated. When the input XML is reviewed, this report contains the links to all the other review reports listing the possible cleanups in the input XML. And when the input XML is cleaned up, this report contains the links to all the other cleanup reports listing the changes done in the input XML. All the other reports are generated rule-wise as listed below. R01-Mapping_Name_Updates.html R01-Task_Workflow_Name_Updates.html R01-Transformation_Name_Updates.html R01-Transformation_Port_Name_Updates.html R02-Port_Ordering_Check.html R03-Default_Filters_Check.html R04-Unused_Transformations_Check.html R05-Tracing_Level_Check.html R06-Description_Check_Mappings.html R06-Description_Check_Workflows.html R07-PushDownOptimization_Check.html R08-SameType_Transformation_Check.html R09-Sorted_Input_Check.html R10-Port_Attribute_Mismatches.html Points to Note 1. The input XML may have multiple mappings or workflows but they should be exported from a non-shared folder only. Multiple mappings or workflows may be exported together into one XML from the Repository Manager. 2. As a pre-requisite, the user must have Informatica B2B Data Transformation installed on their local machine. Eccella 5

7 3. A file with the default naming standards and prefixes (Velocity_Standards.xml) comes with the installation, and may be easily customized by the user if they want the tool to follow different naming standards. 4. None of the prefixes in the Velocity Standards XML should be NULL (other than for INPUT/OUTPUT and INPUT/OUTPUT/MASTER prefixes under the Port_Prefixes group). This is not checked in the tool, so user should ensure this. 5. All the prefixes in the Velocity Standards XML should be DISTINCT. Again this is not checked in the tool, so user should ensure this as well. 6. A text #Ignore# may be included in the description of a workflow, task, mapping, transformation or a port and that object will be ignored by the tool while cleaning up the input XML. Thus user may selectively mark objects which he doesn t want the tool to update. 7. If any mapping or transformation has the CRCValue attribute set, then it and its child elements are not updated as that would invalidate the XML. But the cleanups required in those mappings or transformations would show up in the reports. 8. Reusable mapplets and transformations are not reviewed nor cleaned (other than their instance name). Operation Installation The installation package consists of an installer. The Eccella Mapping Cleanup Tool may be installed as shown below: 1. Run the installer Eccella_Mapping_Cleanup_Tool_v2.0-setup.exe. 2. Click Next > in the welcome screen. Eccella 6

8 3. Choose the folder where the tool will be installed and click Next >. Note, you need to have administrative privileges in this folder for the tool to run. Eccella 7

9 4. Choose the Start Menu folder where the shortcuts will be created and click Next > on the next screen. 5. Select the checkbox to create a desktop shortcut and click Next > on the next screen. Eccella 8

10 6. Verify the summary and click Install on the final screen to install the tool. 7. Wait till the tool installs. Eccella 9

11 8. After it installs, click Finish. The tool will run, and you need to update the licensing information when it runs for the first time. Update Licensing Information When you purchased the Eccella Mapping Cleanup Tool from us, you must have received a license key file named Eccella_Mapping_Cleanup_Tool.key. This file contains your licensing information and you need to update this in the tool before it can be used. Follow the steps below to update the licensing information: 1. Procure the license key file (Eccella_Mapping_Cleanup_Tool.key) you received. 2. During the first run of the tool you ll be prompted to update the licensing information. Click OK. Eccella 10

12 3. Browse and select the license key file. 4. The tool will then update its licensing information and start if the license is valid. Now that you have updated the licensing information, you may now use the tool. Execution Before you start the tool, export the mappings or workflows you want the tool to cleanup into an XML file preferably from the Repository Manager. Now that you have the input source XML, start the tool from either the desktop shortcut created or from the start menu programs shortcut created during the installation. Eccella 11

13 1. By default the tool follows the velocity naming standards while cleaning up the input XML. But if you want the tool to use different naming standards, you may edit the Velocity_Standards.xml file and update it as required. 2. Under the third tab, clicking on the Edit button will open up the directory containing the Velocity_Standards.xml file. You may edit this file with any text editor. Please make sure you strictly follow the guidelines (Appendix A) while editing the Velocity_Standards.xml file, or the tool might behave unexpectedly. 3. Once you have set the naming standards, come back to the first tab. From this tab you can review the input source XML and see the possible changes. Make all the mandatory selections as marked by the *. 4. Now you have the option to review the input source XML for possible cleanups or you may skip review and go to the Execute tab to run the tool and cleanup the input source XML. Click Review to review the source XML. Eccella 12

14 5. After the tool has completed reviewing the source XML, click OK. 6. The Review Reports Dashboard will open in your default browser. The tool creates the output html reports rule-wise. When you click on the hyperlinks, you ll be able to see the possible changes in the input source XML. You may hover your mouse over each rule for a description of that rule. You should review each report listed in this dashboard and make sure we are comfortable with all the possible changes. If we are not comfortable with the tool making any of the possible changes under a rule, we may deselect that rule before cleaning up the input source XML. Eccella 13

15 7. After a successful review, the tool automatically switches to the second tab which is Execute. From this tab you can run the tool and cleanup the source XML. 8. Let s say you are comfortable with the possible changes under R01 and R02 only. Only keep these two rules checked and click Run. Eccella 14

16 9. If you get this warning that the reports from the previous run will be deleted from the output directory, click OK. Before that make sure you no longer need those reports. If you need those reports, you may copy them to another location before clicking OK. 10. After the tool has completed cleaning up the input source XML, click OK. 11. The Cleanup Reports Dashboard will open in your default browser. The tool creates the output html reports rule-wise. Rules that were not selected during the cleanup process are greyed out in the dashboard. When you click on the hyperlinks, you ll be able to see the list of changes done in the input source XML. Eccella 15

17 12. The output directory will open in a new explorer window. The file Output_XML_for_re- Import.xml may now be imported back into Informatica PowerCenter. Appendix A. Velocity_Standards.xml Guidelines on filling up Velocity_Standards.xml In the Task_Prefixes group, make sure of the following: Task_Type: The task type entered is a valid type of task in Informatica. Prefix: None of the prefixes are left null or blank. If it is left blank, that type of task s names will not be updated. These are case sensitive. A _ is added between this prefix and the current task name if the current name doesn t start with <prefix>_. As per Velocity standards, task prefixes should be in all lower case. Prefixes_to_be_Replaced: The prefixes which would be removed from this type of task (if found) are delimited by a comma and a space. Eccella 16

18 These are case insensitive. Task name till the first _ is extracted and compared to these prefixes, and removed if found in this list. In the Mapping_Prefix group, make sure of the following: Prefix: This is not left null or blank. If it is left blank, then mapping names will not be updated. This is case sensitive. A _ is added between this prefix and the current mapping name if the current name doesn t start with <prefix>_. As per Velocity standards, mapping prefix should be in all lower case. Prefixes_to_be_Replaced: The prefixes which would be removed from mapping names (if found) are delimited by a comma and a space. These are case insensitive. Mapping name till the first _ is extracted and compared to these prefixes, and removed if found in this list. In the Transformation_Prefixes group, make sure of the following: Transformation_Type: The transformation type entered is a valid type in Informatica. Prefix: None of the prefixes are left null or blank. If it is left blank, that type of transformation s names will not be updated. These are case sensitive. A _ is added between this prefix and the current transformation name if the current name doesn t start with <prefix>_. As per Velocity standards, transformation prefixes should be in all upper case. For mapplets, it should be in lower case. Prefixes_to_be_Replaced: The prefixes which would be removed from this type of transformation (if found) are delimited by a comma and a space. These are case insensitive. Transformation name till the first _ is extracted and compared to these prefixes, and removed if found in this list. In the Port_Prefixes group, make sure of the following: Port_Type: The Port_Type entered is a valid type in Informatica. Prefix: None of the prefixes are left null or blank (except for INPUT/OUTPUT and INPUT/OUTPUT/MASTER type ports). These are case sensitive. A _ is added between this prefix and the current transformation name if the current name doesn t start with <prefix>_. As per Velocity standards, port prefixes should be in all lower case. Prefixes_to_be_Replaced: The prefixes which would be removed from this type of port (if found) are delimited by a comma and a space. These are case insensitive. Port name till the first _ is extracted and compared to these prefixes, and removed if found in this list. Eccella 17

19 In the Shortcut_Prefix group, make sure of the following: Prefix: This is not left null or blank. This is case sensitive. A _ is added between this prefix and the current shortcut name if the current name doesn t start with <prefix>_. As per Velocity standards, shortcut prefix should be in all lower case. Prefixes_to_be_Replaced: The prefixes which would be removed from shortcuts (if found) are delimited by a comma and a space. These are case insensitive. Shortcut name till the first _ is extracted and compared to these prefixes, and removed if found in this list. In the Other_Inputs groups, make sure of the following: Skip_the_fields_of_these_ The fields of the transformations listed here would be skipped and Transformation_Types: wouldn't be standardized. Enter the transformation names delimited by <space>~<space>. Skip_these_Table_Attribu tes: Don t change this unless absolutely required to. The table attribute names listed here would be skipped and wouldn't be standardized. Enter the transformation names delimited by <space>~<space>. Don t change this unless absolutely required to. Velocity_Standards.xml The naming standards file can be found in [Installation directory]\dt_service\eccella_mapping_cleanup_tool\velocity_standards\velocity_standards.xml Eccella 18

Migrating Mappings and Mapplets from a PowerCenter Repository to a Model Repository

Migrating Mappings and Mapplets from a PowerCenter Repository to a Model Repository Migrating Mappings and Mapplets from a PowerCenter Repository to a Model Repository 2016 Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic,

More information

SelfTestEngine.PR000041_70questions

SelfTestEngine.PR000041_70questions SelfTestEngine.PR000041_70questions Number: PR000041 Passing Score: 800 Time Limit: 120 min File Version: 20.02 http://www.gratisexam.com/ This is the best VCE I ever made. Try guys and if any suggestion

More information

Optimizing Session Caches in PowerCenter

Optimizing Session Caches in PowerCenter Optimizing Session Caches in PowerCenter 1993-2015 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

Create Rank Transformation in Informatica with example

Create Rank Transformation in Informatica with example Create Rank Transformation in Informatica with example Rank Transformation in Informatica. Creating Rank Transformation in Inforamtica. Creating target definition using Target designer. Creating a Mapping

More information

PowerCenter Repository Maintenance

PowerCenter Repository Maintenance PowerCenter Repository Maintenance 2012 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise) without

More information

Data Warehousing Concepts

Data Warehousing Concepts Data Warehousing Concepts Data Warehousing Definition Basic Data Warehousing Architecture Transaction & Transactional Data OLTP / Operational System / Transactional System OLAP / Data Warehouse / Decision

More information

Importing Flat File Sources in Test Data Management

Importing Flat File Sources in Test Data Management Importing Flat File Sources in Test Data Management Copyright Informatica LLC 2017. Informatica and the Informatica logo are trademarks or registered trademarks of Informatica LLC in the United States

More information

Performance Optimization for Informatica Data Services ( Hotfix 3)

Performance Optimization for Informatica Data Services ( Hotfix 3) Performance Optimization for Informatica Data Services (9.5.0-9.6.1 Hotfix 3) 1993-2015 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic,

More information

Installation of FRAMIGEST 1.3 and higher Installation with Server

Installation of FRAMIGEST 1.3 and higher Installation with Server Installation of FRAMIGEST 1.3 and higher Installation with Server WINDOWS XP: use the appropriate manual for an installation on Windows XP First of all, be sure that the Windows account you are logged

More information

RIPPLESTONE SUMMARY

RIPPLESTONE SUMMARY RIPPLESTONE 3.7 - SUMMARY HOME PAGE ADDED AN ADMIN DASHBOARD (3.7.1.2) This new page is available to Super Users and Administrators and provides information about the Ripplestone system. It allows them

More information

ETL Transformations Performance Optimization

ETL Transformations Performance Optimization ETL Transformations Performance Optimization Sunil Kumar, PMP 1, Dr. M.P. Thapliyal 2 and Dr. Harish Chaudhary 3 1 Research Scholar at Department Of Computer Science and Engineering, Bhagwant University,

More information

Business Insight Authoring

Business Insight Authoring Business Insight Authoring Getting Started Guide ImageNow Version: 6.7.x Written by: Product Documentation, R&D Date: August 2016 2014 Perceptive Software. All rights reserved CaptureNow, ImageNow, Interact,

More information

This document contains information on fixed and known limitations for Test Data Management.

This document contains information on fixed and known limitations for Test Data Management. Informatica Corporation Test Data Management Version 9.6.0 Release Notes August 2014 Copyright (c) 2003-2014 Informatica Corporation. All rights reserved. Contents Informatica Version 9.6.0... 1 Installation

More information

INFORMATICA CORPORATION. XML Reporter For Informatica Power Center 1.0-beta. User Guide 28/06/2014

INFORMATICA CORPORATION. XML Reporter For Informatica Power Center 1.0-beta. User Guide 28/06/2014 INFORMATICA CORPORATION XML Reporter For Informatica Power Center 1.0-beta User Guide By 28/06/2014 Name of Solution: XML Reporter For Informatica Power Center Business Requirement: Automates the process

More information

Tableau Tutorial Using Canadian Arms Sales Data

Tableau Tutorial Using Canadian Arms Sales Data Tableau Tutorial Using Canadian Arms Sales Data 1) Your data comes from Industry Canada s Trade site. 2) If you don t want to download the data yourself, use this file. You can also download it from the

More information

Informatica Power Center 10.1 Developer Training

Informatica Power Center 10.1 Developer Training Informatica Power Center 10.1 Developer Training Course Overview An introduction to Informatica Power Center 10.x which is comprised of a server and client workbench tools that Developers use to create,

More information

SAP BusinessObjects Integration Option for Microsoft SharePoint Getting Started Guide

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

More information

PowerCenter Repository Reports

PowerCenter Repository Reports PowerCenter Repository s Name Folder Path Description All Object Version History s\reports\configuration Management\Object Version All Objects Used in a Mapping Displays all versions of an object by the

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

SYNTHESYS MANAGEMENT APPLICATIONS

SYNTHESYS MANAGEMENT APPLICATIONS SYNTHESYS MANAGEMENT APPLICATIONS CUSTOMER RELATIONSHIP MANAGEMENT CRM Maintenance Table CRM Properties Table 1 SYNTHESYS APPLICATIONS: CRM EDITOR Introduction... 3 Using CRM Details in a Synthesys Webflow...

More information

Website: Contact: / Classroom Corporate Online Informatica Syllabus

Website:  Contact: / Classroom Corporate Online Informatica Syllabus Designer Guide: Using the Designer o Configuring Designer Options o Using Toolbars o Navigating the Workspace o Designer Tasks o Viewing Mapplet and Mapplet Reports Working with Sources o Working with

More information

Forms iq Designer Training

Forms iq Designer Training Forms iq Designer Training Copyright 2008 Feith Systems and Software, Inc. All Rights Reserved. No part of this publication may be reproduced, transmitted, stored in a retrieval system, or translated into

More information

Installation of FRAMIGEST 1.3 and higher Simplified Installation (LocalDB database)

Installation of FRAMIGEST 1.3 and higher Simplified Installation (LocalDB database) Installation of FRAMIGEST 1.3 and higher Simplified Installation (LocalDB database) WINDOWS XP: use the appropriate installation manual This manual guides you through the simplified installation of FRAMIGEST.

More information

Jyotheswar Kuricheti

Jyotheswar Kuricheti Jyotheswar Kuricheti 1 Agenda: 1. Performance Tuning Overview 2. Identify Bottlenecks 3. Optimizing at different levels : Target Source Mapping Session System 2 3 Performance Tuning Overview: 4 What is

More information

Getting Information Out of the Informatica Repository. William Flood, ETL Team Lead Charles Schwab

Getting Information Out of the Informatica Repository. William Flood, ETL Team Lead Charles Schwab 1 Getting Information Out of the Informatica Repository William Flood, ETL Team Lead Charles Schwab 2 My Background About Charles Schwab Life at Schwab 3 Presentation Agenda Three Ways to Query Informatica

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

Using Standard Generation Rules to Generate Test Data

Using Standard Generation Rules to Generate Test Data Using Standard Generation Rules to Generate Test Data 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording

More information

Tzunami Deployer Lotus Notes Exporter Guide

Tzunami Deployer Lotus Notes Exporter Guide Tzunami Deployer Lotus Notes Exporter Guide Version 2.5 Copyright 2010. Tzunami Inc. All rights reserved. All intellectual property rights in this publication are owned by Tzunami, Inc. and protected by

More information

How to Use Full Pushdown Optimization in PowerCenter

How to Use Full Pushdown Optimization in PowerCenter How to Use Full Pushdown Optimization in PowerCenter 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording

More information

TEMPPO Requirement Manager User Manual

TEMPPO Requirement Manager User Manual TEMPPO Requirement Manager User Manual Copyright Atos IT Solutions and Services GmbH 2016 Microsoft, MS, MS-DOS and Windows are trademarks of Microsoft Corporation. The reproduction, transmission, translation

More information

Interface Reference. McAfee Application Control Windows Interface Reference Guide. Add Installer page. (McAfee epolicy Orchestrator)

Interface Reference. McAfee Application Control Windows Interface Reference Guide. Add Installer page. (McAfee epolicy Orchestrator) McAfee Application Control 8.1.0 - Windows Interface Reference Guide (McAfee epolicy Orchestrator) Interface Reference Add Installer page Add an existing installer to the McAfee epo repository. Table 1

More information

Cloud Mapping Designer (CMD) - FAQs

Cloud Mapping Designer (CMD) - FAQs Cloud Mapping Designer (CMD) - FAQs 1. Where can find detailed information about the cloud mapping designer? You can refer to the Informtica Cloud User Guide. You can refer to following chapters Mappings

More information

Chapter 2 Autodesk Asset Locator... 3

Chapter 2 Autodesk Asset Locator... 3 Contents Chapter 2 Autodesk Asset Locator....................... 3 Supported Operating Systems....................... 3 Installing Autodesk Asset Locator..................... 4 Define a Search...............................

More information

Script.byu.edu SharePoint Instructions

Script.byu.edu SharePoint Instructions Script.byu.edu SharePoint Instructions Site Actions Menu Go to script.byu.edu, click on Authenticate at the bottom of page, you will be prompted to enter a username and password, use your netid and password

More information

Getting Started with the IntelleView POS Operator Software

Getting Started with the IntelleView POS Operator Software Getting Started with the IntelleView POS Operator Software Operator's Guide for Software Version 1.2 About this Guide This operator's guide explains how to start using your IntelleView POS Operator software.

More information

Increasing Performance for PowerCenter Sessions that Use Partitions

Increasing Performance for PowerCenter Sessions that Use Partitions Increasing Performance for PowerCenter Sessions that Use Partitions 1993-2015 Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

Perceptive Data Transfer

Perceptive Data Transfer Perceptive Data Transfer User Guide Version: 6.5.x Written by: Product Knowledge, R&D Date: September 2016 2015 Lexmark International Technology, S.A. All rights reserved. Lexmark is a trademark of Lexmark

More information

Query Studio Training Guide Cognos 8 February 2010 DRAFT. Arkansas Public School Computer Network 101 East Capitol, Suite 101 Little Rock, AR 72201

Query Studio Training Guide Cognos 8 February 2010 DRAFT. Arkansas Public School Computer Network 101 East Capitol, Suite 101 Little Rock, AR 72201 Query Studio Training Guide Cognos 8 February 2010 DRAFT Arkansas Public School Computer Network 101 East Capitol, Suite 101 Little Rock, AR 72201 2 Table of Contents Accessing Cognos Query Studio... 5

More information

Lesson 1: Creating and formatting an Answers analysis

Lesson 1: Creating and formatting an Answers analysis Lesson 1: Creating and formatting an Answers analysis Answers is the ad-hoc query environment in the OBIEE suite. It is in Answers that you create and format analyses to help analyze business results.

More information

Viewpoint Delivery Manual

Viewpoint Delivery Manual Conduent Legal and Compliance Solutions Viewpoint ediscovery Platform Viewpoint Delivery Manual Application Version: 6.1 September 11, 2017 2017 Conduent Business Services, LLC. All rights reserved. Conduent

More information

SuperNova. Screen Reader. Version 14.0

SuperNova. Screen Reader. Version 14.0 SuperNova Screen Reader Version 14.0 Dolphin Computer Access Publication Date: 09 April 2014 Copyright 1998-2014 Dolphin Computer Access Ltd. Technology House Blackpole Estate West Worcester WR3 8TJ United

More information

LIMS QUICK START GUIDE. A Multi Step Guide to Assist in the Construction of a LIMS Database. Rev 1.22

LIMS QUICK START GUIDE. A Multi Step Guide to Assist in the Construction of a LIMS Database. Rev 1.22 LIMS QUICK START GUIDE A Multi Step Guide to Assist in the Construction of a LIMS Database Rev 1.22 Contents Contents...1 Overview - Creating a LIMS Database...2 1.0 Folders...3 2.0 Data Fields...3 2.1

More information

How to Convert an SQL Query to a Mapping

How to Convert an SQL Query to a Mapping How to Convert an SQL Query to a Mapping 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

[Type here] ID Capture V1.0

[Type here] ID Capture V1.0 ID CAPTURE USER GUIDE V 1.0 03/02/2016 Contents Installing... 2 Installation Requirements... 2 Installation... 3 Installing USB Camera... 3 Getting Started... 4 Orientation... 5 Configuring... 6 System...

More information

Administration Essentials for New Admins (Managing Data) Exercise Guide

Administration Essentials for New Admins (Managing Data) Exercise Guide Administration Essentials for New Admins (Managing Data) Exercise Guide Table of Contents 6-1: Prepare the Import File... 1 6-2: Import Leads Using Wizard... 3 6-3: Export Using Data Loader... 4 6-4:

More information

Hyperion Data Integration Management Adapter for Performance Scorecard. Readme. Release

Hyperion Data Integration Management Adapter for Performance Scorecard. Readme. Release Hyperion Data Integration Management Adapter for Performance Scorecard Release 11.1.1.1 Readme [Skip Navigation Links] Purpose... 3 About Data Integration Management Release 11.1.1.1... 3 Data Integration

More information

Tzunami Deployer Oracle WebCenter Interaction Exporter Guide

Tzunami Deployer Oracle WebCenter Interaction Exporter Guide Tzunami Deployer Oracle WebCenter Interaction Exporter Guide Supports extraction of Oracle WebCenter Interaction components and migrate to Microsoft SharePoint using Tzunami Deployer Version 3.2 Table

More information

Optimizing Performance for Partitioned Mappings

Optimizing Performance for Partitioned Mappings Optimizing Performance for Partitioned Mappings 1993-2015 Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise)

More information

User Guide. General Navigation

User Guide. General Navigation User Guide General Navigation Table of Contents INTRODUCTION 2 TECHNICAL REQUIREMENTS 3 Screen Display for Laptop 3 Screen Display for Desktop PC 3 NAVIGATION 4 Contact Us 4 Log Out 4 Menu > Sub Menu Display

More information

18.1 user guide No Magic, Inc. 2015

18.1 user guide No Magic, Inc. 2015 18.1 user guide No Magic, Inc. 2015 All material contained herein is considered proprietary information owned by No Magic, Inc. and is not to be shared, copied, or reproduced by any means. All information

More information

WebStudio User Guide. OpenL Tablets BRMS Release 5.18

WebStudio User Guide. OpenL Tablets BRMS Release 5.18 WebStudio User Guide OpenL Tablets BRMS Release 5.18 Document number: TP_OpenL_WS_UG_3.2_LSh Revised: 07-12-2017 OpenL Tablets Documentation is licensed under a Creative Commons Attribution 3.0 United

More information

Creating a new CDC policy using the Database Administration Console

Creating a new CDC policy using the Database Administration Console Creating a new CDC policy using the Database Administration Console When you start Progress Developer Studio for OpenEdge for the first time, you need to specify a workspace location. A workspace is a

More information

Interfacing with MYOB Accounting (General Journals)

Interfacing with MYOB Accounting (General Journals) Interfacing with MYOB Accounting (General Journals) All the information in this topic is applicable to all these products: MYOB Accounting MYOB Accounting Plus MYOB First Accounts MYOB Premier There are

More information

User Guide. PowerCenter Connect for Netezza. (Version )

User Guide. PowerCenter Connect for Netezza. (Version ) User Guide PowerCenter Connect for Netezza (Version 8.1.1.0.2) Informatica PowerCenter Connect for Netezza User Guide Version 8.1.1.0.2 October 2007 Copyright 2006-2007 Informatica Corporation. All rights

More information

This document contains information on fixed and known limitations for Test Data Management.

This document contains information on fixed and known limitations for Test Data Management. Informatica LLC Test Data Management Version 10.1.0 Release Notes December 2016 Copyright Informatica LLC 2003, 2016 Contents Installation and Upgrade... 1 Emergency Bug Fixes in 10.1.0... 1 10.1.0 Fixed

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

Identifying Updated Metadata and Images from a Content Provider

Identifying Updated Metadata and Images from a Content Provider University of Iowa Libraries Staff Publications 4-8-2010 Identifying Updated Metadata and Images from a Content Provider Wendy Robertson University of Iowa 2010 Wendy C Robertson Comments Includes presenter's

More information

Tzunami Deployer Oracle WebCenter Interaction Exporter Guide

Tzunami Deployer Oracle WebCenter Interaction Exporter Guide Tzunami Deployer Oracle WebCenter Interaction Exporter Guide Supports extraction of Oracle WebCenter Interaction components and migrate to Microsoft SharePoint using Tzunami Deployer Version 2.8 Table

More information

Report Commander 2 User Guide

Report Commander 2 User Guide Report Commander 2 User Guide Report Commander 2.5 Generated 6/26/2017 Copyright 2017 Arcana Development, LLC Note: This document is generated based on the online help. Some content may not display fully

More information

EST151: Maintain Parts

EST151: Maintain Parts EST151: Maintain Parts CERTIFIED COURSE CURRICULUM SAGE UNIVERSITY IMPORTANT NOTICE This document and the Sage 100 Contractor software may be used only in accordance with the Sage 100 Contractor End User

More information

Data Quality : Profile Analysis On Join Condition

Data Quality : Profile Analysis On Join Condition Name of Solution: Data Quality : Profile Analysis On Join Condition Business Requirement: The purpose of this solution is to explain what is Join profile analysis and how it can be used. Solution URL:

More information

Login: Quick Guide for Qualtrics May 2018 Training:

Login:   Quick Guide for Qualtrics May 2018 Training: Qualtrics Basics Creating a New Qualtrics Account Note: Anyone with a Purdue career account can create a Qualtrics account. 1. In a Web browser, navigate to purdue.qualtrics.com. 2. Enter your Purdue Career

More information

Performance Tuning. Chapter 25

Performance Tuning. Chapter 25 Chapter 25 Performance Tuning This chapter covers the following topics: Overview, 618 Identifying the Performance Bottleneck, 619 Optimizing the Target Database, 624 Optimizing the Source Database, 627

More information

Unified Messenger 4.02 Installation Guide

Unified Messenger 4.02 Installation Guide Unified Messenger 4.02 Installation Guide Your comments on this document are welcome. They can assist us in improving our products. Please address comments to: Unified Messenger Documentation Team Avaya,

More information

Tzunami Deployer AquaLogic Exporter Guide Supports extraction of Web Components on the server and guides migration to Microsoft SharePoint.

Tzunami Deployer AquaLogic Exporter Guide Supports extraction of Web Components on the server and guides migration to Microsoft SharePoint. Tzunami Deployer AquaLogic Exporter Guide Supports extraction of Web Components on the server and guides migration to Microsoft SharePoint. Version 2.7 Table of Content PREFACE... I INTENDED AUDIENCE...

More information

Doc. Version 1.0 Updated:

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

More information

Release notes for version 3.7.2

Release notes for version 3.7.2 Release notes for version 3.7.2 Important! Create a backup copy of your projects before updating to the new version. Projects saved in the new version can t be opened in versions earlier than 3.7. Breaking

More information

NiceForm User Guide. English Edition. Rev Euro Plus d.o.o. & Niceware International LLC All rights reserved.

NiceForm User Guide. English Edition. Rev Euro Plus d.o.o. & Niceware International LLC All rights reserved. www.nicelabel.com, info@nicelabel.com English Edition Rev-0910 2009 Euro Plus d.o.o. & Niceware International LLC All rights reserved. www.nicelabel.com Head Office Euro Plus d.o.o. Ulica Lojzeta Hrovata

More information

Using PowerCenter to Process Flat Files in Real Time

Using PowerCenter to Process Flat Files in Real Time Using PowerCenter to Process Flat Files in Real Time 2013 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording

More information

User Guide. Copyright Wordfast, LLC All rights reserved.

User Guide. Copyright Wordfast, LLC All rights reserved. User Guide All rights reserved. Table of Contents Summary... 7 New Features and Improvements... 7 Fixed Issues... 8 1 About Pro... 9 Key Advantages... 9 2 Get Started... 10 Requirements... 10 Install and

More information

UC for Enterprise (UCE) NEC Centralized Authentication Service (NEC CAS)

UC for Enterprise (UCE) NEC Centralized Authentication Service (NEC CAS) UC for Enterprise (UCE) NEC Centralized Authentication Service (NEC CAS) Installation Guide NEC NEC Corporation October 2010 NDA-30362, Revision 15 Liability Disclaimer NEC Corporation reserves the right

More information

DupScout DUPLICATE FILES FINDER

DupScout DUPLICATE FILES FINDER DupScout DUPLICATE FILES FINDER User Manual Version 10.3 Dec 2017 www.dupscout.com info@flexense.com 1 1 Product Overview...3 2 DupScout Product Versions...7 3 Using Desktop Product Versions...8 3.1 Product

More information

OneStop Reporting 4.5 OSR Administration User Guide

OneStop Reporting 4.5 OSR Administration User Guide OneStop Reporting 4.5 OSR Administration User Guide Doc. Version 1.2 Updated: 10-Dec-14 Copyright OneStop Reporting AS Contents Introduction... 1 Who should read this manual... 1 What s included in this

More information

Impossible Solutions, Inc. JDF Ticket Creator & DP2 to Indigo scripts Reference Manual Rev

Impossible Solutions, Inc. JDF Ticket Creator & DP2 to Indigo scripts Reference Manual Rev Impossible Solutions, Inc. JDF Ticket Creator & DP2 to Indigo scripts Reference Manual Rev. 06.29.09 Overview: This reference manual will cover two separate applications that work together to produce a

More information

Implementing Data Masking and Data Subset with IMS Unload File Sources

Implementing Data Masking and Data Subset with IMS Unload File Sources Implementing Data Masking and Data Subset with IMS Unload File Sources 2013 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

This document contains important information about main features, installation, and known limitations for Data Integration Hub.

This document contains important information about main features, installation, and known limitations for Data Integration Hub. Informatica Corporation Data Integration Hub Version 10.0.0 Release Notes November 2015 Copyright (c) 1993-2015 Informatica LLC. All rights reserved. Contents New Features... 1 Upgrade Changes... 1 Installation

More information

Intellicus Enterprise Reporting and BI Platform

Intellicus Enterprise Reporting and BI Platform Working with Query Objects Intellicus Enterprise Reporting and BI Platform ` Intellicus Technologies info@intellicus.com www.intellicus.com Working with Query Objects i Copyright 2012 Intellicus Technologies

More information

HarePoint Custom Alerts for SharePoint. For SharePoint Server 2010/2013/2016 and SharePoint Foundation 2010/2013.

HarePoint Custom Alerts for SharePoint. For SharePoint Server 2010/2013/2016 and SharePoint Foundation 2010/2013. HarePoint Custom Alerts for SharePoint For SharePoint Server 2010/2013/2016 and SharePoint Foundation 2010/2013. Product version 1.2 April 10, 2017 ( This Page Intentionally Left Blank ) HarePoint.Com

More information

EDAConnect-Dashboard User s Guide Version 3.4.0

EDAConnect-Dashboard User s Guide Version 3.4.0 EDAConnect-Dashboard User s Guide Version 3.4.0 Oracle Part Number: E61758-02 Perception Software Company Confidential Copyright 2015 Perception Software All Rights Reserved This document contains information

More information

Instructor : Dr. Sunnie Chung. Independent Study Spring Pentaho. 1 P a g e

Instructor : Dr. Sunnie Chung. Independent Study Spring Pentaho. 1 P a g e ABSTRACT Pentaho Business Analytics from different data source, Analytics from csv/sql,create Star Schema Fact & Dimension Tables, kettle transformation for big data integration, MongoDB kettle Transformation,

More information

The Connector. Version 1.2 Microsoft Project to Atlassian JIRA Connectivity. User Manual

The Connector.  Version 1.2 Microsoft Project to Atlassian JIRA Connectivity. User Manual The Connector Version 1.2 Microsoft Project to Atlassian JIRA Connectivity User Manual Ecliptic Technologies, Inc. Copyright 2008 www.the-connector.com Page 1 of 86 Copyright and Disclaimer All rights

More information

Content Publisher User Guide

Content Publisher User Guide Content Publisher User Guide Overview 1 Overview of the Content Management System 1 Table of Contents What's New in the Content Management System? 2 Anatomy of a Portal Page 3 Toggling Edit Controls 5

More information

Configure an ODBC Connection to SAP HANA

Configure an ODBC Connection to SAP HANA Configure an ODBC Connection to SAP HANA 1993-2017 Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise)

More information

10 Minute Demonstration Script

10 Minute Demonstration Script 10 Minute Demonstration Script Table of Contents The Demo... 3 The Interface... 3 Demo Flow... 3 Capture and Indexing... 4 Searches... 6 Integration and Workflow... 8 2 P a g e The Demo Most demonstrations

More information

Follow all of the steps indicated below for each process. Some steps may require IT assistance.

Follow all of the steps indicated below for each process. Some steps may require IT assistance. The instructions provided below are for upgrading EnergyCAP Enterprise from Release 6.0 to Release 6.1SP1. The version number of EnergyCAP 6.1 is 6.1.60.xx. (xx will correspond to the current build, and

More information

DATA WAREHOUSE BASICS

DATA WAREHOUSE BASICS DATA WAREHOUSE BASICS A Software Overview using the Retail Golf Model with version 9 NOTE: This course material was developed using Hummingbird version 9 with Windows XP. There will be navigational differences

More information

Copyright About the Customization Guide Introduction Getting Started...13

Copyright About the Customization Guide Introduction Getting Started...13 Contents 2 Contents Copyright...10 About the Customization Guide...11 Introduction... 12 Getting Started...13 Knowledge Pre-Requisites...14 To Prepare an Environment... 14 To Assign the Customizer Role

More information

Server Edition USER MANUAL. For Microsoft Windows

Server Edition USER MANUAL. For Microsoft Windows Server Edition USER MANUAL For Microsoft Windows Copyright Notice & Proprietary Information Redstor Limited, 2016. All rights reserved. Trademarks - Microsoft, Windows, Microsoft Windows, Microsoft Windows

More information

SCRIPT REFERENCE. UBot Studio Version 4. The UI Commands

SCRIPT REFERENCE. UBot Studio Version 4. The UI Commands SCRIPT REFERENCE UBot Studio Version 4 The UI Commands UI Text Box This command creates a field in the UI area at the top of the browser. Drag the command from the toolbox into the scripting area. In the

More information

TX DWA Contents RELEASE DOCUMENTATION

TX DWA Contents RELEASE DOCUMENTATION TX DWA 16.7 RELEASE DOCUMENTATION Contents Introduction... 2 New Features... 2 Differential Deployment... 3 Deployment Status Report... 3 Managed Deployment... 4 Data Export... 4 Dynamic Project Variables...

More information

Aligned Elements Importer V user manual. Aligned AG Tellstrasse Zürich Phone: +41 (0)

Aligned Elements Importer V user manual. Aligned AG Tellstrasse Zürich Phone: +41 (0) Aligned Elements Importer V2.4.211.14302 user manual Aligned AG Tellstrasse 13 8004 Zürich Phone: +41 (0)44 312 50 20 www.aligned.ch info@aligned.ch Table of Contents 1.1 Introduction...3 1.2 Installation...3

More information

Sparqube Picture Column

Sparqube Picture Column Sparqube Picture Column Contents Overview... 2 Features... 3 Setup... 3 Requirements... 3 Installation... 3 Licensing... 4 Configuration... 7 How to Use... 12 Release Notes... 15 Page 1 Overview Sparqube

More information

Manual Speedy Report. Copyright 2013 Im Softly. All rights reserved.

Manual Speedy Report. Copyright 2013 Im Softly. All rights reserved. 1 Manual Speedy Report 2 Table of Contents Manual Speedy Report... 1 Welcome!... 4 Preparations... 5 Technical Structure... 5 Main Window... 6 Create Report... 7 Overview... 7 Tree View... 8 Query Settings

More information

PACS QUICK REFERENCE GUIDE

PACS QUICK REFERENCE GUIDE Version: 7.6.2.22 QUICK REFERENCE ADMIN/RADIOLOGIST PACS QUICK REFERENCE GUIDE Critical Findings The purpose of this document is to instruct Radiologists how to mark images with any critical finding or

More information

1 Overview. 2 Installation. exacqvision-entrapass Installation Guide.

1 Overview. 2 Installation. exacqvision-entrapass Installation Guide. 1 Overview Purpose ExacqVision recorders now include Kantech Entrapass CE software. The purpose of this document is to guide the technician or installer through the process of installing and registering

More information

Scenario Manager User Guide. Release September 2013

Scenario Manager User Guide. Release September 2013 Scenario Manager User Guide Release 6.2.1 September 2013 Scenario Manager User Guide Release 6.2.1 September 2013 Document Control Number: 9MN12-62110017 Document Number: SMUG-13-FCCM-0017-6.2.1-01 Oracle

More information

Getting Started with Code Coverage/Eclipse

Getting Started with Code Coverage/Eclipse Getting Started with Code Coverage/Eclipse Code Coverage/Eclipse is the modernized GUI for Compuware s Xpediter/Code Coverage product. With it, users can create reports detailing testing efficiency and

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

User Guide. Copyright Wordfast, LLC All rights reserved.

User Guide. Copyright Wordfast, LLC All rights reserved. User Guide All rights reserved. Table of Contents About this Guide... 7 Conventions...7 Typographical... 7 Icons... 7 1 Release Notes Summary... 8 New Features and Improvements... 8 Fixed Issues... 8 Known

More information

Informatica Data Quality Upgrade. Marlene Simon, Practice Manager IPS Data Quality Vertical Informatica

Informatica Data Quality Upgrade. Marlene Simon, Practice Manager IPS Data Quality Vertical Informatica Informatica Data Quality Upgrade Marlene Simon, Practice Manager IPS Data Quality Vertical Informatica 2 Biography Marlene Simon Practice Manager IPS Data Quality Vertical Based in Colorado 5+ years with

More information