CUBA Platform. Developer s Manual

Size: px
Start display at page:

Download "CUBA Platform. Developer s Manual"

Transcription

1 CUBA Platfrm. Develper s Manual Preface This manual prvides the reference infrmatin fr the CUBA platfrm and cvers the mst imprtant tpics f develping business applicatins with it. Intended Audience This manual is intended fr applicatin develpers using the CUBA platfrm. The fllwing technlgies knwledge is required t use the platfrm: Java Standard Editin Relatinal databases (SQL, DDL) Further Reading This manual and ther dcumentatin related t the CUBA platfrm can be fund at Vide materials and presentatins that can help yu t understand the platfrm are available at Yu can als check ut nline dem applicatins at Knwledge f the fllwing technlgies and framewrks will be helpful t get a deeper understanding f the platfrm: Gradle build system Spring Framewrk Java Persistence API EclipseLink framewrk Vaadin web applicatins framewrk HTML / CSS / JavaScript Java Servlets Java Swing Feedback If yu have any suggestins fr imprvement f this Manual, please cntact supprt at

2 If yu find a mistake in the dcumentatin, please specify the number f the chapter and attach a small prtin f the surrunding text t facilitate the search. 1. Intrductin This chapter prvides infrmatin abut the CUBA platfrm features and requirements Overview CUBA platfrm is an ideal tl fr develpment teams wrking n line-f-business applicatins, typically having extensive data mdel, hundreds f screens and cmplex business lgic. Based n a mainstream technlgy stack, CUBA platfrm brings unparalleled prductivity by utilizing a rich set f ready t use data-aware cmpnents, extensive scafflding, visual interface designer and ht deply. Open architecture allws a develper t custmize any part f the framewrk, prviding high levels f cntrl and flexibility. Develpers have the freedm t use ppular Java IDEs and have full access t the surce cde. CUBA applicatins fit seamlessly int the crprate IT envirnment, supprting majr databases and applicatin servers, as well as ppular apaas cluds. Streamlined clustered deplyment ensures scalability and failver, while a generic REST API enables easy integratin with ther systems Technical Requirements Minimum requirements fr develpment using CUBA platfrm: Memry 4 GB Hard drive space 5 GB Operating system: Micrsft Windws, Linux r Mac OS X 1.3. Release Ntes CUBA platfrm changelg is available at changelg.html. 2. Installatin and Setup Minimum sftware requirements are as fllws: Java SE Develpment Kit (JDK) 8. It is recmmended that yu use Oracle Java HtSpt VM. In rder t build and run prjects utside Studi, yu need t set the path t the JDK rt directry in the JAVA_HOME envirnment variable, e.g. C:\Prgram Files\Java\jdk1.8.0_60. On Windws, yu can d this at Cmputer Prperties Advanced System Settings Advanced Envirnment variables. The value f the variable shuld be added t the System variables list. Java IDE: IntelliJ IDEA Cmmunity Editin 13+ r Eclipse We recmmend using IntelliJ IDEA.

