ETL Team Development Standards - DRAFT

Size: px
Start display at page:

Download "ETL Team Development Standards - DRAFT"

Transcription

1 Table of Contents ETL Development Checklist... 2 Technical Specification Development Guidelines...2 Informatica Naming Conventions...2 Informatica Version Control Guidelines...3 Documentation...4 Miscellaneous Guidelines...4 Optimization/Security Considerations...4 Change Management Considerations...4 Appendix A: Informatica Administration and Maintenance... 5 Informatica Server Reboot Procedures...5 Appendix B: BAIRS Outages... 6 Appendix C: Issues Log... 6 Appendix D: Month-End Procedures... 7 Appendix E: Archiving Procedures... 7 Appendix F: Student Data Warehouse Support... 7 Access Request Process...7 Appendix G Gaelen Standards... 7 Appendix H - Peoplesoft Table Considerations... 8 Appendix I - Environment Objectives... 8 Page 1

2 ETL Development Checklist Develop and publish Technical specifications based on functional requirements Create Informatica mapping specifications from ETL template Publish to Sharepoint ETL Home Shared Documents. Create new folder as necessary. Develop new Informatica map in development folder. For revisions to existing Informatica mappings, copy mappings from info_prod repository to info_dev repository within Designer tool. Change version number per version control guidelines below. For new Informatica mappings, create mapping in info_dev repository using Designer tool, per Informatica Naming conventions. Update Informatica Maps in Development list on ETL Sharepoint site or drag separate copy of map into In Development folder. Maps may be developed in personal folders within the info_dev repository, but should be migrated to the dev copy of the relevant production folder after initial development is complete and before QA testing begins. Review design with teammates. Technical Specification Development Guidelines To develop technical specifications for a project, use the PROJECT NAME Data Requirements template under Data Warehouse Groups > Deliverable Templates: Informatica Naming Conventions Map Naming Conventions Within Informatica Designer, maps should be named using the following template: Area_TargetName_Qualifier_Action_vX_Y where: Area is stg Staging dw EDW fact/dimension tables TargetName is the final target table name all in upper case Action is del - Delete ins - Insert updt - Update scd - Slowly Changing Dimensions copy - Copy (no transformation logic between sources and targets mainly used for source to stage copies, creation of test data, and ad hoc data movement.) Page 2

3 Qualifier is A description of the functionality of the mapping. This only needs to be added if multiple mappings use the same target table. v stands for version X is the major version number. It is initially set to 1 when a map is first created and is incremented by one for each subsequent major change to that mapping. Major changes involve fundamental changes to a map design, e.g. new sources, transformations and/or targets, replacing or significantly augmenting existing functionality. For minor mapping revisions, the major version number remains constant. Y is the minor version number. It is initially set to 0 when a map is first created and is incremented by one for each minor change to a given mapping (e.g. a change to a Filter transformation condition or a change to derived values within an Expression tranformation). When the Major Version number ( X above) is incremented, the minor version number is re-set to 0. Session Naming Conventions Within Informatica Workflow Manager, sessions should be named using the following template: s_mappingname_qualifier where: s stands for session MappingName is the name of the Informatica mapping associated with a given session Qualifier is A description of the functionality of the session. This only needs to be added if the mapping is associated with multiple sessions. Workflow Naming Conventions Within Informatica Workflow Manager, Workflows should be named using the following template: wf_workflowname_frequency where: wf stands for Workflow WorkflowName is a description of the functionality contained within the workflow, e.g. HR_ADM_WKFORCE Frequency is how often the workflow runs e.g. Monthly, Daily, Weekly. Daily can be used for workflows which run Monday through Saturday or Monday through Friday. Informatica Version Control Guidelines Version control in Informatica is managed as follows: Page 3

4 Maps and associated sessions should share the same version number See naming conventions above for details on how version numbers should be maintained for mappings and sessions. Documentation Documentation should be posted on the appropriate BearShare site: BearShare is backed up nightly with 2 hour snapshots taken during the day more info is available at : Michael Leefers is contact for bearshare questions. Miscellaneous Guidelines Source to Stage Mapping Guidelines Update strategy: maintenance of code values not matching in the source system Workflows should be updated in info_dev repository to match production before new/revised maps, sessions and/or workflows are moved to production. Include considerations of shortcut folder management when existing maps are to be modified. All documents on this list should be updated as part of any new development work. Report Inventories: - contains three documents containing report inventories for BAIRS, BIS and HR. It would be useful to augment these spreadsheets by adding the underlying tables associated with listed views. Optimization/Security Considerations Developer Roles (ADM_RO and ADM_HR_RO) should always be given read access to new database objects. Access privileges may prevent developers from being able to view data contained in database Views. Two ways to deal with this: 1. Update HRMS_OPR_XREF table (in QA) to allow access. Example below: Update BAIR_HRMS_OPR_XREF Set userid = BISWJC Where oprid = (or ) 2. Apply for security access through SARA (HRMS Dept. Security, Administer Workforce) Change Management Considerations Resources: Page 4

5 ASD_EDW_change_process_notification_flow, under Data Warehouse Groups Shared Documents ( ). To request mainframe production changes: send 2 s: asdhelp@berkeley.edu ist-as-production@lists.berkeley.edu Enter objects to be moved into TSO MIGMGR - describe what needs to be moved and when. (e.g. move members xxx from EDW.PUB.STAGE.INCLIB to ASD.P.CTM.BIS.AEVARS). Report Migrations Contact bairpthelp@berkeley.edu for report migration requests. Non-standard between 5-6 PM, 8-9 AM. Report users/ess staff to review before general access is allowed. Appendix A: Informatica Administration and Maintenance Informatica Server Reboot Procedures To bring down the Informatica server: Confirm that no jobs are running. Insure all developers have saved work and closed desktop clients. In Server Manager, right-click on modoc_712 icon. Choose Shut down server Log onto modoc as informat ps ef grep pm Open Admin console, connect to modoc Repositories info_prod stop Modoc shutdown (repository server) To bring up the Informatica server: From Unix as informat on modoc: Page 5

