Oracle SOA Suite 11. Hands-On Workshop VM Intro / Demo / Deployment

Size: px
Start display at page:

Download "Oracle SOA Suite 11. Hands-On Workshop VM Intro / Demo / Deployment"

Transcription

1 Oracle SOA Suite 11 Hands-On Workshop VM Intro / Demo / Deployment

2 Before you begin General notes: 1. All notable references, functions or actions to be performed by the student (for example, text to be entered or buttons to click) are for the most part bolded. 2. There is a directory called /home/oracle/myfiles on your file system. This includes sample files, XSDs, and directories that will be utilized during the workshop. 3. It is recommended that you allocate at least 3GB of memory to running this image (The default) due to the number of running components. So basically this is saying a 4GB server or laptop is minimal. Approx 17GB of disk will be required for the expanded files (6GB RAR compressed). 4. Those wishing to run a Hosted version will need to place an ETC request at etc.us.oracle.com 5. Connections to the Weblogic Server, BAM Server, jdbc datasource references and database schema used in the Labs have already been pre-created in the image. Information on how those were set up is in the Appendix.doc file. The following paths are where the software compoents are installed: Login $HOME directory: Oracle Weblogic Server (SOA Suite): Oracle Weblogic Server (OSB): JDeveloper : JDeveloper project files: Support files used in Labs: /home/oracle /home/oracle/middleware/home_soa11g /home/oracle/middleware/osb_1031 /home/oracle/middleware/jdev11g /home/oracle/jdeveloper/mywork /home/oracle/myfiles The sections in this document are: Starting up the VMWare Image The Permit Application Scenario Demoing the Entire Flow Deploying Completed Labs into JDeveloper Start up the VMWare Image 2

3 Note: This startup flow assumes you have extracted the VMWare into a local directory and are using one of the following to load and run it: a) VMWare Workstation 6.5 or higher b) VMWare Player 2.5.x or higher c) VMWare Server 2.x or higher 1. Start up the image by clicking the Start this virtual machine link. (VMWare Workstation example shown here) 2. I f your running this image on dual-core laptop or server you can bump up the number of processors to two.. Double click on this line in VMWare Workstation and make the change. This will give you a little more performance. 3. If your running the image from VMWare Player you can define two procesors by editing the OEL5U3_11gSOA.vmx file in the directory where you extracted the image. Change the line that says numvcpus = "1" to numvcpus = "2". Then bring it up. 4. If you get the screen below, select the I moved it radio button and click OK. 3

4 5. The VM will take a number of minutes to start. Part of the startup flow is the Oracle XE Database that stores metadata for OracleSOA Suite and has the schema referenced in the labs to store data for the Pemit Applications being requested. After the image starts you should see a screen like the following: 6. Start the Weblogic Applicaton Server by double-clicking OR right-clicking on the Start/Stop Weblogic Server(s) desktop icon and selecting Open. 4

5 7. At the prompt click OK. (Start is the default) 8. At the next prompt take the default (admin) and click OK. 9. After 7 9 minutes you should see the Admin server started. Click Close. 5

6 10. Status is displayed. Click Close. 11. You can now do the demo flow. Permit Application Scenario For the remainder of the workshop, you will focus on building out the scenario shown in the following Composite Application diagram. This composite definition is defined and 6

