HIE. Introduction. A standards-based distributed Healthcare Integration Engine. Abstract. Interoperability between heterogeneous systems is

Size: px
Start display at page:

Download "HIE. Introduction. A standards-based distributed Healthcare Integration Engine. Abstract. Interoperability between heterogeneous systems is"

Transcription

1 HIE A standards-based distributed Healthcare Integratin Engine Institut Superir Técnic Ricard Miguel Simões Seir ricard.seir@tagus.ist.utl.pt Abstract The main gal f this wrk is t prpse a new integratin system named HIE that is designed t satisfy the specific needs f the healthcare market. This system shuld allw the establishment f cmmunicatin channels between hetergeneus healthcare systems. T achieve this gal, the system must supprt the mst used interperability standards in this dmain like HL7 r DICOM, alng with ther general-purpse nes like XML, Web Services r Databases. The system shuld be extensible t supprt the future additin f ther standards and it shuld als be cnfigurable thrugh an accessible interface that desn t require a deep knwledge f the used standards. Intrductin Interperability between hetergeneus systems is ne f the ldest issues in IT and is still cnsidered a prblem tday. Many rganizatins can benefit frm the sharing f infrmatin between its systems, with better accessibility t their data and mre agility in their business prcesses. In the healthcare dmain, cmmunicatin between infrmatin systems imprves the quality f the prvided health services, reducing the need fr manual (re)intrductin f data and imprving the quality f medical decisins with better access t vital infrmatin. [1] In the last decades there were significant breakthrughs with the creatin f general-purpse interperability standards like EDI r XML and dmain-specific nes like HL7 r DICOM [2], fr healthcare. These standards have made it easy t create pint-t-pint interfaces between infrmatin systems. Hwever, the expnential grwth [3] f these types f interfaces has raised sme prblems t the rganizatins, mstly related t their maintenance. The purpse f this article is t prvide a high level verview f the key cncepts used in the system, withut ging int implementatin details. This system is being develped at the sftware cmpany Infrtucan, specialized in healthcare sftware slutins. Keywrds: interperability, standards, integratin engine, HL7, DICOM, XML In rder t avid these issues, rganizatins started turning twards integratin middleware, cmmnly knwn as integratin engines. This type f sftware is specialized in the creatin f interfaces using different cmmunicatin standards, prviding tls t manage them centrally. Integratin engines have been gradually replacing pint-t-pint interfaces, althugh these are still very cmmn tday. In the healthcare dmain there are still many flaws in this type f prducts, frm the absence f

2 supprt fr sme f the mst used standards, t the lack f flexibility prvided fr cnfiguring interfaces and even sme perfrmance and scalability issues. Architecture Service Cntainers where different integratin services are deplyed, prvided with internal endpints t exchange messages with ther services r the parent cntainer thrugh the message bus. The architecture f the HIE system is based n the fllwing set f architectural patterns and principles: Enterprise Service Bus & SOA Layers Mdular Design Enterprise Service Bus & SOA One f the main cncepts behind the architecture f the system is the Enterprise Service Bus, an architectural pattern prpsed by Dave Chappell. [4] Enterprise Service Bus Architectures based n this pattern allw the service cntainers t be deplyed in different machines, prviding a distributed system. The ESB pattern is intimately related t SOA (Service-Oriented Architecture) principles. With an ESB we can create different instances f reusable integratin services and then cmbine them t frm f service rchestratins. An rchestratin can then be made available fr ther systems by defining an external endpint (like a Web Service) and linking it t the rchestratin. WS XSLT ODBC Internal Endpint Integratin Service Service Cntainer Layers Anther architectural pattern used in the cnceptin f the system is the layers pattern [5], where the External Endpint system is structured accrding t different layers f functinality that depend n the layers belw. The layers defined fr this system are the fllwing: Figure 1 - ESB Architectural Pattern Users Service Cnsumers The main features f an ESB are the fllwing: Presentatin (Client) Presentatin (Server) Services Message Bus that can be prvided by a regular MOM (Message-Oriented Middleware); Integratin Services that can prvide external Cnfiguratin Mnitring Security Persistence Business Lgic Messaging Cmmunicatin endpints fr ther systems t cnnect t, like DBMS MOM External Systems Web Services r HL7 interfaces r ther utility services like Transfrmatins r CBR (Cntent- Based Ruting); Figure 2 - Layers f the HIE system

3 Presentatin respnsible fr the interface that Mnitring a set f rules that defines hw t allws the user t cnfigure the different parts mnitr the different cmpnents f the system f the system. This layer is subdivided int thrugh fur different levels f event lgging: client-side and server-side cmpnents. The client-side cmpnents are required fr cmplex user interactins like visual mapping between message schemas. Service Cntainer Event Lgs; Integratin Service Event Lgs; User Activity Event Lgs; Message Lgs; Services this layer prvides the external Cnfiguratin a set f principles that define endpints used by external systems t cnnect which parts f the system shuld be t this system; cnfigurable and which nes shuldn t. Business Lgic cntains the cre classes f the system like dmain bjects and utility classes; Persistence used fr strage and recvery f data using a database; Messaging prvides lw level functins used Mdular design The last architectural pattern that is used by the HIE system cnsists f the separatin f its parts int different cmpnents that can be develped independently. t cmmunicate with the MOM fr sending and receiving messages; Cmmunicatin prvides the lwer level mechanisms required fr establishing cnnectins with external systems using different cmmunicatin prtcls (like DICOM r HL7); This mdel als cntains three different znes that represent imprtant system-wide plicies: The cmpnents f the system are the fllwing: Service Cntainer respnsible fr hsting integratin services, creating a different thread fr each ne. The cntainer is als respnsible fr managing the life cycle f its services; Base Service generic base frm which every integratin service inherits parts f its features, allwing them t fcus nly n prviding their business value; Security security-related plicies that try t prtect the system frm a six categries f threats defined by the STRIDE acrnym [6]: Spfing; Tampering; Repudiatin; Infrmatin Disclsure; Dmain Classes infrmatinal entities managed by the system; Supprt Classes DAO classes, helper classes and ther utilities; HL7 Utilities HL7 supprt classes that allw us t parse, encde, send and receive HL7 messages; Denial f Service; Elevatin f privilege.

