Ephorus Integration Kit

Size: px
Start display at page:

Download "Ephorus Integration Kit"

Transcription

1 Ephrus Integratin Kit Authr: Rbin Hildebrand Versin: 2.0 Date: May 9, 2007

2 Histry Versin Authr Cmment v1.1 Remc Verhef Created. v1.2 Rbin Hildebrand Single Sign On (Remved v1.7). v1.3 Rbin Hildebrand Reprting service extended v1.4 Rbin Hildebrand HandInService extended with PrcessType. v1.5 Rbin Hildebrand Reprting service versin added with student inf in result and including result f riginal in case f duplicate dcument. v1.6 Rbin Hildebrand Web service added fr shwing/hiding dcuments frm the Ephrus index. v1.7 Rbin Hildebrand Web service added fr retrieving riginal dcuments. v1.8 Rbin Hildebrand Reprting service versin added with sending all the prfile reprts and add extra infrmatin when duplicate. v1.9 Crnelis Richter Intrductin added. Hand-in service clarified. v2.0 Rbin Hildebrand Web service descriptin fr retrieving riginal dcuments extended. 2

3 Table f cntents Histry... 2 Table f cntents Intrductin Abbreviatins System Architecture Preparatin & hand-in cdes HandInService Ntes UpladDcument Request Respnse Supprted file types Ephrus Reprting Service v Authenticatin Encryptin Ephrus Reprting Service v Authenticatin Encryptin Ephrus Reprting Service v Authenticatin Encryptin IndexDcumentService Ntes IndexDcument Request Respnse GetOriginalDcumentService Ntes GetOriginalDcument Request Respnse Example dcument cmparisn Appendix Web Service Descriptin Language files Sample dcument cmparisn xml Sample dcument cmparisn xslt stylesheet Sample summary xslt stylesheet Sample Webservice HandInDcument Sample Webservice EphrusResults

4 1. Intrductin System Integratrs can extend their applicatin with plagiarism reprting functinality using Ephrus Cnnected. With this service they can help their custmers t prevent plagiarism. Plagiarism ccurs when a student cpies wrk frm anther student r the Internet and presents it as its wn. Ephrus Cnnected is based n the SOAP prtcl, ensuring that it can be used within any prgramming language and platfrm. This kit cntains infrmatin abut the implementatin f Ephrus Cnnected. This makes it pssible t uplad dcuments, cmpare the dcuments and retrieve the results frm any applicatin. Ephrus develped several web services in rder t prvide full functinality f the Ephrus. The Hand-in Service can be used t send dcuments t Ephrus. In rder t be able t identify the sender yu shuld use a hand-in cde, which is prvided by Ephrus. When a dcument is successfully sent t Ephrus the sender will be prvided with a unique ID (guid) f the dcument, generated by Ephrus. The Ephrus Reprting Service handles the delivery f the reprts. Ephrus will prcess the dcument and when dne a reprt will be delivered at a pre knwn lcatin fr each rganizatin. The rganizatin must have a web service, which is public available. If necessary this can be prtected by a firewall, with nly the Ephrus IP addresses allwed. Ephrus can send three different types f reprts (v1, v2 and v3). The Ephrus Reprting Service v2 is an extensin f v1 and v3 is an extensin f v2. In v2 sme extra infrmatin is sent abut the wner f the dcument, which is useful when the dcument handed-in is a duplicate dcument (if the upladed dcument is a duplicate the results f the riginal dcument will be send). In v3 three types f reprts are sent: a strict, standard and cmpliant versin. We recmmend yu use the latest versin f the Ephrus Reprting Service. Nte: it's pssible that Ephrus sends ut reprts mre then nce. Since December 27, 2006 Ephrus custmers can make use f database pls. If a dcument cntains similarities with a dcument frm anther rganizatin that is a member f the same database pl, Ephrus will reprt this, but - fr privacy reasns - detailed infrmatin n this surce will nt be reprted. What des this mean fr the Ephrus Respnse? The ndes URL, riginal_guid, student_name and student_number will be empty. With the Index Dcument Service yu can add r remve a dcument frm the index f yur database. This is very useful when yu want the student t revise his/her wrk. Since yu d nt want t reprt pssible plagiarism between the different versins f the same dcument yu can remve the first versin f the dcument frm the index befre yu hand-in the new versin. The Get Original Dcument Service enables yu t request a dcument frm yur Ephrus database. Since yu stre yur dcuments yurself yu will nt always have t use this web service t access a dcument. Hwever, this web service might be useful when a client has been using Ephrus fr sme time via ur web applicatin befre using it in an integrated manner. Imagine that pssible plagiarism can be reprted between a new dcument and a dcument that was nt upladed via yur applicatin. Then yu d nt have the dcument we reprt as a surce dcument. In the fllwing chapters the web services will be discussed in detail. 4

