Best Practice: Optimizing the cube build process in SAS 9.2 Mary Simmons, SAS Institute, Cary, NC Michelle Wilkie, SAS Institute, Cary, NC

Size: px
Start display at page:

Download "Best Practice: Optimizing the cube build process in SAS 9.2 Mary Simmons, SAS Institute, Cary, NC Michelle Wilkie, SAS Institute, Cary, NC"

Transcription

1 Paper Best Practice: Optimizing the cube build prcess in SAS 9.2 Mary Simmns, SAS Institute, Cary, NC Michelle Wilkie, SAS Institute, Cary, NC ABSTRACT The lading and prcessing f yur data int a cube needs t be cntrlled and ptimized t get the best perfrmance ut f yur system and meet apprpriate time windw cnstraints that may be set by IT r the business user. The SAS OLAP Server 9.2 shws several perfrmance imprvements and changes in the cube building prcess cmpared t that in SAS This paper will intrduce factrs that affect the cube building prcess; ptins that are available t cntrl and ptimize the cube building prcess; best practices fr cube building; lgging ptins and understanding pssible prblems that can ccur, in relatin t these imprvements in SAS 9.2. INTRODUCTION SAS OLAP Server (On-Line Analytical Prcessing) prvides users with the ability t build and view cubes. Cubes allw users t gain knwledge f the data by slicing, dicing and analyzing it in a summarized, multidimensinal apprach. This helps surface interactins within the data s that users can make infrmed decisins abut their business. It is essential fr these decisins, therefre, t make sure that the data is served t the user in a timely and relevant fashin. The SAS OLAP Server supprts Multidimensinal OLAP (MOLAP), Relatinal OLAP (ROLAP) and Hybrid OLAP (HOLAP) structured cubes. A SAS MOLAP structure is a prprietary data stre, in which data is feed frm a warehuse int the cube building prcess; fr summarizatin, defining data relatinships via metadata, and cmputatin f analytical variables. T build such a cube is simple; hwever, it is imprtant t understand the cube building prcess s that: the apprpriate SAS System ptins and PROC OLAP ptins are utilized crrectly the system utilizatin f memry, I/O and strage is ptimized the cube can be built successfully and in the time windw necessary Getting the OLAP cube int the business users hands as fast as pssible is the ultimate gal f ptimizing the cube build prcess. The majr fcus f this paper will be n changes made in the SAS 9.2 cube build prcess; this will be illustrated using PROC OLAP. SAS 9.2 PROC OLAP In SAS 9.2, the underlying OLAP cube structure changed significantly, autmatically prviding several benefits including: Better perfrmance fr the cube building prcess Lifting the Hierarchy member limitatin Significantly faster member metadata creatin Updateable cubes (prviding incremental updates) Better query perfrmance allwing faster respnse times fr reprting applicatins surfacing OLAP data In additin t these benefits, it may be pssible t further ptimize yur cube build prcess. T d s, it is imprtant t understand the underlying cmpnents f the cube, the phases f the PROC OLAP prcess, the ptins that apply t each phase and t understand the needs f yur envirnment s that yu can make the mst f the resurces that are available t yu. 1

2 Cube Cmpnents and Build Phases In Figure 1, yu will see the OLAP cube brken dwn int its cmpnents. Cubes cntain a Metadata Registratin, navigatinal files that cntain internal cube member metadata (separate frm the Metadata Registratin), as well as the NWAY and aggregatin tables and indices. Figure 1 Cmpnents f an OLAP cube The cube build prcess can be brken dwn int 2 majr phases that are clsely related t the cube cmpnents. Phase I is when the data summarizatin begins and the navigatin files are created. In Phase II the NWAY, Aggregatin tables and related indices are built. Phase 1 Phase 2 PROC OLAP PHASE I Phase I cmprises the internal metadata preparatin which includes metadata summarizatin and srting f member infmatin, and the creatin f the internal cube metadata. Cube metadata includes infrmatin abut: Figure 2 Phases f the OLAP cube build prcess lcatin f the data the cube structure members and their relatinship with each ther fr navigatin purpses, frmats, member prperties calculated members 2

3 The first phase ccurs immediately upn executin and cmpletes just prir t the NWAY message relating t number f recrds. The lg shwn in Figure 3 is that f a cube build using a star schema input surce, the first phase is highlighted with the red bx. Ntes abut Empty captin, are indicatrs that ragged and/r unbalanced hierarchies exist in this cube. These messages ccur when members in levels are identified that match the EMPTY_NUM r EMPTY_CHAR ptin. In the example belw, the EMPTY_CHAR= ptin was used n the PROC OLAP statement. Figure 3 PROC OLAP lg with first phase f the cube build prcess identified PROC OLAP The secnd phase f build prcess is the creatin f the NWAY and aggregatin tables (and their related indices, if requested). The indices make data retrieval faster and mre efficient, chsing t nt build the indices will result in slwer query perfrmance and is nt recmmended. This secnd phase can be identified in lg shwn in Figure 4 with a red bx and always starts just prir t the nte Number f NWAY recrds and cncludes with a message which indicates the successful cube build. (See Lgging Sectin fr further granularity in identifying the start f Phase II) Figure 4 PROC OLAP lg with the secnd phase f the cube build prcess identified 3

4 SAS OPTIONS Belw are specific SAS ptins that help ptimize and cntrl the cube build prcess at each phase. Fr mre detail n each ptin please refer t the SAS 9.2 OLAP Server: Users Guide. Optin Type Descriptin Relevance MEMSIZE SYSTEM Specifies the limit n the ttal amunt f virtual memry that can be used by a SAS sessin. REALMEMSIZE SYSTEM Specifies the amunt f real (physical) memry SAS can expect t allcate. SUMSIZE SYSTEM Specifies the limit n the memry allcatin fr the Summarizatin Prcess SORTSIZE SYSTEM Specifies the limit n the memry allcatin fr the Srt Prcess UTILLOCn SYSTEM Specifies ne r mre file system lcatins in which applicatins can stre utility files. (WORK will be used if UTILLOC is nt set) SPDEUTILLOC SYSTEM Specifies ne r mre file system lcatins in which temprarily utility files can be written. (UTILLOC will be used if SPDEUTILLOC is nt set) INDEXSORTSIZE PROC OLAP INDEXSORTSIZE indicates the max amunt f memry per thread f executin yu want t make available during NWAY and aggregatin index creatin. MAXTHREADS PROC OLAP Specifies the maximum number f threads that are used t asynchrnusly create aggregatin indexes. Setting MAXTHREADS t high can lead t perfrmance degradatins. ASYNCINDEXLIMIT PROC OLAP The ASYNCINDEXLIMIT ptin is new t SAS 9.2. It gives the user the cntrl ver hw many indexes fr ne table can be built at a time. PHASE I and PHASE I and PHASE I and PHASE I and PHASE I and ADDNWAYINDEX PROC OLAP Ability t create NWAY indexes after the initial PROC OLAP cube build prcess, in which NOINDEX was used fr the NWAY. INDEX NOINDEX PROC OLAP Specifies whether r nt t create aggregatins with indexes. CONCURRENT PROC OLAP Specifies the maximum number f aggregatins t create in parallel. It des nt impact the NWAY which is always built first. COMPRESS PROC OLAP Cmpress the resulting NWAY and aggregatin tables, reducing the size f the cube. Table 1 Relevant Optins t cntrl cubes build prcess 4