3 In the mst basic scenari, the built-in HyperSQL ( can be used as the database server. This is sufficient fr explring the platfrm capabilities and applicatin prttyping. Fr building prductin applicatins, it is recmmended t install and use ne f the full-featured DBMS supprted by the platfrm, like PstgreSQL fr instance. The web interface f the platfrm-based applicatins supprts all ppular brwsers, including Ggle Chrme, Mzilla Firefx, Safari, Opera 15+, Internet Explrer 9+, Micrsft Edge CUBA Studi Installatin Prerequisites: Make sure that Java SE Develpment Kit (JDK) 8 is installed by running the fllwing cmmand in the cnsle: java -versin The cmmand shuld return the Java versin, e.g _60. If yu cnnect t the internet via a prxy server, sme Java system prperties must be passed t the JVM running Studi and Gradle. These prperties are explained here: (see prperties fr HTTP and HTTPS prtcls). It is recmmended t set these prperties system-wide in the JAVA_OPTS envirnment variable. The Studi launch script passes JAVA_OPTS t the Java executable. In rder t install CUBA Studi, take the fllwing steps: 1. Dwnlad an apprpriate installer r ZIP archive frm 2. Run the installer r unzip the archive t a lcal directry, e.g. c:/wrk/studi 3. Launch the installed applicatin r pen the cmmand line, g t bin directry and run studi 4. In the CUBA Studi Server windw, enter the fllwing parameters: Java hme JDK installatin t be used fr building and running prjects. If yu have set the JAVA_HOME envirnment variable as described in the beginning f this chapter, it will appear in this field. Otherwise, Studi will try t find yur Java installatin itself. Gradle hme leave this field empty; in this case, the required Gradle distributin will be dwnladed autmatically. If yu want t use a lcal Gradle distributin, enter the path t the respective directry in the field. Fr prject build system t wrk crrectly, Gradle 2.6 is required. Server prt CUBA Studi server prt (the default prt is 8111). IDE prt IDE plugin listening prt (the default prt is 48561). Repsitry binary artifacts repsitry URL and authenticatin parameters.

4 5. The fllwing ptins are als available: Check fr updates - check fr new versins n every start. Help language - built-in help language. Offline - enable wrking with prjects withut an Internet cnnectin, prvided that all the required libraries have been previusly dwnladed frm the repsitry. Send annymus statistics and crash reprts - enable Studi t send errr statistics t develpers. Enable remte cnnectin - by default, it is assumed that Studi runs n lcalhst. Select this checkbx if yu need t cnnect t this Studi instance frm a remte hst. 6. Click Start t run the Studi server. The server will dwnlad, run, and cnnect t the Gradle daemn. This may take a significant amunt f time n first startup; n subsequent launches, this will take just a few secnds. After that, the web server will be started, and the URL f the Studi interface will appear in the URL field. By clicking, yu can pen the address in yur default web brwser; by clicking Cpy yu can cpy the address t the clipbard. 7. Open the specified address in the web brwser. 8. In the Studi web interface, click Create new t create a new prject, r Imprt t add an existing ne t the Recent list. 9. Once the prject is pened, the Studi will dwnlad the surce cde f the platfrm base prjects and save it t the lcal flder. Befre building the prject, it is recmmended t wait until the dwnlad is finished and make sure that the backgrund task indicatr in the bttm left crner has faded ut IDE Integratin Take the fllwing steps t integrate Studi with IntelliJ IDEA r Eclipse:

5 1. Open r create a new prject in the Studi. 2. Switch t Prject prperties sectin and click Edit. Select the required Java IDE by checking IntelliJ IDEA r Eclipse. 3. Select Build > Create r update <IDE> prject files in the Studi menu. The crrespnding files will be created in the prject directry. 4. Fr IntelliJ IDEA integratin: a. Run IntelliJ IDEA 13+ and install CUBA Framewrk Integratin plugin, frm the plugin repsitry: File > Settings > Plugins > Brwse Repsitries. 5. Fr Eclipse integratin: a. Run Eclipse 4.3+, pen Help > Install New Sftware, add repsitry and install the CUBA Plugin. b. In the CUBA sectin f the Windw > Preferences menu, check Studi Integratin Enabled, and click OK. Please nte that IDE: n prt label has appeared in the bttm left crner f the Studi. Nw the crrespnding surce cde files will be pened in IDE when yu click IDE buttns in the Studi. 3. Quick Start This sectin describes the prcess f creating an applicatin using CUBA Studi. Similar infrmatin is prvided in the vides available at Make sure that the necessary sftware is already installed and set up n yur cmputer, see Installatin and Setup. Key stages f ur applicatin develpment: 1. Data mdel develpment including creatin f entities describing applicatin dmain and crrespnding database tables. 2. Develpment f the user interface screens enabling t create, view, update and delete data mdel entities Applicatin Details The applicatin shuld maintain infrmatin abut the custmers and their rders. A custmer has the fllwing attributes: Name Order attributes: Ownership by a custmer Date Amunt The applicatin UI shuld cntain:

6 Custmers brwser screen; Custmer editr screen, cntaining as well the list f this custmer s rders; General rders brwser screen; Order editr screen. The applicatin shuld supprt user interface in English and Russian Creating a Prject 1. Start CUBA Studi and pen its web interface (See CUBA Studi Installatin). 2. Click Create new. 3. Specify the name f the new prject in the Prject name field f the New prject windw fr example, sales. The name shuld cntain nly Latin letters, numbers and underscres. Think carefully n the prject name at this stage, as changing it later n will require cmplex manual interventin. 4. The fllwing fields belw will be autmatically ppulated: Prject path the path t the new prject directry. Yu can select the directry manually by clicking the buttn next t the field. The Select flder windw will appear with the list f flders n yur hard drive. Yu can select ne f thse, r create a new directry by clicking the + buttn. Prject namespace the namespace which will be used as a prefix fr entity names and database tables. The namespace can cnsist f Latin letters nly and shuld be as shrt as pssible. Fr example, if the prject name is sales_2, the namespace can be sales r sal. Rt package the rt package f Java classes. It can be adjusted later, but the classes generated at prject creatin will nt be mved. Base prjects versin the platfrm versin used in the prject. The platfrm artifacts will be autmatically dwnladed frm the repsitry n prject build. 5. Click OK. Empty prject will be created in the specified sales directry and the main Studi windw will pen. 6. Assemble the prject: select ptin Build > Assemble prject in the Studi main menu. At this stage all required libraries will be dwnladed and prject artifacts will be assembled in build subdirectries f the mdules. 7. Create the database n the lcal HyperSQL server: select ptin Run > Create database in the menu. The database name is the same as prject namespace by default. 8. Select Run > Deply menu ptin. Tmcat server with the deplyed applicatin will be installed in the prject build subdirectry. 9. Select Run > Start applicatin server ptin. The link next t the Web applicatin captin in the status panel will becme available in a few secnds s yu will be able t pen the applicatin directly frm Studi. The username and passwrd are admin / admin. The running applicatin cntains tw main menu items (Administratin and Help), as well as security and administratin subsystems functinality Creating Entities

7 Let us create the Custmer entity class. G t the Entities tab in the navigatin sectin and click New entity. The New entity dialg windw will appear. Enter the name f the entity class Custmer in the Class name field. Click OK. The entity designer page will be displayed in the wrkspace.

8 The entity name and the database table name will be autmatically generated in the Name and the Table fields respectively. Leave the existing value StandardEntity - in the Parent class field. Leave the Inheritance strategy field blank. Click buttn next t the Name t pen the Lcalized message windw. Specify lcalizatin fr the entity name fr the available languages in it. Next, let us create entity attributes. T d this, click the New buttn belw the Attributes table. Create attribute windw will appear. Enter the name f the entity attribute name, in the Name field. Select DATATYPE value in the Attribute type list, specify String attribute type in the Type field and then set the length f the text attribute t 100 characters in the Length field. Check the Mandatry bx. The name f the database table clumn will be autmatically generated in the Clumn field.

9 Nw click buttn next t the attribute name t pen the Lcalized message windw. Lcalize the attribute name in the available languages. Click Add t add the attribute. attribute is created in the same way but the value in Length field shuld be set t 50. After creating the attributes, g t the Instance name tab in the entity designer t specify Name pattern. Select the name attribute in the Available attributes list and mve it t the Name pattern attributes list by clicking the buttn with the right arrw n it.

10 Custmer entity creatin is nw cmplete. Click OK in the tp panel t save the changes and clse the page. Let us create the Order entity. Click New entity ptin n the Entities tab. Enter the Class name Order. The entity shuld have the fllwing attributes: Name custmer, Attribute type ASSOCIATION, Type Custmer, Cardinality MANY_TO_ONE. Name date, Attribute type DATATYPE, Type Date. Check Mandatry bx fr date attribute. Name amunt, Attribute type DATATYPE, Type BigDecimal. Specify lcalized captin fr each f the attributes by clicking the buttn next t the attribute name Creating Database Tables It is sufficient t click Generate DB scripts buttn in Entities tab n the navigatin panel t create database tables. After that, Database scripts page will pen. Bth incremental DB update scripts frm the current state (Update scripts) and initial DB creatin scripts (Init tables, Init cnstraints, Init data) will be generated n this page.

11 Click Save and clse buttn t save the generated scripts. T run update scripts, stp the running applicatin using the Run > Stp applicatin server cmmand, then select Run > Update database Creating User Interface Screens Nw we will create screens fr custmers and rders data management Screens fr Custmer Select Custmer entity in the Entities tab n the navigatin panel t create standard screens fr viewing and editing Custmers. Click Create standard screens link at the bttm f the sectin. After that, Create standard screens page will appear.

12 All fields in this dialg are already ppulated with default values, there is n need t change them. Click the Create buttn. custmer-edit.xml and custmer-brwse.xml items will appear in GUI Mdule n Screens tab f the navigatin panel. Yu can specify lcalized captins fr the screens. Fr this, select a screen and click Edit t pen the screen designer page. G t the Prperties tab. Click the [] buttn next t the Captin field and specify screen names in different lcales. Alternatively, yu can pen messages.prperties item lcated in the screens package and edit brwsecaptin and editcaptin messages fr available lcales Order Screens Order entity has the fllwing distinctin: since ne f the attributes is the Order.custmer reference attribute, yu shuld define a view including this attribute (standard _lcal view des nt include reference attributes).

13 G t the Entities tab n the navigatin panel, select the Order entity and click the New view buttn. View designer page will pen. Enter rderwithcustmer as the view name, click n custmer attribute and select _minimal view fr the Custmer entity in the panel n the right. Click OK in the tp panel. After that, select the Order entity and click Create standard screens. Select rderwithcustmer in the View fields in bth brwser and editr panels f the Create standard screens page and click Create.

14 rder-edit.xml and rder-brwse.xml items will appear in the GUI Mdule n the Screens tab f the navigatin panel. Yu can specify lcalized captins fr the Order screens as described abve fr the Custmer screens Applicatin Menu At the mment f their creatin, the screens were added t the applicatin menu item f the default applicatin menu. Let us rename it. Switch t the Main menu tab n the navigatin panel and click Edit. The Menu designer page will pen. Select the applicatin menu item t edit its prperties. Enter the new value f the menu identifier shp in the Id field, then click the Captin edit buttn and set lcalized names f the menu item.

15 After editing the menu, click OK in the tp panel Custmer Editr With a List f Orders D the fllwing t display the list f Orders in the Custmers edit screen: G t the Screens tab n the navigatin panel. Chse custmer-edit.xml screen and click Edit. G t the Datasurces tab n the screen designer page and click New. Select the newly created data surce in the list. Its attributes will appear in the right part f the page. Specify cllectindatasurce in the Type field. In Id field enter the data surce identifier rdersds. Select cm.sample.sales.entity.order entity in the Entity list. Select _lcal view in the View list. Enter the fllwing query in the Query field: select frm sales$order where.custmer.id = :ds$custmerds rder by.date The query cntains rders selectin criterin with ds$custmerds parameter. The parameter value named like ds${datasurce_name} will cntain id f the entity selected in datasurce_name datasurce at the mment, in this case it is the id f the Custmer being edited.

16 Click Apply t save the changes. Next g t the Layut tab in the screen designer and find the Label cmpnent in the cmpnents palette. Drag this cmpnent t the screen cmpnents hierarchy panel and place it between fieldgrup and windwactins. G t the Prperties tab in the prperties panel. Enter msg://rders in the value field. Click the in available languages. buttn next t the value field and define label values

17 Tip If the applicatin is nt intended t be used in multiple languages, the value in the value field can be entered straight in the required language. Drag Table frm the cmpnents palette t cmpnents hierarchy panel and place it between label and windwactins. Select this cmpnent in the hierarchy and specify table size in prperties n the Layut tab: set 100% in the width field and 200px in the height field. G t the Prperties tab. Set rderstable value as id, chse rderds frm the list f available datasurces.

18 Click OK in the tp panel t save the changes in the screen Running the Applicatin Nw let us see hw the created screens lk in the actual applicatin. Select Run > Restart applicatin server. Lg in selecting English language in the lgin windw. Open the Sales > Custmers menu item:

19 Figure 1. The Custmers brwser Click Create: Open the Sales > Orders menu item: Figure 2. The Custmer editr screen

20 Figure 3. The Orders brwser Click Create: Figure 4. The Order editr

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

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

More information

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

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

CROWNPEAK DESKTOP CONNECTION (CDC) INSTALLATION GUIDE VERSION 2.0

CROWNPEAK DESKTOP CONNECTION (CDC) INSTALLATION GUIDE VERSION 2.0 TECHNICAL DOCUMENTATION CROWNPEAK DESKTOP CONNECTION (CDC) INSTALLATION GUIDE VERSION 2.0 AUGUST 2012 2012 CrwnPeak Technlgy, Inc. All rights reserved. N part f this dcument may be reprduced r transmitted

More information

BMC Remedyforce Integration with Bomgar Remote Support

BMC Remedyforce Integration with Bomgar Remote Support BMC Remedyfrce Integratin with Bmgar Remte Supprt 2017 Bmgar Crpratin. All rights reserved wrldwide. BOMGAR and the BOMGAR lg are trademarks f Bmgar Crpratin; ther trademarks shwn are the prperty f their

More information

Enabling Your Personal Web Page on the SacLink

Enabling Your Personal Web Page on the SacLink 53 Enabling Yur Persnal Web Page n the SacLink *Yu need t enable yur persnal web page nly ONCE. It will be available t yu until yu graduate frm CSUS. T enable yur Persnal Web Page, fllw the steps given

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

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

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

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

Quick Installation Guide

Quick Installation Guide Oracle Strategic Operatinal Planning Release 3.5.1 Quick Installatin Guide Quick Installatin Guide This file cntains the fllwing sectins: Purpse... 1 System Requirements... 1 Server Cnfiguratin... 1 Client

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

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

Upgrade Guide. Medtech Evolution Specialist. Version 1.11 Build (October 2018)

Upgrade Guide. Medtech Evolution Specialist. Version 1.11 Build (October 2018) Upgrade Guide Medtech Evlutin Specialist Versin 1.11 Build 1.11.0.4 (Octber 2018) These instructins cntain imprtant infrmatin fr all Medtech Evlutin users and IT Supprt persnnel. We suggest that these

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

Installing Photran with Eclipse (MinGW or Cygwin)

Installing Photran with Eclipse (MinGW or Cygwin) Installing Phtran with Eclipse (MinGW r Cygwin) Phtran is an integrated develpment envirnment (IDE) and refactring tl fr Frtran. Phtran is a cmpnent f Eclipse, an pen-surce develpment platfrm fr building,

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

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

Manual for installation and usage of the module Secure-Connect

Manual for installation and usage of the module Secure-Connect Mdule Secure-Cnnect Manual fr installatin and usage f the mdule Secure-Cnnect Page 1 / 1 5 Table f Cntents 1)Cntents f the package...3 2)Features f the mdule...4 3)Installatin f the mdule...5 Step 1: Installatin