5 2. Abbreviatins HTTPS HyperText Transfer Prtcl Secure IP Internet Prtcl SOAP Simple Object Access Prtcl URL Unifrm Resurce Lcatr XML Extensible Markup Language XSL Extensible Style sheet Language 5

6 3. System Architecture The image belw shws the system architecture. The custmer zne cntains the e-learning system. This is the system the students and teacher cnnect t. The Ephrus zne cntains the Ephrus Web servers, Ephrus Detectin Service and the Ephrus Reprting Service. The arrws shw the cmmunicatin between the Learning System and Ephrus. 6

7 4. Preparatin & hand-in cdes Each custmer must be registered with Ephrus. The custmer needs a cde t be able t access the Ephrus services. This cde is the hand-in cde. Each custmer can have multiple cdes, each cde cntains a custmer prfile. This prfile can be used t change the settings f the Ephrus Detectin Service. A high prfile will prduce fewer results than a lw prfile. Fr details see the Ephrus manuals at 7

8 5. HandInService The HandInService is used t uplad dcuments fr plagiarism detectin. The dcuments upladed using this service will be autmatically prcessed Ntes Uplad ne dcument per request; The detectin prfile depends n the hand-in cde; Dn t use batch uplads f dcuments, send them directly when upladed at the learning system; Each upladed dcument must be unique. T prtect database integrity duplicate dcuments will be rejected; Maximum uplad size 16MB UpladDcument When uplading a dcument the learning system sends a SOAP request t the Ephrus Uplad Dcument web service. The respnse cntains an Ephrus dcument unique identifier Request The learning system sends a SOAP request t the HandInService. This request cntains the fllwing data. Fields indicated with an asterisk must cntain data (nt null). Between brackets we state the maximum length f the fields. Cde (*) The unique hand-in cde t hand in the String dcument t. (Required) Student number (*) Student number which turned in the String (25) dcument. (Required) First name f student (*) Student first name which turned in the String (25) dcument. (Required) Middle name f student Student first name which turned in the String (10) dcument. Surname f student (*) Student surname name which turned in the String (25) dcument. (Required) Student address which turned in the String (75) dcument. Cmments -N usage- String (500) Filename (*) The name f the upladed file (Required) String Base64 cded file (*) The upladed file itself. (Required) Base64Binary PrcessType The type fr prcessing the dcument: 1. Visible D check (Default) Dcument will be checked fr plagiarism and will als be placed in index. 2. Visible D nt check Dcument wn t be checked fr plagiarism but will be placed in index. 3. Invisible D check Dcument will be checked fr plagiarism but wn t be placed in index. Integer Respnse The SOAP respnse cntains the unique identifier f the upladed dcument. This identifier must be saved at the learning system itself, it can be used fr referencing the dcument later n. If any errr ccurs, a SOAP exceptin will be returned. We strngly recmmend yu t catch these errrs, since they help yu debugging Supprted file types The fllwing file types are supprted by Ephrus (between brackets the file extensin): Micrsft Wrd (dc) Plain text (txt) Richt text (rtf) Open Office (sxw & dt) Adbe Acrbat (pdf) HyperText Markup Language (html/htm). 8

