WHITEPAPER SERIES

Size: px
Start display at page:

Download "WHITEPAPER SERIES. info@metavistech.com 610.717.0413 www.metavistech.com"

Transcription

1 WHITEPAPER SERIES Shredded Strage in SharePint 2013 What des Shredded Strage mean, hw much des it actually save and hw t take advantage f it in SharePint What is Shredded Strage? Shredded Strage in SharePint 2013 is a new feature that makes better use f strage and perfrmance f yur SQL server and ultimately SharePint itself. Fr thse that dn t peak behind the SharePint curtains, all elements f SharePint are stred and referenced frm an underlying SQL database. Each site r list yu create becmes a reference stred in SQL and mre imprtantly each piece f cntent that is created r upladed is als stred in SQL as BLOBs. This article is nt intended t get t far int the weeds abut SQL, BLOBs, database tables and the like, I nly mentin these terms because yur Cntent Database and BLOBs are the main cmpnents f the new Shredded Strage feature. Fr a deep dive int these tpics, yu can review Micrsft s TechNet article ( ). Prblems with BLOB Strage Befre jumping int SharePint 2013 s Shredded Strage, we need t jurney back t SharePint 2010 and briefly discuss the underlying issues with strage and I/O perfrmance there. In the next sectin I will dive int the actual numbers, but fr nw here is a basic explanatin. In SharePint 2010 when versin histry was enabled, each versin f a dcument created an additinal BLOB in yur cntent database. T put that int perspective, if yu had a 10MB PwerPint file that wuld create a 10MB BLOB. When versin 2 was created, that wuld result in an additinal 10MB BLOB. Yu are prbably thinking that this makes sense. The file was mdified and I may need t pull that particular versin ut f SharePint. Hwever, cnsider that sme mdificatins d nt invlve the actual cntent. Fr example if yu mdified a metadata value, SharePint wuld still add anther 10MB BLOB strage t the database. As a result, that 10MB PwerPint with 10 versins is nw taking up 100MB f space in yur cntent database, even thugh the file itself may never have been altered. Gd thing there are histry limits that can be placed n versins - smething I am sure yu have implemented, right? Due t these inherit inefficiencies with strage, peple lked utside f SQL fr answers. This is where Remte BLOB Strage (RBS) slutins fit in t the picture. These slutins take all that cntent (BLOBs) and externalize them t an alternate lcatin, where strage culd be ptimized and I/O imprved, and left smaller, mre efficient pinters in the database. SharePint can then retrieve the cntent when called upn. Fr SharePint 2010, these slutins became the backbne f many large rganizatins that relied n SharePint t stre massive amunts f cntent and deliver it efficiently t the users.

2 Back t present day and the release f SharePint 2013, with its Shredded Strage functin. Using the earlier example f the 10MB PwerPint file, what happens nw with SharePint 2013 is that each versin f the file is n lnger stred as 10MB in the cntent database, but rather it is chunked r shredded int smaller pieces, each representing nly the actual mdificatin (metadata r differential if cntent was altered). S the same 10MB file with 10 versins will nt take up 100MB f strage with Shredded Strage, but a significantly smaller ftprint. In an unlikely scenari where all 10 versin are limited t metadata changes, SharePint culd cnsume nly a little mre than the riginal 10MB. Even if the file was mdified, SharePint 2013 intelligently chunks each versin int smaller BLOBs cntaining nly the cntent deltas. This is a great thing. Did I mentin yet that it is enabled by default with n cnfiguratin required! Are yu still with me? Gd. Hw it wrks behind the scenes r hw SharePint recnstructs these BLOBs is a beynd the scpe f this article, s I wuld encurage yu t Bing It fr mre infrmatin if yu are interested. There are many technical articles nline written by experts describing the nks and crannies f Shredded Strage. Fr nw, we care that it is there, it wrks and it is a standard feature f SharePint Hw Des Shredded Strage Actually Effect Strage? Nw that yu have a basic understanding f what Shredded Strage des and why it was included in SharePint 2013, let s examine sme actual numbers t see where the savings ccur. Fr ur testing, we used the fllwing cnfiguratin: SharePint 2010 with SQL Server 2012, running n Server 2012 (Hyper-V) New Web Applicatin using default ptins 1 Site Cllectin created using the ut f the bx Team Site template Default Shared Dcuments library with Majr versins enabled, a single custm text clumn and a mdified All Dcuments view SharePint 2013 with SQL Server 2012, running n Server 2012 (Hyper-V) New Web Applicatin using default ptins 1 Site Cllectin created using the ut f the bx Team Site template Default Dcuments library with Majr versins enabled, a single custm text clumn and a mdified All Dcuments view PwerPint 2013 file File Size = 10.0MB (10,510,336 bytes)

3 Figure 1: Windws File Prperties f Test Dcument Measurements were taken using the SQL Server 2012 Management Interface, mre specifically the Object Explrer s Data Space Used value. All numbers are reprted in KB (kilbytes) unless therwise nted. On t the numbers! The first test is purely a baseline t cmpare hw efficiently (r inefficiently) SharePint 2010 and 2013 stred the same PwerPint file with multiple versins. Test 1: Baseline Cmparisn f SharePint 2010 & 2013 Default Strage Within my envirnment, the identical testing prcess fr bth 2010 and 2013 was; 1. Measure the baseline database space usage withut cntent 2. Uplad the PwerPint file and measure the size increase 3. Create a secnd versin by simply mdifying the metadata (the file was nt altered, just the metadata) and measure the increase 4. Repeat the test until 5 versins were created Here are the results fr SharePint 2010:

4 Actin Database Size (KB) Database Increase with Zer Baseline (KB) Empty Web App Site Cllectin (/) and Dcument Library created Upladed First Versin using brwser Created v2 by mdifying metadata nly Created v3 by mdifying metadata nly Created v4 by mdifying metadata nly Created v5 by mdifying metadata nly Here are the results fr SharePint 2013: Actin Database Size (KB) Database Increase with Zer Baseline (KB) Empty Web App Site Cllectin (/) and Dcument Library created Upladed First Versin using brwser Created v2 by mdifying metadata nly Created v3 by mdifying metadata nly Created v4 by mdifying metadata nly Created v5 by mdifying metadata nly The evidence is quite dramatic. As yu can clearly see in the third clumn Database Increase with Zer Baseline (KB), each metadata mdificatin in 2010 causes an additinal 10+MB f strage space t be utilized. With 2013 that same change nly resulted in a few extra KBs in yur cntent database. Represented as percent changes, yu have the fllwing view: SharePint 2010 SharePint 2013 Ttal Change frm Baseline Incremental Change frm Previus Ttal Change frm Baseline Incremental Change frm Previus 69.29% 69.29% 55.56% 55.56% % 41.06% 55.81% 0.16% % 29.04% 56.02% 0.13% % 22.50% 56.27% 0.16% % 18.36% 56.47% 0.13% Based n these numbers, the 2013 cntent database shws a 79% decrease in database size cmpared t 2010 which then translates int a 485% increase in database efficiency. Multiply that ut t cver the

5 GBs r TBs f cntent in yur SharePint farm and yu can quickly realize the benefits f Shredded Strage in SharePint Befre smene claims that this test is nt indicative f real-life scenaris, I admit that this was a very basic case using a single Open XML Office dcument, but it des shw the strength f the underlying technlgy. I will d a fllw-up pst later cmparing numbers in 2013 with varying types and sizes f cntent. Keep in mind that all cntent is shredded in SharePint 2013, nt just Office files. Can I Take Advantage f Shredded Strage when Upgrading? The numbers abve are very exciting fr new cntent, but yu may be asking yurself what abut all my GBs/TBs f existing SharePint 2010 cntent. Wn t that still take up the same amunt f space? Hw can I get that int 2013 and will it be shredded? In rder t prperly answer these questins, we need t review the supprted methds f getting yur cntent int SharePint In-place upgrades Database Attach (Backup/Restre) Third party migratin tls In-place upgrades are n lnger supprted in SharePint 2013, s we can crss that ff ur list. The next ptin is Database Attach and this is prbably the mst cmmnly used methd. This prcess requires the cnstructin f a new SharePint farm specifically fr 2013; detaching r backing up yur 2010 databases; mving them t the new farm; and re-attaching r restring them t An versimplified explanatin, yes, but that is the basic prcess. Fr a mre detailed descriptin, yu can dwnlad Micrsft s SharePint 2013 Upgrade Prcess frm Yu might be thinking that earlier I said that Shredded Strage nly wrks with new cntent. Isn t this database backup methd nly restring my existing data? The answer is emphatically, YES. Since SharePint des nt cnsider this cntent new, it is nt prcessed and therefre left un-shredded. Yur 100GBs f cntent in SharePint 2010 will take up the same 100GBs (give r take) in Yu will nly start t reap the benefits f Shredded Strage when users start adding new cntent OR mdifying sme f that 100GBs upgraded data. New versins and mdificatins f this cntent will be shredded. T illustrate this pint, let s g back t the testing and prceed with: Test 2: Database Backup/Restre First, I need t backup a 2010 Cntent Database and then restre it t 2013.

6 Figure 2: 2010 DB Restred t SharePint 2013 With that dne, nw I can Munt it t ne f my existing SharePint 2013 Web App (:27858). Figure 3: Database Successfully Munted Figure 4: Cntent Database Attached t Web App

7 As seen in Central Admin, it is nw available in my SharePint 2013 Web App. The ptin t update the User Experience which was nt perfrmed fr these tests. Figure 5: Accessed in SharePint 2013 With that prcess cmplete, we can examine the baseline size f each database in SQL. First is the SharePint 2010 WSS_Cntent_SP2010 which was used fr back up and then the SharePint 2013 which was restred, munted and accessed: Figure 6: SharePint 2010 Data Space Used (KB) Figure 7: SharePint 2013 Data Space Used (KB) A few extra MBs f space were added during the upgrade prcess, but as clearly illustrated the cntent cntained within this database (10MB PwerPint with 10 versins) was nt shredded. This emphasizes the pint that upgraded cntent databases are nt shredded when munted n a 2013 Web App.

8 I lgged back int the updated 2013 site and began mdifying my PwerPint file. I prceeded t add 5 additinal versins t the file, each ne cnsisting f a simple change t the metadata. Here is the resulting database after 15 versins f the file were created. Figure 8: Versin Histry Figure 9: Data Space Used after 15 Versins