4 DICOM Utilites DICOM supprt classes that allw us t parse, encde, send and receive DICOM messages; XML Utilities XML utilities that allws us t parse, encde, query, (XPath) transfrm (XSLT) and validate (XSD) XML dcuments; based n XML and must reference the XSD schema used t validate its cntents. This ensures that nly valid messages flw thrugh the bus, allwing them t be ruted and transfrmed by internal services. On the ther hand, this means that every service that receives input frm an utside surce must Cmmunicatin Classes classes that implement lwer level prtcls like TCP/IP; cnvert that infrmatin t XML befre sending it t anther service, which means that autmatic Persistence Classes classes that implement lwer level cmmunicatin with a DBMS (DataBase Management System); Messaging Classes classes that implement lwer level cmmunicatin with the MOM that cnverters shuld be used fr messages that use ther encdings. There are tw types f interactins between services: implements the message bus; Request-nly a message is sent and the Integratin Services classes that implement service resumes its previus state; the abstract methds f the Base Service, prviding new business value fr the system; Request-respnse a message is sent and the service blcks, waiting fr a respnse message Web Interface presentatin-related classes that prvide the user interface. in its message queue. The request-respnse pattern is required fr synchrnus peratins like Web Service interactins that need t send Implemented Integratin Services The HIE is mainly cmpsed f service cntainers and integratin services that are hsted by the cntainers. There are tw kinds f services: a respnse t the requester and that respnse is generated in anther service; In the current prttype there are ten different service types that represent the building blcks f Interface services these prvide external endpints used by ther systems t access the HIE; Internal services these prvide sme utilities like message ruting r transfrmatin that are key elements in an rchestratin; the rchestratins. These services will nw be described: Transfrmatin takes an input XML, transfrms it int anther XML dcument and validates the result befre sending it t anther service; Every service has an internal endpint available t exchange messages with ther services deplyed in the system. The cntents f the messages are always Cntent-Based Ruting frwards a message t anther service based n its cntents, which is verified with XPath expressins;

5 HL7 Receiver receives HL7 messages and cnverts them t XML if their schema is recgnized. This service can be cnfigured t implement request-respnse interactins; HL7 Transmitter sends an HL7 message t ne r mre external systems and can wait fr a respnse, if cnfigured accrdingly; DICOM Wrklist SCP this service implements a DICOM Wrklist SCP (Service Class Prvider), allwing imaging mdalities t query it fr Web Interface The Web interface allws authrized users t cnfigure all the aspects f the system, review the lgs and message queues and mnitr the status f the integratin services. The interface is divided int several cmpnents that are independent and require different access permissins frm the users registered in the system. The cmpnents f the interface are: scheduled prcedures steps; DICOM MPPS SCP implements a Mdality Perfrmed Prcedure Step SCP that can receive data related t exams perfrmed by imaging mdalities. The received infrmatin can be cnverted t XML and sent t ther services; DICOM Query/Retrive SCU this service can query remte Strage SCPs fr images r ther DICOM bjects and ask these systems t send these bjects; Database this service can send SQL cmmands t databases. When cnfigured t send queries, the system receives the data and cnverts it t the XML frmat fllwing the schema f the data table frm where the results are retrieved; Web Service this service is cnfigured t receive SOAP requests frm ther systems, making its WSDL cntract available s that thers can build client stubs frm it in rder t use the service; Web Service Caller this service sends SOAP requests t external web services. The remte web service schema is extracted previusly and used t cnfigure the service autmatically. Orquestratin management allws users t create, delete and mdify rchestratins (by adding r remving service instances); Service Cnfiguratin this cmpnent allws a user t cnfigure the parameters f a service instance; Schema management used t create, delete and mdify XSD schemas, allwing the user t imprt schemas (frm files, WSDLs r database tables); Transfrmatin management used t create, delete and mdify transfrmatins (XSLTbased). This cmpnent allws the user t create mappings visually with a drag-and-drp interface, using a client-side cntrl; User and permissins management cmpnent used t create, delete and mdify users and dmains; Message Queue management cmpnent used t review the cntents f a service s message queue, allwing the user t remve and re-inject messages; Lgs this is where the users can review the fur different types f event lgs related t cntainers, services, messages and user activity;

6 Device Cnfiguratin in this cmpnent the user is allwed t manage devices knwn by the mail as they ccur r when a certain time/quantity threshld is reached; system and the endpints assciated with each device; System Management Cnfiguratin this cmpnent cntains the cnfiguratins related Alert Cnfiguratin here the user can define alerts assciated with certain events that ccur in a service. The alerts are sent t the user by e- t the autmatic archive and clean-up f lgs and message histry, fr maintenance purpses Figure 3 - Screensht f the Visual Mapper Figure 4 - Screensht f the Orchestratin Management

7 Technlgies Experimental results There were sme initial requirements frm the stakehlders f the system, stating that the system shuld be develped using the.net Framewrk frm Micrsft. With this requirement in mind, all the ther technlgies that were integrated int the system use this framewrk. The NUnit framewrk was used fr supprting the TDD (Test-Driven Develpment) f the dmain mdel and its supprt classes The DBMS used is Micrsft SQL Server 2005 which is ne f the tp 3 mst used in the IT business. [7] The persistence layer was handled with NHibernate, an ORM tl that supprts the DDD (Dmain-Driven Design) apprach used fr mdeling the dmain. MSMQ (Micrsft Message Queuing) was chsen as the MOM implementatin fr its availability in every Windws Operating System since versin 95. WCF was used fr the Web Service implementatin as it can be easily deplyed dynamically, inside a service cntainer. Fr managing HL7 messages, the nly pen-surce library fund was NHAPI, even thugh it has several limitatins (desn t include the cmmunicatin prtcl and hasn t been updated fr a lng time). DICOM messages and bjects are managed with the recent (but gd) mdcm library that includes a cde base gd enugh t implement any DICOM service n tp f it. In rder t evaluate the qualities f the HIE, sme experimental tests were cnducted. The reliability f the system s cmpnents was measured using the MTBF (Mean Time Between Failures) frmula: MTBF = ttal uptime h number f failures The values f the ttal uptime were determined frm the service and service cntainer event lgs in a testing envirnment where stable prttypes are usually deplyed and tested with real-wrld healthcare-related applicatins. Only the failures that actually caused service r service cntainer dwntime were cnsidered. The results f these tests were the fllwing: Tested cmpnent # f instances Ttal uptime (h) # f failures MTBF Service Cntainer Transfrmatin n/a CBR n/a HL7 Receiver HL7 Transmitter n/a DICOM Wrklist SCP (h) DICOM MPPS SCP DICOM Q/R SCU Database n/a Web Service Web Service Caller n/a Table 1 - MTBF Results Mst f the failures than can be bserved in this table were related t bad exceptin handling in

