Guidelines for Creating and Installing IF Preservation Workflows and Templates

Size: px
Start display at page:

Download "Guidelines for Creating and Installing IF Preservation Workflows and Templates"

Transcription

1 Prject Number Prject Title Title f Deliverable Deliverable Number Cntributing Sub-prject and Wrk-package Deliverable Disseminatin Level Deliverable Nature IST Planets Guidelines fr Creating and Installing IF Preservatin Wrkflws and Templates IF5-D1 IF5 External Public Reprt Cntractual Delivery Date 31 st May 2009 Actual Delivery Date 19 th June 2009 Authr(s) ARC Abstract The dcument describes the API and functinality f the Planets wrkflw executin engine (WEE) versin 2. We prvide an verview f the main cmpnents, the public interfaces, and describe hw it is utilized thrugh the Wrkflw Cntrl Panel (WCP). The dcument specifically prvides user dcumentatin fr cnfiguring, deplying, and accessing Planets wrkflw templates. Keywrd list: Interperability Framewrk, Wrkflw Executin Engine (WEE), Template Repsitry, Wrkflw Templates, Wrkflw Cntrl Panel (WCP)

2 Cntributrs Persn Rle Partner Cntributin Rss King IF SP Lead ARC Wrkflw Cntrl Panel reprt Andrew Lindley IF/TB Develper ARC Wrkflw Executin Engine reprt Rainer Schmidt IF5, IF7 Lead ARC Editr Dcument Apprval Persn Rle Partner Rss King IF SP Lead ARC Christen Hedegaard PA/4 WP Lead KB-DK Distributin Persn Rle Partner Revisin Histry Issue Authr Date Descriptin 0.1 RS 12/06/2009 Initial draft versin fr internal review 0.2 RK 14/06/2009 Crrectins frm internal review 0.3 CH 19/06/2009 External Review 1.0 RK 19/06/2009 Final versin References Ref. Dcument Date Details and Versin Page 2 f 17

3 TABLE OF CONTENTS 1. Intrductin Main Cmpnents and Services Definitins Wrkflw Executin Engine Utilizing the Wrkflw Envirnment Dwnlading and Installatin The Wrkflw Cntrl Panel (WCP) Editing and Executing Wrkflw Templates Wrkflw Cnfiguratin Schema Implementatin Details and Public Interfaces...14 Appendix A...17 A.1 Service Registry Brwser...17 Page 3 f 17

4 1. Intrductin The dcument prvides an verview f the Planets wrkflw envirnment versin 2, as well as a user guide t creating and utilizing custm wrkflw templates. The emplyment f a suitable wrkflw rchestratin system impses a crucial aspect fr the Planets envirnment. Preservatin experiments are cmprised f a number f well defined executin steps, which have t be executed within a service-riented distributed envirnment. Such preservatin prcesses invlve cmplex cntrl lgic as well as web service interactins and data mdel manipulatins. A preservatin wrkflw cnsists f a sequence f activities, carried ut in a specific rder, in which the utput parameters f ne actin are validly mapped t the input parameters f the fllwing actin. An example f a Planets wrkflw wuld be: fr a given file, first identify a file frmat, then validate the frmat, then characterize it, then migrate it t a new frmat, then characterize the new file, and finally cmpare with the riginal. Initially, we examined the applicatin f the Web Service Business Prcess Executin Language (WS-BPEL) and implemented experimental preservatin wrkflws based n WS- BPEL. This apprach prvided a large degree f flexibility and allwed the specificatin f preservatin prcesses at a lw (i.e. messaging) level using Web service standard languages like BPEL, XML, XPath, and WSDL. Hwever, wrk in this directin was hindered by tw difficulties; first, that the BPEL language is very pwerful but als lw-level and hence very cmplex; and secnd, at the time we cnducted the experiments, BPEL related-tls prved t be nt yet mature. Bth pints turned ut t be a majr hindrance fr implementing preservatin wrkflws by ur targeted user grup (preservatin experts, archivists, data curatrs). Cnsequently, we chse t implement a much simplified, custm wrkflw descriptin language and crrespnding executin engine. It is a crucial requirement f the prgramming language and executin envirnment that they allw the targeted cmmunity t assemble and deply the preservatin wrkflws they require, withut frcing them t understand the underlying system. The WEE versin 2 emplys the cncept f wrkflw templates which are pre-defined wrkflw definitins that can be easily instantiated and executed thrugh a set f Web service interfaces. Page 4 f 17

