Infrastructure Series

Size: px
Start display at page:

Download "Infrastructure Series"

Transcription

1 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 (Aggregatin) Glen Brumbaugh

2 Table f Cntents Intrductin... 3 Dcument Versin... 3 Prduct Naming Histry... 3 Prduct Cmpnent Terminlgy... 3 Parallel Prcessing... 4 Prgramming Overview... 4 Message Brker Aggregatin Implementatin... 5 Queues... 5 Fan Out Message Flw... 6 Fan In Message Flw... 7 Errr Handling... 8 Slutin Design Summary... 9 Message Brker Aggregatin Ndes AggregateCntrl Nde AggregateRequest Nde AggregateReply Nde Best Practices References Table f Figures Figure 1 - Parallel Prgramming... 4 Figure 2 - Aggreatin message prcessing... 5 Figure 3 - WMQ Aggregatin Prcessing... 6 Figure 4 AggregateCntrl Nde OuputLcalEnvirnment... 7 Figure 5 MQOutput Nde OutputLcalEnvirnment... 8 Figure 6 AggregateRequest Nde - OutputEnvrinment... 9 Figure 7 - Aggregatin Message Tree Page 2 f 13

3 Intrductin Dcument Versin This dcument describes hw t utilize parallel prcessing (Aggregatin) within a Message Brker (WMB up t v8.x) r Integratin Nde (IIB v9.0 +) Message Flw. The dcument shuld, hwever, apply t mst versins f these prducts. The cntents f this dcument have been specifically verified n the fllwing prductin versins: WebSphere Message Brker v IBM Integratin Bus v This dcumentatin has been created and maintained by: Glen Brumbaugh This dcumentatin has been reviewed by: Glen Brumbaugh This dcumentatin was last updated: Versin 1.0 February 2015 Prduct Naming Histry The prduct currently knwn as IBM Integratin Bus has been thrugh a number f different prduct names during its several decade lng evlutin. The prduct was riginally develped by the New Era f Netwrks (NEON) Crpratin and was marketed and resld by IBM. IBM cmpletely redesigned and rebuilt the prduct and released their wn in-huse develped prduct beginning with versin 2.0. The prduct has had the fllwing names and versin numbers: MQSeries Integratr (MQSI) Versin WebSphere MQSeries Integratr Versin 2.1 WebSphere Business Integratin Message Brker (WBIMB) V5.0 WebSphere Message Brker (WMB) Versin x IBM Integratin Bus (IIB) Versin Fr the remainder f this dcument, the prduct will be referred t as Message Brker. This is bth fr histrical reasns and t signify that this dcumentatin applies t bth the WMB and IIB prduct versins. Prduct Cmpnent Terminlgy With the Versin 9.0 prduct rename (t IBM Integratin Bus), several key prduct architectural cmpnents were given new names; while cntinuing t fill virtually the same rle they had previusly filled. This dcumentatin will cntinue t refer t the ld names because the steps dcumented here refer t bth ld and new prduct versins. The ld and crrespnding new names are as fllws: Message Brker Nw called Integratin Nde (Beginning with v9.0) Executin Grup Nw called Integratin Server (Beginning with v9.0) Message Flw Still called Message Flw Page 3 f 13

4 Parallel Prcessing Prgramming Overview Mst applicatin prgramming, whether in the C, COBOL, Java, r Message Brker prgramming languages, deals with sequential prcessing within a single prcess/thread. Very few prgrammers actually have experience with parallel prcessing, either within a multi-threaded envirnment r within a prgramming language that explicitly supprts parallel prcessing. Parallel, r cncurrent, prgramming has, hwever, been arund fr quite sme time and has been implemented in a number f different prgramming languages. Parallel prcessing (as illustrated in Figure 1) invlves tw separate peratins. The Frk peratin splits the main prcess thread int multiple parallel sub-threads. These child threads begin executin immediately. Once all child threads have been launched the parent thread suspends its prcessing until all the child threads have successfully cmpleted. Each child thread will terminate with a Jin peratin. Once all child threads have terminated with a Jin, the parent thread will resume prcessing. Figure 1 - Parallel Prgramming Naturally, unexpected errrs can ccur during the whle f this prcess. The primary errr assciated with parallel prcessing is the case f a child thread that never cmpletes with a Jin peratin, leaving the Frk waiting. This may be due t either a design/prgramming errr r the death f the child thread. This errr case is usually handled by resuming the parent thread after a certain amunt has passed. This is typically accmplished by using a timeut parameter. T summarize: Parallel prgramming uses the Frk and Jin prgramming cnstructs. Parent threads issue the Frk peratin, create child threads, and are then suspended. Page 4 f 13