8 child threads f the services and all these prblems have already been slved. tested because they were fully develped by the time the tests were cnducted. On the ther hand, the case f the DICOM Q/R SCU can be justified by the fact that the testing envirnment is the nly ne where this service was effectively tested because f the lack f testing tls. Since all the initial testing f this service was dne here, n wnder the number f failures is s high. The efficiency f the system s cmpnents was measured by the number f messages each service can prcess per secnd with apprximate stress testing appraches. The tests were cnducted in the develpment envirnment using tw PCs: 1. PC with an Intel Cre 2 Du 1.86 GHz and 4 Gb f RAM memry, using the OS Micrsft Windws Vista Business SP2 (64-bit) and the.net framewrk 3.5 SP1; 2. PC with an Intel Pentium D 3.0 GHz and 2 Gb f RAM memry, using the OS Micrsft Windws XP Prfessinal SP3 (32-bit) and the.net framewrk 3.5 SP1; The first machine was always the hst f the services being tested. When external testing tls were needed, like Interfaceware Chamelen HL7 Simulatr/Listener r OFFIS DCMTK Query (C-Find) SCU, the secnd machine was always the ne used fr hsting these tls. The service DICOM MPPS SCP wasn t tested wing t the lack f testing tls, while the services DICOM Q/R SCU and Web Service Caller were als nt The external testing tls were used t test and measure the perfrmance f bth the HL7 services and the DICOM Wrklist SCP service with 500 hundred messages, splitting the lad in threads when pssible (cncurrency testing). The Web service was tested with a test client invking it in 500 backgrund and cncurrent threads. The ther services were tested by injecting 500 messages directly int their message queues. All the tests were cnducted at least three times and the mean value f the results is presented in the fllwing table: Service # f messages Prcessing time (sec.) Messages/ sec. HL7 Transmitter ,858 29,659 HL7 Receiver ,624 4,145 DICOM Wrklist SCP ,703 Web Service 500 7,904 63,259 Database 500 3, ,278 DICOM MPPS SCP DICOM Q/R SCU Web Service Caller Transfrmatin ,24 2,401 CBR 500 1, ,666 Table 2 - Stress test results Mst f the results are either within r abve the expected ranges. The DICOM Wrklist SCP is ne f the slwest, but this isn t a prblem because it is a type f service that will typically receive n mre than 100 requests per day.

9 The results frm the HL7 Receiver were disappinting. This service is using a custm parser t translate HL7 messages t XML which hasn t been ptimized yet, s mre wrk is definitely needed. The results frm the Transfrmatin service were expected since XSLT transfrmatins are cmputatinally heavy. The recmmendatin in this case is t distribute transfrmatins alng the enugh t be used as a part f any integratin engine. Cmparing the features f the HIE and sme f the existing slutins in the market, we can cnclude that this system can already cmpete with several thers in many f the features, althugh the supprt fr sme cmmnly supprted standards is still missing. available Service Cntainers t hardware resurces. Cnclusins maximize the The supprt fr ther standards is prbably the mst relevant future wrk that can be dne t imprve the HIE. The main gals f this wrk were achieved with the develpment f the HIE. The architecture chsen fr the system has been a success, allwing the dynamic deplyment f integratin services in the service cntainers and letting the user distribute the services accrding t the available hardware resurces. The system was develped in a mdular fashin, making it easy t change a part f the system withut cmprmising the rest. There are als several extensibility pints that can be used t imprve the system s features. One f the defining pints f the system is the Base Service that prvides an easy integratin with the rest f the system, allwing a develper t cncentrate nly n the new features that add business value t the system. Althugh the HEI is meant fr healthcare Bibligraphy 1. KHOUMBATI, K.; THEMISTOCLEOUS, M.; IRANI, Z. Evaluating the Adptin f Enterprise Applicatin Integratin in Health-Care Organizatins. Jurnal f Management Infrmatin Systems, Vlume 22, Issue 4, GEE, T. Current State f Medical Device Cnnectivity. Medical Cnnectivity, 13 Junh Dispnivel em: < 3. MOTOROLA. Enterprise Integratin: A Key T Successful Public Sectr Custmer Service. [S.l.], p CHAPPELL, D. Enterprise Service Bus. Sebastpl, EUA: O'Reilly, BUSCHMANN, F. et al. Pattern-Oriented Sftware Architecture. [S.l.]: Wiley and Sns, v. 1, HERNAN, S. et al. Uncver Security Design Flaws Using The STRIDE Apprach. MSDN Magazine, Nvembr MARKET MAGIC RESEARCH RDBMS Sftware Cst f Ownership Study. [S.l.], p envirnments, the cre f the architecture is generic

Towards Dynamic Adaptation within an ESB-based Service Infrastructure Layer

Towards Dynamic Adaptation within an ESB-based Service Infrastructure Layer Twards Dynamic Adaptatin within an ESB-based Service Infrastructure Layer Laura Gnzález and Raúl Ruggia MONA+, 1st December, 2010 Uruguay Institut de Cmputación Facultad de Ingeniería Universidad de la

More information

State of Wisconsin DET Dedicated Virtual Host Services Offering Definition

State of Wisconsin DET Dedicated Virtual Host Services Offering Definition State f Wiscnsin DET Dedicated Virtual Hst Services Offering Definitin Dcument Revisin Histry Date Versin Creatr Ntes 10/29/2010 1.0 Phil Staley Initial draft 11/3/2010 1.1 Phil Staley Ryan McKee Secnd

More information

Information Services Hosting Arrangements

Information Services Hosting Arrangements Infrmatin Services Hsting Arrangements Purpse The purpse f this service is t prvide secure, supprted, and reasnably accessible cmputing envirnments fr departments at DePaul that are in need f server-based

More information

Integrating With incontact dbprovider & Screen Pops

Integrating With incontact dbprovider & Screen Pops Integrating With incntact dbprvider & Screen Pps incntact has tw primary pints f integratin. The first pint is between the incntact IVR (script) platfrm and the custmer s crprate database. The secnd pint

More information

Improved Data Center Power Consumption and Streamlining Management in Windows Server 2008 R2 with SP1

Improved Data Center Power Consumption and Streamlining Management in Windows Server 2008 R2 with SP1 Imprved Data Center Pwer Cnsumptin and Streamlining Management in Windws Server 2008 R2 with SP1 Disclaimer The infrmatin cntained in this dcument represents the current view f Micrsft Crpratin n the issues

More information

NC3A SOA Techwatch Day Call for Presentations

NC3A SOA Techwatch Day Call for Presentations NC3A SOA Techwatch Day Call fr Presentatins 1 February 2012 Hsted at NATO C3 Agency, The Hague, The Netherlands By NC3A Chief Technlgy Office (CTO) David Burtn Chief Technlgy fficer Versin 1, 1 December

More information

Licensing the Core Client Access License (CAL) Suite and Enterprise CAL Suite

Licensing the Core Client Access License (CAL) Suite and Enterprise CAL Suite Vlume Licensing brief Licensing the Cre Client Access License (CAL) Suite and Enterprise CAL Suite Table f Cntents This brief applies t all Micrsft Vlume Licensing prgrams. Summary... 1 What s New in This

More information

White Paper. Trends and best practices for integration using SOA. Overview. Contents

White Paper. Trends and best practices for integration using SOA. Overview. Contents Trends and best practices fr integratin using SOA Overview In this paper authr has attempted t explain benefits and best practices fr implementing A2A & B2B Interactins with SOA Authr heads the Oracle

More information

Data Abstraction Best Practices with Cisco Data Virtualization

