Neuron ESB 3.0 Feature Summary

Size: px
Start display at page:

Download "Neuron ESB 3.0 Feature Summary"

Transcription

1 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. Users can develp custm adapters, messaging prcessing, business prcesses (stateless wrkflw), and system level services t extend the ut- f- the bx functinality while maintaining cnsistent tling and peratinal characteristics. While supprt f the Micrsft stack is very strng, interperability with ther vendr platfrms is brad and far reaching due t Neurn s adptin f the mst cmmn messaging standards and specificatins. Sme f the features that Neurn ESB prvides are: Sample Launcher Messaging Hierarchical Tpic based Pub/Sub Messaging Deplyment Cnnectivity Real time, in memry Messaging Guaranteed/Durable Messaging Event- based distributable.net client API Multiple Instances f Runtime Cnfiguratin Stre/XCpy Multi Develper Supprt Incremental Deplyment Cmmand Line Deplyment Adapters and Adapter Framewrk Adapter Plicies Event based Adapters Service Brker (SOAP/REST) Micrsft Dynamics CRM 4/2011 Micrsft SharePint 2007/2010 Service Intermediary

2 Neurn ESB 3.0 Features Service Ruter Service Versining Service Prvider Service Patterns Service Plicies Management Real Time Activity Mnitring Auditing/Tracking/Edit and Resubmit Failed Message supprt WMI perfrmance Cunters and Events SCOM management Pack Mnitring/Dashbard/Perfrmance Cunters Micrsft Azure Supprt Azure Service Bus Adapter Azure Service Bus Service Bindings Sql Azure supprt fr Neurn Audit database Real Time Business Prcessing Business Prcess Designer Ability t create custm Prcess steps Distributed Executin 34 Prcess Steps Business Prcess Testing Sample Launcher Neurn ESB ships with a Samples launcher accessibly thrugh the Neurn ESB Explrer. There are 50 samples that demnstrate varius capabilities. Fr example, users will find samples n hw t write custm adapters and Business Prcess Steps. Samples exist

3 Neurn ESB 3.0 Features that demnstrate a variety f service brker and Neurn ESB Tpic- based publish and subscribe messaging patterns. There are als samples fr develping custm Business Prcesses fr mediatin and general applicatin integratin (EAI). Messaging Neurn ESB prvides a middleware messaging layer that islates and decuples cmmunicating parties (services r applicatins), allwing them t effectively exchange messages. When using Neurn ESB, applicatins and/r services simply publish messages nt the bus, withut regard t the type r number f cnsumers; similarly, they may subscribe t specific messages r grups f messages, withut regard t the surce f the messages. This frees the develpers frm spending time n messaging business lgic and allws them t cncentrate n the specific business lgic assciated with manipulating the message data. Neurn ESB is an extrardinarily lightweight slutin with little t n ftprint required n external systems. The Neurn ESB Server frms the heart f the prduct and cnsists f a single Windws service that hsts a number f applicatin dmains fr cre services as well as services required t supprt a specific cnfiguratin (e.g. adapter endpints, service cnnectrs, client cnnectrs, etc.) The fllwing picture illustrates the majr Neurn ESB cmpnents and their relatinship t specific servers.

4 Neurn ESB 3.0 Features Installing Neurn ESB is simple and straightfrward, requiring less than 15 minutes t bring a server nline. Installatin n client machines is nly required if the client sftware uses the Neurn Client API. Neurn ESB cmpnents are nt required fr Web services, r mst LOB applicatins. The exceptin t this are LOB applicatins that utilize Neurn ESB adapters t generate and publish events t the ESB, these cmpnents generally require installatin n the LOB server. Neurn ESB is self- hsted and des nt require WAS r IIS. Tpics Neurn ESB prvides a pwerful, hierarchical Tpic based publish and subscribe messaging system where publishers can label each message with the name f a Tpic, rather than addressing it t specific recipients. Tpic based messaging systems tend t be mre intuitive as they can be clsely mdeled after the specific business requirements and/r the existing rganizatinal hierarchy. Neurn ESB manages sending the message t all eligible recipients that have expressed interest in receiving messages n that Tpic. This frm f asynchrnus messaging is a far mre scalable architecture than pint- t- pint alternatives, since message senders (publishers) need nly cncern themselves with creating the riginal message, and can leave the task f servicing recipients (subscribers) t the messaging infrastructure. Tpic- based publish and subscribe messaging systems share several cmmn attributes sme f which are: Subscribers subscribe t ne r mre tpics and nly receive messages that are f interest The publishers have n knwledge abut the subscribers, including hw many there are r where they live The subscribers have n knwledge abut the publishers, including hw many there are r where they live New systems (publishers r subscribers) can easily be added r remved frm the flw f infrmatin, withut cde changes. This type f messaging architecture sends messages nly t the applicatins that are interested in receiving the messages withut knwing the identities f the receivers. There are many ther reasns t adpt a hierarchical Tpic taxnmy. It allws fr mre meaningful self- describing subscriptins which can mdel events, systems, categries r functins. They mre intuitive as they can be mdeled t represent specific resurces, peple r systems t rute messages t. Subtpics can be used t describe different versins f existing services that messages may be ruted t. When a hierarchical (sub tpics) Tpics are created, they can be lgically mapped t recipients like Service and Adapter Endpints r even t different versins f services that thse endpints represent.

