CLI USER MANUAL. Made by Neit Consulting, s.r.o. Date of last update: Version: 2.0

Size: px
Start display at page:

Download "CLI USER MANUAL. Made by Neit Consulting, s.r.o. Date of last update: Version: 2.0"

Transcription

1 CLI USER MANUAL Made by Neit Cnsulting, s.r.. Date f last update: Versin: 2.0

2 Neit Cnsulting s.r.. Washingtnva 1624/5, Praha 1, Czech Republic Summary A. Preface... 3 A.1. Pre-installatin requirements... 3 A.2. Installatin... 3 B. CLI usage... 5 C. Return cdes Neit Cnsulting s.r.., Washingtnva 1624/5, Praha 1 IČ: , DIČ: CZ , registrvaná u OR vedenéh Městským sudem v Praze, ddíl C, vlžka Strana 2

3 Neit Cnsulting s.r.. Washingtnva 1624/5, Praha 1, Czech Republic A. Preface Manual serves as a guideline fr wrking with the client CLI that enables prcess data fr archiving. The CLI client is cntrlled frm the cmmand line t allw its batch and autmated prcessing and must be installed n each cmputer frm which the data will be archived. We designate such a cmputer as a Client Statin. The CLI client is written in Java 8 and is fully cmpatible with massively used systems. The CLI client can back up any files and flders, cnnect t the database, and exprt the data t a CSV file that is then prcessed as a regular file using a user-defined query. Currently supprted databases are Oracle, MSSQL, MySQL, PstgreSQL. Yu can use recursive prcessing f all subflders when prcessing flders. In data prcessing, CLI client data can als be cmpressed. Fr the CLI client t prcess the data, it needs a cnfiguratin file called the "FTD prperty file", with the FTD abbreviatin "File type definitin", the Czech translatin is "Definice Typu Subru". This file cntains all settings fr the crrect prcessing f archived data. The CLI client can dwnlad and validate these files frm the Neit Metadata server. In the case f a malfunctin, the CLI client can send an errr mail t a predetermined , such as an administratr. Each client statin must be registered with Neit Metadata Server, which is implemented using IP Addresses. Cmmunicatin between the CLI client and the Neit Metadata server is secured by SSL encryptin with RSA certificates. A.1. Pre-installatin requirements Oracle Java 1.8 a higher, JRE versin als wrks Optimal allcated memry RAM: 256MB (default) A.2. Installatin - Uplad the CLI client flder t the client statin. - There are certificates fr encryptin in the CLI flder. There are default, which can be replaced by the custm yu create. A brief prcedure fr creating custm certificates fr CLI: Private KeyStre (cakeystre.jks) fr keypair backup, nt nly fr CLI, but als fr Master a Slave Servers. Own Keystre (cskeystre.jks) Own TrustStre (cstruststre.jks) must cntain certificate signed by certificatin authrity. Neit Cnsulting s.r.., Washingtnva 1624/5, Praha 1 IČ: , DIČ: CZ , registrvaná u OR vedenéh Městským sudem v Praze, ddíl C, vlžka Strana 3