Data Abstraction Best Practices with Cisco Data Virtualization White Paper Data Abstractin Best Practices with Cisc Data Virtualizatin Executive Summary Enterprises are seeking ways t imprve their verall prfitability, cut csts, and reduce risk by prviding better access

More information

DVS Enterprise Test Results for Microsoft Lync 2013 and Citrix XenDesktop 7. Dell Client Cloud Computing Engineering Revision: 1.

DVS Enterprise Test Results for Microsoft Lync 2013 and Citrix XenDesktop 7. Dell Client Cloud Computing Engineering Revision: 1. DVS Enterprise Test Results fr Micrsft Lync 2013 and Citrix XenDesktp 7 Dell Client Clud Cmputing Engineering Revisin: 1.0 11/6/13 THIS DOCUMENT IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL

More information

The Importance Advanced Data Collection System Maintenance. Berry Drijsen Global Service Business Manager. knowledge to shape your future

The Importance Advanced Data Collection System Maintenance. Berry Drijsen Global Service Business Manager. knowledge to shape your future The Imprtance Advanced Data Cllectin System Maintenance Berry Drijsen Glbal Service Business Manager WHITE PAPER knwledge t shape yur future The Imprtance Advanced Data Cllectin System Maintenance Cntents

More information

Licensing Windows Server 2012 for use with virtualization technologies

Licensing Windows Server 2012 for use with virtualization technologies Vlume Licensing brief Licensing Windws Server 2012 fr use with virtualizatin technlgies (VMware ESX/ESXi, Micrsft System Center 2012 Virtual Machine Manager, and Parallels Virtuzz) Table f Cntents This

More information

CSC IT practix Recommendations

CSC IT practix Recommendations CSC IT practix Recmmendatins CSC Healthcare 28th January 2014 Versin 3 www.csc.cm/glbalhealthcare Cntents 1 Imprtant infrmatin 3 2 IT Specificatins 4 2.1 Wrkstatins... 4 2.2 Minimum Server with 1-5 wrkstatins

More information

The AppSec How-To: Choosing a SAST Tool

The AppSec How-To: Choosing a SAST Tool The AppSec Hw-T: Chsing a SAST Tl Surce Cde Analysis Made Easy GIVEN THE WIDE RANGE OF SOURCE CODE ANALYSIS TOOLS, SECURITY PROFESSIONALS, AUDITORS AND DEVELOPERS ALIKE ARE FACED WITH THE QUESTION: Hw

More information

9 ITS Standards Specification Catalog and Testing Framework

9 ITS Standards Specification Catalog and Testing Framework New Yrk State ITS Standards Specificatin Develpment Guide 9 ITS Standards Specificatin Catalg and Testing Framewrk This chapter cvers cncepts related t develpment f an ITS Standards Specificatin Catalg

More information

Cloud Services Frequently Asked Questions FAQ

Cloud Services Frequently Asked Questions FAQ Clud Services Frequently Asked Questins FAQ Revisin 1.0 6/05/2015 List f Questins Intrductin What is the Caradigm Intelligence Platfrm (CIP) clud? What experience des Caradigm have hsting prducts like

More information

State of Wisconsin. File Server Service Service Offering Definition

State of Wisconsin. File Server Service Service Offering Definition State f Wiscnsin File Server Service Service Offering Definitin Dcument Revisin Histry Date Versin Creatr Ntes 2/16/2008 1.0 JD Urfer First pass 2/16/2008 2.0 Tm Runge Editing changes 2/19/2009 2.1 Tm

More information

Best Practices for Optimizing Performance and Availability in Virtual Infrastructures

Best Practices for Optimizing Performance and Availability in Virtual Infrastructures Best Practices fr Optimizing Perfrmance and Availability in Virtual Infrastructures www.nimsft.cm Best Practices fr Optimizing Perfrmance and Availability in Virtual Infrastructures PAGE 2 Table f Cntents

More information

Licensing Windows Server 2012 R2 for use with virtualization technologies

Licensing Windows Server 2012 R2 for use with virtualization technologies Vlume Licensing brief Licensing Windws Server 2012 R2 fr use with virtualizatin technlgies (VMware ESX/ESXi, Micrsft System Center 2012 R2 Virtual Machine Manager, and Parallels Virtuzz) Table f Cntents

More information

Installation Guide Marshal Reporting Console

Installation Guide Marshal Reporting Console Installatin Guide Installatin Guide Marshal Reprting Cnsle Cntents Intrductin 2 Supprted Installatin Types 2 Hardware Prerequisites 2 Sftware Prerequisites 3 Installatin Prcedures 3 Appendix: Enabling

More information

Microsoft Certified Database Administrator (MCDBA)

Microsoft Certified Database Administrator (MCDBA) Micrsft Certified Database Administratr (MCDBA) 460 hurs Curse Overview/Descriptin The MCDBA prgram and credential is designed fr individuals wh want t demnstrate that they have the necessary skills t

More information

Caching Software Performance Test: Microsoft SQL Server Acceleration with FlashSoft Software 3.8 for Windows Server

Caching Software Performance Test: Microsoft SQL Server Acceleration with FlashSoft Software 3.8 for Windows Server The linked image cannt be displayed. The file may have been mved, renamed, r deleted. Verify that the link pints t the crrect file and lcatin. Technical Brief Caching Sftware Perfrmance Test: Micrsft SQL

More information

Helpdesk Support Tickets & Knowledgebase

Helpdesk Support Tickets & Knowledgebase Helpdesk Supprt Tickets & Knwledgebase User Guide Versin 1.0 Website: http://www.mag-extensin.cm Supprt: http://www.mag-extensin.cm/supprt Please read this user guide carefully, it will help yu eliminate

More information

SBClient and Microsoft Windows Terminal Server (Including Citrix Server)

SBClient and Microsoft Windows Terminal Server (Including Citrix Server) SBClient and Micrsft Windws Terminal Server (Including Citrix Server) Cntents 1. Intrductin 2. SBClient Cmpatibility Infrmatin 3. SBClient Terminal Server Installatin Instructins 4. Reslving Perfrmance

More information

TOWARDS OF AN INFORMATION SERVICE TO EDUCATIONAL LEADERSHIPS: BUSINESS INTELLIGENCE AS ANALYTICAL ENGINE OF SERVICE

TOWARDS OF AN INFORMATION SERVICE TO EDUCATIONAL LEADERSHIPS: BUSINESS INTELLIGENCE AS ANALYTICAL ENGINE OF SERVICE TOWARDS OF AN INFORMATION SERVICE TO EDUCATIONAL LEADERSHIPS: BUSINESS INTELLIGENCE AS ANALYTICAL ENGINE OF SERVICE A N D R E I A F E R R E I R A, A N T Ó N I O C A S T R O, D E L F I N A S Á S O A R E

More information

1)What hardware is available for installing/configuring MOSS 2010?