9 The first new versin in SharePint 2013 (Versin 11.0 in Figure 8) adds 10MB f space t the database, but subsequent versins cnsume nly abut 50KB each (as shredding is utilized). Overall, an apprximate 11MB increase rather than the 50MB yu wuld have bserved in SharePint 2010 running the same test. This is great news fr thse that plan ahead and allcate enugh space t accmmdate their 2010 databases. Yu might ask --What abut that initial 125MBs, can that als be shredded? The answer is, Yes it can! We will cver that prcess in mre detail a little later. The final ptin t upgrade yur SharePint 2010 t SharePint 2013 is t use a third party migratin tl. I wn t get int the Prs and Cns f using a migratin tl vs. a database restre (that is definitely a tpic fr anther day). What I d want t stress here are the benefits yu can achieve frm the Shredded Strage feature during migratin. Using a migratin tl, SharePint 2013 treats all cntent as new cntent. This means it is immediately shredded reducing the verall database size. Again yu might be saying Really?! Is that true? Yes. If yu dn t want t take my wrd n it (I dn t blame yu), let s nce again g lk t the numbers. Test 3: Migrating frm SharePint 2010 t 2013 Fr this test, I created similar 2010 and 2013 envirnments: A single Web Applicatin using default settings A single rt site cllectin using the Team Site Template A single, empty dcument library with versins enabled, a custm text clumn and a mdified view T establish a base line, I am ging t migrate just the cntent during this test (again my PwerPint file with 5 versins), but I culd have just as easily migrated the entire site cllectin and received similar results. T illustrate the impact f Shredded Strage, I migrated the same cntent int anther SharePint 2010 site cllectin: Actin Database Size (KB) Database Increase with Zer Baseline (KB) Site Cllectin (/) and Dcument Library created Created identical destinatin Dcument Library Migrated versined PPTX Figure 10: SharePint 2010 Space Usage after Migratin As expected there was a 50+ MB increase in size. And nw, here is hw the SharePint 2013 Database Space increased during the same test:

10 Actin Database Size (KB) Database Increase with Zer Baseline (KB) Empty Site Cllectin (/) Created identical destinatin Dcument Library Migrated versined PPTX Figure 11: SharePint 2013 Space Usage after Migratin Impressive, right? What used t take ver a 50MB, nw takes as little as 15MB. Once cntent is migrated int SharePint 2013, the cntent is shredded immediately leading t a significant decrease in strage and increase in efficiency frm Day One! That can be a huge savings if yu extraplate that ver yur many GBs/TBs f SharePint cntent. T cnclude this sectin, it is evident that regardless f which methd yu take, Shredded Strage in SharePint 2013 has a psitive impact n yur strage requirements. With the database methd, the impact will be felt gradually as yur SharePint 2013 cntent grws with use, while the migratin path will prvide the same psitive impact immediately. Can I Still Take Advantage f Shredded Strage if I Use a Database Attach Methd? As I hinted earlier, even if yu perfrmed a Database Attach, yu can still take advantage f Shredded Strage. Befre we examine this ptin in mre detail, I want t disclse that I am ging t review a feature that we pineered in MetaVis Migratr; this is nt functinality that is native t SharePint If yu recall the previus scenari when I reviewed the Database Attach methd t upgrade frm SharePint 2010 t 2013, the riginal 120MB database still cnsumed the identical amunt f space in the 2013 farm. Of curse, any new cntent will be shredded, but the riginal cntent des nt take advantage f this. This is where MetaVis Migratr enters the picture. We engineered the ability t Cmpress Strage fr any cntent that was upgraded. Sunds t gd t be true? Let s lk at the numbers and shw yu what is pssible. Test 4: MetaVis Migratr s Cmpress Strage Feature fr SharePint 2013 Setting the stage fr this test, I attached a 2010 Cntent Database t SharePint 2013 which cntains the nw infamus 10MB PwerPint file with its 10 versins. Figure 12: 2010 DB restred t 2013

11 I then cnnected MetaVis Migratr t this site and navigated int Shared Dcuments, where the file is lcated. I selected my single PwerPint file and chse the Cmpress Strage ptin. Figure 13: Cmpress Strage in MetaVis Migratr I waited a few secnds and was greeted with a message letting me knw that the prcess was cmplete and the strage was cmpressed successfully. Figure 14: Cmpress Successfully Prcessed Excellent, I nw can g back int SQL Manager and see what actually happened t my database usage.

12 Befre: After: Nw we re talking! The database space usage was reduced frm a ttal f KB dwn t 37896KB with abslutely n data lse. I still have all 10 versins f my PwerPint file and its metadata. T keep with the same cnsistency as the rest f my tests, I added 5 new versins (metadata changes nly) and measured the database usage alng the way. Here are the raw numbers fr each step f the prcess. SharePint 2013 Actin Database Size (KB) 2010 Database Restred t 2013 SQL Database Munted t 2013 Web Applicatin Database Befre MetaVis Cmpress Database After MetaVis Cmpress Database after v Database after v Database after v Database after v Database after v In summary, the Cmpress Strage feature reduced the verall usage size by 87MB r rughly 70%. This is a significant reductin right frm the start. Each subsequent versin was shredded autmatically, but at this pint that was expected. T learn mre abut MetaVis Migratr s Cmpress Strage feature visit ur site ( ), dwnlad a free trial f Migratr and give it a sht in yur SharePint 2013 envirnment. We re sure yu will be quite pleased with the results.

