Delete Personally Identifiable Information About a User from Sitefinity CMS

Size: px
Start display at page:

Download "Delete Personally Identifiable Information About a User from Sitefinity CMS"

Transcription

1 Delete Personally Identifiable Information About a User from Sitefinity CMS WHITEPAPER You can use the following articles as a guidance about deleting personally identifiable information (PII) about a user from Sitefinity CMS. You may want to do this, if a user requests that you erase all of the information that can personally identify her or him from your website. The user may request this via or other means. You can apply this procedure both to frontend and backend users. In order to achieve this, you need to delete certain data from the database either entire records from a table, or particular columns only. Afterwards, you delete the user. IMPORTANT: The instructions below are applicable for out-of-the-box functionality for this product. Due to the product s customizable nature, you may have PII stored in other fields or tables that are not included in these instructions. It is your obligation to identify all places where PII may be stored and delete the data as necessary. IMPORTANT: This procedure is not valid for the Ecommerce modules. Features and Modules Containing PII Frontend Users Backend Users The following features contain frontend user data: Comments Dynamic Module Campaigns Notification Service Forms Forums Authentication (IdentityServer) Media Content User (user, profile, activity) The following features contain backend user data: Events News Packaging Publishing Workflow 1

2 Delete PII You erase the PII of a user directly from the database. You do this by logging to the management tool of your database and then delete the information using database queries. The database has tables that directly contain PII for the user and tables that contain references to PII. RECOMMENDATION: We recommend clearing tables with references first, because, although on a database level there is no requirement for such information integrity - no Foreign Key Constraint, Sitefinity CMS may require this information for some of its functionalities. To erase PII of a user, use the following procedure: 1. Clear Information from the tables that contain references to PII. For more information, see Reference: Data that contain references to PII. 2. Clear information from the tables that directly contain PII. For more information, see Reference: Data that contains PII. 3. Delete the user. For more information, see Reference: Delete the user. IMPORTANT: You must delete the user after you have cleared all the other tables, otherwise, you will lose the connection between the user _ id and its PII. Reference: Data that contain references to PII The following database tables and columns contain an indirect relation that can be used to identify the user for example, owner unique identifier. You can erase them after you have cleared the initial object for example, the or the. However, we recommend to clear them first, because, although on a database level there is no requirement for such information integrity - no Foreign Key Constraint, Sitefinity CMS may require it for some of its functionalities. 2

3 Database table sf_blog_posts sf_blogs sf_bounce_stat sf_calendars sf_approval_tracking_record sf_content_items sf_dashboard_log sf_dashboard_watchlist sf_delivery_entry sf_draft_pages sf_dynamic_content sf_form_description sf_<form_name> This is a dynamic table. Substitute <FormName> with the name of the form that you want to clear sf_forum_posts sf_libraries sf_list_items sf_lists mb_dynamic_module sf_object data sf_page_data sf_page_node sf_page_templates sf_pckgng_pckgs sf_presentation_data sf_publishing_point sf_rbin_item sf_sites sf_taxonomies sf_tr_prjcts sf_tr_trnsltns sf_user_action sf_user_link sf_user_profile sf_user_profile_link sf_version_chnges sf_workflow_definition Columns to be cleared sf_subscriber_id, last_modified_by, author subscriber_id, last_modified_by _last_modified_by, locked_by Response columns These are responses to each question. _last_modified_by _last_modified_by, profile_id 3

4 Reference: Data that contains PII The following database tables and columns directly contain PII. You must either delete the entire record or clear a particular column: Database table sf_commnt sf_cs_comments sf_cs_groups sf_cs_threads sf_dynamic list sf_events sf_failed_deliveries sf_form_entry sf_forum_threads sf_forums sf_idsrv_claims sf_lic_user_activity sf_media_content sf_news_items sf_notif_subscribers sf_pckgng_addns sf_publishing_pipe_settings sf_sitefinity_profile sf_subscriber sf_workflow_permission sf_addresses Columns to be cleared, last_modified_by, , author_name_ last_modified_by_name, last_modified_by_ , last_modified_by, author_name, author_ ip_address, author_id, author_ author_name, author_id, author_ author_name, author_id, author_ last_name_mapped_field, first_name_mapped_ field, _mapped_field contact_web, contact_phone_, contact_name_, contact_ , contact_cell_ subscriber_resolve_key, subscriber_id, delivery_ address,, ip_address, last_post_, last_post_user_name last_post_, last_post_user_name login_ip author_, author_, author user_name_reference, user_name_reference2 nickname, last_name, first_name, about last_name, first_name, principal_name The whole record Delete the user IMPORTANT: You must perform this procedure after you have cleared all the other tables, otherwise, you will lose the connection between the and its PII. To delete the user, delete the whole user record from table sf_users You can alternatively delete the user from Sitefinity CMS backend. 4

