More4Apps Mobile - Installation and Configuration Guide

Size: px
Start display at page:

Download "More4Apps Mobile - Installation and Configuration Guide"

Transcription

1 More4Apps Mobile - Installation and Configuration Guide Last updated: 27 June 2018 Table of Contents 1. Overview Mobile Applications - Installation and Configuration Steps - Installation and Configuration Download the Server Installation Files Server Installation Server Install - R12.1 Customers Only Server Install - R12.2 Customers Only Server Install - R11i Customers Only Install the More4Apps Mobile Applications on your Mobile device Configure More4Apps Mobile Applications... 15

2 1. Overview Mobile Applications - Installation and Configuration The More4Apps Mobile Applications for Oracle E-Business Suite use a web-based connection to communicate with the server for all uploads and downloads (not SQL*Net). The server-side installation consists of a Servlet to be installed in the E-Business Suite mid-tier framework. The More4Apps Mobile Android Applications are very secure as they utilize the existing Oracle Applications security and login mechanisms for user authentication and authorization. Users connect using their regular E Business Suite usernames and passwords. Key Features: Full integration with the Oracle Applications login and security functionality Respect for session timeout rules Single Sign On integration Supports non-apps schemas i.e. Oracle On Demand (OOD) All versions of R11i and R12 supported from onwards HTTPS support Components: Mobile Device Apps Each Android or Apple device requires an installation of the individual transaction Applications. You can download the Apps from either the Google Play or itunes Store, just search on More4Apps. Server packages There are no database packages or scripts required. Application Settings When the App logs into an instance for the first time it will automatically create several Profile Options. Many of these are for internal use by the applications (e.g. to store the license key). Some applications have profile options used to enable/disable functionality. These profile options are documented in the product-specific online documentation. Note- On some devices the login will fail at first attempt. To fix this just login again. Mid-Tier Servlet A mid-tier servlet is installed to facilitate communication between the Android Applications and the database. Minimum Software Requirements (anything at or above these versions is fine): Server: o E-Business Suite o J2SE 1.5 o Database 9i Android device:

3 o Android 2.1 (Éclair) XML Communication Technical Description: The communication protocol between the Mobile Applications and the E-Business database server is HTML and XML. The Android App authenticates then communicates with the E-Business web tier in the background, in the same way that an end-user would in an Oracle Self-Service browserbased product such as Internet Time. The Mobile App makes HTML calls to the servlet. Parameters are passed using the POST structure. The servlet verifies the authentication of the calling App. If the calling App has not yet logged in then the E-Business login screen is presented to the user. (If SSO is enabled then the user is automatically forwarded to the SSO login screen). The user then logs in with their usual E- Business username/password. The session will expire if the user logs out or closes the App, or if they are idle for a long period. Licensing: Licensing is done by number of devices per App. Once you purchase a license for the App you will be issued with a License Key. When the license key is entered additional device registrations will be allowed. Support: If you have any questions regarding the installation steps, please contact us via our website. Refer to section: Steps - Installation and Configuration

4 2. Steps - Installation and Configuration To install and configure the More4Apps Mobile Android Applications you need to complete the following steps (click on the links to go to the relevant documentation): 1. Download the Server Installation Files 2. Server Installation These steps are typically undertaken by a DBA a. Server Install - R12.1 Customers Only b. Server Install - R12.2 Customers Only c. Server Install - R11i Customers Only 3. Install the More4Apps Mobile Applications on your Mobile device 4. Configure More4Apps Mobile Applications Support: If you have any questions regarding the installation steps contact us via our website.

5 3. Download the Server Installation Files To download the server installation files please go to this URL: Refer to section: Steps - Installation and Configuration

6 4. Server Installation Follow these steps to install the communication servlet in the mid tier. This servlet is required for both Release 11i and Release 12: 1. Server Install - R12.1 Customers Only 2. Server Install - R12.2 Customers Only 3. Server Install - R11i Customers Only To enable the servlet, we modify the server configuration files by implementing a fully supported Autoconfig customization, as documented in Metalink Note Attention Windows Users: this document uses UNIX syntax when specifying directories and operating system commands. Substitute the appropriate Windows syntax where applicable. If you have multiple mid-tier servers then you must repeat these steps on each server. 4.1 Server Install - R12.1 Customers Only The following steps should be completed for R12.1 customers only. 1. Copy jar files to $JAVA_TOP Copy the jar files to the mid-tier server and place in $JAVA_TOP. cp W1Servlet.jar $JAVA_TOP cp core.jar $JAVA_TOP cp javase.jar $JAVA_TOP If you have unzipped the jar files as per our previous instructions please remove the unzipped files: rm -rf $JAVA_TOP/com/more4apps/mobile rm rf $JAVA_TOP/com/google 2. Edit Autoconfig Templates Navigate to the template directory: cd $FND_TOP/admin/template Create the "custom" directory if it does not already exist. mkdir custom If the files orion_application_xml_1013.tmp and orion_web_xml_1013.tmp do not already exist in the "custom" directory then copy them in. Be careful not to overwrite an existing copy of these files or you may lose pre-existing customizations. cp orion_web_xml_1013.tmp custom cp orion_application_xml_1013.tmp custom Move into the custom directory and edit the custom template files.