5 Neurn ESB 3.0 Features Transprts and QOS Neurn ESB Tpics cntrl nt nly the path/rute f the messages in Neurn ESB but als the Quality f Service (QOS) which is cnfigured by chsing a specific Transprt fr the Tpic. QOS attributes are always cnfigured at the rt Tpic level and affect all f the respective sub tpics, including whether r nt durable messaging is enabled. Neurn ships with 6 transprts fr Tpics TCP This transprt is based n the WCF NetTcp binding and ffers rdering, security and sessin reliability as ptins. It is nt a durable transprt s message lss can ccur if n subscribers are nline when a message is published. TCP requires Prt cnfiguratin and is cmmnly used in the fllwing scenaris: Request/Respnse style messaging where neither durability nr transactins are required. A gd example wuld be web service traffic. When the Neurn ESB Client API is hsted in custm applicatins existing n machines REMOTE t the Neurn ESB server Multiple instances f the same Party must receive the same messages Named Pipe This transprt is based n the WCF NetNamedPipe binding. This transprt is slightly faster than TCP, and easier t cnfigure (des nt require Prt cnfiguratin). Hwever, this transprt cannt be cnfigured fr tpics that will be utilized by remte applicatins hsting the Neurn Client API. It is nt a durable transprt s message lss can ccur if n subscribers are nline when a message is published. It is cmmnly used in the fllwing scenaris: Request/Respnse style messaging where neither durability nr transactins are required. A gd example wuld be web service traffic. When the Neurn ESB Client API is hsted in custm applicatins that cexist n the SAME machine as the Neurn ESB server When all messaging traffic is generated by cnfigured Service r Adapter Endpints (i.e. all messaging is lcal t the Neurn ESB Server) and neither durability nr transactins are required. Multiple instances f the same Party must receive the same messages MSMQ This transprt is based n the WCF NetMsmq binding. It is ptinally a durable and transactinal transprt s parties that are nt nline when a message is sent can receive messages when they recnnect. The MSMQ transprt prvides a pull style subscriptin mdel s subscribers cannt be verladed by messages. Because transactins are supprted, the ambient transactin can be accessed within the Receive Handler f the Neurn ESB Client API r within a Neurn ESB Business Prcess. When cnfigured as an in memry transprt (i.e. Durability and Transactin prperties set t False) this transprt can be faster and mre efficient than TCP. This transprt cannt be used t send messages greater than 4 MB in size but can prvide guaranteed, nce nly delivery f messages acrss the bus. It is cmmnly used in the fllwing scenaris:

6 Neurn ESB 3.0 Features Where message lss is nt acceptable. One way (multicast/datagram) message patterns Where XA style transactinal supprt is required Subscribers must receive messages, yet may nt be cnsistently nline Ordered messaging AMQP This transprt is based n RabbitMQ which is an implementatin f the AMQP pen standard fr messaging middleware. It is ptinally a durable transprt s parties that are nt nline when a message is sent will receive messages when they recnnect. This transprt is new in Neurn 3.0 and can be used as an alternative t MSMQ as a tpic transprt. Althugh this transprt des nt supprt transactins, it des nt have the 4MB message size limit that MSMQ has. It is cmmnly used in the fllwing scenaris: Where message lss is nt acceptable. One way (multicast/datagram) message patterns Subscribers must receive messages, yet may nt be cnsistently nline Peer This transprt is based n the WCF NetPeerTcp binding and uses a custm reslver. It is ideal fr real time cmmunicatins but sme message lss may be tlerated. This transprt may be used t scale Neurn messaging t 1000 s f subscribers and prvide rich client apps with real time updates. This transprt des nt supprt durable r transactinal messaging but may be used fr either ne way r request/respnse style messaging. It is cmmnly used in the fllwing scenaris: Where there are 100 s r mre subscribers t the same message Multiple instances f the same Party must receive the same messages BizTalk This transprt is a specialized transprt fr use by users wh want specific Neurn ESB messaging t flw thrugh the Micrsft BizTalk Server message bx. Neurn des nt require BizTalk. Hwever t cnfigure a Neurn Tpic t use the BizTalk transprt, Micrsft BizTalk Server must be installed n a machine accessible t the Neurn ESB server. Using the BizTalk transprt is a cnvenient way t integrate the capabilities f Neurn ESB and Micrsft BizTalk server. This transprt requires that the Neurn ESB BizTalk plugin MSI package is installed n a Micrsft BizTalk Server. It is cmmnly used in the fllwing scenaris: Where the user desires t rute messaging traffic t a BizTalk server fr extended prcessing In additin t Transprts, Neurn ESB allws ther QOS f elements t be cnfigured at the Tpic level: Auditing (message tracking) Cmpressin Publisher based thrttling Encryptin Neurn is a self- hsting applicatin. This means it des nt require IIS r WAS being installed t run.

7 Neurn ESB 3.0 Features Parties A Party may subscribe t 1 r mre Tpics r sub Tpics. Parties use Subscriptins t restrict which Tpics they can publish messages t, as well as determine what messages they are interested in receiving frm the bus. Parties that send messages are knwn as publishers, and parties that receive messages are knwn as subscribers. A party culd be bth a publisher and a subscriber. One r mre Subscriptins can be assigned t a Party. Subscriptins A Subscriptin is cmpsed f a Tpic r sub Tpic, the permissin in which a message can be sent t r frm that Tpic (i.e. Send/Receive) and can be further ptinally restricted using ne r mre Cnditins. A Cnditin is either a preexisting r ad hc filter expressin (using predicates) that can include message header prperties as well as message cntent. Smetimes this is referred t as Cntent Based Ruting. Managing subscriptins fr Publishers and Subscribers can be dne thrugh the Neurn ESB Explrer. Users can quickly add tpics, wildcards, reusable cnditins (i.e. cntent based ruting), and ad hc cnditins t define a subscriptin and activate it instantaneusly. Messages A message is infrmatin that ne Party sends t, r receives frm the bus. A message cntains bth data, (the infrmatin that sme ther system, resurce r persn may be interested in), as well as metadata. Respectively, these are referred t as the paylad and header (cntext) prperties f the message. Bth are defined as parts f a Neurn ESB Message. The paylad f a Neurn ESB Message can be ne f several frmats: Serializable.NET Object - The ability t pass.net bjects prvides flexibility fr develpers wh prefer use f bjects ver XML Binary data - The ability t pass binary data prvides flexibility fr develpers wh have t share cntent that is neither serializable nr XML. Text data Any type f string data XML data Any XML data. XSD schemas are nt required t use XML as the paylad Parties are created within the Neurn ESB Explrer and are represented by a lgical name, ften referred t as the Party ID, Subscriber ID r Publisher ID. Because Parties cntrl the interactin f messages t Tpics, all Adapter Endpints, Client Cnnectrs and Service Cnnectrs MUST be cnfigured with a Party. The cnfigured Party will determine what messages are received by Adapter Endpints r Service Cnnectrs, and where (what Tpic) messages will be published t by Adapter Endpints and Client Cnnectrs.