5 Child threads created by the Frk peratin terminate with a Jin peratin. The parent thread resumes either when all child thread cmplete r a timeut is reached. The failure cnditin f nt all child threads successfully cmpleting must be handled. Message Brker Aggregatin Implementatin Since Message Brker is a messaging based technlgy, it uses messaging terminlgy t describe its parallel prcessing. T begin with, the term Parallel prcessing is nt used. Instead, Message Brker defines the cncept f Aggregatin. What in parallel prgramming languages is called a Frk, Message Brker terms a Fan Out. What parallel prgramming language calls a Jin, Message Brker terms a Fan In. The data trees frm the Fan Out messages are aggregated during the Fan In prcess. Message Brker supprts parallel prcessing thrugh a defined set f ndes built int the Message Brker tlkit. These ndes are nrmally implemented acrss tw separate Message Flws. The first flw is the Fan Out flw. The secnd Message Flw is the Fan In flw. In between these tw flws, the Fanned Out messages will perfrm the necessary business prcessing and generate Reply messages that will be aggregated in the Fan In flw. Message Brker uses three different ndes t implement Aggregatin. The tw separate flws and the assciated three ndes are referenced in Figure 2 and Figure 3. The three Message Brker Tlkit ndes are: AggregateCntrl Nde AggregateRequest Nde AggregateReply Nde Figure 2 - Aggregatin message prcessing Queues Message Brker aggregatin internally uses WMQ queues t supprt aggregatin prcessing. The queues used are: SYSTEM.BROKER.AGGR.CONTROL SYSTEM.BROKER.AGGR.REPLY SYSTEM.BROKER.AGGR.REQUEST SYSTEM.BROKER.AGGR.TIMEOUT SYSTEM.BROKER.AGGR.UNKNOWN Page 5 f 13

6 Fr islatin and perfrmance, it is pssible t cnfiguratin an Aggregatin t use alternate queues. This is dne thrugh an Aggregatin Cnfigurable Service. In this case, the Cnfigurable Service creates a prefix that is used t identify differently named queues. The resulting queue names are: SYSTEM.BROKER.AGGR.prefix.xxx (Where xxx = CONTROL, REPLY, etc.) Fr mre infrmatin, the References Sectin cntains a Knwledge Center link t this tpic. Figure 3 - WMQ Aggregatin Prcessing Fan Out Message Flw The Fan Out Message Flw begins with a request message frm a user. This request is prcessed by an Input nde. This input nde begins a transactin (Lgical Unit f Wrk) that will nt be cmmitted until the AggregateRequest ndes. The actual Fan Out (Frk) prcess itself begins in the AggregateCntrl nde. This nde allws multiple ndes t be cnnected t its Out terminal. These multiple Out cnnectins define the scpe f the Fan Out (parallel prcessing). The nde als defines the Aggregatin Name as a Nde prperty, s that data frm different aggregatins can be kept separated in the queues. At runtime, this Nde defines the Aggregatin ID, which enables the separatin f data Page 6 f 13

7 frm multiple instances f the same aggregatin. Bth f these fields are stred in the OutputLcalEnvirnment tree (See Figure 4). The parallel Fan Out ndes must each generate a Request message that will be prcessed utside f the Fan Out message flw. Each f these Request messages will, in turn, generate a Reply message that will be input int the Fan In Message Flw. When these Request messages are generated, typically by an MQOutput nde, the nde updates the OutputLcalEnvirnment element, adding a WrittenDestinatin element. This is illustrated in Figure 5. Figure 4 AggregateCntrl Nde OuputLcalEnvirnment Each Fan Out (Child) prcess ends with an AggregateRequest nde. The AggregateRequest nde prvides a name (called a Flder ) fr each f instance f a child prcess. These Flder names will be aggregated under a CmIbmAggregateReplyBdy dmain during the Fan In prcess. This nde als checks t see if it is the last Fan Out message flw. If it is, this nde cmmits the transactin. This cmmits cnsumes the riginal request message and releases the request messages frm each f the Fan Out flws. This nde als updates the OutputEnvirnment element. This structure is illustrated in Figure 6. The Envirnment element fields updated include: Aggregatin Name Flder Name Reply Identifier Reply Prtcl (Element name; frm AggregateCntrl nde prperty) (Element name; frm AggregateRequest nde prperty) (Matches value set in Output nde) (Typically MQ ) Fan In Message Flw The actual Fan In prcess itself begins with an Input nde t prcess the Reply messages generated in respnse t the Fan Out request messages. The Input nde begins a transactin (Lgical Unit f Wrk) that will nt be cmmitted until the final Output nde. The Fan In (Jin) prcess itself begins and ends with the AggregateReply nde. This nde cnsumes the Reply messages that are generated as a result f the multiple Request messages generated during the Fan Out prcessing. The nde aggregates all f these Reply messages int the CmIbmAggregateReplyBdy element. Under that element, each Reply is stred under a named Flder. The name f that flder is the name assigned by the Page 7 f 13

8 crrespnding AggregateRequest nde. illustrated in Figure 7. The CmIbmAggregateReplyBdy structure is Figure 5 MQOutput Nde OutputLcalEnvirnment Errr Handling There are a number f different types f errrs that may ccur in an aggregatin Message Flw. These errrs include: A Reply message that cannt be assciated with a request ( Unknwn ). A late (if there is a specified timeut) Reply message ( Timeut ). A drpped Reply message, causing either a timeut r the aggregatin t hang. A dwnstream errr (after AggregatinReply nde) causing an exceptin t be thrwn. All f the errrs must be handled in the fllwing Fan In Message Flw nde terminals: Input Nde.Catch terminal AggregateReply.Catch terminal (e.g. MQInput nde) Page 8 f 13