5 Example: Delete PII from a form EXAMPLE (MS SQL Server): The following SQL database query demonstrates how to delete the PII of a user with username FrontEndUser from a particular form MyForm DELETE MyForm FROM sf_users U INNER JOIN sf_form_entry FE ON U.id = FE. INNER JOIN sf_myform MyForm ON FE.id = MyForm.id WHERE user_name = 'FrontEndUser' NOTE: To ensure all PII is erased, you will have to run this SQL database query on all the forms that you have created on your site. About Progress Progress (NASDAQ: PRGS) offers the leading platform for developing and deploying missioncritical business applications. Progress empowers enterprises and ISVs to build and deliver cognitive-first applications that harness big data to derive business insights and competitive advantage. Progress offers leading technologies for easily building powerful user interfaces across any type of device, a reliable, scalable and secure backend platform to deploy modern applications, leading data connectivity to all sources, and award-winning predictive analytics that brings the power of machine learning to any organization. Over 1,700 independent software vendors, 100,000 enterprise customers, and two million developers rely on Progress to power their applications. Learn about Progress at or Worldwide Headquarters Progress. Progress. All All Rights Rights Reserved. Reserved. Progress, 14 Oak Park, Bedford, MA USA Tel: Fax: On the Web at: Find us on facebook.com/progresssw twitter.com/progresssw youtube.com/progresssw For regional international office locations and contact information, please go to Progress and Sitefinity are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. Any other trademarks contained herein are the property of their respective owners Progress Software Corporation. All rights reserved. Progress and Sitefinity TM are trademarks of Progress Software Corporation in the U.S. and other countries. This document may not, in whole or in part, be photocopied, reproduced, translated, or reduced to any electronic medium or machine readable form without prior consent, in writing, from Progress. Information in this document is subject to change without notice and does not represent a commitment or contract on the part of Progress. 5Rev 52018/03 REQ

Provide Real-Time Data To Financial Applications

Provide Real-Time Data To Financial Applications Provide Real-Time Data To Financial Applications DATA SHEET Introduction Companies typically build numerous internal applications and complex APIs for enterprise data access. These APIs are often engineered

More information

OpenEdge Change Data Capture and the ETL Process WHITEPAPER AUTHOR : LAKSHMI PADMAJA

OpenEdge Change Data Capture and the ETL Process WHITEPAPER AUTHOR : LAKSHMI PADMAJA OpenEdge Change Data Capture and the ETL Process WHITEPAPER AUTHOR : LAKSHMI PADMAJA Introduction Keeping the multitude of data sources housed within an organization updated is a cumbersome and time intensive

More information

Advanced ODBC and JDBC Access to Salesforce Data

Advanced ODBC and JDBC Access to Salesforce Data Advanced ODBC and JDBC Access to Salesforce Data DATA SHEET FEATURES BENEFITS Use significantly less memory to do more work Expose Salesforce data to a full spectrum of custom and commercial apps Secure

More information

5 KEY REASONS FOR USING TELERIK PLATFORM MBAAS

5 KEY REASONS FOR USING TELERIK PLATFORM MBAAS 5 KEY REASONS FOR USING TELERIK PLATFORM MBAAS Don t Reinvent the Wheel Mobile backend as a service (MBaaS) offers sophisticated capabilities that you can use right off the bat in your mobile apps to make

More information

Kendo UI Builder. For Business Apps, UI/UX Reigns Supreme

Kendo UI Builder. For Business Apps, UI/UX Reigns Supreme Kendo UI Builder DATA SHEET HIGHLIGHTS Progress Kendo UI Builder is a standalone web productivity tool that combines several industry-leading web development technologies in an easy-to-use interface, empowering

More information

Building Hybrid mobile apps for Rollbase application using PDO

Building Hybrid mobile apps for Rollbase application using PDO Building Hybrid mobile apps for Rollbase application using PDO Authors: Anil Kumar Gaddalapati, QA Engineer Dr Ganesh Neelakanta Iyer, QA Architect 2016 Progress Software Corporation and/or its subsidiaries

More information

PROGRESS OPENEDGE PRO2

PROGRESS OPENEDGE PRO2 OpenEdge Pro2 OpenEdge Data Server Oracle, SQL Server, OpenEdge PROGRESS OPENEDGE PRO2 DATA REPLICATION Progress.com A Contents Introduction 3 Executive Summary 4 The Pro2 Solution 5 Pro2 Administration

More information

Progress DataDirect For Business Intelligence And Analytics Vendors

Progress DataDirect For Business Intelligence And Analytics Vendors Progress DataDirect For Business Intelligence And Analytics Vendors DATA SHEET FEATURES: Direction connection to a variety of SaaS and on-premises data sources via Progress DataDirect Hybrid Data Pipeline

More information

AUTHORIZED DATA TRUNCATION

AUTHORIZED DATA TRUNCATION AUTHORIZED DATA TRUNCATI OVERVIEW The 11.5.1 release of Progress OpenEdge contains a new SQL feature called Authorized Data Truncation. This feature helps overcome the SQL width problem that is encountered

More information

Building Satellite Rollbase Applciation for an existing OpenEdge application