9 6. Ephrus Reprting Service v1 When Ephrus has finished the detectin prcess, the Ephrus Reprting Service cnnects t the Learning System web service and sends a SOAP request cntaining the reprt f the plagiarism detectin. The Reprting Service will send a reprt fr every dcument upladed. When the system is nt available, it will try again every five minutes. The reprt cntains the fllwing data: reprt dcument_guid student_number student_name dcument_subject dcument_date dcument_percentage status status_descriptin prfile summary results result (zer r mre) result_guid url mimetype type percent diff riginal_guid 9

10 dcument_guid The Ephrus dcument unique identifier, the String system can use this value fr relating it t the upladed dcument. student_number Student number which turned in the dcument. String student_name Student name (first middle last) which turned in String the dcument. dcument_subject Subject f the dcument String dcument_date The submit date f the dcument (dd-mm-yyyy String hh:mm) dcument_percentage The ttal plagiarism percentage Integer status The status f the dcument: Integer 1: Ok 2: Duplicate 3: Errr status_descriptin Extended descriptin f the status. String prfile Strict / standard / cmpliant, the prfile used fr String checking summary Summary reprt in XML which can be transfrmed XmlNde using a XSL template. result_guid Result unique identifier String url The URL where the hit is fund String mimetype Mime type f riginal dcument String type Lcal / internet (where was the hit fund, in the String lcal r in the internet database) percent Match percentage Integer diff XML dcument which can be transfrmed using a XmlNde XSL template. This is a cmparisn f the riginal and the upladed dcument. riginal_guid The unique identifier f the riginal dcument when detected at the lcal search. String The web service will return an OK if the data is successfully retrieved r a SOAP exceptin in case f an errr Authenticatin The reprts are delivered at a pre knwn lcatin fr each rganizatin. The rganizatin must have a web service, which is public available. If necessary this can be prtected by a firewall, with nly the Ephrus ip addresses allwed Encryptin If needed the cnnectin can be secured using the https prtcl. When the https prtcl is used, all cmmunicatin will be encrypted. 10

11 7. Ephrus Reprting Service v2 When Ephrus has finished the detectin prcess, the Ephrus Reprting Service cnnects t the Learning System web service, and sends a SOAP request cntaining the reprt f the plagiarism detectin. The Reprting Service will send a reprt fr every dcument upladed. When the system is nt available, it will try again every five minutes. If the upladed dcument is a duplicate dcument the results f the riginal dcument will be send. The reprt cntains the fllwing data: reprt dcument_guid student_number student_name dcument_subject dcument_date dcument_percentage status status_descriptin prfile summary results result (zer r mre) result_guid url mimetype type percent diff riginal_guid student_number student_name 11

12 dcument_guid The Ephrus dcument unique identifier, the String system can use this value fr relating it t the upladed dcument. student_number Student number which turned in the dcument. String student_name Student name (first middle last) which turned in String the dcument. dcument_subject Subject f the dcument String dcument_date The submit date f the dcument (dd-mm-yyyy String hh:mm) dcument_percentage The ttal plagiarism percentage Integer status The status f the dcument: Integer 1: Ok 2: Duplicate 3: Errr status_descriptin Extended descriptin f the status. String prfile Strict / standard / cmpliant, the prfile used fr String checking summary Summary reprt in XML which can be transfrmed XmlNde using a XSL template. result_guid Result unique identifier String url The URL where the hit is fund String mimetype Mime type f riginal dcument String type Lcal / internet (where was the hit fund, in the String lcal r in the internet database) percent Match percentage Integer diff XML dcument which can be transfrmed using a XmlNde XSL template. This is a cmparisn f the riginal and the upladed dcument. riginal_guid The unique identifier f the riginal dcument when String detected at the lcal search. student_number Student number f the fund result. String student_name Student name (first middle last) f the fund result. String The web service will return an OK if the data is successfully retrieved r a SOAP exceptin in case f an errr Authenticatin The reprts are delivered at a pre knwn lcatin fr each rganizatin. The rganizatin must have a web service, which is public available. If necessary this can be prtected by a firewall, with nly the Ephrus IP addresses allwed Encryptin If needed the cnnectin can be secured using the https prtcl. When the https prtcl is used, all cmmunicatin will be encrypted. 12