1)What hardware is available for installing/configuring MOSS 2010? 1)What hardware is available fr installing/cnfiguring MOSS 2010? 2 Web Frnt End Servers HP Prliant DL 380 G7 2 quad cre Intel Xen Prcessr E5620, 2.4 Ghz, Memry 12 GB, 2 HP 146 GB drives RAID 5 2 Applicatin

More information

Zimbra Professional Services Portfolio, Purchasing Guide & Price List

Zimbra Professional Services Portfolio, Purchasing Guide & Price List In- Tuitin Netwrks Ltd Zimbra Prfessinal Services Prtfli, Purchasing Guide & Price List This dcument prvides an verview f In- Tuitin Netwrks Limited s range f Zimbra Prfessinal Services available n the

More information

Design for securability Applying engineering principles to the design of security architectures

Design for securability Applying engineering principles to the design of security architectures Design fr securability Applying engineering principles t the design f security architectures Amund Hunstad Phne number: + 46 13 37 81 18 Fax: + 46 13 37 85 50 Email: amund@fi.se Jnas Hallberg Phne number:

More information

Interworks Cloud Platform Citrix CPSM Integration Specification

Interworks Cloud Platform Citrix CPSM Integration Specification Citrix CPSM Integratin Specificatin Cntents 1. Intrductin... 2 2. Activatin f the Integratin Layer... 3 3. Getting the Services Definitin... 4 3.1 Creating a Prduct Type per Lcatin... 5 3.2 Create Instance

More information

Installation Guide Marshal Reporting Console

Installation Guide Marshal Reporting Console INSTALLATION GUIDE Marshal Reprting Cnsle Installatin Guide Marshal Reprting Cnsle March, 2009 Cntents Intrductin 2 Supprted Installatin Types 2 Hardware Prerequisites 3 Sftware Prerequisites 3 Installatin

More information

WHITEPAPER Reference Architectures for Portal-based Rich Internet Applications

WHITEPAPER Reference Architectures for Portal-based Rich Internet Applications Authr: Sven Rieger Created n: 2015-04-10 Versin: 1.0 Rich Internet (RIAs) are HTML5-based applicatins with a desktp-like lk&feel which run inside a web brwser. The Micrsft Office applicatins Wrd, Excel,

More information

HP ExpertOne. HP2-T21: Administering HP Server Solutions. Table of Contents

HP ExpertOne. HP2-T21: Administering HP Server Solutions. Table of Contents HP ExpertOne HP2-T21: Administering HP Server Slutins Industry Standard Servers Exam preparatin guide Table f Cntents Overview 2 Why take the exam? 2 HP ATP Server Administratr V8 certificatin 2 Wh shuld

More information

Cisco IT Essentials v4.1. Course Overview. Total Hours: 240

Cisco IT Essentials v4.1. Course Overview. Total Hours: 240 PC Hardware and Sftware Teacher Resurce Cisc Essentials v4.1 Curse Overview Ttal Hurs: 240 Fundamental Chapters 1-10 Chapter 1: Intrductin t the Persnal Cmputer Hurs: 14.00 Gal: Chapter 2: The chapter

More information

Business Intelligence represents a fundamental shift in the purpose, objective and use of information

Business Intelligence represents a fundamental shift in the purpose, objective and use of information Overview f BI and rle f DW in BI Business Intelligence & Why is it ppular? Business Intelligence Steps Business Intelligence Cycle Example Scenaris State f Business Intelligence Business Intelligence Tls

More information

WEB APPLICATION SECURITY TESTING

WEB APPLICATION SECURITY TESTING WEB APPLICATION SECURITY TESTING Cpyright 2012 ps_testware 1/7 Intrductin Nwadays every rganizatin faces the threat f attacks n web applicatins. Research shws that mre than half f all data breaches are

More information

AccessData Corporation AD Lab System Specification Guide v1.1

AccessData Corporation AD Lab System Specification Guide v1.1 AccessData Crpratin AD Lab System Specificatin Guide v1.1 The AD Lab system specificatin guide was created t ensure the apprpriate is in place supprt an enterprise deplyment f AccessData Lab. The AccessData

More information

Serv-U Distributed Architecture Guide

Serv-U Distributed Architecture Guide Serv-U Distributed Architecture Guide Hrizntal Scaling and Applicatin Tiering fr High Availability, Security, and Perfrmance Serv-U Distributed Architecture Guide v14.0.1.0 Page 1 f 16 Intrductin Serv-U

More information

ALM in the Cloud an Overview of Oracle Developer Cloud Service. Introduction. By Dana Singleterry

ALM in the Cloud an Overview of Oracle Developer Cloud Service. Introduction. By Dana Singleterry ALM in the Clud an Overview f Oracle Develper Clud Service Intrductin By Dana Singleterry In recent years the wrld f applicatin develpment has adpted new methdlgies that aim t imprve the quality and speed

More information

2008 BA Insurance Systems Pty Ltd

2008 BA Insurance Systems Pty Ltd 2008 BA Insurance Systems Pty Ltd BAIS have been delivering insurance systems since 1993. Over the last 15 years, technlgy has mved at breakneck speed. BAIS has flurished in this here tday, gne tmrrw sftware

More information

Deployment Overview (Installation):

Deployment Overview (Installation): Cntents Deplyment Overview (Installatin):... 2 Installing Minr Updates:... 2 Dwnlading the installatin and latest update files:... 2 Installing the sftware:... 3 Uninstalling the sftware:... 3 Lgging int

More information

SaaS Listing CA Cloud Service Management

SaaS Listing CA Cloud Service Management SaaS Listing CA Clud Service Management 1. Intrductin This dcument prvides standards and features that apply t the CA Clud Service Management (CSM) SaaS ffering prvided t the Custmer and defines the parameters

More information

Traffic monitoring on ProCurve switches with sflow and InMon Traffic Sentinel

Traffic monitoring on ProCurve switches with sflow and InMon Traffic Sentinel An HP PrCurve Netwrking Applicatin Nte Traffic mnitring n PrCurve switches with sflw and InMn Traffic Sentinel Cntents 1. Intrductin... 3 2. Prerequisites... 3 3. Netwrk diagram... 3 4. sflw cnfiguratin

More information

Neuron ESB 3.0 Feature Summary

Neuron ESB 3.0 Feature Summary Neurn ESB 3.0 Features Neurn ESB 3.0 Feature Summary Neurn ESB is built n tp f the.net Framewrk and fully leverages WCF, WF, and ther framewrk cmpnents, using an pen architecture that embraces extensibility.

More information

SMART Active Directory Migrator 9.0.2. Requirements

SMART Active Directory Migrator 9.0.2. Requirements SMART Active Directry Migratr 9.0.2 January 2016 Table f Cntents... 3 SMART Active Directry Migratr Basic Installatin... 3 Wrkstatin and Member Server System... 5 Netwrking... 5 SSL Certificate... 6 Service

More information