6 cd /apps/informatica7.1.2/repository_server pmrepserver pmrepserver.cfg cd../server./pmserver pmserver_prod.cfg From Unix as informat on tehama: cd /apps/informatica7.1.2/ pmrepserver pmrepserver.cfg cd server./pmserver pmserver_prod.cfg ETL Team Development Standards - DRAFT Appendix B: BAIRS Outages If there s a problem loading EDW Ask Quin/oracledoctor to put the database in restricted mode so users cannot run reports. Post a message in the report portal as soon as it is available. Send listserves per doc in Support folder. Ask Michael to make specific reports or folders unavailable to users so we can allow other users to run reports until fin/pb load is complete. When loads have completed, tell Quin/DBA s: please reset access so users can run reports (take the ucbdw1p database out of restricted access mode) Add servicedesk@berkeley.edu to any BAIRS outage notifications so Kevin Haney can post it on the CCS Status page. Appendix C: Issues Log All production issues should be entered in the Sharepoint issues log at Issues include Reconciliation problems Informatica production map failures Etc. Page 6

7 Appendix D: Month-End Procedures Duplicate rows in Fact_JD_Open were inserted on 10/21, the day after we processed Foundation JD data for Period 3 close.next time we can avoid this by waiting an extra day before starting the monthly process for Foundation JD data. This is due to our current daily process loads 2-day worth of Fact JD data in to the Open table. Appendix E: Archiving Procedures EDW data is backed up to tape on the following schedule: Nightly backups, retained for 30 days Weekly backups, retained for 90 days Monthly backups, retained for 1 year Backups are not encrypted. Tapes are stored by Iron Mountain. Hope this helps - let me know if you have any more questions. See X:\RAPO\EDW\CCS-EDW\Support\Financials\ProductionSupport\AP PO Archive procedure.doc for details on AP/PO archiving procedures. Appendix F: Student Data Warehouse Support Access Request Process Request for access to pilot SDW is approved through Dennis or designate. Approval is forwarded to Oracle DBA's DBA's verify that the allotted number of users (24) is not exceeded. If user count is greater than 24, Dennis or designate is requested to provide a user to have access removed. DBA's grant/remove appropriate access and send notification to Dennis. Dennis or designate notifies user. Appendix G Gaelen Standards Worksheet ALL contains all table, columns, words from HRMSDIM, BAIRDIM and BAIRFACT broken out as follows For example owner = BAIRDIM Table = ACCOUNT_TREE Page 7

8 Column = ACCOUNT_CODE Abbreviation = ACCOUNT Full English Name = ACCOUNT ETL Team Development Standards - DRAFT Worksheet Glossary contains all the distinct abbreviations and full English name. The ones highlighted in red are outstanding questions that I would like to go over. Worksheet Class words Contains a set of class words I am proposing to use here at Berkeley. All columns would end with a class word. Worksheet Questions a number of abbreviations I do not know the full English name. If you could fill out as much as you know and send it back I would appreciate it Appendix H - Peoplesoft Table Considerations Translate table in People Soft will be extracted into the staging area, with Current flag, DW_FEFF_DT and DW_LEFF_DT, then moved to the ODS/DW, changing target names where necessary. Views will be set up for the codes as the need arises. One view for the current code set another view of the active code set. Appendix I - Environment Objectives Development QA Production Shared environment for DBA s, ETL and Data validation Ready for general user Report Developers. Performance testing access Not for data validation Non-production data can be loaded for test cases and then Not intended for functional users refreshed with production data (must be coordinated). Page 8

eopf Release E Administrator Training Manual

eopf Release E Administrator Training Manual eopf Release E Administrator Training Manual i The United States Office Of Personnel Management eopf Administrator Training Manual for eopf v5 eopf Version 4.1, July 2007, March 2008, March 2009; eopf

More information

Excel Reports and Macros

Excel Reports and Macros Excel Reports and Macros Within Microsoft Excel it is possible to create a macro. This is a set of commands that Excel follows to automatically make certain changes to data in a spreadsheet. By adding

More information

Installation Manual Version 8.5 (w/sql Server 2005)

Installation Manual Version 8.5 (w/sql Server 2005) C ase Manag e m e n t by C l i e n t P rofiles Installation Manual Version 8.5 (w/sql Server 2005) T E C H N O L O G Y F O R T H E B U S I N E S S O F L A W Table of Contents - 2 - Table of Contents SERVER

More information

Drake Hosted User Guide

Drake Hosted User Guide Drake Hosted User Guide Last Revision Date: 11/23/2015 Support.DrakeSoftware.com (828) 524-8020 Drake Hosted User Guide Copyright The Drake Hosted User Guide, Drake Tax Software, and any other related

More information

Using Oracle Data Integrator with Essbase, Planning and the Rest of the Oracle EPM Products

Using Oracle Data Integrator with Essbase, Planning and the Rest of the Oracle EPM Products Using Oracle Data Integrator with Essbase, Planning and the Rest of the Oracle EPM Products Edward Roske eroske@interrel.com BLOG: LookSmarter.blogspot.com WEBSITE: www.interrel.com TWITTER: ERoske 2 4

More information