13 8. Ephrus Reprting Service v3 When Ephrus has finished the detectin prcess, the Ephrus Reprting Service cnnects t the Learning System web service, and sends a SOAP request cntaining the reprt f the plagiarism detectin. The Reprting Service will send a reprt fr every dcument upladed. When the system is nt available, it will try again every five minutes. If the upladed dcument is a duplicate dcument the results f the riginal dcument will be send and als the unique identifier, student name and number f the riginal dcument. This versin will als send all the prfile results (strict, standard and cmpliant). The reprt cntains the fllwing data: reprt dcument_guid student_number student_name dcument_subject dcument_date dcument_percentage duplicate_riginal_guid duplicate_student_name duplicate_student_number status status_descriptin prfiles prfile (zer - three) prfile_type summary results result (zer - mre) result_guid url mimetype type percent diff riginal_guid student_number student_name 13

14 dcument_guid The Ephrus dcument unique identifier, the String system can use this value fr relating it t the upladed dcument. student_number Student number which turned in the dcument. String student_name Student name (first middle last) which turned in String the dcument. dcument_subject Subject f the dcument String dcument_date The submit date f the dcument (dd-mm-yyyy String hh:mm) dcument_percentage The ttal plagiarism percentage Integer duplicate_riginal_guid When the status f the dcument is duplicate it String will cntain the unique identifier f the riginal dcument. duplicate_student_name When the status f the dcument is duplicate it String will cntain the student name f the riginal dcument. duplicate_student_number When the status f the dcument is duplicate it String will cntain the student number f the riginal dcument. status The status f the dcument: Integer 1: Ok 2: Duplicate 3: Errr status_descriptin Extended descriptin f the status. String prfile_tye Strict / standard / cmpliant, the prfile used fr String checking summary Summary reprt in XML which can be XmlNde transfrmed using a XSL template. result_guid Result unique identifier String url The URL where the hit is fund String mimetype Mime type f riginal dcument String type Lcal / internet (where was the hit fund, in the String lcal r in the internet database) percent Match percentage Integer diff XML dcument which can be transfrmed using a XmlNde XSL template. This is a cmparisn f the riginal and the upladed dcument. riginal_guid The unique identifier f the riginal dcument String when detected at the lcal search. student_number Student number f the fund result. String student_name Student name (first middle last) f the fund result. String The web service will return an OK if the data is successfully retrieved r a SOAP exceptin in case f an errr Authenticatin The reprts are delivered at a pre knwn lcatin fr each rganizatin. The rganizatin must have a web service, which is public available. If necessary this can be prtected by a firewall, with nly the Ephrus IP addresses allwed Encryptin If needed the cnnectin can be secured using the https prtcl. When the https prtcl is used, all cmmunicatin will be encrypted. 14

15 9. IndexDcumentService The IndexDcumentService is used t shw/hide an existing dcument in the Ephrus index. When a dcument is hidden in the index it can t be fund as a result anymre Ntes Shw/hide ne dcument per request; The dcument must exist in the database and the status must be equal t 1 Ok ; 9.2. IndexDcument Request The learning system sends a SOAP request t the IndexDcumentService. This request cntains the fllwing data. DcumentGuid IndexType The Ephrus dcument unique identifier. (Required) The type fr indexing the dcument: 1. Shw Dcument will be visible in the index. 2. Hide Dcument will be hidden in the index. String Integer Respnse The SOAP respnse cntains the status 1 OK if the request is handled prperly. If any errr ccurs, a SOAP exceptin will be returned. 15