5 RECOMMENDATIONS Input Data: A star schema is the ptimal data surce fr building a MOLAP cube. A star schema is cmprised f dimensin tables and a fact table which allws SAS t read and translate the infrmatin faster. Additinal features are available nly with a star schema such as multiple language supprt and mre flexibility during cube update. Avid where pssible using a data set view as an input data surce as this requires additinal system resurces fr prcessing the view and can cause cntentin with the resurces that are required fr the cube building prcess. Memry Optins: MEMSIZE: REALMEMSIZE: SUMSIZE: Memsize is an indicatr f the ttal memry yu want t allw fr this SAS prcess. Setting this value t 0 (r MAX) is useful fr debugging r testing purpses but highly discuraged in a prductin envirnment. Yu can use the fullstimer ptin in SAS cmbined with MEMSIZE=MAX t determine hw much yur cube build will actually need and then set yur MEMSIZE slightly larger fr yur prductin builds. If yu are building cubes cncurrently yu shuld adjust the MEMSIZE smaller t avid cntentin fr system resurces. REALMEMSIZE shuld be a percentage f MEMSIZE but this will be dependent n the size f yur data. Prper specificatin f SUMSIZE= can imprve prcedure perfrmance by restricting the swapping f memry that is cntrlled by the perating envirnment. Generally, the value f the SUMSIZE= system ptin shuld be less than the physical memry available t yur prcess. If the prcedure yu are using needs mre memry than yu specify, the system creates a temprary utility file. If the value f SUMSIZE is greater than the values f the MEMSIZE ptin and the REALMEMSIZE ptin, SAS uses the values f the MEMSIZE ptin and REALMEMSIZE ptin. Temprary wrk space: UTILLOC: During the summarizatin phase, if bth UTILLOC1 and UTILLOC2 are specified, they will each be used fr tw distinctly different functins f the summarizatin prcess. At a minimum bth UTILLOC1 and UTILLOC2 shuld be big enugh t hld the size f the input data (give a little mre than just the exact size f the input table fr each lcatin) and UTILLOC lcatins shuld be f equal size. Fr Phase II, SPDEUTILLOC (r UTILLOC) shuld be set t allw fr a separate lcatin fr the temprary utility files needed in this phase. It is strngly recmmended that ALL temprary wrkspace lcatins be lcated n physically separate disks frm that f the input data t avid disk cntentin. NWAY Creatin: ASYNCINDEXLIMIT: This is mst effective fr the NWAY table which will cntain indexes fr all hierarchies in the cube. The default behavir at SAS was unlimited. This meant that all indices were being created at ne time which has lead at times t thread cntentin when indexing very large tables (such as the NWAY). It is recmmended nt t use this functin when dealing with small data and lw cardinality as it will nt add t perfrmance and may have an adverse interactin with the cube build prcess. ADDNWAYINDEX: It was added fr cubes that cmpleted successfully but the NWAY index build failed. At SAS 9.2, if this ccurred yu wuld als want t cnsider bumping up yur MEMSIZE and using the ASYNCINDEXLIMIT ptin described abve. 5

6 General Aggregatin Index Creatin: INDEXSORTSIZE/MAXTHREADS: Typically MAXTHREADS shuld be set t a number less than the number f CPUs available. The default is calculated ff f the CPUCOUNT ptin which is an indicatr f the number f available CPUs (it is nt a hard and fast limit). On UNIX machines at SAS 9.2, CPUCOUNT defaults the min value f 4 and ACTUAL. Example: INDEXSORTSIZE=4096. If MAXTHREADS was set t 4, yu wuld be telling the subsystem that each thread has 1G f memry it can use. The INDEXSORTSIZE applies t a certain subset f the memry usage during index creatin. Additinal memry is needed fr ther functinality at that time s it is imprtant t keep that in mind when setting this ptin. PROBLEMS AND RESOLUTIONS Wrk Space (Utility) Prblems: a. If yu get a message mentining Utility write failed r disk full cndidtin check bth UTILLOC lcatins. If ne lcatin is full but the ther is nt, this is an indicatin that the size fr bth UTILLOC lcatins shuld be increased. b. If yu receive the errr Utility File read failed make sure that nlargefiles is nt set n the file systems as n file will be created greater than 2GB. This is specific t UNIX perating systems. Yu can validate if this ptin is set by checking /etc/mnttab. c. If ne f the UTILLOC lcatins has been set t small expect a system errr (nt a SAS errr) in PHASE I during the data summarizatin step ERROR: Cmplex utility space issue r yu may see the perating system CPU usage drp t ~1% and hang. Increase the UTILLOC lcatin as per the recmmendatin mentined abve in PHASE I Recmmendatins. PHASE I (data summarizatin) Prblems: a. Errrs with the terms classificatin, summarizatin r categry are usually indicatrs that SUMSIZE needs t be increased. (and / r MEMSIZE and REALMEMSIZE). Example: ERROR: Out f memry. ERROR: A prblem was encuntered during data summarizatin phase (8). NOTE: The initial memry limit fr classificatin tables was K bytes. Actual memry acquired was K bytes. b. If yu are encuntering a Critical memry shrtage r Memry exhausted message during the data summarizatin step MEMSIZE and REALMEMSIZE need t be adjusted. T make sure that yu can track memry usage during the summarizatin step use %let syssumtrace=3; Refer t the lgging sectin belw fr mre details. (NWAY and Aggregatin creatin) Prblems: a. If an errr ccurs after the message IN PROGRESS: NWAY index creatin and it cntains the keywrd index/es and NWAY aggregatin investigate using ASYNCINDEXLIMIT, INDEXSORTSIZE and tuning MEMSIZE t cntrl a successful NWAY creatin. b. If yu are adding aggregatins t an existing cube fr imprving query perfrmance and receive the belw errr messages r a message cntaining the wrds N memry can be allcated, index r aggregatin and aggregate ; resurce cntentin may be the issue. Cnsider the interactin f PROC OLAP ptins MAXTHREADS=, CONCURRENT= and INDEXSORTSIZE= and reduce memry utilizatin. ERROR: Insufficient memry ERROR: A failure ccurred as a result f a prblem in creating cube aggregatins ERROR: New aggregatins cannt be created fr the existing cube. All AGGREGATION statements will be ignred 6

7 INCREMENTAL UPDATE With the release f SAS 9.2 OLAP Server, yu can nw add new data t yur cubes withut rebuilding the entire cube via the incremental update prcess. An incremental update typically invlves adding cell data and members t an existing cube as shwn in Figure 5. Figure 5 Incremental Update Prcess fr an OLAP Cube and the additin f new data There are several decisins at cube creatin that can impact the cube build prcess fr incremental updates. These were discussed at length in Paper Avid Grwing Pains: New Cube Update Features Yu Shuld Knw Abut (Weinberger, Tierney). In the fllwing sectins, tw key decisins will be discussed and the impact these decisins can make n Phase I and Phase II f the cube build prcess: D all dimensins need updating (typically nly sme dimensins such as time will need updating)? What infrmatin is being updated (is it metadata infrmatin, actual data values r bth)? DO ALL DIMENSIONS NEED UPDATING? We wuld recmmend that yu take time, prir t the initial build f yur cube, t review yur cube s dimensins. Identify any dimensins that cntain fixed number f distinct values, these dimensins can be pre-laded and the dimensin can be marked NONUPDATEABLE. Fr example, a relatively static dimensin wuld be Gegraphy, while a dimensin such as time r custmer wuld require regular additins f new members. Benefits Smaller ftprint: The first is the smaller disk ftprint. All aggregatins that include this dimensin will take up less space when this ptin is used. NOTE: By default, dimensins are UPDATEABLE. Table 2 illustrates the effect f the NONUPDATEABLE ptin specified n the PROC OLAP statement, n the verall disk ftprint fr that cube. With NONUPDATEABLE ptin used n PROC OLAP statement instead f the DIMENSION statement all dimensins will be stred in the nn-updateable frmat. 7