5 2. Main Cmpnents and Services 2.1 Definitins Wrkflw A Planets preservatin wrkflw defines a sequence f invcatins f Planets Services, in which the utput parameters f a given service are validly mapped t the input parameters f the fllwing service. A Planets service is a sftware cmpnent that implements ne f the specified Planets service interfaces (like Identify, Mdify r Migrate). Wrkflw definitins cntain activities (service invcatins), as well as decisin lgic, lps, cnditins and ther cntrl structures. Wrkflw Template A wrkflw template is a pre-defined wrkflw definitin in which the ndes f the preservatin sequence are service placehlders rather than cncrete service endpint. A service placehlder is a typed service which nly defines the abstract interface while the actual implementatin is undefined. The pint f such a template is that a nrmal end user can select any service placehlder and replace it by a real service that implements the defined interface. This apprach allws nrmal users t create Planets wrkflws withut being frced t deal with the full cmplexity f the underlying system. Wrkflw Cnfiguratin A wrkflw cnfiguratin identifies a wrkflw template, the service endpints assciated with all template placehlders, and the parameters assciated with each service. Hence, a Planets wrkflw is defined by a wrkflw cnfiguratin and its assciated template implementatin. 2.2 Wrkflw Executin Engine The wrkflw executin engine (WEE) currently prvides tw main functinalities t a user: A web service fr brwsing the wrkflw template repsitry and A service fr the executin and mnitring f wrkflw instances. Wrkflw templates are pre-defined wrkflw fragments that must be cmpleted by the user fr example by specifying a particular Web service endpint and/r service parameters. Wrkflw templates are being defined by experts and made available t Planets users thrugh imprt int a Template Registry. The WrkflwTemplateRegistry prvides service interfaces t register, brwse, and retrieve wrkflw template definitins. In rder t schedule a wrkflw executin, a user submits a descriptr dcument as well as a pinter t the data registry t the WrkflwExectuinManager. A descriptr basically cntains the identifier f a template and defines its parameterizatin (sectin 4). The main purpse f the WEE is the prvisin f a cntrlled envirnment fr the specificatin and executin f preservatin prcesses. Planets preservatin wrkflws are built frm Java cmpnents and serialized as XML wrkflw dcuments. Fr this purpse, the wrkflw engine implements an enactr that gverns the rchestratin f the varius preservatin cmpnents, which encapsulate functinalities like cmmunicatin, state management, and preservatin metadata Page 5 f 17

6 handling. Preservatin cmpnents can be implemented as lcal desktp cmpnents (e.g. fr data mdel manipulatins) r can abstract remte applicatins and services. The Wrkflw Cntrl Panel (WCP) cmplements the wrkflw envirnment by prviding a generic prtal client. The WCP prvides a graphical user interface that allws ne t chse frm varius abstract wrkflw scenaris (templates). The wrkflw templates are then rendered and visualized. Selected wrkflw templates are cnfigured using the GUI representatin (e.g. drp-dwn bxes) and can be executed and mnitred using the Web applicatin. Additinally, users can uplad/generate an XML representatin f the actual wrkflw instance. Frm the user s pint f view, the wrkflw executin envirnment (WEE) prvides high-level interfaces fr discvering, cnfiguring, and instantiating preservatin wrkflws. The WEE perfrms wrkflw executin asynchrnusly and may deliver status infrmatin t the user based n inquiry and ntificatin capabilities. It currently prvides a generic web brwser client r can be accessed by end user applicatins using web service r native interfaces. Fr future versins, we plan t incrprate a graphical wrkflw editr that supprts ur Javabased cmpnent mdel. Page 6 f 17

7 3. Utilizing the Wrkflw Envirnment 3.1 Dwnlading and Installatin Cde Repsitry and Installer The Planets wrkflw envirnment is cntained within the interperability framewrk surce prject. The related installatin package and API can be dwnladed frm the Planets IF GFrge prject here: The Planets sftware prttype cde can be brwsed thugh the Planets IF GFrge prject here: Prerequisites This guideline demnstrates the Planets wrkflw executing services based n a simple example. The required template implementatin and xml cnfiguratin is packaged with IF release versin 4. Prerequisites fr installing and running the example are: - The J2SE 1.5 Java Runtime Envirnment (JRE) - A running installatin f the Planets interperability framewrk, versin 4 Please cnsult the INSTALL_IF.txt file if built frm surce r simply use the installer prvided n the GFrge page - A set f installed and registered Planets services (sectin A.1) required service fr the example are the DROID Identificatin Service ImageMagickMigrate SanselanIdentify Service Pure Java services are packaged with the IF installer, fr services that require additinal sftware installed (e.g. ImageMagick) please cnsult the dcumentatin f the Planets services prject (Pserv). Fr a detailed descriptin n hw t install the Planets Interperability Framewrk and Preservatin Services please refer t the latest release dcumentatin. Fr dcumentatin n hw t implement wrkflw templates please cnsult the develper and surce dcumentatin available at the Planets IF cde repsitry. Page 7 f 17

8 3.2 The Wrkflw Cntrl Panel (WCP) The Planets wrkflw envirnment prvides a set Web services (Wrkflw Executin and Mnitring) described later in this dcument. This Web service API allws Planets applicatins t remtely create, execute, and mnitr cmplex preservatin prcesses based n wrkflw dcuments. The Wrkflw Cntrl Panel (WCP) prvides a generic graphical user interface fr the infrmal utilizatin f the wrkflw envirnment. Other applicatins that need t interface with the WEE are the Preservatin Planning and the Testbed Applicatin. Planets Service Architecture Page 8 f 17