16 10. GetOriginalDcumentService The GetOriginalDcumentService is used t retrieve an riginal dcument frm Ephrus. Fr security reasns the integratr shuld request access t this web service. Ephrus will prvide the integratr with 3 certificates: 1. Ephrus CA; 2. Client certificate in PKCS #12 frmat; 3. Client certificate in DER frmat. The first certificate shuld be installed in the Trusted Rt Certificate Authrities stre. The secnd certificate shuld be installed in the Persnal stre. The last certificate shuld be passed with the web service n every request fr a dcument Ntes Retrieve ne dcument per request; The dcument must exist in the database f the rganizatin; The hand-in cde shuld be f ne f the members f the rganizatin. The client certificate must be valid. Only registered users can use this webservice! GetOriginalDcument Request The learning system sends a sap request t the GetOriginalDcumentService. This request cntains the fllwing data. Cde DcumentGuid MimeType The unique hand-in cde that the rganizatin uses t hand in dcuments. (Required) The Ephrus dcument unique identifier. (Required) Output parameter which returns the mimetype f the dcument that s being send. String String String (Out) The request must als cntain the client certificate (DER frmat) Respnse The sap respnse cntains a base64 encding which cntains the riginal dcument. If any errr ccurs, a sap exceptin will be returned. 16

17 11. Example dcument cmparisn The diff dcument is a cmparisn f the upladed dcument and a matching dcument in xml frmat. The system integratr can transfrm this dcument using XSL s that it can display the results in its wn frmatting. 17

18 12. Appendix Web Service Descriptin Language files Sample dcument cmparisn xml Request at Ephrus Sample dcument cmparisn xslt stylesheet Request at Ephrus Sample summary xslt stylesheet Request at Ephrus Sample Webservice HandInDcument Request at Ephrus. Examples available in PHP, ASP and C#.NET Sample Webservice EphrusResults Request at Ephrus. Examples available in PHP, ASP and C#.NET. 18

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

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

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

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

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

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

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

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

Stock Affiliate API workflow

Stock Affiliate API workflow Adbe Stck Stck Affiliate API wrkflw The purpse f this dcument is t illustrate the verall prcess and technical wrkflw fr Adbe Stck partners wh want t integrate the Adbe Stck Search API int their applicatins.

More information

Step 3:- You Will See the Sign-in Page. Then Enter your Login ID & Password and Click on the Sign in Button.

Step 3:- You Will See the Sign-in Page. Then Enter your Login ID & Password and Click on the Sign in Button. Client User Guide Hme Page Fr Client:- Step 1:- Open a Web brwser n yur Cmputer System Step 2:- Type this URL in search bar www.lgnutility.in Step 3:- Yu Will See the Sign-in Page. Then Enter yur Lgin

More information

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

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

More information

Dynamic Storage (ECS)

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

More information

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

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

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

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

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

Cookbook ORTHOpride web service Version v1. This document is provided to you free of charge by the. ehealth platform Ckbk ORTHOpride web service Versin v1 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 with reference

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

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

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

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

SmartLink for Albridge Web Services

SmartLink for Albridge Web Services SmartLink fr Albridge Web Services Cpyright 2008, E-Z Data, Inc. All Rights Reserved. N part f this dcumentatin may be cpied, reprduced r translated in any frm withut the prir written cnsent f E-Z Data,

More information

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

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

More information

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

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

File Submission Guidelines

File Submission Guidelines etext File Submissin Guidelines File Submissin Guidelines fr etext Prductin Presented by: Cntent Management Services Nvember 2011 Page 1 etext File Submissin Guidelines Revisin Sheet Release N. Date Revisin

More information

Sircon User Guide A Guide to Using the Vertafore Sircon Self-Service Portal

Sircon User Guide A Guide to Using the Vertafore Sircon Self-Service Portal Sircn User Guide A Guide t Using the Vertafre Sircn Self-Service Prtal September 2016 Versin 16.8 Cntents Cntents Using the Vertafre Sircn Self-Service Prtal... 3 Lg In... 3 Hme Page... 4 Lg New Cases...

More information

Relius Documents ASP Checklist Entry

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

More information

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

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

PaperStream Capture change history