9 If these errrs are nt caught in thse tw ndes, then default Message Brker errr handling will be perfrmed. In the References Sectin, see the link regarding Errr Handling fr additinal infrmatin. Figure 6 AggregateRequest Nde - OutputEnvrinment Slutin Design Summary The design f an Aggregatin slutin thus has the fllwing prperties: The slutin has tw separate Message Flws: Fan Out and Fan In. Each Fan Out Message Flw: Begins with a single Input nde. The Fan Out prcess begins with an AggregateCntrl nde. Each Fan Out parallel flw has an Output nde generating a Request message. Each Fan Out parallel flw Output nde is fllwed by an AggregateRequest nde. The Request messages generated in the Fan Out parallel flws: Must ultimately result in a Reply message being generated. All Reply messages must be ruted t the same queue. The Reply queue is used as the Input queue fr the Fan In Message Flw. Page 9 f 13

10 Each Fan In Message Flw: Begins with a single Input nde. All Reply messages must ultimately be ruted t this Input nde. The AggregateReply nde perfrms the Fan In functin. Reply messages aggregated int a CmIbmAggregateReplyBdy structure. Figure 7 - Aggregatin Message Tree Message Brker Aggregatin Ndes AggregateCntrl Nde The AggregateCntrl nde is used in the Fan Out message flw. This nde must be preceded by an Input nde. This nde must precede the AggregateRequest nde. The input nde defines the beginning f a transactin. The AggregateCntrl nde must participate in the transactin. This nde begins the Fan Out prcess. Page 10 f 13

11 Fan Out parallel flws are defined by multiple utputs frm the Out terminal. This nde names this particular Aggregatin. Updates the OutputLcalEnvirnment tree. Adds a CmIbmAggregateCntrlNde child element. Adds CmIbmAggregateCntrlNde child fields. aggregatename aggregateid All parallel flws are passed identical tree structures. AggregateRequest Nde The AggregateRequest nde is used in the Fan Out message flw. This nde must be preceded by the AggregateCntrl nde. This nde must be preceded by an Output nde. All Output messages must ultimately result in a Reply message. All Reply messages must ultimately be ruted t the same queue. The AggregateRequest nde defines the end f a transactin. Transactin cmmitted when the last parallel AggregateRequest nde is prcessed. This nde names the Flder assciated with this parallel Request message flw. AggregateReply Nde The AggregateRequest nde is used in the Fan In message flw. This nde must be preceded by an Input nde. Reply messages resulting frm Fan Out parallel flws rute t this Input nde. The AggregateRequest nde builds the CmIbmAggregateReplyBdy structure. The CmIbmAggregateReplyBdy has a Flder element fr each Reply message. The name f the Flder element is assigned in the AggregateRequest nde. The Flder element crrespnds t the OutputRt f the Reply messages. The UnknwnMessageTimeut prperty Delays prcessing a Reply message fr which there is n cntrl infrmatin Best Practices MQInput Nde ( Fan Out ): Transactin mde MUST be set t Yes. Subsequent ndes MUST use a setting f Autmatic. This ensures that the input messages are prcessed under a syncpint and nly cmmitted when the last message is prcessed by the AggregateRequest nde. This accmplish tw essential things: (1) Data integrity is ensured. Input Request messages are rlled back nt the input queue if the transactin is rlled back. (2) N Request messages are released until the end f the transactin. This ensures that the cntrl infrmatin required by the AggregateReply nde is supplied befre any f the Reply messages arrive. AggregateCntrl Nde: D nt use the Cntrl terminal. This terminal is deprecated and remains nly t supprt earlier prduct versins. The use f this terminal has n benefit and Page 11 f 13