Oracle Data Integrator for Big Data. Alex Kotopoulis Senior Principal Product Manager

Oracle Data Integrator for Big Data. Alex Kotopoulis Senior Principal Product Manager Oracle Data Integrator for Big Data Alex Kotopoulis Senior Principal Product Manager Hands on Lab - Oracle Data Integrator for Big Data Abstract: This lab will highlight to Developers, DBAs and Architects

More information

OnCommand Report 1.2. OnCommand Report User Guide. NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S.

OnCommand Report 1.2. OnCommand Report User Guide. NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. OnCommand Report 1.2 OnCommand Report User Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1(408) 822-6000 Fax: +1(408) 822-4501 Support telephone: +1 (888) 463-8277 Web: www.netapp.com

More information

STIDistrict Server Replacement

STIDistrict Server Replacement STIDistrict Server Replacement Major Steps Defined This document addresses how to migrate data and applications from an existing STIDistrict (SQL) Server to a new machine. There will be 8 major steps:

More information

User Manual for Web. Help Desk Authority 9.0

User Manual for Web. Help Desk Authority 9.0 User Manual for Web Help Desk Authority 9.0 2011ScriptLogic Corporation ALL RIGHTS RESERVED. ScriptLogic, the ScriptLogic logo and Point,Click,Done! are trademarks and registered trademarks of ScriptLogic

More information

Backup and Recovery. What Backup, Recovery, and Disaster Recovery Mean to Your SQL Anywhere Databases

Backup and Recovery. What Backup, Recovery, and Disaster Recovery Mean to Your SQL Anywhere Databases Backup and Recovery What Backup, Recovery, and Disaster Recovery Mean to Your SQL Anywhere Databases CONTENTS Introduction 3 Terminology and concepts 3 Database files that make up a database 3 Client-side

More information

PATROL From a Database Administrator s Perspective

PATROL From a Database Administrator s Perspective PATROL From a Database Administrator s Perspective September 28, 2001 Author: Cindy Bean Senior Software Consultant BMC Software, Inc. 3/4/02 2 Table of Contents Introduction 5 Database Administrator Tasks

More information

SWIFT Data Warehouse Frequently Asked Questions & Glossary of Terms

SWIFT Data Warehouse Frequently Asked Questions & Glossary of Terms Page 1 of 30 SWIFT Data Warehouse Frequently Asked Questions & Glossary of Terms This FAQ is organized into the following categories of questions: Access and Security focus is on how users access the SWIFT

More information

Advanced Analytic Dashboards at Lands End. Brenda Olson and John Kruk April 2004

Advanced Analytic Dashboards at Lands End. Brenda Olson and John Kruk April 2004 Advanced Analytic Dashboards at Lands End Brenda Olson and John Kruk April 2004 Presentation Information Presenter: Brenda Olson and John Kruk Company: Lands End Contributors: Lands End EDW/BI Teams Title:

More information

System Administrator Guide

System Administrator Guide System Administrator Guide Webroot Software, Inc. PO Box 19816 Boulder, CO 80308 www.webroot.com Version 3.5 Webroot AntiSpyware Corporate Edition System Administrator Guide Version 3.5 2007 Webroot Software,

More information

Cal Answers Analysis Training Part III. Advanced OBIEE - Dashboard Reports

Cal Answers Analysis Training Part III. Advanced OBIEE - Dashboard Reports Cal Answers Analysis Training Part III Advanced OBIEE - Dashboard Reports University of California, Berkeley March 2012 Table of Contents Table of Contents... 1 Overview... 2 Remember How to Create a Query?...

More information

Active Directory User Management System (ADUMS)

Active Directory User Management System (ADUMS) Active Directory User Management System (ADUMS) Release 2.9.3 User Guide Revision History Version Author Date Comments (MM/DD/YYYY) i RMA 08/05/2009 Initial Draft Ii RMA 08/20/09 Addl functionality and

More information

Encore Software Solutions (V3) Identity Lifecycle Management and Federated Security Suite (ILM/FSS) Overview and Technical Requirements

Encore Software Solutions (V3) Identity Lifecycle Management and Federated Security Suite (ILM/FSS) Overview and Technical Requirements Encore Software Solutions (V3) Identity Lifecycle Management and Federated Security Suite (ILM/FSS) Overview and Technical Requirements Encore Software Solutions (V3) provides a holistic Identity Lifecycle

More information

11. Configuring the Database Archiving Mode.

11. Configuring the Database Archiving Mode. 11. Configuring the Database Archiving Mode. Abstract: Configuring an Oracle database for backup and recovery can be complex. At a minimum, you must understand the archive process, the initialization parameters

More information

Copyright 2011 DataNet Quality Systems. All rights reserved. Printed in U.S.A. WinSPC is a registered trademarks of DataNet Quality Systems.

Copyright 2011 DataNet Quality Systems. All rights reserved. Printed in U.S.A. WinSPC is a registered trademarks of DataNet Quality Systems. Copyright 2011 DataNet Quality Systems. All rights reserved. Printed in U.S.A. WinSPC is a registered trademarks of DataNet Quality Systems. All other trademarks or registered trademarks are the property

More information

The United States Office Of Personnel Management eopf System Administrator Training Manual for eopf Version 4.0.

The United States Office Of Personnel Management eopf System Administrator Training Manual for eopf Version 4.0. The United States Office Of Personnel Management eopf System Administrator Training Manual for eopf Version 4.0. Copyright 1994-2007 by Northrop Grumman. All rights reserved. Northrop Grumman, the Northrop

More information

ITAR Compliant Data Exchange