8 Neurn ESB 3.0 Features A Party may als ptinally manipulate the message it is sending r the message it receives. This manipulatin ccurs via a Neurn ESB Business Prcess. Neurn ESB Client API The Neurn ESB Client API is an event based, distributable API that can be hsted in.net applicatins t publish and receive messages t and frm Tpics. Tpics are the cre f the Neurn ESB messaging sub system and are hsted by the Neurn ESB runtime windws service. At the cre f the Neurn ESB Client API are the Publisher and Subscriber.NET classes, which are derived frm the Party class. Generally, users will create either an instance f Publisher r Subscriber class (r Party class) in.net cde, Cnnect t the bus and either send r receive messages. Creating an instance f either the Publisher r Subscriber requires passing in several parameters which can be passed either by embedding them within the app.cnfig file r by specifically declaring them using the SubscriberCnfiguratin class. The example belw demnstrates hw t create an instance f a Publisher bject, using the SubscriberCnfiguratin class: SubscriberCnfiguratin cnfig = new SubscriberCnfiguratin("AccuntPublisher", "Enterprise", "net.tcp://lcalhst:50000", ""); using (Publisher client = new Publisher(cnfig)) { } Once an instance f the Publisher r Subscriber class is created, yu can wire in any number f events fr ntificatin if smething f interest ccurs. There are several events, sme f which are: Online, Offline, OnReceive, OnSubscriberDisabled and OnCnfiguratinChanged. After an instance f either a Publisher r Subscriber class is created, it must Cnnect t the Neurn ESB runtime windws service i.e. the bus. using (Publisher publisher = new Publisher(cnfig)) { PartyCnnectExceptins exceptins = publisher.cnnect(); if (exceptins!= null && exceptins.cunt > 0) { freach (var e in exceptins.getresults()) Cnsle.WriteLine(string.Frmat("An errr ccurred cnnecting '{0}' t Tpic, '{1}'. {2}", publisher.cntext.partyid, e.exceptin.message, e.tpic)); } } After a client has cnnected t the bus, it can either send and r receive messages. There are several Send methds ff f the Publisher class fr sending a variety f different messages types. All Send methds publish data t a specific Tpic supplied at runtime. In the example belw, the client publishes bth a System.DateTime bject as well as XML data t the bus. Fr the latter, the Semantic prperty has been changed frm its default f Multicast (indicating Asynchrnus messaging) t Request (indicating Synchrnus messaging). When changed t Request, the Send methd will blck the caller until it either receives a respnse message frm the receiving subscriber r the request times ut:

9 Neurn ESB 3.0 Features #regin Send a.net serializable bject like datetime // Send anything.net serializable like date time r custm class publisher.send( Accunts.Lan, DateTime.Nw); #endregin #regin Send a simple request message that will return a reply // this means that the subscriber must send back a reply message ESBMessage respnse = publisher.sendxml( Accunts.Lan,"<Test>MyRequest</Test>", "",SendOptins.Request); #endregin When subscribing t messages frm the bus, the OnReceive event handler must be used. Within the event handler, messages will be received as they are published t and ruted by the bus. Once a message is received, it data type can be inspected and the message can be cast int its specific datatype using the GetBdy<>() methd f the ESBMessage class as in the example belw: private static vid OnReceive(bject sender, MessageEventArgs e) { ESBMessage message = e.message; if (message.header.bdytype!= null) { if (message.header.bdytype.equals("text/xml")) Cnsle.WriteLine(message.GetBdy<string>()); if (message.header.bdytype.equals("datetime")) Cnsle.WriteLine(message.GetBdy<DateTime>().TString()); } if (message.header.bdytype.equals("testserializatin")) Cnsle.WriteLine(message.GetBdy<TestSerializatin>().Name); } else { Cnsle.WriteLine(message.Text); } Lastly, if a Tpic is cnfigured with a Transactin Transprt such as MSMQ, the ambient transactin can be used within the receive handler t rll the received message all the way back t its underlying Queue fr anther redelivery attempt like s: private static vid OnReceive(bject sender, MessageEventArgs e) { } Transactin tx = System.Transactins.Transactin.Current; if (tx == null) Cnsle.WriteLine(" null transactin"); else Cnsle.WriteLine(" transactin exists"); tx.rllback(); Cnnectivity Neurn ESB prvides many areas f develper prductivity. Neurn ESB expses extremely simplified interfaces fr adapter develpment as well as real time prcess develpment. Adapters functin as bridges t external transprts, prtcls r existing applicatins that may be in use within an rganizatin. Neurn ESB prvides many ut f the bx adapters t simplify cnnectivity thrugh messaging and cnfiguratin. Additinally, several event based publicatin adapters are als included with Neurn ESB.

10 Neurn ESB 3.0 Features Adapters MSMQ IBM DB2 IBM Dataqueues ODBC FTP/FTPS Infrmix SMTP Exchange POP3 IBM MQSeries Apache ActiveMQ Micrsft SQL Server Micrsft SharePint (Event based) Micrsft Dynamics CRM (Event based) Micrsft Dynamics Great Plains Micrsft BizTalk RFID Micrsft Azure Service Bus File Supprt fr Micrsft WCF LOB Adapters SAP/Oracle/Siebel/SQL The fllwing diagram depicts a fictinal Neurn ESB cnfiguratin illustrating intercnnectins in a hetergeneus envirnment, as well as the majr Neurn ESB functinal cmpnents. Neurn ESB is unique in ffering event based publicatin adapter t Micrsft Dynamics CRM and Micrsft SharePint Services. Prviding event based publicatin plugins allws rganizatins t publish infrmatin t the bus when the event happens.

