Sitecore Serialization Guide

Size: px
Start display at page:

Download "Sitecore Serialization Guide"

Transcription

1 Sitecre CMS Sitecre Serializatin Guide Rev: 4 February 2011 Sitecre CMS Sitecre Serializatin Guide An administratr's guide t serializing cntent in Sitecre

2 Sitecre CMS Table f Cntents Chapter 1 Intrductin... 3 Chapter 2 Serializatin Serializatin Overview Serializatin Access Pints Serializatin Flder Enabling the Develper Tab Serializing an Item r a Tree f Items String Text Files Serializing Items Serializing Security Entities Updating an Item, a Tree f Items r a Database Updating Rules Updating Items r Database Reverting an Item, a Tree f Items, r a Database Reverting Rules Reverting Items Serializing Items Using Event Handlers Using the Service Page t Serialize, Update, and Revert a Database Managing a Database Serializing a Precnfigured Set f Items Cnfiguring a Set f Items Serializing a Set f Items Updating a Tree f Items Custmizing Serializatin Using Sitecre Serializatin with a Surce Cntrl System Cnvenience f SVN Usage Integratin with SVN Page 2 f 15

3 Sitecre Serializatin Guide Chapter 1 Intrductin The Sitecre serializatin functinality is designed t help teams f develpers that wrk n the same Sitecre slutin t synchrnize database changes between their individual develpment envirnments, but is als valuable when a single develper wrks n a slutin. Serializatin allws yu t serialize an entire Sitecre database r a series f items in a database t text files. Yu can then use these text files t transfer this database r series f items t anther database r Sitecre slutin. Sitecre serializatin is typically used in cmbinatin with a surce cntrl system t make it easy fr develpers t synchrnize database changes between their lcal databases that they use fr develpment with the added benefit that the surce cntrl system will keep track f database changes and allw yu t cmpare database changes. This dcument describes all the actins that yu can perfrm with Sitecre serializatin. This dcument cntains the fllwing chapters: Chapter 1 Intrductin This intrductin t the dcument. Chapter 2 Serializatin This chapter describes hw t use Sitecre serializatin. Page 3 f 15

4 Sitecre CMS Chapter 2 Serializatin This chapter describes hw t use the Sitecre serializatin functinality t administer and develp a Sitecre CMS slutin. This chapter cntains the fllwing sectins: Serializatin Overview Serializing an Item r a Tree Updating an Item, a Tree f Items r a Database Reverting an Item, a Tree f Items, r a Database Serializing Items Using Event Handlers Using the Service Page t Serialize, Update, and Revert a Database Using Sitecre Serializatin with a Surce Cntrl System Page 4 f 15

5 Sitecre Serializatin Guide 2.1 Serializatin Overview Serializatin allws yu t cnvert a whle database r a series f items in a database t text files. Yu can then use these text files t transfer this database r series f items t anther database r Sitecre slutin. Sitecre prvides three serializatin access pints and all f them use the same general setting in the web.cnfig file Serializatin Access Pints Yu can perfrm serializatin actins in three ways: In the Cntent Editr, yu can manually serialize, update, and revert items. Fr mre infrmatin abut using the Cntent Editr, see the Serializing an Item r a Tree f Items, Updating an Item, a Tree f Items r a Database and Reverting an Item, a Tree f Items, r a Database sectins. Yu can use the Sitecre event handlers t autmatically serialize items. Fr mre infrmatin abut using event handlers, see the Serializing Items Using Event Handlers sectin. Yu can use the Sitecre service page t serialize, update, and revert a whle database. Fr mre infrmatin abut using the service page, see the Using the Service Page t Serialize, Update, and Revert a Database sectin Serializatin Flder When yu serialize, update, r revert items, Sitecre uses nly ne general setting the serializatin flder. This setting cntains the path t the flder in the file system where the text files f the items are stred. By default, Sitecre stres serialized items in the website_rt/data/serializatin flder. T set anther path t the serializatin flder: 1. Open t the website_rt/website/web.cnfig file. 2. In the SerializatinFlder parameter, specify the path t the serializatin flder Enabling the Develper Tab Yu can perfrm all the serializatin actins in the Cntent Editr n the Develper tab. The Develper tab is disabled by default. T enable the Develper tab: 1. Open the Cntent Editr. Page 5 f 15

6 Sitecre CMS Right click n the Cntent Editr ribbn and select Develper. Page 6 f 15

7 Sitecre Serializatin Guide 2.2 Serializing an Item r a Tree f Items When yu serialize an item r a tree f items, Sitecre stres the item hierarchy in text files String Text Files When yu are serializing items, Sitecre creates a separate text file fr each item it prcesses. Sitecre generates the full path t the files: Serializatin Flder \ Database Name \ Path t the item in the Database \ Item Name \ *.item Fr example: D:\CMS640update1\Data\serializatin\master\sitecre\cntent\Hme\Services\Architectual- Services.item Each text file cntains the fllwing infrmatin: Item definitin: versin, ID, path, and s n. Shared fields. Item versins: Versin definitin, including language versin, numbered versin, and revisin number. Nn-shared fields. A serialized item might lk like this: ----item---- versin: 1 id: {7F0A4C0A-083D-4D21-BA63-C3F1051BA6D6} database: master path: /sitecre/cntent/hme/services/architectual-services parent: {58EE5060-FC0B-45D2-883F-7C9C7C6C59C9} name: Architectual-Services master: { } template: {373CAA7B E20-AA C4CE81EA} templatekey: Services Categry ----field---- field: {F7D48A F F73} name: Standard values key: standard values cntent-length: 0 <r /> Each ----field---- sectin in the text file cntains the cntent-length parameter, which cntains the length f the crrespnding item field value Serializing Items In Sitecre, yu can serialize a single item r a series f items. T serialize an item: 1. In the Cntent Editr, select an item that yu want t stre in a text file n the disk. 2. On the Develper tab, in the Serialize grup, click Serialize Item. T serialize an item with all its subitems: 1. In the Cntent Editr, select a parent item that yu want t stre with all its subitems in text frmat n the disk. 2. On the Develper tab, in the Serialize grup, click Serialize Tree. Page 7 f 15