More information

Universal CMDB. Software Version: Backup and Recovery Guide

Universal CMDB. Software Version: Backup and Recovery Guide Universal CMDB Sftware Versin: 10.32 Backup and Recvery Guide Dcument Release Date: April 2017 Sftware Release Date: April 2017 Backup and Recvery Guide Legal Ntices Warranty The nly warranties fr Hewlett

More information

Upgrade Guide. Medtech Evolution General Practice. Version 1.9 Build (March 2018)

Upgrade Guide. Medtech Evolution General Practice. Version 1.9 Build (March 2018) Upgrade Guide Medtech Evlutin General Practice Versin 1.9 Build 1.9.0.312 (March 2018) These instructins cntain imprtant infrmatin fr all Medtech Evlutin users and IT Supprt persnnel. We suggest that these

More information

I - EDocman Installation EDocman component EDocman Categories module EDocman Documents Module...2

I - EDocman Installation EDocman component EDocman Categories module EDocman Documents Module...2 I - EDcman Installatin...2 1 - EDcman cmpnent...2 2 - EDcman Categries mdule...2 3 - EDcman Dcuments Mdule...2 4 - EDcman Search Plugin...3 5 - SH404 SEF plugin...3 II - Using EDcman extensin...3 I - EDcman

More information

Configure Data Source for Automatic Import from CMDB