ITAR Compliant Data Exchange ITAR Compliant Data Exchange Managing ITAR Data Across Collaborative Project Teams WebSpace Customers Aerospace & Defense Manufacturing High Tech & Contract Manufacturing Automotive Manufacturing Medical/

More information

Scomis Remote Backup Service 1 st April 2014 until 31 st March 2015

Scomis Remote Backup Service 1 st April 2014 until 31 st March 2015 Scomis Remote Backup Service 1 st April 2014 until 31 st March 2015 This service offers remote backup of part or all of a school's data, including SIMS, on a daily basis during term time. The Customer

More information

SAP BusinessObjects Financial Consolidation Web User Guide

SAP BusinessObjects Financial Consolidation Web User Guide SAP BusinessObjects Financial Consolidation Document Version: 10.0 Support Package 18 2016-02-19 SAP BusinessObjects Financial Consolidation Web User Guide Content 1 General user functions....12 1.1 To

More information

Workflow Templates Library

Workflow Templates Library Workflow s Library Table of Contents Intro... 2 Active Directory... 3 Application... 5 Cisco... 7 Database... 8 Excel Automation... 9 Files and Folders... 10 FTP Tasks... 13 Incident Management... 14 Security

More information

BACKUP SOLUTIONS FOR SCHOOLS. Advice and Guidance. ICT Services 42 New Union Street Coventry CV1 2HN

BACKUP SOLUTIONS FOR SCHOOLS. Advice and Guidance. ICT Services 42 New Union Street Coventry CV1 2HN BACKUP SOLUTIONS FOR SCHOOLS Advice and Guidance ICT Services 42 New Union Street Coventry CV1 2HN Revision History and Approval Date Author Version Comments Approval 26/02/2014 Alison York 1.00 Initial

More information

IMS Self Service Portal Customer Guide

IMS Self Service Portal Customer Guide IMS Self Service Portal Customer Guide Version 3 April, 2013 Table of Contents How to log onto the IMS Self Service Portal: 4 How to Submit a My Services using the IMS Self Service Portal: 5 How to Submit

More information

Customer Control Panel Guide For SharePoint 2010

Customer Control Panel Guide For SharePoint 2010 Customer Control Panel Guide For SharePoint 2010 For your convenience, we have provided a way for you to manage all account logins through an easy to use portal. First, log into the control panel with

More information

CAQH ProView. Practice Manager Module User Guide

CAQH ProView. Practice Manager Module User Guide CAQH ProView Practice Manager Module User Guide Table of Contents Chapter 1: Introduction... 1 CAQH ProView Overview... 1 System Security... 2 Chapter 2: Registration... 3 Existing Practice Managers...

More information

Running, Viewing, and Printing Reports Table of Contents

Running, Viewing, and Printing Reports Table of Contents Running, Viewing, and Printing Reports Table of Contents Running Reports... 1 Select and Run Report... 1 Process Scheduler Request... 2 Process Scheduler Run Date and Run Time... 3 Report Type and Format...

More information

Table of Contents Chapter 1 - Getting Started with Oracle Data Relationship Management (DRM) 1

Table of Contents Chapter 1 - Getting Started with Oracle Data Relationship Management (DRM) 1 Table of Contents Chapter 1 - Getting Started with Oracle Data Relationship Management (DRM) 1 Master Data Management 1 Benefits of Master Data Management 2 Master Data Management Implementations 2 Data

More information

Symantec Backup Exec Desktop Laptop Option ( DLO )

Symantec Backup Exec Desktop Laptop Option ( DLO ) The following is a short description of our backup software: BACKUP-EXEC-DLO. We have set many of the parameters for you but, if necessary, these parameters can be changed. Symantec Backup Exec Desktop

More information

SOLUTION GUIDE AND BEST PRACTICES

SOLUTION GUIDE AND BEST PRACTICES SOLUTION GUIDE AND BEST PRACTICES Last Updated December 2012 Solution Overview Combine the best in bare-metal backup with the best in remote backup to offer your customers a complete disaster recovery

More information

Content Management System User Guide

Content Management System User Guide Content Management System User Guide Table Of Contents Getting Started Checklist... 1 Overview: Portal Content Management System... 3 Anatomy of a Portal Page... 3 Overview of the Content Management System...

More information

Copyright 2012 Trend Micro Incorporated. All rights reserved.

Copyright 2012 Trend Micro Incorporated. All rights reserved. Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,

More information

Oracle Business Intelligence Server Administration Guide. Version 10.1.3.2 December 2006