8 Cube Name All dimensins UPDATEABLE (MB) All dimensins NON- UPDATEABLE (MB) Cube % Cube % Cube % Cube % % Smaller Cube % Table 2 Cube size cmparisns with NONUPDATEABLE ptin Update perfrmance bst: The secnd benefit t using the NONUPDATEABLE ptin is a perfrmance bst during cube update. Dimensins that are updateable will have their dimensin tables scanned fr every update. Nn-updateable dimensin tables will never be re-scanned fr ptential new members. WHAT INFORMATION IS BEING UPDATED? As mentined abve, a cube cmprises f metadata, navigatin files and aggregatins. Typically when updating a cube yu will either be: updating the navigatin files which cntain member infrmatin (UPDATE_DIMENSION ptin) r the aggregatins which cntain the summarized data values (ADD_DATA ptin) r bth. ADD_DATA The ADD_DATA ptin n the PROC OLAP statement enables yu t add new members and data t a cube. Yu can update a cube in-place r create generatins f the cube (see SAS 9.2 OLAP Server: Users Guide fr mre details). Here is an example f the ADD_DATA ptin used with PROC OLAP: PROC OLAP data=mylib.newdata cube=cubea add_data utcube=cubeb utschema=testschema; metasvr hst="myhst" prt=8561 repsitry=myrepsitry lap_schema=prdschema; run; The ADD_DATA ptin requires that either UPDATE_IN_PLACE, OUTCUBE=, r OUTSCHEMA= als be specified. UPDATE_DIMENSION The UPDATE_DIMENSION ptin n the DIMENSION statement gives yu the flexibility n the updateable dimensins t cntrl whether r nt the dimensin table is scanned. By default if the dimensin is updateable the table will be scanned during each update event (default: UPDATE_DIMENSION=MEMBERS) The values fr the UPDATE_DIMENSION statement are as fllws: MEMBERS: This means that the dimensin table currently assciated with the dimensin shuld be read and prcessed fr new members f every hierarchy in that dimensin. When specified n a star schema cube withut the PROC OLAP ADD_DATA ptin, the MEMBERS ptin prvides a way t update the cube with new members withut having t add data t the cube. MEMBERS_AND_PROPERTIES: This means that the dimensin table currently assciated with the dimensin shuld be read and prcessed fr new members PLUS member prperties fr existing members shuld be changed with the new values in 8

9 OFF: the dimensin table. When specified n a star schema cube withut the PROC OLAP ADD_DATA ptin, the MEMBERS_AND_PROPERTIES ptin prvides a way t update the cube with new members and prperties withut having t add data t the cube. This means that the dimensin table currently assciated with the dimensin shuld NOT be read at all. It applies nly t cubes laded frm a star schema and never t a cube laded frm a single detail table. If the ADD_DATA ptin is used n the PROC, and an updateable dimensin s table shuld nt be prcessed, then this ptin must be used t avid a table scan. If the ADD_DATA ptin is nt used n the PROC, then OFF is the DEFAULT ptin fr all dimensins in the cube. INCREMENTAL UPDATE - PHASE I Remember that the tw steps f PHASE I cube build prcess is metadata summarizatin and metadata creatin. In incremental update the prcess is similar metadata summarizatin f the new member infrmatin ccurs and then the existing member metadata is updated. There are instances, hwever, where neither f these steps is perfrmed when updating a cube. If the cube was riginally created using the NONUPDATEABLE ptin n the PROC OLAP statement then PHASE I will nt be needed. Als, PHASE I is nt perfrmed fr specific dimensins in an incremental update when the DIMENSION statement has either NONUPDATEABLE r UPDATE_DIMENSION=OFF ptin specified. INCREMENTAL UPDATE If the ptin ADD_DATA is specified then the new data is read. An NWAY and aggregatin tables are created fr that new data and is added as a slice f the cube as depicted in Figure 5. LOGGING OPTIONS There are many different lgging ptins available thrugh SAS, fr general lgging infrmatin refer t the Paper The SAS OLAP Server: Understanding and Slving Cmmn Prblems (Budlng). The fllwing table describes additinal lgging ptins that ur custmers have fund particularly useful in gaining a better understanding f the build prcess and diagnsing issues when they ccur. 9

10 Lgging Optin and Descriptin Usage Sample utput SYSSUMTRACE Turns n additinal lgging fr PHASE I f the PROC OLAP prcess. Shwing summarizatin memry usage. %let syssumtrace=3; IN PROGRESS: WRITE NWAY TO DISK (TSTLVL TIMING)Begin time fr writing nway t disk: 14H:45M:1S NOTE: The initial memry limit fr classificatin tables was K bytes. Actual memry acquired was 2368K bytes. NOTE: The utility file buffer size selected was 16K bytes. PROC OPTIONS (MEMORY) Get infrmatin abut MEMORY settings and hw they gt their values frm the cmmand line, shipped default, cnfig file etc. PROC OPTIONS grup=memory value; run; Optin Value Infrmatin Fr SAS Optin MEMSIZE Optin Value: Optin Scpe: SAS Sessin Hw ptin value set: SAS Sessin Startup Cmmand Line PROC OPTIONS (PERFORMANCE) Get infrmatin abut PERFORMANCE settings and hw they gt their values. PROC OPTIONS grup=performance value; run; Optin Value Infrmatin Fr SAS Optin SPDEUTILLOC Optin Value: Optin Scpe: Default Hw ptin value set: Shipped Default TEST_LEVEL=2 Gives finer grained lgging f the cube build prcess. The actual beginning f Phase II is clearly demarcated, by the test _level message: IN PROGRESS: NWAY creatin This message ccurs well befre the first NOTE in the lg abut the NWAY. PLEASE NOTE! TEST_LEVEL is an undcumented ptin f the PROC OLAP statement PROC OLAP CUBE=name TEST_LEVEL=2 <additinal PROC OLAP statement ptins>; General TEST_LEVEL lg frmat PHASE I Cnnect with metadata server Initialize cube build Per hierarchy get captins create member metadata elapsed times N WAYcreatin begins NWAY write t disk NWAY index build Aggregatin builds begin (aka subaggregatin) Cube files disked Metadata server updated with cube infrmatin Elapsed times See Figure 6 fr Sample Output 10

11 Figure 6 Sample utput f TEST_LEVEL=2 ptin CONCLUSION By understanding the cmpnents f a MOLAP cube, metadata and data, the cube build prcess can be explained using tw Phase apprach. PHASE I is assciated t prcessing the metadata, and the prcessing f the data. Being aware f the apprpriate SAS ptins and PROC OLAP ptins and hw they can be applied can: Ensure a successful build especially when assigning memry cnsumptin and disk space Optimizatin the build prcesses, maximizing the delivery f the data while minimizing the impact t yur system In additin, recmmendatins have been made s that yu can design, architect and recgnize prblems with yur build prcess, allwing yu t make decisins relating t: Input data Temprary wrk space NWAY creatin Aggregatin creatin Ultimately, this paper will aid in the success f building yur cube therefre, prviding yur business user infrmatin in a timely manner. Allwing the business user t fcus n the right business decisin they need t make fr yur cmpany. 11