Configure Data Source for Automatic Import from CMDB AvailabilityGuard TM Cnfigure Data Surce fr Autmatic Imprt frm CMDB AvailabilityGuard allws yu t cnfigure business entities (such as services, divisins, and applicatins) and assign hsts, databases, and

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

USER GUIDE. Thanks for purchasing the igate! You ll need to follow these five Configuration Steps to get your igate up and running:

USER GUIDE. Thanks for purchasing the igate! You ll need to follow these five Configuration Steps to get your igate up and running: USER GUIDE Thanks fr purchasing the igate! Yu ll need t fllw these five Cnfiguratin Steps t get yur igate up and running: 1. Cnfigure Yur Hardware 2. Cnfigure Yur Cmputer 3. Cnfigure Yur Internet Cnnectin

More information

Municode Website Instructions

Municode Website Instructions Municde Website instructins Municde Website Instructins The new and imprved Municde site allws yu t navigate t, print, save, e-mail and link t desired sectins f the Online Cde f Ordinances with greater

More information

Qlik Sense Mobile February 2018 (version 1.3.1) release notes

Qlik Sense Mobile February 2018 (version 1.3.1) release notes Release Ntes Qlik Sense Mbile February 2018 (versin 1.3.1) release ntes qlik.cm Table f Cntents Overview 3 What s new in Qlik Sense Mbile February 2018? 3 Cmpatibility 3 Bug fixes 4 Qlik Sense Mbile February

