Informatica Cloud (Version Winter 2016) Magento Connector User Guide

Size: px
Start display at page:

Download "Informatica Cloud (Version Winter 2016) Magento Connector User Guide"

Transcription

1 Informatica Cloud (Version Winter 2016) Magento Connector User Guide 1

2 Table of Contents Preface.. 3 Chapter 1: Introduction to Magento Connector. 3 Magento Connector Overview 3 Magento Connector Implementation... 3 Magento Connector Example... 3 Administration of Magento Connector.. 3 Example 3 Rules and Guidelines for Magento Connector 4 Chapter 2: Magento Connection. 4 Connection Overview 4 Magento Connection Properties 4 Chapter 3: Data synchronization Tasks with Magento Connector Magento Sources in Data Synchronization Tasks.. 4 Read Capacity Unit.. 6 Magento Targets in Data Synchronization Tasks 6 Chapter 4: Mappings.. 9 Magento Sources in Mappings.. 9 Magento Target in Mappings.. 9 Magento Lookups in Mappings. 10 Appendix A 11 Magento Datatype Reference Overview.. 11 Magento and Transformation Datatypes

3 P R E F A C E The Informatica Cloud Magento Connector Guide contains information about how to setup and use Magento Connector. The guide explains how organization administrators and business users can use Magento Connector to publish data to Magento. C H A P T E R 1 Introduction to Magento Connector This chapter includes the following topics: Magento Connector Overview Magento Connector Implementation Magento Connector Example Administration of Magento Connector Example Rules and Guidelines for Magento Connector Objects Magento Connector Overview You can use Magento connector to connect Informatica cloud and Magento Framework e commerce applications. Magento connector helps to read data from and write data into Magento applications. Magento framework is internally using MySQL database to store data and retrieve data. Magento Connector Implementation: When you read data from or write data to Magento tables, you can specify the Informatica Cloud Hosted Agent or the Informatica Cloud Secure Agent. Create a Unico Magento connection to specify the location of Magento sources, lookups, and targets you want to include in a task. You can use the Magento connection in data synchronization and mapping configuration tasks. Create a data synchronization task to synchronize data between a source and target. Create a mapping configuration task to process data based on the data flow logic defined in a mapping or integration template. Magento Connector Example: If you want to retrieve the sales inventory report based on the location create a source and target for Sales Inventory and write into Flat file and analysis the data. If you want to export the Customer information records create a source and target for Customers object and export the data into Flat File. Administration of Magento Connector: As a user, you can use Magento Connector after the organization administrator performs the following tasks: Provide user access to the Secure Agent directory that contains the success and error files. This directory path must be the same on each Secure Agent machine in the runtime environment. Create an Access Key ID and Secret Access Key in AWS. You can provide these key values when you create a Magento connection. Create an Rest Consumer Key, Consumer Secret, OAuth token key, OAuth Secret Login in Magento Admin console and generate those key before create an connection Informatica cloud. Example: 3

4 Rules and Guidelines for Magento Connector Objects: Consider the following rules and guidelines for Magento Connector objects when you configure source, target, and lookup objects in data synchronization or mapping configuration tasks: When you specify the create a Magento target option in Data Synchronization tasks and mappings, ensure that the source object contains only one primary key. While creating the table, the Secure Agent uses the primary key as the hash key in the Magento table. Magento Connector parses only the first 100 rows in a Magento table. In the Field Mapping tab, you can view and map the fields available in the first 100 rows with the source and target objects. You cannot change the precision or data type for fields in the Magento tables. You can change the scale of numeric data type fields in Magento tables. You cannot specify multi valued attributes and document data types as Magento objects. C H A P T E R 2 Magento Connections This chapter includes following topics, Connections Overview Magento Connections Properties Connections Overview Magento connections enable you to read data from or write data to Magento tables. You can use Magento connections to specify sources and targets in data synchronization tasks and mapping configuration tasks. Create a connection and associate it with a Data Synchronization Task, Mapping, or Mapping Configuration Task. Define the source and target properties to read data from or write data to Magento tables. You create a Magento connection on the Connections page. Use the connection in the Mapping Designer when you create a mapping or in the Data Synchronization Task wizard when you create a task. You can specify the Magento connection as source, target, or lookup in the data synchronization tasks and mappings. Magento Connection Properties: When you set up a Magento connection, you must configure the connection properties. The following table describes the Magento connection properties. Connection Properties Runtime Environment API endpoint Rest Consumer Key The name of the runtime environment where you want to run the tasks Magento REST URL endpoint ie. One time generated key to access RESTful services ie. d f b87472e49c1 Customers Secret Oauth Token Oauth Token Secret This is also expected encrypted key when make the rest connection Oauth Token for another kind of security for access the webservices Secret is also additional security for breaking the RESTFul services C H A P T E R 3 Data synchronization Tasks with Magento Connector This chapter includes following topics: Magento Sources in Data Synchronization Tasks, Magento Targets in Data Synchronization Tasks, 4

5 Magento Lookups in Data Synchronization Tasks, Data Synchronization Example Magento Sources in Data Synchronization Tasks When you configure a data synchronization task to use a Magento source, you can configure the source properties. The source properties appear on the Source page of the Data Synchronization Task wizard when you specify a Magento connection. Look at the following steps to configure the Data Synchronization Task Step 1: To specify the Definition for Tasks, Step 2: Specify the Source in this step, The following table describes the Magento source properties: Source Properties Connection Source Type Source Object Name of the Source Connection Source type. Select Single for a single source object. Select the source object for the task. You can also configure advanced source properties when you schedule the data synchronization task. Advanced source properties appear on the Schedule page of the Data Synchronization Task wizard. 5