7 cd custom vi orion_web_xml_1013.tmp Paste the following lines just before the TCF alias (approximately line 170). <!-- More4Apps Mobile servlet --> <servlet> <servlet-name>w1servlet</servlet-name> <servlet-class>com.more4apps.mobile.w1servlet</servlet-class> </servlet> <servlet-mapping> <servlet-name>w1servlet</servlet-name> <url-pattern>/w1servlet/*</url-pattern> </servlet-mapping> Save the file. Now edit orion_application_xml_1013.tmp. vi orion_application_xml_1013.tmp Paste the following lines just after <library path="%s_javatop%" /> (approximately line 62). <library path="%s_javatop%/w1servlet.jar" /> <library path= %s_javatop%/javase.jar /> <library path= %s_javatop%/core.jar /> Save the file. 3. Run Autoconfig (as described in Note ) cd $ADMIN_SCRIPTS_HOME adautocfg.sh 4. Bounce Apache adapcctl.sh stop adoacorectl.sh stop adoacorectl.sh start adapcctl.sh start 5. Test the Servlet To test whether the servlet has been installed correctly, first get the value of profile option "Apps Servlet Agent". Then enter the following URL in your browser: <<value of profile option>>/w1servlet/hello The full URL will look something like this:

8 If the servlet has been installed correctly a simple information page will render. Refer to section: Install the More4Apps Mobile Applications on your Mobile device 4.2 Server Install - R12.2 Customers Only The following steps should be completed for R12.2 customers only. 1. Ensure that a patch run is not currently taking place. adop -status 2. Copy the below jar files to the $HOME directory on the mid-tier server. W1Servlet.jar core.jar javase.jar If you have unzipped the jar files as per our previous instructions please remove the unzipped files: rm -rf $JAVA_TOP/com/more4apps/mobile rm rf $JAVA_TOP/com/google 3. Connect to Run environment.. EBSapps.env run 4. Start a patch run cycle: adop phase=prepare 5. Connect to patch environment:. EBSapps.env patch 6. Unzip the servlet into $JAVA_TOP cd $JAVA_TOP unzip $HOME/core.jar unzip $HOME/javase.jar unzip $HOME/W1Servlet.jar 7. Generate the customall.jar file (you will be prompted for the APPS password): adcgnjar Check that it has worked by doing the following, you should see the More4Apps servlet files along with any other custom java files: unzip l $JAVA_TOP/customall.jar

9 8. Add Entries to the Custom Synchronization Driver File. Add entries for the custom files to the custom synchronization driver file to ensure that the adop utility synchronizes these files between the run file system and the patch file system the next time you run the prepare phase. vi $APPL_TOP_NE/ad/custom/adop_sync.drv Add the following to this file after #Begin Customization : rsync -zr --delete %s_current_base%/ebsapps/comn/java/classes/com %s_other_base%/ebsapps/comn/java/classes cp %s_current_base%/ebsapps/comn/java/classes/customall.jar %s_other_base%/ebsapps/comn/java/classes rsync -zr --delete %s_current_base%/ebsapps/appl/fnd/12.0.0/admin/template/custom %s_other_base%/ebsapps/appl/fnd/12.0.0/admin/template 9. Edit Autoconfig Templates Navigate to the template directory: cd $FND_TOP/admin/template Create the "custom" directory if it does not already exist. mkdir custom If the file oacore_web_xml_fmw.tmp does not already exist in the "custom" directory then copy it in. Be careful not to overwrite an existing copy of this file or you may lose pre-existing customizations. cp oacore_web_xml_fmw.tmp custom If the file ebs3rdpartymanifest_xml.tmp does not already exist in the "custom" directory then copy it in. Be careful not to overwrite an existing copy of this file or you may lose pre-existing customizations. cp ebs3rdpartymanifest_xml.tmp custom Move into the custom directory. cd custom Edit the custom template files. o vi oacore_web_xml_fmw.tmp

10 Put the following lines in after the FND Servlets servlet entries (approximately line 69): <!-- More4Apps Mobile servlet --> <servlet> <servlet-name>w1servlet</servlet-name> <servlet-class>com.more4apps.mobile.w1servlet</servlet-class> </servlet> <servlet-mapping> <servlet-name>w1servlet</servlet-name> <url-pattern>/w1servlet/*</url-pattern> </servlet-mapping> Save the file. o vi ebs3rdpartymanifest_xml.tmp Add the following section after the last </classpath> entry and just before </classpath-contents> (approximately line 142): <classpath> <absolute-path>%s_current_base%/ebsapps/10.1.2/ord/jlib</absolutepath> <relative-path>../../../../../10.1.2/ord/jlib</relative-path> <windows-path>@bea_home@/../ebsapps/10.1.2/ord/jlib</windowspath> <libraries> <library>ordhttp.jar</library> <library>ordim.jar</library> </libraries> </classpath> Save the file. 10. Enable the More4Apps Servlet. Switch back to the Run edition:. EBSapps.env run Once you are ready to move the More4Apps servlet to the Production system run the adop cutover phase. Note that this will require a brief downtime for the users. adop phase=cutover Switch to the new Run edition:. EBSapps.env run

11 Run Cleanup (optional): adop phase=cleanup 11. If you have enabled the Allowed Resources feature by setting the Profile Option Security: Allowed Resources to Configured then you must do the following: cd $FND_TOP/secure echo "servlet /OA_HTML/W1Servlet" > custom_servlets.conf echo "/OA_HTML/ServletPing" >> custom_servlets.conf java oracle.apps.fnd.security.resource.wldatamigration MODE=custom INPUT_FILE=custom_servlets.conf DBC=$FND_SECURE/$TWO_TASK.dbc 12. Test the Servlet To test whether the servlet has been installed correctly, first get the value of profile option "Apps Servlet Agent". Then enter the following URL in your browser: <<value of profile option>>/w1servlet/hello The full URL will look something like this: If the servlet has been installed correctly a simple information page will render. Update the Servlet if it has already been installed If the servlet is already installed using the above steps, then a new servlet version can be updated directly into the Run environment. It is very quick to do it this way as there is no need to cutover between the Patch and Run environments, but this can only be performed if there is no patch run currently taking place. Connect to the run environment:. EBSapps.env run Ensure there is no current run cycle taking place: adop -status If there is no patch run taking place then copy the servlet jar files to the $HOME directory on the mid-tier server and unzip it. cd $JAVA_TOP unzip $HOME/core.jar unzip $HOME/javase.jar unzip $HOME/W1Servlet.jar

12 Generate the customall.jar file (you will be prompted for the APPS password): adcgnjar Bounce the webserver: cd $ADMIN_SCRIPTS_HOME admanagedsrvctl.sh stopall oacore adapcctl.sh stop adapcctl.sh start admanagedsrvctl.sh startall oacore Refer to section: Install the More4Apps Mobile Applications on your Mobile device 4.3 Server Install - R11i Customers Only The following steps should be completed for customers on R11i only. 1. Copy jar files to $JAVA_TOP Copy the jar files to the mid-tier server and place in $JAVA_TOP. cp W1Servlet.jar $JAVA_TOP cp core.jar $JAVA_TOP cp javase.jar $JAVA_TOP If you have unzipped the jar files as per our previous instructions please remove the unzipped files: rm -rf $JAVA_TOP/com/more4apps/mobile rm rf $JAVA_TOP/com/google 2. Edit Autoconfig Templates Navigate to the template directory: cd $FND_TOP/admin/template Create the custom directory if it does not already exist. mkdir custom If the files jserv_ux_ias1022.properties and zone_ias1022.properties do not already exist in the custom directory then copy them in. Be careful not to overwrite an existing copy of these files or you may lose pre-existing customizations. cp jserv_ux_ias1022.properties custom cp zone_ias1022.properties custom Move into the custom directory and edit the custom template files. cd custom vi jserv_ux_ias1022.properties

13 Paste the following lines just after wrapper.classpath=%s_javatop% classpath entry (approximately line 211). #--- More4Apps --- wrapper.classpath=%s_javatop%/w1servlet.jar wrapper.classpath=%s_javatop%/core.jar wrapper.classpath=%s_javatop%/javase.jar # Save the file. Now edit zone_ias1022.properties vi zone_ias1022.properties Paste the following lines at the very end of the file, after Oracle Web Agent. # More4Apps Mobile Servlet servlet.w1servlet.code=com.more4apps.mobile.w1servlet # Save the file. 4. Run Autoconfig (as described in Note ) cd $APPLCSF/scripts/$CONTEXT_NAME adautocfg.sh 5. Bounce Apache cd $APPLCSF/scripts/$CONTEXT_NAME adapcctl.sh stop adapcctl.sh start 6. Test the Servlet To test whether the servlet has been installed correctly, first get the value of profile option "Apps Servlet Agent". Then enter the following URL in your browser: <<value of profile option>>/w1servlet/hello The full URL will look something like this: If the servlet has been installed correctly a simple information page will render. Refer to section: Install the More4Apps Mobile Applications on your Mobile device

14 5. Install the More4Apps Mobile Applications on your Mobile device Once the server-side installation is complete you need to install the More4Apps Mobile Applications on your mobile device from the Google Play Store for Android or the itunes store for Apple. More4Apps Mobile Product App Installation You can now install the desired product applications. Currently we have three Applications available: More4Apps Mobile Receiving More4Apps Mobile Inventory More4Apps Mobile Work In Process Search for "More4Apps Mobile" or "Oracle ebusiness" in Google Play to find these Apps.

15 6. Configure More4Apps Mobile Applications Once the installation has been completed you need to configure the More4Apps Mobile Application. Please Note: The servlet must have been installed and tested as per the previous section or an error will occur when attempting to connect. 1. Connecting to an E-Business Instance Select one of your More4Apps Mobile applications. You will be presented with a screen for Oracle E-Business connections. Click on the Add Connection button. You will see the connection registration screen. At this point you will need the value of the Apps Servlet Agent profile option from the instance. To get this value login in to Oracle e-business Suite as a System Administrator and find the Apps Servlet Agent profile option at the site level. To enter the required value, you can either type it manually (not straightforward on an Android device) or use your built-in barcode scanner. a) Scanner Method Enter the following URL on your normal computer (not your Android device): <<Apps Servlet Agent>>/W1Servlet?p_action=qr For example: This will display a QR barcode on your screen. You can now long-hold in the servlet URL field on your Android device, which will start the bar code reader. Scan the barcode on your computer and the URL will be scanned to your device. b) Manual Method Enter the URL exactly as show in the Profile Option into the servlet URL field. Once the URL has been entered, press the Register button on your Android device.

16 If the registration is successful then you will see the Instance name in the list of Connections. You can click on the Instance name to proceed. 2. Logging In and Security Click on the Login button to connect to your E-Business instance. You should see your usual E- Business login page appear on the device. Log in using your Oracle username and password. You will be prompted whether you want to remember this username and password. It is a good idea to do this as it makes it easy to log in next time. To clear out the remembered details, click on the Refresh button in the ActionBar at the top of the page. You will be next be prompted for your Responsibility then your Inventory Org. Once these are chosen you will be able to proceed with the More4Apps Mobile App functionality. The next time you log in to this App it will also remember and default your previously chosen Responsibility and Inventory Org. If you want to switch to a different one then press the menu button from the App home screen. 3. Logging Out Click on the back button on your device until the More4Apps Mobile Launcher is shown. (We are working on a better approach to logging out and will issue new App versions shortly to address this).

Installation and Configuration Guide

Installation and Configuration Guide Installation and Configuration Guide Last updated: 17 August 2018 Table of Contents 1. Overview - Installation and Configuration... 2 2. Steps - Installation and Configuration... 4 3. Download the Installation

More information

AutoConfig (adconfig)

AutoConfig (adconfig) AutoConfig (adconfig) Background: Oracle Applications has a complex architecture with many pieces of technology. For example Apache Web server, Apache Jserv, Forms Listener servlet (or forms server) etc.

More information

Excel4apps Wands 5 Architecture Excel4apps Inc.

Excel4apps Wands 5 Architecture Excel4apps Inc. Excel4apps Wands 5 Architecture 2014 Excel4apps Inc. Table of Contents 1 Introduction... 3 2 Overview... 3 3 Client... 3 4 Server... 3 4.1 Java Servlet... 4 4.2 OAF Page... 4 4.3 Menu and Function... 4

More information

Signup for Multi-Factor Authentication

Signup for Multi-Factor Authentication What is Multi-Factor Authentication? Multi-Factor Authentication (MFA) helps safeguard access to data and applications while maintaining simplicity for users. It provides additional security by requiring

More information

Contents. Multi-Factor Authentication Overview. Available MFA Factors

Contents. Multi-Factor Authentication Overview. Available MFA Factors The purpose of this document is to provide National University student Single Sign-On users with instructions for how to configure and use Multi-Factor Authentication. Contents Multi-Factor Authentication

More information

Multi-factor Authentication Instructions

Multi-factor Authentication Instructions What is MFA? Multi-factor Authentication (MFA) is a security measure to confirm your identity in addition to your username and password. It helps in the prevention of unauthorized access to your account.

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

Getting Started New User. To begin, open the Multi-Factor Authentication Service in your inbox.

Getting Started New User. To begin, open the Multi-Factor Authentication Service  in your inbox. Getting Started New User To begin, open the Multi-Factor Authentication Service email in your inbox. 1 1 Getting Started New User Click the link https://mfa.baptisthealth.net/portal. This link takes you

More information

Secure Remote Access Installation and User Guide

Secure Remote Access Installation and User Guide Secure Remote Access Installation and User Guide Version 1.0 Published July 2016 TABLE OF CONTENTS 1 System Requirements...3 1.1 Take Control for Windows...3 1.2 Take Control for OSX...3 2 Configure User

More information

SelfService Portal. Step By Step Documentation. This document will show you how to enroll your user account to the SelfService Portal

SelfService Portal. Step By Step Documentation. This document will show you how to enroll your user account to the SelfService Portal SelfService Portal Step By Step Documentation This document will show you how to enroll your user account to the SelfService Portal There are three types of Authentication 1. Security Questions 2. Verification

More information

MFA (Multi-Factor Authentication) Enrollment Guide

MFA (Multi-Factor Authentication) Enrollment Guide MFA (Multi-Factor Authentication) Enrollment Guide Morristown Medical Center 1. Open Internet Explorer (Windows) or Safari (Mac) 2. Go to the URL: https://aka.ms/mfasetup enter your AHS email address and

More information

Community Mobile Patrol Officer User Guide v13.4

Community Mobile Patrol Officer User Guide v13.4 Community Mobile Patrol Officer User Guide v13.4 To download the PatrolLIVE App for the iphone: 1. On the iphone, go to the App Store and search for Guard Tour (Please note: The App is not supported on

More information

Multi-factor Authentication Instructions

Multi-factor Authentication Instructions What is MFA? (MFA) is a security measure to confirm your identity in addition to your username and password. It helps in the prevention of unauthorized access to your account. MFA authentication is typically

More information

How SSL works with Middle Tier Oracle HTTP Server:

How SSL works with Middle Tier Oracle HTTP Server: Enabling SSL in Oracle E-Business Suite Release 12 The most significant change for Secure Sockets Layer (SSL) support in E-Business Suite Release 12 is the use of the mod_ossl module for the Oracle HTTP

More information

Oracle Apps DBA Field Note

Oracle Apps DBA Field Note Oracle Apps DBA Field Note How to Check Incompatibilities for Current Program From Applications o Login as SYSADMIN. Navigation: o Application Developer --> Program --> Incompatibilities. Forms URL in

More information

Connecting Remotely Staff & Students

Connecting Remotely Staff & Students Connecting Remotely Staff & Students Install VMware Horizon View client There are two main ways to access the college network remotely using VMware on your computer, either (1) connecting directly through

More information

Version : 2 _ updated Dec 2017

Version : 2 _ updated Dec 2017 _ updated Dec 2017 GUIDELINE for MMA MEMBERs - PAGE 3-10 Page 3 - Page 6 Page 7 Page 8 Page 9 Page 10 Login Page MMA Event Page Profile Page - QR Code Profile Page Cumulative CPD Profile Page-CPD Records

More information

Solution Composer. User's Guide

Solution Composer. User's Guide Solution Composer User's Guide January 2014 www.lexmark.com Contents 2 Contents Overview...4 Understanding the basics...4 System recommendations...5 Building custom solutions...6 Getting started...6 Step

More information

Multi-Factor Authentication (MFA)

Multi-Factor Authentication (MFA) What is it? Multi-Factor Authentication, or MFA, is a process that requires more than one type of authentication to gain access to a program. You have probably seen this with your bank or other secure

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Quick Installation Guide for Oracle Identity Management 11g Release 1 (11.1.1) E10033-01 May 2009 This guide is designed to help you quickly install the most common Oracle Identity

More information

Local. Responsive. Reliable.

Local. Responsive. Reliable. Local. Responsive. Reliable. FAQs WHAT IS myvrb? myvrb is the new name of your online and mobile banking experience at Valley Republic Bank. While you will continue to access online and mobile banking

More information

Oracle E-Business Suite 12.2 Administration

Oracle E-Business Suite 12.2 Administration Oracle E-Business Suite 12.2 Administration Prepared by: Ivo Dujmovic Ivo@patchivo.com Entrepreneur Patchivo, Interana REMINDER Check in on the COLLABORATE mobile app About the Presenter Ivo Dujmovic Patchivo

More information

OAM 2FA Value-Added Module (VAM) Deployment Guide

OAM 2FA Value-Added Module (VAM) Deployment Guide OAM 2FA Value-Added Module (VAM) Deployment Guide Copyright Information 2018. SecureAuth is a copyright of SecureAuth Corporation. SecureAuth s IdP software, appliances, and other products and solutions,

More information

Quick Guide for Mynaportal

Quick Guide for Mynaportal Quick Guide for Mynaportal Introduction of Mynaportal and About This Guide Mynaportal is an online service managed by the government of Japan. You can apply to services online related to parenting by the

More information

Adding an Additional Node to an existing Oracle Applications Instance Using Rapidclone

Adding an Additional Node to an existing Oracle Applications Instance Using Rapidclone Adding an Additional Node to an existing Oracle Applications Instance Using Rapidclone This document describes, how we can add an additional node to an existing Oracle Applications Instance using rapidclone

More information

Oracle E-Business Suite(R12.2) Troubleshooting

Oracle E-Business Suite(R12.2) Troubleshooting Oracle E-Business Suite(R12.2) Troubleshooting Amit Sharma Apps DBA Expert CORPORATE OFFICE 8 Magnolia Place, Harrow, London, UK HA2 6DS US OFFICE 6515 E Union Ave, Unit 451, Denver CO 80237 INDIA OFFICE

More information

User Guide for Client Remote Access. Version 1.2

User Guide for Client Remote Access. Version 1.2 User Guide for Client Remote Access Version 1.2 Table of Contents PAGE Introduction... 2 Microsoft Multi-Factor Authentication Introduction... 3-4 User Enrollment... 5-8 Accessing Remote Resources Windows

More information

MFA Enrollment Guide. Multi-Factor Authentication (MFA) Enrollment guide STAGE Environment

MFA Enrollment Guide. Multi-Factor Authentication (MFA) Enrollment guide STAGE Environment Multi-Factor Authentication (MFA) Enrollment guide STAGE Environment December 2017 00 Table of Contents What is MFA and how does it impact the way I sign into applications? 2 MFA Enrollment Log-in 3 Setup

More information

TFS Self-Service Password Reset Portal Getting Started Guide

TFS Self-Service Password Reset Portal Getting Started Guide TFS Self-Service Password Reset Portal Getting Started Guide Texas A&M Forest Service (TFS) Information Resources Department (IR) A quick guide to getting started and using the TFS self-service password

More information

RSA Via L&G Collector Data Sheet for Oracle Identity Manager (OIM) Version (Release 1)

RSA Via L&G Collector Data Sheet for Oracle Identity Manager (OIM) Version (Release 1) RSA Via L&G Collector Data Sheet for Oracle Identity Manager (OIM) Version 11.1.1.3.0 (Release 1) Table of Contents Supported Software... 3 Identity Data Collector... 4 Prerequisites... 4 Configuration...

More information

Multi-Factor Authentication (MFA)

Multi-Factor Authentication (MFA) What is it? Multi-Factor Authentication, or MFA, is a process that requires more than one type of authentication to gain access to a program. You have probably seen this with your bank or other secure

More information

Oracle Workflow Server Installation Notes

Oracle Workflow Server Installation Notes Oracle Workflow Server Installation Notes (Release 2.6) Purpose These notes explain how to install or upgrade the Oracle Workflow server. Attention: Do not install the Oracle Workflow server in an Oracle

More information

Author A.Kishore Upgrade Oracle Applications from to R12

Author A.Kishore  Upgrade Oracle Applications from to R12 Upgrade Oracle Applications from 11.5.10.2 to R12 System Overview Version 11.5.10.2 Oracle Applications Vision Instance OS: Redhat Linux update 5 Type: Single Node instance Applications OS User: applmgrupd

More information

Oracle Workflow Server Installation Notes

Oracle Workflow Server Installation Notes Oracle Workflow Server Installation Notes (Release 2.6.1) Purpose These notes explain how to install or upgrade the Oracle Workflow server. Attention: Do not install the Oracle Workflow server in an Oracle

More information

Oracle ILM Assistant Installation Guide Version 1.4

Oracle ILM Assistant Installation Guide Version 1.4 Oracle ILM Assistant Installation Guide Version 1.4 This document provides instructions for installing and running Oracle Information Lifecycle Management (ILM) Assistant. Version: 1.4 Oracle Corporation

More information

Welcome to The Department of Public Health s WebConnect Portal

Welcome to The Department of Public Health s WebConnect Portal Welcome to The Department of Public Health s WebConnect Portal You have been issued a first time access password to activate your WebConnect account. Reminder: Please do not use SSL gateway from computers

More information

Salesforce Mobile App Security Guide

Salesforce Mobile App Security Guide Salesforce Mobile App Security Guide Version 3, 0 @salesforcedocs Last updated: October 11, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com,

More information

INSTRUCTIONS FOR CREATING YOUR FBBE ACCOUNT

INSTRUCTIONS FOR CREATING YOUR FBBE ACCOUNT INSTRUCTIONS FOR CREATING YOUR FBBE ACCOUNT If you do not already have one, download a Two Factor Authentication (2FA) app from the app store on your smart device. We strongly encourage you to use the

More information

Oracle E-Business Suite R12.2 Administration

Oracle E-Business Suite R12.2 Administration Oracle E-Business Suite R12.2 Administration This class provides training applicable to Oracle E-Business Suite Releases 12.2. It does not provide training applicable to Oracle E-Business Suite Releases

More information

Question No : 1 Which three are the correct definitions of the objects in the Oracle Applications database?(choose three.)

Question No : 1 Which three are the correct definitions of the objects in the Oracle Applications database?(choose three.) Volume: 225 Questions Question No : 1 Which three are the correct definitions of the objects in the Oracle Applications database?(choose three.) A. Hybrid objects contain materialized view objects, and

More information

ServiceNow Deployment Guide

ServiceNow Deployment Guide ServiceNow Deployment Guide (For Eureka release and forward) Okta Inc. 301 Brannan Street, 3 rd Floor San Francisco, CA, 94107 info@okta.com 1-888-722-7871 Contents Overview... 3 Active Directory Integration...

More information

Version : 2 _ updated Dec 2017

Version : 2 _ updated Dec 2017 _ updated Dec 2017 GUIDELINE for MMA MEMBERs - PAGE 3-11 Page 3 - Page 6 Page 7 Page 8 Page 9 Page 10 Page 11 Login page MMA Event Page Profile Page - QR Code Profile Page ADHOC Profile Page Cumulative

More information

Gunes EROL-http://heliosguneserol.wordpress.com/

Gunes EROL-http://heliosguneserol.wordpress.com/ 1 Reference: Upgrading to the Latest OracleAS 10g 10.1.3.x Patch Set in Oracle E-Business Suite Release 12 [ID 454811.1] In This Article; I try to explain upgrade the OracleAS 10g Release 3 (10.1.3) to

More information

SAS Model Manager 2.3

SAS Model Manager 2.3 SAS Model Manager 2.3 Administrator's Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2010. SAS Model Manager 2.3: Administrator's Guide. Cary,

More information

How to take up my assessment?

How to take up my assessment? 2011, Cognizant How to take up my assessment? Step 1 : You have to take up the assessment only using the Virtual Desktop Interface (VDI environment) Please use the URL, https://learninglabs.cognizant.com

More information

How to Implement Oracle CPUs for EBS

How to Implement Oracle CPUs for EBS How to Implement Oracle CPUs for EBS Eng. Cristian Peque Oracle Security Specialist Program Agenda Understanding what an Oracle CPU is What we need to do after Oracle launches a CPU How to install all

More information

E-Business Suite 12.2 Configuration Management II

E-Business Suite 12.2 Configuration Management II E-Business Suite 12.2 Configuration Management II Sumeet Kabra Agenda E-Business Suite 12.2 Applications Architecture [ Recap ] Techstack Configurations [ Recap ] Applications Configuration Management

More information

Oracle Forms Services Oracle Traffic Director Configuration

Oracle Forms Services Oracle Traffic Director Configuration An Oracle White Paper January 2014 Oracle Forms Services Oracle Traffic Director Configuration Introduction... 1 What is Oracle Traffic Director... 2 Requirements... 3 WebLogic Server... 3 Oracle Forms

More information

Extract from the ARC & RVRC Operational & Administrative Procedures

Extract from the ARC & RVRC Operational & Administrative Procedures 2.2 Configuring MASmobile 2.2.1 Configuring MASmobile settings (iphone) 2.2.2 Configuring MASmobile settings (Android) 2.2.3 Main Menu 2.2.4 Logging In 2.2.5 Managing Accounts 2.2.6 Searching for Systems

More information

Deployment User Guide

Deployment User Guide Deployment User Guide Version: 010319-2 Contents STEP 1: (Windows Users Only): Determine if your PC is running the 32-bit or 64-bit version of Windows. If you are not a PC user, please proceed to step

More information

Mobile Apps Introduction Getting Started Features Resources

Mobile Apps Introduction Getting Started Features Resources Introduction 2 Install on Apple devices 2 Install on Android devices 2 Getting Started 3 Features 4 MAT (Mobile Asset Tracker) 4 AIM (Asset Inventory Manager) 5 Resources 6 1 Introduction Booktracks mobile

More information

SSO Plugin. Release notes. J System Solutions. Version 4.0

SSO Plugin. Release notes. J System Solutions.  Version 4.0 SSO Plugin Release notes J System Solutions Version 4.0 JSS SSO Plugin v4.0 Release notes What's new... 3 Java support... 3 Improved user interface... 3 Hostname based integrations... 3 Client IP and hostname

More information

SSO Plugin. Integrating Business Objects with BMC ITSM and HP Service Manager. J System Solutions. Version 5.

SSO Plugin. Integrating Business Objects with BMC ITSM and HP Service Manager. J System Solutions.   Version 5. SSO Plugin Integrating Business Objects with BMC ITSM and HP Service Manager J System Solutions Version 5.0 JSS SSO Plugin Integrating Business Objects with BMC ITSM and HP Service Manager Introduction...

More information

Barracuda Networks Android Mobile App and Multi-Factor Authentication

Barracuda Networks Android Mobile App and Multi-Factor Authentication Barracuda Networks Android Mobile App and Multi-Factor Authentication This article refers to the Barracuda Networks Android Mobile App version 0.9 or greater, on an Android mobile phone devices running

More information

15-415: Database Applications Project 2. CMUQFlix - CMUQ s Movie Recommendation System

15-415: Database Applications Project 2. CMUQFlix - CMUQ s Movie Recommendation System 15-415: Database Applications Project 2 CMUQFlix - CMUQ s Movie Recommendation System School of Computer Science Carnegie Mellon University, Qatar Spring 2016 Assigned date: February 18, 2016 Due date:

More information

Fingerprint Authentication Guide

Fingerprint Authentication Guide Fingerprint Authentication Guide What is fingerprint authentication? An electronic device is used to capture a digital image of a fingerprint pattern. This image is digitally processed to create a biometric

More information

Accessing the SIM PCMH Dashboard

Accessing the SIM PCMH Dashboard Accessing the SIM PCMH Dashboard Setting up Duo, Creating Your Level-2 Password, and Setting up Citrix Receiver to Log in to the Dashboard P R O C EDURAL GUID E Document File Name Accessing_the_SIM_Dashboard.docx

More information

Multi-Factor Authentication

Multi-Factor Authentication Introduction (MFA) provides an additional layer of security to your NHSmail account when signing in to NHSmail via a web browser. As a Local Administrator (LA) you will have MFA automatically enabled on

More information

User Guide: Windows Mac Android ios

User Guide: Windows Mac Android ios 1 TM Laplink Software, Inc. For technical support issues or questions, please visit: http://www.laplink.com/contact For other inquiries, please see contact details below: E-mail: CustomerService@laplink.com

More information

Multi-Factor Authentication Enrolment Guide

Multi-Factor Authentication Enrolment Guide Multi-Factor Authentication Enrolment Guide How to set up the service and authenticate successfully What is MFA and how does it impact the way I sign into my account or applications? Multi-Factor Authentication

More information

Enhancing cloud applications by using external authentication services. 2015, 2016 IBM Corporation

Enhancing cloud applications by using external authentication services. 2015, 2016 IBM Corporation Enhancing cloud applications by using external authentication services After you complete this section, you should understand: Terminology such as authentication, identity, and ID token The benefits of

More information

Qualys Cloud Platform (VM, PC) v8.x Release Notes

Qualys Cloud Platform (VM, PC) v8.x Release Notes Qualys Cloud Platform (VM, PC) v8.x Release Notes Version 8.18.1 April 1, 2019 This new release of the Qualys Cloud Platform (VM, PC) includes improvements to Vulnerability Management and Policy Compliance.

More information

BOCI Securities Limited Security Token User Guide (for Securities Account) Content

BOCI Securities Limited Security Token User Guide (for Securities Account) Content BOCI Securities Limited Security Token User Guide (for Securities Account) Content I. Activating your BOCI Security Token (P.2-6) II. Login your Online Securities Account with BOCI Security Token (P.7-8)

More information

Exhibitor Services User Guide

Exhibitor Services User Guide Exhibitor Services User Guide For Exhibitors CONTENTS Login and overview... 2 Profile... 3 Products... 4 How does my company information appear in the mobile app?... 5 LEADS Users... 6 Qualifying Questions...

More information

NETCONF Client GUI. Client Application Files APPENDIX

NETCONF Client GUI. Client Application Files APPENDIX APPENDIX B The NETCONF client is a simple GUI client application that can be used to understand the implementation of the NETCONF protocol in Cisco E-DI. This appendix includes the following information:

More information

Two Factor Authentication

Two Factor Authentication Two Factor Authentication On December 15 th 2017 the Costpoint Cloud will require Two Factor Authentication when accessing User Manager and Citrix. Also, users will be required to access Costpoint Enterprise

More information

Oracle WebCenter Portal Jump Start Kit (JSK) Readme for Linux 64-bit Operating Systems

Oracle WebCenter Portal Jump Start Kit (JSK) Readme for Linux 64-bit Operating Systems Oracle WebCenter Portal Jump Start Kit Readme 11.1.1.8.0 Oracle WebCenter Portal Jump Start Kit (JSK) Readme for Linux 64-bit Operating Systems 11.1.1.8.0 Overview The Jump Start Kit (JSK) for WebCenter

More information

Oracle E-Business Suite

Oracle E-Business Suite Oracle E-Business Suite Software Development Kit for Java Release 11i and 12 Part No. E28169-02 June 2012 Oracle E-Business Suite Software Development Kit for Java, Release 11i and 12 Part No. E28169-02

More information

(A) Use FNDCPASS to change APPS password

(A) Use FNDCPASS to change APPS password FNDCPASS Oracle Applications provides a command line utility, FNDCPASS, to change/reset Oracle Applications schema passwords. This utility changes the password registered in Oracle Applications tables,

More information

Partner Integration Portal (PIP) Installation Guide

Partner Integration Portal (PIP) Installation Guide Partner Integration Portal (PIP) Installation Guide Last Update: 12/3/13 Digital Gateway, Inc. All rights reserved Page 1 TABLE OF CONTENTS INSTALLING PARTNER INTEGRATION PORTAL (PIP)... 3 DOWNLOADING

More information

Storebox User Guide. Swisscom (Switzerland) Ltd.

Storebox User Guide. Swisscom (Switzerland) Ltd. Storebox User Guide Swisscom (Switzerland) Ltd. Contents (/). Basics/Settings 4. What is Storebox? 5. File Structure 6.3 System Prerequisites 7.4 Logging in to the team portal 8.5 Logging out of the team

More information

School Installation Guide ELLIS Academic 5.2.6

School Installation Guide ELLIS Academic 5.2.6 ELLIS Academic 5.2.6 This document was last updated on 2/16/11. or one or more of its direct or indirect affiliates. All rights reserved. ELLIS is a registered trademark, in the U.S. and/or other countries,

More information

Database Explorer Quickstart

Database Explorer Quickstart Database Explorer Quickstart Last Revision: Outline 1. Preface 2. Requirements 3. Introduction 4. Creating a Database Connection 1. Configuring a JDBC Driver 2. Creating a Connection Profile 3. Opening

More information

Getting Started with Duo Security Two-Factor Authentication (2FA)

Getting Started with Duo Security Two-Factor Authentication (2FA) Getting Started with Duo Security Two-Factor Authentication (2FA) Table of Contents What is Two-Factor Authentication (2FA)?... 1 Why 2FA at Bates College?... 2 2FA Technologies... 3 Duo Protected Resources

More information

Mobile Apps Introduction Getting Started Features Resources

Mobile Apps Introduction Getting Started Features Resources Introduction 2 Install on Apple devices 2 Install on Android devices 2 Getting Started 3 Features 4 Librista for Apple 4 Librista for Android 7 AMI (Atriuum Mobile Interface) 10 AIR (Atriuum Inventory

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

TIBCO Jaspersoft running in AWS accessing a back office Oracle database via JDBC with Progress DataDirect Cloud.

TIBCO Jaspersoft running in AWS accessing a back office Oracle database via JDBC with Progress DataDirect Cloud. TIBCO Jaspersoft running in AWS accessing a back office Oracle database via JDBC with Progress DataDirect Cloud. This tutorial walks through the installation and configuration process to access data from

More information

SETTING UP ORACLE ULTRA SEARCH FOR ORACLE PORTAL 10G (10.1.4)

SETTING UP ORACLE ULTRA SEARCH FOR ORACLE PORTAL 10G (10.1.4) Oracle Application Server Portal Technical Note SETTING UP ORACLE ULTRA SEARCH FOR ORACLE PORTAL 10G (10.1.4) November 2005 INTRODUCTION This Technical Note describes how to setup up and configure Oracle

More information

My Digital Basecamp. Learning App for BASF employees. Quick Guide for Android and ios

My Digital Basecamp. Learning App for BASF employees. Quick Guide for Android and ios My Digital Basecamp Learning App for BASF employees Quick Guide for Android and ios The following manual guides you through the installation and registration process of the learning app on a mobile device

More information

Kewill Customs Installations Guide

Kewill Customs Installations Guide Kewill Customs Installations Guide for Release 1.0.3 Original Publication: June, 2008 Last Revision: September, 2008 Table of Contents Table of Contents...2 Kewill Customs Installation Guide...3 Installation

More information

Welcome to the e-learning course for SAP Business One Analytics Powered by SAP HANA: Installation and Licensing. This course is valid for release

Welcome to the e-learning course for SAP Business One Analytics Powered by SAP HANA: Installation and Licensing. This course is valid for release Welcome to the e-learning course for SAP Business One Analytics Powered by SAP HANA: Installation and Licensing. This course is valid for release 9.0. 1 At the end of this course, you will be able to discuss

More information

myinsight for Documentum User Guide Mobile

myinsight for Documentum User Guide Mobile myinsight for Documentum User Guide Mobile 1. Version History Date Changes Version number 2-June-2016 First publication of the documentation of the new mobile application. 1.0 21- Update for myinsight

More information

Welcome to the SIGGRAPH online networking tool!

Welcome to the SIGGRAPH online networking tool! Welcome to the SIGGRAPH online networking tool! We look forward to seeing you at SIGGRAPH 2013! To help you maximize your connections, we'd like to welcome you to the integrated networking platform. This

More information

Duo Security Enrollment Guide

Duo Security Enrollment Guide Duo Security Enrollment Guide Duo's self-enrollment process makes it easy to register your phone and install the Duo Mobile application on your smartphone or tablet. Supported Browsers: Chrome, Firefox,

More information

WebEx. Web Conferencing Tool. Fordham IT

WebEx. Web Conferencing Tool. Fordham IT WebEx Web Conferencing Tool Faculty + Staff User Guide Fordham IT Contents WebEx Faculty + Staff User Guide Schedule a Meeting Using the WebEx Meeting Site 1 WebEx Scheduling Template 2 Join a Meeting

More information

Deploying Code42 CrashPlan with Jamf Pro. Technical Paper Jamf Pro 9.0 or Later 21 January 2019

Deploying Code42 CrashPlan with Jamf Pro. Technical Paper Jamf Pro 9.0 or Later 21 January 2019 Deploying Code42 CrashPlan with Jamf Pro Technical Paper Jamf Pro 9.0 or Later 21 January 2019 copyright 2002-2019 Jamf. All rights reserved. Jamf has made all efforts to ensure that this guide is accurate.

More information

Kewill Customs Installations Guide

Kewill Customs Installations Guide Kewill Customs Installations Guide For Release 2.0.3 Alliance R07 Patch 2 Hotfix 1 Compatible Original Publication: June, 2010 KC Install - 1 Table of Contents Table of Contents...2 Kewill Customs Installation

More information

Duo Enrollment for DA Employees

Duo Enrollment for DA Employees Duo Enrollment for DA Employees Duo s Multi-Factor Authentication will be used to authenticate DA employees when using DA Portal, DA s Outlook Web Access (OWA), and DA s O365. It is RECOMMENDED to have

More information

QuickStart Guide for Managing Computers. Version

QuickStart Guide for Managing Computers. Version QuickStart Guide for Managing Computers Version 10.2.0 copyright 2002-2018 Jamf. All rights reserved. Jamf has made all efforts to ensure that this guide is accurate. Jamf 100 Washington Ave S Suite 1100

More information

MiCME Participant Tutorials - Print Version

MiCME Participant Tutorials - Print Version MiCME Participant Tutorials - Print Version These documents will guide you through using the MiCME online tool for CME course, claiming credits, and more. nding Questions about using MiCME or about anything

More information

PROCE55 Mobile: Web API App. Web API. https://www.rijksmuseum.nl/api/...

PROCE55 Mobile: Web API App. Web API. https://www.rijksmuseum.nl/api/... PROCE55 Mobile: Web API App PROCE55 Mobile with Test Web API App Web API App Example This example shows how to access a typical Web API using your mobile phone via Internet. The returned data is in JSON

More information

QuickStart Guide for Managing Computers. Version

QuickStart Guide for Managing Computers. Version QuickStart Guide for Managing Computers Version 10.6.0 copyright 2002-2018 Jamf. All rights reserved. Jamf has made all efforts to ensure that this guide is accurate. Jamf 100 Washington Ave S Suite 1100

More information

Solutions to Oracle Apps Errors

Solutions to Oracle Apps Errors Solutions to Oracle Apps Errors adopmnctl.sh: exiting with status 206 We may face this issue while starting up the oacore component in our R12 environment. There might not errors logged in any of the log

More information

RapidIdentity Mobile Guide

RapidIdentity Mobile Guide RapidIdentity Mobile Guide Welcome to the RapidIdentity Mobile Component page. The RapidIdentity Mobile guide describes the installation and configuration options for the RapidIdentity Mobile application.

More information

MultiSite Manager. User Guide

MultiSite Manager. User Guide MultiSite Manager User Guide Contents 1. Getting Started... 2 Opening the MultiSite Manager... 2 Navigating MultiSite Manager... 2 2. The All Sites tab... 3 All Sites... 3 Reports... 4 Licenses... 5 3.

More information

Codebook. Codebook for OS X Introduction and Usage

Codebook. Codebook for OS X Introduction and Usage Codebook Codebook for OS X Introduction and Usage What is Codebook Encrypted Data Vault Guards passwords and private data Keeps sensitive information organized Enables quick recall of secrets Syncs data

More information

Architecture Assessment Case Study. Single Sign on Approach Document PROBLEM: Technology for a Changing World

Architecture Assessment Case Study. Single Sign on Approach Document PROBLEM: Technology for a Changing World Technology for a Changing World Architecture Assessment Case Study Single Sign on Approach Document PROBLEM: Existing portal has Sign on Capabilities based on the SQL Server database and it s not having

More information

Author A.Kishore APPL_TOP/COMMON_TOP/10.1.2/ (linux1) racerp2 4 gb. RACDB2 (instance 2) HUB Eth0. Eth1

Author A.Kishore   APPL_TOP/COMMON_TOP/10.1.2/ (linux1) racerp2 4 gb. RACDB2 (instance 2) HUB Eth0. Eth1 Public Network Shared Application Tier file system APPL_TOP/COMMON_TOP/10.1.2/10.1.3 (linux1) racerp1 4 gb RACDB1 (instance 1) racerp2 4 gb RACDB2 (instance 2) Web Form CPS (PCP configured) Eth0 Eth1 HUB

More information

Real Application Security Administration

Real Application Security Administration Oracle Database Real Application Security Administration Console (RASADM) User s Guide 12c Release 2 (12.2) E85615-01 June 2017 Real Application Security Administration Oracle Database Real Application

More information

Getting Started With UNIX Lab Exercises

Getting Started With UNIX Lab Exercises Getting Started With UNIX Lab Exercises This is the lab exercise handout for the Getting Started with UNIX tutorial. The exercises provide hands-on experience with the topics discussed in the tutorial.

More information