11 Neurn ESB 3.0 Features Adapter Plicies Neurn ESB has bth an adapter and service endpint implementatin f Plicy that allws custmers t manage hw service and adapter endpints behave n failure and define what a failure is. Plicies can als be used t cntrl endpint availability and timeuts. Once a plicy is defined, it can be assigned t manage either ne r mre service and adapter endpints. Micrsft Dynamics CRM 2011 The Micrsft Dynamics CRM 2011 event based publicatin adapter cmpliments the existing Micrsft Dynamics CRM subscriptin adapter. Using Neurn ESB, Micrsft Dynamics CRM 2011 administratrs can easily capture events thrugh the Dynamics CRM 2011 Prcess Designer and cnfigure them t be frwarded t a Neurn ESB Tpic. Prcesses in Micrsft Dynamics CRM 2011 are based n Windws Wrkflw Fundatin. By leveraging the Micrsft Dynamics CRM 2011 prcess engine, Neurn can prvide mre ptins fr business rule creatin, while ffering a greater breadth f event publicatin ptins, including full WCF service capabilities. The Neurn ESB Micrsft Dynamics CRM 2011 publicatin adapter extends Micrsft Dynamics CRM 2011, enabling it t send event ntificatins t web services as well as Neurn tpics using. Sme f the features include: Send entities t tpics and web services. Send dynamic entities t tpics and web services. Send custmized XML with data frm related entities t tpics and web services.

12 Neurn ESB 3.0 Features Execute fetch XML queries and send the results t tpics and web services. Run XSL transfrms befre sending data t web services. Capture detailed tracing infrmatin. Micrsft SharePint 2010 Neurn ESB includes remarkable integratin capabilities with bth Micrsft SharePint 2010 and Micrsft Dynamics CRM The Micrsft SharePint 2010 event based publicatin adapter cmpliments the existing Micrsft SharePint subscriptin adapter by allwing rganizatins t capture SharePint generated events frm lists and libraries and publish thse events in real time t a Neurn ESB Tpic. The Neurn ESB SharePint 2010 Publicatin Adapter has the fllwing features: Publish frm Lists Publish frm Tasks Publish frm Libraries Publish n multiple types f events: Item Added Item Updated Item Deleted Item Checked Out Item Checked In Include Attachments

13 Neurn ESB 3.0 Features Micrsft Azure Supprt Azure Service Bus Adapter Neurn ESB 3.0 includes an Azure Service Bus Adapter t prvide reliable cmmunicatin n either endpint f the Azure Service Bus. The Azure Service Bus Adapter prvides full supprt fr the latest capabilities prvided by the Windws Azure SDK versin 1.7. The Azure Service Bus adapter supprts the fllwing Azure Service Bus Brkered Messaging features: Send t Azure Service Bus Queue Send t Azure Service Bus Tpic Receive frm Azure Service Bus Queue Receive frm Azure Service Bus Subscriptin In additin, the Neurn Azure Service Bus adapter simplifies the develpment experience by prviding additinal capabilities required t ensure reliability typical in prductin scenaris withut the need t write custm cde including: Smart Plling Eventual Cnsistency Transient Errr Detectin and Retry Azure Service Bus Service Bindings Neurn ESB plays a critical rle as rganizatins evlve t lk tward Clud fferings fr service hsting r business t business cmmunicatin. As a web service brker, Neurn ESB includes all f the Azure Service Bus Relay Bindings ( us/library/windwsazure/hh aspx ) t

14 Neurn ESB 3.0 Features facilitate hybrid appraches t bridge On Premise integratin with Clud based slutins. Neurn ESB ensures that cmmunicatin between the Clud and On Premise systems can be handled securely and reliably, while managing prcessing requirements f the rganizatin. Sql Azure supprt fr Neurn Audit database Neurn ESB supprts Micrsft SQL Server versins 2005 and abve, fr the Auditing Service s message stre. Hwever, in Neurn ESB 3.0, supprt fr Micrsft SQL Azure has been added. This prvides users wh hst Neurn ESB in an Azure wrker r VM rle, the ability t cnfigure supprt fr the Neurn ESB Audit Service. Service Brker In cnjunctin with prviding a pwerful integratin platfrm fr the.net Develper, Neurn ESB 3.0 prvides a web service platfrm facilitating critical functins fr rganizatins interested in successfully adpting a SOA strategy: Service Intermediary Service Ruter Service Versining Service Prvider Service Patterns By serving as a brker, Neurn ESB can abstract, prcess, mediate, and dynamically rute incming service requests t existing services thrughut an rganizatin. Neurn ESB can shield custmer facing applicatins frm changes that ccur in an rganizatin s infrastructure, applicatins r services.

15 Neurn ESB 3.0 Features Neurn ESB 3.0 prvides a pwerful runtime envirnment fr hsting either SOAP r REST based services as well as a real- time Business Prcess runtime fr develping cmplex service pattern such as Scatter- Gather as depicted belw: Neurn ESB 3.0 Service Brker supprts hsting services as well as ruting t existing services. Services can be cnfigured within the Neurn ESB Explrer and supprts the fllwing: Supprts WCF bindings Supprts WS* standards Supprts ASMX, WCF and Java- based services Supprts custm bindings, cnfiguratin, behavirs Supprts prtcl mediatin and pass- thru ruting REST One- way and request- respnse MEP Imprt existing services Supprts UDDI and failver URLS Plicy cntrls failure ptins