Building Satellite Rollbase Applciation for an existing OpenEdge application Building Satellite Rollbase Applciation for an existing OpenEdge application Authors: Ganesh Cherivirala Dr Ganesh Neelakanta Iyer 2016 Progress Software Corporation and/or its subsidiaries or affiliates.

More information

ROLLBASE ACCESS TO ABL BUSINESS LOGIC VIA OPENCLIENT

ROLLBASE ACCESS TO ABL BUSINESS LOGIC VIA OPENCLIENT W HITE PAPER www. p rogres s.com ROLLBASE ACCESS TO ABL BUSINESS LOGIC VIA OPENCLIENT 1 TABLE OF CONTENTS Introduction... 2 What is Progress Rollbase?... 2 Installation and setup... 2 Expose Openedge Appserver

More information

meet at the edge Introducing VYKON Edge Controller 10 edge

meet at the edge Introducing VYKON Edge Controller 10 edge meet at the edge Introducing VYKON Edge Controller 10 edge introducing vykonedge controller 10 SPECIFICATIONS Powered by the Niagara Framework 5 universal inputs 3 digital outputs 2 analog outputs 1 485

More information

An Oracle White Paper December, 3 rd Oracle Metadata Management v New Features Overview

An Oracle White Paper December, 3 rd Oracle Metadata Management v New Features Overview An Oracle White Paper December, 3 rd 2014 Oracle Metadata Management v12.1.3.0.1 Oracle Metadata Management version 12.1.3.0.1 - December, 3 rd 2014 Disclaimer This document is for informational purposes.

More information

Deltek Touch CRM Release Notes for Ajera CRM, GovWin Capture Management, and Vision

Deltek Touch CRM Release Notes for Ajera CRM, GovWin Capture Management, and Vision Deltek Touch CRM 1.6.3 March 2016 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical or technical errors may exist. The recipient of

More information

Designing Performance-Optimized JDBC Applications

Designing Performance-Optimized JDBC Applications Designing Performance-Optimized JDBC Applications Introduction Recognized as experts in database access standards such as ODBC, Java JDBC, and ADO/OLE DB, Progress has consistently been instrumental in

More information

Progress OpenEdge. > Getting Started. in the Amazon Cloud.

Progress OpenEdge. > Getting Started. in the Amazon Cloud. Progress OpenEdge w h i t e p a p e r > Getting Started with Progress OpenEdge in the Amazon Cloud Part II: Your First AMI Instance Table of Contents Table of Contents.........................................

More information

Oracle Warehouse Builder 10g Release 2 Integrating Packaged Applications Data

Oracle Warehouse Builder 10g Release 2 Integrating Packaged Applications Data Oracle Warehouse Builder 10g Release 2 Integrating Packaged Applications Data June 2006 Note: This document is for informational purposes. It is not a commitment to deliver any material, code, or functionality,

More information

Creating OData Custom Composite Keys

Creating OData Custom Composite Keys Creating OData Custom Composite Keys 1993, 2016 Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise) without

More information

Massive Scalability With InterSystems IRIS Data Platform

Massive Scalability With InterSystems IRIS Data Platform Massive Scalability With InterSystems IRIS Data Platform Introduction Faced with the enormous and ever-growing amounts of data being generated in the world today, software architects need to pay special

More information

October Oracle Application Express Statement of Direction

October Oracle Application Express Statement of Direction October 2017 Oracle Application Express Statement of Direction Disclaimer This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle.

More information

An Oracle White Paper October The New Oracle Enterprise Manager Database Control 11g Release 2 Now Managing Oracle Clusterware

An Oracle White Paper October The New Oracle Enterprise Manager Database Control 11g Release 2 Now Managing Oracle Clusterware An Oracle White Paper October 2009 The New Oracle Enterprise Manager Database Control 11g Release 2 Now Managing Oracle Clusterware Introduction Oracle Enterprise Manager provides a single, integrated

More information

Deltek winsight Analytics Excel Connect 8.0. Installation Guide

Deltek winsight Analytics Excel Connect 8.0. Installation Guide Deltek winsight Analytics Excel Connect 8.0 Installation Guide December 2014 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical or technical

More information

EDI XLS INVOICE HTML. The Top 10 Ways Data Preparation Helps Tableau Users XML

EDI XLS INVOICE HTML. The Top 10 Ways Data Preparation Helps Tableau Users XML EDI PDF P PDF XLS INVOICE E HTML The Top 10 Ways Data Preparation Helps Tableau Users MA RA MAINF RAME XML OVERVIEW Datawatch Monarch is the world s most widely deployed solution for self-service data

More information

> Type 5 JDBC Drivers

> Type 5 JDBC Drivers w h i t e p a p e r > Type 5 JDBC Drivers Next-generation Technology, Today Table of Contents Type 4 Technological Stagnation........................... 2 Commoditization and Misperception...........................

More information

StarWind iscsi SAN Software: Using StarWind Tape Redirector and CA ARCserve Backup