13 All Gd Things As I cnclude this lng winded tpic, my intent is nt t imply that this was such a great piece f writing that it is sad t see it cme t an end (well, maybe a little tngue in cheek), but rather a nice phrase t summarize what Shredded Strage actually is, All Gd Things. It is a fantastically useful feature that is bundled int SharePint It requires n additinal installatin, cnfiguratin r management (I m lking at yu, 2013 Wrkflw Manager!). It des exactly what it claims t d and des it with great ease and efficiency: reduced strage ftprint, increased perfrmance and mre bang frm yur buck. What mre culd yu pssibly ask fr frm SharePint? If yu managed t stay with me and read thrugh this entire pst, thank yu fr yur time. If nt, I can t say that I blame yu, but I hpe that the pieces yu did read were helpful in gaining a better insight int Shredded Strage. I plan t write mre abut Shredded Strage in the future, including actual results with different file types (particularly PDFs), sizes and changes t cntent instead f just metadata. We can then delve int the numbers and see just hw efficient (r nt) SharePint 2013 turn ut t be. Until next time, thanks again fr yur time!

Migrating to SharePoint 2010 Don t Upgrade Your Mess

Migrating to SharePoint 2010 Don t Upgrade Your Mess Migrating t SharePint 2010 Dn t Upgrade Yur Mess by David Cleman Micrsft SharePint Server MVP April 2011 Phne: (610)-717-0413 Email: inf@metavistech.cm Website: www.metavistech.cm Intrductin May 12 th

More information

Tipsheet: Sending Out Mass Emails in ApplyYourself

Tipsheet: Sending Out Mass Emails in ApplyYourself GEORGETOWN GRADUATE SCHOOL Tipsheet: Sending Out Mass Emails in ApplyYurself In ApplyYurself (AY), it is very simple and easy t send a mass email t all f yur prspects, applicants, r students with applicatins

More information

1)What hardware is available for installing/configuring MOSS 2010?

1)What hardware is available for installing/configuring MOSS 2010? 1)What hardware is available fr installing/cnfiguring MOSS 2010? 2 Web Frnt End Servers HP Prliant DL 380 G7 2 quad cre Intel Xen Prcessr E5620, 2.4 Ghz, Memry 12 GB, 2 HP 146 GB drives RAID 5 2 Applicatin

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

Licensing Windows Server 2012 for use with virtualization technologies

Licensing Windows Server 2012 for use with virtualization technologies Vlume Licensing brief Licensing Windws Server 2012 fr use with virtualizatin technlgies (VMware ESX/ESXi, Micrsft System Center 2012 Virtual Machine Manager, and Parallels Virtuzz) Table f Cntents This

More information

Licensing Windows Server 2012 R2 for use with virtualization technologies

Licensing Windows Server 2012 R2 for use with virtualization technologies Vlume Licensing brief Licensing Windws Server 2012 R2 fr use with virtualizatin technlgies (VMware ESX/ESXi, Micrsft System Center 2012 R2 Virtual Machine Manager, and Parallels Virtuzz) Table f Cntents

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

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

Access to the Ashworth College Online Library service is free and provided upon enrollment. To access ProQuest:

Access to the Ashworth College Online Library service is free and provided upon enrollment. To access ProQuest: PrQuest Accessing PrQuest Access t the Ashwrth Cllege Online Library service is free and prvided upn enrllment. T access PrQuest: 1. G t http://www.ashwrthcllege.edu/student/resurces/enterlibrary.html

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

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

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

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

Access EEC s Web Applications... 2 View Messages from EEC... 3 Sign In as a Returning User... 3

Access EEC s Web Applications... 2 View Messages from EEC... 3 Sign In as a Returning User... 3 EEC Single Sign In (SSI) Applicatin The EEC Single Sign In (SSI) Single Sign In (SSI) is the secure, nline applicatin that cntrls access t all f the Department f Early Educatin and Care (EEC) web applicatins.

More information

HP Connected Backup Online Help. Version 8.7.1 04 October 2012

HP Connected Backup Online Help. Version 8.7.1 04 October 2012 HP Cnnected Backup Online Help Versin 8.7.1 04 Octber 2012 Legal Ntices Warranty The nly warranties fr Hewlett-Packard prducts and services are set frth in the express statements accmpanying such prducts

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

Deployment Overview (Installation):

Deployment Overview (Installation): Cntents Deplyment Overview (Installatin):... 2 Installing Minr Updates:... 2 Dwnlading the installatin and latest update files:... 2 Installing the sftware:... 3 Uninstalling the sftware:... 3 Lgging int

More information

Service Desk Self Service Overview

Service Desk Self Service Overview Tday s Date: 08/28/2008 Effective Date: 09/01/2008 Systems Invlved: Audience: Tpics in this Jb Aid: Backgrund: Service Desk Service Desk Self Service Overview All Service Desk Self Service Overview Service

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

Introduction to Mindjet MindManager Server

Introduction to Mindjet MindManager Server Intrductin t Mindjet MindManager Server Mindjet Crpratin Tll Free: 877-Mindjet 1160 Battery Street East San Francisc CA 94111 USA Phne: 415-229-4200 Fax: 415-229-4201 mindjet.cm 2013 Mindjet. All Rights

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

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