16 Neurn ESB 3.0 Features Neurn ESB is a pwerful hsting prvider and des nt require IIS r WAS fr hsting services. Neurn ESB hsted services are: Generic service n- ramps (i.e. Type- less, n WSDL Strngly typed with WSDL Publish directly t Bus Services can be virtualized thrugh Neurn ESB cmpletely thrugh cnfiguratin. Develpers can imprt WSDL frm an existing service r create custm WSDL and assciated that WSDL directly with a service cnfigured and hsted by Neurn ESB: REST Neurn ESB is used by many rganizatins t brker, rute and mediate web service calls fr their custmer and partners. Althugh many rganizatins use SOAP based services, REST based services are an imprtant ingredient fr embracing Web 2.0 and mbility scenaris. Many custmers tday use Neurn ESB t expse existing SOAP based services as REST based services, saving a significant amunt f time and develpment effrt in the prcess. Neurn ESB prvides a REST bject mdel as well as JSON supprt that Develpers can directly reference within a Business Prcess Cde Step editr as depicted belw:

17 Neurn ESB 3.0 Features Service Plicies Neurn ESB has bth an adapter and service endpint implementatin f Plicy that allws custmers t manage hw service and adapter endpints behave n failure and define what a failure is. Plicies can als be used t cntrl endpint availability and timeuts. Once a plicy is defined, it can be assigned t manage either ne r mre service and adapter endpints. With the prevalence f REST based services, Neurn ESB 3.0 intrduces REST HTTP Status cde supprt fr service plicies. Users can nw cnfigure a service plicy t retry and fail depending n the HTTP Status cde returned n a REST service endpint.

18 Neurn ESB 3.0 Features Deplyment Multiple Instances f Runtime Neurn ESB ffers pwerful runtime and scalability features that allw businesses t quickly deply slutins. Slutins can scale bth vertically and/r hrizntally using the Neurn ESB Runtime Service acrss ne r mre servers. The Neurn ESB Runtime Service lads a Neurn ESB Cnfiguratin stre which can cntain ne r mre business slutins. Neurn ESB als supprts multiple instances f the runtime service. This allws rganizatins t install and run multiple instances f the Neurn ESB Runtime Service n a single server. Each instance can be cnfigured as either a 32 r 64 bit prcess, capable f running side by side. Each instance f the runtime can lad an independent Neurn ESB Cnfiguratin stre. This allws rganizatins t easily partitin business slutins t run n a single server, effectively eliminating prir cnstraints, as depicted belw.

19 Neurn ESB 3.0 Features Neurn ESB 2.6 Multi Instance supprt enables a number f pwerful scenaris including: 64 bit and 32 bit prcesses side by side Businesses may have slutins that require ODBC cnnectivity. Many ODBC drivers require 32 bit prcess executin envirnments. Using Neurn ESB, businesses can run elements f ne slutin under a 64 bit prcess, while running ODBC elements f anther slutin using a 32 bit prcess. Business Slutin Partitining Departments within an rganizatin may require partitining f applicatins fr management, security r plicy cmpliance. Individual departments may require their wn Neurn ESB Cnfiguratin stre s that they can be independently develped, administered and deplyed. Perfrmance Scale Out Neurn ESB s Multi Instance supprt prvides a new level f scale ut by allwing rganizatins t separate and deply mre resurce elements f a slutin t dedicated servers. Multiple Develper Supprt The ability t deply many independent Neurn ESB Cnfiguratin stres t a single server enables develpers t easily wrk n their wn slutins while deplying t the same servers. Cnfiguratin Stre Neurn ESB s cnfiguratin strage frmat prvides incremental, cmmand line, and simple XCpy deplyment f selected entities. Fr example, in Neurn ESB 3.0, users can select ne r mre entities (and their dependencies) frm ne ESB slutin, exprt them ut as a package, and imprt them int anther ESB Slutin. The Neurn ESB 3.0 cnfiguratin strage frmat is a directry structure cnsisting f flders representing each entity type. Within each flder, an XML frmatted file represents a specific entity such as a Tpic, Endpint, Business Prcess, etc. The Neurn ESB Explrer is designed t wrk and stre all mdificatins t the directry structure.

20 Neurn ESB 3.0 Features After launching the Neurn ESB Explrer, users can Cnnect, Open, r Create a new Neurn ESB 3.0 cnfiguratin. When Open is selected, users are prmpted t select the rt flder f an existing Neurn ESB 3.0 cnfiguratin directry as depicted belw: Once the Neurn ESB 3.0 cnfiguratin is pened, each XML file within the entity flder is laded and managed within the Neurn ESB Explrer. There is a ne- t- ne mapping f XML file t managed entity. The figure belw displays the Tpics represented by XML files within the Tpics sub flder f the DemSlutin directry (pictured abve).

21 Neurn ESB 3.0 Features Multi Develper supprt The Neurn ESB 3.0 cnfiguratin strage frmat allws multiple Develpers t wrk n individual elements f an ESB Slutin. Develpers can use surce cntrl systems t check in and check ut individual entities in a slutin. Develpers mdifying ne entity will have n impact n the ther entities in a slutin. Develpers can then merge their changes int a central cnfiguratin easily, by checking in their updated entities. Incremental Deplyment Althugh Neurn ESB 3.0 still supprts deplying the entire slutin frm ne envirnment t anther, users can nw deply nly the changes r new entities they want, rather than the entire slutin. There are generally three (3) appraches fr incremental deplyment: Using the new exprt/imprt utility f the Neurn ESB Explrer Directly cpying the new r mdified entities t their respective cnfiguratin sub flders n the target server Using the new cmmand line interface t autmate the deplyment f selected entities exprted, using the exprt/imprt utility. The Exprt/Imprt utility can be accessed frm the File menu f the Neurn ESB Explrer. When Exprt is selected, the Exprt dialg bx appears and allws users t select the individual entities t be exprted (r all f them). If an entity is selected that has dependencies, the user is prmpted with thse dependencies and given the ptin f including them in the exprt. Once the selectin is cmplete, all the selected entities are exprted ut t a new *.esb package file.

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

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

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

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

Preparing to Deploy Reflection : A Guide for System Administrators. Version 14.1

Preparing to Deploy Reflection : A Guide for System Administrators. Version 14.1 Preparing t Deply Reflectin : A Guide fr System Administratrs Versin 14.1 Table f Cntents Table f Cntents... 2 Preparing t Deply Reflectin 14.1:... 3 A Guide fr System Administratrs... 3 Overview f the

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

Mobile Device Manager Admin Guide. Reports and Alerts

Mobile Device Manager Admin Guide. Reports and Alerts Mbile Device Manager Admin Guide Reprts and Alerts September, 2013 MDM Admin Guide Reprts and Alerts i Cntents Reprts and Alerts... 1 Reprts... 1 Alerts... 3 Viewing Alerts... 5 Keep in Mind...... 5 Overview

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

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

Feature Guide. Virto Commerce Platform

Feature Guide. Virto Commerce Platform Feature Guide Virt Cmmerce Platfrm Fr mre infrmatin abut Virt Cmmerce, visit virtcmmerce.cm r call + 1 323 570 5588 t speak t a representative. Virt Cmmerce Platfrm: Fundatin fr Yur Business Virt Cmmerce

More information

Gateway Agent - First Amendment to the High Level Design Document

Gateway Agent - First Amendment to the High Level Design Document Gateway Agent - First Amendment t the High Level Design Dcument Scpe The Gateway Agent HLD thrugh update 1 assumes that nly the Cntrl App, while cnnected t the prximal netwrk, can initiate new clud services.

More information

Firewall/Proxy Server Settings to Access Hosted Environment. For Access Control Method (also known as access lists and usually used on routers)

Firewall/Proxy Server Settings to Access Hosted Environment. For Access Control Method (also known as access lists and usually used on routers) Firewall/Prxy Server Settings t Access Hsted Envirnment Client firewall settings in mst cases depend n whether the firewall slutin uses a Stateful Inspectin prcess r ne that is cmmnly referred t as an

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

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

Port Manager. Microsoft Dynamics CRM for Ports

Port Manager. Microsoft Dynamics CRM for Ports Prt Manager Micrsft Dynamics CRM fr Prts February 2015 Overview Celedn Partners Prt Manager encapsulates the functinality f many prt related prcesses int an easy t learn and easy t use tl. The slutin leverages

More information

Copyright 2013, SafeNet, Inc. All rights reserved. http://www.safenet-inc.com/ We have attempted to make these documents complete, accurate, and

Copyright 2013, SafeNet, Inc. All rights reserved. http://www.safenet-inc.com/ We have attempted to make these documents complete, accurate, and ii Cpyright 2013, SafeNet, Inc. All rights reserved. http://www.safenet-inc.cm/ We have attempted t make these dcuments cmplete, accurate, and useful, but we cannt guarantee them t be perfect. When we

More information

HarePoint HelpDesk for SharePoint. For SharePoint Server 2010, SharePoint Foundation 2010. User Guide

HarePoint HelpDesk for SharePoint. For SharePoint Server 2010, SharePoint Foundation 2010. User Guide HarePint HelpDesk fr SharePint Fr SharePint Server 2010, SharePint Fundatin 2010 User Guide Prduct versin: 14.1.0 04/10/2013 2 Intrductin HarePint.Cm (This Page Intentinally Left Blank ) Table f Cntents

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

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

Sage 100 What s New in 2013. Tracey Brinkman Senior Consultant BKD Technologies tbrinkman@bkd.com

Sage 100 What s New in 2013. Tracey Brinkman Senior Consultant BKD Technologies tbrinkman@bkd.com Sage 100 What s New in 2013 Tracey Brinkman Senir Cnsultant BKD Technlgies tbrinkman@bkd.cm Presenter Tracey Brinkman Senir Cnsultant BKD Technlgies 2013 Overview Glbal Enhancements Accunts Payable Enhancements

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

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

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

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

What's New. Sitecore CMS 6.6 & DMS 6.6. A quick guide to the new features in Sitecore 6.6. Sitecore CMS 6.6 & DMS 6.6 What's New Rev: 2012-10-22

What's New. Sitecore CMS 6.6 & DMS 6.6. A quick guide to the new features in Sitecore 6.6. Sitecore CMS 6.6 & DMS 6.6 What's New Rev: 2012-10-22 Sitecre CMS 6.6 & DMS 6.6 What's New Rev: 2012-10-22 Sitecre CMS 6.6 & DMS 6.6 What's New A quick guide t the new features in Sitecre 6.6 Sitecre is a registered trademark. All ther brand and prduct names

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

Junos Pulse Instructions for Windows and Mac OS X

Junos Pulse Instructions for Windows and Mac OS X Juns Pulse Instructins fr Windws and Mac OS X When yu pen the Juns client fr the first time yu get the fllwing screen. This screen shws yu have n cnnectins. Create a new cnnectin by clicking n the + icn.

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

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

Readme File. Purpose. Introduction to Data Integration Management. Oracle s Hyperion Data Integration Management Release 9.2.

Readme File. Purpose. Introduction to Data Integration Management. Oracle s Hyperion Data Integration Management Release 9.2. Oracle s Hyperin Data Integratin Management Release 9.2.1 Readme Readme File This file cntains the fllwing sectins: Purpse... 1 Intrductin t Data Integratin Management... 1 Data Integratin Management Adapters...

More information

CallRex 4.2 Installation Guide

CallRex 4.2 Installation Guide CallRex 4.2 Installatin Guide This dcument describes hw t install CallRex 4.2. It cvers the fllwing: CallRex 4.2 Cmpnents. Server Prerequisites. Perfrming the Installatin. Changing the Accunt Used by CallRex

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

A Beginner s Guide to Building Virtual Web Servers

A Beginner s Guide to Building Virtual Web Servers A Beginner s Guide t Building Virtual Web Servers Cntents Intrductin... 1 Why set up a web server?... 2 Installing Ubuntu 13.04... 2 Netwrk Set Up... 3 Installing Guest Additins... 4 Updating and Upgrading

More information

Citrix XenApp 6.5 Basic Administration

Citrix XenApp 6.5 Basic Administration Citrix XenApp 6.5 Basic Administratin Descriptin: Days: 5 Prerequisites: Citrix XenApp 6.5 Basic Administratin training curse prvides the fundatin necessary fr administratrs t effectively centralize and

More information

AvePoint Perimeter 1.6. Administrator Guide

AvePoint Perimeter 1.6. Administrator Guide AvePint Perimeter 1.6 Administratr Guide Issued May 2016 Table f Cntents What s New in this Guide... 10 Abut AvePint Perimeter... 11 AvePint Perimeter Pr Features... 11 Licensing AvePint Perimeter... 11

More information

Introduction to Mindjet MindManager Server

Introduction to Mindjet MindManager Server Intrductin t Mindjet MindManager Server Mindjet Crpratin Tll Free: 877-Mindjet 1160 Battery Street East San Francisc CA 94111 USA Phne: 415-229-4200 Fax: 415-229-4201 mindjet.cm 2013 Mindjet. All Rights

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

Configuring BMC AREA LDAP Using AD domain credentials for the BMC Windows User Tool

Configuring BMC AREA LDAP Using AD domain credentials for the BMC Windows User Tool Cnfiguring BMC AREA LDAP Using AD dmain credentials fr the BMC Windws User Tl Versin 1.0 Cnfiguring the BMC AREA LDAP Plugin fr Dmain Username and Passwrds Intrductin...3 LDAP Basics...4 What is LDAP and

More information

Readme File. Purpose. What is Translation Manager 9.3.1? Hyperion Translation Manager Release 9.3.1 Readme

Readme File. Purpose. What is Translation Manager 9.3.1? Hyperion Translation Manager Release 9.3.1 Readme Hyperin Translatin Manager Release 9.3.1 Readme Readme File This file cntains the fllwing sectins: Purpse... 1 What is Translatin Manager 9.3.1?... 1 Cmpatible Sftware... 2 Supprted Internatinal Operating

More information

Release Notes. Dell SonicWALL Email Security 7.4.3 firmware is supported on the following appliances: Dell SonicWALL Email Security 200

Release Notes. Dell SonicWALL Email Security 7.4.3 firmware is supported on the following appliances: Dell SonicWALL Email Security 200 Release Ntes Email Security Dell SnicWALL Email Security 7.4.3 SnicOS Cntents System Cmpatibility... 1 Enhancements in Email Security 7.4.3... 2 Knwn Issues... 3 Upgrading t Email Security 7.4.3... 4 Related

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

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

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

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

Intel Hybrid Cloud Management Portal Update FAQ. Audience: Public

Intel Hybrid Cloud Management Portal Update FAQ. Audience: Public Intel Hybrid Clud Management Prtal Update FAQ Audience: Public Purpse: Prepare fr the launch f the Intel Hybrid Clud Platfrm multi-user/multi-tier update Versin: Final FAQs What s new in the Intel Hybrid

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

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

Cloud Contact Centre. Getting smart with customer contact

Cloud Contact Centre. Getting smart with customer contact Clud Cntact Centre Getting smart with custmer cntact Getting smart with custmer cntact Clud Cntact Centre enables businesses t deliver superir custmer service every time, quickly and affrdably, with the

More information

ATL: Atlas Transformation Language. ATL Installation Guide

ATL: Atlas Transformation Language. ATL Installation Guide ATL: Atlas Transfrmatin Language ATL Installatin Guide - versin 0.1 - Nvember 2005 by ATLAS grup LINA & INRIA Nantes Cntent 1 Intrductin... 3 2 Installing ADT frm binaries... 3 2.1 Installing Eclipse and

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

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

Kepware Technologies ClientAce: Creating a Simple Windows Form Application

Kepware Technologies ClientAce: Creating a Simple Windows Form Application Kepware Technlgies ClientAce: Creating a Simple Windws Frm July, 2013 Ref. 1.03 Kepware Technlgies Table f Cntents 1. Overview... 1 1.1 Requirements... 1 2. Creating a Windws Frm... 1 2.1 Adding Cntrls

More information

Product Documentation. New Features Guide. Version 9.7.5/XE6

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

More information

Table of Contents. This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS SUMMARY.

Table of Contents. This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS SUMMARY. Table f Cntents Tp Pricing and Licensing Questins... 2 Why shuld custmers be excited abut Micrsft SQL Server 2012?... 2 What are the mst significant changes t the pricing and licensing fr SQL Server?...

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

Migrating to SharePoint 2010 Don t Upgrade Your Mess

Migrating to SharePoint 2010 Don t Upgrade Your Mess Migrating t SharePint 2010 Dn t Upgrade Yur Mess by David Cleman Micrsft SharePint Server MVP April 2011 Phne: (610)-717-0413 Email: inf@metavistech.cm Website: www.metavistech.cm Intrductin May 12 th

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

TaskCentre v4.5 Send Message (SMTP) Tool White Paper

TaskCentre v4.5 Send Message (SMTP) Tool White Paper TaskCentre v4.5 Send Message (SMTP) Tl White Paper Dcument Number: PD500-03-17-1_0-WP Orbis Sftware Limited 2010 Table f Cntents COPYRIGHT 1 TRADEMARKS 1 INTRODUCTION 2 Overview 2 FEATURES 2 GLOBAL CONFIGURATION

More information

Alexsys Team 2 Service Desk

Alexsys Team 2 Service Desk Alexsys Team 2 Service Desk An affrdable fully interactive Service Desk that wrks seamlessly with Alexsys Team The Alexsys Team 2 Service Desk is an add-n prduct fr Alexsys Team 2 that prvides fully interactive

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

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

SPECIFICATION. Hospital Report Manager Connectivity Requirements. Electronic Medical Records DRAFT. OntarioMD Inc. Date: September 30, 2010

SPECIFICATION. Hospital Report Manager Connectivity Requirements. Electronic Medical Records DRAFT. OntarioMD Inc. Date: September 30, 2010 OntariMD Inc. Electrnic Medical Recrds SPECIFICATION Hspital Reprt Manager Cnnectivity Requirements DRAFT Date: September 30, 2010 Versin: 1.0 2007-2010 OntariMD Inc. All rights reserved HRM EMR Cnnectivity

More information

CorasWorks v11 Essentials Distance Learning

CorasWorks v11 Essentials Distance Learning CrasWrks v11 Essentials Curse Outline CrasWrks distance learning training is designed t help students leverage the CrasWrks platfrm t either build cllabrative applicatins r extend and enhance existing

More information

E-Biz Web Hosting Control Panel

E-Biz Web Hosting Control Panel 1 f 38 E-Biz Web Hsting Cntrl Panel This dcument has been created t give yu a useful insight in t the Hsting Cntrl Panel available with E-Biz hsting services. Please nte: Optins available are dependent

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

RedCloud Security Management Software 3.6 Release Notes

RedCloud Security Management Software 3.6 Release Notes RedClud Security Management Sftware 3.6 Release Ntes ------------------------------------------------------------------------------------------------------------------------------- General Availability

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

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

A COMPLETE GUIDE TO ORACLE BI DISCOVERER END USER LAYER (EUL)

A COMPLETE GUIDE TO ORACLE BI DISCOVERER END USER LAYER (EUL) A COMPLETE GUIDE TO ORACLE BI DISCOVERER END USER LAYER (EUL) Authr: Jayashree Satapathy Krishna Mhan A Cmplete Guide t Oracle BI Discverer End User Layer (EUL) 1 INTRODUCTION END USER LAYER (EUL) The

More information

Extending Microsoft Dynamics CRM 2013 Online Training

Extending Microsoft Dynamics CRM 2013 Online Training Extending Micrsft Dynamics CRM 2013 Online Training Curse Outline Plan the deplyment f Micrsft Dynamics CRM Describe the Micrsft Dynamics CRM applicatin framewrk Describe the Micrsft Dynamics CRM extensibility

More information

ROSS RepliWeb Operations Suite for SharePoint. SSL User Guide

ROSS RepliWeb Operations Suite for SharePoint. SSL User Guide ROSS RepliWeb Operatins Suite fr SharePint SSL User Guide Sftware Versin 2.5 March 18, 2010 RepliWeb, Inc., 6441 Lyns Rad, Ccnut Creek, FL 33073 Tel: (954) 946-2274, Fax: (954) 337-6424 E-mail: inf@repliweb.cm,

More information

Online Learning Portal best practices guide

Online Learning Portal best practices guide Online Learning Prtal Best Practices Guide best practices guide This dcument prvides Micrsft Sftware Assurance Benefit Administratrs with best practices fr implementing e-learning thrugh the Micrsft Online

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

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

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

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

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

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

WebSphere Enterprise Service Bus Overview

WebSphere Enterprise Service Bus Overview An IBM Prf f Technlgy Discvering the Value f WebSphere Enterprise V7.5 WebSphere Enterprise Bus Overview Agenda WebSphere Enterprise Bus features and cncepts A survey f mediatin primitives in WebSphere

More information

SharePoint 2010 General Introduction Introduction to SharePoint SharePoint Installation and Administration SharePoint Site Hierarchy Website Email

SharePoint 2010 General Introduction Introduction to SharePoint SharePoint Installation and Administration SharePoint Site Hierarchy Website Email Deccansft Sftware Services SharePint 2010 Syllabus SharePint 2010 General Intrductin What is IIS IIS Website & Web Applicatin Steps t Create Multiple Website n Prt 80 What is Applicatin Pl What is AppDmain

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

Service Desk Self Service Overview

Service Desk Self Service Overview Tday s Date: 08/28/2008 Effective Date: 09/01/2008 Systems Invlved: Audience: Tpics in this Jb Aid: Backgrund: Service Desk Service Desk Self Service Overview All Service Desk Self Service Overview Service

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

Introduction LIVE MAPS UNITY PORTAL / INSTALLATION GUIDE. 2015 Savision B.V. savision.com All rights reserved.

Introduction LIVE MAPS UNITY PORTAL / INSTALLATION GUIDE. 2015 Savision B.V. savision.com All rights reserved. Rev 7.5.0 Intrductin 2 LIVE MAPS UNITY PORTAL / INSTALLATION GUIDE 2015 Savisin B.V. savisin.cm All rights reserved. This manual, as well as the sftware described in it, is furnished under license and

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

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

BASIC TECHNICAL FEATURE DESCRIPTION

BASIC TECHNICAL FEATURE DESCRIPTION BASIC TECHNICAL FEATURE DESCRIPTION AUDRIGA EMAIL AND GROUPWARE MIGRATION SERVICE Versin 1.3 Datum 20.09.2013 Kntakt Hans-Jörg Happel (happel@audriga.cm) TECHNICAL FEATURE DESCRIPTION This is a basic technical

More information

Considerations for Success in Workflow Automation. Automating Workflows with KwikTag by ImageTag

Considerations for Success in Workflow Automation. Automating Workflows with KwikTag by ImageTag Autmating Wrkflws with KwikTag by ImageTag Cnsideratins fr Success in Wrkflw Autmatin KwikTag balances cmprehensive, feature-rich Transactinal Cntent Management with affrdability, fast implementatin, ease

More information

In addition to assisting with the disaster planning process, it is hoped this document will also::

In addition to assisting with the disaster planning process, it is hoped this document will also:: First Step f a Disaster Recver Analysis: Knwing What Yu Have and Hw t Get t it Ntes abut using this dcument: This free tl is ffered as a guide and starting pint. It is des nt cver all pssible business

More information

Access to the Ashworth College Online Library service is free and provided upon enrollment. To access ProQuest:

Access to the Ashworth College Online Library service is free and provided upon enrollment. To access ProQuest: PrQuest Accessing PrQuest Access t the Ashwrth Cllege Online Library service is free and prvided upn enrllment. T access PrQuest: 1. G t http://www.ashwrthcllege.edu/student/resurces/enterlibrary.html

More information

TaskCentre v4.5 MS SQL Server Trigger Tool White Paper

TaskCentre v4.5 MS SQL Server Trigger Tool White Paper TaskCentre v4.5 MS SQL Server Trigger Tl White Paper Dcument Number: PD500-03-02-1_0-WP Orbis Sftware Limited 2010 Table f Cntents COPYRIGHT... 1 TRADEMARKS... 1 INTRODUCTION... 2 Overview... 2 Features...

More information

New in this release. Sphere 9.4.3.2 (October 2013)

New in this release. Sphere 9.4.3.2 (October 2013) New in this release Sphere 9.4.3.2 (Octber 2013) The fllwing client-facing changes were implemented: An issue that prevented certain Friends Asking Friends spnsrship levels frm appearing as ptins n the

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

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

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

The user authentication process varies from client to client depending on internal resource capabilities, and client processes and procedures.

The user authentication process varies from client to client depending on internal resource capabilities, and client processes and procedures. Learn Basic Single Sign-On Authenticatin Tale s Basic SSO applicatin grants Learn access t users withut requiring that they enter authenticatin lgin credentials (username and passwrd). The access pint

More information

Gartner Magic Quadrant Salesforce Automation 2009

Gartner Magic Quadrant Salesforce Automation 2009 Gartner Magic Quadrant Salesfrce Autmatin 2009 Sage CRM Slutins Opinin Brief Released July 24, 2009 Q. What is the Gartner Magic Quadrant (GMQ) fr SFA? A. The Gartner Magic Quadrant fr SFA is an analyst

More information

CXA-206-1 Citrix XenApp 6.5 Basic Administration

CXA-206-1 Citrix XenApp 6.5 Basic Administration CXA-206-1 Citrix XenApp 6.5 Basic Administratin Citrix XenApp 6.5 Basic Administratin training curse prvides the fundatin necessary fr administratrs t effectively centralize and manage applicatins in the

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