PaperStream Capture change history PaperStream Capture change histry Versin 2.0.1 New features: 1. Ad hc scan is added, which allws yu t mdify sme f the settings (scanner setting, destinatin setting, etc.) extempre and scan withut changing

More information

Automatic imposition version 5

Automatic imposition version 5 Autmatic impsitin v.5 Page 1/9 Autmatic impsitin versin 5 Descriptin Autmatic impsitin will d the mst cmmn impsitins fr yur digital printer. It will autmatically d flders fr A3, A4, A5 r US Letter page

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

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

InformationNOW Letters

InformationNOW Letters InfrmatinNOW Letters Abut this Guide This Quick Reference Guide prvides an verview f letters in InfrmatinNOW. There are three types f letters: Student: May be used t create varius letters, frms, custmized

More information

MySabre API RELEASE NOTES MYSABRE API VERSION 2.0 (PART OF MYSABRE RELEASE 7.0) OCTOBER 28, 2006 PRODUCTION

MySabre API RELEASE NOTES MYSABRE API VERSION 2.0 (PART OF MYSABRE RELEASE 7.0) OCTOBER 28, 2006 PRODUCTION MySabre API RELEASE NOTES MYSABRE API VERSION 2.0 (PART OF MYSABRE RELEASE 7.0) OCTOBER 28, 2006 PRODUCTION These release ntes pertain t the Prductin release fr MySabre Release 7.0 cntaining MySabre API

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

Step- by- Step Instructions for Adding a HotPot Activity 1. Click the Turn editing on button on the course home page.

Step- by- Step Instructions for Adding a HotPot Activity 1. Click the Turn editing on button on the course home page. 1 Adding a Ht Ptates Activity Ht Ptates (versin 6.3 fr Windws, and versin 6.1 fr Java) has been a mainstay in develping interactive nline activities in language training fr mre than 10 years. The HtPt

More information

MICRONET INTERNATIONAL COLLEGE BDTVEC ND in Computer Studies MULTIMEDIA AND WEB DESIGN (MWD) ASSIGNMENT 3 (20%) Due Date: 31st January 2013

MICRONET INTERNATIONAL COLLEGE BDTVEC ND in Computer Studies MULTIMEDIA AND WEB DESIGN (MWD) ASSIGNMENT 3 (20%) Due Date: 31st January 2013 MICRONET INTERNATIONAL COLLEGE BDTVEC ND in Cmputer Studies MULTIMEDIA AND WEB DESIGN (MWD) ASSIGNMENT 3 (20%) Due Date: 31st January 2013 Prduce dcumentatin fr the prgram Submit the SOFTCOPY and als HARDCOPY

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

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

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

Infrastructure Series

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

More information

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

InformationNOW Letters

InformationNOW Letters InfrmatinNOW Letters Abut this Guide This Quick Reference Guide prvides an verview f letters in InfrmatinNOW. There are three types f letters: Student: May be used t create varius letters, frms, custmized

More information

BI Publisher TEMPLATE Tutorial

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

More information

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

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

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

SOFTWARE APPLICATION (SWA) ASSIGNMENT (25%)

SOFTWARE APPLICATION (SWA) ASSIGNMENT (25%) MICRONET INTERNATIONAL COLLEGE BDTVEC PND in Sftware Applicatin SOFTWARE APPLICATION (SWA) INDIVIDUAL ASSIGNMENT (25%) Due Date: 20 th December 2012 Submit the SOFTCOPY and als HARDCOPY f the dcumentatin

More information

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

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

More information

This document describes new features and resolved issues for Intelligent Scene Analysis System

This document describes new features and resolved issues for Intelligent Scene Analysis System Release Ntes Intelligent Scene Analysis System Versin 14.0.0 Release Ntes Revisin 1 This dcument describes new features and reslved issues fr Intelligent Scene Analysis System 14.0.0. Yu can retrieve the

More information

InformationNOW Letters

InformationNOW Letters InfrmatinNOW Letters Abut this Guide This Quick Reference Guide prvides an verview f letters in InfrmatinNOW. There are three types f letters: Student: May be used t create varius letters, frms, custmized

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