StarWind iscsi SAN Software: Using StarWind Tape Redirector and CA ARCserve Backup StarWind iscsi SAN Software: Using StarWind Tape Redirector and CA ARCserve Backup www.starwindsoftware.com Copyright 2008-2011. All rights reserved. COPYRIGHT Copyright 2008-2011. All rights reserved.

More information

Frequently Asked Questions Oracle Content Management Integration. An Oracle White Paper June 2007

Frequently Asked Questions Oracle Content Management Integration. An Oracle White Paper June 2007 Frequently Asked Questions Oracle Content Management Integration An Oracle White Paper June 2007 NOTE: The following is intended to outline our general product direction. It is intended for information

More information

Deltek winsight Analytics Briefing Wizard 8.0. Installation Guide

Deltek winsight Analytics Briefing Wizard 8.0. Installation Guide Deltek winsight Analytics Briefing Wizard 8.0 Installation Guide December 2014 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical or

More information

HA100 SAP HANA Introduction

HA100 SAP HANA Introduction HA100 SAP HANA Introduction. COURSE OUTLINE Course Version: 13 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication

More information

Deltek Costpoint BIRT Installation

Deltek Costpoint BIRT Installation Deltek Costpoint 7.1.1 BIRT Installation October 6, 2015 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical or technical errors may

More information

Deltek Costpoint Deploying Hot Fixes

Deltek Costpoint Deploying Hot Fixes Deltek Costpoint 7.1.1 Deploying Hot Fixes October 24, 2014 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical or technical errors may

More information

Powering Knowledge Discovery. Insights from big data with Linguamatics I2E

Powering Knowledge Discovery. Insights from big data with Linguamatics I2E Powering Knowledge Discovery Insights from big data with Linguamatics I2E Gain actionable insights from unstructured data The world now generates an overwhelming amount of data, most of it written in natural

More information

Oracle Database 10g Release 2 Database Vault - Restricting the DBA From Accessing Business Data

Oracle Database 10g Release 2 Database Vault - Restricting the DBA From Accessing Business Data Oracle Database 10g Release 2 Database Vault - Restricting the DBA From Accessing Business Data An Oracle White Paper August 2006 Oracle Database Vault Overview Oracle Database Vault enables you to Restrict

More information

Authlogics for Azure and Office 365

Authlogics for Azure and Office 365 Authlogics for Azure and Office 365 Single Sign-On and Flexible MFA for the Microsoft Cloud Whitepaper Authlogics, 12 th Floor, Ocean House, The Ring, Bracknell, Berkshire, RG12 1AX, United Kingdom UK

More information

HA100 SAP HANA Introduction

HA100 SAP HANA Introduction HA100 SAP HANA Introduction. COURSE OUTLINE Course Version: 15 Course Duration: SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication may

More information

DATABASE WARS 2.0: BRINGING CONTROL TO CHAOS BY JEFF RESER, SENIOR PRODUCT MARKETING MANAGER, DATADIRECT

DATABASE WARS 2.0: BRINGING CONTROL TO CHAOS BY JEFF RESER, SENIOR PRODUCT MARKETING MANAGER, DATADIRECT DATABASE WARS 2.0: BRINGING CONTROL TO CHAOS BY JEFF RESER, SENIOR PRODUCT MARKETING MANAGER, DATADIRECT 2 TABLE OF CONTENTS Introduction 3 Database Wars 2.0: Rumble in the Cloud 3 Big Data: A Brave New

More information

Oracle CIoud Infrastructure Load Balancing Connectivity with Ravello O R A C L E W H I T E P A P E R M A R C H

Oracle CIoud Infrastructure Load Balancing Connectivity with Ravello O R A C L E W H I T E P A P E R M A R C H Oracle CIoud Infrastructure Load Balancing Connectivity with Ravello O R A C L E W H I T E P A P E R M A R C H 2 0 1 8 Oracle Cloud Infrastructure Ravello Cloud Service Oracle Cloud Infrastructure Ravello

More information

Technical Brief Veritas Technical Education Services

Technical Brief Veritas Technical Education Services Veritas Desktop and Laptop Option 9.3 The Veritas Desktop and Laptop Option provides automated file protection for Desktops and laptops. Protection is provided regardless of whether the computer is connected

More information

DocuPhase Enterprise Configuration Guide

DocuPhase Enterprise Configuration Guide DocuPhase Enterprise Configuration Guide Version 6.1 DocuPhase Corporation 1499 Gulf to Bay Boulevard, Clearwater, FL 33755 Tel: (727) 441-8228 Fax: (727) 444-4419 Email: support@docuphase.com Web: www.docuphase.com

More information

Skyhook designs and deploys high performance mobile location solutions, and exists to make location faster, more precise and practical.

Skyhook designs and deploys high performance mobile location solutions, and exists to make location faster, more precise and practical. CLEARVISION CASE STUDY INDUSTRY: Computer Software EST: 2003 COMPANY SIZE: 150-200 HEADQUARTERS Boston MA About Skyhook Skyhook designs and deploys high performance mobile location solutions, and exists