G-CLOUD FRAMEWORK SERVICE DEFINITION. Solution Architecture for Cloud Service. Copyright: 2014 6point6 Ltd

G-CLOUD FRAMEWORK SERVICE DEFINITION. Solution Architecture for Cloud Service. Copyright: 2014 6point6 Ltd G-CLOUD FRAMEWORK SERVICE DEFINITION Slutin Architecture fr Clud Service Cpyright: 2014 6pint6 Ltd G-Clud Service Definitin Slutin Architecture fr Clud Service 1. SERVICE OVERVIEW 6pint6 is an innvative

More information

Performance Test Modeling with ANALYTICS

Performance Test Modeling with ANALYTICS Perfrmance Test Mdeling with ANALYTICS Jeevakarthik Kandhasamy Perfrmance test Lead Cnsultant Capgemini Financial Services USA jeevakarthik@gmail.cm Abstract Websites and web/mbile applicatins have becme

More information

Level 1 Technical. RealPresence Web Suite and Web Suite Pro. Contents

Level 1 Technical. RealPresence Web Suite and Web Suite Pro. Contents Level 1 Technical RealPresence Web Suite and Web Suite Pr Cntents 1 - Glssary... 2 2 Features... 3 RealPresence Platfrm integratin... 3 RealPresence Web Suite Sftware... 3 Sftware Keys... 3 3 - Web Client

More information

This guide is intended for administrators, who want to install, configure, and manage SAP Lumira, server for BI Platform

This guide is intended for administrators, who want to install, configure, and manage SAP Lumira, server for BI Platform Hw T install SAP Lumira, server n SAP BusinessObjects BI platfrm Distributed Install Applies t: SAP Lumira, server versin fr the SAP BusinessObjects BI platfrm Summary This guide is intended fr administratrs,

More information

Document Management Versioning Strategy

Document Management Versioning Strategy 1.0 Backgrund and Overview Dcument Management Versining Strategy Versining is an imprtant cmpnent f cntent creatin and management. Versin management is a key cmpnent f enterprise cntent management. The

More information

E2E Express 3.0. Requirements

E2E Express 3.0. Requirements E2E Express 3.0 Requirements February 2016 Table f Cntents Requirements... 3 Hardware Prerequisites... 3 General Installatin Requirements... 3 Netwrk Requirement... 4 SQL Server Installatin Requirements...

More information

Microsoft Exchange 2010 on VMware Design and Sizing Examples

Microsoft Exchange 2010 on VMware Design and Sizing Examples Micrsft Exchange 2010 n VMware Micrsft Exchange 2010 n VMware This prduct is prtected by U.S. and internatinal cpyright and intellectual prperty laws. This prduct is cvered by ne r mre patents listed at

More information

Case Study Best mcommerce marketplace system

Case Study Best mcommerce marketplace system Case Study Best mcmmerce marketplace system www.brainvire.cm 2015 Brainvire Inftech Pvt. Ltd Page 1 f 1 Client Requirement The client is ne f the mst experienced merchandize selling cmpany wners wh has

More information

MaaS360 Cloud Extender

MaaS360 Cloud Extender MaaS360 Clud Extender Installatin Guide Cpyright 2012 Fiberlink Cmmunicatins Crpratin. All rights reserved. Infrmatin in this dcument is subject t change withut ntice. The sftware described in this dcument

More information

Configuring, Monitoring and Deploying a Private Cloud with System Center 2012 Boot Camp

Configuring, Monitoring and Deploying a Private Cloud with System Center 2012 Boot Camp Cnfiguring, Mnitring and Deplying a Private Clud with System Center 2012 Bt Camp Length: 5 Days Technlgy: Micrsft System Center 2012 Delivery Methd: Instructr-led Hands-n Audience Prfile This curse is

More information

System Business Continuity Classification

System Business Continuity Classification System Business Cntinuity Classificatin Business Cntinuity Prcedures Infrmatin System Cntingency Plan (ISCP) Business Impact Analysis (BIA) System Recvery Prcedures (SRP) Cre Infrastructure Criticality

More information

BackupAssist SQL Add-on

BackupAssist SQL Add-on WHITEPAPER BackupAssist Versin 6 www.backupassist.cm 2 Cntents 1. Requirements... 3 1.1 Remte SQL backup requirements:... 3 2. Intrductin... 4 3. SQL backups within BackupAssist... 5 3.1 Backing up system

More information

Case Study. Sonata develops. comprehensive BI Application for a leading provider of Animal Nutrition Solutions. Ananthakrishnan

Case Study. Sonata develops. comprehensive BI Application for a leading provider of Animal Nutrition Solutions. Ananthakrishnan Case Study Ananthakrishnan Snata develps J Architect, Snata Sftware cmprehensive BI Applicatin fr a leading prvider f Animal Nutritin Slutins Snata Sftware Limited www.snata-sftware.cm www.snata-sftware.cm

More information

CNS-205: Citrix NetScaler 11 Essentials and Networking

CNS-205: Citrix NetScaler 11 Essentials and Networking CNS-205: Citrix NetScaler 11 Essentials and Netwrking Overview The bjective f the Citrix NetScaler 11 Essentials and Netwrking curse is t prvide the fundatinal cncepts and skills necessary t implement,

More information

Systems Support - Extended

Systems Support - Extended 1 General Overview This is a Service Level Agreement ( SLA ) between and the Enterprise Windws Services t dcument: The technlgy services the Enterprise Windws Services prvides t the custmer. The targets

More information

Connector for Microsoft Dynamics Installation Guide

Connector for Microsoft Dynamics Installation Guide Micrsft Dynamics Cnnectr fr Micrsft Dynamics Installatin Guide June 2014 Find updates t this dcumentatin at the fllwing lcatin: http://g.micrsft.cm/fwlink/?linkid=235139 Micrsft Dynamics is a line f integrated,

More information

Ten Steps for an Easy Install of the eg Enterprise Suite

Ten Steps for an Easy Install of the eg Enterprise Suite Ten Steps fr an Easy Install f the eg Enterprise Suite (Acquire, Evaluate, and be mre Efficient!) Step 1: Dwnlad the eg Sftware; verify hardware and perating system pre-requisites Step 2: Obtain a valid

More information

An Oracle White Paper January 2014. Oracle WebLogic Server on Oracle Database Appliance

An Oracle White Paper January 2014. Oracle WebLogic Server on Oracle Database Appliance An Oracle White Paper January 2014 Oracle WebLgic Server n Oracle Database Appliance Intrductin This white paper describes the architecture and highlights the value prpsitin f Oracle WebLgic Server n Oracle

More information

Restricted Document. Pulsant Technical Specification

Restricted Document. Pulsant Technical Specification Pulsant Technical Specificatin Title Pulsant Dedicated Server Department Prduct Develpment Cntributrs RR Classificatin Restricted Versin 1.0 Overview Pulsant ffer a Dedicated Server service t underpin