More information

TECHNICAL REQUIREMENTS

TECHNICAL REQUIREMENTS TECHNICAL REQUIREMENTS Table f Cntent PLATFORMS... 2 CONNECTION SPEED... 2 SUPPORTED BROWSERS... 2 ARMENIAN LANGUAGE SUPPORT... 2 Windws XP... 2 Windws Vista... 3 Windws 7... 4 Windws 8... 5 MAC OS...

More information

File Share Navigator Online

File Share Navigator Online File Share Navigatr Online User Guide Service Pack 7 Issued September 2017 Table f Cntents What s New in this Guide... 4 Abut File Share Navigatr Online... 5 Cmpnents f File Share Navigatr Online... 5

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

Launching Xacta 360 Marketplace AMI Guide June 2017

Launching Xacta 360 Marketplace AMI Guide June 2017 Launching Xacta 360 Marketplace AMI Guide June 2017 Tels Crpratin 2017. All rights reserved. U.S. patents Ns. 6,901,346; 6,980,927; 6,983,221; 6,993,448; and 7,380,270. Xacta is a registered trademark

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

Demand Forecasting. For. Microsoft Dynamics 365 for Operations. Technical Guide. Release 7.1. December 2017

Demand Forecasting. For. Microsoft Dynamics 365 for Operations. Technical Guide. Release 7.1. December 2017 Demand Frecasting Fr Micrsft Dynamics 365 fr Operatins Technical Guide Release 7.1 December 2017 2017 Farsight Slutins Limited All Rights Reserved. Prtins cpyright Business Frecast Systems, Inc. This dcument

More information

The Login Page Designer

The Login Page Designer The Lgin Page Designer A new Lgin Page tab is nw available when yu g t Site Cnfiguratin. The purpse f the Admin Lgin Page is t give fundatin staff the pprtunity t build a custm, yet simple, layut fr their

More information

Deploy Your First Cloud Foundry App to Any Cloud Foundry Service Provider