The ad hoc reporting feature provides a user the ability to generate reports on many of the data items contained in the categories.

The ad hoc reporting feature provides a user the ability to generate reports on many of the data items contained in the categories. 11 This chapter includes infrmatin regarding custmized reprts that users can create using data entered int the CA prgram, including: Explanatin f Accessing List Screen Creating a New Ad Hc Reprt Running

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

Disk Redundancy (RAID)

Disk Redundancy (RAID) A Primer fr Business Dvana s Primers fr Business series are a set f shrt papers r guides intended fr business decisin makers, wh feel they are being bmbarded with terms and want t understand a cmplex tpic.

More information

Licensing the Core Client Access License (CAL) Suite and Enterprise CAL Suite

Licensing the Core Client Access License (CAL) Suite and Enterprise CAL Suite Vlume Licensing brief Licensing the Cre Client Access License (CAL) Suite and Enterprise CAL Suite Table f Cntents This brief applies t all Micrsft Vlume Licensing prgrams. Summary... 1 What s New in This

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

ACTIVITY MONITOR. Live view of remote desktops. You may easily have a look at any user s desktop.

ACTIVITY MONITOR. Live view of remote desktops. You may easily have a look at any user s desktop. Web Develpment Offshre Develpment Outsurcing SEO ACTIVITY MONITOR This pwerful tl allws yu t track any LAN, giving yu the mst detailed infrmatin n what, hw and when yur netwrk users perfrmed. Whether it

More information

Telelink 6. Installation Manual

Telelink 6. Installation Manual Telelink 6 Installatin Manual Table f cntents 1. SYSTEM REQUIREMENTS... 3 1.1. Hardware Requirements... 3 1.2. Sftware Requirements... 3 1.2.1. Platfrm... 3 1.2.1.1. Supprted Operating Systems... 3 1.2.1.2.

More information

Live Analytics for Kaltura Live Streaming Information Guide. Version: Jupiter

Live Analytics for Kaltura Live Streaming Information Guide. Version: Jupiter Live Analytics fr Kaltura Live Streaming Infrmatin Guide Versin: Jupiter Kaltura Business Headquarters 250 Park Avenue Suth, 10th Flr, New Yrk, NY 10003 Tel.: +1 800 871 5224 Cpyright 2015 Kaltura Inc.

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

Software Distribution

Software Distribution Sftware Distributin Quantrax has autmated many f the prcesses invlved in distributing new cde t clients. This will greatly reduce the time taken t get fixes laded nt clients systems. The new prcedures

More information

Watlington and Chalgrove GP Practice - Patient Satisfaction Survey 2011

Watlington and Chalgrove GP Practice - Patient Satisfaction Survey 2011 Watlingtn and Chalgrve GP - Patient Satisfactin Survey 2011 Backgrund During ne week in Nvember last year patients attending either the Chalgrve r the Watlingtn surgeries were asked t cmplete a survey

More information

LOGOS Purchase Agreement How will you acquire this valuable digital tool?

LOGOS Purchase Agreement How will you acquire this valuable digital tool? LOGOS FAQs LOGOS 6 at Bb Jnes University Seminary In the last tw decades, Bible study sftware has prliferated and advanced t the pint that any serius student f Scripture seeks familiarity with these tls.

More information

In addition to assisting with the disaster planning process, it is hoped this document will also::

In addition to assisting with the disaster planning process, it is hoped this document will also:: First Step f a Disaster Recver Analysis: Knwing What Yu Have and Hw t Get t it Ntes abut using this dcument: This free tl is ffered as a guide and starting pint. It is des nt cver all pssible business

More information

Emulated Single-Sign-On in LISTSERV Rev: 15 Jan 2010

Emulated Single-Sign-On in LISTSERV Rev: 15 Jan 2010 Emulated Single-Sign-On in LISTSERV Rev: 15 Jan 2010 0. Nte that frm LISTSERV versin 15.5, LISTSERV supprts using an external LDAP directry (r Windws Active Directry) fr lgin authenticatin in additin t

More information

Merchant Management System. New User Guide CARDSAVE

Merchant Management System. New User Guide CARDSAVE Merchant Management System New User Guide CARDSAVE Table f Cntents Lgging-In... 2 Saving the MMS website link... 2 Lgging-in and changing yur passwrd... 3 Prcessing Transactins... 4 Security Settings...

More information

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

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

Magenta HR in partnership with breath ehr

Magenta HR in partnership with breath ehr BREATHEHR ONLINE HR SYSTEM AND PORTAL Magenta HR in partnership with breath ehr Magenta HR Cnsulting Ltd. 24 Canning Street, Edinburgh EH3 8EG Tel. 0131 2272769 www.magentahr.cm inf@magentahr.cm 6 December

More information

BRILL s Editorial Manager (EM) Manual for Authors Table of Contents

BRILL s Editorial Manager (EM) Manual for Authors Table of Contents BRILL s Editrial Manager (EM) Manual fr Authrs Table f Cntents Intrductin... 2 1. Getting Started: Creating an Accunt... 2 2. Lgging int EM... 3 3. Changing Yur Access Cdes and Cntact Infrmatin... 3 3.1

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

TRAINING GUIDE. Crystal Reports for Work