8 Sitecre CMS In ur example we have the fllwing structure f items: When we serialize a tree f items, starting frm the Services item, Sitecre creates the fllwing hierarchy f flders in the file system: Serializing Security Entities Sitecre rev and later versins let yu serialize security entities. The fllwing table describes the serializatin cmmands and the applicatins where yu can perfrm them: Sitecre Applicatin Cmmand Descriptin Strage Flder User Manager Serialize User Serializes the selected user. Serializatin flder Serialize All Users Serializes all the users. / security / dmain name / users / user Revert User Reverts the selected user. name /*.user Serializatin flder Revert All Users Reverts all the users. is set in the Warning: All the users wh are in web.cnfig file. the database but are nt in the file system will be remved. Rle Manager Serialize Rle Serializes the selected rle. Serializatin flder Serialize All Rles Serializes all the rles. / security / dmain name / rles / rle Revert Rle Reverts the selected rle. Page 8 f 15

9 Sitecre Serializatin Guide Sitecre Applicatin Dmain Manager Cmmand Descriptin Strage Flder Revert All Rles Serialize Dmain Users Serialize Dmain Rles Serialize Dmain Users and Rles Revert Dmain Users Revert Dmain Rles Revert Dmain Users and Rles Reverts all the rles. Warning: All the rles that are in the database but are nt in the file system will be remved. Serializes all the users in the selected dmain. Serializes all the rles in the selected dmain. Serializes all the users and rles in the selected dmain. Reverts all the users in the selected dmain. Warning: all users frm the selected dmain which are nt in the file system will be remved. Reverts all the rles frm the selected dmain. Warning: all rles frm the selected dmain which are nt in the file system will be remved. Reverts all the users and rles frm the selected dmain. Warning: all users and rles frm the selected dmain which are nt in the file system will be remved. name /*.rle Serializatin flder is set in the web.cnfig file. Page 9 f 15

10 Sitecre CMS Updating an Item, a Tree f Items r a Database Sitecre lets yu update items with the infrmatin that is stred in the text files in the file system. Fr mre infrmatin abut cnverting Sitecre items int text files, see the Serializing an Item r a Tree f Items sectin Updating Rules When yu are updating items, Sitecre merges the changes frm the text files with the current database items accrding t the fllwing rules: If an item r an item versin exists in the file system, but there is n such item r item versin in the database, Sitecre adds it t the database. If an item r an item versin exists in the database but there is n such item r item versin in the file system, Sitecre des nt remve it frm the database. Sitecre des nt verwrite the fllwing infrmatin abut the item: Item name Template ID Origin ID Parent ID If an item versin that is laded frm the file system cntains the same number and language versin, Sitecre nly verwrites the existing item versin if the date in the new item in the Updated field is later in the current ne Updating Items r Database In Sitecre, yu can update items r a whle database. T update an item frm the text file: 1. In the Cntent Editr, select the item that yu want t update. 2. On the Develper tab, in the Serialize grup, click Update Item. T update an item with all its subitems frm the file system: 1. In the Cntent Editr, select the parent item that yu want t update with all its subitems. 2. On the Develper tab, in the Serialize grup, click Update Tree. T update the whle database: 1. In the Cntent Editr, select any item. 2. On the Develper tab, in the Serialize grup, click Update Database. Page 10 f 15

11 Sitecre Serializatin Guide 2.4 Reverting an Item, a Tree f Items, r a Database Sitecre lets yu rll back changes and revert items. When yu are reverting items Sitecre lads the items frm the file system and verwrites any changes. This prcedure lets yu bring the database t the exactly same state as it is in the file system Reverting Rules When yu are reverting items Sitecre lads cntent frm the file system t the database accrding t the fllwing rules: If an item r an item versin exists in the database but there is n such item r item versin in the file system, Sitecre deletes it frm the database. If an item r an item versin exists in the file system but there is n such item r item versin in the database, Sitecre adds it t the database. If an item r an item versin differs frm the crrespnding ne in the file system, Sitecre verwrites it Reverting Items In Sitecre yu can revert items and a whle database. T revert an item: 1. In the Cntent Editr, select the item that yu want t revert. 2. On the Develper tab, in the Serialize grup, click Revert Item. T revert an item and all its subitems: 1. In the Cntent Editr, select the parent item that yu want t revert with all its subitems. 2. On the Develper tab, in the Serialize grup, click Revert Tree. T revert the whle database: 1. In the Cntent Editr, select any item. 2. On the Develper tab, in the Serialize grup, click Revert Database. Page 11 f 15

12 Sitecre CMS Serializing Items Using Event Handlers Yu can use Sitecre event handlers t autmatically save any database changes t the file system. By default, serializatin event handlers are disabled. T enable event handlers add the fllwing strings t the web.cnfig file: <cnfiguratin> <sitecre> <events> <event name="item:saved"> <handler type="sitecre.data.serializatin.itemhandler, Sitecre.Kernel" methd="onitemsaved"/> </event> <event name="item:deleted"> <handler type="sitecre.data.serializatin.itemhandler, Sitecre.Kernel" methd="onitemdeleted"/> </event> <event name="item:mved"> <handler type="sitecre.data.serializatin.itemhandler, Sitecre.Kernel" methd="onitemmved"/> </event> <event name="item:versinremved"> <handler type="sitecre.data.serializatin.itemhandler, Sitecre.Kernel" methd="onitemversinremved"/> </event> </events> </sitecre> </cnfiguratin> Nte Sitecre event handlers autmatically save any changes in Sitecre items t the file system and this is why we recmmend using event handlers with a revisin cntrl system. Page 12 f 15

13 Sitecre Serializatin Guide 2.6 Using the Service Page t Serialize, Update, and Revert a Database Yu can serialize, update, and revert a whle database withut using the Cntent Editr. The Sitecre service page lets yu perfrm any serializatin actins n the whle database Managing a Database Yu can use the Sitecre service page t manage a database. T use the service page t serialize, update, r revert a whle database: 1. In yur brwser s address bar type: 2. On the Lg int Sitecre page enter the username (dmain\user_name) and passwrd and then click Lgin. 3. On the Serialize and revert databases page, in the Select database sectin, select ne r mre databases that yu want t serialize, update, r revert. 4. Select Serialize selected databases, Update selected databases, r Revert selected databases depending n the actin that yu want t perfrm n the database Serializing a Precnfigured Set f Items Yu can serialize nt nly the whle database but a precnfigured set f items n the serializatin service page Cnfiguring a Set f Items Yu can specify the predefined set f items as XML ndes in the web.cnfig file r in any included cnfiguratin files using include and exclude entries. The Include entry defines the paths t the items that will be serialized including all their subitems. The Include entry can use the fllwing attributes: database the database name. path the path t the rt item. The Exclude entry defines the items that will nt be serialized. The Exclude entry can use the fllwing attributes: path the path t the item. id the item ID. templateid the template ID f the item. template the template name f the item. In this example, we serialize all the subitems f the Cntent item in the Master database except fr the items under the Hme item and thse items that are based n the Sample item template: <?xml versin="1.0" encding="utf-8"?> <sitecre> <serializatin> <default> <include database="master" path="/sitecre/cntent"> <exclude path="/sitecre/cntent/hme"/> <exclude template="sample item"/> </include> </default> </serializatin> Page 13 f 15

14 Sitecre CMS </sitecre> </cnfiguratin> Serializing a Set f Items When yu have cnfigured a set f items yu can serialize it. T serialize a precnfigured set f items: 1. In yur brwser s address bar type: 2. On the Sitecre Lg in page, enter the username (dmain\user_name) and passwrd and then click Lgin. 3. On the Serialize and revert databases page, in the Serialize databases sectin, click Serialize precnfigured Updating a Tree f Items The Sitecre serializatin service page lets yu update a tree f items withut using the Cntent Editr. T update a tree f items: 1. In yur brwser s address bar type: 2. On the Sitecre Lg in page, enter the username (dmain\user_name) and passwrd and then click Lgin. 3. On the Serialize and revert databases page, in the Update sectin, enter the path t the parent item in the file system. We recmmend cpying this path frm Windws Explrer. The path might lk like this: master\sitecre\cntent\hme\services 4. Click Update specific path Custmizing Serializatin Yu can custmize the serializatin service page t make it wrk as yu need. Use the fllwing classes and namespaces t custmize serializatin: Sitecre.Data.Serializatin.Manager this is the central class f Sitecre serializatin that prvides the API fr all the peratins. Sitecre.Data.Serializatin.PathUtils this class cntains methds fr mapping item paths t the serializatin tree and cnverting abslute paths int item paths. Sitecre.Data.Serializatin.ObjectMdel this namespace cntains classes that manipulate the data in serializatin files. Sitecre.Data.Serializatin.Presets this namespace cntains classes that are respnsible fr the serializatin presets. Page 14 f 15

15 Sitecre Serializatin Guide 2.7 Using Sitecre Serializatin with a Surce Cntrl System As Sitecre serializatin lets yu cnvert items int text files yu can use a surce cntrl system, fr example Subversin (SVN), t manage this data. This is very imprtant when a Sitecre slutin is develped by a team f develpers Cnvenience f SVN Usage Using Sitecre serializatin with SVN gives yu the fllwing advantages: Database state is stred in a central lcatin in the surce cde repsitry. Database files are n lnger a critical cmpnent because yu can restre any item versin frm SVN. SVN stres the cntent as plain text and yu can retrieve it withut any special tls. SVN tracks all the item mdificatins: SVN is respnsible fr slving any cnflicts that can ccur when tw peple mdify the same item simultaneusly. Yu can use the SVN Blame cmmand t shw the authr and revisin infrmatin in-line fr the specified files Integratin with SVN T integrate the Sitecre slutin with SVN, fllw this general scenari: 1. Back up the Sitecre items t the file system using serializatin. Fr mre infrmatin abut serializing items, see the Serializing Items sectin. 2. Cpy yur tree f serialized flders int a repsitry using SVN Imprt and SVN Checkut r SVN Add and SVN Cmmit cmmands. 3. Update yur SVN sandbx befre yu start t update Sitecre items with the SVN Update cmmand. Use the SVN Edit Cnflicts cmmand t reslve cnflicts where necessary. 4. Revert the Sitecre database t the latest state. Fr mre infrmatin abut reverting items, see the Reverting Items sectin. 5. Make any changes in the Sitecre items. 6. Serialize the items r use serializatin event handlers t save the mdificatins t the file system. 7. Use the SVN Add cmmand t register the mdificatins in the SVN sandbx r see if there are any unnecessary items. 8. Use the SVN Cmmit t review the changes and cmmit them t the SVN repsitry. If there are any missing items in the SVN cmmit list, it means that the items have been deleted frm the database but are still registered in SVN. Use the SVN Delete cmmand t delete them frm the sandbx r the SVN Revert and SVN Update cmmands t restre the deleted files and flders. Page 15 f 15

Helpdesk Support Tickets & Knowledgebase

Helpdesk Support Tickets & Knowledgebase Helpdesk Supprt Tickets & Knwledgebase User Guide Versin 1.0 Website: http://www.mag-extensin.cm Supprt: http://www.mag-extensin.cm/supprt Please read this user guide carefully, it will help yu eliminate

More information

DocAve 6 Supplementary Tools

DocAve 6 Supplementary Tools DcAve 6 Supplementary Tls User Guide Service Pack 6 Cumulative Update 1 Issued December 2015 1 Table f Cntents What s New in this Guide... 6 Befre Yu Begin... 6 Cnfiguratin... 7 Submitting Dcumentatin

More information

What's New. Sitecore CMS 6.6 & DMS 6.6. A quick guide to the new features in Sitecore 6.6. Sitecore CMS 6.6 & DMS 6.6 What's New Rev: 2012-10-22

What's New. Sitecore CMS 6.6 & DMS 6.6. A quick guide to the new features in Sitecore 6.6. Sitecore CMS 6.6 & DMS 6.6 What's New Rev: 2012-10-22 Sitecre CMS 6.6 & DMS 6.6 What's New Rev: 2012-10-22 Sitecre CMS 6.6 & DMS 6.6 What's New A quick guide t the new features in Sitecre 6.6 Sitecre is a registered trademark. All ther brand and prduct names

More information

AvePoint Office Connect 1.31

AvePoint Office Connect 1.31 AvePint Office Cnnect 1.31 User Guide Issued May 2016 1 Table f Cntents What s New in this Guide... 4 Abut Office Cnnect... 5 Understanding the Office Cnnect Explrer... 6 Sharing Files with Others (Quick

More information

AvePoint Perimeter Pro 1.6. Secured Share User Guide

AvePoint Perimeter Pro 1.6. Secured Share User Guide AvePint Perimeter Pr 1.6 Secured Share User Guide Issued May 2016 Table f Cntents What s New in this Guide... 4 Overview... 5 Internal Users... 6 Site Cllectin Administratrs... 7 External Prtal Users...

More information

SpiraPlan & SpiraTeam Version Control Integration User Guide Inflectra Corporation

SpiraPlan & SpiraTeam Version Control Integration User Guide Inflectra Corporation SpiraPlan & SpiraTeam Versin Cntrl Integratin User Guide Inflectra Crpratin Date: Nvember 19th, 2014 Cntents 1. Intrductin... 1 2. Integrating with Subversin... 2 3. Integrating with Perfrce... 7 4. Integrating

More information

Using Microsoft Dynamics AX 2009 Version Control Integration With Microsoft Team Foundation Server

Using Microsoft Dynamics AX 2009 Version Control Integration With Microsoft Team Foundation Server Micrsft Dynamics AX Using Micrsft Dynamics AX 2009 Versin Cntrl Integratin With Micrsft Team Fundatin Server White Paper This white paper describes hw t use the versin cntrl integratin capabilities f Micrsft

More information

AvePoint Privacy Impact Assessment 1

AvePoint Privacy Impact Assessment 1 AvePint Privacy Impact Assessment 1 User Guide Cumulative Update 2 Revisin E Issued February 2015 Table f Cntents Table f Cntents... 2 Abut AvePint Privacy Impact Assessment... 5 Submitting Dcumentatin

More information

StarterPak: Dynamics CRM On-Premise to Dynamics Online Migration - Option 2. Version 1.0

StarterPak: Dynamics CRM On-Premise to Dynamics Online Migration - Option 2. Version 1.0 StarterPak: Dynamics CRM On-Premise t Dynamics Online Migratin - Optin 2 Versin 1.0 1/7/2016 Imprtant Ntice N part f this publicatin may be reprduced, stred in a retrieval system, r transmitted in any

More information

Kaltura Video Solutions for Sharepoint 2013 Deployment Guide for Microsoft Office 365. Version: 1.0

Kaltura Video Solutions for Sharepoint 2013 Deployment Guide for Microsoft Office 365. Version: 1.0 Kaltura Vide Slutins fr Sharepint 2013 Deplyment Guide fr Micrsft Office 365 Versin: 1.0 Kaltura Business Headquarters 250 Park Avenue Suth, 10th Flr, New Yrk, NY 10003 Tel.: +1 800 871 5224 Cpyright 2015

More information

AvePoint Perimeter 1.6. Administrator Guide

AvePoint Perimeter 1.6. Administrator Guide AvePint Perimeter 1.6 Administratr Guide Issued May 2016 Table f Cntents What s New in this Guide... 10 Abut AvePint Perimeter... 11 AvePint Perimeter Pr Features... 11 Licensing AvePint Perimeter... 11

More information

Kaltura Video Extension for SharePoint 2013 Deployment Guide for Microsoft Office 365. Version: 1.0

Kaltura Video Extension for SharePoint 2013 Deployment Guide for Microsoft Office 365. Version: 1.0 Kaltura Vide Extensin fr SharePint 2013 Deplyment Guide fr Micrsft Office 365 Versin: 1.0 Kaltura Business Headquarters 250 Park Avenue Suth, 10th Flr, New Yrk, NY 10003 Tel.: +1 800 871 5224 Cpyright

More information

Connector for Microsoft Dynamics Installation Guide

Connector for Microsoft Dynamics Installation Guide Micrsft Dynamics Cnnectr fr Micrsft Dynamics Installatin Guide June 2014 Find updates t this dcumentatin at the fllwing lcatin: http://g.micrsft.cm/fwlink/?linkid=235139 Micrsft Dynamics is a line f integrated,

More information

Using Sitecore Fast Query

Using Sitecore Fast Query Sitecre CMS 6 Using Sitecre Fast Query Rev: 2010-03-10 Sitecre CMS 6 Using Sitecre Fast Query Table f Cntents Chapter 1 Intrductin... 3 Chapter 2 Applicatin... 5 2.1 Executing Queries... 6 2.2 Specifying

More information

Creating automated reports using VBS AN 44

Creating automated reports using VBS AN 44 Creating autmated reprts using VBS AN 44 Applicatin Nte t the KLIPPEL R&D and QC SYSTEM Publishing measured results is imprtant t custmers and clients. While the KLIPPEL database cntains all infrmatin

More information

DocAve for Salesforce 3.1

DocAve for Salesforce 3.1 DcAve fr Salesfrce 3.1 User Guide Revisin F Issued January 2014 DcAve fr Salesfrce User Guide 1 Table f Cntents Abut DcAve fr Salesfrce... 5 Befre Yu Begin... 6 System Hardware and Operating System Requirements...

More information

STIOffice Integration Installation, FAQ and Troubleshooting

STIOffice Integration Installation, FAQ and Troubleshooting STIOffice Integratin Installatin, FAQ and Trubleshting Installatin Steps G t the wrkstatin/server n which yu have the STIDistrict Net applicatin installed. On the STI Supprt page at http://supprt.sti-k12.cm/,

More information

NETWRIX CHANGE NOTIFIER

NETWRIX CHANGE NOTIFIER NETWRIX CHANGE NOTIFIER FOR ACTIVE DIRECTORY, EXCHANGE AND GROUP POLICY QUICK-START GUIDE Prduct versin: 7.5.873 February 2014 February 2014. Legal Ntice The infrmatin in this publicatin is furnished fr

More information

Traffic monitoring on ProCurve switches with sflow and InMon Traffic Sentinel

Traffic monitoring on ProCurve switches with sflow and InMon Traffic Sentinel An HP PrCurve Netwrking Applicatin Nte Traffic mnitring n PrCurve switches with sflw and InMn Traffic Sentinel Cntents 1. Intrductin... 3 2. Prerequisites... 3 3. Netwrk diagram... 3 4. sflw cnfiguratin

More information

edoc Lite Recruitment Guidelines

edoc Lite Recruitment Guidelines edc Lite Recruitment Guidelines Intrductin OneStart & the Academic Psitin Search Channel edc Lite Ruting and Wrkgrups Ruting Actin List Ruting Cntrls Wrkgrups Dcument Search edc Lite Dcuments Vacancy Ntice

More information

ScaleIO Security Configuration Guide

ScaleIO Security Configuration Guide ScaleIO Security Cnfiguratin Guide 1 Intrductin This sectin prvides an verview f the settings available in ScaleIO t ensure secure peratin f the prduct: Security settings are divided int the fllwing categries:

More information

A COMPLETE GUIDE TO ORACLE BI DISCOVERER END USER LAYER (EUL)

A COMPLETE GUIDE TO ORACLE BI DISCOVERER END USER LAYER (EUL) A COMPLETE GUIDE TO ORACLE BI DISCOVERER END USER LAYER (EUL) Authr: Jayashree Satapathy Krishna Mhan A Cmplete Guide t Oracle BI Discverer End User Layer (EUL) 1 INTRODUCTION END USER LAYER (EUL) The

More information

User Manual Brainloop Outlook Add-In. Version 3.4

User Manual Brainloop Outlook Add-In. Version 3.4 User Manual Brainlp Outlk Add-In Versin 3.4 Cntent 1. Summary... 3 2. Release Ntes... 3 2.1 Prerequisites... 3 2.2 Knwn Restrictins... 4 3. Installatin and Cnfiguratin... 4 3.1 The installatin prgram...

More information

Reference Guide. Service Pack 5 Cumulative Update 1. Issued June 2015. DocAve 6: Control Panel

Reference Guide. Service Pack 5 Cumulative Update 1. Issued June 2015. DocAve 6: Control Panel DcAve 6 Cntrl Panel Reference Guide Service Pack 5 Cumulative Update 1 Issued June 2015 DcAve 6: Cntrl Panel 1 Table f Cntents What s New in this Guide... 7 Abut Cntrl Panel... 8 Submitting Dcumentatin

More information

Mobile Device Manager Admin Guide. Reports and Alerts

Mobile Device Manager Admin Guide. Reports and Alerts Mbile Device Manager Admin Guide Reprts and Alerts September, 2013 MDM Admin Guide Reprts and Alerts i Cntents Reprts and Alerts... 1 Reprts... 1 Alerts... 3 Viewing Alerts... 5 Keep in Mind...... 5 Overview

More information

Exercise 5 Server Configuration, Web and FTP Instructions and preparatory questions Administration of Computer Systems, Fall 2008

Exercise 5 Server Configuration, Web and FTP Instructions and preparatory questions Administration of Computer Systems, Fall 2008 Exercise 5 Server Cnfiguratin, Web and FTP Instructins and preparatry questins Administratin f Cmputer Systems, Fall 2008 This dcument is available nline at: http://www.hh.se/te2003 Exercise 5 Server Cnfiguratin,

More information

DocAve 6 High Availability

DocAve 6 High Availability DcAve 6 High Availability User Guide Service Pack 3, Cumulative Update 2 Revisin D Issued Octber 2013 1 Table f Cntents Abut DcAve High Availability... 4 Cmplementary Prducts... 4 Submitting Dcumentatin

More information

Click Studios. Passwordstate. SafeNet Two-Factor Configuration

Click Studios. Passwordstate. SafeNet Two-Factor Configuration Passwrdstate SafeNet Tw-Factr Cnfiguratin This dcument and the infrmatin cntrlled therein is the prperty f Click Studis. It must nt be reprduced in whle/part, r therwise disclsed, withut prir cnsent in

More information

MaaS360 Cloud Extender

MaaS360 Cloud Extender MaaS360 Clud Extender Installatin Guide Cpyright 2012 Fiberlink Cmmunicatins Crpratin. All rights reserved. Infrmatin in this dcument is subject t change withut ntice. The sftware described in this dcument

More information

Preparing to Deploy Reflection : A Guide for System Administrators. Version 14.1

Preparing to Deploy Reflection : A Guide for System Administrators. Version 14.1 Preparing t Deply Reflectin : A Guide fr System Administratrs Versin 14.1 Table f Cntents Table f Cntents... 2 Preparing t Deply Reflectin 14.1:... 3 A Guide fr System Administratrs... 3 Overview f the

More information

Setup O365 mailbox access on MACs

Setup O365 mailbox access on MACs Setup O365 mailbx access n MACs Yu can use a web brwser r an email prgram n yur cmputer t cnnect t yur email accunt. Web brwser access Yu cnnect yur Apple cmputer t yur email accunt by using a web brwser

More information

Improved Data Center Power Consumption and Streamlining Management in Windows Server 2008 R2 with SP1

Improved Data Center Power Consumption and Streamlining Management in Windows Server 2008 R2 with SP1 Imprved Data Center Pwer Cnsumptin and Streamlining Management in Windws Server 2008 R2 with SP1 Disclaimer The infrmatin cntained in this dcument represents the current view f Micrsft Crpratin n the issues

More information

DocAve 6 ediscovery. User Guide. Service Pack 6. Issued October 2015. DocAve 6: ediscovery

DocAve 6 ediscovery. User Guide. Service Pack 6. Issued October 2015. DocAve 6: ediscovery DcAve 6 ediscvery User Guide Service Pack 6 Issued Octber 2015 1 Table f Cntents What s New in this Guide... 4 Abut DcAve ediscvery... 5 Cmplementary Prducts... 5 Submitting Dcumentatin Feedback t AvePint...

More information

WatchDox Server. Administrator's Guide. Version 3.8.5

WatchDox Server. Administrator's Guide. Version 3.8.5 WatchDx Server Administratr's Guide Versin 3.8.5 Cnfidentiality This dcument cntains cnfidential material that is prprietary WatchDx. The infrmatin and ideas herein may nt be disclsed t any unauthrized

More information

NEC CLOUD STORAGE. User Guide. Version: R03.1

NEC CLOUD STORAGE. User Guide. Version: R03.1 NEC CLOUD STORAGE User Guide Versin: R03.1 2013 1 INTRODUCTION... 5 1.1 GOALS OF THIS DOCUMENT... 5 1.2 TERMS, ACRONYMS AND ABBREVIATIONS... 5 2 INTRODUCTION TO NEC CLOUD STORAGE... 6 2.1 WHAT IS NEEDED

More information

BackupAssist SQL Add-on

BackupAssist SQL Add-on WHITEPAPER BackupAssist Versin 6 www.backupassist.cm 2 Cntents 1. Requirements... 3 1.1 Remte SQL backup requirements:... 3 2. Intrductin... 4 3. SQL backups within BackupAssist... 5 3.1 Backing up system

More information

Outlook Web Access Training Light Version: Using a browser other than Internet Explorer 6.0 or later. A NWOCA Training Session

Outlook Web Access Training Light Version: Using a browser other than Internet Explorer 6.0 or later. A NWOCA Training Session Outlk Web Access Training Light Versin: Using a brwser ther than Internet Explrer 6.0 r later A NWOCA Training Sessin 1 Lg On T Lg On t yur OutLk Web Access accunt, either: G t this URL: https://dwa.nwca.rg

More information

How to put together a Workforce Development Fund (WDF) claim 2015/16

How to put together a Workforce Development Fund (WDF) claim 2015/16 Index Page 2 Hw t put tgether a Wrkfrce Develpment Fund (WDF) claim 2015/16 Intrductin What eligibility criteria d my establishment/s need t meet? Natinal Minimum Data Set fr Scial Care (NMDS-SC) and WDF

More information

Copyright 2013, SafeNet, Inc. All rights reserved. http://www.safenet-inc.com/ We have attempted to make these documents complete, accurate, and

Copyright 2013, SafeNet, Inc. All rights reserved. http://www.safenet-inc.com/ We have attempted to make these documents complete, accurate, and ii Cpyright 2013, SafeNet, Inc. All rights reserved. http://www.safenet-inc.cm/ We have attempted t make these dcuments cmplete, accurate, and useful, but we cannt guarantee them t be perfect. When we

More information

SharePoint 2013 General Introduction Introduction to SharePoint SharePoint Installation and Administration SharePoint Site Hierarchy Website Email

SharePoint 2013 General Introduction Introduction to SharePoint SharePoint Installation and Administration SharePoint Site Hierarchy Website Email Deccansft Sftware Services SharePint 2013 Syllabus SharePint 2013 General Intrductin What is IIS IIS Website & Web Applicatin Steps t Create Multiple Website n Prt 80 What is Applicatin Pl What is AppDmain

More information

Using PayPal Website Payments Pro UK with ProductCart

Using PayPal Website Payments Pro UK with ProductCart Using PayPal Website Payments Pr UK with PrductCart Overview... 2 Abut PayPal Website Payments Pr & Express Checkut... 2 What is Website Payments Pr?... 2 Website Payments Pr and Website Payments Standard...

More information

DocAve 6 ediscovery. User Guide. Service Pack 5. Revision B Issued February 2015. DocAve 6: ediscovery

DocAve 6 ediscovery. User Guide. Service Pack 5. Revision B Issued February 2015. DocAve 6: ediscovery DcAve 6 ediscvery User Guide Service Pack 5 Revisin B Issued February 2015 1 Table f Cntents Abut DcAve ediscvery... 4 Cmplementary Prducts... 4 Submitting Dcumentatin Feedback t AvePint... 5 Befre Yu

More information

ViPNet VPN in Cisco Environment. Supplement to ViPNet Documentation

ViPNet VPN in Cisco Environment. Supplement to ViPNet Documentation ViPNet VPN in Cisc Envirnment Supplement t ViPNet Dcumentatin 1991 2015 Inftecs Americas. All rights reserved. Versin: 00121-04 90 02 ENU This dcument is included in the sftware distributin kit and is

More information

E-Biz Web Hosting Control Panel

E-Biz Web Hosting Control Panel 1 f 38 E-Biz Web Hsting Cntrl Panel This dcument has been created t give yu a useful insight in t the Hsting Cntrl Panel available with E-Biz hsting services. Please nte: Optins available are dependent

More information

StarterPak: Dynamics CRM Opportunity To NetSuite Sales Order

StarterPak: Dynamics CRM Opportunity To NetSuite Sales Order StarterPak: Dynamics CRM Opprtunity T NetSuite Sales Order Versin 1.0 7/20/2015 Imprtant Ntice N part f this publicatin may be reprduced, stred in a retrieval system, r transmitted in any frm r by any

More information

AvePoint High Speed Migration Supplementary Tools

AvePoint High Speed Migration Supplementary Tools AvePint High Speed Migratin Supplementary Tls User Guide Issued April 2016 1 Table f Cntents Intrductin... 3 MD5 Value Generatr Tl... 3 Azure Data Uplad Tl... 3 Dwnlading and Unpacking the Tl... 4 Using

More information

DocAve Governance Automation. User Guide for Administrators

DocAve Governance Automation. User Guide for Administrators DcAve Gvernance Autmatin User Guide fr Administratrs Service Pack 5 Revisin K Issued August 2014 Table f Cntents Abut... 10 Submitting Dcumentatin Feedback t AvePint... 11 Understanding Gvernance Autmatin

More information

Exercise 5 Server Configuration, Web and FTP Instructions and preparatory questions Administration of Computer Systems, Fall 2008

Exercise 5 Server Configuration, Web and FTP Instructions and preparatory questions Administration of Computer Systems, Fall 2008 Exercise 5 Server Cnfiguratin, Web and FTP Instructins and preparatry questins Administratin f Cmputer Systems, Fall 2008 This dcument is available nline at: http://www.hh.se/te2003 Exercise 5 Server Cnfiguratin,

More information

Introduction LIVE MAPS UNITY PORTAL / INSTALLATION GUIDE. 2015 Savision B.V. savision.com All rights reserved.

Introduction LIVE MAPS UNITY PORTAL / INSTALLATION GUIDE. 2015 Savision B.V. savision.com All rights reserved. Rev 7.5.0 Intrductin 2 LIVE MAPS UNITY PORTAL / INSTALLATION GUIDE 2015 Savisin B.V. savisin.cm All rights reserved. This manual, as well as the sftware described in it, is furnished under license and

More information

Table of Contents. About... 18

Table of Contents. About... 18 Table f Cntents Abut...3 System Requirements...3 Hw it Wrks...4 Abut... 4 Hw SFA Admin Prtects Data... 4 Hw SFA User Wrks with Prtected Data... 4 Sandbxed Sessin Restrictins... 4 Secure File Access User

More information

Archiving IVTVision Video (Linux)

Archiving IVTVision Video (Linux) Archiving IVTVisin Vide (Linux) 1 Intrductin Because IVTVisin Server recrds vide using a straightfrward perating system file structure, archiving vide shuld be simple fr any IT prfessinal. This dcument

More information

LeadStreet Broker Guide

LeadStreet Broker Guide RE/MAX f Western Canada LeadStreet Brker Guide Ver. 2.0 Revisin Histry Name Date Versin Descriptin Tamika Anglin 09/04/13 1.0 Initial Creatin Tamika Anglin 11/05/13 2.0 Inclusin f instructins n reprting

More information

X7500 Series, X4500 Scanner Series MFPs: LDAP Address Book and Authentication Configuration and Basic Troubleshooting Tips

X7500 Series, X4500 Scanner Series MFPs: LDAP Address Book and Authentication Configuration and Basic Troubleshooting Tips X7500 Series, X4500 Scanner Series MFPs: LDAP Address Bk and Authenticatin Cnfiguratin and Basic Trubleshting Tips Lexmark Internatinal 1 Prerequisite Infrm atin In rder t cnfigure a Lexmark MFP fr LDAP

More information

Optimal Payments Extension. Supporting Documentation for the Extension Package. 20140225 v1.1

Optimal Payments Extension. Supporting Documentation for the Extension Package. 20140225 v1.1 Optimal Payments Extensin Supprting Dcumentatin fr the Extensin Package 20140225 v1.1 Revisin Histry v1.1 Updated Demac Media branding v1.0 Initial Dcument fr Distributin supprt@ptimalpayments.cm Page

More information

ISAM TO SQL MIGRATION IN SYSPRO

ISAM TO SQL MIGRATION IN SYSPRO 118 ISAM TO SQL MIGRATION IN SYSPRO This dcument is aimed at assisting yu in the migratin frm an ISAM data structure t an SQL database. This is nt a detailed technical dcument and assumes the reader has

More information

DocAve 6 Exchange Public Folder Migrator

DocAve 6 Exchange Public Folder Migrator DcAve 6 Exchange Public Flder Migratr User Guide Service Pack 4 Revisin A Issued May 2014 1 Table f Cntents Table f Cntents... 2 Abut Exchange Public Flder Migratr... 5 Cmplementary Prducts... 5 Submitting

More information

ALM in the Cloud an Overview of Oracle Developer Cloud Service. Introduction. By Dana Singleterry

ALM in the Cloud an Overview of Oracle Developer Cloud Service. Introduction. By Dana Singleterry ALM in the Clud an Overview f Oracle Develper Clud Service Intrductin By Dana Singleterry In recent years the wrld f applicatin develpment has adpted new methdlgies that aim t imprve the quality and speed

More information

Webalo Pro Appliance Setup

Webalo Pro Appliance Setup Webal Pr Appliance Setup 1. Dwnlad the Webal virtual appliance apprpriate fr yur virtualizatin infrastructure, using the link yu were emailed. The virtual appliance is delivered as a.zip file that is n

More information

User Guide Version 3.9

User Guide Version 3.9 User Guide Versin 3.9 Page 2 f 22 Summary Cntents 1 INTRODUCTION... 3 1.1 2 CREATE A NEW ACCOUNT... 4 2.1 2.2 3 NAVIGATION... 3 CREATE AN EMAIL ACCOUNT... 4 CREATE AN ALIAS ACCOUNT... 6 MODIFYING AN EXISTING

More information

TaskCentre v4.5 File Transfer (FTP) Tool White Paper

TaskCentre v4.5 File Transfer (FTP) Tool White Paper TaskCentre v4.5 File Transfer (FTP) Tl White Paper Dcument Number: PD500-03-22-1_0-WP Orbis Sftware Limited 2010 Table f Cntents COPYRIGHT 1 TRADEMARKS 1 INTRODUCTION 2 Overview 2 FEATURES 2 GLOBAL CONFIGURATION

More information

efusion Table of Contents

efusion Table of Contents efusin Cst Centers, Partner Funding, VAT/GST and ERP Link Table f Cntents Cst Centers... 2 Admin Setup... 2 Cst Center Step in Create Prgram... 2 Allcatin Types... 3 Assciate Payments with Cst Centers...

More information

Product Documentation. New Features Guide. Version 9.7.5/XE6

Product Documentation. New Features Guide. Version 9.7.5/XE6 Prduct Dcumentatin New Features Guide Versin 9.7.5/XE6 2015 Embarcader Technlgies, Inc. Embarcader, the Embarcader Technlgies lgs, and all ther Embarcader Technlgies prduct r service names are trademarks

More information

Serv-U Distributed Architecture Guide

Serv-U Distributed Architecture Guide Serv-U Distributed Architecture Guide Hrizntal Scaling and Applicatin Tiering fr High Availability, Security, and Perfrmance Serv-U Distributed Architecture Guide v14.0.1.0 Page 1 f 16 Intrductin Serv-U

More information

FUJITSU Software ServerView Suite ServerView Update Repository

FUJITSU Software ServerView Suite ServerView Update Repository Installatin and User Guide - English FUJITSU Sftware ServerView Suite ServerView Update Repsitry Editin Nvember 2015 Cmments Suggestins Crrectins The User Dcumentatin Department wuld like t knw yur pinin

More information

Best Practice - Pentaho BA for High Availability

Best Practice - Pentaho BA for High Availability Best Practice - Pentah BA fr High Availability This page intentinally left blank. Cntents Overview... 1 Pentah Server High Availability Intrductin... 2 Prerequisites... 3 Pint Each Server t Same Database

More information

Kaltura MediaSpace Setup Guide. Version: 5.0

Kaltura MediaSpace Setup Guide. Version: 5.0 Kaltura MediaSpace Setup Guide Versin: 5.0 Kaltura Business Headquarters 5 Unin Square West, Suite 602, New Yrk, NY, 10003, USA Tel.: +1 800 871 5224 Cpyright 2013 Kaltura Inc. All Rights Reserved. Designated

More information

HP Email Archiving software for Microsoft Exchange

HP Email Archiving software for Microsoft Exchange HP Email Archiving sftware fr Micrsft Exchange PST Imprt Tls Cmpnents and Deplyment Best Practices Table f Cntents Overview... 2 Prerequisites... 2 Cmpnents... 2 Archive Credentials... 2 PST Lader... 2

More information

WatchDox for Windows User Guide

WatchDox for Windows User Guide WatchDx fr Windws User Guide Versin 3.9.7 Cnfidentiality This dcument cntains cnfidential material that is prprietary WatchDx. The infrmatin and ideas herein may nt be disclsed t any unauthrized individuals

More information

Application Advisories for Data Integrator for Non- EDI location

Application Advisories for Data Integrator for Non- EDI location Applicatin Advisries fr Data Integratr fr Nn- EDI lcatin It is a standalne Windws based applicatin that will be installed at every Cmmissinerate. Applicatin will be used fr filling Bill f Entry and Shipping

More information

HarePoint HelpDesk for SharePoint. For SharePoint Server 2010, SharePoint Foundation 2010. User Guide

HarePoint HelpDesk for SharePoint. For SharePoint Server 2010, SharePoint Foundation 2010. User Guide HarePint HelpDesk fr SharePint Fr SharePint Server 2010, SharePint Fundatin 2010 User Guide Prduct versin: 14.1.0 04/10/2013 2 Intrductin HarePint.Cm (This Page Intentinally Left Blank ) Table f Cntents

More information

Interworks Cloud Platform Citrix CPSM Integration Specification

Interworks Cloud Platform Citrix CPSM Integration Specification Citrix CPSM Integratin Specificatin Cntents 1. Intrductin... 2 2. Activatin f the Integratin Layer... 3 3. Getting the Services Definitin... 4 3.1 Creating a Prduct Type per Lcatin... 5 3.2 Create Instance

More information

Getting Started Guide

Getting Started Guide AnswerDash Resurces http://answerdash.cm Cntextual help fr sales and supprt Getting Started Guide AnswerDash is cmmitted t helping yu achieve yur larger business gals. The utlined pre-launch cnsideratins

More information

DocAve 6 Replicator. User Guide. Service Pack 6. Issued October 2015. DocAve 6: Replicator

DocAve 6 Replicator. User Guide. Service Pack 6. Issued October 2015. DocAve 6: Replicator DcAve 6 Replicatr User Guide Service Pack 6 Issued Octber 2015 1 Table f Cntents What s New in this Guide... 6 Abut DcAve Replicatr... 7 Cmplementary Prducts... 7 Submitting Dcumentatin Feedback t AvePint...

More information

Getting Started Guide

Getting Started Guide fr SQL Server www.lgbinder.cm Getting Started Guide Dcument versin 1 Cntents Installing LOGbinder fr SQL Server... 3 Step 1 Select Server and Check Requirements... 3 Select Server... 3 Sftware Requirements...

More information

990 e-postcard FAQ. Is there a charge to file form 990-N (e-postcard)? No, the e-postcard system is completely free.

990 e-postcard FAQ. Is there a charge to file form 990-N (e-postcard)? No, the e-postcard system is completely free. 990 e-pstcard FAQ Fr frequently asked questins abut filing the e-pstcard that are nt listed belw, brwse the FAQ at http://epstcard.frm990.rg/frmtsfaq.asp# (cpy and paste this link t yur brwser). General

More information

Supervisor Quick Guide

Supervisor Quick Guide Payrll Office: ext. 7611 payrll@dixie.edu Supervisr Quick Guide This dcument prvides an verview f the daily functins and respnsibilities t be cmpleted by Supervisrs in the EMPOWERTIME Autmated Timekeeping

More information

A Beginner s Guide to Building Virtual Web Servers

A Beginner s Guide to Building Virtual Web Servers A Beginner s Guide t Building Virtual Web Servers Cntents Intrductin... 1 Why set up a web server?... 2 Installing Ubuntu 13.04... 2 Netwrk Set Up... 3 Installing Guest Additins... 4 Updating and Upgrading

More information

Provisioning Services Architecture Overview. User Account Context / Service Account Context

Provisioning Services Architecture Overview. User Account Context / Service Account Context This article prvides a descriptin abut hw the Prvisining Services cmpnents interact with each ther and hw they shuld be cnfigured t grant adequate permissins. Prvisining Services Architecture Overview

More information

Custom Portlets. an unbiased review of the greatest Practice CS feature ever. Andrew V. Gamet

Custom Portlets. an unbiased review of the greatest Practice CS feature ever. Andrew V. Gamet Custm Prtlets an unbiased review f the greatest Practice CS feature ever Andrew V. Gamet Descriptin In Practice CS, the firm can use any f the fur dashbards t quickly display relative infrmatin. The Firm,

More information

Readme File. Purpose. Introduction to Data Integration Management. Oracle s Hyperion Data Integration Management Release 9.2.

Readme File. Purpose. Introduction to Data Integration Management. Oracle s Hyperion Data Integration Management Release 9.2. Oracle s Hyperin Data Integratin Management Release 9.2.1 Readme Readme File This file cntains the fllwing sectins: Purpse... 1 Intrductin t Data Integratin Management... 1 Data Integratin Management Adapters...

More information

Implementing ifolder Server in the DMZ with ifolder Data inside the Firewall

Implementing ifolder Server in the DMZ with ifolder Data inside the Firewall Implementing iflder Server in the DMZ with iflder Data inside the Firewall Nvell Cl Slutins AppNte www.nvell.cm/clslutins JULY 2004 OBJECTIVES The bjectives f this dcumentatin are as fllws: T cnfigure

More information

FINRA Regulation Filing Application Batch Submissions

FINRA Regulation Filing Application Batch Submissions FINRA Regulatin Filing Applicatin Batch Submissins Cntents Descriptin... 2 Steps fr firms new t batch submissin... 2 Acquiring necessary FINRA accunts... 2 FTP Access t FINRA... 2 FTP Accunt n FINRA s

More information

DocAve 6 VM Backup & Restore

DocAve 6 VM Backup & Restore DcAve 6 VM Backup & Restre User Guide Service Pack 6 Issued Octber 2015 1 Table f Cntents What s New in this Guide... 4 Abut DcAve VM Backup & Restre... 5 Submitting Dcumentatin Feedback t AvePint... 6

More information

:: EMAIL ADMIN HELP AT A GLANCE Contents

:: EMAIL ADMIN HELP AT A GLANCE Contents :: EMAIL ADMIN HELP AT A GLANCE Cntents Email Admin Dmain Inf... 2 POP Accunts... 3 Edit POP Accunts... 4 Search Accunts... 5 Frwards... 6 Spam Cntrl... 7 CatchAll... 8 EMAIL ADMIN HELP AT A GLANCE ::

More information

AvePoint Discovery Tool 2.1.1. User Guide

AvePoint Discovery Tool 2.1.1. User Guide AvePint Discvery Tl 2.1.1 User Guide Issued January 2016 Table f Cntents What s New in this Guide... 4 Abut Discvery Tl... 5 Why Use the AvePint Discvery Tl... 5 Frequently Asked Questins... 6 Which reprts

More information

DocAve 6 Migrator. User Guide. Service Pack 3, Cumulative Update 1. Revision H Issued August 2013. DocAve 6: Migrator

DocAve 6 Migrator. User Guide. Service Pack 3, Cumulative Update 1. Revision H Issued August 2013. DocAve 6: Migrator DcAve 6 Migratr User Guide Service Pack 3, Cumulative Update 1 Revisin H Issued August 2013 1 Table f Cntents Abut Migratr... 12 Cmplementary Prducts... 12 Submitting Dcumentatin Feedback t AvePint...

More information

Datawatch Server Administrator's Guide

Datawatch Server Administrator's Guide Datawatch Server Administratr's Guide Datawatch Server Web Admin by Datawatch Datawatch Server Web Admin prgram cpyright 2015 by Datawatch Crpratin. Datawatch Server Web Admin Administratr's Guide cpyright

More information

Title: How Do You Handle Exchange Mailboxes for Employees Who Are No Longer With the Company

Title: How Do You Handle Exchange Mailboxes for Employees Who Are No Longer With the Company Dean Suzuki Blg Title: Hw D Yu Handle Exchange Mailbxes fr Emplyees Wh Are N Lnger With the Cmpany Created: 1/21/2013 Descriptin: I asked by ne f my custmers, hw d yu handle mailbxes fr emplyees wh are

More information

INTERMEDIATE CAD FILE MANAGEMENT

INTERMEDIATE CAD FILE MANAGEMENT INTERMEDIATE CAD FILE MANAGEMENT Intrductin File mismanagement is the dwnfall f many brilliant individuals. If yu are wise, yu wn't be ne f the peple wh meet disaster due t pr file management. Cmputers

More information

What is New in LepideAuditor Suite 15.2? This document explains what is new in LepideAuditor Suite 15.2.

What is New in LepideAuditor Suite 15.2? This document explains what is new in LepideAuditor Suite 15.2. LEPIDE SOFTWARE What is New in LepideAuditr Suite 15.2? This dcument explains what is new in LepideAuditr Suite 15.2. LepideAuditr Suite Table f Cntents Intrductin... 3 1. New Additins... 4 1.1 Radar Tab...

More information

Password Reset for Remote Users

Password Reset for Remote Users 1 Passwrd Reset fr Remte Users Curin prvides a cmpnent fr the PasswrdCurier Passwrd Prvisining System that manages the lcal passwrd cache in cnjunctin with self-service passwrd reset activities. The slutin

More information

CSAT Account Management

CSAT Account Management CSAT Accunt Management User Guide March 2011 Versin 2.1 U.S. Department f Hmeland Security 1 CSAT Accunt Management User Guide Table f Cntents 1. Overview... 1 1.1 CSAT User Rles... 1 1.2 When t Update

More information

DocAve 6 Cloud Connect

DocAve 6 Cloud Connect DcAve 6 Clud Cnnect User Guide Service Pack 6 Issued Octber 2015 1 Table f Cntents What s New in this Guide... 6 Abut DcAve Clud Cnnect... 7 Cmplementary Prducts... 7 Submitting Dcumentatin Feedback t

More information

SharePoint 2010 General Introduction Introduction to SharePoint SharePoint Installation and Administration SharePoint Site Hierarchy Website Email

SharePoint 2010 General Introduction Introduction to SharePoint SharePoint Installation and Administration SharePoint Site Hierarchy Website Email Deccansft Sftware Services SharePint 2010 Syllabus SharePint 2010 General Intrductin What is IIS IIS Website & Web Applicatin Steps t Create Multiple Website n Prt 80 What is Applicatin Pl What is AppDmain

More information

Adobe Sign. Enabling Single Sign-On with SAML Reference Guide

Adobe Sign. Enabling Single Sign-On with SAML Reference Guide Enabling Single Sign-On with SAML Reference Guide 2016 Adbe Systems Incrprated. All Rights Reserved. Prducts mentined in this dcument, such as the services f identity prviders Micrsft Active Directry Federatin,

More information

TaskCentre v4.5 File Management Tool White Paper

TaskCentre v4.5 File Management Tool White Paper TaskCentre v4.5 File Management Tl White Paper Dcument Number: PD500-03-30-1_0-WP Orbis Sftware Limited 2010 Table f Cntents COPYRIGHT 1 TRADEMARKS 1 INTRODUCTION 2 Overview 2 FEATURES 2 TECHNICAL SUMMARY

More information

CREDIT REPORTING USER GUIDE

CREDIT REPORTING USER GUIDE Suthwest Business Credit Services, User Guide CREDIT REPORTING USER GUIDE Last Mdified: 5/6/14 Last Mdified: 5/6/14 1 Suthwest Business Credit Services, User Guide Table f Cntents Intrductin... 3 Hw T

More information

Installation Guide Marshal Reporting Console

Installation Guide Marshal Reporting Console INSTALLATION GUIDE Marshal Reprting Cnsle Installatin Guide Marshal Reprting Cnsle March, 2009 Cntents Intrductin 2 Supprted Installatin Types 2 Hardware Prerequisites 3 Sftware Prerequisites 3 Installatin

More information

Intel Hybrid Cloud Management Portal Update FAQ. Audience: Public

Intel Hybrid Cloud Management Portal Update FAQ. Audience: Public Intel Hybrid Clud Management Prtal Update FAQ Audience: Public Purpse: Prepare fr the launch f the Intel Hybrid Clud Platfrm multi-user/multi-tier update Versin: Final FAQs What s new in the Intel Hybrid

More information

URM 11g Implementation Tips, Tricks & Gotchas ALAN MACKENTHUN FISHBOWL SOLUTIONS, INC.

URM 11g Implementation Tips, Tricks & Gotchas ALAN MACKENTHUN FISHBOWL SOLUTIONS, INC. URM 11g Implementatin Tips, Tricks & Gtchas ALAN MACKENTHUN FISHBOWL SOLUTIONS, INC. i Fishbwl Slutins Ntice The infrmatin cntained in this dcument represents the current view f Fishbwl Slutins, Inc. n

More information