12 ACKNOWLEDGMENTS Thank yu t all wh helped ut with testing and cntributing t the cntent f this paper. RECOMMENDED READING SAS 9.2 OLAP Server: User s Guide Paper Avid Grwing Pains: New Cube Update Features Yu Shuld Knw Abut (Weinberger, Tierney) Paper The SAS OLAP Server: Understanding and Slving Cmmn Prblems (Budlng) CONTACT INFORMATION Yur cmments and questins are valued and encuraged. Cntact the authr at: Mary Simmns SAS Institute Inc. Campus Drive Cary, NC, mary.simmns@sas.cm Web: Michelle Wilkie SAS Institute Inc. Campus Drive Cary, NC, michelle.wilkie@sas.cm Web: SAS and all ther SAS Institute Inc. prduct r service names are registered trademarks r trademarks f SAS Institute Inc. in the USA and ther cuntries. indicates USA registratin. Other brand and prduct names are trademarks f their respective cmpanies. 12

INSTALLING CCRQINVOICE

INSTALLING CCRQINVOICE INSTALLING CCRQINVOICE Thank yu fr selecting CCRQInvice. This dcument prvides a quick review f hw t install CCRQInvice. Detailed instructins can be fund in the prgram manual. While this may seem like a

More information

OATS Registration and User Entitlement Guide

OATS Registration and User Entitlement Guide OATS Registratin and User Entitlement Guide The OATS Registratin and Entitlement Guide prvides the fllwing infrmatin: OATS Registratin The prcess and dcumentatin required fr a firm r Service Prvider t

More information

Creating a TES Encounter/Transaction Entry Batch

Creating a TES Encounter/Transaction Entry Batch Creating a TES Encunter/Transactin Entry Batch Overview Intrductin This mdule fcuses n hw t create batches fr transactin entry in TES. Charges (transactins) are entered int the system in grups called batches.

More information

Element Creator for Enterprise Architect

Element Creator for Enterprise Architect Element Creatr User Guide Element Creatr fr Enterprise Architect Element Creatr fr Enterprise Architect... 1 Disclaimer... 2 Dependencies... 2 Overview... 2 Limitatins... 3 Installatin... 4 Verifying the

More information

Configuring Database & SQL Query Monitoring With Sentry-go Quick & Plus! monitors

Configuring Database & SQL Query Monitoring With Sentry-go Quick & Plus! monitors Cnfiguring Database & SQL Query Mnitring With Sentry-g Quick & Plus! mnitrs 3Ds (UK) Limited, Nvember, 2013 http://www.sentry-g.cm Be Practive, Nt Reactive! One f the best ways f ensuring a database is

More information

Your New Service Request Process: Technical Support Reference Guide for Cisco Customer Journey Platform

Your New Service Request Process: Technical Support Reference Guide for Cisco Customer Journey Platform Supprt Guide Yur New Service Request Prcess: Technical Supprt Reference Guide fr Cisc Custmer Jurney Platfrm September 2018 2018 Cisc and/r its affiliates. All rights reserved. This dcument is Cisc Public

More information

Relius Documents ASP Checklist Entry

Relius Documents ASP Checklist Entry Relius Dcuments ASP Checklist Entry Overview Checklist Entry is the main data entry interface fr the Relius Dcuments ASP system. The data that is cllected within this prgram is used primarily t build dcuments,

More information

Technical Paper. Installing and Configuring SAS Environment Manager in a SAS Grid Environment

Technical Paper. Installing and Configuring SAS Environment Manager in a SAS Grid Environment Technical Paper Installing and Cnfiguring SAS Envirnment Manager in a SAS Grid Envirnment Last Mdified: Octber 2016 Release Infrmatin Cntent Versin: Octber 2016. Trademarks and Patents SAS Institute Inc.,

More information

Contents: Module. Objectives. Lesson 1: Lesson 2: appropriately. As benefit of good. with almost any planning. it places on the.

Contents: Module. Objectives. Lesson 1: Lesson 2: appropriately. As benefit of good. with almost any planning. it places on the. 1 f 22 26/09/2016 15:58 Mdule Cnsideratins Cntents: Lessn 1: Lessn 2: Mdule Befre yu start with almst any planning. apprpriately. As benefit f gd T appreciate architecture. it places n the understanding

More information

Using the Swiftpage Connect List Manager

Using the Swiftpage Connect List Manager Quick Start Guide T: Using the Swiftpage Cnnect List Manager The Swiftpage Cnnect List Manager can be used t imprt yur cntacts, mdify cntact infrmatin, create grups ut f thse cntacts, filter yur cntacts

More information

Using the Swiftpage Connect List Manager

Using the Swiftpage Connect List Manager Quick Start Guide T: Using the Swiftpage Cnnect List Manager The Swiftpage Cnnect List Manager can be used t imprt yur cntacts, mdify cntact infrmatin, create grups ut f thse cntacts, filter yur cntacts

More information

Proper Document Usage and Document Distribution. TIP! How to Use the Guide. Managing the News Page

Proper Document Usage and Document Distribution. TIP! How to Use the Guide. Managing the News Page Managing the News Page TABLE OF CONTENTS: The News Page Key Infrmatin Area fr Members... 2 Newsletter Articles... 3 Adding Newsletter as Individual Articles... 3 Adding a Newsletter Created Externally...

More information

App Center User Experience Guidelines for Apps for Me

App Center User Experience Guidelines for Apps for Me App Center User Experience Guidelines fr Apps fr Me TABLE OF CONTENTS A WORD ON ACCESSIBILITY...3 DESIGN GUIDELINES...3 Accunt Linking Prcess... 3 Cnnect... 5 Accept Terms... 6 Landing Page... 6 Verificatin...

More information

Dashboard Extension for Enterprise Architect

Dashboard Extension for Enterprise Architect Dashbard Extensin fr Enterprise Architect Dashbard Extensin fr Enterprise Architect... 1 Disclaimer... 2 Dependencies... 2 Overview... 2 Limitatins f the free versin f the extensin... 3 Example Dashbard

More information

TIBCO Statistica Options Configuration

TIBCO Statistica Options Configuration TIBCO Statistica Optins Cnfiguratin Sftware Release 13.3 June 2017 Tw-Secnd Advantage Imprtant Infrmatin SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO

More information

ROCK-POND REPORTING 2.1

ROCK-POND REPORTING 2.1 ROCK-POND REPORTING 2.1 AUTO-SCHEDULER USER GUIDE Revised n 08/19/2014 OVERVIEW The purpse f this dcument is t describe the prcess in which t fllw t setup the Rck-Pnd Reprting prduct s that users can schedule

More information

TRAINING GUIDE. Overview of Lucity Spatial

TRAINING GUIDE. Overview of Lucity Spatial TRAINING GUIDE Overview f Lucity Spatial Overview f Lucity Spatial In this sessin, we ll cver the key cmpnents f Lucity Spatial. Table f Cntents Lucity Spatial... 2 Requirements... 2 Setup... 3 Assign

More information

Quick Guide on implementing SQL Manage for SAP Business One

Quick Guide on implementing SQL Manage for SAP Business One Quick Guide n implementing SQL Manage fr SAP Business One The purpse f this dcument is t guide yu thrugh the quick prcess f implementing SQL Manage fr SAP B1 SQL Server databases. SQL Manage is a ttal

More information

Network Rail ARMS - Asbestos Risk Management System. Training Guide for use of the Import Survey Template