TRAINING GUIDE. Crystal Reports for Work TRAINING GUIDE Crystal Reprts fr Wrk Crystal Reprts fr Wrk Orders This guide ges ver particular steps and challenges in created reprts fr wrk rders. Mst f the fllwing items can be issues fund in creating

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

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

INTEGRATION OVERVIEW. Introduction... 1. Authentication methods... 2. Learning management system (LMS) integration methods... 2. AICC standard...

INTEGRATION OVERVIEW. Introduction... 1. Authentication methods... 2. Learning management system (LMS) integration methods... 2. AICC standard... INTEGRATION OVERVIEW Cntents Intrductin... 1 Authenticatin methds... 2 Learning management system (LMS) integratin methds... 2 AICC standard... 2 LTI standard... 3 Applicatin prgramming interface (API)

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

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

Part I: Welcome to BoardEffect -- Overview & Online Tour

Part I: Welcome to BoardEffect -- Overview & Online Tour Part I: Welcme t BardEffect -- Overview & Online Tur BardEffect is the leading e-gvernance tl fr missin-based rganizatins. This secure website will allw the Shaping NJ Partnership members t cmmunicate,

More information

KronoDesk Migration and Integration Guide Inflectra Corporation

KronoDesk Migration and Integration Guide Inflectra Corporation / KrnDesk Migratin and Integratin Guide Inflectra Crpratin Date: September 24th, 2015 0B Intrductin... 1 1B1. Imprting frm Micrsft Excel... 2 6B1.1. Installing the Micrsft Excel Add-In... 2 7B1.1. Cnnecting

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

Frequently Asked Questions November 19, 2013. 1. Which browsers are compatible with the Global Patent Search Network (GPSN)?

Frequently Asked Questions November 19, 2013. 1. Which browsers are compatible with the Global Patent Search Network (GPSN)? Frequently Asked Questins Nvember 19, 2013 General infrmatin 1. Which brwsers are cmpatible with the Glbal Patent Search Netwrk (GPSN)? Ggle Chrme (v23.x) and IE 8.0. 2. The versin number and dcument cunt

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

Welcome to Microsoft Access Basics Tutorial

Welcome to Microsoft Access Basics Tutorial Welcme t Micrsft Access Basics Tutrial After studying this tutrial yu will learn what Micrsft Access is and why yu might use it, sme imprtant Access terminlgy, and hw t create and manage tables within

More information

Diagnostic Manager Change Log