Deploy Your First Cloud Foundry App to Any Cloud Foundry Service Provider Deply Yur First Clud Fundry App t Any Clud Fundry Service Prvider cludwrkshp.rg/cludfundry Presenter: Dave Nielsen Clud Cmputing Evangelist @davenielsen May 2015 Dave Nielsen dnielsen@gmail.cm twitter.cm/davenielsen

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

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

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

HPE AppPulse Mobile. Software Version: 2.1. IT Operations Management Integration Guide

HPE AppPulse Mobile. Software Version: 2.1. IT Operations Management Integration Guide HPE AppPulse Mbile Sftware Versin: 2.1 IT Operatins Management Integratin Guide Dcument Release Date: Nvember 2015 Cntents Overview: The IT Operatins Management Integratin 3 System Requirements 3 Hw t

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

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

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

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

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

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

Form Filing Instructions

Form Filing Instructions Frm Filing Instructins Subscribers creating nline frms fr the first time must cnfirm/set parameters n their cmputer. Refer t the Technical Setup Instructins at the end f this dcument befre cntinuing with

More information

Advanced and Customized Net Conference Powered by Cisco WebEx Technology

Advanced and Customized Net Conference Powered by Cisco WebEx Technology User Guide: Advanced and Custmized Net Cnference Pwered by Cisc WebEx Technlgy Prductivity Tls USER GUIDE Verizn Net Cnferencing h l M ti C t Advanced and Custmized Net Cnference Pwered by Cisc WebEx Technlgy

More information

HP Universal CMDB. Software Version: Backup and Recovery Guide

HP Universal CMDB. Software Version: Backup and Recovery Guide HP Universal CMDB Sftware Versin: 10.21 Backup and Recvery Guide Dcument Release Date: July 2015 Sftware Release Date: July 2015 Backup and Recvery Guide Legal Ntices Warranty The nly warranties fr HP

More information

WorldShip PRE-INSTALLATION INSTRUCTIONS: INSTALLATION INSTRUCTIONS: Window (if available) Install on a Single or Workgroup Workstation

WorldShip PRE-INSTALLATION INSTRUCTIONS: INSTALLATION INSTRUCTIONS: Window (if available) Install on a Single or Workgroup Workstation PRE-INSTALLATION INSTRUCTIONS: This dcument discusses using the WrldShip DVD t install WrldShip. Yu can als install WrldShip frm the Web. G t the fllwing Web page and click the apprpriate dwnlad link:

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

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

OO Shell for Authoring (OOSHA) User Guide

OO Shell for Authoring (OOSHA) User Guide Operatins Orchestratin Sftware Versin: 10.70 Windws and Linux Operating Systems OO Shell fr Authring (OOSHA) User Guide Dcument Release Date: Nvember 2016 Sftware Release Date: Nvember 2016 Legal Ntices

More information

Installing and using QGIS

Installing and using QGIS Land Accunting Exercise Part 1 Installing QGIS 1 Installing and using QGIS Reginal Expert Wrkshp n Land Accunting, UNESCAP, 09-2017 UNESCAP - Reginal Expert Wrkshp n Land Accunting, Bangkk, Thailand, Sep.

More information

Tips For Customising Configuration Wizards

Tips For Customising Configuration Wizards Tips Fr Custmising Cnfiguratin Wizards ver 2010-06-22 Cntents Overview... 2 Requirements... 2 Applicatins... 2 WinSCP and Putty... 2 Adding A Service T An Existing Wizard... 3 Gal... 3 Backup Original

More information

CLIC ADMIN USER S GUIDE

CLIC ADMIN USER S GUIDE With CLiC (Classrm In Cntext), teaching and classrm instructin becmes interactive, persnalized, and fcused. This digital-based curriculum, designed by Gale, is flexible allwing teachers t make their classrm

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

This document lists hardware and software requirements for Connected Backup

This document lists hardware and software requirements for Connected Backup HPE Cnnected Backup Versin 8.8.6.1 Matrix Revisin 0 This dcument lists hardware and sftware requirements fr Cnnected Backup 8.8.6.1. Data Center This sectin lists the installatin requirements fr the Cnnected

More information

Repstor custodian. On Premise Pre-Requisites. Document Version 1.1 January 2017

Repstor custodian. On Premise Pre-Requisites. Document Version 1.1 January 2017 Repstr custdian On Premise Pre-Requisites Dcument Versin 1.1 January 2017 Intrductin This dcument utlines the pre-requisites fr installatin f the Repstr custdian server cmpnents. There are tw main parts;

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

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

Firmware Upgrade Wizard v A Technical Guide

Firmware Upgrade Wizard v A Technical Guide Firmware Upgrade Wizard v4.1.1 A Technical Guide Nvember 2015 Intrductin The Firmware Upgrade Wizard prvides the fllwing features: It supprts upgrading the firmware n designated devices, see Supprted devices.

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

FollowMe. FollowMe. Q-Server Quick Integration Guide. Revision: 5.4 Date: 11 th June Page 1 of 26