12 can cause perfrmance degradatin. In the References Sectin, see the link regarding Thread Starvatin. MQInput Nde ( Fan In ): Transactin mde MUST be set t Yes. Subsequent ndes MUST use a setting f Autmatic. This ensures that the input messages are prcessed under a syncpint and nly cmmitted after the final Reply message is written, fr example, by an MQOutput nde. This accmplish tw essential things: (1) Data integrity is ensured. Input Reply messages are rlled back nt the input queue if the transactin is rlled back. (2) Since exceptins may be thrwn t either the Input nde r the AggregateReply nde, this ensures a cnsistent behavir acrss different types f exceptins. References IBM WebSphere Message Brker Knwledge center (v7.0, 8.0) 01.ibm.cm/supprt/knwledgecenter/#!/SSKM8N/mapfiles/prduct_welcme.html IBM IBM Integratin Bus Knwledge center (v9.0, 10.0) 01.ibm.cm/supprt/knwledgecenter/#!/SSMKHH/mapfiles/prduct_welcme.html IBM IIB Knwledge center Aggregatin Assciating Fan Out and Fan In Message Flws 01.ibm.cm/supprt/knwledgecenter/#!/SSKM8N_8.0.0/cm.ibm.etls.mft.dc/ac12311_.ht m IBM IIB Knwledge center Aggregatin Creating the aggregatin Fan Out flw 01.ibm.cm/supprt/knwledgecenter/?lang=en#!/SSKM8N_8.0.0/cm.ibm.etls.mft.dc/ac1 2290_.htm IBM IIB Knwledge center Aggregatin Creating the aggregatin Fan In flw 01.ibm.cm/supprt/knwledgecenter/#!/SSKM8N_8.0.0/cm.ibm.etls.mft.dc/ac12300_.ht m IBM IIB Knwledge center Aggregatin Handling exceptins in aggregatin flws 01.ibm.cm/supprt/knwledgecenter/#!/SSKM8N_8.0.0/cm.ibm.etls.mft.dc/ac12340_.ht m IBM IIB Knwledge center Aggregatin Setting timeut values fr aggregatin 01.ibm.cm/supprt/knwledgecenter/?lang=en#!/SSKM8N_8.0.0/cm.ibm.etls.mft.dc/ac1 2320_.htm Page 12 f 13

13 IBM IIB Knwledge center Aggregatin Aviding thread starvatin in Fan In flws 01.ibm.cm/supprt/knwledgecenter/?lang=en#!/SSKM8N_8.0.0/cm.ibm.etls.mft.dc/ac1 2313_.htm IBM IIB Knwledge center Aggregatin Cnfiguring queues used fr Aggregatin 01.ibm.cm/supprt/knwledgecenter/?lang=en#!/SSKM8N_8.0.0/cm.ibm.etls.mft.dc/bc2 8130_.htm?cp=SSKM8N_8.0.0%2F IBM IIB Knwledge center Samples - Aggregatin 01.ibm.cm/supprt/knwledgecenter/#!/SSKM8N_8.0.0/cm.ibm.etls.mft.samples.aggregat in.dc/dc/verview.htm IBM develperwrks Extending Aggregatin IBM develperwrks Dynamic Message Aggregatin _chakrabrty.html Page 13 f 13

Contents: Module. Objectives. Lesson 1: Lesson 2: appropriately. As benefit of good. with almost any planning. it places on the.

Contents: Module. Objectives. Lesson 1: Lesson 2: appropriately. As benefit of good. with almost any planning. it places on the. 1 f 22 26/09/2016 15:58 Mdule Cnsideratins Cntents: Lessn 1: Lessn 2: Mdule Befre yu start with almst any planning. apprpriately. As benefit f gd T appreciate architecture. it places n the understanding

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

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

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

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

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

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

Universal CMDB. Software Version: Backup and Recovery Guide

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

More information

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

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

More information

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

GPA: Plugin for Prerequisite Checks With Solution Manager 7.1

GPA: Plugin for Prerequisite Checks With Solution Manager 7.1 GPA: Plugin fr Prerequisite Checks With Slutin Manager 7.1 Descriptin: The plugin Prerequisite checks can be used in yur wn guided prcedures. It ffers the pssibility t select at design time amng a set

More information

Overview of Data Furnisher Batch Processing

Overview of Data Furnisher Batch Processing Overview f Data Furnisher Batch Prcessing Nvember 2018 Page 1 f 9 Table f Cntents 1. Purpse... 3 2. Overview... 3 3. Batch Interface Implementatin Variatins... 4 4. Batch Interface Implementatin Stages...

More information

Oracle CPQ Cloud Release 1. New Feature Summary

Oracle CPQ Cloud Release 1. New Feature Summary Oracle CPQ Clud 2017 Release 1 New Feature Summary April 2017 1 TABLE OF CONTENTS REVISION HISTORY... 3 ORACLE CPQ CLOUD... 4 MODERN SELLING EXPERIENCE... 4 Deal Negtiatin... 4 REST API Services... 4 ENTERPRISE

More information

HP Universal CMDB. Software Version: Backup and Recovery Guide

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

More information

App Orchestration 2.6

App Orchestration 2.6 App Orchestratin 2.6 Terminlgy in App Orchestratin 2.6 Last Updated: July 8, 2015 Page 1 Terminlgy Cntents Elements f App Orchestratin... 3 Dmains... 3 Multi-Datacenter Deplyments... 4 Delivery Sites...

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

CONTROL-COMMAND. Software Technical Specifications for ThomX Suppliers 1.INTRODUCTION TECHNICAL REQUIREMENTS... 2

CONTROL-COMMAND. Software Technical Specifications for ThomX Suppliers 1.INTRODUCTION TECHNICAL REQUIREMENTS... 2 Réf. ThmX-NT-SI-CC001 Table f Cntents Sftware Technical Specificatins fr ThmX Authr : Philippe Page 1 / 9 1.INTRODUCTION... 2 2.TECHNICAL REQUIREMENTS... 2 3.DOCUMENTATION REQUIREMENTS... 4 4.COMPUTING

More information