More information

HYCU SCOM Management Pack for Nutanix

HYCU SCOM Management Pack for Nutanix HYCU SCOM Management Pack for Nutanix Product version: 2.5 Product release date: May 2018 Document edition: First Legal notices Copyright notice 2016-2018 HYCU. All rights reserved. This document contains

More information

HA300 SAP HANA Modeling

HA300 SAP HANA Modeling HA300 SAP HANA Modeling. COURSE OUTLINE Course Version: 13 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication

More information

Leverage the Oracle Data Integration Platform Inside Azure and Amazon Cloud

Leverage the Oracle Data Integration Platform Inside Azure and Amazon Cloud Leverage the Oracle Data Integration Platform Inside Azure and Amazon Cloud WHITE PAPER / AUGUST 8, 2018 DISCLAIMER The following is intended to outline our general product direction. It is intended for

More information

Phone Manager Application Support - Sage CRM DECEMBER 2016 DOCUMENT RELEASE 5.0 APPLICATION SUPPORT

Phone Manager Application Support - Sage CRM DECEMBER 2016 DOCUMENT RELEASE 5.0 APPLICATION SUPPORT Phone Manager Application Support - Sage CRM DECEMBER 2016 DOCUMENT RELEASE 5.0 APPLICATION SUPPORT Sage CRM NOTICE The information contained in this document is believed to be accurate in all respects

More information

Product Configuration Release Notes

Product Configuration Release Notes Oracle Insurance Release Notes Release 1.0 October 2014 Oracle Insurance Release Notes for Release 1.0 The purpose of this document is to: Describe the new features and resolved issues offered in the Oracle

More information

The Data Explosion. A Guide to Oracle s Data-Management Cloud Services

The Data Explosion. A Guide to Oracle s Data-Management Cloud Services The Data Explosion A Guide to Oracle s Data-Management Cloud Services More Data, More Data Everyone knows about the data explosion. 1 And the challenges it presents to businesses large and small. No wonder,

More information

August Oracle - GoldenGate Statement of Direction

August Oracle - GoldenGate Statement of Direction August 2015 Oracle - GoldenGate Statement of Direction Disclaimer This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your

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

Why Converged Infrastructure?

Why Converged Infrastructure? Why Converged Infrastructure? Three reasons to consider converged infrastructure for your organization Converged infrastructure isn t just a passing trend. It s here to stay. According to a recent survey

More information

Deltek Touch CRM for GovWin Capture Management. User Guide

Deltek Touch CRM for GovWin Capture Management. User Guide Deltek Touch CRM for GovWin Capture Management User Guide September 2017 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical or technical

More information

HA300 SAP HANA Modeling

HA300 SAP HANA Modeling HA300 SAP HANA Modeling. COURSE OUTLINE Course Version: 12 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication

More information

Hewlett Packard Enterprise Subscription for Servers Asia Pacific & Japan

Hewlett Packard Enterprise Subscription for Servers Asia Pacific & Japan Hewlett Packard Enterprise Subscription for Servers Asia Pacific & Japan General information and FAQs Technical white paper Technical white paper Contents Overview...3 What is HPE Subscription for Servers?...3

More information

SHADOW DATADIRECT PROGRESS A SINGLE, UNIFIED MAINFRAME INTEGRATION ARCHITECTURE

SHADOW DATADIRECT PROGRESS A SINGLE, UNIFIED MAINFRAME INTEGRATION ARCHITECTURE D A T A S H E E T PROGRESS DATADIRECT SHADOW A SINGLE, UNIFIED MAINFRAME INTEGRATION ARCHITECTURE Growth, mergers, new technologies all add to the increasing problem of integration complexity. Left unchecked,

More information

Deltek Touch CRM for Deltek CRM. User Guide

Deltek Touch CRM for Deltek CRM. User Guide Deltek Touch CRM for Deltek CRM User Guide February 2017 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical or technical errors may

More information

Connecting Software Connect Bridge [Performance Benchmark for Data Manipulation on Dynamics CRM via CB-Linked-Server]