4 Neit Cnsulting s.r.. Washingtnva 1624/5, Praha 1, Czech Republic Generate self-signed RSA keypair (client_priv_publ_self-signed.p12) t private KeyStre. Afterwards exprt keypair fr anther imprt Imprt keypair t KeyStre (cskeystre.jks) Exprt X.509 public certificate (client_publ_self-signed.cer) frm keypair -> then imprt t TrustStre (cstruststre.jks) While creating custm certificates, it is necessary t change cnfiguratin in file tmcatusers.xml. - Cntent f cnfiguratin file (cnfig.prperties) is used fr client cnfiguratin. Fr example, this cnfiguratin file includes default settings fr maximum uplad times and attempts, which are recmmended nt t change if yur needs are nt different. Fr prper CLI functinality, the fllwing items must be set: mtdurl Neit Metadata server address dwnladtimeut defines timeut and waiting time fr server respnse, default value = 7200 upladcnfirmatintimeut defines waiting time t cnfirm successful uplad t Clud, default value = 7200 dwnladwaittime waiting time fr server a message abut dwnlad success, default value = 20 upladwaittime waiting time fr a message frm server abut uplad success, default value = 20 maxdwnladattempts maximal number f attempts t dwnlad, default value = 3 maxupladattempts maximal number f attempts t uplad, default value = 3 keypass passwrd fr key decryptin ladkeystrefrmresurces, ladtruststrefrmresurces If true, this is a cnfirmatin that the CLI shuld retrieve certificates frm the internal resurce, and the items listed belw will remain blank. If false is set, items must be set. These are external paths t certificates and passwrds t them. keystrepath, truststrepath path t keystre, truststre, if ladfrmresurces is false keystrepass, truststrepass passwrd t keystre, truststre - The cnfiguratin file "sql.prperties" is used t cnfigure t wrk with databases and need t fill it nly if yu want t prcess data directly frm the database. In this case, yu need t fill in the type and address f the database, the prt n which it is running, the database name, the user, the passwrd, and the end f the SQL query that will be used t exprt the data frm the Neit Cnsulting s.r.., Washingtnva 1624/5, Praha 1 IČ: , DIČ: CZ , registrvaná u OR vedenéh Městským sudem v Praze, ddíl C, vlžka Strana 4

5 Neit Cnsulting s.r.. Washingtnva 1624/5, Praha 1, Czech Republic database. Yu can use system variables t parameterize the SQL query. E.g.: - Set sys_ftd_id=6 - db.sqlquery = SELECT * FROM filecs INNER JOIN filetypedef ON filecs.ftd_id = %sys_ftd_id%cli usage As has been said, the IP address f the client statin must be registered and enabled n the Neit Metadata server. The registratin request can be dne by simply executing the cmmand "java -jar cs.jar -g lg". This peratin fails, but yu tell the server that they are trying t cnnect t an address they d nt knw and the server adds them between the IP addresses pending apprval. Once yur IP address is apprved by yur system administratr, yu can start wrking nrmally. In practice, it may lk like this: After adding yur address t the server, it is recmmended that yu run help, which will make it easy fr yu t wrk with the client at first. Fr each parameter, examples are given fr its use. Cmmand java -jar cs.jar -h -g / --getdf: Dwnlad the apprpriate definitin file type by its name (write withut extensin.cfg!). -a / --alldf: Dwnlad all definitin file types frm the server. -s / --save: Defines the final path where the files r file are t be stred. -c / --defcfg: The path t the definitin file when uplading t the server. -u / --upf: File r flder fr uplad t server. -r / --recurs: Parameter fr uplad, recursive search f flder tree structure. -z / --zip: The uplad parameter adds the files t the flder and skips it. -q / --sqlcfg: The path t the SQL cnfiguratin file. -n / --skipv: It skips checking t uplad the file t the strage. -t / --transc: Overrides the cmpressin settings during transfer. -h / --help: View help. Examples: Dwnlad all file type definitins frm server: java -jar cs.jar -a java -jar cs.jar -a -s D:\ Dwnlad the apprpriate definitin file type by its name: Neit Cnsulting s.r.., Washingtnva 1624/5, Praha 1 IČ: , DIČ: CZ , registrvaná u OR vedenéh Městským sudem v Praze, ddíl C, vlžka Strana 5