Network Rail ARMS - Asbestos Risk Management System. Training Guide for use of the Import Survey Template Netwrk Rail ARMS - Asbests Risk Management System Training Guide fr use f the Imprt Survey Template The ARMS Imprt Survey Template New Asbests Management Surveys and their Survey Detail reprts can be added

More information

ClassFlow Administrator User Guide

ClassFlow Administrator User Guide ClassFlw Administratr User Guide ClassFlw User Engagement Team April 2017 www.classflw.cm 1 Cntents Overview... 3 User Management... 3 Manual Entry via the User Management Page... 4 Creating Individual

More information

Knowledgeware Rule-based Clash

Knowledgeware Rule-based Clash Knwledgeware Rule-based Clash Clash rules written using knwledgeware capabilities can be used in a standalne clash prcess clash prcess, ensuring clash analyses take crprate practices int accunt. Multiple

More information

Test Pilot User Guide

Test Pilot User Guide Test Pilt User Guide Adapted frm http://www.clearlearning.cm Accessing Assessments and Surveys Test Pilt assessments and surveys are designed t be delivered t anyne using a standard web brwser and thus

More information

SAS Viya 3.2 Administration: Mobile Devices

SAS Viya 3.2 Administration: Mobile Devices SAS Viya 3.2 Administratin: Mbile Devices Mbile Devices: Overview As an administratr, yu can manage a device s access t SAS Mbile BI, either by exclusin r inclusin. If yu manage by exclusin, all devices

More information

Using UB Stream and UBlearns

Using UB Stream and UBlearns Using UB Stream and UBlearns Instructrs can nw uplad vides/audi r create a vide using their webcam in UBLearns. There is a new mashup tl (MEDIAL) that allws yu t uplad yur media files t UB s streaming

More information

PAGE NAMING STRATEGIES

PAGE NAMING STRATEGIES PAGE NAMING STRATEGIES Naming Yur Pages in SiteCatalyst May 14, 2007 Versin 1.1 CHAPTER 1 1 Page Naming The pagename variable is used t identify each page that will be tracked n the web site. If the pagename

More information

Wave IP 4.5. CRMLink Desktop User Guide

Wave IP 4.5. CRMLink Desktop User Guide Wave IP 4.5 CRMLink Desktp User Guide 2015 by Vertical Cmmunicatins, Inc. All rights reserved. Vertical Cmmunicatins and the Vertical Cmmunicatins lg and cmbinatins theref and Vertical ViewPint, Wave Cntact

More information

How to use DCI Contract Alerts

How to use DCI Contract Alerts Hw t use DCI Cntract Alerts Welcme t the MyDCI Help Guide series Hw t use DCI Cntract Alerts In here, yu will find a lt f useful infrmatin abut hw t make the mst f yur DCI Alerts which will help yu t fully

More information

Technical Paper. Installing and Configuring SAS Environment Manager in a SAS Grid Environment with a Shared Configuration Directory

Technical Paper. Installing and Configuring SAS Environment Manager in a SAS Grid Environment with a Shared Configuration Directory Technical Paper Installing and Cnfiguring Envirnment Manager in a Grid Envirnment with a Shared Cnfiguratin Directry Last Mdified: January 2018 Release Infrmatin Cntent Versin: January 2018. Trademarks

More information

Procurement Contract Portal. User Guide

Procurement Contract Portal. User Guide Prcurement Cntract Prtal User Guide Cntents Intrductin...2 Access the Prtal...2 Hme Page...2 End User My Cntracts...2 Buttns, Icns, and the Actin Bar...3 Create a New Cntract Request...5 Requester Infrmatin...5

More information

HP Server Virtualization Solution Planning & Design