Log shipping is a HA option. Log shipping ensures that log backups from Primary are

Log shipping is a HA option. Log shipping ensures that log backups from Primary are LOG SHIPPING Lg shipping is a HA ptin. Lg shipping ensures that lg backups frm Primary are cntinuusly applied n standby. Lg shipping fllws a warm standby methd because manual prcess is invlved t ensure

More information

Infrastructure Series

Infrastructure Series Infrastructure Series TechDc IBM Integratin Bus IIB Security Octber 2017 - IBM Integratin Bus Security Authr(s): Glen Brumbaugh Table f Cntents Intrductin... 3 Dcument Versin... 3 Security Intrductin...

More information

Level 2 Development Training

Level 2 Development Training Level 2 Develpment Training Level 2 Develpment Training Level 2 Develpment Training Vide Capture RSS 4000 Level 2 Develpment Training Vide Capture Cntents 1 Intrductin... 3 Intrductin... 3 Available Resurces...

More information

CSC IT practix Recommendations

CSC IT practix Recommendations CSC IT practix Recmmendatins CSC Healthcare 17 th June 2015 Versin 3.1 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

Point-to-Point Encryption (P2PE)

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

More information

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

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

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

More information

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

NiceLabel LMS. Installation Guide for Single Server Deployment. Rev-1702 NiceLabel

NiceLabel LMS. Installation Guide for Single Server Deployment. Rev-1702 NiceLabel NiceLabel LMS Installatin Guide fr Single Server Deplyment Rev-1702 NiceLabel 2017. www.nicelabel.cm 1 Cntents 1 Cntents 2 2 Architecture 3 2.1 Server Cmpnents and Rles 3 2.2 Client Cmpnents 3 3 Prerequisites

More information

GPA: Plugin for OS Command With Solution Manager 7.1

GPA: Plugin for OS Command With Solution Manager 7.1 GPA: Plugin fr OS Cmmand With Slutin Manager 7.1 The plugin OS Cmmand can be used in yur wn guided prcedures. It ffers the pssibility t execute pre-defined perating system cmmand n each hst part f the

More information

Integrating QuickBooks with TimePro

Integrating QuickBooks with TimePro Integrating QuickBks with TimePr With TimePr s QuickBks Integratin Mdule, yu can imprt and exprt data between TimePr and QuickBks. Imprting Data frm QuickBks The TimePr QuickBks Imprt Facility allws data

More information

vrealize Operations Management Pack for Storage Devices Release Notes

vrealize Operations Management Pack for Storage Devices Release Notes vrealize Operatins Management Pack fr Strage Devices 6.0.5 Release Ntes Build: 4015504 Last dcument update: 23 May 2017 Cntents: What s New Cmpatibility and Interperability Scalability Reslved Issues Knwn

More information

VMware AirWatch SDK Plugin for Apache Cordova Instructions Add AirWatch Functionality to Enterprise Applicataions with SDK Plugins

VMware AirWatch SDK Plugin for Apache Cordova Instructions Add AirWatch Functionality to Enterprise Applicataions with SDK Plugins VMware AirWatch SDK Plugin fr Apache Crdva Instructins Add AirWatch Functinality t Enterprise Applicatains with SDK Plugins v1.2 Have dcumentatin feedback? Submit a Dcumentatin Feedback supprt ticket using

More information

Performance and Scalability Benchmark: Siebel CRM Release 7.7 Industry Applications on HP ProLiant Server and Microsoft SQL Server 2005

Performance and Scalability Benchmark: Siebel CRM Release 7.7 Industry Applications on HP ProLiant Server and Microsoft SQL Server 2005 Perfrmance and Scalability Benchmark: Siebel CRM Release 7.7 Industry Applicatins n HP PrLiant Server and Micrsft SQL Server 2005 An Oracle White Paper Released Octber 2005 Perfrmance and Scalability Benchmark:

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

Technical Paper. Installing and Configuring SAS Environment Manager in a SAS Grid Environment

Technical Paper. Installing and Configuring SAS Environment Manager in a SAS Grid Environment Technical Paper Installing and Cnfiguring SAS Envirnment Manager in a SAS Grid Envirnment Last Mdified: Octber 2016 Release Infrmatin Cntent Versin: Octber 2016. Trademarks and Patents SAS Institute Inc.,

More information

Performance and Scalability Benchmark: Siebel CRM Release 7.7 Industry Applications on HP Integrity Server and Microsoft SQL Server 2005

Performance and Scalability Benchmark: Siebel CRM Release 7.7 Industry Applications on HP Integrity Server and Microsoft SQL Server 2005 Perfrmance and Scalability Benchmark: Siebel CRM Release 7.7 Industry Applicatins n HP Integrity Server and Micrsft SQL Server 2005 An Oracle White Paper Released Octber 2005 Perfrmance and Scalability

More information

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

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

More information

Design Patterns. Collectional Patterns. Session objectives 11/06/2012. Introduction. Composite pattern. Iterator pattern