More information

Request for Resume (RFR) CATS II Master Contract. All Master Contract Provisions Apply

Request for Resume (RFR) CATS II Master Contract. All Master Contract Provisions Apply Sectin 1 General Infrmatin RFR Number: (Reference BPO Number) Functinal Area (Enter One Only) F50B3400026 7 Infrmatin System Security Labr Categry A single supprt resurce may be engaged fr a perid nt t

More information

Best Practice - Pentaho BA for High Availability

Best Practice - Pentaho BA for High Availability Best Practice - Pentah BA fr High Availability This page intentinally left blank. Cntents Overview... 1 Pentah Server High Availability Intrductin... 2 Prerequisites... 3 Pint Each Server t Same Database

More information

Workflow Automation Early Access Program

Workflow Automation Early Access Program b Wrkflw Autmatin Early Access Prgram NetApp Octber 2010 NetApp Early Access Prgram page 1 1 EARLY ACCESS PROGRAM OVERVIEW The Wrkflw Autmatin (WFA) Early Access Prgram (EAP) is a unique prgram ffered

More information

Systems Load Testing Appendix

Systems Load Testing Appendix Systems Lad Testing Appendix 1 Overview As usage f the Blackbard Academic Suite grws and its availability requirements increase, many custmers lk t understand the capability f its infrastructure. As part

More information

Diagnostic Manager Change Log

Diagnostic Manager Change Log Diagnstic Manager Change Lg Updated: September 8, 2015 4.4.4090 Features and Issues Supprt fr Office 365 Tenants Yu can nw: Mnitr the status f Office 365 Services (including SharePint Online, Exchange

More information

System Business Continuity Classification

System Business Continuity Classification Business Cntinuity Prcedures Business Impact Analysis (BIA) System Recvery Prcedures (SRP) System Business Cntinuity Classificatin Cre Infrastructure Criticality Levels Critical High Medium Lw Required

More information

Research Report. Abstract: The Emerging Intersection Between Big Data and Security Analytics. November 2012

Research Report. Abstract: The Emerging Intersection Between Big Data and Security Analytics. November 2012 Research Reprt Abstract: The Emerging Intersectin Between Big Data and Security Analytics By Jn Oltsik, Senir Principal Analyst With Jennifer Gahm Nvember 2012 2012 by The Enterprise Strategy Grup, Inc.

More information

StarterPak: Dynamics CRM Opportunity To NetSuite Sales Order

StarterPak: Dynamics CRM Opportunity To NetSuite Sales Order StarterPak: Dynamics CRM Opprtunity T NetSuite Sales Order Versin 1.0 7/20/2015 Imprtant Ntice N part f this publicatin may be reprduced, stred in a retrieval system, r transmitted in any frm r by any

More information

Position Paper on In-Network Object Cloud Architecture and Design Goals. Interconnecting Smart Objects with Internet Workshop 25 th March 2011

Position Paper on In-Network Object Cloud Architecture and Design Goals. Interconnecting Smart Objects with Internet Workshop 25 th March 2011 Architecture and Design Gals Intercnnecting Smart Objects with Internet Wrkshp 25 th March 2011 Alex Galis Stuart Clayman University Cllege Lndn Department

More information

ABELMed Platform Setup Conventions

ABELMed Platform Setup Conventions ABELMed Platfrm Setup Cnventins 1 Intrductin 1.1 Purpse f this dcument The purpse f this dcument is t prvide prspective ABELMed licensees and their hardware vendrs with the infrmatin that they will require

More information

Implementing ifolder Server in the DMZ with ifolder Data inside the Firewall

Implementing ifolder Server in the DMZ with ifolder Data inside the Firewall Implementing iflder Server in the DMZ with iflder Data inside the Firewall Nvell Cl Slutins AppNte www.nvell.cm/clslutins JULY 2004 OBJECTIVES The bjectives f this dcumentatin are as fllws: T cnfigure

More information

AHI. Foreign Pre-Approval Inspections (PAIs) Points to Consider

AHI. Foreign Pre-Approval Inspections (PAIs) Points to Consider AHI Freign Pre-Apprval Inspectins (PAIs) Pints t Cnsider The fllwing suggestins are intended t prvide spnsr guidance fr timeliness and predictability f freign PAIs. The FDA Center fr Veterinary Medicine

More information

Integrate Marketing Automation, Lead Management and CRM

Integrate Marketing Automation, Lead Management and CRM Clsing the Lp: Integrate Marketing Autmatin, Lead Management and CRM Circular thinking fr marketers 1 (866) 372-9431 www.clickpintsftware.cm Clsing the Lp: Integrate Marketing Autmatin, Lead Management

More information

2. When logging is used, which severity level indicates that a device is unusable?

2. When logging is used, which severity level indicates that a device is unusable? Last updated by Admin at March 3, 2015. 1. What are the mst cmmn syslg messages? thse that ccur when a packet matches a parameter cnditin in an access cntrl list link up and link dwn messages utput messages

More information

OR 2) Implement and customize an off the shelf product that would suit the requirements

OR 2) Implement and customize an off the shelf product that would suit the requirements CRM Custmer Relatinship Management Request fr Prpsal (RFP) Created by : Gayathri Jaganathan Rle : Prject Manager Prpsal Date: 10/02/06 Organizatin: AIM Alliance Inspectin Management Cmpany Lcatin : 28235

More information

xdb Configuration Guide

xdb Configuration Guide Sitecre 7.5 xdb Cnfiguratin Guide Rev: 9 April 2015 Sitecre 7.5 xdb Cnfiguratin Guide Cnfiguratin guide fr Sitecre administratrs and develpers Sitecre 7.5 Table f Cntents Chapter 1 Intrductin... 3 1.1

More information

COPIES-F.Y.I., INC. Policies and Procedures Data Security Policy

COPIES-F.Y.I., INC. Policies and Procedures Data Security Policy COPIES-F.Y.I., INC. Plicies and Prcedures Data Security Plicy Page 2 f 7 Preamble Mst f Cpies FYI, Incrprated financial, administrative, research, and clinical systems are accessible thrugh the campus

More information

Avatier Identity Management Suite

Avatier Identity Management Suite Avatier Identity Management Suite AIMS Versin 9 System Requirements Versin 9 2603 Camin Ramn Suite 110 San Ramn, CA 94583 Phne: 800-609-8610 925-217-5170 FAX: 925-217-0853 Email: supprt@avatier.cm Page

More information

Diagnosis and Troubleshooting

Diagnosis and Troubleshooting Diagnsis and Trubleshting DataDirect Cnnect Series ODBC Drivers Intrductin This paper discusses the diagnstic tls that are available t cnfigure and trublesht yur ODBC envirnment and prvides a trubleshting

More information

expertise hp services valupack consulting description security review service for Linux