6 Neit Cnsulting s.r.. Washingtnva 1624/5, Praha 1, Czech Republic java -jar cs.jar -g lg java -jar cs.jar -g lg -s D:\ Verify that the definitin file is crrect: java -jar cs.jar -c lg.cfg java -jar cs.jar -c /etc/cs/lg.cfg Uplad files r flders java -jar cs.jar -c lg.cfg -u access.lg java -jar cs.jar -c lg.cfg -u access\lgs\ java -jar cs.jar -c D:\lg.cfg -u D:\access.lg Uplad files r flders in.zip java -jar cs.jar -c lg.cfg -z -u access\ java -jar cs.jar -c D:\lg.cfg -z -u D:\access\ Uplad files frm flder using recursive brwse java -jar cs.jar -c lg.cfg -r -u access\ java -jar cs.jar -c D:\lg.cfg -r -u D:\access\ Uplad files frm flder using recursive brwse in.zip archive java -jar cs.jar -c lg.cfg -z -r -u access\ java -jar cs.jar -c D:\lg.cfg -z -r -u D:\access\ Exprt SQL data t CSV file java -jar cs.jar -q sql.prperties -s data.csv java -jar cs.jar -q D:\sql.prperties -s D:\data.csv Exprt SQL data t CSV file and it s subsequent uplad n server By using parameter -u and path t specified file, file is nt remved frm disk after uplad. java -jar cs.jar -q sql.prperties -c lg.cfg java -jar cs.jar -q D:\sql.prperties -c D:\lg.cfg -u D:\data.csv Neit Cnsulting s.r.., Washingtnva 1624/5, Praha 1 IČ: , DIČ: CZ , registrvaná u OR vedenéh Městským sudem v Praze, ddíl C, vlžka Strana 6

7 Neit Cnsulting s.r.. Washingtnva 1624/5, Praha 1, Czech Republic File type definitin File type definitin (FTD) is stred n Neit metadata server and describes each ne grup f data defined by FTD Administratr. The FTD cntains a name, a list f extensins that can be archived by the FTD, the indexing f archived data by their extensins, the authrized IP address f the client statins fr the given FTD, the strage lcatin t be archived, the list f TAGs allwed fr the given FTD, and s n. Fr CLI client purpses, it is nly necessary t remember the name f the FTD by which we btain the "FTD prperty file" frm the Neit Metadata server. Which, as already mentined, is essential fr data prcessing. On the fllwing lines, yu will find an example f ne FTD prperty file named CSVFile.cfg. There are examples f tw tag definitins in this FTD prperty file. Tag values can be changed. The standard value fr a tag can als include a system variable, in the frm: %variable_name%. The value f the system variable s defined is added when the CLI client is started. It is therefre pssible t run the CLI client repeatedly in sequence, always changing the system variables as needed befre starting. FTD administratr can make sme tag value prescribe a regular expressin that must cmply with the value yu entered. Fr example, if FTD administratr defines a regular expressin that requires 4 digits, yu cannt enter anything else in that tag. #DO NOT CHANGE! - D nt change, it cntains the name f ftd and the extensin frmat f the requested file t be upladed t the server type=csvfile extensins=csv anyextensinallwed=false File type definitin name List f allwed extensins fr a given FTD A switch that allws yu t als uplad file with nt specified extensin in FTD. #FILE TYPE DATA SETTINGS - Define tags where individual tags representing filename filters can be edited, and the file can match data types, such as Fr text, date, r IP address. Lines beginning with "#" are infrmative nly. Example 1: #Required=true #Regex=[a-z].* The switch determines whether TAG is mandatry r nt. (True / false) Regular expressin that must fill in the value yu fill in. FTD Administratr shuld prvide yu with mre detailed infrmatin n the permitted values. Neit Cnsulting s.r.., Washingtnva 1624/5, Praha 1 IČ: , DIČ: CZ , registrvaná u OR vedenéh Městským sudem v Praze, ddíl C, vlžka Strana 7