Design Patterns. Collectional Patterns. Session objectives 11/06/2012. Introduction. Composite pattern. Iterator pattern Design Patterns By Võ Văn Hải Faculty f Infrmatin Technlgies HUI Cllectinal Patterns Sessin bjectives Intrductin Cmpsite pattern Iteratr pattern 2 1 Intrductin Cllectinal patterns primarily: Deal with

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

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash UiPath Autmatin Walkthrugh Walkthrugh Calculate Client Security Hash Walkthrugh Calculate Client Security Hash Start with the REFramewrk template. We start ff with a simple implementatin t demnstrate the

More information

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

High Security SaaS Concept Software as a Service (SaaS) for Life Science

High Security SaaS Concept Software as a Service (SaaS) for Life Science Sftware as a Service (SaaS) fr Life Science Cpyright Cunesft GmbH Cntents Intrductin... 3 Data Security and Islatin in the Clud... 3 Strage System Security and Islatin... 3 Database Security and Islatin...

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

Performance and Scalability Benchmark: Siebel CRM Release 7.7 Industry Applications on IBM eserver p690 and IBM DB2 UDB on eserver p5 570

Performance and Scalability Benchmark: Siebel CRM Release 7.7 Industry Applications on IBM eserver p690 and IBM DB2 UDB on eserver p5 570 Perfrmance and Scalability Benchmark: Siebel CRM Release 7.7 Industry Applicatins n IBM eserver p690 and IBM DB2 UDB n eserver p5 570 An Oracle White Paper Released March 2005 Perfrmance and Scalability

More information

Performance and Scalability Benchmark: Siebel CRM Release 7.7 Industry Applications on IBM eserver BladeCenter and IBM DB2 UDB on eserver p5 550

Performance and Scalability Benchmark: Siebel CRM Release 7.7 Industry Applications on IBM eserver BladeCenter and IBM DB2 UDB on eserver p5 550 Perfrmance and Scalability Benchmark: Siebel CRM Release 7.7 Industry Applicatins n IBM eserver BladeCenter and IBM DB2 UDB n eserver p5 550 An Oracle White Paper Released December 2004 Perfrmance and

More information

VMware EVO:RAIL Customer Release Notes

VMware EVO:RAIL Customer Release Notes VMware EVO:RAIL Custmer Release Ntes EVO:RAIL Release 1.2.0 Dcument Revisin: 1.2.0-2 (May 27, 2015) Cpyright 1998-2015 VMware, Inc. All rights reserved. Cpyright, trademark, and patent infrmatin: http://pubs.vmware.cm/cpyright-trademark.html.

More information

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

HPE LoadRunner Best Practices Series. LoadRunner Upgrade Best Practices

HPE LoadRunner Best Practices Series. LoadRunner Upgrade Best Practices HPE LadRunner Best Practices Series LadRunner 12.50 Upgrade Best Practices Dcument publicatin date: Nvember 2015 Cntents 1. Intrductin... 3 Overview... 3 Audience... 3 2. Preparatin... 3 Backup assets...

More information

Dell EqualLogic PS Series Arrays: Expanding Windows Basic Disk Partitions

Dell EqualLogic PS Series Arrays: Expanding Windows Basic Disk Partitions TECHNICAL REPORT Dell EqualLgic PS Series Arrays: Expanding Windws Basic Disk Partitins ABSTRACT This Technical Reprt describes hw t expand Micrsft Windws basic disk vlumes after increasing the size f

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

Gemini Intercom Quick Start Guide

Gemini Intercom Quick Start Guide Gemini Intercm Quick Start Guide 2 Quick Start Guide Cntents Cntents... 1 Overview... 3 First Step unpack and inspect... 3 Netwrk plan and IP addresses... 4 Management PC... 5 Install Sftware... 6 Cnfigure

More information

Product Release Notes

Product Release Notes Prduct Release Ntes ExpressSAS 3Gb RAID Release v4.00 - Mac OS X 1. General Release Infrmatin These prduct release ntes define the new features, changes, knwn issues and release details that apply t the

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

INVENTION DISCLOSURE

INVENTION DISCLOSURE 1. Inventin Title. Light Transprt and Data Serializatin fr TR-069 Prtcl 2. Inventin Summary. This inventin defines a light prtcl stack fr TR-069. Even thugh TR-069 is widely deplyed, its prtcl infrastructure

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

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

25years. MQ High Availability. Celebrating. David Ware IBM MQ Chief Architect. MQ Technical Conference v

25years. MQ High Availability. Celebrating. David Ware IBM MQ Chief Architect. MQ Technical Conference v MQ Technical Cnference v2.0.1.8 MQ High Availability David Ware IBM MQ Chief Architect Celebrating 25years High availability Available A system is said t be available if it is able t perfrm its required

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

Stealing passwords via browser refresh

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

More information

Technical Paper. Installing and Configuring SAS Environment Manager in a SAS Grid Environment with a Shared Configuration Directory

Technical Paper. Installing and Configuring SAS Environment Manager in a SAS Grid Environment with a Shared Configuration Directory Technical Paper Installing and Cnfiguring Envirnment Manager in a Grid Envirnment with a Shared Cnfiguratin Directry Last Mdified: January 2018 Release Infrmatin Cntent Versin: January 2018. Trademarks

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