9 3.3 Editing and Executing Wrkflw Templates In this sectin we prvide a walkthrugh fr the Planets Wrkflw Cntrl Panel based n a simple example wrkflw. The wrkflw first identifies the filetype f a digital bject, migrates it t the Prtable Netwrk Graphics (PNG) frmat, and again runs anther identificatin using a secnd identificatin tls. The example wrkflw template implementatin as well as the cnfiguratin xml file is prvided with the Planets surce distributin. There are five tabbed panes n the main WCP page, with the fllwing functinalities: 1) Selecting Wrkflw Template This tab prvides a list f registered wrkflw templates, as well as an ptin fr uplading new template surce files (if authrized). Clicking n ne f the registered templates will select that template as the Active Template (Nte: this will erase any wrkflw previusly held in memry) and direct the user t the Edit Wrkflw tab (the active wrkflw will be precnfigured fr the selected template). The cmpnent des carry ut a rugh validatin (it checks whether the prvided template implements the crrect interface) but des nt precmpile the template. 2) Lading a Wrkflw Cnfiguratin This tab allws the user t uplad an XML wrkflw descriptin file (e.g. an executable preservatin plan prduced by the PLATO applicatin). The wrkflw must validate against the planets_wtd.xsd schema in rder t be successfully laded. Furthermre, the template referenced by the XML wrkflw descriptin <class> element must be laded in the Template Registry. If these tw cnditins are met, the wrkflw will be successfully laded, the referenced wrkflw template will be autmatically set as the Active Template (this step will be reprted in the Errr Message bx, althugh it is nt an errr per se), and the laded wrkflw descriptin will be set as the Active Wrkflw. Nte that the Active Wrkflw will be Page 9 f 17

10 tagged with the label (frm File) as lng as the laded descriptin remains unmdified. Mre detailed infrmatin n the wrkflw cnfiguratin schema is prvided in sectin 4. 3) Editing Wrkflw and Exprting the Cnfiguratin File In rder t use this tab, a wrkflw template must be selected, either by selecting a template n the Manage Templates tab, r by lading a valid wrkflw descriptin frm the Lad Wrkflw Tab. The user can then select service endpints fr each Service ID in the wrkflw frm a drp-dwn list that is ppulated by a Service Registry query fr all registered services f the defined Type. The user can als edit the name-value pairs that define the input parameters fr a given service (the default parameters will be laded frm the Service Registry when an endpint is selected) refer t the Wrkflw Parameters Panel descriptin belw. Nte that as sn as a mdificatin t a laded wrkflw is made, the label (in memry) will be attached t the Active Wrkflw name. The user can chse t save the present wrkflw descriptin as an XML file t the lcal file system by clicking n the Exprt XML buttn. The user can als chse t clear the wrkflw (deselect all service endpints, remve all parameters) by clicking n the Reset buttn. Page 10 f 17

11 4) Selecting Digital Objects t Prcess Here the user can brwse a hierarchical display f data surces; presently a file-system data surce and a Data Manager fr the Planets Amazn Simple Strage Service (S3) accunt are pre-cnfigured. The user can chse t add selected Digital Objects t the Included Objects list, r can clear this list. If al required prerequisites are met, the user can submit a wrkflw t the jb queue. 5) Checking the Wrkflw Executin Status A wrkflw can be submitted when an Active Template is defined, when an Active Wrkflw is defined, and when Input Objects Selected is true. When a wrkflw is submitted, the user is autmatically directed t the Wrkflw Status tab. This tab presents a table f infrmatin abut wrkflws that have been submitted. At present, this infrmatin is nt persistent; that is, nly infrmatin abut wrkflws submitted during the current user sessin is displayed. Page 11 f 17

12 Wrkflw Parameters Panel A list f parameters assciated with a given service placehlder are shwn in a ppup windw titled Wrkflw Parameters Panel. The header f the main panel has the title Edit Parameters fr <name>, where <name> is the service placehlder (r Service ID) in questin. If the user wishes t remve an existing parameter, she shuld click the Delete buttn assciated with that parameter. If the user wishes t update an existing parameter, she shuld enter the new parameter value in the New Parameter Value text field, and then click n the Update buttn assciated with the desired parameter. If the user wishes t define a new parameter, she shuld enter a Name and Value in the New Parameter text fields and then click n the Add buttn. When the user is finished mdifying the parameters, she shuld click n the Dne buttn; the windw will clse and the fcus will return t the riginal Edit Wrkflw panel. Page 12 f 17

13 4. Wrkflw Cnfiguratin Schema This sectin describes the basic elements f the wrkflw cnfiguratin schema. The schema defines the XML representatin f the particular wrkflw cnfiguratin which is used t instantiate a wrkflw template. Wrkflws cnfiguratins can be created and serialized (as XML files) using the WCP r by any ther tl that supprts the cnfiguratin schema. The latest release f the schema definitin can be fund at the Planets surce repsitry (planets_wdt.xsd). The figure belw demnstrates a simple wrkflw cnfiguratin specifying a wrkflw template, a set f services, as well as service parameters. Fr mre detailed infrmatin the reader is referred t the schema definitin. Page 13 f 17