HP Server Virtualization Solution Planning & Design Cnsulting & Integratin Infrastructure Services HP Server Virtualizatin Slutin Planning & Design Service descriptin Hewlett-Packard Cnsulting & Integratin Infrastructure Cnsulting Packaged Services (HP

More information

USER MANUAL. RoomWizard Administrative Console

USER MANUAL. RoomWizard Administrative Console USER MANUAL RmWizard Administrative Cnsle Cntents Welcme... 3 Administer yur RmWizards frm ne lcatin... 3 Abut This Manual... 4 Setup f the Administrative Cnsle... 4 Installatin... 4 The Cnsle Windw...

More information

BI Publisher TEMPLATE Tutorial

BI Publisher TEMPLATE Tutorial PepleSft Campus Slutins 9.0 BI Publisher TEMPLATE Tutrial Lessn T2 Create, Frmat and View a Simple Reprt Using an Existing Query with Real Data This tutrial assumes that yu have cmpleted BI Publisher Tutrial:

More information

My Performance Management User Guide

My Performance Management User Guide My Perfrmance Management User Guide Overview The accesshr website huses perfrmance management. As an emplyee, yu have the ability t review and acknwledge perfrmance plans and perfrmance evaluatins that

More information

SAS Hot Fix Analysis, Download and Deployment Tool

SAS Hot Fix Analysis, Download and Deployment Tool SAS Ht Fix Analysis, Dwnlad and Deplyment Tl SASHFADD Versin 2.2.1 Usage Guide What's New in SASHFADD 2.2.1? Table f Cntents Intrductin... 1 System Requirements... 2 Imprtant infrmatin regarding tl usage...

More information

ADVANCE IT. Best Practices. Taking MaintenanceDirect to the Next Level 10/27/2014. Angela Cullen, Client Advisor SchoolDude 10/27/2014 SCHOOLDUDE

ADVANCE IT. Best Practices. Taking MaintenanceDirect to the Next Level 10/27/2014. Angela Cullen, Client Advisor SchoolDude 10/27/2014 SCHOOLDUDE ADVANCE IT Taking MaintenanceDirect t the Next Level PRESENTED BY: Angela Cullen, Client Advisr SchlDude 10/27/2014 Best Practices SCHOOLDUDE 2 1 Curse Overview: Tips & Tricks Sessin New Wrk Request Ruting

More information

Extended Traceability Report for Enterprise Architect

Extended Traceability Report for Enterprise Architect Extended Traceability Reprt User Guide Extended Traceability Reprt fr Enterprise Architect Extended Traceability Reprt fr Enterprise Architect... 1 Disclaimer... 2 Dependencies... 2 Overview... 2 Limitatins

More information

CSC IT practix Recommendations

CSC IT practix Recommendations CSC IT practix Recmmendatins CSC Healthcare 17 th June 2015 Versin 3.1 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

Using the DOCUMENT Procedure to Expand the Output Flexibility of the Output Delivery System with Very Little Programming Effort

Using the DOCUMENT Procedure to Expand the Output Flexibility of the Output Delivery System with Very Little Programming Effort Paper 11864-2016 Using the DOCUMENT Prcedure t Expand the Output Flexibility f the Output Delivery System with Very Little Prgramming Effrt ABSTRACT Rger D. Muller, Ph.D., Data T Events Inc. The DOCUMENT

More information

Microsoft Excel Extensions for Enterprise Architect

Microsoft Excel Extensions for Enterprise Architect Excel Extensins User Guide Micrsft Excel Extensins fr Enterprise Architect Micrsft Excel Extensins fr Enterprise Architect... 1 Disclaimer... 2 Dependencies... 2 Overview... 2 Installatin... 4 Verifying

More information

Adverse Action Letters

Adverse Action Letters Adverse Actin Letters Setup and Usage Instructins The FRS Adverse Actin Letter mdule was designed t prvide yu with a very elabrate and sphisticated slutin t help autmate and handle all f yur Adverse Actin

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

Faculty Textbook Adoption Instructions

Faculty Textbook Adoption Instructions Faculty Textbk Adptin Instructins The Bkstre has partnered with MBS Direct t prvide textbks t ur students. This partnership ffers ur students and parents mre chices while saving them mney, including ptins

More information

SUPPLIER CONNECTION SUPPLIER REFERENCE GUIDE FOR LEAR SUPPLIERS

SUPPLIER CONNECTION SUPPLIER REFERENCE GUIDE FOR LEAR SUPPLIERS SUPPLIER CONNECTION SUPPLIER REFERENCE GUIDE FOR LEAR SUPPLIERS T ABLE OF C ONTENTS Table f Cntents... 1 Intrductin... 2 Target Audience... 2 Objectives... 2 Other Resurces... 2 Assumptins... 2 Verify

More information

OASIS SUBMISSIONS FOR FLORIDA: SYSTEM FUNCTIONS

OASIS SUBMISSIONS FOR FLORIDA: SYSTEM FUNCTIONS OASIS SUBMISSIONS FOR FLORIDA: SYSTEM FUNCTIONS OASIS SYSTEM FUNCTIONS... 2 ESTABLISHING THE COMMUNICATION CONNECTION... 2 ACCESSING THE OASIS SYSTEM... 3 SUBMITTING OASIS DATA FILES... 5 OASIS INITIAL

More information

Admin Report Kit for Exchange Server

Admin Report Kit for Exchange Server Admin Reprt Kit fr Exchange Server Reprting tl fr Micrsft Exchange Server Prduct Overview Admin Reprt Kit fr Exchange Server (ARKES) is an Exchange Server Management and Reprting slutin that addresses

More information

Cisco Tetration Analytics, Release , Release Notes

Cisco Tetration Analytics, Release , Release Notes Cisc Tetratin Analytics, Release 1.102.21, Release Ntes This dcument describes the features, caveats, and limitatins fr the Cisc Tetratin Analytics sftware. Additinal prduct Release ntes are smetimes updated

More information

SEB Test Bench User Guide for validating SEB ISO and Swedish format MIGs. Version 1.4. Payment and Direct Debit initiations

SEB Test Bench User Guide for validating SEB ISO and Swedish format MIGs. Version 1.4. Payment and Direct Debit initiations SEB Test Bench User Guide fr validating SEB ISO 20022 and Swedish frmat MIGs Versin 1.4 Payment and Direct Debit initiatins Octber, 2016 SEB Test Bench User Guide / Versin 1.4 Cntents Page N. 1. Intrductin

More information

Performance testing. Test approach The below diagram illustrates the approach that is used for performance testing a Pega 7 application.

Performance testing. Test approach The below diagram illustrates the approach that is used for performance testing a Pega 7 application. The Pega Platfrm is different t the standard Java applicatin in a number f ways; hwever, the apprach t perfrmance testing and tuning Pega 7 is n different. There are a number f key cnsideratins that yu

More information

Please contact technical support if you have questions about the directory that your organization uses for user management.

Please contact technical support if you have questions about the directory that your organization uses for user management. Overview ACTIVE DATA CALENDAR LDAP/AD IMPLEMENTATION GUIDE Active Data Calendar allws fr the use f single authenticatin fr users lgging int the administrative area f the applicatin thrugh LDAP/AD. LDAP

More information

Due Date: Lab report is due on Mar 6 (PRA 01) or Mar 7 (PRA 02)

Due Date: Lab report is due on Mar 6 (PRA 01) or Mar 7 (PRA 02) Lab 3 Packet Scheduling Due Date: Lab reprt is due n Mar 6 (PRA 01) r Mar 7 (PRA 02) Teams: This lab may be cmpleted in teams f 2 students (Teams f three r mre are nt permitted. All members receive the

More information

Secure File Transfer Protocol (SFTP) Interface for Data Intake User Guide

Secure File Transfer Protocol (SFTP) Interface for Data Intake User Guide Secure File Transfer Prtcl (SFTP) Interface fr Data Intake User Guide Cntents Descriptin... 2 Steps fr firms new t batch submissin... 2 Acquiring necessary FINRA accunts... 2 SFTP Access t FINRA... 2 SFTP

More information

UPGRADING TO DISCOVERY 2005

UPGRADING TO DISCOVERY 2005 Centennial Discvery 2005 Why Shuld I Upgrade? Discvery 2005 is the culminatin f ver 18 mnths wrth f research and develpment and represents a substantial leap frward in audit and decisin-supprt technlgy.

More information

Element Creator for Enterprise Architect

Element Creator for Enterprise Architect Element Creatr User Guide Element Creatr fr Enterprise Architect Element Creatr fr Enterprise Architect... 1 Disclaimer... 2 Dependencies... 2 Overview... 2 Limitatins... 3 Installatin... 4 Verifying the

More information

IMPORTING INFOSPHERE DATA ARCHITECT MODELS INFORMATION SERVER V8.7

IMPORTING INFOSPHERE DATA ARCHITECT MODELS INFORMATION SERVER V8.7 IMPORTING INFOSPHERE DATA ARCHITECT MODELS INFORMATION SERVER V8.7 Prepared by: March Haber, march@il.ibm.cm Last Updated: January, 2012 IBM MetaData Wrkbench Enablement Series Table f Cntents: Table f

More information

RISKMAN REFERENCE GUIDE TO USER MANAGEMENT (Non-Network Logins)

RISKMAN REFERENCE GUIDE TO USER MANAGEMENT (Non-Network Logins) Intrductin This reference guide is aimed at managers wh will be respnsible fr managing users within RiskMan where RiskMan is nt cnfigured t use netwrk lgins. This guide is used in cnjunctin with the respective

More information

VMware AirWatch Certificate Authentication for Cisco IPSec VPN

VMware AirWatch Certificate Authentication for Cisco IPSec VPN VMware AirWatch Certificate Authenticatin fr Cisc IPSec VPN Fr VMware AirWatch Have dcumentatin feedback? Submit a Dcumentatin Feedback supprt ticket using the Supprt Wizard n supprt.air-watch.cm. This

More information

STUDENTS/STAFF MANAGEMENT -SUMMATIVE

STUDENTS/STAFF MANAGEMENT -SUMMATIVE SUMMATIVE AND STATE-LEVEL TESTING STUDENTS/STAFF MANAGEMENT -SUMMATIVE This Students/Staff Management Guide is written fr leaders at schls r the district wh: Prepare and uplad a rster f students and staff

More information

NiceLabel LMS. Installation Guide for Single Server Deployment. Rev-1702 NiceLabel

NiceLabel LMS. Installation Guide for Single Server Deployment. Rev-1702 NiceLabel NiceLabel LMS Installatin Guide fr Single Server Deplyment Rev-1702 NiceLabel 2017. www.nicelabel.cm 1 Cntents 1 Cntents 2 2 Architecture 3 2.1 Server Cmpnents and Rles 3 2.2 Client Cmpnents 3 3 Prerequisites

More information

Infrastructure Series

Infrastructure Series Infrastructure Series TechDc WebSphere Message Brker / IBM Integratin Bus Parallel Prcessing (Aggregatin) (Message Flw Develpment) February 2015 Authr(s): - IBM Message Brker - Develpment Parallel Prcessing

More information

Milestone XProtect. NVR Installer s Guide

Milestone XProtect. NVR Installer s Guide Milestne XPrtect NVR Installer s Guide Target Audience fr this Dcument This guide is relevant fr peple respnsible fr delivering and installing Milestne XPrtect NVR surveillance systems. If yu are a Milestne

More information

Troubleshooting Citrix- Published Resources Configuration in VMware Identity Manager

Troubleshooting Citrix- Published Resources Configuration in VMware Identity Manager Trubleshting Citrix- Published Resurces Cnfiguratin in VMware Identity Manager VMware Identity Manager A U G U S T 2 0 1 7 V1 Table f Cntents Overview... 1 Supprted Versins f Cmpnents... 1 Prerequisites...

More information

Customer Upgrade Checklist

Customer Upgrade Checklist Custmer Upgrade Checklist Getting Ready fr Yur Sabre Prfiles Upgrade Kicking Off the Prject Create a prfiles prject team within yur agency. Cnsider including peple wh can represent bth the business and

More information

Upgrading Kaltura MediaSpace TM Enterprise 1.0 to Kaltura MediaSpace TM Enterprise 2.0

Upgrading Kaltura MediaSpace TM Enterprise 1.0 to Kaltura MediaSpace TM Enterprise 2.0 Upgrading Kaltura MediaSpace TM Enterprise 1.0 t Kaltura MediaSpace TM Enterprise 2.0 Assumptins: The existing cde was checked ut f: svn+ssh://mediaspace@kelev.kaltura.cm/usr/lcal/kalsurce/prjects/m ediaspace/scial/branches/production/website/.

More information

CaseWare Working Papers. Data Store user guide

CaseWare Working Papers. Data Store user guide CaseWare Wrking Papers Data Stre user guide Index 1. What is a Data Stre?... 3 1.1. When using a Data Stre, the fllwing features are available:... 3 1.1.1.1. Integratin with Windws Active Directry... 3

More information

VMware EVO:RAIL Customer Release Notes

VMware EVO:RAIL Customer Release Notes VMware EVO:RAIL Custmer Release Ntes EVO:RAIL Release 1.2.0 Dcument Revisin: 1.2.0-2 (May 27, 2015) Cpyright 1998-2015 VMware, Inc. All rights reserved. Cpyright, trademark, and patent infrmatin: http://pubs.vmware.cm/cpyright-trademark.html.

More information

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash UiPath Autmatin Walkthrugh Walkthrugh Calculate Client Security Hash Walkthrugh Calculate Client Security Hash Start with the REFramewrk template. We start ff with a simple implementatin t demnstrate the

More information

InformationNOW Elementary Scheduling

InformationNOW Elementary Scheduling InfrmatinNOW Elementary Scheduling Abut Elementary Scheduling Elementary scheduling is used in thse schls where grups f students remain tgether all day. Fr infrmatin regarding scheduling students using

More information

BANNER BASICS. What is Banner? Banner Environment. My Banner. Pages. What is it? What form do you use? Steps to create a personal menu

BANNER BASICS. What is Banner? Banner Environment. My Banner. Pages. What is it? What form do you use? Steps to create a personal menu BANNER BASICS What is Banner? Definitin Prduct Mdules Self-Service-Fish R Net Lg int Banner Banner Envirnment The Main Windw My Banner Pages What is it? What frm d yu use? Steps t create a persnal menu

More information

Computer Organization and Architecture

Computer Organization and Architecture Campus de Gualtar 4710-057 Braga UNIVERSIDADE DO MINHO ESCOLA DE ENGENHARIA Departament de Infrmática Cmputer Organizatin and Architecture 5th Editin, 2000 by William Stallings Table f Cntents I. OVERVIEW.

More information

EUROPEAN IP NETWORK NUMBER APPLICATION FORM & SUPPORTING NOTES

EUROPEAN IP NETWORK NUMBER APPLICATION FORM & SUPPORTING NOTES EUROPEAN IP NETWORK NUMBER APPLICATION FORM & SUPPORTING NOTES T whm it may cncern. Thank yu fr yur request fr an IP netwrk number. Please ensure that yu read the infrmatin belw carefully befre submitting

More information

Definiens XD Release Notes

Definiens XD Release Notes Definiens XD 1.1.2 Release Ntes Errr! N text f specified style in dcument. Definiens XD 1.1.2 - Release Ntes Imprint and Versin Dcument Versin XD 1.1.2 Cpyright 2009 Definiens AG. All rights reserved.

More information

Paraben s Phone Recovery Stick

Paraben s Phone Recovery Stick Paraben s Phne Recvery Stick v. 3.0 User manual Cntents Abut Phne Recvery Stick... 3 What s new!... 3 System Requirements... 3 Applicatin User Interface... 4 Understanding the User Interface... 4 Main

More information

Troubleshooting Citrix- Published Resources Configuration in VMware Identity Manager

Troubleshooting Citrix- Published Resources Configuration in VMware Identity Manager Trubleshting Citrix- Published Resurces Cnfiguratin in VMware Identity Manager VMware Identity Manager SEP 2 0 1 8 V 4 Table f Cntents Overview... 1 Supprted Versins f Cmpnents... 1 Prerequisites... 1

More information

Guidance for Applicants: Submitting an application in AAS Ishango Grants Management

Guidance for Applicants: Submitting an application in AAS Ishango Grants Management Guidance fr Applicants: Submitting an applicatin in AAS Ishang Grants Management Histry f changes Versin Date Changes 1 Nv 2016 Current versin Pushing the centre f gravity t Africa 1 Table f Cntents 1

More information

Integrating QuickBooks with TimePro

Integrating QuickBooks with TimePro Integrating QuickBks with TimePr With TimePr s QuickBks Integratin Mdule, yu can imprt and exprt data between TimePr and QuickBks. Imprting Data frm QuickBks The TimePr QuickBks Imprt Facility allws data

More information

Getting Started with the Web Designer Suite

Getting Started with the Web Designer Suite Getting Started with the Web Designer Suite The Web Designer Suite prvides yu with a slew f Dreamweaver extensins that will assist yu in the design phase f creating a website. The tls prvided in this suite

More information

Studio Software Update 7.7 Release Notes

Studio Software Update 7.7 Release Notes Studi Sftware Update 7.7 Release Ntes Summary: Previus Studi Release: 2013.10.17/2015.01.07 All included Studi applicatins have been validated fr cmpatibility with previusly created Akrmetrix Studi file

More information

Avigilon Control Center Server User Guide. Version 6.8

Avigilon Control Center Server User Guide. Version 6.8 Avigiln Cntrl Center Server User Guide Versin 6.8 2006-2018, Avigiln Crpratin. All rights reserved. AVIGILON, the AVIGILON lg, AVIGILON CONTROL CENTER, ACC, and TRUSTED SECURITY SOLUTIONS.AVIGILON, the

More information

User Guide. ACE Data Source. OnCommand Workflow Automation (WFA) Abstract PROFESSIONAL SERVICES

User Guide. ACE Data Source. OnCommand Workflow Automation (WFA) Abstract PROFESSIONAL SERVICES PROFESSIONAL SERVICES User Guide OnCmmand Wrkflw Autmatin (WFA) ACE Data Surce Prepared fr: ACE Data Surce - Versin 2.0.0 Date: Octber 2015 Dcument Versin: 2.0.0 Abstract The ACE Data Surce (ACE-DS) is

More information

Maximo Reporting: Maximo-Cognos Metadata

Maximo Reporting: Maximo-Cognos Metadata Maxim Reprting: Maxim-Cgns Metadata Overview...2 Maxim Metadata...2 Reprt Object Structures...2 Maxim Metadata Mdel...4 Metadata Publishing Prcess...5 General Architecture...5 Metadata Publishing Prcess

More information

REFWORKS: STEP-BY-STEP HURST LIBRARY NORTHWEST UNIVERSITY

REFWORKS: STEP-BY-STEP HURST LIBRARY NORTHWEST UNIVERSITY REFWORKS: STEP-BY-STEP HURST LIBRARY NORTHWEST UNIVERSITY Accessing RefWrks Access RefWrks frm a link in the Bibligraphy/Citatin sectin f the Hurst Library web page (http://library.nrthwestu.edu) Create

More information

Planning, installing, and configuring IBM CMIS for Content Manager OnDemand

Planning, installing, and configuring IBM CMIS for Content Manager OnDemand Planning, installing, and cnfiguring IBM CMIS fr Cntent Manager OnDemand Cntents IBM CMIS fr Cntent Manager OnDemand verview... 4 Planning fr IBM CMIS fr Cntent Manager OnDemand... 5 Prerequisites fr installing

More information

Enterprise Chat and Developer s Guide to Web Service APIs for Chat, Release 11.6(1)

Enterprise Chat and  Developer s Guide to Web Service APIs for Chat, Release 11.6(1) Enterprise Chat and Email Develper s Guide t Web Service APIs fr Chat, Release 11.6(1) Fr Unified Cntact Center Enterprise August 2017 Americas Headquarters Cisc Systems, Inc. 170 West Tasman Drive San

More information

Reporting Requirements Specification

Reporting Requirements Specification Cmmunity Mental Health Cmmn Assessment Prject OCAN 2.0 - ing Requirements Specificatin May 4, 2010 Versin 2.0.2 SECURITY NOTICE This material and the infrmatin cntained herein are prprietary t Cmmunity

More information

These tasks can now be performed by a special program called FTP clients.

These tasks can now be performed by a special program called FTP clients. FTP Cmmander FAQ: Intrductin FTP (File Transfer Prtcl) was first used in Unix systems a lng time ag t cpy and mve shared files. With the develpment f the Internet, FTP became widely used t uplad and dwnlad

More information

Business Directory. User Guide. User Guide Page 1

Business Directory. User Guide. User Guide Page 1 Business Directry CmmerceExtensins Business Directry User Guide User Guide Page 1 Business Directry CmmerceExtensins Imprtant Ntice CmmerceExtensins reserves the right t make crrectins, mdificatins, enhancements,

More information

softpanel generic installation and operation instructions for nanobox products

softpanel generic installation and operation instructions for nanobox products 1 f 10 System Requirements... 3 Installatin... 3 Java... 3 RxTx Serial Drivers... 3 Granting a user permissin t pen a COM Prt in Mac OS X... 3 USB t Serial Drivers... 4 Mac OS X 10.6 Snw Lepard... 4 Operatin...

More information

Overview of Data Furnisher Batch Processing

Overview of Data Furnisher Batch Processing Overview f Data Furnisher Batch Prcessing Nvember 2018 Page 1 f 9 Table f Cntents 1. Purpse... 3 2. Overview... 3 3. Batch Interface Implementatin Variatins... 4 4. Batch Interface Implementatin Stages...

More information

Reviewer Information Sheet for Committee Members

Reviewer Information Sheet for Committee Members Reviewer Infrmatin Sheet fr Cmmittee Members OSIRIS is a web-based applicatin that was created t imprve human subject prtectins and t enable the IRB t better serve the research cmmunity. The applicatin

More information

Avigilon Control Center Server User Guide. Version 6.4

Avigilon Control Center Server User Guide. Version 6.4 Avigiln Cntrl Center Server User Guide Versin 6.4 2006-2017, Avigiln Crpratin. All rights reserved. AVIGILON, the AVIGILON lg, AVIGILON CONTROL CENTER, ACC, and TRUSTED SECURITY SOLUTIONS.AVIGILON, the

More information

Guidance for Submitting an application or Nomination in AAS Ishango Online System

Guidance for Submitting an application or Nomination in AAS Ishango Online System Guidance fr Submitting an applicatin r Nminatin in AAS Ishang Online System Histry f changes Versin Date Changes 1 Nv 2016 Current versin Pushing the centre f gravity t Africa 1 Table f Cntents 1 General

More information

The screenshots/advice are based on upgrading Controller 10.1 RTM to 10.1 IF6 on Win2003

The screenshots/advice are based on upgrading Controller 10.1 RTM to 10.1 IF6 on Win2003 Overview The screenshts/advice are based n upgrading Cntrller 10.1 RTM t 10.1 IF6 n Win2003 Other Interim Fix (IF) upgrades are likely t be similar, but the authr cannt guarantee that the dcumentatin is

More information

Jira For T2S. External User Guide. Version 1.1

Jira For T2S. External User Guide. Version 1.1 Jira Fr T2S External User Guide Versin 1.1 Cntents 1.0 Dcument Management 4 1.1 Dcument Identifier 4 1.2 Dcument Histry 4 2.0 Intrductin 4 3.0 Getting Started 5 3.1 Cnnect 5 3.2 Lg In 5 4.0 Create an

More information

Log shipping is a HA option. Log shipping ensures that log backups from Primary are

Log shipping is a HA option. Log shipping ensures that log backups from Primary are LOG SHIPPING Lg shipping is a HA ptin. Lg shipping ensures that lg backups frm Primary are cntinuusly applied n standby. Lg shipping fllws a warm standby methd because manual prcess is invlved t ensure

More information

Chalkable Classroom Admin Portal

Chalkable Classroom Admin Portal Chalkable Classrm Admin Prtal Abut This Dcument This is an verview f the navigatin and primary features f the Admin Prtal fr Chalkable Classrm. Table f Cntents Chalkable Classrm Admin Prtal 1 Abut This

More information

SAP Business One Hardware Requirements Guide

SAP Business One Hardware Requirements Guide Hardware Requirements Guide Dcument Versin: 1.13 2018-02-02 Release Family 9 Typgraphic Cnventins Type Style Example Descriptin Wrds r characters quted frm the screen. These include field names, screen

More information

BMC Remedyforce Integration with Remote Support

BMC Remedyforce Integration with Remote Support BMC Remedyfrce Integratin with Remte Supprt 2003-2018 BeyndTrust, Inc. All Rights Reserved. BEYONDTRUST, its lg, and JUMP are trademarks f BeyndTrust, Inc. Other trademarks are the prperty f their respective

More information

AvePoint Timeline Enterprise for Microsoft Dynamics CRM

AvePoint Timeline Enterprise for Microsoft Dynamics CRM AvePint Timeline Enterprise 1.0.2 fr Micrsft Dynamics CRM Installatin and Cnfiguratin Guide Revisin B Issued Nvember 2013 Timeline Enterprise fr Micrsft Dynamics CRM Install and Cnfig 1 Table f Cntents

More information

Oracle Database 11g Replay: The In-built Recorder for Real Application Testing

Oracle Database 11g Replay: The In-built Recorder for Real Application Testing Oracle Database 11g Replay: The In-built Recrder fr Real Applicatin Testing Amaresh Mandal Infsys Technlgies Ltd Intrductin Oracle Database 11g intrduced a new feature Database Replay which helps in perfrming

More information

McGill University School of Computer Science COMP-206. Software Systems. Due: September 29, 2008 on WEB CT at 23:55.

McGill University School of Computer Science COMP-206. Software Systems. Due: September 29, 2008 on WEB CT at 23:55. Schl f Cmputer Science McGill University Schl f Cmputer Science COMP-206 Sftware Systems Due: September 29, 2008 n WEB CT at 23:55 Operating Systems This assignment explres the Unix perating system and

More information