6 Read Capacity Unit: When you create or update a table, you can configure the provisioned throughput capacity using the read capacity unit for read operations. As your application data and access requirements change, you can increase or decrease your provisioned throughput by updating the read capacity unit. Magento Connector supports eventually consistent reads and not strongly consistent reads. For Magento Connector, the read capacity unit represents the number of reads per second of items up to 8 KB in size per second. For example, if you specify 10 read capacity units, you are requesting a throughput of 10 eventually consistent reads per second of 8 KB for that table. To modify the read capacity unit, specify a percentage increment of the read capacity unit when you configure the advanced source properties. For example, if the existing read capacity unit is 100, you can read 100 *8 KB of data per second from a table. To increase the number of reads by 20%, specify a value of 20 in the Read Capacity Unit field. You can now read 120 * 8 KB of data per second, which is 20% of existing unit of read capacity plus existing unit of read capacity. Magento Targets in Data Synchronization Tasks: When you configure a data synchronization task to write to a Magento target, you can configure the target properties. The target properties appear on the Target page of the Data Synchronization Task wizard when you specify a Magento connection. The following table describes the Magento target properties: Source Property Connection Type Target Object Create Target Name of the target connection. Specify the target object for the task Creates a target. Enter a name for the target object and select the source fields that you want to use. Default name is the source object name and by default, all source fields are used. The target name can contain alphanumeric characters and the period and the underscore special characters. It cannot begin with a numeric character. Note: You can create a target table only when the source table contains a single primary key You can also configure advanced target properties when you schedule the data synchronization task. Advanced target properties appear on the Schedule page of the Data Synchronization Task wizard. The following table describes the Magento advanced target properties: Advanced Target Property 6

7 Write Capacity Unit Success File Directory Error File Directory The percentage increment of the write capacity unit. A unit of write capacity represents one write per second for items as large as 1 KB. Note: When you create a table during the Data Synchronization task, the default unit of write capacity is 1 Directory for the success file. Specify a directory path that is available on each Secure Agent machine in the runtime environment. By default, Informatica Cloud writes the success file to the following directory: /main/ rdtmdir/success Directory for the error rows file. Specify a directory path that is available on each Secure Agent machine in the runtime environment. By default, Informatica Cloud writes the error rows file to the following directory: / main/rdtmdir/error Create New Target: Target Creation for Data Synchronization: Step 3: Create Data Filter if required, over here you can specify whether you want to export all the records from the Selected Object/Table or specify number of records. 7

8 Step 4(Field Mapping): In this step, we can specify the mapping between Source to Target Objects and we can specify manual or auto match. Step 6(Schedule): In this step we can specify the tasks whether we want to execute it in timely basis or on demand. Once we created a task we can Save it and Run it.once the Task is execute successfully we can see the Task Completion status under Activity Log. 8