LiveEngage and Microsoft Dynamics Integration Guide Document Version: 1.0 September 2017

LiveEngage and Microsoft Dynamics Integration Guide Document Version: 1.0 September 2017 LiveEngage and Micrsft Dynamics Integratin Guide Dcument Versin: 1.0 September 2017 Cntents Intrductin... 3 Step 1: Sign Up... 3 CRM Widget Signing Up... 3 Step 2: Cnfiguring the CRM Widget... 4 Accessing

More information

Cntents 1 Intrductin Kit Cntents Requirements Installatin Gesture Sensr Kit Hardware and Jumper Settings De

Cntents 1 Intrductin Kit Cntents Requirements Installatin Gesture Sensr Kit Hardware and Jumper Settings De Thin Film Pyrelectric IR Gesture Sensr Demnstratr Kit Fr lw pwer, high perfrmance gesture cntrl User Guide Versin 1.0 Dcument Revisin 1.00 20 th February 2012 Cntents 1 Intrductin... 3 1.1 Kit Cntents...

More information

How to set up Dell SonicWALL Aventail SRA Appliance with OPSWAT GEARS Client

How to set up Dell SonicWALL Aventail SRA Appliance with OPSWAT GEARS Client Hw t set up Dell SnicWALL Aventail SRA Appliance with OPSWAT GEARS Client Abut This Guide:... 2 End Pint Cntrl... 3 Device Prfile Definitin... 3 1 Abut This Guide: GEARS is a platfrm fr netwrk security

More information

LAB 7 (June 29/July 4) Structures, Stream I/O, Self-referential structures (Linked list) in C

LAB 7 (June 29/July 4) Structures, Stream I/O, Self-referential structures (Linked list) in C LAB 7 (June 29/July 4) Structures, Stream I/O, Self-referential structures (Linked list) in C Due: July 9 (Sun) 11:59 pm 1. Prblem A Subject: Structure declaratin, initializatin and assignment. Structure

More information

Connect+/SendPro P Series Networking Technical Specification

Connect+/SendPro P Series Networking Technical Specification Shipping & Mailing Pstage Meters Cnnect+/SendPr P Series Netwrking Technical Specificatin Intrductin 2 Netwrk Requirements 2 Prt/Cmmunicatin Requirements 2 URL Infrmatin 3 FAQs 10 Service Cllateral SV62440

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

TIBCO Statistica Options Configuration

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

More information

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

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

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

More information

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

Importing data. Import file format

Importing data. Import file format Imprting data The purpse f this guide is t walk yu thrugh all f the steps required t imprt data int CharityMaster. The system allws nly the imprtatin f demgraphic date e.g. names, addresses, phne numbers,

More information

AvePoint Pipeline Pro 2.0 for Microsoft Dynamics CRM

AvePoint Pipeline Pro 2.0 for Microsoft Dynamics CRM AvePint Pipeline Pr 2.0 fr Micrsft Dynamics CRM Installatin and Cnfiguratin Guide Revisin E Issued April 2014 1 Table f Cntents Abut AvePint Pipeline Pr... 3 Required Permissins... 4 Overview f Installatin

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

etrac 6.4 Release Notes October 23, 2015

etrac 6.4 Release Notes October 23, 2015 etrac 6.4 Release Ntes Octber 23, 2015 General System Enhancements: Cmpliance: MARS: Added MARS rules t supprt Freddie Mac Appraisal Quality Message FRE1229. This message is nw supprted in the fllwing

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

Internet Explorer Configuration Reference

Internet Explorer Configuration Reference Sitecre CMS 6.2 r later Internet Explrer Cnfiguratin Reference Rev: 2013-10-04 Sitecre CMS 6.2 r later Internet Explrer Cnfiguratin Reference Optimize Micrsft Internet Explrer fr Use with Sitecre Table

More information

STIDistrict AL Rollover Procedures

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

More information

Relativity Integration Points Guide