expertise hp services valupack consulting description security review service for Linux expertise hp services valupack cnsulting descriptin security review service fr Linux Cpyright services prvided, infrmatin is prtected under cpyright by Hewlett-Packard Cmpany Unpublished Wrk -- ALL RIGHTS

More information

Version: Modified By: Date: Approved By: Date: 1.0 Michael Hawkins October 29, 2013 Dan Bowden November 2013

Version: Modified By: Date: Approved By: Date: 1.0 Michael Hawkins October 29, 2013 Dan Bowden November 2013 Versin: Mdified By: Date: Apprved By: Date: 1.0 Michael Hawkins Octber 29, 2013 Dan Bwden Nvember 2013 Rule 4-004J Payment Card Industry (PCI) Patch Management (prpsed) 01.1 Purpse The purpse f the Patch

More information

Mobilizing Healthcare Staff with Cloud Services

Mobilizing Healthcare Staff with Cloud Services Mbilizing Healthcare Staff with Clud Services Published May 2012 Mbile Technlgies are changing hw healthcare staff delivers care. With new pwerful integrated slutins available fr the healthcare staff,

More information

Application Note: 202

Application Note: 202 Applicatin Nte: 202 MDK-ARM Cmpiler Optimizatins Getting the Best Optimized Cde fr yur Embedded Applicatin Abstract This dcument examines the ARM Cmpilatin Tls, as used inside the Keil MDK-ARM (Micrcntrller

More information

Datasheet. PV4E Management Software Features

Datasheet. PV4E Management Software Features PV4E Management Sftware Features PV4E is a field prven cmprehensive slutin fr real-time cntrl ver netwrk infrastructure and devices The new and refreshed Graphic User Interface (GUI) is nw even mre attractive,

More information

McAfee Enterprise Security Manager. Data Source Configuration Guide. Infoblox NIOS. Data Source: September 2, 2014. Infoblox NIOS Page 1 of 8

McAfee Enterprise Security Manager. Data Source Configuration Guide. Infoblox NIOS. Data Source: September 2, 2014. Infoblox NIOS Page 1 of 8 McAfee Enterprise Security Manager Data Surce Cnfiguratin Guide Data Surce: Infblx NIOS September 2, 2014 Infblx NIOS Page 1 f 8 Imprtant Nte: The infrmatin cntained in this dcument is cnfidential and

More information

Process Automation With VMware

Process Automation With VMware Prcess Autmatin With VMware Intelligent Service Autmatin fr Real and Virtual Envirnments Intrductin This Whitepaper describes hw the UC4 platfrm integrates with the VMware vsphere Server and the VMware

More information

Company Pierce Washington (www.piercewashington.com) is a full service ebusiness consulting firm, with offices in San Francisco and Chicago.

Company Pierce Washington (www.piercewashington.com) is a full service ebusiness consulting firm, with offices in San Francisco and Chicago. Systems Business Analyst Business Analyst San Francisc, CA, United States Cmpany Pierce Washingtn (www.piercewashingtn.cm) is a full service ebusiness cnsulting firm, with ffices in San Francisc and Chicag.

More information

State of Wisconsin Division of Enterprise Technology (DET) Distributed Database Hosting Service Offering Definition (SOD)

State of Wisconsin Division of Enterprise Technology (DET) Distributed Database Hosting Service Offering Definition (SOD) State f Wiscnsin Divisin f Enterprise Technlgy (DET) Distributed Database Hsting Service Offering Definitin (SOD) Distributed Database Hsting SOD Page 1 12/9/2010 Dcument Revisin Histry (Majr Pst Publishing

More information

LogMeIn Rescue Web SSO via SAML 2.0 Configuration Guide

LogMeIn Rescue Web SSO via SAML 2.0 Configuration Guide LgMeIn Rescue Web SSO via SAML 2.0 LgMeIn Rescue Web SSO via SAML 2.0 Cnfiguratin Guide 02-19-2014 Cpyright 2015 LgMeIn, Inc. 1 LgMeIn Rescue Web SSO via SAML 2.0 Cntents 1 Intrductin... 3 1.1 Dcument

More information

Knowledge Base Article

Knowledge Base Article Knwledge Base Article Crystal Matrix Interface Cmparisn TCP/IP vs. SDK Cpyright 2008-2012, ISONAS Security Systems All rights reserved Table f Cntents 1: INTRODUCTION... 3 1.1: TCP/IP INTERFACE OVERVIEW:...

More information

Wireless Light-Level Monitoring

Wireless Light-Level Monitoring Wireless Light-Level Mnitring ILT1000 ILT1000 Applicatin Nte Wireless Light-Level Mnitring 1 Wireless Light-Level Mnitring ILT1000 The affrdability, accessibility, and ease f use f wireless technlgy cmbined

More information

URM 11g Implementation Tips, Tricks & Gotchas ALAN MACKENTHUN FISHBOWL SOLUTIONS, INC.

URM 11g Implementation Tips, Tricks & Gotchas ALAN MACKENTHUN FISHBOWL SOLUTIONS, INC. URM 11g Implementatin Tips, Tricks & Gtchas ALAN MACKENTHUN FISHBOWL SOLUTIONS, INC. i Fishbwl Slutins Ntice The infrmatin cntained in this dcument represents the current view f Fishbwl Slutins, Inc. n

More information

Disk Redundancy (RAID)

Disk Redundancy (RAID) A Primer fr Business Dvana s Primers fr Business series are a set f shrt papers r guides intended fr business decisin makers, wh feel they are being bmbarded with terms and want t understand a cmplex tpic.

More information

Serv-U Distributed Architecture Guide

Serv-U Distributed Architecture Guide Serv-U Distributed Architecture Guide Hrizntal Scaling and Applicatin Tiering fr High Availability, Security, and Perfrmance Serv-U Distributed Architecture Guide v15.1.2.0 Page 1 f 20 Intrductin Serv-U

More information

Instant Chime for IBM Sametime Quick Start Guide

Instant Chime for IBM Sametime Quick Start Guide Instant Chime fr IBM Sametime Quick Start Guide Fall 2014 Cpyright 2014 Instant Technlgies. All rights reserved. Cpyright and Disclaimer This dcument, as well as the sftware described in it, is furnished

More information

Implementing SQL Manage Quick Guide

Implementing SQL Manage Quick Guide Implementing SQL Manage Quick Guide The purpse f this dcument is t guide yu thrugh the quick prcess f implementing SQL Manage n SQL Server databases. SQL Manage is a ttal management slutin fr Micrsft SQL

More information

Build the cloud OpenStack Installation & Configuration Integration with existing tools and processes Cloud Migration

Build the cloud OpenStack Installation & Configuration Integration with existing tools and processes Cloud Migration Slutin Brief OpenStack Services OVERVIEW OnX understands clud adptin challenges f glbal enterprise cmpanies and helps Enterprises adpt OpenStack slutins thrugh targeted services. We ffer vertical industry

More information