7 designed in Oracle JDeveloper. It follows the industry standard SCA (Services Component Architecture). SCA is a set of specifications, which describe a model for building applications and systems using a Service-Oriented Architecture. SCA extends and complements prior approaches to implementing services, and SCA builds on open standards such as Web Services. This process is a Permit Application scenario for receiving and handling permit requests. The above diagram shows a real world scenario simple enough that it can be completed during the workshop. The following provides a brief overview of the scenario: On the left hand of the diagram two data inputs exist to send permit application data to the Composite Application flow: 1. Batch File Input (multiple requests are placed via comma delimited file (.csv) 2. An exposed SOAP interface to take an XML payload in. The Mediator components are responsible of any routing and transformations that need to take place. The Rules component is responsible for checking a local Dictionary and doing an evaluation on data values passed in. 7

8 The Human Workflow component is called whenever a response from evaluating a rule says that approval is required. The end users go into a B(usiness) P(rocess) M(odel) Worklist application to APPROVE or REJECT requests. The BAM (Business Activity Monitoring component is fed from initial data sent into the PermitAppIn Meditor. The real time dashboard displays the results. The BPEL process component provides the business logic and orchestration for handling permit applications. For each request a CreditScore web service is called and returns a value based on the first character of the SSN of the input payload. The credit scores are sent to the rules engine for evaluation. The result of the rule will be AutoApprove, Approval Required, or Denied. If Approval Required is returned, a Human Workflow will be executed to allow a permit reviewer to manually APPROVE or REJECT the application request. The BPEL process ends with data again being sent to BAM (Updates the status of the request) and various portions of the payload are written to three database tables. On the right hand side of the diagram, the services that are needed by the BPEL process are identified. a. PermitDB External reference to write three database tables (Master Detail relationships). b. CreditScore External Web Service created from a WSDL definition and deployed to the application server. c. PermitDO External Web Service interface into the BAM data object that we re inserting or updating. Demoing the Entire Flow We are going to bring up the BAM Dashboard and test the application. We will open a pre-created report based on the BAM DataObject we are populating from the composite. Since your VM could be hosted or standalone the hostname of the VM may be different. So, we will use the IP address assigned to your VM and use this in the URL to bring up the dashbord. 8

9 1. Bring up a Terminal window by double clicking the Desktop icon OR by right clicking and selecting Open. 2. Run the command /sbin/ifconfig and write down the IP address for your image: (In this example it s: ) 3. You ll have to place your VM in a Window instead of Full Screen. We need to do this because this version of BAM requires IE7 for the console. Mouse up to the top center of the VM screen and a drop down will appear. Click the In a Window icon: 4. Now, well go to our Windows OS environment and bring up the BAM Active Viewer to look at our dashboard. At this point no data exists. Open IE7 (Internet Explorer) and go the URL 5. Subtitute your IP address in place of the example above here if it s different. Log in using weblogic password: welcome1. 9

10 6. Click on the Active Viewer button 7. When Activer Viewer window comes up, resize it so you ll be able to go back and forth between it and the VM image window during testing. Click on Select Report. 10

11 8. Click on the second folder on the left, Shared Reports. 9. In the Select a Report dialog. Select Permit Workshop Dashboard and click OK. 11

12 10. The dashboard will run and you should see the following: 11. Back inside the VM image bring up the Firefox browser by double clicking on the Desktop icon OR by right clicking and selecting Open. 12

13 12. Once the browser is up select the Enterprise Manager FastLink from the toolbar. 13. Login using weblogic/welcome1 14. After a minute or so the Enterprise Manager main dashboard comes up showing the domains in this installation; in our case domain Navigate down to Farm_domain1 SOA soa-infra PermitAppComposite and click this link. 16. Click the Test button. 17. Now, we will cut and paste a test payload into the browser. Minimize the browser and open a terminal window on the Linux desktop using the icon. 13

14 18. Change directory into MyFiles ( cd My* ) and type: gedit SamplePermitWS.xml <hit Return/Enter> 19. From the gedit window select Edit Select All and then select Edit Copy. Minimize the terminal window. 20. Go back to the browser and scroll down towards the bottom were you see the Input Arguments section. In this section choose XML View. 21. Right click anywhere inside the argument pane and choose Select All. The test payload will be highlighted. 14

15 22. Hold down the <Ctrl> key on the keyboard and type v. This will paste the contents you copied from within the gedit session. Click the button. 23. The first time this is run after an Application Server startup, it may take a minute or so to instantiate all of the flow logic. Subsuquent executions will be quicker. The composite flow will execute and a response will be displayed: 15

16 24. Click the PermitAppComposite link under Farm1_domain1 SOA soa-infra. Then select the most recently completed instance. In the case below ID # The Trace flow shows the components that executed and their status. 16

17 26. Selecting the PermitAppIn mediator link brings up the flow of execution through the Mediator component. Expand the payload for the Input payload received. This will show what came into the Mediator in addition to Header information: 27. Expanding the response payload that came back from the BPEL process shows the instanceid that was generated for this BPEL execution: 17

18 28. Received response from operation "execute" of service "PermitProcess.permitprocess_client" 29. Close the window, click on the Instance ID link again and select the PermitProcess BPEL component. 30. Click on the Flow tab. This shows the actual BPEL activities that executed. 31. Selecting any of the activities in the flow will show you the state of the XML payload being handled by that activity. For example, the receiveinput shows the input payload sent from the Mediator. 18

19 32. Selecting the Invoke_CreditScore activity shows the SSN being sent to the Web Service and the response of 721. Close the pop up. 33. Selecting the replyoutput activity shows the response sent back to the PermitAppIn mediator component. 19

20 34. Go back to the BAM dashboard and you will see a record has been inserted into the underlying PermitData DataObject. The Instance ID in this case is which is the instance ID of the composite executed. The permit request was Atuo Approved based on the content of the payload coming in. 35. Now, we ll test the Batch File input. Back in the VM image close the Trace Flow windows. Minimize the browser window and open up another Terminal window from the Desktop. Change directory into MyFiles/files/in ( cd My*/files/in ). 36. Type cp../../permit.csv. (Note: Include the ) and hit return. This will copy a sample comma delimited file to the current directory. The file contains seven records and should be picked up within 10 seconds. 20

21 37. Immediately return to the BAM Permit dashboard to see any updating taking place. As soon as the file is picked up and processed you will see the dashboard react. Recall that seven new records are added. Three of the requests still need to be approved or rejected as indicated dby the number of In Process records in the Application Disposition view. 38. Back in the VM image we will now use BPM Worklist to complete the In Process requests. You will APPROVE one of the requests and REJECT the other two. 39. From the browser right click BPM Worklist from the FastLink menu and select Open in a New Tab. 21

22 40. Log in as weblogic/welcome1 41. You ll notice three permit requests waiting for approval or rejection. These were three out of the seven requests in the batch file whos credit score started with the number 2 and thus the Rules engined returned the Approval Required status. Human Workflow invoked and now it s in your hands. Click on the topmost request to see details. NOTE:The first time this option is executed it may take a minute to instantiate and display in the lower panel. 42. In the details section you can verify the SSN of the request: 43. Approve the request by clicking the Appove button: 22

23 44. The instance flow will be completed the the request will be removed from the tasks waiting on action. 45. Select and REJECT the two remaining tasks. 46. Go to the BAM Permit dashboard to check the updated status of these three requests. 47. Maximize the VM image window as we are done with the BAM dashboard. 48. Go to the browser and click the soa-infra (AdminServer) link to see the most recent instances. You ll notice that there are 7 new executions that took place and completed. If you would like to drill into the flow details of a given instance feel free to do so. You can llook at the various payload values returned during these executions. 23

24 49. For example, the returned values from the invoked Credit Score web service will show differnet returned values depending on the first character of the SSN (1 = 583, 2 = 644, 3 = 721) 50. Ex: SSN starts with 1: (output shown from Flow page of Invoke_CreditScore step) 51. Ex: SSN starts with 2: (output shown from Audit Trail page of the Invoke_CreditScore step) 24

25 52. Finally, we ll look at data written into the database tables. Open up JDeveloper 11g by double clicking on the Desktop icon OR right clicking the icon and selecting Open. 53. Click the Database Navigator icon. 54. Navigate down to IDE Connections soademo Tables. This will reveal the precreated database tables set up for this workshop. (NOTE: Info on the creation of the database schema is in the Appendix.doc) 25

26 55. Double click the Applicant table. Then select the Data tab all the bottom of the window that comes up. 56. The eight Permit requests that have been submitted and completed up to this point are shown (One from the XML cut-and-paste and seven via the batch file) APPLICANT 57. Look at the data contained in the ADDRESS and PERMITAPPLICATION tables. 26

27 ADDRESS PERMITAPPLICATION (first half) PERMITAPPLICATION (second half) Deploying Completed Labs into JDeveloper 27

28 In this section we will show how to re-deploy any of the completed Labs in this workshop in case some people wanted to start from a particular spot or maybe they just need to catch up because they are stuck. NOTE: If you have not yet created the SOAWorkshop application in JDeveloper then skip to Step 6 1. If you have already done some work in JDeveloper we need to first delete your current application. If it s not already running start JDeveloper 11g by doubleclicking OR right-clicking and selecting Open. 2. Right click on the SOAWorkshop application in the Application Navigator tab and click Delete Application. NOTE: If your replacing the CreditScore application, then substitute it s name here instead of SOAWorkshop. We will be using SOAWorkshop as the exmaple in this document. 3. Click Yes at the Comfirm Delete Application prompt. 28

29 4. Click Yes at the next prompt. 5. Minimize JDeveloper. 6. Double click on the Terminal Desktop icon or right click on it and select Open. 7. Change directory to /home/oracle/jdeveloper/mywork cd jdev*/my* 8. Execute a ls command to see the directory contents: 29

30 9. If you have already done work on the CreditScore or SOAWorkshop applications then those directories may still be on the filesyatem. 10. Delete any remaining references by executing rm rf SOAWorkhop (Exact match, no wildcards!!) An ls shows: 11. Unzip the completed Lab of your choice (Example; CreditScore_Lab1.zip, SOAWorkshop_Lab5_Completed.zip, etc) Example: 12. Go back to JDeveloper and select File Open from the menu bar. Browse to the /home/oracle/jdeveloper/mywork/soaworkshop or CreditScore directory depending on what you extracted. In this case it s the SOAWorkshop directory. Click Open. 30

31 Click OK and Yes to any Migration staus prompts you may receive. 13. The last step is to deploy the Composite. (NOTE: The CreditScore and SOAWorkshop composites deploy the same way). For this example we are going to deploy the PermitAppComposite project in the SOAWorkshop application. 14. Right click on the PermitAppComposite project in the Application Navigator and select Deploy PermitAppComposite to LocalAppServer 15. In the SOA Deployment Configuration Dialog select the checkbox marked Overwrite any existing composites with the same revision ID and click OK. 31

32 16. After the composite successfully compiles you may be prompted for credentials to the Weblogic application server. Enter weblogic/welcome1 at the prompt and click OK. 32

33 (NOTE: Any warnings displayed are OK as these are simple string to int datatype conversions that are handled fine during execution) 17. In the SOA tab the log should show a successful build and in the Deployment tab the log should show a successful deployment. 18. If you are redeploying Lab 5 or Lab 6 they include Human Workflow. The Task Form generated and used in the BPM Worklist application is in a separate project in the SOAWorkshop apllication and is deployed in a different way. In the Application Navigator tab click on the PermitTaskForm project within the SOAWorkshop application. 33

34 19. From the JDeveloper menu bar select Application Deploy PermitTaskForm to LocalAppServer 20. If this TaskForm is already on the application server you will be prompted to comfirm. Click Yes. 34

35 21. In the Deployment tab the log should show a successful deployment: 22. Deployments are now finished. 35

1 Getting Started with Oracle Service Bus

1 Getting Started with Oracle Service Bus 1 Getting Started with Oracle Service Bus 1 Getting Started with Oracle Service Bus...1 1.1 Prerequisites...1 1.2 Introduction...1 1.2.1 High-level Steps...3 1.3 Setup and Deploy Composites...4 1.3.1 URLs

More information

Oracle SOA Suite/BPM Suite VirtualBox Appliance. Introduction and Readme

Oracle SOA Suite/BPM Suite VirtualBox Appliance. Introduction and Readme Oracle SOA Suite/BPM Suite VirtualBox Appliance Introduction and Readme Table of Contents 1 VirtualBox Appliance...3 1.1 Installed Software... 3 1.2 Settings... 4 1.3 User IDs... 4 1.4 Domain Configurations...

More information

Sales Quote Demo Setup

Sales Quote Demo Setup Last updated: May 17, 2010 12:05 Sales Quote Demo Setup Sales Quote Demo Setup... 1 1. Create Quote Schema... 1 2. Set up data source in WebLogic server... 1 3. Perform Demo Seeding of Users & Groups...

More information

Enterprise Integration

Enterprise Integration Departamento de Engenharia Informática Enterprise Integration BPEL Tutorial IE 2016 In this tutorial, we shall create a simple BPEL process in JDeveloper 11g, deploy and test the SOA application. 1. Open

More information

Departamento de Engenharia Informática. Systems Integration. SOA Adapters Tutorial. 1. Open SQL*Plus in order to run SQL commands.

Departamento de Engenharia Informática. Systems Integration. SOA Adapters Tutorial. 1. Open SQL*Plus in order to run SQL commands. Departamento de Engenharia Informática Systems Integration SOA Adapters Tutorial IE 2016 In this tutorial, we shall create a BPEL process that uses two adapters, namely the file adapter and database adapter.

More information

Setup Real-Time Integration Business Insight using a native installation For AstraTeq Help Desk Tutorial

Setup Real-Time Integration Business Insight using a native installation For AstraTeq Help Desk Tutorial Setup Real-Time Integration Business Insight 12.2.1.1.0 using a native installation For AstraTeq Help Desk Tutorial Table of Contents OVERVIEW... 3 DOWNLOAD THE TUTORIAL RESOURCES... 3 SETUP THE INSIGHT

More information

4 Connecting to Composites

4 Connecting to Composites 4 Connecting to Composites 4 Connecting to Composites...1 4.1 Prerequisites...1 4.2 Introduction...1 4.3 OSB to SOA Suite Direct binding...3 4.3.1 What is being done?...3 4.3.2 Create Direct Binding exposed

More information

Oracle SOA Suite VirtualBox Appliance. Introduction and Readme

Oracle SOA Suite VirtualBox Appliance. Introduction and Readme Oracle SOA Suite 12.2.1.3.0 VirtualBox Introduction and Readme December 2017 Table of Contents 1 VirtualBox... 3 1.1 Installed Software... 3 1.2 Settings... 4 1.3 User IDs... 4 1.4 Domain Configurations...

More information

H. Adding BAM Activity Sensors

H. Adding BAM Activity Sensors H. Adding BAM Activity Sensors H.1. Introduction Note: The solution for this chapter can be found in c:\po\solutions\aph-bam To run this solution, you must have completed labs through chapter 9. Alternatively,

More information

3 Connecting to Applications

3 Connecting to Applications 3 Connecting to Applications 3 Connecting to Applications...1 3.1 Prerequisites...1 3.2 Introduction...1 3.2.1 Pega, the Widget Supplier...2 3.2.2 Mega, the Widget Procurer...2 3.3 Create Requisition...3

More information

BPEL Orchestration. 4.1 Introduction. Page 1 of 31

BPEL Orchestration. 4.1 Introduction. Page 1 of 31 BPEL Orchestration 4.1Introduction... 1 4.2Designing the flow... 2 4.3Invoking the CreditCardStatus service... 2 4.4Designing the BPEL approval process... 8 4.5Modifying the Mediator component... 18 4.6Deploying

More information

FCUBS Process Flow Deployment Oracle FLEXCUBE Universal Banking Release [December] [2017]

FCUBS Process Flow Deployment Oracle FLEXCUBE Universal Banking Release [December] [2017] FCUBS Process Flow Deployment Oracle FLEXCUBE Universal Banking Release 14.0.0.0.0 [December] [2017] FCUBS Process Flow Deployment Page 1 of 66 Table of Contents 1. INTRODUCTION... 3 1.1 BACKGROUND...

More information

Enterprise Integration

Enterprise Integration Departamento de Engenharia Informática Enterprise Integration Asynchronous BPEL process Tutorial IE 2016 In this tutorial, we shall create an asynchronous BPEL process in JDeveloper 11g, deploy and test

More information

Oracle Web Service Manager 11g Component Level Role Authorization (in SOA Suite) March, 2012

Oracle Web Service Manager 11g Component Level Role Authorization (in SOA Suite) March, 2012 Oracle Web Service Manager 11g Component Level Role Authorization (in SOA Suite) March, 2012 Step-by-Step Instruction Guide Author: Prakash Yamuna Senior Development Manager Oracle Corporation Table of

More information

IT Essentials v6.0 Windows 10 Software Labs

IT Essentials v6.0 Windows 10 Software Labs IT Essentials v6.0 Windows 10 Software Labs 5.2.1.7 Install Windows 10... 1 5.2.1.10 Check for Updates in Windows 10... 10 5.2.4.7 Create a Partition in Windows 10... 16 6.1.1.5 Task Manager in Windows

More information

Oracle SOA Suite 11g: Build Composite Applications

Oracle SOA Suite 11g: Build Composite Applications Oracle University Contact Us: Landline: +91 80 67863899 Toll Free: 0008004401672 Oracle SOA Suite 11g: Build Composite Applications Duration: 5 Days What you will learn This course teaches you to design

More information

FCUBS Process Flow Deployment Oracle FLEXCUBE Universal Banking Release [May] [2017]

FCUBS Process Flow Deployment Oracle FLEXCUBE Universal Banking Release [May] [2017] FCUBS Process Flow Deployment Oracle FLEXCUBE Universal Banking Release 12.4.0.0.0 [May] [2017] FCUBS Process Flow Deployment Page 1 of 64 Table of Contents 1. INTRODUCTION... 3 1.1 BACKGROUND... 3 1.2

More information

Welcome to your Lacerte products! We appreciate your business.

Welcome to your Lacerte products! We appreciate your business. Welcome to your Lacerte products! We appreciate your business. Please follow steps 1 through 4 in this guide: Step 1: Install the Final 2014 Program Step 2: Install the 2015 Program Step 3: Transfer Your

More information

Oracle BPEL Tutorial

Oracle BPEL Tutorial Oracle BPEL Tutorial This exercise introduces you to the Business Process Execution (BPEL) language, the Oracle JDeveloper BPEL Designer and to the Oracle BPEL Process Manager engine. INSTALL JDEVELOPER

More information

Building a 64-bit CentOS 7 Workstation using Oracle Virtual Box

Building a 64-bit CentOS 7 Workstation using Oracle Virtual Box Building a 64-bit CentOS 7 Workstation using Oracle Virtual Box jthomas Enterprises, 2016 Building a CentOS 7 Workstation using Oracle VirtualBox 1 Section 1 Before You Begin This section details the environment

More information

Build Mobile Apps for Oracle E-Business Suite with Oracle Mobile Platform Part 2

Build Mobile Apps for Oracle E-Business Suite with Oracle Mobile Platform Part 2 Build Mobile Apps for Oracle E-Business Suite with Oracle Mobile Platform Part 2 Bruce Bailey Principal Mobile / Social Solutions Consultant Srikant Subramaniam Director, FMW Product Management, AppAdvantage

More information

Getting Started with. Oracle SOA Suite 11g. R1 -AHands-On Tutorial. composite application in just hours!

Getting Started with. Oracle SOA Suite 11g. R1 -AHands-On Tutorial. composite application in just hours! Getting Started with Oracle SOA Suite 11g R1 -AHands-On Tutorial Fast track your SOA adoption Build a service-oriented composite application in just hours! Heidi Buelow Manas Deb Jayaram Kasi Demed L'Her

More information

Part 2 Uploading and Working with WebCT's File Manager and Student Management INDEX

Part 2 Uploading and Working with WebCT's File Manager and Student Management INDEX Part 2 Uploading and Working with WebCT's File Manager and Student Management INDEX Uploading to and working with WebCT's File Manager... Page - 1 uploading files... Page - 3 My-Files... Page - 4 Unzipping

More information

Quick Start Guide for Oracle SOA Suite 11gR1 ( )

Quick Start Guide for Oracle SOA Suite 11gR1 ( ) Quick Start Guide for Oracle SOA Suite 11gR1 (11.1.1.5.0) Version 1.3 May 2012 Table of Contents Introduction to Oracle SOA Suite... 3 Installing Oracle SOA Suite... 4 INTRODUCTION... 4 WHAT YOU WILL NEED

More information

We start by providing you with an overview of the key feature of the IBM BPM Process Portal.

We start by providing you with an overview of the key feature of the IBM BPM Process Portal. Lab 1 Process Portal 1.1 Overview This lab exercise will make you familiar with the key capabilities of the ready-to-use Process Portal included with IBM Business Process Manager (BPM). You will experience

More information

Build the application using Rational Build Forge

Build the application using Rational Build Forge Build the application using Rational Build Forge In this lab, as the Build Engineer, you will run a formal build of Release 2.0 of the RatlBankWeb application. After the build completes, you will be able

More information

WA2592 Applied Data Science and Big Data Analytics. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc.

WA2592 Applied Data Science and Big Data Analytics. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. WA2592 Applied Data Science and Big Data Analytics Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Class Setup...3 Part 2 - Minimum Software Requirements

More information

User Guide Using AuraPlayer

User Guide Using AuraPlayer User Guide Using AuraPlayer AuraPlayer Support Team Version 2 2/7/2011 This document is the sole property of AuraPlayer Ltd., it cannot be communicated to third parties and/or reproduced without the written

More information

JCCC Virtual Labs. Click the link for more information on installing on that device type. Windows PC/laptop Apple imac or MacBook ipad Android Linux

JCCC Virtual Labs. Click the link for more information on installing on that device type. Windows PC/laptop Apple imac or MacBook ipad Android Linux JCCC Virtual Labs Revision 9/21/2017 http://ats.web. Welcome to the JCCC Virtual Lab Environment. This system allows students to access campus software titles on their personal computers from almost anywhere.

More information

DAITSS Demo Virtual Machine Quick Start Guide

DAITSS Demo Virtual Machine Quick Start Guide DAITSS Demo Virtual Machine Quick Start Guide The following topics are covered in this document: A brief Glossary Downloading the DAITSS Demo Virtual Machine Starting up the DAITSS Demo Virtual Machine

More information

Oracle SOA Suite 11g: Essential Concepts

Oracle SOA Suite 11g: Essential Concepts Oracle SOA Suite 11g: Essential Concepts Volume 2 - Student Guide D58786GC10 Edition 1.0 August 2009 D61581 Authors Bijoy Choudhury Swarnapriya Shridhar Technical Contributors and Reviewers Cathy Lippert

More information

Departamento de Engenharia Informática. Systems Integration. Web Services and BPEL Tutorial

Departamento de Engenharia Informática. Systems Integration. Web Services and BPEL Tutorial Departamento de Engenharia Informática Systems Integration Web Services and BPEL Tutorial IE 2016 In this tutorial, we shall create a Web service in Java that validates a credit card number. In addition,

More information

LiveNX Upgrade Guide from v5.1.2 to v Windows

LiveNX Upgrade Guide from v5.1.2 to v Windows LIVEACTION, INC. LiveNX Upgrade Guide from v5.1.2 to v5.1.3 - Windows UPGRADE LiveAction, Inc. 3500 Copyright WEST BAYSHORE 2016 LiveAction, ROAD Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the

More information

Oracle Enterprise Manager 11g Ops Center 2.5 Hands-on Lab

Oracle Enterprise Manager 11g Ops Center 2.5 Hands-on Lab Oracle Enterprise Manager 11g Ops Center 2.5 Hands-on Lab Introduction to Enterprise Manager 11g Oracle Enterprise Manager 11g is the centerpiece of Oracle's integrated IT management strategy, which rejects

More information

WA2393 Data Science for Solution Architects. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1

WA2393 Data Science for Solution Architects. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 WA2393 Data Science for Solution Architects Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Class Setup...3 Part 2 - Minimum Software Requirements

More information

Mission Control 5.0. Mission Control Admin Guide. January, 2016

Mission Control 5.0. Mission Control Admin Guide. January, 2016 Mission Control 5.0 Mission Control Admin Guide January, 2016 Mission Control Admin Guide You can find the most up-to-date technical documentation at: docs.delphix.com The Delphix Web site also provides

More information

Getting Started with Web Services

Getting Started with Web Services Getting Started with Web Services Getting Started with Web Services A web service is a set of functions packaged into a single entity that is available to other systems on a network. The network can be

More information

Oracle Enterprise Manager Oracle Database and Application Testing. Application Testing Suite Lab. Session S318966

Oracle Enterprise Manager Oracle Database and Application Testing. Application Testing Suite Lab. Session S318966 Oracle Enterprise Manager Oracle Database and Application Testing Application Testing Suite Lab Session S318966 Oracle Enterprise Manager 11g Application Testing Suite 9.1 Hands on Lab Introduction to

More information

Talend Big Data Sandbox. Big Data Insights Cookbook

Talend Big Data Sandbox. Big Data Insights Cookbook Overview Pre-requisites Setup & Configuration Hadoop Distribution Download Demo (Scenario) Overview Pre-requisites Setup & Configuration Hadoop Distribution Demo (Scenario) About this cookbook What is

More information

Tutorial 2 : Invoking a CICS transaction through the Oracle AS Adapter

Tutorial 2 : Invoking a CICS transaction through the Oracle AS Adapter Reference: 2005/04/26 Adapter Tutorial Tutorial 2 : Invoking a CICS transaction through the Oracle AS Adapter This tutorial describes the steps needed to integrate the BPEL Process Manager with CICS through

More information

Exam : 1Z Title : Oracle SOA Foundation Practitioner. Version : Demo

Exam : 1Z Title : Oracle SOA Foundation Practitioner. Version : Demo Exam : 1Z1-451 Title : Oracle SOA Foundation Practitioner Version : Demo 1.What is true when implementing human reactions that are part of composite applications using the human task component in SOA 11g?

More information

The Ip address / Name value should be: srvvcenter-cis

The Ip address / Name value should be: srvvcenter-cis CIS133 Installation Lab #1 - DESKTOP CLIENT OpenSUSE Install. Before beginning the installation, create a virtual machine in which you will install the operating system. 1) Open the VMware vsphere Client.

More information

Lab 1 - Getting started with OIM 11g

Lab 1 - Getting started with OIM 11g Lab 1 - Getting started with OIM 11g Contents Lab 1 - Getting started with OIM 11g... 1 1. Introduction... 1 2. Contents... 3 2.1 VM Accessibility... 3 2.2 Understand directory structures... 4 2.3 Database

More information

Ektron Advanced. Learning Objectives. Getting Started

Ektron Advanced. Learning Objectives. Getting Started Ektron Advanced 1 Learning Objectives This workshop introduces you beyond the basics of Ektron, the USF web content management system that is being used to modify department web pages. This workshop focuses

More information

From the Insert Tab (1), highlight Picture (2) drop down and finally choose From Computer to insert a new image

From the Insert Tab (1), highlight Picture (2) drop down and finally choose From Computer to insert a new image Inserting Image To make your page more striking visually you can add images. There are three ways of loading images, one from your computer as you edit the page or you can preload them in an image library

More information

Oracle Service Bus. 10g Release 3 (10.3) October 2008

Oracle Service Bus. 10g Release 3 (10.3) October 2008 Oracle Service Bus Tutorials 10g Release 3 (10.3) October 2008 Oracle Service Bus Tutorials, 10g Release 3 (10.3) Copyright 2007, 2008, Oracle and/or its affiliates. All rights reserved. This software

More information

Getting Started with Web Services

Getting Started with Web Services Getting Started with Web Services Getting Started with Web Services A web service is a set of functions packaged into a single entity that is available to other systems on a network. The network can be

More information

Oracle SOA Suite 11g: Build Composite Applications

Oracle SOA Suite 11g: Build Composite Applications Oracle University Contact Us: 1.800.529.0165 Oracle SOA Suite 11g: Build Composite Applications Duration: 5 Days What you will learn This course covers designing and developing SOA composite applications

More information

The Ip address / Name value should be: srvvcenter-cis

The Ip address / Name value should be: srvvcenter-cis CIS133 Installation Lab #1 - DESKTOP CLIENT OpenSUSE Install. Before beginning the installation, create a virtual machine in which you will install the operating system. 1) Open the VMware vsphere Client.

More information

Elixir Repertoire Designer

Elixir Repertoire Designer Aggregation and Transformation Intelligence on Demand Activation and Integration Navigation and Visualization Presentation and Delivery Activation and Automation Elixir Repertoire Designer Tutorial Guide

More information

Workstation Configuration

Workstation Configuration Workstation Configuration December 15, 2017 - Version 9.3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

Multiple Disk VM Provisioning

Multiple Disk VM Provisioning This chapter contains the following sections: About, page 1 Workflow for, page 2 About Templates with Multiple Disks, page 2 Assigning Disk Categories, page 2 Defining Storage Policies, page 3 Creating

More information

Workstation Configuration

Workstation Configuration Workstation Configuration September 22, 2015 - Version 9 & 9.1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

Multi-Sponsor Environment. SAS Clinical Trial Data Transparency User Guide

Multi-Sponsor Environment. SAS Clinical Trial Data Transparency User Guide Multi-Sponsor Environment SAS Clinical Trial Data Transparency User Guide Version 6.0 01 December 2017 Contents Contents 1 Overview...1 2 Setting up Your Account...3 2.1 Completing the Initial Email and

More information

EDAConnect-Dashboard User s Guide Version 3.4.0

EDAConnect-Dashboard User s Guide Version 3.4.0 EDAConnect-Dashboard User s Guide Version 3.4.0 Oracle Part Number: E61758-02 Perception Software Company Confidential Copyright 2015 Perception Software All Rights Reserved This document contains information

More information

Virtual Appliance User s Guide

Virtual Appliance User s Guide Cast Iron Integration Appliance Virtual Appliance User s Guide Version 4.5 July 2009 Cast Iron Virtual Appliance User s Guide Version 4.5 July 2009 Copyright 2009 Cast Iron Systems. All rights reserved.

More information

VMware AirWatch: Directory and Certificate Authority

VMware AirWatch: Directory and Certificate Authority Table of Contents Lab Overview - HOL-1857-06-UEM - VMware AirWatch: Directory and Certificate Authority Integration... 2 Lab Guidance... 3 Module 1 - Advanced AirWatch Configuration, AD Integration/Certificates

More information

SOA Software API Gateway Appliance 6.3 Administration Guide

SOA Software API Gateway Appliance 6.3 Administration Guide SOA Software API Gateway Appliance 6.3 Administration Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software, Inc. Other product names, logos,

More information

Wholesale Lockbox User Guide

Wholesale Lockbox User Guide Wholesale Lockbox User Guide August 2017 Copyright 2017 City National Bank City National Bank Member FDIC For Client Use Only Table of Contents Introduction... 3 Getting Started... 4 System Requirements...

More information

Hands-on Lab Session 9909 Introduction to Application Performance Management: Monitoring. Timothy Burris, Cloud Adoption & Technical Enablement

Hands-on Lab Session 9909 Introduction to Application Performance Management: Monitoring. Timothy Burris, Cloud Adoption & Technical Enablement Hands-on Lab Session 9909 Introduction to Application Performance Management: Monitoring Timothy Burris, Cloud Adoption & Technical Enablement Copyright IBM Corporation 2017 IBM, the IBM logo and ibm.com

More information

Exam Questions 1z0-451

Exam Questions 1z0-451 Exam Questions 1z0-451 Oracle SOA Foundation Practitioner https://www.2passeasy.com/dumps/1z0-451/ 1.What is true when implementing human reactions that are part of composite applications using the human

More information

EMC Documentum TaskSpace

EMC Documentum TaskSpace EMC Documentum TaskSpace Version 6.7 User Guide EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com EMC believes the information in this publication is accurate

More information

SUREedge MIGRATOR INSTALLATION GUIDE FOR VMWARE

SUREedge MIGRATOR INSTALLATION GUIDE FOR VMWARE SUREedge MIGRATOR INSTALLATION GUIDE 5.0.1 FOR VMWARE 2025 Gateway Place, Suite #480, San Jose, CA, 95110 Important Notice This document is provided "as is" without any representations or warranties, express

More information

Oracle Identity Governance 11g R2 PS1 - Creating a Parallel Approval Process

Oracle Identity Governance 11g R2 PS1 - Creating a Parallel Approval Process Oracle Identity Governance 11g R2 PS1 - Creating a Parallel Approval Process Overview Effective 06/05/12 Page 1 of 97 Rev 1 Overview of Creating a Parallel Approval Processes In this tutorial, you learn

More information

Workstation Configuration Guide

Workstation Configuration Guide Workstation Configuration Guide August 13, 2018 Version 9.6.134.78 For the most recent version of this document, visit our documentation website. Table of Contents 1 Workstation configuration 4 1.1 Considerations

More information

Send the Ctrl-Alt-Delete key sequence to the Guest OS one of two ways: Key sequence: Ctlr-Alt-Ins Menu Sequence: VM / Guest / Send Ctrl-Alt-Delete

Send the Ctrl-Alt-Delete key sequence to the Guest OS one of two ways: Key sequence: Ctlr-Alt-Ins Menu Sequence: VM / Guest / Send Ctrl-Alt-Delete CIS 231 Windows 2008 Server Install Lab #1 (Virtual Machines) Keys to Remember when using the vsphere client. Send the Ctrl-Alt-Delete key sequence to the Guest OS one of two ways: Key sequence: Ctlr-Alt-Ins

More information

The following instructions cover how to edit an existing report in IBM Cognos Analytics.

The following instructions cover how to edit an existing report in IBM Cognos Analytics. IBM Cognos Analytics Edit a Report The following instructions cover how to edit an existing report in IBM Cognos Analytics. Navigate to Cognos Cognos Analytics supports all browsers with the exception

More information

Using the VMware vrealize Orchestrator Client

Using the VMware vrealize Orchestrator Client Using the VMware vrealize Orchestrator Client vrealize Orchestrator 7.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

IBM WebSphere Java Batch Lab

IBM WebSphere Java Batch Lab IBM WebSphere Java Batch Lab What are we going to do? First we are going to set up a development environment on your workstation. Download and install Eclipse IBM WebSphere Developer Tools IBM Liberty

More information

JD Edwards EnterpriseOne 8.12 (Tools Release 8.96) Standalone Version

JD Edwards EnterpriseOne 8.12 (Tools Release 8.96) Standalone Version JD Edwards EnterpriseOne 8.12 (Tools Release 8.96) Standalone Version Overview: EnterpriseOne 8.12 (Tools Release 8.96) Standalone is a self-contained demo of the JD Edwards enterprise software (formerly

More information

Importing Existing Data into LastPass

Importing Existing Data into LastPass Importing Existing Data into LastPass Once you have installed LastPass, you may need to impocort your existing password entries and secure data from another LastPass account or from another password manager

More information

LiveNX Upgrade Guide from v5.2.0 to v5.2.1

LiveNX Upgrade Guide from v5.2.0 to v5.2.1 LIVEACTION, INC. LiveNX Upgrade Guide from v5.2.0 to v5.2.1 UPGRADE LiveAction, Inc. 3500 Copyright WEST BAYSHORE 2016 LiveAction, ROAD Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the LiveAction

More information

Workstation Configuration

Workstation Configuration Workstation Configuration December 12, 2017 - Version 9.4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

OIG 11G R2 Field Enablement Training

OIG 11G R2 Field Enablement Training OIG 11G R2 Field Enablement Training Lab 20 - Notification Lab Disclaimer: The Virtual Machine Image and other software are provided for use only during the workshop. Please note that you are responsible

More information

Oracle SOA Suite 12c: Build Composite Applications

Oracle SOA Suite 12c: Build Composite Applications Oracle University Contact Us: Landline: +91 80 67863899 Toll Free: 0008004401672 Oracle SOA Suite 12c: Build Composite Applications Duration: 5 Days What you will learn This Oracle SOA Suite 12c: Build

More information

Dell SC Series Integration with VMware VVols

Dell SC Series Integration with VMware VVols Dell SC Series Integration with VMware VVols Dell Storage Hands-on Lab Estimated completion time: 30 minutes Audience The audience for this document includes technical professionals who wish to learn about

More information

The Python Mini-Degree Development Environment Guide

The Python Mini-Degree Development Environment Guide The Python Mini-Degree Development Environment Guide By Zenva Welcome! We are happy to welcome you to the premiere Python development program available on the web The Python Mini-Degree by Zenva. This

More information

Working with Mailbox Manager

Working with Mailbox Manager Working with Mailbox Manager A user guide for Mailbox Manager supporting the Message Storage Server component of the Avaya S3400 Message Server Mailbox Manager Version 5.0 February 2003 Copyright 2003

More information

Oracle SOA Suite 12c : Build Composite Applications

Oracle SOA Suite 12c : Build Composite Applications Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 67863102 Oracle SOA Suite 12c : Build Composite Applications Duration: 5 Days What you will learn This course teaches you to design and develop

More information

RSA WebCRD Getting Started

RSA WebCRD Getting Started RSA WebCRD Getting Started User Guide Getting Started With WebCRD Document Version: V9.2.2-1 Software Version: WebCRD V9.2.2 April 2013 2001-2013 Rochester Software Associates, Inc. All Rights Reserved.

More information

Oracle Application Express: Administration 1-2

Oracle Application Express: Administration 1-2 Oracle Application Express: Administration 1-2 The suggested course agenda is displayed in the slide. Each lesson, except the Course Overview, will be followed by practice time. Oracle Application Express:

More information

CCH INCORPORATED 05/03

CCH INCORPORATED 05/03 Button Bar Main Menu Return to the main tab level of the current library without deselecting your targets Preferences Set preferences for searching, document display, and other functions Citation Search

More information

1) Use either Chrome of Firefox to access the VMware vsphere web Client.

1) Use either Chrome of Firefox to access the VMware vsphere web Client. CIS133 Installation Lab #1 Web Client OpenSUSE Install. 1) Use either Chrome of Firefox to access the VMware vsphere web Client. https://vweb.bristolcc.edu CHROME FireFox At the your connection is not

More information

Technical Intro Part 1

Technical Intro Part 1 Technical Intro Part 1 Learn how to create, manage, and publish content with users and groups Hannon Hill Corporation 950 East Paces Ferry Rd Suite 2440, 24 th Floor Atlanta, GA 30326 Tel: 800.407.3540

More information

Altova CbC Reporting Solution. Installation Guide

Altova CbC Reporting Solution. Installation Guide Installation Guide Installation Guide All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying, recording, taping,

More information

Introduction. Key features and lab exercises to familiarize new users to the Visual environment

Introduction. Key features and lab exercises to familiarize new users to the Visual environment Introduction Key features and lab exercises to familiarize new users to the Visual environment January 1999 CONTENTS KEY FEATURES... 3 Statement Completion Options 3 Auto List Members 3 Auto Type Info

More information

PaperClip32. Revision 2.0

PaperClip32. Revision 2.0 PaperClip32 Quick Start Guide Revision 2.0 Copyright Information Copyright 2003, PaperClip Software, Inc. The PaperClip32 product name and PaperClip Logo are registered trademarks of PaperClip Software,

More information

BEAAquaLogic Enterprise Repository. Automation for Web Services Guide

BEAAquaLogic Enterprise Repository. Automation for Web Services Guide BEAAquaLogic Enterprise Repository Automation for Web Services Guide Version 3.0. RP1 Revised: February, 2008 Table of Contents Overview System Settings Properties for Managing WSDL- and UDDI-Related

More information

1. Remove any previously installed versions of the Offline Image Viewer by dragging and dropping the Offline Image Viewer icon into the Trash.

1. Remove any previously installed versions of the Offline Image Viewer by dragging and dropping the Offline Image Viewer icon into the Trash. Installing OIV 2.6 for Macs 1. Remove any previously installed versions of the Offline Image Viewer by dragging and dropping the Offline Image Viewer icon into the Trash. 2. Download the new version of

More information

CIS 231 Windows 10 Install Lab # 3

CIS 231 Windows 10 Install Lab # 3 CIS 231 Windows 10 Install Lab # 3 1) To avoid certain problems later in the lab, use Chrome as your browser: open this url: https://vweb.bristolcc.edu 2) Here again, to avoid certain problems later in

More information

Windows Me Navigating

Windows Me Navigating LAB PROCEDURE 11 Windows Me Navigating OBJECTIVES 1. Explore the Start menu. 2. Start an application. 3. Multi-task between applications. 4. Moving folders and files around. 5. Use Control Panel settings.

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Using Oracle Eloqua Cloud Adapter Release 12.2.1.1.0 E73562-01 June 2016 Oracle Fusion Middleware Using Oracle Eloqua Cloud Adapter, Release 12.2.1.1.0 E73562-01 Copyright 2015,

More information

Impossible Solutions, Inc. JDF Ticket Creator & DP2 to Indigo scripts Reference Manual Rev

Impossible Solutions, Inc. JDF Ticket Creator & DP2 to Indigo scripts Reference Manual Rev Impossible Solutions, Inc. JDF Ticket Creator & DP2 to Indigo scripts Reference Manual Rev. 06.29.09 Overview: This reference manual will cover two separate applications that work together to produce a

More information

IC121-End-to-End Virtual Security Hands-On Lab

IC121-End-to-End Virtual Security Hands-On Lab IC121-End-to-End Virtual Security Hands-On Lab Description Many of us fear zero day exploits especially if they could impact our dynamic virtual systems. Learn how you can leverage CCS VSM to quickly lock

More information

Modern Requirements4TFS 2018 Release Notes

Modern Requirements4TFS 2018 Release Notes Modern Requirements4TFS 2018 Release Notes Modern Requirements 3/7/2018 Table of Contents 1. INTRODUCTION... 3 2. SYSTEM REQUIREMENTS... 3 3. APPLICATION SETUP... 3 GENERAL... 4 1. FEATURES... 4 2. ENHANCEMENT...

More information

Contents. Signing In... 3 Answering Your Personal Security Question... 4 Forgetting Your Password... 4 Exploring the Learning Center Interface...

Contents. Signing In... 3 Answering Your Personal Security Question... 4 Forgetting Your Password... 4 Exploring the Learning Center Interface... User Guide Contents Logging On... Signing In... Answering Your Personal Security Question... 4 Forgetting Your Password... 4 Exploring the Learning Center Interface... 5 Understanding Icons... 5 Understanding

More information

WebSphere Performance

WebSphere Performance IBM WEBSPHERE WORKSHOP - LAB EXERCISE WebSphere 4.0 - Performance What This Exercise is About In this exercise you will look at some of the new performance features and tools available in WebSphere 4.0.

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Using Oracle Eloqua Cloud Adapter Release 12.2.1.3.0 E83336-02 July 2017 Documentation for Oracle Service-Oriented Architecture (SOA) developers that describes how to use the Oracle

More information

Lab 2: Installation of Oracle XE & SOA11g

Lab 2: Installation of Oracle XE & SOA11g Lab 2: Installation of Oracle XE & SOA11g (30 minutes) Objectives At the end of this exercise, you will be able to: Install & Setup Oracle XE Database Install & Setup Oracle SOA11g Install Oracle Service

More information

VMWare Workstation Installation. Microsoft Windows Server 2008 Enterprise with Service Pack 2

VMWare Workstation Installation. Microsoft Windows Server 2008 Enterprise with Service Pack 2 VMWare Workstation Installation Microsoft Windows Server 2008 Enterprise with Service Pack 2 Starting Vmware Workstation Go to start menu and start VMware Workstation program. *Note: The following instructions

More information