8 Neit Cnsulting s.r.. Washingtnva 1624/5, Praha 1, Czech Republic #Descriptin=tag descriptin It is used t describe the tag. There may be infrmatin frm the FTD Administratr fr CLI users. Fr example, the allwed regular expressin values. TagDefinitinIdentifier=standard value Tag identifier, ie its name + its default value. If after = is nthing, the tag des nt have a standard value. Example 2: #Required=false #Regex=.* #Descriptin=hidden system tag NOTDESTROY= Tag is ptinal. Any number f characters crrespnds t it. Tag descriptin is hidden system tag. Tag name is NOTDESTROY and has n standard value. File type definitin dwnlad Dwnlading a FTD prperty file is a basic requirement fr further file prcessing. By default, it is dwnladed t the flder frm which the CLI client is running. Yu can use the "-s..." parameter t define a different path fr the CLI Client t be stred. The FTD prperty file can be dwnladed in tw ways. It is dwnlading nly ne specific prperty file by name r all available prperty files fr the client statin frm which the CLI client is running and save it t the "Templates" flder. File uplad T uplad the file successfully, use -u parameter, with a cmbinatin f the crrect FTD. The -u parameter can be further cmbined with the -z parameters fr archiving and -r fr the recursive behavir f the tree structure file. There are several cmbinatins f these parameters that are described here: Single file uplad uplading single file, e.g. in csv frmat Neit Cnsulting s.r.., Washingtnva 1624/5, Praha 1 IČ: , DIČ: CZ , registrvaná u OR vedenéh Městským sudem v Praze, ddíl C, vlžka Strana 8

9 Neit Cnsulting s.r.. Washingtnva 1624/5, Praha 1, Czech Republic C:\cludstrage\ut\cs_jar>java -jar cs.jar -c ftd_templates\csvfile.cfg -u C:\csv_test\utput_10K_1.csv Flder uplad The client scans the flder and uplads all the files it finds. Hwever, it des nt search fr flders. C:\cludstrage\ut\cs_jar>java -jar cs.jar -c ftd_templates\csvfile.cfg -u C:\csv_test Uplad flder recursively The client searches the flder and all f its subflders. The fund files are then upladed t the server. C:\cludstrage\ut\cs_jar>java -jar cs.jar -c ftd_templates\csvfile.cfg -r -u C:\csv_test Uplad single file in archive Uplading the archive t the server. The client cmpresses the selected file and then sends it t the server. After uplading successfully, the temprary archive is deleted n the disk. C:\cludstrage\ut\cs_jar>java -jar cs.jar -c ftd_templates\typezip.cfg -z -u C:\csv_test\utput_10K_1.csv Uplad flder in archive The client searches fr that flder and cmpresses all the files int the archive, which it then uplads t the server. After a successful uplad, the temprary archive will be deleted frm the disk. In this flder, the client des nt underg subflders. C:\cludstrage\ut\cs_jar>java -jar cs.jar -c ftd_templates\typezip.cfg -z -u C:\csv_test Uplad flder in archive recursively The client searches the flder and all its subflders. All files will be cmpressed int ne archive, which will then be upladed t the server. After uplading successfully, the temprary archive is deleted frm the disk. C:\cludstrage\ut\cs_jar>java -jar cs.jar -c ftd_templates\typezip.cfg -z -r -u C:\csv_test File type definitin validity verificatin Verifying FTD befre using it will guarantee its crrectness. Cntrl is achieved using parameter -c help nameftd.cfg. Exprt SQL data t CSV file The client als allws yu t exprt SQL data t a CSV file. Yu can als exprt directly t the server. T d this, yu must have attached database cnfiguratin infrmatin. Only -q and -s are used t select just exprt and save. After -q the path t the cnfiguratin file fr the database is written and the name f the file t exprt the Neit Cnsulting s.r.., Washingtnva 1624/5, Praha 1 IČ: , DIČ: CZ , registrvaná u OR vedenéh Městským sudem v Praze, ddíl C, vlžka Strana 9