Connecting Software Connect Bridge [Performance Benchmark for Data Manipulation on Dynamics CRM via CB-Linked-Server] Connect Bridge [Performance Benchmark for Data Manipulation on Dynamics CRM via CB-Linked-Server] Document History Version Date Author Changes 1.0 21 Apr 2016 SKE Creation Summary [This document provides

More information

Technical Upgrade Guidance SEA->SIA migration

Technical Upgrade Guidance SEA->SIA migration Technical Upgrade Guidance SEA->SIA migration Oracle Siebel Customer Relationship Management Applications Siebel Industry-Driven CRM November 2011 This document is intended to outline our general product

More information

openedge 11.0 Progress OpenEdge

openedge 11.0 Progress OpenEdge Progress OpenEdge feature highlights openedge 11.0 OpenEdge The leading Application Development Platform for simplifying the development and delivery of Responsive Business Applications Are your customers

More information

S4D430 Building Views in Core Data Services ABAP (CDS ABAP)

S4D430 Building Views in Core Data Services ABAP (CDS ABAP) S4D430 Building Views in Core Data Services ABAP (CDS ABAP). COURSE OUTLINE Course Version: 10 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights

More information

DATA INTEGRATION PLATFORM CLOUD. Experience Powerful Data Integration in the Cloud

DATA INTEGRATION PLATFORM CLOUD. Experience Powerful Data Integration in the Cloud DATA INTEGRATION PLATFORM CLOUD Experience Powerful Integration in the Want a unified, powerful, data-driven solution for all your data integration needs? Oracle Integration simplifies your data integration

More information

Creating a Column Profile on a Logical Data Object in Informatica Developer

Creating a Column Profile on a Logical Data Object in Informatica Developer Creating a Column Profile on a Logical Data Object in Informatica Developer 1993-2016 Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

April Understanding Federated Single Sign-On (SSO) Process

April Understanding Federated Single Sign-On (SSO) Process April 2013 Understanding Federated Single Sign-On (SSO) Process Understanding Federated Single Sign-On Process (SSO) Disclaimer The following is intended to outline our general product direction. It is

More information

UNLEASHING THE VALUE OF THE TERADATA UNIFIED DATA ARCHITECTURE WITH ALTERYX

UNLEASHING THE VALUE OF THE TERADATA UNIFIED DATA ARCHITECTURE WITH ALTERYX UNLEASHING THE VALUE OF THE TERADATA UNIFIED DATA ARCHITECTURE WITH ALTERYX 1 Successful companies know that analytics are key to winning customer loyalty, optimizing business processes and beating their

More information

StarWind iscsi SAN Software: Getting Started with V5

StarWind iscsi SAN Software: Getting Started with V5 StarWind iscsi SAN Software: Getting Started with V5 www.starwindsoftware.com Copyright 2008-2009. All rights reserved. COPYRIGHT Copyright 2008-2009. All rights reserved. No part of this publication may

More information

Server Installation Guide

Server Installation Guide Server Installation Guide Copyright: Trademarks: Copyright 2015 Word-Tech, Inc. All rights reserved. U.S. Patent No. 8,365,080 and additional patents pending. Complying with all applicable copyright laws

More information

Copyright and Trademark Information Trademarks Disclaimer; No Warranty

Copyright and Trademark Information Trademarks Disclaimer; No Warranty Copyright and Trademark Information Under the copyright laws, this document may not be copied, photocopied, reproduced, translated, or reduced to any electronic medium or machine-readable form, in whole

More information

CUSTOMER INTERACTION MANAGER WITH INTEGRATED DIGITAL MESSAGING

CUSTOMER INTERACTION MANAGER WITH INTEGRATED DIGITAL MESSAGING PRODUCT INSIGHT CUSTOMER INTERACTION MANAGER WITH INTEGRATED DIGITAL MESSAGING YOUR COMPLETE MARKETING COMMAND CENTER INTEGRATED MARKETING Bring all your marketing channels together PAGE 02 No more data

More information

IBM s statements regarding its plans, directions, and intent are subject to change or withdrawal without notice at IBM s sole discretion.

IBM s statements regarding its plans, directions, and intent are subject to change or withdrawal without notice at IBM s sole discretion. Please note Copyright 2018 by International Business Machines Corporation (IBM). No part of this document may be reproduced or transmitted in any form without written permission from IBM IBM s statements

More information

Technical Brief Enterprise Vault Privileged Delete

Technical Brief Enterprise Vault Privileged Delete 1 Feature Description Enterprise Vault 12.3 and Discovery Accelerator 12.3 offer a new feature called. The feature has the following benefits: This feature will help customers to comply with regulations,

More information

Artix Orchestration Release Notes. Version 4.0, June 2006

Artix Orchestration Release Notes. Version 4.0, June 2006 Artix Orchestration Release Notes Version 4.0, June 2006 IONA Technologies PLC and/or its subsidiaries may have patents, patent applications, trademarks, copyrights, or other intellectual property rights

More information

How to Optimize Jobs on the Data Integration Service for Performance and Stability

How to Optimize Jobs on the Data Integration Service for Performance and Stability How to Optimize Jobs on the Data Integration Service for Performance and Stability 1993-2016 Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic,

More information

Upgrade Guide. NovaBACKUP xsp NovaStor. All Rights Reserved.

Upgrade Guide. NovaBACKUP xsp NovaStor. All Rights Reserved. Upgrade Guide NovaBACKUP xsp 17 2015 NovaStor. All Rights Reserved. NovaBACKUP Upgrade Information... 3 Intended Audience... 3 Upgrade Paths... 3 License Keys... 3 NovaBACKUP xsp Modules... 3 Preparing

More information

SAP: Speeding GRC Control Testing by 90% with SAP Solutions for GRC

SAP: Speeding GRC Control Testing by 90% with SAP Solutions for GRC 2015 SAP SE or an SAP affiliate company. All rights reserved. SAP: Speeding GRC Control Testing by 90% with SAP Solutions for GRC By implementing its solutions for governance, risk, and compliance (GRC),

More information

HYCU SCOM Management Pack for F5 BIG-IP

HYCU SCOM Management Pack for F5 BIG-IP HYCU SCOM Management Pack for F5 BIG-IP Product version: 5.3 Product release date: March 2018 Document edition: Second Legal notices Copyright notice 2015-2018 HYCU. All rights reserved. This document

More information

Technical Overview. Elastic Path Commerce

Technical Overview. Elastic Path Commerce Technical Overview Elastic Path Commerce Extensible, Easy-to-Integrate, Scalable and More 7 Reasons Why Elastic Path Commerce Is The Best Fit For Your Unique Business 1. API is the Core of Digital Commerce

More information

ACCENTURE & COMMVAULT ACCENTURE CLOUD INNOVATION CENTER

ACCENTURE & COMMVAULT ACCENTURE CLOUD INNOVATION CENTER & COMMVAULT CLOUD INNOVATION CENTER HYBRID CLOUD MANAGEMENT & OPTIMIZATION DATA MANAGEMENT CLOUD INNOVATION CENTER PUSHING CUSTOM CLOUD SOLUTIONS TO THE MAX. 2 CLOUD INNOVATION CENTER Cloud delivers undeniable

More information

MySQL Cluster Web Scalability, % Availability. Andrew

MySQL Cluster Web Scalability, % Availability. Andrew MySQL Cluster Web Scalability, 99.999% Availability Andrew Morgan @andrewmorgan www.clusterdb.com Safe Harbour Statement The following is intended to outline our general product direction. It is intended

More information

Project management - integrated into Outlook

Project management - integrated into Outlook Project management - integrated into Outlook InLoox PM 6.x update to InLoox PM 7.x An InLoox Whitepaper Published: October 2012 Copyright: 2012 InLoox GmbH. You can find up-to-date information at http://www.inloox.com

More information

SMB Cloud InsightsTM

SMB Cloud InsightsTM 2015 SMB Cloud InsightsTM CHINA DEFINITIONS Cloud Services Defined This research focuses on the cloud services that matter most to SMBs: IaaS, web presence and web applications, unified communications,

More information

QLogic 16Gb Gen 5 Fibre Channel for Database and Business Analytics

QLogic 16Gb Gen 5 Fibre Channel for Database and Business Analytics QLogic 16Gb Gen 5 Fibre Channel for Database Assessment for Database and Business Analytics Using the information from databases and business analytics helps business-line managers to understand their

More information

How icims Supports. Your Readiness for the European Union General Data Protection Regulation

How icims Supports. Your Readiness for the European Union General Data Protection Regulation How icims Supports Your Readiness for the European Union General Data Protection Regulation The GDPR is the EU s next generation of data protection law. Aiming to strengthen the security and protection

More information

Spotfire: Brisbane Breakfast & Learn. Thursday, 9 November 2017

Spotfire: Brisbane Breakfast & Learn. Thursday, 9 November 2017 Spotfire: Brisbane Breakfast & Learn Thursday, 9 November 2017 CONFIDENTIALITY The following information is confidential information of TIBCO Software Inc. Use, duplication, transmission, or republication

More information

Distributed Hybrid MDM, aka Virtual MDM Optional Add-on, for WhamTech SmartData Fabric

Distributed Hybrid MDM, aka Virtual MDM Optional Add-on, for WhamTech SmartData Fabric Distributed Hybrid MDM, aka Virtual MDM Optional Add-on, for WhamTech SmartData Fabric Revision 2.1 Page 1 of 17 www.whamtech.com (972) 991-5700 info@whamtech.com August 2018 Contents Introduction... 3

More information

Extreme Performance Platform for Real-Time Streaming Analytics

Extreme Performance Platform for Real-Time Streaming Analytics Extreme Performance Platform for Real-Time Streaming Analytics Achieve Massive Scalability on SPARC T7 with Oracle Stream Analytics O R A C L E W H I T E P A P E R A P R I L 2 0 1 6 Disclaimer The following

More information

An Oracle White Paper October Release Notes - V Oracle Utilities Application Framework

An Oracle White Paper October Release Notes - V Oracle Utilities Application Framework An Oracle White Paper October 2012 Release Notes - V4.2.0.0.0 Oracle Utilities Application Framework Introduction... 2 Disclaimer... 2 Deprecation of Functionality... 2 New or Changed Features... 4 Native

More information

Jabra Xpress Mass deployment and configuration tool

Jabra Xpress Mass deployment and configuration tool Whitepaper Jabra Xpress Mass deployment and configuration tool The main purpose of using Jabra Xpress is to reduce the workload of IT admins when they install, configure, and maintain Jabra Headsets. When

More information

Crystal Reports. Overview. Contents. How to report off a Teradata Database

Crystal Reports. Overview. Contents. How to report off a Teradata Database Crystal Reports How to report off a Teradata Database Overview What is Teradata? NCR Teradata is a database and data warehouse software developer. This whitepaper will give you some basic information on

More information

PROBIKESHOP DIGITAL MESSAGING PAGE 01

PROBIKESHOP DIGITAL MESSAGING PAGE 01 PROBIKESHOP CUSTOMER Success Story Probikeshop increases customer engagement to drive ROMI DIGITAL MESSAGING PAGE 01 French online store Probikeshop started working with Teradata in October 2011 Using

More information

An Oracle Technical White Paper September Oracle VM Templates for PeopleSoft

An Oracle Technical White Paper September Oracle VM Templates for PeopleSoft An Oracle Technical White Paper September 2010 Oracle VM Templates for PeopleSoft 1 Disclaimer The following is intended to outline our general product direction. It is intended for information purposes

More information

Deltek Touch CRM for Vision. User Guide

Deltek Touch CRM for Vision. User Guide Deltek Touch CRM for Vision User Guide September 2017 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical or technical errors may exist.

More information

SharePoint Portal Server 2003 Advanced Migration Scenarios

SharePoint Portal Server 2003 Advanced Migration Scenarios SharePoint Portal Server 2003 Advanced Migration Scenarios White Paper Published: March 2004 Table of Contents Introduction 1 Related White Papers 1 Background 2 SharePoint Portal Server 2003 Document

More information

Migration Best Practices for Oracle Access Manager 10gR3 deployments O R A C L E W H I T E P A P E R M A R C H 2015

Migration Best Practices for Oracle Access Manager 10gR3 deployments O R A C L E W H I T E P A P E R M A R C H 2015 Migration Best Practices for Oracle Access Manager 10gR3 deployments O R A C L E W H I T E P A P E R M A R C H 2015 Disclaimer The following is intended to outline our general product direction. It is

More information

Version 15.0 [System Requirements Single Server]

Version 15.0 [System Requirements Single Server] Monarch Server Report Mining Edition Version 15.0 [System Requirements Single Server] Datawatch Corporation makes no representation or warranties with respect to the contents of this manual or the associated

More information

Provisioning with SUSE Enterprise Storage. Nyers Gábor Trainer &

Provisioning with SUSE Enterprise Storage. Nyers Gábor Trainer & Provisioning with SUSE Enterprise Storage Nyers Gábor Trainer & Consultant @Trebut gnyers@trebut.com Managing storage growth and costs of the software-defined datacenter PRESENT Easily scale and manage

More information

Manually Defining Constraints in Enterprise Data Manager

Manually Defining Constraints in Enterprise Data Manager Manually Defining Constraints in Enterprise Data Manager 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording

More information

Predictive Software for Facilities Management

Predictive Software for Facilities Management Predictive Software for Facilities Management Predict and Improve Your Operations Fault Detection and Diagnostics technology can reduce service costs by 50% Facility AnalytiX is a predictive building automation

More information

OpenText Fax Servers and Microsoft Office 365

OpenText Fax Servers and Microsoft Office 365 OpenText Fax Servers and Microsoft Office 365 Integrating Fax with Office 365 E N T E R P R I S E I N F O R M A T I O N M A N A G E M E N T 1 Abstract Cloud-based information technologies promise a number

More information

The Project Management Software for Outlook, Web and Smartphone

The Project Management Software for Outlook, Web and Smartphone The Project Management Software for Outlook, Web and Smartphone InLoox PM 10.x Configure Microsoft SQL Server for SQL- Authentication An InLoox Whitepaper Published: Juni 2018 Copyright: 2018 InLoox GmbH.

More information

Pearson Inform 5.1. User Guide. Adding, Editing and Deleting Folders. Date: 1/26/2010. Copyright 2009 Pearson Education, Inc. or its affiliate(s).

Pearson Inform 5.1. User Guide. Adding, Editing and Deleting Folders. Date: 1/26/2010. Copyright 2009 Pearson Education, Inc. or its affiliate(s). Pearson Inform 5.1 User Guide Adding, Editing and Deleting Folders Date: 1/26/2010 Copyright 2009 Pearson Education, Inc. or its affiliate(s). All rights reserved. No part of this publication may be reproduced

More information

Spotlight Management Pack for SCOM. User Guide

Spotlight Management Pack for SCOM. User Guide Spotlight Management Pack for SCOM 2015 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software

More information

Prompta volumus denique eam ei, mel autem

Prompta volumus denique eam ei, mel autem VMware Utroque Democritum Horizon View Aeterno Nostro Optimized Aperiam Secure Usu Access Prompta volumus denique eam ei, mel autem The F5 BIG-IP platform optimizes the VMware View user experience and

More information

MySQL CLOUD SERVICE. Propel Innovation and Time-to-Market

MySQL CLOUD SERVICE. Propel Innovation and Time-to-Market MySQL CLOUD SERVICE Propel Innovation and Time-to-Market The #1 open source database in Oracle. Looking to drive digital transformation initiatives and deliver new modern applications? Oracle MySQL Service

More information