FollowMe. FollowMe. Q-Server Quick Integration Guide. Revision: 5.4 Date: 11 th June Page 1 of 26 Q-Server Quick Integratin Guide Revisin: 5.4 Date: 11 th June 2009 Page 1 f 26 Cpyright, Disclaimer and Trademarks Cpyright Cpyright 1997-2009 Ringdale UK Ltd. All rights reserved. N part f this publicatin

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

161 Forbes Road Braintree MA Phone: (781) Fax: (781) What's in it? Key Survey & Extreme Form

161 Forbes Road Braintree MA Phone: (781) Fax: (781) What's in it? Key Survey & Extreme Form 161 Frbes Rad Braintree MA 02184 Phne: (781) 849 8118 Fax: (781) 849 8133 WWW.WORLDAPP.COM 8.0 What's in it? Key Survey & Extreme Frm CONTENTS Cntact Manager... 3 Participant Prtal... 3 Reprting Imprvements...

More information

Renewal Reminder. User Guide. Copyright 2009 Data Springs Inc. All rights reserved.

Renewal Reminder. User Guide. Copyright 2009 Data Springs Inc. All rights reserved. Renewal Reminder User Guide Cpyright 2009 Data Springs Inc. All rights reserved. Renewal Reminder 2.5 User Guide Table f cntents: 1 INTRODUCTION...3 2 INSTALLATION PROCEDURE...4 3 ADDING RENEWAL REMINDER

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

Mission Antyodaya Android Mobile & Web Application. Frequently Asked Questions

Mission Antyodaya Android Mobile & Web Application. Frequently Asked Questions Missin Antydaya Andrid Mbile & Web Applicatin Frequently Asked Questins Natinal Infrmatics Centre v1.0 Missin Antydaya Mbile & Web Applicatin 1 Intrductin What is the name f Mbile applicatin? Earlier it

More information

Product Documentation. New Features Guide. Version 8.7.5/XE6

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

More information

Log in with your WUSTL Key and password If you have forgotten your WUSTL Key or password, see

Log in with your WUSTL Key and password If you have forgotten your WUSTL Key or password, see Student Help Manual fr CrnerstneCnnect Accmmdate Accessing Accmmdate G t URL https://crnerstne.wustl.edu/crnerstnecnnect.aspx Click the link at tp right fr Accmmdate Lg in with yur WUSTL Key and passwrd

More information

User Guide. Document Version: 1.0. Solution Version:

User Guide. Document Version: 1.0. Solution Version: User Guide Dcument Versin: 1.0 Slutin Versin: 365.082017.3.1 Table f Cntents Prduct Overview... 3 Hw t Install and Activate Custmer Satisfactin Survey Slutin?... 4 Security Rles in Custmer Satisfactin

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

DC Remote Control Installation and Configuration Guide. Version 1.2

DC Remote Control Installation and Configuration Guide. Version 1.2 DC Remte Cntrl Installatin and Cnfiguratin Guide Versin 1.2 What des the applicatin d? The DminCmms Remte Cntrl applicatin allws the bulk re-cnfiguratin f Cisc IP Telephnes as if the user was present directly

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

Arius 3.0. Release Notes and Installation Instructions. Milliman, Inc Peachtree Road, NE Suite 1900 Atlanta, GA USA

Arius 3.0. Release Notes and Installation Instructions. Milliman, Inc Peachtree Road, NE Suite 1900 Atlanta, GA USA Release Ntes and Installatin Instructins Milliman, Inc. 3424 Peachtree Rad, NE Suite 1900 Atlanta, GA 30326 USA Tel +1 800 404 2276 Fax +1 404 237 6984 actuarialsftware.cm 1. Release ntes Release 3.0 adds

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

Trimble Survey GNSS Firmware Version 4.81 (July 2013)

Trimble Survey GNSS Firmware Version 4.81 (July 2013) Handheld Integrated Mdular RELEASE NOTES TRIMBLE SURVEY GNSS FIRMWARE Trimble Survey GNSS Firmware Versin 4.81 (July 2013) Requirements This firmware versin includes imprvements t the Survey Receiver firmware.

More information

Transferring a BERNINA V8 software license