10 Neit Cnsulting s.r.. Washingtnva 1624/5, Praha 1, Czech Republic csv file is written t -s. If yu d nt specify a path r a.csv name fr the -s parameter, the name f the saved file is generated by the database name, day and time, and then saved t the current flder. C:\cludstrage\ut\cs_jar>java -jar cs.jar -q sql.prperties -s data.csv If the file is being exprted frm the database and then upladed t the server, the -s parameter fr the lcatin is replaced by -c with the cnfig fr FTD. The file will be deleted frm the disk after it has been upladed t the server. Basically, the file is upladed t the server in.csv frmat. By adding the -z parameter, the file will be cmpressed and sent t the server in this frm. C:\cludstrage\ut\cs_jar>java -jar cs.jar -q sql.prperties -c ftd_templates\csvfile.cfg C:\cludstrage\ut\cs_jar>java -jar cs.jar -q sql.prperties -c ftd_templates\csvfile.cfg -z Using parameter -u and path t specified file, the file is nt remved frm disk after uplad. C:\cludstrage\ut\cs_jar>java -jar cs.jar -q sql.prperties -c ftd_templates\csvfile.cfg -u data.csv Neit Cnsulting s.r.., Washingtnva 1624/5, Praha 1 IČ: , DIČ: CZ , registrvaná u OR vedenéh Městským sudem v Praze, ddíl C, vlžka Strana 10

11 Neit Cnsulting s.r.. Washingtnva 1624/5, Praha 1, Czech Republic B. Return cdes Pssible return cdes when wrking with a CLI client. The CLI client returns nly the numeric cdes represented by the lnger descriptin. Fr mre infrmatin, check the CLI client lg. The fllwing return cdes are generally described in the table belw. 0 Success The requested peratin was successful. 1 Unspecified errr frm Exceptin Unexpected Applicatin Errr. Cnsider submitting feedback. 2 Cnfiguratin missing r empty errr The cnfiguratin file is empty r missing. Check CLI Client Cnfiguratin. 3 Params parse errr Failed t lad specified parameters. Check the entered parameters. 4 Unspecified params entered Unrecgnizable parameters have been entered. Check the entered parameters. 5 Invalid cmbinatin f params entered Incmpatible cmbinatins f parameters were entered. Crrect the specified parameters. 6 RestClient initializatin errr Client culd nt lad SSL cnfiguratin. Check CLI Client Cnfiguratin. 7 Cnfiguratin Master Server URL invalid r empty Unable t cnnect t Master Server URL. Check the client's CLI cnfiguratin t see if the URL is incrrect r missing. 8 KeyStre r TrustStre path nt set There are n paths fr individual SSL certificates. Set paths t SSL certificates in client CLI cnfiguratin. 9 Cnfiguratin Exceptin Errr in cnfiguratin file. Check CLI Client Cnfiguratin. 10 Definitin cnfig file required params missing r invalid Mandatry parameters are nt set in the cnfiguratin file. Check CLI Client Cnfiguratin. 11 MD5 validatin errr File uplad failed. Repeat the actin. 12 Received invalid data frm server Errr receiving data. Cnsider submitting feedback. 13 File extensin mismatch with File data extensin The file cannt be sent because its extensin is nt allwed n the server. Enable the extensin n the server r use anther FTD. Neit Cnsulting s.r.., Washingtnva 1624/5, Praha 1 IČ: , DIČ: CZ , registrvaná u OR vedenéh Městským sudem v Praze, ddíl C, vlžka Strana 11

12 Neit Cnsulting s.r.. Washingtnva 1624/5, Praha 1, Czech Republic 14 Maximum attempts reached fr jb The maximum number f attempts t transfer data has been exceeded. Check the errr messages in the lg. 15 Errr server respnse The actin did nt happen as expected. Check the errr messages in the lg, and cnsider submitting feedback. 16 Maximum waiting time reached fr jb Check the errr messages in the lg. Neit Cnsulting s.r.., Washingtnva 1624/5, Praha 1 IČ: , DIČ: CZ , registrvaná u OR vedenéh Městským sudem v Praze, ddíl C, vlžka Strana 12

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

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

Constituent Page Upgrade Utility for Blackbaud CRM

Constituent Page Upgrade Utility for Blackbaud CRM Cnstituent Page Upgrade Utility fr Blackbaud CRM In versin 4.0, we made several enhancements and added new features t cnstituent pages. We replaced the cnstituent summary with interactive summary tiles.

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

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

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

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

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

Paraben s Phone Recovery Stick

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

More information

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

Refreshing Axiom TEST with a Current Copy of Production Axiom EPM June 20, 2014