Relativity Integration Points Guide Relativity Integratin Pints Guide Nvember 22, 2017 - Versin 9.4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

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

Second Assignment Tutorial lecture

Second Assignment Tutorial lecture Secnd Assignment Tutrial lecture INF5040 (Open Distributed Systems) Faraz German (farazg@ulrik.ui.n) Department f Infrmatics University f Osl Octber 17, 2016 Grup Cmmunicatin System Services prvided by

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

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

TED PRO Third Party Posting API Based on ECC Firmware Revision R400

TED PRO Third Party Posting API Based on ECC Firmware Revision R400 TED PRO Third Party Psting API Based n ECC Firmware Revisin R400 Table f Cntents Intrductin... 1 Activatin... 1 Sample Activatin XML... 2 Sample Activatin Respnse XML... 2 Psting Data... 3 Sample Pst XML...

More information

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

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

More information

Adverse Action Letters

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

More information

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

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

MySabre API RELEASE NOTES MYSABRE API VERSION 2.1 (PART OF MYSABRE RELEASE 7.1) DECEMBER 02, 2006 PRODUCTION

MySabre API RELEASE NOTES MYSABRE API VERSION 2.1 (PART OF MYSABRE RELEASE 7.1) DECEMBER 02, 2006 PRODUCTION MySabre API RELEASE NOTES MYSABRE API VERSION 2.1 (PART OF MYSABRE RELEASE 7.1) DECEMBER 02, 2006 PRODUCTION These release ntes pertain t the Prductin release fr MySabre Release 7.1 cntaining MySabre API

More information

HP MPS Service. HP MPS Printer Identification Stickers

HP MPS Service. HP MPS Printer Identification Stickers HP MPS Service We welcme yu t HP Managed Print Services (MPS). Fllwing yu will find infrmatin regarding: HP MPS printer identificatin stickers Requesting service and supplies fr devices n cntract Tner

More information

Cisco Tetration Analytics, Release , Release Notes

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

More information

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

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

More information

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

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

Getting the Most from REST and JSON

Getting the Most from REST and JSON Getting the Mst frm REST and JSON Jhn Tuhy March 2018 Character encding review Single byte character encding ASCII OEM ANSI Multi-byte character encding (Unicde) UTF-16 UTF-8 DataFlex des mst f its character

More information

Programming Project: Building a Web Server

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

More information

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

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

More information

Customer Upgrade Checklist

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

More information

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

Level 2 Cambridge Technical in IT

Level 2 Cambridge Technical in IT Level 2 Cambridge Technical in IT Unit 1: Essentials f IT Sample assessment material Time: 45 minutes This test is a cmputer based test and will be cmpleted using Surpass n OCR Secure Assess prtal. This

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

RxAXIS Security Module 09/25/2013

RxAXIS Security Module 09/25/2013 RxAXIS Security Mdule 09/25/2013 Lessn Title Intrductin: Security Mdule In this tutrial we are ging t lk at the Security Maintenance Mdule f the RxAXIS system. When used, this system gives emplyees access

More information

Purchase Order Approvals Workflow Guide

Purchase Order Approvals Workflow Guide Purchase Order Apprvals Wrkflw Guide Purchase Order Apprvals may nw be activated fr use with Webvantage Purchase Orders nly. Setup and activatin is dne in Advantage Maintenance. This dcument describes

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

Moodle FAQs Student view

Moodle FAQs Student view Mdle FAQs Student view Scenari #1 If yu receive an errr message, please take nte f the particular wrding take a screen sht if pssible and send this alng with an brief explanatin f what yu have tried t:

More information

Uploading Bills, Downloading Payments, and Automating the Process. Section 1: Uploading bills

Uploading Bills, Downloading Payments, and Automating the Process. Section 1: Uploading bills Uplading Bills, Dwnlading Payments, and Autmating the Prcess This dcument describes uplading bills t Xpress-pay, dwnlading payments. There is n requirement fr a bill t upladed prir t payment because Xpress-pay

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