Oracle BPM 10rR3. Role Authorization resolution using groups. Version: 1.0

Oracle BPM 10rR3. Role Authorization resolution using groups. Version: 1.0 Oracle BPM 10rR3 Rle Authrizatin reslutin using grups Versin: 1.0 OBPM 10gR3 Rle Authrizatin reslutin using grups Cntents Intrductin... 3 Sme BPM & LDAP cncepts... 4 Cnfiguring OBPM t use different grup

More information

HP Server Virtualization Solution Planning & Design

HP Server Virtualization Solution Planning & Design Cnsulting & Integratin Infrastructure Services HP Server Virtualizatin Slutin Planning & Design Service descriptin Hewlett-Packard Cnsulting & Integratin Infrastructure Cnsulting Packaged Services (HP

More information

Ephorus Integration Kit

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

More information

Computer Organization and Architecture

Computer Organization and Architecture Campus de Gualtar 4710-057 Braga UNIVERSIDADE DO MINHO ESCOLA DE ENGENHARIA Departament de Infrmática Cmputer Organizatin and Architecture 5th Editin, 2000 by William Stallings Table f Cntents I. OVERVIEW.

More information

SANsymphony Installation and Getting Started Guide. November 7, 2016

SANsymphony Installation and Getting Started Guide. November 7, 2016 SANsymphny Installatin and Getting Started Guide Nvember 7, 2016 www.datacre.cm This dcument is the prperty f DataCre Sftware. It is intended slely as an aid fr installing and cnfiguring Strage Virtualizatin

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

Performance of VSA in VMware vsphere 5

Performance of VSA in VMware vsphere 5 Perfrmance f VSA in VMware vsphere 5 Perfrmance Study TECHNICAL WHITE PAPER Table f Cntents Intrductin... 3 Executive Summary... 3 Test Envirnment... 3 Key Factrs f VSA Perfrmance... 4 Cmmn Strage Perfrmance

More information

Maximo Reporting: Maximo-Cognos Metadata

Maximo Reporting: Maximo-Cognos Metadata Maxim Reprting: Maxim-Cgns Metadata Overview...2 Maxim Metadata...2 Reprt Object Structures...2 Maxim Metadata Mdel...4 Metadata Publishing Prcess...5 General Architecture...5 Metadata Publishing Prcess

More information

Announcing Veco AuditMate from Eurolink Technology Ltd

Announcing Veco AuditMate from Eurolink Technology Ltd Vec AuditMate Annuncing Vec AuditMate frm Eurlink Technlgy Ltd Recrd any data changes t any SQL Server database frm any applicatin Database audit trails (recrding changes t data) are ften a requirement

More information

TRAINING GUIDE. Overview of Lucity Spatial

TRAINING GUIDE. Overview of Lucity Spatial TRAINING GUIDE Overview f Lucity Spatial Overview f Lucity Spatial In this sessin, we ll cver the key cmpnents f Lucity Spatial. Table f Cntents Lucity Spatial... 2 Requirements... 2 Setup... 3 Assign

More information

Creating an Automation Framework to make Record and Play Automation practical for Test Use Cases

Creating an Automation Framework to make Record and Play Automation practical for Test Use Cases Creating an Autmatin Framewrk t make Recrd and Play Autmatin practical fr Test Use Cases Cpyright Ntice Gemetric Limited. All rights reserved. N part f this dcument (whether in hardcpy r electrnic frm)

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

Xilinx Answer Xilinx PCI Express DMA Drivers and Software Guide

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

More information

CCNA Security v2.0 Chapter 2 Exam Answers

CCNA Security v2.0 Chapter 2 Exam Answers CCNA Security v2.0 Chapter 2 Exam Answers 1. An administratr defined a lcal user accunt with a secret passwrd n ruter R1 fr use with SSH. Which three additinal steps are required t cnfigure R1 t accept

More information

European Component Oriented Architecture (ECOA ) Collaboration Programme: Architecture Specification Part 3: Mechanisms

European Component Oriented Architecture (ECOA ) Collaboration Programme: Architecture Specification Part 3: Mechanisms Eurpean Cmpnent Oriented Architecture (ECOA ) Cllabratin Prgramme: Architecture Specificatin Part 3: Mechanisms BAE Ref N: IAWG-ECOA-TR-007 Dassault Ref N: DGT 144482-F Issue: 6 Prepared by BAE Systems

More information

Oracle FLEXCUBE Universal Banking Development Workbench- Screen Development II

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

More information

New Product Release Package 8 XT[2] System and Software 19 Jan 2009

New Product Release Package 8 XT[2] System and Software 19 Jan 2009 New Prduct Release Package 8 XT[2] System and Sftware 19 Jan 2009 1.1 NEW OPERATIONAL FEATURES IN MULTICAM 8... 1 1.2 NEW HARDWARE FEATURES... 6 1.3 NEW SYSTEM FEATURES... 6 1.4 BUG FIXES UP TO 08.04.33...

More information

Interoperability between ProCurve WESM zl and HP ipaq Voice Messenger smartphone

Interoperability between ProCurve WESM zl and HP ipaq Voice Messenger smartphone An HP PrCurve Netwrking Applicatin Nte Interperability between PrCurve WESM zl and HP ipaq Vice Messenger smartphne Cntents 1. Intrductin... 3 2. Prerequisites... 3 3. Netwrk architecture... 3 4. Secure

More information

Introduction to Mindjet on-premise

Introduction to Mindjet on-premise Intrductin t Mindjet n-premise Mindjet Crpratin Tll Free: 877-Mindjet 1160 Battery Street East San Francisc CA 94111 USA Phne: 415-229-4200 Fax: 415-229-4201 www.mindjet.cm 2012 Mindjet. All Rights Reserved

More information

Welcome to Remote Access Services (RAS) Virtual Desktop vs Extended Network. General

Welcome to Remote Access Services (RAS) Virtual Desktop vs Extended Network. General Welcme t Remte Access Services (RAS) Our gal is t prvide yu with seamless access t the TD netwrk, including the TD intranet site, yur applicatins and files, and ther imprtant wrk resurces -- whether yu

More information

Extending VMware vcloud API with vcloud Extensibility Framework

Extending VMware vcloud API with vcloud Extensibility Framework VMware vclud Architecture Tlkit fr Service Prviders Extending VMware vclud API with vclud Extensibility Framewrk Versin 2.9 January 2018 Jhn Dwyer 2018 VMware, Inc. All rights reserved. This prduct is

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

D e v e l o p e r s G u i d e

D e v e l o p e r s G u i d e A D S S A u t h r i s e d R e m t e S i g n i n g ( A R S ) D e v e l p e r s G u i d e A S C E R T I A LTD S E P T E M B E R 2 0 1 8 D c u m e n t V e r s i n - 5. 9. 0. 1 Ascertia Limited. All rights

More information

Procurement Contract Portal. User Guide

Procurement Contract Portal. User Guide Prcurement Cntract Prtal User Guide Cntents Intrductin...2 Access the Prtal...2 Hme Page...2 End User My Cntracts...2 Buttns, Icns, and the Actin Bar...3 Create a New Cntract Request...5 Requester Infrmatin...5

More information

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash UiPath Autmatin Walkthrugh Walkthrugh Calculate Client Security Hash Walkthrugh Calculate Client Security Hash Start with the REFramewrk template. We start ff with a simple implementatin t demnstrate the

More information

2. What is the most cost-effective method of solving interface congestion that is caused by a high level of traffic between two switches?

2. What is the most cost-effective method of solving interface congestion that is caused by a high level of traffic between two switches? CCNA 3 Chapter 3 v5.0 Exam Answers 2015 (100%) 1. Refer t the exhibit. Which switching technlgy wuld allw each access layer switch link t be aggregated t prvide mre bandwidth between each Layer 2 switch

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

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

Configure Data Source for Automatic Import from CMDB

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

More information

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

Enterprise Installation

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

More information

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

Querying Data with Transact SQL

Querying Data with Transact SQL Querying Data with Transact SQL Curse Cde: 20761 Certificatin Exam: 70-761 Duratin: 5 Days Certificatin Track: MCSA: SQL 2016 Database Develpment Frmat: Classrm Level: 200 Abut this curse: This curse is

More information

Keysight Logic and Protocol Analyzer Software (64-bit Application)

Keysight Logic and Protocol Analyzer Software (64-bit Application) Release Ntes Keysight Lgic and Prtcl Analyzer Sftware (64-bit Applicatin) Versin 6.00 September 2014 Operating System Cmpatibility Versin 6.00 f the Keysight Lgic and Prtcl Analyzer sftware is a 64-bit

More information

DocAve 6 Granular Backup and Restore

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

More information

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

Custodial Integrator. Release Notes. Version 3.11 (TLM)

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

More information

Dolby Conference Phone Support Frequently Asked Questions

Dolby Conference Phone Support Frequently Asked Questions Dlby Cnference Phne Supprt Frequently Asked Questins Versin 1.0, 1 Intrductin This dcument prvides sme answers t frequently asked questins abut the Dlby Cnference Phne. Fr mre detailed infrmatin n any

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

CCNA 3 Chapter 2 v5.0 Exam Answers 2015 (100%)

CCNA 3 Chapter 2 v5.0 Exam Answers 2015 (100%) CCNA 3 Chapter 2 v5.0 Exam Answers 2015 (100%) 1. Which tw netwrk design features require Spanning Tree Prtcl (STP) t ensure crrect netwrk peratin? (Chse tw.) static default rutes implementing VLANs t

More information

Laboratory #13: Trigger

Laboratory #13: Trigger Schl f Infrmatin and Cmputer Technlgy Sirindhrn Internatinal Institute f Technlgy Thammasat University ITS351 Database Prgramming Labratry Labratry #13: Trigger Objective: - T learn build in trigger in

More information