Refreshing Axiom TEST with a Current Copy of Production Axiom EPM June 20, 2014 Refreshing Axim TEST with a Current Cpy f Prductin Axim EPM June 20, 2014 Refreshing Axim TEST If yu maintain an Axim TEST envirnment yu will want t refresh it with a current cpy f yur PROD database when

More information

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

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

More information

Table of Contents. WipeDrive Enterprise Logging, March Logging Settings... 3 Log Format Types Audit Log Destination Options...

Table of Contents. WipeDrive Enterprise Logging, March Logging Settings... 3 Log Format Types Audit Log Destination Options... WipeDrive Enterprise Lgging, March 2018 Table f Cntents Lgging Settings... 3 Lg Frmat Types... 4 Plain Text Lg File Optin... 4 Extensible Markup Language (XML) Lg File Optin... 6 Cmma Delimited (CSV) Lg

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

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

Cloud Storage Migration Suite 1.1.0

Cloud Storage Migration Suite 1.1.0 Clud Strage Migratin Suite 1.1.0 User Guide Issued June 2018 Clud Strage Migratin Suite User Guide 1 Table f Cntents Abut Clud Strage Migratin Suite... 4 Overview f Basic Operatins in Clud Strage Migratin

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

Custodial Integrator. Release Notes. Version 3.11 (TLM)

Custodial Integrator. Release Notes. Version 3.11 (TLM) Custdial Integratr Release Ntes Versin 3.11 (TLM) 2018 Mrningstar. All Rights Reserved. Custdial Integratr Prduct Versin: V3.11.001 Dcument Versin: 020 Dcument Issue Date: December 14, 2018 Technical Supprt:

More information

DICOM Correction Proposal

DICOM Correction Proposal DICOM Crrectin Prpsal STATUS Final Text Date f Last Update 2014/06/25 Persn Assigned Submitter Name James Philbin Jnathan Whitby (jwhitby@vitalimages.cm) Submissin Date 2013/10/17 Crrectin Number CP-1351

More information

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

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

More information

USER MANUAL. RoomWizard Administrative Console

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

More information

TMS myclouddata SDK DEVELOPERS GUIDE

TMS myclouddata SDK DEVELOPERS GUIDE TMS mycluddata SDK TMS mycluddata SDK February 2017 Cpyright 2017 by tmssftware.cm bvba Web: http://www.tmssftware.cm Email: inf@tmssftware.cm 1 TMS mycluddata SDK Index Availability... 3 Online references...

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

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

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

SmartPass User Guide Page 1 of 50

SmartPass User Guide Page 1 of 50 SmartPass User Guide Table f Cntents Table f Cntents... 2 1. Intrductin... 3 2. Register t SmartPass... 4 2.1 Citizen/Resident registratin... 4 2.1.1 Prerequisites fr Citizen/Resident registratin... 4

More information

Create Your Own Report Connector

Create Your Own Report Connector Create Yur Own Reprt Cnnectr Last Updated: 15-December-2009. The URS Installatin Guide dcuments hw t cmpile yur wn URS Reprt Cnnectr. This dcument prvides a guide t what yu need t create in yur cnnectr

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

I. Introduction: About Firmware Files, Naming, Versions, and Formats

I. Introduction: About Firmware Files, Naming, Versions, and Formats Updating Yur CTOG 250 Cmtech Traffic Optimizatin Gateway Firmware I. Intrductin: Abut Firmware Files, Naming, Versins, and Frmats The CTOG 250 Cmtech Traffic Optimizatin Gateway and its CDM 800 Gateway

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

What's New 3. Install DocuSign for SharePoint 5. DocuSign for SharePoint Settings 11. Send Documents using DocuSign for SharePoint 23

What's New 3. Install DocuSign for SharePoint 5. DocuSign for SharePoint Settings 11. Send Documents using DocuSign for SharePoint 23 Quick Start Guide DcuSign fr SharePint On-Prem v3.1 Published: July 18, 2017 Overview DcuSign fr SharePint allws users t sign r get signatures frm any SharePint dcument library. This guide prvides infrmatin

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

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

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