Transferring a BERNINA V8 software license Transferring a BERNINA V8 sftware license Intrductin Yu can use the RUS utility (Remte Update System) t transfer a Bernina V8 sftware license frm ne cmputer (the surce cmputer) t anther (the recipient

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

Guide for Referees 2018

Guide for Referees 2018 Guide fr Referees 2018 This dcument is prvided t assist yu in submitting a Referee s reference fr applicatins under the 2018 Gvernment f Ireland Pstdctral Fellwship Scheme. The deadline fr submitting yur

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

Readme for Advanced Road Design V14.01

Readme for Advanced Road Design V14.01 Readme fr Advanced Rad Design V14.01 This readme cntains imprtant infrmatin regarding the installatin and use f Advanced Rad Design versins as described abve. This versin f Advanced Rad Design is available

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

MyUni Adding Content. Date: 29 May 2014 TRIM Reference: D2013/ Version: 1

MyUni Adding Content. Date: 29 May 2014 TRIM Reference: D2013/ Version: 1 Adding Cntent MyUni... 2 Cntent Areas... 2 Curse Design... 2 Sample Curse Design... 2 Build cntent by creating a flder... 3 Build cntent by creating an item... 4 Cpy r mve cntent in MyUni... 5 Manage files

More information

Click Studios. Passwordstate. RSA SecurID Configuration

Click Studios. Passwordstate. RSA SecurID Configuration Passwrdstate RSA SecurID Cnfiguratin This dcument and the infrmatin cntrlled therein is the prperty f Click Studis. It must nt be reprduced in whle/part, r therwise disclsed, withut prir cnsent in writing

More information

Enterprise Installation

Enterprise Installation Enterprise Installatin Mnnit Crpratin Versin 3.6.0.0 Cntents Prerequisites... 3 Web Server... 3 SQL Server... 3 Installatin... 4 Activatin Key... 4 Dwnlad... 4 Cnfiguratin Wizard... 4 Activatin... 4 Create

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

CodeSlice. o Software Requirements. o Features. View CodeSlice Live Documentation

CodeSlice. o Software Requirements. o Features. View CodeSlice Live Documentation CdeSlice View CdeSlice Live Dcumentatin Scripting is ne f the mst pwerful extensibility features in SSIS, allwing develpers the ability t extend the native functinality within SSIS t accmmdate their specific

More information

PAY EQUITY HEARINGS TRIBUNAL. Filing Guide. A Guide to Preparing and Filing Forms and Submissions with the Pay Equity Hearings Tribunal

PAY EQUITY HEARINGS TRIBUNAL. Filing Guide. A Guide to Preparing and Filing Forms and Submissions with the Pay Equity Hearings Tribunal PAY EQUITY HEARINGS TRIBUNAL Filing Guide A Guide t Preparing and Filing Frms and Submissins with the Pay Equity Hearings Tribunal This Filing Guide prvides general infrmatin nly and shuld nt be taken

More information

Installing AX Server with PostgreSQL

Installing AX Server with PostgreSQL Installing AX Server with PstgreSQL Versin: 6.5 Published: Friday, September 1, 2017 ACL Services Ltd. 2017 Table f cntents Table f cntents Table f cntents 3 Intrductin 7 Intended audience 7 Pre-installatin

More information

Kaltura MediaSpace Installation and Upgrade Guide. Version: 5.0

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

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

IBM SPSS Interviewer Setting up Data Entry Supervisor machines for Synchronization

IBM SPSS Interviewer Setting up Data Entry Supervisor machines for Synchronization IBM SPSS Interviewer 6.0.1 Setting up Data Entry Supervisr machines fr Synchrnizatin V e r s i n 1. 1 P a g e 1 Table f Cntents 1 Overview... 3 2 Create Data Entry Supervisr s ISA (aka DimensinNet) User

More information

Able2Extract Server 3.0. User Guide

Able2Extract Server 3.0. User Guide 3.0 User Guide TABLE OF CONTENTS: 1 INTRODUCTION... 5 1.1 System Requirements... 5 2 BEFORE INSTALLING ABLE2EXTRACT SERVER... 6 2.1 Required Sftware Updates... 6 2.2 Additinal Requirements fr Windws Vista...

More information

INTELLISNAP. TECHNOLOGY QUICK START GUIDE Pure Storage FlashArray. Publish Date: July 30, 2015 Distribution: Public Author: Jonathan Howard

INTELLISNAP. TECHNOLOGY QUICK START GUIDE Pure Storage FlashArray. Publish Date: July 30, 2015 Distribution: Public Author: Jonathan Howard INTELLISNAP TECHNOLOGY QUICK START GUIDE Pure Strage FlashArray Publish Date: July 30, 2015 Distributin: Public Authr: Jnathan Hward Quick Start Guide This quick start guide is intended t launch users

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

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

Oracle Universal Records Management Oracle Universal Records Manager Adapter for Documentum Installation Guide

Oracle Universal Records Management Oracle Universal Records Manager Adapter for Documentum Installation Guide Oracle Universal Recrds Management Oracle Universal Recrds Manager Adapter fr Dcumentum Installatin Guide December 2009 Universal Recrds Manager Adapter fr Dcumentum Installatin Guide, Cpyright 2009, Oracle.

More information

WebEx Web Conferencing Quick Start Guide

WebEx Web Conferencing Quick Start Guide WebEx Web Cnferencing Quick Start Guide WebEx allws the curse instructr and participants t cnnect using web cnferencing and VIP using yur cmputer r smart device. WebEx's allws yu t share cntent, chat,

More information