9 Magento Lookups in Data Synchronization Tasks: When you configure field mappings in a data synchronization task, you can create a lookup to a Magento object. When you use a Magento object as a lookup, you do not need to configure specific Magento properties. Data Synchronization Example: If business want to analysis the most selling products in a particular branch or city, they can take the consolidated Orders through the mapping and create the report. You use Magento Connector to consolidate the orders from various users and store the unstructured data in Magento tables. Configure a data synchronization task to consolidate the tweets based on username and store them in an existing Magento table. Your perform the following data synchronization task. Configure a data synchronization task to use the upsert operation. Create a Order source object. The source for the mapping is a Orders object that contains the order details. The Order object is a single source in the data synchronization task. The Order object includes the OrderId, Product, and Order source columns. Specify Order as the resource for the source object. Create a Flat File target object. The target for the mapping is a Flat File table. The Magento object includes the Order ID and Orders target columns. Provide a order id Test_Order for the target object and specify the connection type as Magento. Specify a data filter for the Order source object. Define a data filter for the Tweets source object. For example, you can filter by NoneOfTheseWords Equals 'Watch'. Configure a field mapping. Map the fields under Orders source data to the fields in the test_orders target object. To consolidate the orders based on user name, enter the following lookup expression: concat((lookup( UserName=username ):test_order.orders), Order When you run the task, the Data Synchronization application writes the mapped source data to the target Flat File table C H A P T E R 4 Mapping and Mapping Configuration Tasks with Magento Connector This chapter includes the following topics: Magento Sources in Mappings Magento Targets in Mappings Magento Lookups in Mappings Magento Sources in Mappings To read data from a Magento table, configure a Magento object as the Source transformation in a mapping. Specify the name and description of the Magento source. Configure the source and advanced properties for the source object. The following table describes the source properties that you can configure in a Source transformation: Property Connection Name Source Type Name of the source connection. Source type. Select one of the following types: 9

10 Single Object. Parameter. Select Parameter to define the source type when you configure the mapping configuration task. Source Object Source object for the mapping. The following table describes the advanced source properties that you can configure in a Source transformation: Advanced Property Row Count Read Capacity Unit Tracing Level The maximum number of rows to retrieve from a Magento table The percentage increment of the read capacity unit Sets the amount of detail that appears in the log file. You can choose terse, normal, verbose initialization or verbose data. Default is normal. Magento Targets in Mappings To write data to a Magento table, configure a Magento object as the Target transformation in a mapping. Specify the name and description of the Magento target. Configure the target and advanced properties for the target object. The following table describes the target properties that you can configure in a Target transformation: Property Connection Target Type Object Operation Name of the target connection. Target type. Select one of the following target types: Single Object. Parameter. Select Parameter to define the target type when you configure the task. Name of the target object Target operation. Select one of the following operations: Insert. Update. Upsert. Delete. Data Driven. Configure an expression to specify an update strategy based on the data. You can use one of the following constants in an expression: DD_INSERT DD_UPDATE DD_REJECT DD_DELETE Note: If you use the Data Driven operation, you cannot upsert. The following table describes the advanced target properties that you can configure in a Target transformation: Property 10

11 Write Capacity Unit Success File Directory Error File Directory Forward Rejected Rows The percentage increment of the write capacity unit. Directory for the success file. Specify a directory path that is available on each Secure Agent machine in the runtime environment. By default, Informatica Cloud writes the success file to the following directory: /main/ rdtmdir/success Directory for the success file. Specify a directory path that is available on each Secure Agent machine in the runtime environment. By default, Informatica Cloud writes the success file to the following directory: /main/ rdtmdir/success Determines whether the transformation passes rejected rows to the next transformation or drops rejected rows. By default, the Mapping Configuration application forwards rejected rows to the next transformation. Magento Lookups in Mappings In a mapping, you can configure a Lookup transformation to represent a Magento object. When you use a Magento object as a lookup, you do not need to configure specific Magento properties. A P P E N D I X A Magento Data Type Reference This appendix includes the following topics: Magento Data Type Reference Overview Magento and Transformation Data Types Magento Data Type Reference Overview Informatica Cloud uses the following data types in mappings, data synchronization tasks, and mapping configuration tasks with Magento: Magento native data types Magento data types appear in the Fields tab for Source and Target transformations when you choose to edit metadata for the fields. Transformation data types Set of data types that appear in the remaining transformations. They are internal data types based on ANSI SQL 92 generic data types, which Informatica Cloud uses to move data across platforms. Transformation data types appear in all remaining transformations in a mapping, data synchronization task, or mapping configuration task. When Informatica Cloud reads source data, it converts the native data types to the comparable transformation data types before transforming the data. When Informatica Cloud writes to a target, it converts the transformation data types to the comparable native data types. Magento and Transformation Data Types The following table lists the Magento data types that Informatica Cloud supports and the corresponding transformation data types: Magento Native Data Type Transformation Data Type Number Decimal Precision 1 to 28, scale 0 to 28 11

12 Magento Native Data Type Transformation Data Type String Varchar 1 to 104,857,600 characters Boolean Small Integer Precision 5, scale 0 12

Making a POST Request Using Informatica Cloud REST API Connector

Making a POST Request Using Informatica Cloud REST API Connector Making a POST Request Using Informatica Cloud REST API Connector Copyright Informatica LLC 2016, 2017. Informatica, the Informatica logo, and Informatica Cloud are trademarks or registered trademarks of

More information

Informatica Cloud Spring Microsoft Dynamics 365 for Sales Connector Guide

Informatica Cloud Spring Microsoft Dynamics 365 for Sales Connector Guide Informatica Cloud Spring 2017 Microsoft Dynamics 365 for Sales Connector Guide Informatica Cloud Microsoft Dynamics 365 for Sales Connector Guide Spring 2017 August 2018 Copyright Informatica LLC 2017,

More information

Informatica Cloud Spring Complex File Connector Guide

Informatica Cloud Spring Complex File Connector Guide Informatica Cloud Spring 2017 Complex File Connector Guide Informatica Cloud Complex File Connector Guide Spring 2017 October 2017 Copyright Informatica LLC 2016, 2017 This software and documentation are

More information

Informatica Cloud Spring Data Integration Hub Connector Guide

Informatica Cloud Spring Data Integration Hub Connector Guide Informatica Cloud Spring 2017 Data Integration Hub Connector Guide Informatica Cloud Data Integration Hub Connector Guide Spring 2017 December 2017 Copyright Informatica LLC 1993, 2017 This software and

More information

Informatica Cloud (Version Spring 2017) DynamoDB Connector Guide

Informatica Cloud (Version Spring 2017) DynamoDB Connector Guide Informatica Cloud (Version Spring 2017) DynamoDB Connector Guide Informatica Cloud DynamoDB Connector Guide Version Spring 2017 April 2017 Copyright Informatica LLC 2015, 2017 This software and documentation

More information

Anaplan Connector Guide Document Version 2.1 (updated 14-MAR-2017) Document Version 2.1

Anaplan Connector Guide Document Version 2.1 (updated 14-MAR-2017) Document Version 2.1 Document Version 2.1 (updated 14-MAR-2017) Document Version 2.1 Version Control Version Number Date Changes 2.1 MAR 2017 New Template applied Anaplan 2017 i Document Version 2.1 1 Introduction... 1 1.1.

More information

Informatica Cloud Spring REST API Connector Guide

Informatica Cloud Spring REST API Connector Guide Informatica Cloud Spring 2017 REST API Connector Guide Informatica Cloud REST API Connector Guide Spring 2017 December 2017 Copyright Informatica LLC 2016, 2018 This software and documentation are provided

More information

Publishing and Subscribing to Cloud Applications with Data Integration Hub

Publishing and Subscribing to Cloud Applications with Data Integration Hub Publishing and Subscribing to Cloud Applications with Data Integration Hub 1993-2015 Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

Informatica Cloud Spring Microsoft Azure Blob Storage V2 Connector Guide

Informatica Cloud Spring Microsoft Azure Blob Storage V2 Connector Guide Informatica Cloud Spring 2017 Microsoft Azure Blob Storage V2 Connector Guide Informatica Cloud Microsoft Azure Blob Storage V2 Connector Guide Spring 2017 October 2017 Copyright Informatica LLC 2017 This

More information

Informatica Cloud Spring Google BigQuery Connector Guide

Informatica Cloud Spring Google BigQuery Connector Guide Informatica Cloud Spring 2017 Google BigQuery Connector Guide Informatica Cloud Google BigQuery Connector Guide Spring 2017 October 2017 Copyright Informatica LLC 2016, 2017 This software and documentation

More information

Integration Guide. LoginTC

Integration Guide. LoginTC Integration Guide LoginTC Revised: 21 November 2016 About This Guide Guide Type Documented Integration WatchGuard or a Technology Partner has provided documentation demonstrating integration. Guide Details

More information

Informatica Cloud Spring Teradata Connector Guide

Informatica Cloud Spring Teradata Connector Guide Informatica Cloud Spring 2017 Teradata Connector Guide Informatica Cloud Teradata Connector Guide Spring 2017 October 2017 Copyright Informatica LLC 2015, 2017 This software and documentation are provided

More information

Informatica Cloud Connector for Twitter User Guide

Informatica Cloud Connector for Twitter User Guide 1. 2. Informatica Cloud Connector for Twitter User Guide The Informatica Cloud Connector for Twitter is an Informatica Cloud Connector that allows you to read data from and write data to Twitter. Informatica

More information

Oracle Cloud. Using the Google Calendar Adapter Release 16.3 E

Oracle Cloud. Using the Google Calendar Adapter Release 16.3 E Oracle Cloud Using the Google Calendar Adapter Release 16.3 E68599-05 September 2016 Oracle Cloud Using the Google Calendar Adapter, Release 16.3 E68599-05 Copyright 2015, 2016, Oracle and/or its affiliates.

More information

Data Insight Feature Briefing Box Cloud Storage Support

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

More information

Informatica Cloud (Version Spring 2017) Magento Connector User Guide

Informatica Cloud (Version Spring 2017) Magento Connector User Guide Informatica Cloud (Version Spring 2017) Magento Connector User Guide Informatica Cloud Magento Connector User Guide Version Spring 2017 April 2017 Copyright Informatica LLC 2016, 2017 This software and

More information

This document contains important information about known limitations for Data Integration Connectors.

This document contains important information about known limitations for Data Integration Connectors. Cloud Data Integration Winter 2017 Connector Release Notes Copyright Informatica LLC 2018 Contents 2018 - February... 1 New Connectors.... 1 Amazon S3 V2 Connector.... 1 Microsoft Azure SQL Data Warehouse

More information

Informatica Cloud Spring Workday V2 Connector Guide

Informatica Cloud Spring Workday V2 Connector Guide Informatica Cloud Spring 2017 Workday V2 Connector Guide Informatica Cloud Workday V2 Connector Guide Spring 2017 March 2018 Copyright Informatica LLC 2015, 2018 This software and documentation are provided

More information

VMware Identity Manager vidm 2.7

VMware Identity Manager vidm 2.7 RSA SECURID ACCESS Standard Agent Implementation Guide VMware Daniel R. Pintal, RSA Partner Engineering Last Modified: August 19, 2016 Solution Summary VMware Identity

More information

Fyndiq Prestashop Module

Fyndiq Prestashop Module Fyndiq Prestashop Module User guide. Version 2.0 Introduction 2 Fyndiq Merchant Support 2 Prerequisites 2 Seller account 3 Create the account 4 Your company 4 Contact information 4 Your webshop on Fyndiq

More information

Module 1: Introduction to Informatica Cloud B2B Gateway

Module 1: Introduction to Informatica Cloud B2B Gateway Module 1: Introduction to Informatica Cloud B2B Gateway Lab 1-1: Lab Environment Setup Verify Informatica Cloud B2B Gateway Components in ICS Scenario: In this lab, you will log in to ICS org and verify

More information

Anaplan Informatica Connector

Anaplan Informatica Connector Document Version 2.3 (updated 18-SEP-2017) Anaplan Informatica Connector Document Version 2.3 Version Control Version Number Date Changes 2.1 MAR 2017 New Template applied 2.2 AUG 2017 INTEGRA-1180 - New

More information

Fyndiq Magento Extension

Fyndiq Magento Extension Fyndiq Magento Extension User guide. Version 3.0 Introduction 2 Fyndiq Merchant Support 2 Prerequisites 2 Seller account 3 Create the account 3 Your company 4 Contact information 4 Your webshop on Fyndiq

More information

API Gateway Version September Key Property Store User Guide

API Gateway Version September Key Property Store User Guide API Gateway Version 7.5.2 15 September 2017 Key Property Store User Guide Copyright 2017 Axway All rights reserved. This documentation describes the following Axway software: Axway API Gateway 7.5.2 No

More information

Oracle Cloud Using the Google Calendar Adapter. Release 17.3

Oracle Cloud Using the Google Calendar Adapter. Release 17.3 Oracle Cloud Using the Google Calendar Adapter Release 17.3 E68599-09 October 2017 Oracle Cloud Using the Google Calendar Adapter, Release 17.3 E68599-09 Copyright 2015, 2017, Oracle and/or its affiliates.

More information

Informatica PowerExchange for Microsoft Azure Blob Storage 10.2 HotFix 1. User Guide

Informatica PowerExchange for Microsoft Azure Blob Storage 10.2 HotFix 1. User Guide Informatica PowerExchange for Microsoft Azure Blob Storage 10.2 HotFix 1 User Guide Informatica PowerExchange for Microsoft Azure Blob Storage User Guide 10.2 HotFix 1 July 2018 Copyright Informatica LLC

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

Configuring a Sybase PowerDesigner Resource in Metadata Manager 9.0

Configuring a Sybase PowerDesigner Resource in Metadata Manager 9.0 Configuring a Sybase PowerDesigner Resource in Metadata Manager 9.0 2010 Informatica Abstract This article shows how to create and configure a Sybase PowerDesigner resource in Metadata Manager 9.0 to extract

More information

Oracle Cloud Using the Trello Adapter. Release 17.3

Oracle Cloud Using the Trello Adapter. Release 17.3 Oracle Cloud Using the Trello Adapter Release 17.3 E84579-03 September 2017 Oracle Cloud Using the Trello Adapter, Release 17.3 E84579-03 Copyright 2016, 2017, Oracle and/or its affiliates. All rights

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

Oracle Cloud Using the Eventbrite Adapter. Release 17.3

Oracle Cloud Using the Eventbrite Adapter. Release 17.3 Oracle Cloud Using the Eventbrite Adapter Release 17.3 E69235-08 September 2017 Oracle Cloud Using the Eventbrite Adapter, Release 17.3 E69235-08 Copyright 2016, 2017, Oracle and/or its affiliates. All

More information

ServiceNow Deployment Guide

ServiceNow Deployment Guide ServiceNow Deployment Guide (For Eureka release and forward) Okta Inc. 301 Brannan Street, 3 rd Floor San Francisco, CA, 94107 info@okta.com 1-888-722-7871 Contents Overview... 3 Active Directory Integration...

More information

Catch Integration - User Guide

Catch Integration - User Guide by CedCommerce Products Documentation 1 / 50 1. Overview... 3 2. Catch Magento 2 Store Integration Extension Installation... 3 3. Retrieve API Credentials from the Catch Seller Account... 4 4. Catch Configuration

More information

Oracle Cloud Using the Evernote Adapter. Release 17.3

Oracle Cloud Using the Evernote Adapter. Release 17.3 Oracle Cloud Using the Evernote Adapter Release 17.3 E69234-07 September 2017 Oracle Cloud Using the Evernote Adapter, Release 17.3 E69234-07 Copyright 2016, 2017, Oracle and/or its affiliates. All rights

More information

User Management in Resource Manager

User Management in Resource Manager CHAPTER 8 This section describes how to manage user profiles. Topics in this section include: Overview of User Management, page 8-1 Using User Management, page 8-1 Overview of User Management In Resource

More information

Partner Center: Secure application model

Partner Center: Secure application model Partner Center: Secure application model The information provided in this document is provided "as is" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including

More information

Developing Solutions for Google Cloud Platform (CPD200) Course Agenda

Developing Solutions for Google Cloud Platform (CPD200) Course Agenda Developing Solutions for Google Cloud Platform (CPD200) Course Agenda Module 1: Developing Solutions for Google Cloud Platform Identify the advantages of Google Cloud Platform for solution development

More information

Microsoft Unified Access Gateway 2010

Microsoft Unified Access Gateway 2010 RSA SecurID Ready Implementation Guide Partner Information Last Modified: March 26, 2013 Product Information Partner Name Web Site Product Name Version & Platform Product Description Microsoft www.microsoft.com

More information

Symantec Endpoint Protection Manager Quick Integration Guide. for PacketFence version 7.4.0

Symantec Endpoint Protection Manager Quick Integration Guide. for PacketFence version 7.4.0 Symantec Endpoint Protection Manager Quick Integration Guide for PacketFence version 7.4.0 Symantec Endpoint Protection Manager Quick Integration Guide by Inverse Inc. Version 7.4.0 - Jan 2018 Copyright

More information

DreamFactory Security Guide

DreamFactory Security Guide DreamFactory Security Guide This white paper is designed to provide security information about DreamFactory. The sections below discuss the inherently secure characteristics of the platform and the explicit

More information

Informatica Cloud Spring Microsoft SharePoint Connector Guide

Informatica Cloud Spring Microsoft SharePoint Connector Guide Informatica Cloud Spring 2017 Microsoft SharePoint Connector Guide Informatica Cloud Microsoft SharePoint Connector Guide Spring 2017 January 2018 Copyright Informatica LLC 2015, 2018 This software and

More information

Qualys SAML & Microsoft Active Directory Federation Services Integration

Qualys SAML & Microsoft Active Directory Federation Services Integration Qualys SAML & Microsoft Active Directory Federation Services Integration Microsoft Active Directory Federation Services (ADFS) is currently supported for authentication. The Qualys ADFS integration must

More information

Configuration Guide. Requires Vorex version 3.9 or later and VSA version or later. English

Configuration Guide. Requires Vorex version 3.9 or later and VSA version or later. English Kaseya v2 Integration of VSA with Vorex Configuration Guide Requires Vorex version 3.9 or later and VSA version 9.3.0.11 or later English September 15, 2017 Copyright Agreement The purchase and use of

More information

Ebay Integration User Guide 0.0.1

Ebay Integration User Guide 0.0.1 by CedCommerce Products User Guides 1 / 39 1. Ebay Integration for Magento 2 store Overview... 3 2. Ebay Integration for Magento 2 store extension Installation... 4 3. ebay Configuration Settings... 4

More information

Ansible Tower Quick Setup Guide

Ansible Tower Quick Setup Guide Ansible Tower Quick Setup Guide Release Ansible Tower 2.4.5 Red Hat, Inc. Jun 06, 2017 CONTENTS 1 Quick Start 2 2 Login as a Superuser 3 3 Import a License 4 4 Examine the Tower Dashboard 6 5 The Setup

More information

RED IM Integration with Bomgar Privileged Access

RED IM Integration with Bomgar Privileged Access RED IM Integration with Bomgar Privileged Access 2018 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the

More information

Informatica Cloud Data Integration Spring 2018 April. What's New

Informatica Cloud Data Integration Spring 2018 April. What's New Informatica Cloud Data Integration Spring 2018 April What's New Informatica Cloud Data Integration What's New Spring 2018 April April 2018 Copyright Informatica LLC 2016, 2018 This software and documentation

More information

CA IdentityMinder. Glossary

CA IdentityMinder. Glossary CA IdentityMinder Glossary 12.6.3 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for your informational

More information

Oracle Cloud Using the Google Calendar Adapter with Oracle Integration

Oracle Cloud Using the Google Calendar Adapter with Oracle Integration Oracle Cloud Using the Google Calendar Adapter with Oracle Integration E85501-05 January 2019 Oracle Cloud Using the Google Calendar Adapter with Oracle Integration, E85501-05 Copyright 2017, 2019, Oracle

More information

VMware Skyline Collector Installation and Configuration Guide. VMware Skyline Collector 2.0

VMware Skyline Collector Installation and Configuration Guide. VMware Skyline Collector 2.0 VMware Skyline Collector Installation and Configuration Guide VMware Skyline Collector 2.0 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If

More information

BMC FootPrints 12 Integration with Remote Support

BMC FootPrints 12 Integration with Remote Support BMC FootPrints 12 Integration with Remote Support 2003-2019 BeyondTrust Corporation. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust Corporation. Other trademarks are

More information

RSA SecurID Ready Implementation Guide. Last Modified: December 13, 2013

RSA SecurID Ready Implementation Guide. Last Modified: December 13, 2013 Ping Identity RSA SecurID Ready Implementation Guide Partner Information Last Modified: December 13, 2013 Product Information Partner Name Ping Identity Web Site www.pingidentity.com Product Name PingFederate

More information

Oracle Cloud Using the DocuSign Adapter. Release 17.3

Oracle Cloud Using the DocuSign Adapter. Release 17.3 Oracle Cloud Using the DocuSign Adapter Release 17.3 E72739-06 September 2017 Oracle Cloud Using the DocuSign Adapter, Release 17.3 E72739-06 Copyright 2016, 2017, Oracle and/or its affiliates. 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 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

Privileged Access Integration Client Guide

Privileged Access Integration Client Guide Privileged Access Integration Client Guide 2018 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property

More information

Workspace ONE UEM Certificate Authority Integration with Microsoft ADCS Using DCOM. VMware Workspace ONE UEM 1811

Workspace ONE UEM Certificate Authority Integration with Microsoft ADCS Using DCOM. VMware Workspace ONE UEM 1811 Workspace ONE UEM Certificate Authority Integration with Microsoft ADCS Using DCOM VMware Workspace ONE UEM 1811 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Informatica Cloud Spring Hadoop Connector Guide

Informatica Cloud Spring Hadoop Connector Guide Informatica Cloud Spring 2017 Hadoop Connector Guide Informatica Cloud Hadoop Connector Guide Spring 2017 December 2017 Copyright Informatica LLC 2015, 2017 This software and documentation are provided

More information

Boot Attestation Service 3.0.0

Boot Attestation Service 3.0.0 Product Guide Boot Attestation Service 3.0.0 For use with epolicy Orchestrator 4.6.0, 5.0.0 Software COPYRIGHT Copyright 2013 McAfee, Inc. Do not copy without permission. TRADEMARK ATTRIBUTIONS McAfee,

More information

Nintex Deep Dive 2018 Features and Highlights. Chris Ellis, Manager Technical Evangelism Euan Gamble, Product Manager

Nintex Deep Dive 2018 Features and Highlights. Chris Ellis, Manager Technical Evangelism Euan Gamble, Product Manager Nintex Deep Dive 2018 Features and Highlights Chris Ellis, Manager Technical Evangelism Euan Gamble, Product Manager Nintex in 2018, a year in numbers Nintex Workflow Cloud 20 product releases!! Every

More information

Single Sign-On for PCF. User's Guide

Single Sign-On for PCF. User's Guide Single Sign-On for PCF Version 1.2 User's Guide 2018 Pivotal Software, Inc. Table of Contents Table of Contents Single Sign-On Overview Installation Getting Started with Single Sign-On Manage Service Plans

More information

RSA Ready Implementation Guide for. GlobalSCAPE EFT Server 7.3

RSA Ready Implementation Guide for. GlobalSCAPE EFT Server 7.3 RSA Ready Implementation Guide for GlobalSCAPE EFT Server 7.3 FAL, RSA Partner Engineering Last Modified: 5/19/2016 Solution Summary GlobalSCAPE Enhanced File Transfer (EFT) server can be configured to

More information

Nimsoft Service Desk. Single Sign-On Configuration Guide. [assign the version number for your book]

Nimsoft Service Desk. Single Sign-On Configuration Guide. [assign the version number for your book] Nimsoft Service Desk Single Sign-On Configuration Guide [assign the version number for your book] Legal Notices Copyright 2012, CA. All rights reserved. Warranty The material contained in this document

More information

Defender Configuring for Use with GrIDsure Tokens

Defender Configuring for Use with GrIDsure Tokens Configuring for Use with GrIDsure Tokens Introduction The GrIDsure token can be used to protect any website hosted on Internet Information Server (IIS). 5.6 supports the use of GrIDsure tokens with the

More information

Configuring a Web Services Transformation in Informatica Cloud to Read Data from SAP BW BEx Query

Configuring a Web Services Transformation in Informatica Cloud to Read Data from SAP BW BEx Query Configuring a Web Services Transformation in Informatica Cloud to Read Data from SAP BW BEx Query Copyright Informatica LLC 2017. Informatica, the Informatica logo, and Informatica Cloud are trademarks

More information

Contents Overview... 5 Downloading Primavera Gateway... 5 Primavera Gateway On-Premises Installation Prerequisites... 6

Contents Overview... 5 Downloading Primavera Gateway... 5 Primavera Gateway On-Premises Installation Prerequisites... 6 Gateway Installation and Configuration Guide for On-Premises Version 17 September 2017 Contents Overview... 5 Downloading Primavera Gateway... 5 Primavera Gateway On-Premises Installation Prerequisites...

More information

McAfee Boot Attestation Service 3.5.0

McAfee Boot Attestation Service 3.5.0 Product Guide McAfee Boot Attestation Service 3.5.0 For use with epolicy Orchestrator 4.6.7, 4.6.8, 5.1.0 Software COPYRIGHT Copyright 2014 McAfee, Inc. Do not copy without permission. TRADEMARK ATTRIBUTIONS

More information

Enterprise Data Catalog Fixed Limitations ( Update 1)

Enterprise Data Catalog Fixed Limitations ( Update 1) Informatica LLC Enterprise Data Catalog 10.2.1 Update 1 Release Notes September 2018 Copyright Informatica LLC 2015, 2018 Contents Enterprise Data Catalog Fixed Limitations (10.2.1 Update 1)... 1 Enterprise

More information

Guide for Administrators

Guide for Administrators novaresourcesync v.4.2 Guide for Administrators Updated May 9, 2013 Page 1 of 24 Copyright, Trademarks, and Legal Tempus Nova Inc. 1755 Blake Street Denver, CO 80202 www.tempusnova.com May 9, 2013 Copyright

More information

DCLI User's Guide. Data Center Command-Line Interface

DCLI User's Guide. Data Center Command-Line Interface Data Center Command-Line Interface 2.10.2 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this documentation, submit

More information

Talend Open Studio for Big Data. User Guide 5.3.2

Talend Open Studio for Big Data. User Guide 5.3.2 Talend Open Studio for Big Data User Guide 5.3.2 Talend Open Studio for Big Data Adapted for Talend Open Studio for Big Data 5.3. Supersedes previous User Guide releases. Publication date: January 24,

More information

OneLogin SCIM. Table of Contents. Summary... 2 System Requirements... 2 Installation & Setup... 2 Contact Us... 6

OneLogin SCIM. Table of Contents. Summary... 2 System Requirements... 2 Installation & Setup... 2 Contact Us... 6 OneLogin SCIM Table of Contents Summary... 2 System Requirements... 2 Installation & Setup... 2 Contact Us... 6 1 This guide provides set-up instructions for using LastPass with OneLogin as your Identity

More information

Oracle Cloud Using the MailChimp Adapter. Release 17.3

Oracle Cloud Using the MailChimp Adapter. Release 17.3 Oracle Cloud Using the MailChimp Adapter Release 17.3 E70293-07 September 2017 Oracle Cloud Using the MailChimp Adapter, Release 17.3 E70293-07 Copyright 2016, 2017, Oracle and/or its affiliates. All rights

More information

DCLI User's Guide. Modified on 20 SEP 2018 Data Center Command-Line Interface

DCLI User's Guide. Modified on 20 SEP 2018 Data Center Command-Line Interface Modified on 20 SEP 2018 Data Center Command-Line Interface 2.10.0 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about

More information

SAML-Based SSO Configuration

SAML-Based SSO Configuration Prerequisites, page 1 SAML SSO Configuration Task Flow, page 5 Reconfigure OpenAM SSO to SAML SSO Following an Upgrade, page 9 SAML SSO Deployment Interactions and Restrictions, page 9 Prerequisites NTP

More information

Oracle Cloud Using the Oracle Responsys Adapter. Release 17.3

Oracle Cloud Using the Oracle Responsys Adapter. Release 17.3 Oracle Cloud Using the Oracle Responsys Adapter Release 17.3 E70393-06 September 2017 Oracle Cloud Using the Oracle Responsys Adapter, Release 17.3 E70393-06 Copyright 2016, 2017, Oracle and/or its affiliates.

More information

Configuring a Microstrategy Resource in Metadata Manager 9.5.0

Configuring a Microstrategy Resource in Metadata Manager 9.5.0 Configuring a Microstrategy Resource in Metadata Manager 9.5.0 2012 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

Advanced Service Design. vrealize Automation 6.2

Advanced Service Design. vrealize Automation 6.2 vrealize Automation 6.2 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this documentation, submit your feedback to

More information

VMware AirWatch Integration with SecureAuth PKI Guide

VMware AirWatch Integration with SecureAuth PKI Guide VMware AirWatch Integration with SecureAuth PKI Guide For VMware AirWatch Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

CedCommerce. All rights reserved.

CedCommerce. All rights reserved. CedCommerce. All rights reserved. SUPPORT@CEDCOMMERCE.COM 1 Module Installation Guide Version 2.0 2 Installation Here we are explaining different steps to install the CedCommerce Modules or Extensions.

More information

Mozy. Administrator Guide

Mozy. Administrator Guide Mozy Administrator Guide Preface 2017 Mozy, Inc. All rights reserved. Information in this document is subject to change without notice. The software described in this document is furnished under a license

More information

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

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

More information

Setting up a Salesforce Outbound Message in Informatica Cloud

Setting up a Salesforce Outbound Message in Informatica Cloud Setting up a Salesforce Outbound Message in Informatica Cloud Copyright Informatica LLC 2017. Informatica, the Informatica logo, and Informatica Cloud are trademarks or registered trademarks of Informatica

More information

ForeScout CounterACT. Configuration Guide. Version 4.1

ForeScout CounterACT. Configuration Guide. Version 4.1 ForeScout CounterACT Network Module: VPN Concentrator Plugin Version 4.1 Table of Contents About the VPN Concentrator Plugin... 3 What to Do... 3 Requirements... 3 CounterACT Requirements... 3 Supported

More information

Oracle Cloud Using the Microsoft Adapter. Release 17.3

Oracle Cloud Using the Microsoft  Adapter. Release 17.3 Oracle Cloud Using the Microsoft Email Adapter Release 17.3 E70297-10 December 2017 Oracle Cloud Using the Microsoft Email Adapter, Release 17.3 E70297-10 Copyright 2016, 2017, Oracle and/or its affiliates.

More information

Microsoft Architecting Microsoft Azure Solutions.

Microsoft Architecting Microsoft Azure Solutions. Microsoft 70-535 Architecting Microsoft Azure Solutions https://killexams.com/pass4sure/exam-detail/70-535 QUESTION: 106 Your organization has developed and deployed several Azure App Service Web and API

More information

Caradigm Single Sign-On and Context Management RSA Ready Implementation Guide for. Caradigm Single Sign-On and Context Management 6.2.

Caradigm Single Sign-On and Context Management RSA Ready Implementation Guide for. Caradigm Single Sign-On and Context Management 6.2. RSA Ready Implementation Guide for Caradigm Single Sign-On and Context Management 6.2.7 John Sammon, RSA Partner Engineering Last Modified: March 1, 2016 Solution Summary Caradigm customers integrate Caradigm

More information

Talend Component tgoogledrive

Talend Component tgoogledrive Talend Component tgoogledrive Purpose and procedure This component manages files on a Google Drive. The component provides these capabilities: 1. Providing only the client for other tgoogledrive components

More information

Sears-Magento Integration Guide 0.0.1

Sears-Magento Integration Guide 0.0.1 by CedCommerce Docs - Products User Guides 1 / 34 1. Overview... 3 2. Sears Integration Extension Installation... 4 3. Sears Configuration Settings... 4 4. Manage Sears Profiles... 9 4.1. Add New Profile...

More information

Hitachi ID Systems Inc Identity Manager 8.2.6

Hitachi ID Systems Inc Identity Manager 8.2.6 Systems Inc RSA SecurID Ready Implementation Guide Partner Information Last Modified: December 5, 2014 Product Information Partner Name Hitachi ID Systems Inc Web Site www.hitachi-id.com Product Name Identity

More information

Products Data Migration From M1 to M2. User Manual

Products Data Migration From M1 to M2. User Manual Products Data Migration From M1 to M2 User Manual https://www.magebees.com/products-data-migration-from-magento-1-tomagento-2.html Products Data Migration From M1 to M2 By CONTENT Introduction 3 Features

More information

Cloud Compute. Backup Portal User Guide

Cloud Compute. Backup Portal User Guide Cloud Compute Backup Portal User Guide Contents Service Overview... 4 Gaining Access... 5 Operational Guide... 6 Landing Page... 6 Profile View... 6 Detailed View... 8 Overview... 8 Cloud Backup... 8

More information

Quick Start Guide Integrate with OneDrive for Business

Quick Start Guide Integrate with OneDrive for Business Quick Start Guide Integrate with OneDrive for Business Introduction SkySync is an enterprise data integration platform that enables organizations to maximize business value and productivity from their

More information

Migrating External Loader Sessions to Dual Load Sessions

Migrating External Loader Sessions to Dual Load Sessions Migrating External Loader Sessions to Dual Load Sessions 2011 Informatica Corporation Abstract You can migrate PowerCenter sessions that load to a Teradata target with external loaders that load to Teradata

More information

JIRA Integration Guide

JIRA Integration Guide JIRA Integration Guide 2018 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property of their respective

More information

DataSunrise Database Security Suite Release Notes

DataSunrise Database Security Suite Release Notes www.datasunrise.com DataSunrise Database Security Suite 4.0.4 Release Notes Contents DataSunrise Database Security Suite 4.0.4... 3 New features...3 Known limitations... 3 Version history... 5 DataSunrise

More information

Magento Migration Tool. User Guide. Shopify to Magento. Bigcommerce to Magento. 3DCart to Magento

Magento Migration Tool. User Guide. Shopify to Magento. Bigcommerce to Magento. 3DCart to Magento Magento Migration Tool User Guide Shopify to Magento Bigcommerce to Magento 3DCart to Magento Copyright 2015 LitExtension.com. All Rights Reserved. Page 1 Contents 1. Preparation... 3 2. Setup... 4 3.

More information

Introduction... 5 Configuring Single Sign-On... 7 Prerequisites for Configuring Single Sign-On... 7 Installing Oracle HTTP Server...

Introduction... 5 Configuring Single Sign-On... 7 Prerequisites for Configuring Single Sign-On... 7 Installing Oracle HTTP Server... Oracle Access Manager Configuration Guide for On-Premises Version 17 October 2017 Contents Introduction... 5 Configuring Single Sign-On... 7 Prerequisites for Configuring Single Sign-On... 7 Installing

More information

Integration Guide. SafeNet Authentication Manager. Using SAM as an Identity Provider for PingFederate

Integration Guide. SafeNet Authentication Manager. Using SAM as an Identity Provider for PingFederate SafeNet Authentication Manager Integration Guide Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights reserved. 1 Document Information

More information

Avocent DSView 4.5. RSA SecurID Ready Implementation Guide. Partner Information. Last Modified: June 9, Product Information Partner Name

Avocent DSView 4.5. RSA SecurID Ready Implementation Guide. Partner Information. Last Modified: June 9, Product Information Partner Name RSA SecurID Ready Implementation Guide Partner Information Last Modified: June 9, 2015 Product Information Partner Name Web Site Product Name Version & Platform Product Description Avocent Corporation

More information

DCLI User's Guide. Data Center Command-Line Interface 2.7.0

DCLI User's Guide. Data Center Command-Line Interface 2.7.0 Data Center Command-Line Interface 2.7.0 You can find the most up-to-date technical documentation on the VMware Web site at: https://docs.vmware.com/ The VMware Web site also provides the latest product

More information