14 5. Implementatin Details and Public Interfaces The main elements f the Wrkflw Executin Engine package are Tw web-services / stateless-sessin-beans which prvide the applicatin's interface WrkflwTemplateRegistry: cntains methds fr brwsing, registering and retrieving wrkflw Templates WrkflwExecutinManager: cntains methds fr submitting a wrkflw and plling fr the executin's status and result A message-driven-bean: the WrkflwExecutinEngine - the jb-prcessr WrkflwTemplateRegistry The WrkflwTemplateRegistry prvides an implementatin fr brwsing, retrieving and submitting WrkflwTemplates. The fllwing methds are prvided: getallsupprtedqnames: Returns a list f all QNames f registered WFTemplates getwftemplate(string QWrkflwTemplateName : Returns the surce (Java Wrkflw Template.java file) fr a registered template. This might be necessary t understand a template's behaviur. registerwrkflwtemplate(byte[] javabinary): Registers a new WrkflwTemplate The parameter QWrkflwTemplateName is the fully qualified name f the submitted class. e.g. 'eu.planet_prject.ifr.cre.template1.java'. The parameter javabinary is a byte array f the java class. The template will be added t the template registry and persisted using the Planets data registry. WrkflwExecutinManager The WrkflwExecutinManager is a web service / stateless-sessin bean interface that ffers the fllwing methd: public UUID submitwrkflw(list digitalobjects, String QWrkflwTemplateName, String xmlwrkflwcnfig) DigitalObjects is a list f Planets Digital Objects, which prvide the paylad a wrkflw is invked upn; QWrkflwTemplateName the fully qualified name f the java wrkflwtemplate t use fr this submissin. i.e. specifying the structure. (Please nte: the template must be registered!); xmlwrkflwcnfig is an XML String that defines the wrkflwtemplate's cnfiguratin i.e. specifying hw t ppulate a static template. The return value is a ticket (UUID) fr the submitted jb which can be used fr plling infrmatin abut the wrkflw: querying n a jb's status and its psitin in queue retrieving executin results Page 14 f 17

15 WrkfwFactry The WrkflwFactry class cntains a single public Methd: public static WrkflwInstance create(wrkflwcnf wfcnf, List<DigitalObject> digs) thrws Exceptin The class implements a builder that extracts the infrmatin handed ver in the xml wrkflw cnfiguratin (wrkflwtemplate's QName t use, serviceids, endpints, their parameters, etc.) queries the registry and fetches the requested wrkflwtemplate.java, fllwed by dynamically validating, cmpiling, jar-ing and classlading the required wrkflwtemplate reflects n the template's fields and builds and initializes prxies fr the passed service endpints and stres the service parameter cnfiguratin includes the data t invke the wrkflw upn (in terms f DigitalObjects) and returns a WrkflwInstance Object which can be submitted t the queue and executed upn the WrkflwExecutinEngine. WrkflwTemplate A wrkflwtemplate is a java class that defines the service-interface-types which are used (e.g. Identificatin r Migratin Interface) but nt the actual service-instances (e.g. Drid r ImageMagick) the structure and prcess flw within a wrkflw (e.g. branching, lping, exceptin handling, flw f level-ne-service input and utput data, etc.) results within the data registry and dcuments all actins in the wrkflwresult bject which is returned A wrkflw template may cntain any service that implements the Planets Service Interface. In rder t prvide a valid implementatin ne needs t be aware f the fllwing cnventins: Naming cnventin: The id used within the wrkflwcnfig.xml must crrespnds t the bject's variable name within the template class, e.g. <service id="identify1"> -> private Identify identify1; The WrkflwFactry validates if the ServiceTemplate interface is implemented. The WrkflwFactry checks fr all defined Service interfaces which are used t cnstruct the business lgic f a wrkflw if they are in the range f supprted PlanetsServiceTypes Currently supprted service types are: eu.planets_prject.services.identify.identify eu.planets_prject.services.characterise.characterise eu.planets_prject.services.characterise.determineprperties eu.planets_prject.services.cmpare.basiccmparefrmatprperties eu.planets_prject.services.migrate.migrate eu.planets_prject.services.migrate.migrateasync" Page 15 f 17

16 Planets Preservatin Wrkflw Sequence Diagram A shrt example using a sequence diagram n registering a wrkflwtemplate and n running a Wrkflw Executin is shwn in the figure belw: Wrkflw Executin Sequence Diagram Page 16 f 17

17 A.1 Service Registry Brwser The Service Registry Brwser prvides a user interface fr registering lcal and remte service endpints with the service registry, which generates an instance f a rich service descriptr fr each preservatin service endpint. This infrmatin is generated nce the service is registered with the preservatin system and needs t be supprted by a service descriptin prt type. Page 17 f 17

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

Date: October User guide. Integration through ONVIF driver. Partner Self-test. Prepared By: Devices & Integrations Team, Milestone Systems

Date: October User guide. Integration through ONVIF driver. Partner Self-test. Prepared By: Devices & Integrations Team, Milestone Systems Date: Octber 2018 User guide Integratin thrugh ONVIF driver. Prepared By: Devices & Integratins Team, Milestne Systems 2 Welcme t the User Guide fr Online Test Tl The aim f this dcument is t prvide guidance

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

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

UnivRS Information Guide: CV Activities and Contributions

UnivRS Information Guide: CV Activities and Contributions UnivRS Infrmatin Guide: CV Activities and Cntributins March 2016 Table f Cntents 1. Intrductin... 3 2. UnivRS Lgin... 3 3. UnivRS Dashbard... 4 3.1 Switch Rle... 4 3.2 My Settings... 5 4. CV Activities...

More information

Getting Started with the SDAccel Environment on Nimbix Cloud

Getting Started with the SDAccel Environment on Nimbix Cloud Getting Started with the SDAccel Envirnment n Nimbix Clud Revisin Histry The fllwing table shws the revisin histry fr this dcument. Date Versin Changes 09/17/2018 201809 Updated figures thrughut Updated

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

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

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

Course 10262A: Developing Windows Applications with Microsoft Visual Studio 2010 OVERVIEW

Course 10262A: Developing Windows Applications with Microsoft Visual Studio 2010 OVERVIEW Curse 10262A: Develping Windws Applicatins with Micrsft Visual Studi 2010 OVERVIEW Abut this Curse In this curse, experienced develpers wh knw the basics f Windws Frms develpment gain mre advanced Windws

More information

Users, groups, collections and submissions in DSpace. Contents

Users, groups, collections and submissions in DSpace. Contents Users, grups, cllectins and submissins in DSpace Cntents Key cncepts... 2 User accunts and authenticatin... 2 Authrisatin and privileges... 2 Resurce plicies... 2 User rles and grups... 3 Submissin wrkflws...

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

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

EView/400i Management Pack for Systems Center Operations Manager (SCOM)

EView/400i Management Pack for Systems Center Operations Manager (SCOM) EView/400i Management Pack fr Systems Center Operatins Manager (SCOM) Cncepts Guide Versin 7.0 July 2015 1 Legal Ntices Warranty EView Technlgy makes n warranty f any kind with regard t this manual, including,

More information

Uploading Files with Multiple Loans

Uploading Files with Multiple Loans Uplading Files with Multiple Lans Descriptin & Purpse Reprting Methds References Per the MHA Handbk, servicers are required t prvide peridic lan level data fr activity related t the Making Hme Affrdable

More information

TaskCentre v4.5 XML to Recordset Tool White Paper

TaskCentre v4.5 XML to Recordset Tool White Paper TaskCentre v4.5 XML t Recrdset Tl White Paper Dcument Number: PD500-03-15-1_0-WP Orbis Sftware Limited 2010 Table f Cntents COPYRIGHT 1 TRADEMARKS 1 INTRODUCTION 2 Overview 2 GLOBAL CONFIGURATION 2 Schema

More information

Dynamic Storage (ECS)

Dynamic Storage (ECS) User Guide Dynamic Strage (ECS) Swisscm (Schweiz) AG 1 / 10 Cntent 1 Abut Dynamic Strage... 3 2 Virtual drive, the EMC CIFS-ECS Tl... 4 3 Amazn S3 Brwer... 6 4 Strage Gateway Appliance... 9 5 Amazn S3

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

Creating Relativity Dynamic Objects

Creating Relativity Dynamic Objects Creating Relativity Dynamic Objects Nvember 28, 2017 - Versin 9.4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

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

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

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

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

DocAve 6 Deployment Manager

DocAve 6 Deployment Manager DcAve 6 Deplyment Manager User Guide Service Pack 3 Revisin I Issued August 2013 1 Table f Cntents Abut Deplyment Manager... 5 Cmplementary Prducts... 5 Submitting Dcumentatin Feedback t AvePint... 5 Befre

More information

Module: Items in DSpace

Module: Items in DSpace Mdule: Items in DSpace Mdule verview: Items are ne f the cre cncepts in DSpace. An item a representatin f the files and metadata bught tgether t make an atmic unit. This mdule intrduces items and the cnstituent

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

Area Governors Module

Area Governors Module 1. General Overview Welcme t Assistant/Area Gvernrs Mdule, this well structured sectin f the District Organizatin Chart will assist yu in rganizing the club lists fr all yur Assistant/Area Gvernrs 2. Getting

More information

Oracle FLEXCUBE Universal Banking Development Workbench- Screen Development II

Oracle FLEXCUBE Universal Banking Development Workbench- Screen Development II Oracle FLEXCUBE Universal Banking 12.0.3 Develpment Wrkbench- Screen Develpment II August 2013 1 Cntents 1 Preface... 3 1.1 Audience... 3 1.2 Related Dcuments... 3 2 Intrductin... 4 3 Generated Files...

More information

Reference Guide. Service Pack 3 Cumulative Update 2. Revision J Issued October DocAve 6: Control Panel

Reference Guide. Service Pack 3 Cumulative Update 2. Revision J Issued October DocAve 6: Control Panel DcAve 6 Cntrl Panel Reference Guide Service Pack 3 Cumulative Update 2 Revisin J Issued Octber 2013 DcAve 6: Cntrl Panel 1 Table f Cntents Abut Cntrl Panel... 6 Submitting Dcumentatin Feedback t AvePint...

More information

OVAL Language Design Document

OVAL Language Design Document OVAL Language Design Dcument Versin 5.1 2006 The MITRE Crpratin. All rights reserved. Intrductin...3 OVAL Overview...3 Implementatin f the Language...3 OVAL Definitin Schema...4 ...4 ...4

More information

Developing Java Web Services. Duration: 5 days

Developing Java Web Services. Duration: 5 days QWERTYUIOP{ Develping Java Web Services Duratin: 5 days The Develping Java Web Services training class prepares Java prgrammers t develp interperable Java Web services and using SOAP, WSDL, and XML Schema.

More information

August 22, 2006 IPRO Tech Client Services Tip of the Day. Concordance and IPRO Camera Button / Backwards DB Link Setup

August 22, 2006 IPRO Tech Client Services Tip of the Day. Concordance and IPRO Camera Button / Backwards DB Link Setup Cncrdance and IPRO Camera Buttn / Backwards DB Link Setup When linking Cncrdance and IPRO, yu will need t update the DDEIVIEW.CPL file t establish the camera buttn. Setting up the camera buttn feature

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

Xilinx Answer Xilinx PCI Express DMA Drivers and Software Guide

Xilinx Answer Xilinx PCI Express DMA Drivers and Software Guide Xilinx Answer 65444 Xilinx PCI Express DMA Drivers and Sftware Guide Imprtant Nte: This dwnladable PDF f an Answer Recrd is prvided t enhance its usability and readability. It is imprtant t nte that Answer

More information

USO RESTRITO. SNMP Agent. Functional Description and Specifications Version: 1.1 March 20, 2015

USO RESTRITO. SNMP Agent. Functional Description and Specifications Version: 1.1 March 20, 2015 Functinal Descriptin and Specificatins Versin: 1.1 March 20, 2015 SNMP Agent Simple Netwrk Management Prtcl Optin S fr IE and PM Mdules Supplement t Functinal Descriptin and Specificatins f RUB Ethernet

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

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

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

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

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

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

To start your custom application development, perform the steps below.

To start your custom application development, perform the steps below. Get Started T start yur custm applicatin develpment, perfrm the steps belw. 1. Sign up fr the kitewrks develper package. Clud Develper Package Develper Package 2. Sign in t kitewrks. Once yu have yur instance

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

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

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

SOLA and Lifecycle Manager Integration Guide

SOLA and Lifecycle Manager Integration Guide SOLA and Lifecycle Manager Integratin Guide SOLA and Lifecycle Manager Integratin Guide Versin: 7.0 July, 2015 Cpyright Cpyright 2015 Akana, Inc. All rights reserved. Trademarks All prduct and cmpany names

More information

Quick Start Guide. Basic Concepts. DemoPad Designer - Quick Start Guide

Quick Start Guide. Basic Concepts. DemoPad Designer - Quick Start Guide Quick Start Guide This guide will explain the prcess f installing & using the DemPad Designer sftware fr PC, which allws yu t create a custmised Graphical User Interface (GUI) fr an iphne / ipad & embed

More information

Installation and Getting Started

Installation and Getting Started Eurstat Data Transmissin Tls & Services EDAMIS Web Applicatin v3.1 Installatin and Getting Started TABLE OF CONTENTS: 1 Intrductin... 2 2 Installatin... 2 2.1 Prerequisites... 2 2.2 EWA installatin...

More information

DocAve 6 Service Pack 1 Deployment Manager

DocAve 6 Service Pack 1 Deployment Manager DcAve 6 Service Pack 1 Deplyment Manager User Guide Revisin D Issued September 2012 1 Table f Cntents Abut Deplyment Manager... 5 Cmplementary Prducts... 5 Submitting Dcumentatin Feedback t AvePint...

More information

ClubRunner. Volunteers Module Guide

ClubRunner. Volunteers Module Guide ClubRunner Vlunteers Mdule Guide 2014 Vlunteer Mdule Guide TABLE OF CONTENTS Overview... 3 Basic vs. Enhanced Versins... 3 Navigatin... 4 Create New Vlunteer Signup List... 5 Manage Vlunteer Tasks... 7

More information

Kaltura Video Extension for IBM Connections User Guide. Version: 1.0

Kaltura Video Extension for IBM Connections User Guide. Version: 1.0 Kaltura Vide Extensin fr IBM Cnnectins User Guide Versin: 1.0 Kaltura Business Headquarters 5 Unin Square West, Suite 602, New Yrk, NY, 10003, USA Tel.: +1 800 871 5224 Cpyright 2014 Kaltura Inc. All Rights

More information

AvePoint Discovery Tool 3.5. User Guide

AvePoint Discovery Tool 3.5. User Guide AvePint Discvery Tl 3.5 User Guide Issued January 2018 Table f Cntents What s New in this Release... 3 Abut AvePint Discvery Tl... 4 Submitting Dcumentatin Feedback t AvePint... 5 Befre Yu Begin... 6 System

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

DocAve 6 Service Pack 2 Control Panel

DocAve 6 Service Pack 2 Control Panel DcAve 6 Service Pack 2 Cntrl Panel Reference Guide Revisin D Issued February 2013 DcAve 6: Cntrl Panel 1 Table f Cntents Abut Cntrl Panel... 6 Submitting Dcumentatin Feedback t AvePint... 6 Befre Yu Begin...

More information

HW4 Software version 3. Device Manager and Data Logging LOG-RC Series Data Loggers

HW4 Software version 3. Device Manager and Data Logging LOG-RC Series Data Loggers Page 1 f 18 HW4 Sftware versin 3 Device Manager and Data Lgging LOG-RC Series Data Lggers 2011; Page 2 f 18 Table f cntents 1 ORGANIZATION OF THE HW4 MANUALS... 3 2 OVERVIEW... 4 3 INITIAL SETUP... 4 3.1

More information

Update: Users are updated when their information changes (examples: Job Title or Department). o

Update: Users are updated when their information changes (examples: Job Title or Department). o Learn Basic User Integratin Batch File Prcessing The Learn Basic User Integratin is designed t manage the rganizatinal changes cmpanies are challenged with n a daily basis. Withut a basic type f integratin,

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

Final Report. Graphical User Interface for the European Transport Model TREMOVE. June 15 th 2010

Final Report. Graphical User Interface for the European Transport Model TREMOVE. June 15 th 2010 Date June 15 th 2010 Authrs Charitn Kuridis Dr Mia Fu Dr Andrew Kelly Thmas Papagergiu Client Eurpean Cmmissin DG Climate Actin Directrate A: Internatinal & Climate Strategy Unit A4: Strategy & Ecnmic

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

Single File Upload Guide

Single File Upload Guide Single File Uplad Guide August 15, 2018 Versin 9.6.134.78 Single File Uplad Guide 1 Fr the mst recent versin f this dcument, visit ur dcumentatin website. Single File Uplad Guide 2 Table f Cntents 1 Single

More information

Point-to-Point Encryption (P2PE)

Point-to-Point Encryption (P2PE) Payment Card Industry (PCI) Pint-t-Pint Encryptin (P2PE) Template fr P2PE Applicatin Reprt n Validatin (Applicatin P-ROV) Applicatin P-ROV Template Fr Applicatins used with PCI P2PE Hardware/Hardware Standard

More information

Programming Project: Building a Web Server

Programming Project: Building a Web Server Prgramming Prject: Building a Web Server Submissin Instructin: Grup prject Submit yur cde thrugh Bb by Dec. 8, 2014 11:59 PM. Yu need t generate a simple index.html page displaying all yur grup members

More information

INSERTING MEDIA AND OBJECTS

INSERTING MEDIA AND OBJECTS INSERTING MEDIA AND OBJECTS This sectin describes hw t insert media and bjects using the RS Stre Website Editr. Basic Insert features gruped n the tlbar. LINKS The Link feature f the Editr is a pwerful

More information

EBSCOhost User Guide Print/ /Save. Print, , Save, Notetaking, Export, and Cite Your Search Results. support.ebsco.com

EBSCOhost User Guide Print/ /Save. Print,  , Save, Notetaking, Export, and Cite Your Search Results. support.ebsco.com EBSCOhst User Guide Print/E-Mail/Save Print, E-mail, Save, Ntetaking, Exprt, and Cite Yur Search Results supprt.ebsc.cm Table f Cntents Inside this User Guide... 3 Printing Yur Results... 3 E-mailing Yur

More information

HW4 Software Version 3.4.1

HW4 Software Version 3.4.1 Release ntes HW4 Sftware Versin 3.4.1 Change cntrl HW4 versin 3.4.1 includes all the functins and features f HW4 versin 3.4.0 with the fllwing mdificatins and additins: Enhancements: Nne New features Nne

More information

Stealing passwords via browser refresh

Stealing passwords via browser refresh Stealing passwrds via brwser refresh Authr: Karmendra Khli [karmendra.khli@paladin.net] Date: August 07, 2004 Versin: 1.1 The brwser s back and refresh features can be used t steal passwrds frm insecurely

More information

Creating Relativity Dynamic Objects

Creating Relativity Dynamic Objects Creating Relativity Dynamic Objects Nvember 22, 2017 - Versin 9.3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

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

1 Getting and Extracting the Upgrader

1 Getting and Extracting the Upgrader Hughes BGAN-X 9211 Upgrader User Guide (Mac) Rev 1.2 (6-Jul-17) This dcument explains hw t use the Hughes BGAN Upgrader prgram fr the 9211 User Terminal using a Mac Nte: Mac OS X Versin 10.4 r newer is

More information

Creating Relativity Dynamic Objects

Creating Relativity Dynamic Objects Creating Relativity Dynamic Objects January 29, 2018 - Versin 9.5 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

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

DocAve 6 Control Panel

DocAve 6 Control Panel DcAve 6 Cntrl Panel DcAve 6 Cntrl Panel Reference Guide Reference Guide Service Pack 4, Cumulative Update 3 Revisin T Service Pack 4, Cumulative Update 3 Issued Nvember 2014 Revisin S Issued September

More information

Summary. Server environment: Subversion 1.4.6

Summary. Server environment: Subversion 1.4.6 Surce Management Tl Server Envirnment Operatin Summary In the e- gvernment standard framewrk, Subversin, an pen surce, is used as the surce management tl fr develpment envirnment. Subversin (SVN, versin

More information

DocAve 6 Content Manager

DocAve 6 Content Manager DcAve 6 Cntent Manager User Guide Service Pack 4, Cumulative Update 2 Revisin N Issued July 2014 Table f Cntents Abut Cntent Manager... 5 Cmplementary Prducts... 6 Submitting Dcumentatin Feedback t AvePint...

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

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

1 Getting and Extracting the Upgrader

1 Getting and Extracting the Upgrader Hughes BGAN-X 9202 Upgrader User Guide (Mac) Rev 1.0 (23-Feb-12) This dcument explains hw t use the Hughes BGAN Upgrader prgram fr the 9202 User Terminal using a Mac Nte: Mac OS X Versin 10.4 r newer is

More information

Campuses that access the SFS nvision Windows-based client need to allow outbound traffic to:

Campuses that access the SFS nvision Windows-based client need to allow outbound traffic to: Summary This dcument is a guide intended t guide yu thrugh the prcess f installing and cnfiguring PepleTls 8.55.27 (r current versin) via Windws Remte Applicatin (App). Remte App allws the end user t run

More information

Model 86A00-2 Home Theater Extender 2 (HTX2)

Model 86A00-2 Home Theater Extender 2 (HTX2) Mdel 86A00-2 Hme Theater Extender 2 (HTX2) DESCRIPTION The Mdel 86A00-2 Hme Theater Extender 2 (HTX2) allws yu t extend yur hme cntrl t the audi/vide equipment in yur hme theater. The HTX2 cmmunicates

More information

STIDistrict AL Rollover Procedures

STIDistrict AL Rollover Procedures 2009-2010 STIDistrict AL Rllver Prcedures General Infrmatin abut STIDistrict Rllver IMPORTANT NOTE! Rllver shuld be perfrmed between June 25 and July 25 2010. During this perid, the STIState applicatin

More information

Deliverable 5.1.E. LIRICS Reference Architecture. Project full title Linguistic Infrastructure for Interoperable Resource and Systems D5.1.

Deliverable 5.1.E. LIRICS Reference Architecture. Project full title Linguistic Infrastructure for Interoperable Resource and Systems D5.1. Prject reference number Prject acrnym Deliverable 5.1.E LIRICS LIRICS Reference Architecture e-cntent-22236-lirics LIRICS Prject full title Linguistic Infrastructure fr Interperable Resurce and Systems

More information

Group Policy Manager Quick start Guide

Group Policy Manager Quick start Guide Grup Plicy Manager Quick start Guide Sftware versin 4.0.0.0 General Infrmatin: inf@cinsystems.cm Online Supprt: supprt@cinsystems.cm Cpyright CinSystems Inc., All Rights Reserved Page 1 CinSystems Inc.

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

Using CppSim to Generate Neural Network Modules in Simulink using the simulink_neural_net_gen command

Using CppSim to Generate Neural Network Modules in Simulink using the simulink_neural_net_gen command Using CppSim t Generate Neural Netwrk Mdules in Simulink using the simulink_neural_net_gen cmmand Michael H. Perrtt http://www.cppsim.cm June 24, 2008 Cpyright 2008 by Michael H. Perrtt All rights reserved.

More information

SPAR. Workflow for Office 365 User Manual Ver ITLAQ Technologies

SPAR. Workflow for Office 365 User Manual Ver ITLAQ Technologies SPAR Wrkflw Designer fr SharePint Wrkflw fr Office 365 User Manual Ver. 1.0.0.0 0 ITLAQ Technlgies www.itlaq.cm Table f Cntents 1 Wrkflw Designer Wrkspace... 3 1.1 Wrkflw Activities Tlbx... 3 1.2 Adding

More information

DocAve 6 Granular Backup and Restore

DocAve 6 Granular Backup and Restore DcAve 6 Granular Backup and Restre User Guide Service Pack 3 Revisin H Issued August 2013 1 Table f Cntents Abut DcAve Granular Backup and Restre... 5 Cmplementary Prducts... 5 Submitting Dcumentatin Feedback

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

Position Statement for Multimodal Workshop

Position Statement for Multimodal Workshop Psitin Statement fr Multimdal Wrkshp Stéphane H. Maes stephane.maes@racle.cm Directr f Architecture Mbile, Vice and Wireless and Advanced Technlgies Oracle Crpratin 1. Persnal Interest Stéphane has several

More information

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

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

Lecture 6 -.NET Remoting

Lecture 6 -.NET Remoting Lecture 6 -.NET Remting 1. What is.net Remting?.NET Remting is a RPC technique that facilitates cmmunicatin between different applicatin dmains. It allws cmmunicatin within the same prcess, between varius

More information

Compliance Guardian 4. User Guide

Compliance Guardian 4. User Guide Cmpliance Guardian 4 User Guide Issued September 2015 Table f Cntents What's New in this Guide... 3 Abut Cmpliance Guardian... 4 Cmplementary Prducts... 5 Submitting Dcumentatin Feedback t AvePint... 6

More information

Document Hosting System (DHS) v2.1.4 Manual. Description. User Roles

Document Hosting System (DHS) v2.1.4 Manual. Description. User Roles Dcument Hsting System (DHS) v2.1.4 Manual Descriptin AllTranstek s DHS (Dcument Hsting System) prvides a centralized library fr secure archiving, management, and delivery f dcuments. User Rles There are

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

AppSense Management Center. Product Guide Version 10.1

AppSense Management Center. Product Guide Version 10.1 AppSense Management Center Prduct Guide Versin 10.1 Table f Cntents Prduct Guide 1 Table f Cntents 2 What's new in Management Center 10.1? 5 Evaluatin Mde Installatins 5 Deplyment Statistics 5 Upgrade

More information

Graduate Application Review Process Documentation

Graduate Application Review Process Documentation Graduate Applicatin Review Prcess Cntents System Cnfiguratin... 1 Cgns... 1 Banner Dcument Management (ApplicatinXtender)... 2 Banner Wrkflw... 4 Navigatin... 5 Cgns... 5 IBM Cgns Sftware Welcme Page...

More information

Project #1 - Fraction Calculator

Project #1 - Fraction Calculator AP Cmputer Science Liberty High Schl Prject #1 - Fractin Calculatr Students will implement a basic calculatr that handles fractins. 1. Required Behavir and Grading Scheme (100 pints ttal) Criteria Pints

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

E2Open Multi-Collab View (MCV)

E2Open Multi-Collab View (MCV) If yu can read this Click n the icn t chse a picture r Reset the slide. T Reset: Right click n the slide thumbnail and select reset slide r chse the Reset buttn n the Hme ribbn (next t the f nt chice bx)

More information

1on1 Sales Manager Tool. User Guide

1on1 Sales Manager Tool. User Guide 1n1 Sales Manager Tl User Guide Table f Cntents Install r Upgrade 1n1 Page 2 Setting up Security fr Dynamic Reprting Page 3 Installing ERA-IGNITE Page 4 Cnverting (Imprting) Queries int Dynamic Reprting

More information