Ephorus Integration Kit

Ephorus Integration Kit Ephrus Integratin Kit Authr: Rbin Hildebrand Versin: 2.0 Date: May 9, 2007 Histry Versin Authr Cmment v1.1 Remc Verhef Created. v1.2 Rbin Hildebrand Single Sign On (Remved v1.7). v1.3 Rbin Hildebrand Reprting

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

McAfee Endpoint Upgrade Assistant 2.2

McAfee Endpoint Upgrade Assistant 2.2 Release Ntes McAfee Endpint Upgrade Assistant 2.2 Fr use with eplicy Orchestratr Cntents Abut this release... 2 Release build... 2 Changes in this Release... 3 Custm Lg Lcatin... 3 EUA Envirnment Lgin

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

Copy your Course: Export and Import

Copy your Course: Export and Import Center f elearning The exprt curse feature creates a ZIP file f yur curse cntent yu will imprt t yur new curse. Exprt packages are dwnladed and imprted as cmpressed ZIP files. D nt unzip an exprt package

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

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

Avigilon Control Center Server User Guide. Version 6.4

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

More information

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

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

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

Access the site directly by navigating to in your web browser.

Access the site directly by navigating to   in your web browser. GENERAL QUESTIONS Hw d I access the nline reprting system? Yu can access the nline system in ne f tw ways. G t the IHCDA website at https://www.in.gv/myihcda/rhtc.htm and scrll dwn the page t Cmpliance

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

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

Re-Flashing Your CDM-760 Advanced High-Speed Trunking Modem

Re-Flashing Your CDM-760 Advanced High-Speed Trunking Modem Re-Flashing Yur CDM-760 Advanced High-Speed Trunking Mdem I. Intrductin: Firmware Files, Naming, Versins, and Frmats Make sure t perate the CDM-760 with its latest available firmware. Befre attempting

More information

Milestone XProtect. NVR Installer s Guide

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

More information

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

ECE 545 Project Deliverables

ECE 545 Project Deliverables Tp-level flder: _ Secnd-level flders: 1_assumptins 2_blck_diagrams 3_interface 4_ASM_charts 5_surce_cdes 6_verificatin 7_timing_analysis 8_results 9_benchmarking 10_bug_reprts

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

TechSmith Relay 5.1.5

TechSmith Relay 5.1.5 TechSmith Relay 5.1.5 WHAT END USERS NEED TO KNOW This upgrade cmes with new features that will be available t yu. Fr all f these feature t be installed n yur cmputer few steps will need t be taken. After

More information

I. Introduction: About Firmware Files, Naming, Versions, and Formats

I. Introduction: About Firmware Files, Naming, Versions, and Formats I. Intrductin: Abut Firmware Files, Naming, Versins, and Frmats The UT-4500-A Series Upcnverters and DT-4500-A Series Dwncnverters stre their firmware in flash memry, which allws the system t uplad firmware

More information

Copyrights and Trademarks

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

More information

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

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

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

FTP Imports Playbook. Version 0.91

FTP Imports Playbook. Version 0.91 Versin 0.91 2014 CrwnPeak Technlgy, Inc. All rights reserved. N part f this dcument may be reprduced r transmitted in any frm r by any means, electrnic r mechanical, including phtcpy, recrding, r any infrmatin

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

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

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

More information

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

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

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

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

SUB-USER ADMINISTRATION HELP GUIDE

SUB-USER ADMINISTRATION HELP GUIDE P a g e 1 SUB-USER ADMINISTRATION HELP GUIDE Welcme t Prsperity Bank. Any previusly created Sub-User lgin frm the F&M system befre Friday, May 16 cnverted t the Prsperity system. Once lgged n t the Prsperity

More information

Cookbook Qermid Defibrillator web service Version This document is provided to you free of charge by the. ehealth platform