Oracle Business Intelligence Server Administration Guide. Version 10.1.3.2 December 2006 Oracle Business Intelligence Server Administration Guide Version 10.1.3.2 December 2006 Part Number: B31770-01 Copyright 2006, Oracle. All rights reserved. The Programs (which include both the software

More information

Table of Contents OBJECTIVE... 3 USING WORKFLOW... 3 WORKFLOW USER ATTRIBUTE MAINTENANCE... 5 WORKFLOW PARAMETER MAINTENANCE... 6

Table of Contents OBJECTIVE... 3 USING WORKFLOW... 3 WORKFLOW USER ATTRIBUTE MAINTENANCE... 5 WORKFLOW PARAMETER MAINTENANCE... 6 Using Workflow Table of Contents OBJECTIVE... 3 USING WORKFLOW... 3 WORKFLOW USER ATTRIBUTE MAINTENANCE... 5 WORKFLOW PARAMETER MAINTENANCE... 6 Establish Logon Hours (Workflow Assistant)... 12 Create

More information

SAS Business Data Network 3.1

SAS Business Data Network 3.1 SAS Business Data Network 3.1 User s Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2014. SAS Business Data Network 3.1: User's Guide. Cary,

More information

Karl Lum Partner, LabKey Software klum@labkey.com. Evolution of Connectivity in LabKey Server

Karl Lum Partner, LabKey Software klum@labkey.com. Evolution of Connectivity in LabKey Server Karl Lum Partner, LabKey Software klum@labkey.com Evolution of Connectivity in LabKey Server Connecting Data to LabKey Server Lowering the barrier to connect scientific data to LabKey Server Increased

More information

4 Backing Up and Restoring System Software

4 Backing Up and Restoring System Software 4 Backing Up and Restoring System Software In this Chapter... Planning a Backup Strategy, 4-3 Preparing for Disaster Recovery, 4-4 Creating Boot Recovery Diskettes, 4-5 Making a Full Backup Tape, 4-8 Restoring

More information

Oracle Data Integrators for Beginners. Presented by: Dip Jadawala Company: BizTech Session ID: 9950

Oracle Data Integrators for Beginners. Presented by: Dip Jadawala Company: BizTech Session ID: 9950 Oracle Data Integrators for Beginners Presented by: Dip Jadawala Company: BizTech Session ID: 9950 Please silence your cell phones Overview Introductions Architecture of ODI Topology Manager Designer Operator

More information

VIPERVAULT STORAGECRAFT SHADOWPROTECT SETUP GUIDE

VIPERVAULT STORAGECRAFT SHADOWPROTECT SETUP GUIDE VIPERVAULT STORAGECRAFT SHADOWPROTECT SETUP GUIDE Solution Overview Thank you for choosing the ViperVault cloud replication, backup and disaster recovery service. Using this service you can replicate your

More information

5.5. Change Management for PeopleSoft

5.5. Change Management for PeopleSoft 5.5 Change Management for PeopleSoft 2009 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished

More information

news from Tom Bacon about Monday's lecture

news from Tom Bacon about Monday's lecture ECRIC news from Tom Bacon about Monday's lecture I won't be at the lecture on Monday due to the work swamp. The plan is still to try and get into the data centre in two weeks time and do the next migration,

More information

Oracle Business Intelligence Applications

Oracle Business Intelligence Applications Oracle Business Intelligence Applications Security Guide 11g Release 1 (11.1.1.8.1) E51484-01 March 2014 Explains security considerations for Oracle BI Applications. Oracle Business Intelligence Applications

More information

Dynamics GP 50 More Tips in 50 Minutes

Dynamics GP 50 More Tips in 50 Minutes Financial Tip #1 Use Keyboard Shortcuts for Marking Cleared Transactions in Bank Rec Transactions >> Financial >> Reconcile Bank Statement Select the first transaction, then type CTRL+B (Begin Range).

More information

SonicWALL CDP 5.0 Microsoft Exchange InfoStore Backup and Restore

SonicWALL CDP 5.0 Microsoft Exchange InfoStore Backup and Restore SonicWALL CDP 5.0 Microsoft Exchange InfoStore Backup and Restore Document Scope This solutions document describes how to configure and use the Microsoft Exchange InfoStore Backup and Restore feature in

More information

Institution/Department Administrator Manual

Institution/Department Administrator Manual ETS Major Field Tests Institution/Department Administrator Manual Updated: December 2010 Table of Contents 1.0 WELCOME... 1 1.1 INTRODUCTION... 1 1.2 COMPUTER HARDWARE AND SOFTWARE REQUIREMENTS... 1 2.0

More information

Employee Training Center LearnerWeb Manual

Employee Training Center LearnerWeb Manual Employee Training Center LearnerWeb Manual Supported by the Environmental Health & Instructional Safety office 714 278 7233 employeetrainingcenter@fullerton.edu Page 1 of 35 INDEX 1. LearnerWeb Introduction....3

More information

Advanced Configuration Steps

Advanced Configuration Steps Advanced Configuration Steps After you have downloaded a trial, you can perform the following from the Setup menu in the MaaS360 portal: Configure additional services Configure device enrollment settings

More information

IMPORTANT DOCUMENT INVITATION TO NEGOTIATE REVISION. OPENING DATE & TIME: February 11, 2014 @ 2:00 PM ADDENDUM NUMBER: 2 ADDENDUM DATE: 1/17/2014

IMPORTANT DOCUMENT INVITATION TO NEGOTIATE REVISION. OPENING DATE & TIME: February 11, 2014 @ 2:00 PM ADDENDUM NUMBER: 2 ADDENDUM DATE: 1/17/2014 IMPORTANT DOCUMENT INVITATION TO NEGOTIATE REVISION ITN NUMBER: 1307CCSA OPENING DATE & TIME: February 11, 2014 @ 2:00 PM ITN TITLE: Contract Management Database ADDENDUM NUMBER: 2 ADDENDUM DATE: 1/17/2014

More information

Data Movement Modeling PowerDesigner 16.1

Data Movement Modeling PowerDesigner 16.1 Data Movement Modeling PowerDesigner 16.1 Windows DOCUMENT ID: DC00120-01-1610-01 LAST REVISED: December 2011 Copyright 2011 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software

More information

Secure Messaging Quick Reference Guide

Secure Messaging Quick Reference Guide Secure Messaging Quick Reference Guide Overview The SHARE Secure Messaging feature allows a SHARE registered user to securely send health information to another SHARE registered user. The Secure Messaging

More information

NextStep FAST Information Coordinators Manual

NextStep FAST Information Coordinators Manual NextStep FAST Information Coordinators Manual Disclosure Form: http://its.syr.edu/is/empack-form.cfm ENTSEC@syr.edu - Information Systems security team listserv Table of Contents Overview... 3 Signing

More information

webkpi SaaS ETL Connector Installation & Configuration Guide

webkpi SaaS ETL Connector Installation & Configuration Guide webkpi SaaS ETL Connector Installation & Configuration Guide SaaS ETL Version 2.5.0.12 Version 1.6 September 2013 webkpi SaaS ETL Connector Version 2.5.0.12 V 1.6 Page 1 Table of Contents Table of Contents

More information

How To Backup A Database

How To Backup A Database COMMONWEALTH OF PENNSYLVANIA DEPARTMENT OF PUBLIC WELFARE INFORMATION TECHNOLOGY STANDARD Name Of Standard: Database Backups Domain: Data Date Issued: 08/25/2009 Date Revised: New Number: STD-DMS006 Category:

More information

Monitor and Manage Your MicroStrategy BI Environment Using Enterprise Manager and Health Center

Monitor and Manage Your MicroStrategy BI Environment Using Enterprise Manager and Health Center Monitor and Manage Your MicroStrategy BI Environment Using Enterprise Manager and Health Center Presented by: Dennis Liao Sales Engineer Zach Rea Sales Engineer January 27 th, 2015 Session 4 This Session

More information

Introduction to Business Reporting Using IBM Cognos

Introduction to Business Reporting Using IBM Cognos Introduction to Business Reporting Using IBM Cognos Table of Contents Introducing Reporting... 1 Objectives... 1 Terminology... 2 Cognos Users... 2 Frequently Used Terms... 3 Getting Started... 4 Gaining

More information

Working with SQL Server Agent Jobs

Working with SQL Server Agent Jobs Chapter 14 Working with SQL Server Agent Jobs Microsoft SQL Server features a powerful and flexible job-scheduling engine called SQL Server Agent. This chapter explains how you can use SQL Server Agent

More information

Supplier registers on SRF. VC logs into SRF portal. Check for Duplicates (System & Manual) Check SRF Entity type for 1099 indicator

Supplier registers on SRF. VC logs into SRF portal. Check for Duplicates (System & Manual) Check SRF Entity type for 1099 indicator Restart Create Record 1. Create Record Start Campus Purchase Request Housing & Food Services Dept? Department Check PDR Request to fill our SRF registers on SRF VC logs into SRF portal Flag Sales indicator

More information

Does the GC have an online document management solution?

Does the GC have an online document management solution? This FAQ contains: Web File Services definition Access web file services Create a WFS folder Upload a document Email a link to a document folder Create WFS subscription Cancel existing subscription Create

More information

VERITAS NetBackup 6.0

VERITAS NetBackup 6.0 VERITAS NetBackup 6.0 Backup, Archive, and Restore Getting Started Guide for UNIX, Windows, and Linux N15278C September 2005 Disclaimer The information contained in this publication is subject to change

More information

Getting Started with Attunity CloudBeam for Azure SQL Data Warehouse BYOL

Getting Started with Attunity CloudBeam for Azure SQL Data Warehouse BYOL Getting Started with Attunity CloudBeam for Azure SQL Data Warehouse BYOL Overview This short guide explains how to use Attunity CloudBeam to replicate data from your on premises database to Microsoft

More information

Department of Veterans Affairs VistA Integration Adapter Release 1.0.5.0 Enhancement Manual

Department of Veterans Affairs VistA Integration Adapter Release 1.0.5.0 Enhancement Manual Department of Veterans Affairs VistA Integration Adapter Release 1.0.5.0 Enhancement Manual Version 1.1 September 2014 Revision History Date Version Description Author 09/28/2014 1.0 Updates associated

More information

Windows Mobile from Vodafone

Windows Mobile from Vodafone Windows Mobile from Vodafone 1 Getting Started 2 1.1 Introduction 2 1.2 Conditions 2 1.3 Compatible devices for Windows Mobile solution 2 1.4 Device Configuration 2 1.4.1 Automatic device configuration

More information

Business 360 Online - Product concepts and features

Business 360 Online - Product concepts and features Business 360 Online - Product concepts and features Version November 2014 Business 360 Online from Software Innovation is a cloud-based tool for information management. It helps you to work smarter with

More information

Contract # 04-06. Accepted on: March 29, 2005. Starling Systems. 711 S. Capitol Way, Suite 301 Olympia, WA 98501

Contract # 04-06. Accepted on: March 29, 2005. Starling Systems. 711 S. Capitol Way, Suite 301 Olympia, WA 98501 Disaster Recovery Plan Starling Systems Deliverable #15 - Draft I Contract # 04-06 Accepted on: March 29, 2005 Starling Systems 711 S. Capitol Way, Suite 301 Olympia, WA 98501 DISASTER RECOVERY PLAN TABLE

More information

Scheduling Software User s Guide

Scheduling Software User s Guide Scheduling Software User s Guide Revision 1.12 Copyright notice VisualTime is a trademark of Visualtime Corporation. Microsoft Outlook, Active Directory, SQL Server and Exchange are trademarks of Microsoft

More information

DocAve 6 Service Pack 1 Administrator

DocAve 6 Service Pack 1 Administrator DocAve 6 Service Pack 1 Administrator User Guide Revision C Issued October 2012 1 Table of Contents Table of Contents... 2 About DocAve Administrator for SharePoint... 6 Complementary Products... 6 Submitting

More information

How To Use Research Support (Rms)

How To Use Research Support (Rms) Edith Cowan University Research Management System Viewing and Recording Data A guide for Research Support Edith Cowan University June 2015 V3 Contents Introduction... 3 RMS grants administration summary...

More information

COOK COUNTY OFFICE 365 MIGRATION USER GUIDE

COOK COUNTY OFFICE 365 MIGRATION USER GUIDE COOK COUNTY OFFICE 365 MIGRATION USER GUIDE Dear Cook County Office 365 User: Your mailbox is schedule to be migrated to Microsoft s Office 365 platform. Page 1 TABLE OF CONTENTS 01. PRE-MIGRATION RECOMMENDATIONS

More information

Cost Savings THINK ORACLE BI. THINK KPI. THINK ORACLE BI. THINK KPI. THINK ORACLE BI. THINK KPI.

Cost Savings THINK ORACLE BI. THINK KPI. THINK ORACLE BI. THINK KPI. THINK ORACLE BI. THINK KPI. THINK ORACLE BI. THINK KPI. THINK ORACLE BI. THINK KPI. MIGRATING FROM BUSINESS OBJECTS TO OBIEE KPI Partners is a world-class consulting firm focused 100% on Oracle s Business Intelligence technologies.

More information

Oracle Database Security. Nathan Aaron ICTN 4040 Spring 2006

Oracle Database Security. Nathan Aaron ICTN 4040 Spring 2006 Oracle Database Security Nathan Aaron ICTN 4040 Spring 2006 Introduction It is important to understand the concepts of a database before one can grasp database security. A generic database definition is

More information

Microsoft. Course 20463C: Implementing a Data Warehouse with Microsoft SQL Server

Microsoft. Course 20463C: Implementing a Data Warehouse with Microsoft SQL Server Course 20463C: Implementing a Data Warehouse with Microsoft SQL Server Length : 5 Days Audience(s) : IT Professionals Level : 300 Technology : Microsoft SQL Server 2014 Delivery Method : Instructor-led

More information

Lab 02 Working with Data Quality Services in SQL Server 2014

Lab 02 Working with Data Quality Services in SQL Server 2014 SQL Server 2014 BI Lab 02 Working with Data Quality Services in SQL Server 2014 Jump to the Lab Overview Terms of Use 2014 Microsoft Corporation. All rights reserved. Information in this document, including

More information

UC Berkeley Data Warehouse Roadmap. Data Warehouse Architecture

UC Berkeley Data Warehouse Roadmap. Data Warehouse Architecture UC Berkeley Data Warehouse Roadmap Table of Contents Introduction 3 The Roadmap Project 3 Campus Functional Needs 3 Scope of the Architecture 4 Architecture Requirements 4 Components of the Architecture

More information

A guide through the concepts of Serena Dimensions. René Steg Steg IT-Engineering, Zurich (Switzerland)

A guide through the concepts of Serena Dimensions. René Steg Steg IT-Engineering, Zurich (Switzerland) A guide through the concepts of Serena Dimensions René Steg Steg IT-Engineering, Zurich (Switzerland) Introduction About René Steg and Steg IT-Engineering Owner of Steg IT-Engineering since 2000 and contracted

More information

PROFESSIONAL SERVICES

PROFESSIONAL SERVICES v.2016.02 PROFESSIONAL SERVICES Training Services Computrition offers a wide array of training services to streamline the implementation process. Of all the factors critical to the success of an automation

More information

ithenticate User Manual

ithenticate User Manual ithenticate User Manual Version: 2.0.2 Updated March 16, 2012 Contents Introduction 4 New Users 4 Logging In 4 Resetting Your Password 5 Changing Your Password or Username 6 The ithenticate Account Homepage

More information

M I O app User Guide. a n a g e r. Version 12.1.9

M I O app User Guide. a n a g e r. Version 12.1.9 M I O app User Guide M a n a g e r Version 12.1.9 MIOsoft Corporation U.S. Corporate Headquarters 33 East Main Street Madison, WI 53703 www.miosoft.com Copyright 2011-2013 MIOsoft Corporation, All Rights

More information

TimeValue Software Due Date Tracking and Task Management Software

TimeValue Software Due Date Tracking and Task Management Software User s Guide TM TimeValue Software Due Date Tracking and Task Management Software File In Time Software User s Guide Copyright TimeValue Software, Inc. (a California Corporation) 1992-2010. All rights

More information

Informatica PowerCenter Express (Version 9.5.1) Getting Started Guide

Informatica PowerCenter Express (Version 9.5.1) Getting Started Guide Informatica PowerCenter Express (Version 9.5.1) Getting Started Guide Table of Contents P reface.................................................iii............ Informatica Resources.............................................iii.........

More information

IBM Information Server

IBM Information Server IBM Information Server Version 8 Release 1 IBM Information Server Administration Guide SC18-9929-01 IBM Information Server Version 8 Release 1 IBM Information Server Administration Guide SC18-9929-01

More information

EIM ETL Validation Script Guidelines

EIM ETL Validation Script Guidelines EIM ETL Validation Script Guidelines Bureau of Information Systems Page 1 of 6 TABLE OF CONTENTS Revision History 3 1. Introduction 4 2. Validation Script Guidelines 5 2.1 Post ETL Validation

More information

GREEN HOUSE DATA. E-Mail Services Guide. Built right. Just for you. greenhousedata.com. Green House Data 340 Progress Circle Cheyenne, WY 82007

GREEN HOUSE DATA. E-Mail Services Guide. Built right. Just for you. greenhousedata.com. Green House Data 340 Progress Circle Cheyenne, WY 82007 GREEN HOUSE DATA Built right. Just for you. E-Mail Services Guide greenhousedata.com 1 Green House Data 340 Progress Circle Cheyenne, WY 82007 Table of Contents Getting Started on Business Class Email

More information

WebSphere Business Monitor V6.2 Business space dashboards

WebSphere Business Monitor V6.2 Business space dashboards Copyright IBM Corporation 2009 All rights reserved IBM WEBSPHERE BUSINESS MONITOR 6.2 LAB EXERCISE WebSphere Business Monitor V6.2 What this exercise is about... 2 Lab requirements... 2 What you should

More information

Maximizing Performance for Oracle Database 12c using Oracle Enterprise Manager

Maximizing Performance for Oracle Database 12c using Oracle Enterprise Manager Maximizing Performance for Oracle Database 12c using Oracle Enterprise Manager Björn Bolltoft Principal Product Manager Database manageability Table of Contents Database Performance Management... 3 A.

More information

VERITAS NetBackup 6.0 for Microsoft Exchange Server

VERITAS NetBackup 6.0 for Microsoft Exchange Server VERITAS NetBackup 6.0 for Microsoft Exchange Server System Administrator s Guide for Windows N152688 September 2005 Disclaimer The information contained in this publication is subject to change without

More information

Kaseya 2. User Guide. Version 1.0

Kaseya 2. User Guide. Version 1.0 Kaseya 2 Kaseya Service Desk User Guide Version 1.0 April 19, 2011 About Kaseya Kaseya is a global provider of IT automation software for IT Solution Providers and Public and Private Sector IT organizations.

More information

Oracle Agile Product Lifecycle Management for Process

Oracle Agile Product Lifecycle Management for Process Oracle Agile Product Lifecycle Management for Process New Product Development User Guide Release 6.1 E17146-02 January 2012 Oracle Agile Product Lifecycle Management for Process New Product Development

More information

Administration GUIDE. SharePoint Server idataagent. Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 201

Administration GUIDE. SharePoint Server idataagent. Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 201 Administration GUIDE SharePoint Server idataagent Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 201 Getting Started - SharePoint Server idataagent Overview Deployment Configuration Decision Table

More information

MapGuide Open Source Repository Management Back up, restore, and recover your resource repository.

MapGuide Open Source Repository Management Back up, restore, and recover your resource repository. MapGuide Open Source Repository Management Back up, restore, and recover your resource repository. Page 1 of 5 Table of Contents 1. Introduction...3 2. Supporting Utility...3 3. Backup...4 3.1 Offline

More information

WaSERV (a.k.a. The Vault) Frequently Asked Questions

WaSERV (a.k.a. The Vault) Frequently Asked Questions WaSERV (a.k.a. The Vault) Frequently Asked Questions Version 6 May 16, 2013 Prepared by: Consolidated Technology Services Vault Team Frequently Asked Questions (FAQs) This document lists the Shared Services

More information

NYS OCFS CMS Manual CHAPTER 1...1-1 CHAPTER 2...2-1 CHAPTER 3...3-1 CHAPTER 4...4-1. Contract Management System

NYS OCFS CMS Manual CHAPTER 1...1-1 CHAPTER 2...2-1 CHAPTER 3...3-1 CHAPTER 4...4-1. Contract Management System NYS OCFS CMS Manual C O N T E N T S CHAPTER 1...1-1 Chapter 1: Introduction to the Contract Management System...1-2 Using the Contract Management System... 1-2 Accessing the Contract Management System...

More information

Applications Manager Version 8.0

Applications Manager Version 8.0 Applications Manager Version 8.0 Getting Started Guide UC4 Software, Inc. Applications Manager Version 8.0 Applications Manager Getting Started Guide By Jack Ireton Document number: AM80START-032009 UC4

More information

Definition / Working Example

Definition / Working Example PeopleSoft s **Glossary of PeopleSoft Enterprise s Absence Entitlement Absence Event Absence Management (AM) Absence Take Accumulator Action Reason Actual/Substantive Admin Earnings Assignment (EA) Administrator

More information

Quality Assurance Systems websites - 1 st April 2015 update on the progress of the development review for:

Quality Assurance Systems websites - 1 st April 2015 update on the progress of the development review for: Quality Assurance Systems websites - 1 st April 2015 update on the progress of the development review for: Practice Placement Quality Assurance (PPQA) Clinical Skills and Simulation Quality Assurance (CSSQA)

More information

IT Quick Reference Guides Using Windows 7

IT Quick Reference Guides Using Windows 7 IT Quick Reference Guides Using Windows 7 Windows Guides This sheet covers many of the basic commands for using the Windows 7 operating system. WELCOME TO WINDOWS 7 After you log into your machine, the

More information

FrontDesk Installation And Configuration

FrontDesk Installation And Configuration Chapter 2 FrontDesk Installation And Configuration FrontDesk v4.1.25 FrontDesk Software Install Online Software Activation Installing State Related Databases Setting up a Workstation Internet Transfer

More information

Council of Ontario Universities. COFO Online Reporting System. User Manual

Council of Ontario Universities. COFO Online Reporting System. User Manual Council of Ontario Universities COFO Online Reporting System User Manual Updated September 2014 Page 1 Updated September 2014 Page 2 Table of Contents 1. Security... 5 Security Roles Defined in the Application...

More information

ITPS AG. Aplication overview. DIGITAL RESEARCH & DEVELOPMENT SQL Informational Management System. SQL Informational Management System 1

ITPS AG. Aplication overview. DIGITAL RESEARCH & DEVELOPMENT SQL Informational Management System. SQL Informational Management System 1 ITPS AG DIGITAL RESEARCH & DEVELOPMENT SQL Informational Management System Aplication overview SQL Informational Management System 1 Contents 1 Introduction 3 Modules 3 Aplication Inventory 4 Backup Control

More information