Diagnostic Manager Change Log Diagnstic Manager Change Lg Updated: September 8, 2015 4.4.4090 Features and Issues Supprt fr Office 365 Tenants Yu can nw: Mnitr the status f Office 365 Services (including SharePint Online, Exchange

More information

DocAve 6 Service Pack 2 Granular Backup and Restore

DocAve 6 Service Pack 2 Granular Backup and Restore DcAve 6 Service Pack 2 Granular Backup and Restre User Guide Revisin D Issued February 2013 1 Table f Cntents Abut DcAve Granular Backup and Restre... 5 Cmplementary Prducts... 5 Submitting Dcumentatin

More information

esupport Quick Start Guide

esupport Quick Start Guide esupprt Quick Start Guide Last Updated: 5/11/10 Adirndack Slutins, Inc. Helping Yu Reach Yur Peak 908.725.8869 www.adirndackslutins.cm 1 Table f Cntents PURPOSE & INTRODUCTION... 3 HOW TO LOGIN... 3 SUBMITTING

More information

Implementing SQL Manage Quick Guide

Implementing SQL Manage Quick Guide Implementing SQL Manage Quick Guide The purpse f this dcument is t guide yu thrugh the quick prcess f implementing SQL Manage n SQL Server databases. SQL Manage is a ttal management slutin fr Micrsft SQL

More information

Click here to open the library

Click here to open the library Dcument Management What is a Dcument Library? Use a dcument library t stre, rganize, sync, and share dcuments with peple. Yu can use cauthring, versining, and check ut t wrk n dcuments tgether. With yur

More information

CSE 231 Fall 2015 Computer Project #4

CSE 231 Fall 2015 Computer Project #4 CSE 231 Fall 2015 Cmputer Prject #4 Assignment Overview This assignment fcuses n the design, implementatin and testing f a Pythn prgram that uses character strings fr data decmpressin. It is wrth 45 pints

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

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

Considerations for Success in Workflow Automation. Automating Workflows with KwikTag by ImageTag

Considerations for Success in Workflow Automation. Automating Workflows with KwikTag by ImageTag Autmating Wrkflws with KwikTag by ImageTag Cnsideratins fr Success in Wrkflw Autmatin KwikTag balances cmprehensive, feature-rich Transactinal Cntent Management with affrdability, fast implementatin, ease

More information

Using Sentry-go Enterprise/ASPX for Sentry-go Quick & Plus! monitors

Using Sentry-go Enterprise/ASPX for Sentry-go Quick & Plus! monitors Using Sentry-g Enterprise/ASPX fr Sentry-g Quick & Plus! mnitrs 3Ds (UK) Limited, February, 2014 http://www.sentry-g.cm Be Practive, Nt Reactive! Intrductin Sentry-g Enterprise Reprting is a self-cntained

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

Document Management Versioning Strategy

Document Management Versioning Strategy 1.0 Backgrund and Overview Dcument Management Versining Strategy Versining is an imprtant cmpnent f cntent creatin and management. Versin management is a key cmpnent f enterprise cntent management. The

More information

(in)rl Webcast - Hardware & Technology Checklist

(in)rl Webcast - Hardware & Technology Checklist (in)rl Webcast - Hardware & Technlgy Checklist Checklist fr Meetup Hsts 1. Passwrd t lgin t the webcast- we ll email this t yu the week f the event 2. The link fr viewing the webcast - we ll email this

More information

The Importance Advanced Data Collection System Maintenance. Berry Drijsen Global Service Business Manager. knowledge to shape your future

The Importance Advanced Data Collection System Maintenance. Berry Drijsen Global Service Business Manager. knowledge to shape your future The Imprtance Advanced Data Cllectin System Maintenance Berry Drijsen Glbal Service Business Manager WHITE PAPER knwledge t shape yur future The Imprtance Advanced Data Cllectin System Maintenance Cntents

More information

TaskCentre v4.5 MS SQL Server Trigger Tool White Paper

TaskCentre v4.5 MS SQL Server Trigger Tool White Paper TaskCentre v4.5 MS SQL Server Trigger Tl White Paper Dcument Number: PD500-03-02-1_0-WP Orbis Sftware Limited 2010 Table f Cntents COPYRIGHT... 1 TRADEMARKS... 1 INTRODUCTION... 2 Overview... 2 Features...

More information

What is a dashboard and why do I want one?

What is a dashboard and why do I want one? What is a dashbard and why d I want ne? QIQ Slutins Pty Ltd Suite G11, Bay 9, Lcmtive Wrkshp Australian Technlgy Park, Crnwallis Street Eveleigh NSW 1430 Australia Phne: +61 2 9209 4298 Fax: +61 2 9209

More information

Getting Started Guide

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

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

Search Engine Optimisation and Web Analytics

Search Engine Optimisation and Web Analytics E-Cmmerce Applicatins Prmting yur Site: Search Engine Optimisatin and Web Analytics Sessin 6 1 Next steps Prmting yur Business Having develped website/e-shp shp next step is t prmte the business Marketing

More information

How To Migrate To A Networks Dmain Name Service On A Pc Or Macbook (For Pc) On A Linux Computer (For Macbook) On An Ipad Or Ipad (For Ipad) On Pc Or Ipa (For

How To Migrate To A Networks Dmain Name Service On A Pc Or Macbook (For Pc) On A Linux Computer (For Macbook) On An Ipad Or Ipad (For Ipad) On Pc Or Ipa (For Reprt: April 12, 2011 By Erick Engelke I have rganized my tasks arund tw majr prblems: 1. Define the new active directry a. Dmain Name Service fr the dmain - cmplete b. Dmain layut, structuring f Organizatinal

More information

Times Table Activities: Multiplication

Times Table Activities: Multiplication Tny Attwd, 2012 Times Table Activities: Multiplicatin Times tables can be taught t many children simply as a cncept that is there with n explanatin as t hw r why it is there. And mst children will find

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

FOCUS Service Management Software Version 8.5 for CounterPoint Installation Instructions

FOCUS Service Management Software Version 8.5 for CounterPoint Installation Instructions FOCUS Service Management Sftware Versin 8.5 fr CunterPint Installatin Instructins Thank yu fr purchasing Fcus Service Management Sftware frm RTM Cmputer Slutins. This bklet f installatin instructins will

More information

PENNSYLVANIA SURPLUS LINES ASSOCIATION Electronic Filing System (EFS) Frequently Asked Questions and Answers

PENNSYLVANIA SURPLUS LINES ASSOCIATION Electronic Filing System (EFS) Frequently Asked Questions and Answers PENNSYLVANIA SURPLUS LINES ASSOCIATION Electrnic Filing System (EFS) Frequently Asked Questins and Answers 1 What changed in Release 2.0?...2 2 Why was my accunt disabled?...3 3 Hw d I inactivate an accunt?...4

More information

FOCUS Service Management Software Version 8.5 for Passport Business Solutions Installation Instructions

FOCUS Service Management Software Version 8.5 for Passport Business Solutions Installation Instructions FOCUS Service Management Sftware fr Passprt Business Slutins Installatin Instructins Thank yu fr purchasing Fcus Service Management Sftware frm RTM Cmputer Slutins. This bklet f installatin instructins

More information

MedNetwork Systems Impulse Database Management

MedNetwork Systems Impulse Database Management Ttal Slutins Prvider MedNetwrk Systems Impulse Database Management 1300765 110 02 9290 9898 @ sales@mednet.cm.au www.mednet.cm.au MedNetwrk Systems Pty Ltd Database Management Impulse User Manual Database

More information

Connecting to Email: Live@edu

Connecting to Email: Live@edu Cnnecting t Email: Live@edu Minimum Requirements fr Yur Cmputer We strngly recmmend yu upgrade t Office 2010 (Service Pack 1) befre the upgrade. This versin is knwn t prvide a better service and t eliminate

More information

DocAve 6 Granular Backup and Restore

DocAve 6 Granular Backup and Restore DcAve 6 Granular Backup and Restre User Guide Service Pack 5 Cumulative Update 1 Issued August 2015 1 Table f Cntents What s New in this Guide... 5 Abut DcAve Granular Backup and Restre... 6 Cmplementary

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

Additional Resources Refer to the Inventory Year-End Closing Tips. Refer to the Inventory Year-End Questions and Answers.

Additional Resources Refer to the Inventory Year-End Closing Tips. Refer to the Inventory Year-End Questions and Answers. Inventry Year-End Clsing Prcedures - 2007 Use the prcedure described in this sectin t clse the year fr Inventry Cntrl and prepare yur Inventry recrds fr the new fiscal year. Clsing a year transfers all

More information

CSC IT practix Recommendations

CSC IT practix Recommendations CSC IT practix Recmmendatins CSC Healthcare 28th January 2014 Versin 3 www.csc.cm/glbalhealthcare Cntents 1 Imprtant infrmatin 3 2 IT Specificatins 4 2.1 Wrkstatins... 4 2.2 Minimum Server with 1-5 wrkstatins

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

Meeting Minutes for January 17, 2013

Meeting Minutes for January 17, 2013 There are tw purpses t these bi-mnthly calls: Meeting Minutes fr January 17, 2013 1. Prvide updates that may affect wrkflw user studies 2. Prvide a frum fr MIP Studies Users t ask questins and raise cncerns

More information

Durango Merchant Services QuickBooks SyncPay

Durango Merchant Services QuickBooks SyncPay Durang Merchant Services QuickBks SyncPay Gateway Plug-In Dcumentatin April 2011 Durang-Direct.cm 866-415-2636-1 - QuickBks Gateway Plug-In Dcumentatin... - 3 - Installatin... - 3 - Initial Setup... -

More information

NAVIPLAN PREMIUM LEARNING GUIDE. Analyze, compare, and present insurance scenarios

NAVIPLAN PREMIUM LEARNING GUIDE. Analyze, compare, and present insurance scenarios NAVIPLAN PREMIUM LEARNING GUIDE Analyze, cmpare, and present insurance scenaris Cntents Analyze, cmpare, and present insurance scenaris 1 Learning bjectives 1 NaviPlan planning stages 1 Client case 2 Analyze

More information

Systems Support - Extended

Systems Support - Extended 1 General Overview This is a Service Level Agreement ( SLA ) between and the Enterprise Windws Services t dcument: The technlgy services the Enterprise Windws Services prvides t the custmer. The targets

More information

Wireless Light-Level Monitoring

Wireless Light-Level Monitoring Wireless Light-Level Mnitring ILT1000 ILT1000 Applicatin Nte Wireless Light-Level Mnitring 1 Wireless Light-Level Mnitring ILT1000 The affrdability, accessibility, and ease f use f wireless technlgy cmbined

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

LaunchPad is your personal cloud desktop giving access to school from anywhere.

LaunchPad is your personal cloud desktop giving access to school from anywhere. LaunchPad Persnal Clud Desktp Persnal Clud Desktp fr educatin ClassLink LaunchPad is the first K-12 persnal clud desktp that gives teachers and students access t all their applicatins and files fr anywhere,

More information

Trends and Considerations in Currency Recycle Devices. What is a Currency Recycle Device? November 2003

Trends and Considerations in Currency Recycle Devices. What is a Currency Recycle Device? November 2003 Trends and Cnsideratins in Currency Recycle Devices Nvember 2003 This white paper prvides basic backgrund n currency recycle devices as cmpared t the cmbined features f a currency acceptr device and a

More information

Copyrights and Trademarks

Copyrights and Trademarks Cpyrights and Trademarks Sage One Accunting Cnversin Manual 1 Cpyrights and Trademarks Cpyrights and Trademarks Cpyrights and Trademarks Cpyright 2002-2014 by Us. We hereby acknwledge the cpyrights and

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

Firewall/Proxy Server Settings to Access Hosted Environment. For Access Control Method (also known as access lists and usually used on routers)

Firewall/Proxy Server Settings to Access Hosted Environment. For Access Control Method (also known as access lists and usually used on routers) Firewall/Prxy Server Settings t Access Hsted Envirnment Client firewall settings in mst cases depend n whether the firewall slutin uses a Stateful Inspectin prcess r ne that is cmmnly referred t as an

More information

How To Install Fcus Service Management Software On A Pc Or Macbook

How To Install Fcus Service Management Software On A Pc Or Macbook FOCUS Service Management Sftware Versin 8.4 fr Passprt Business Slutins Installatin Instructins Thank yu fr purchasing Fcus Service Management Sftware frm RTM Cmputer Slutins. This bklet f installatin

More information

COE: Hybrid Course Request for Proposals. The goals of the College of Education Hybrid Course Funding Program are:

COE: Hybrid Course Request for Proposals. The goals of the College of Education Hybrid Course Funding Program are: COE: Hybrid Curse Request fr Prpsals The gals f the Cllege f Educatin Hybrid Curse Funding Prgram are: T supprt the develpment f effective, high-quality instructin that meets the needs and expectatins

More information

ARE YOU INTERESTED IN THE PRIOR LEARNING ASSESSMENT (PLA) PROGRAM?

ARE YOU INTERESTED IN THE PRIOR LEARNING ASSESSMENT (PLA) PROGRAM? ARE YOU INTERESTED IN THE PRIOR LEARNING ASSESSMENT (PLA) PROGRAM? City University f Seattle recgnizes that learning ccurs in many different ways and under varied circumstances. As a result, the University

More information