Cookbook Qermid Defibrillator web service Version This document is provided to you free of charge by the. ehealth platform Ckbk Qermid Defibrillatr web service Versin 1.01 This dcument is prvided t yu free f charge by the ehealth platfrm Willebrekkaai 38 38, Quai de Willebrek 1000 BRUSSELS All are free t circulate this dcument

More information

Administrator's Guide

Administrator's Guide Sitecre CMS 5.3 t CMS 6 Database Cnversin Tl Administratr's Guide Installatin, cnfiguratin and usage guide fr Sitecre CMS administratrs. Table f Cntents Chapter 1 Intrductin... 3 1.1 Hw the Cnversin Tl

More information

How to Guide. DocAve Extender for MOSS 2007 and SPS Installing DocAve Extender and Configuring a Basic SharePoint to Cloud Extension

How to Guide. DocAve Extender for MOSS 2007 and SPS Installing DocAve Extender and Configuring a Basic SharePoint to Cloud Extension Hw t Guide DcAve Extender fr MOSS 2007 and SPS 2010 Installing DcAve Extender and Cnfiguring a Basic SharePint t Clud Extensin This dcument is intended fr anyne wishing t familiarize themselves with the

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

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

AvePoint Timeline Enterprise for Microsoft Dynamics CRM

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

More information

Properties detailed info There are a few properties in Make Barcode to set for the output of your choice.

Properties detailed info There are a few properties in Make Barcode to set for the output of your choice. Make Barcde Page 1/5 Make Barcde Descriptin Make Barcde let yu create a wide variety f different barcdes in different file frmats. Yu can add the barcde values as variable data frm metadata surces r by

More information

ONTARIO LABOUR RELATIONS BOARD. Filing Guide. A Guide to Preparing and Filing Forms and Submissions with the Ontario Labour Relations Board

ONTARIO LABOUR RELATIONS BOARD. Filing Guide. A Guide to Preparing and Filing Forms and Submissions with the Ontario Labour Relations Board ONTARIO LABOUR RELATIONS BOARD Filing Guide A Guide t Preparing and Filing Frms and Submissins with the Ontari Labur Relatins Bard This Filing Guide prvides general infrmatin nly and shuld nt be taken

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

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

Aras Innovator 11. Package Import Export Utilities

Aras Innovator 11. Package Import Export Utilities Aras Innvatr 11 Package Imprt Exprt Utilities Dcument #: 11.0.02015040601 Last Mdified: 1/4/2018 Aras Innvatr 11 Package Imprt Exprt Utilities Cpyright Infrmatin Cpyright 2018 Aras Crpratin. All Rights

More information

Using UB Stream and UBlearns

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

More information

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

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

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

More information

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

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

Apply IU Admin Center

Apply IU Admin Center Overview The (fr undergraduate applicatins) allws administrative users t view the applicatins which are in prgress and applicatins which have been submitted. Yu can search fr applicatins by last name,

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

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

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

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

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

Smart Collector Embedded Assistant User Guide

Smart Collector Embedded Assistant User Guide Smart Cllectr Embedded Assistant User Guide Sept. 16, 2010 Crprate Headquarters Cisc Systems, Inc. 170 West Tasman Drive San Jse, CA 95134-1706 USA http://www.cisc.cm Smart Cllectr Embedded Assistant User

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

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

IT Essentials (ITE v6.0) Chapter 5 Exam Answers 100% 2016

IT Essentials (ITE v6.0) Chapter 5 Exam Answers 100% 2016 IT Essentials (ITE v6.0) Chapter 5 Exam Answers 100% 2016 1. What are tw functins f an perating system? (Chse tw.) cntrlling hardware access managing applicatins text prcessing flw chart editing prgram

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

OATS Registration and User Entitlement Guide

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

More information

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

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

BlackBerry Server Installation and Upgrade Service

BlackBerry Server Installation and Upgrade Service Server and Upgrade Service Prgram Descriptin ( Install and Upgrade Service Prgram Descriptin ) NOTE: This dcument includes all attached Annexes, is prvided fr infrmatinal purpses nly, and des nt cnstitute

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

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