SlideShare ist ein Scribd-Unternehmen logo
1 von 20
Downloaden Sie, um offline zu lesen
ORACLE AUTOVUE OSAMA MUSTAFA
ORACLE AUTOVUE
Introduction
This document describe steps to install Oracle Autovue and configure this application as SSO the
document provided with screenshots.
Environment:-
Operating System: Windows 2008
Database: - 11.2.0.4
Software Needed:-
1- AutoVue.
ORACLE AUTOVUE OSAMA MUSTAFA
ORACLE AUTOVUE
About the Author
Osama Mustafa has progressive experience in Oracle Products, community. He recently served as
Oracle Database Administrator.
Provide Database Implementation Solutions, High Availability Solution, Infrastructure and Storage
Planning, Install, Configure, Implement and manage Oracle E-Business Suite environments. Architect,
build and support highly-available Oracle EBS, Database and Fusion Middleware environments including
appropriate reporting, Installs, configures, upgrades, tunes, and maintains production, development and
test databases.
He entered Oracle ACE Program in 2013, he is author for the book Oracle Penetration Testing, Osama
Mustafa Certified OCP 10g,11g, Linux Implementations , Certified Ethical hacker and LPT , and Solaris
Administrator.
Include to all this Osama Mustafa is international Speaker in Oracle User Group and Oracle OTN Tour,
Published Online Articles in His blog about Oracle Technology, Volunteer in Oracle User Group such as
IOUG, ODTUG and UKOUG , Volunteer Board member in RACSIG and Organizer for RACATTACK
Event around the world. Recently his article has been published on OTECH magazine about Real
Application Cluster Here.
Twitter: @OsamaOracle
G+: Osama Mustafa
SlidShare: Osama Mustafa
LinkedIn: http://www.linkedin.com/in/osamamustafa
Blog: https://osamamustafa.blogpsot.com.
ORACLE AUTOVUE OSAMA MUSTAFA
ORACLE AUTOVUE
Oracle AutoVue
1. Installation AutoVue
Run the InstallClientServer.exe file from the installation folder.
1.1 Step 1: Welcome
ORACLE AUTOVUE OSAMA MUSTAFA
ORACLE AUTOVUE
2.2 Step 2: Specify Installation Directory
2.3 Step 3: Select Install Set
ORACLE AUTOVUE OSAMA MUSTAFA
ORACLE AUTOVUE
2.4 Step 4: Select Install Set: Custom
2.5 Step 5: Select Shortcut Folder
2.6 Step 6: Specify Hostname
ORACLE AUTOVUE OSAMA MUSTAFA
ORACLE AUTOVUE
2.7 Step 7: Specify Authentication
ORACLE AUTOVUE OSAMA MUSTAFA
ORACLE AUTOVUE
2.8 Step 8: Specify how SSL
ORACLE AUTOVUE OSAMA MUSTAFA
ORACLE AUTOVUE
2.9 Step 9: Pre-Installation Summary
2.10 Step 10: Installation Complete
3 Deploying VueLink on WebLogic Server
3.1 Updating config.cfg
Edit config.cfg so that UCM can receive requests from the VueLink machine, so browse to
<UCM Instance Dir>ucmcsconfig, search for SocketHostAddressSecurityFilter then add to this list the
IP address of the machine where VueLink is installed, as example:
#Server System Properties
SocketHostAddressSecurityFilter=127.0.0.1|10.26.1.171|172.16.2.88
Add new parameter with default port under #Additional Variables, as example:
#Additional Variables
IntradocServerPort=4444
ORACLE AUTOVUE OSAMA MUSTAFA
ORACLE AUTOVUE
3.2 Copy VueLink Application
Copy VueLink folder from <AutoVue_Installation_DIR>Vuelink_war to WebLogic Server
applications directory, the <APPLICATIONS_DIR> usually resides at <UCM_DOAMIN>
applicationsDOMAIN_NAME
3.3 Edit web.xml
Web.xml file is configure settings in the VueLink, so browse under
<APPLICATIONS_DIR>vuelinkWEB-INF and specify the host name of the machine that the
AutoVue server is running on and the port that AutoVue is listening to for connection for the
JVueServer, as example:
<init-param>
<param-name>JVueServer</param-name>
<param-value>localhost:5099</param-value>
</init-param>
The default value for the AutoVue port is 5099. It must be the same as the
jvueserver.socket.port parameter inside jvueserver.properties file under directory
>AutoVue_Home<bin
3.4 Edit adapterconfig.xml
adapterconfig.xml file is describe how VueLink able to connect to UCM, file directory under
the path <APPLICATIONS_DIR>vuelinkWEB-INFlib
Set value to the host name where UCM is installed, as example:
<property name="port">4444</property>
<property name="host">localhost</property>
<init-param>
<param-name>EnableSSL</param-name>
<param-value>false</param-value>
</init-param>
Verify that the port specified matches the one specified on the UCM server in the config.cfg file
on the server.
3.5 Edit jvueserver.properties
jvueserver.properties file is configure settings in the AutoVue, open jvueserver.properties
file under path < AutoVue Instance Dir>bin and then perform a add for the following
under #jvueserver.collaboration.group=group_name :
jvueserver.ssl.enable=FALSE
ORACLE AUTOVUE OSAMA MUSTAFA
ORACLE AUTOVUE
3.6 Copy cis-client-11g.jar
Copy cis-client-11g.jar from Oracle UCM Home in directory
<ORACLE_UCM_HOME>ucmDistributionCIS to lib folder under
<APPLICATIONS_DIR>vuelinkWEB-INFlib
3.7 Copy ESAPI_resources folder
Copy ESAPI_resources folder from Vuelink_war folder in directory
<AutoVue_Installation_DIR>Vuelink_war to folder under <UCM DOMAIN>
3.8 Edit setDomainEnv.cmd
setDomainEnv.cmd file is configure settings in the UCM DOMAIN, this modification require
restart AdminServer
open setDomainEnv.cmd file under path < UCM DOMAIN >bin and then perform a add for
the following under for %%i in ("%UCM_ORACLE_HOME%") do set
UCM_ORACLE_HOME=%%~fsi:
set JAVA_OPTIONS=%JAVA_OPTIONS% -
Dorg.owasp.esapi.resources=C:Oracleucm_domainESAPI_resources
3.9 Deploy VueLink from WebLogic Console
Logon to WebLogic web console and deploy the VueLink folder as an application.
Click on Deployments then install
ORACLE AUTOVUE OSAMA MUSTAFA
ORACLE AUTOVUE
Go to VueLink directory then click next
Choose install this deployment as an application
AdminServer will be as target
ORACLE AUTOVUE OSAMA MUSTAFA
ORACLE AUTOVUE
Choose I will make the deployment accessible from the following location
Click finish
Check VueLink application is active
ORACLE AUTOVUE OSAMA MUSTAFA
ORACLE AUTOVUE
3.10 Update mod_wl_ohs.conf file on Webtier Server
Add Vuelink part to mod_wl_ohs.conf file, this modification require restart OHS service
<Location /vuelink>
SetHandler weblogic-handler
WebLogicHost UCMServer
WebLogicPort 7001
</Location>
3.11 Deploy AutoVue Server as Windows Service
Run the following command with administrator privilege to register the AutoVue as Windows
Service from <AutoVue_HOME> which AutoVue binaries were installed:
<AutoVue_HOME>binjVueServerX.exe -standalone -install
Check for the Windows Service created named Oracle AutoVue Server
3.12 Verify AutoVue Server Installation
After starting up the AutoVue Server from Windows Service run the jVueServerX.exe from
< AutoVue _HOME>binjVueServerX.exe, it will show that the server is running as below:
ORACLE AUTOVUE OSAMA MUSTAFA
ORACLE AUTOVUE
3.13 Verify VueLink Installation
Check using a browser the following link to verify that VueLink is deployed:
http://localhost:7001/vuelink/VueServlet
Check the DMS services for VueLink:
http://localhost:7001/vuelink/DMS
4 Customizing UCM
4.1 AutoVue Component file
Copy AutoVue file path <File_Direcotry>dms_customizationAutoVue.zip to
<APPLICATIONS_DIR>vuelinkWEB-INF
ORACLE AUTOVUE OSAMA MUSTAFA
ORACLE AUTOVUE
4.2 Enable Java Server Page (JSP)
Open UCM link Http://UcmServer:Port/cs then Login to Oracle UCM as Administrator
From the Administration menu, and then select Admin Server
From the main page, click on the link for General Configuration
Check Enable Java Server Page (JSP)
ORACLE AUTOVUE OSAMA MUSTAFA
ORACLE AUTOVUE
4.3 Install and Enable AutoVue Component
Open UCM link Http://UcmServer:Port/cs then Login to Oracle UCM as Administrator
From the Administration menu, and then select Admin Server
From the main page, click on the link for advanced component manager
To install a new component, scroll to the bottom of the page, and Browse on AuteVue.zip component file
ORACLE AUTOVUE OSAMA MUSTAFA
ORACLE AUTOVUE
Click on install button
Click continue
Shutdown UCM Managed Server is required
After UCM is running
ORACLE AUTOVUE OSAMA MUSTAFA
ORACLE AUTOVUE
Go back to advanced component manager and enable AutoVue component, then restart UCM
server
4.4 Edit Autovue_Enviroment.cfg
Skip this update if the VueLink is deployed of the same application server as UCM(recommended)
and is running on port 7001, otherwise open Autovue Enviromen.cfg file under path <UCM
Instance Dir>cscustomAutoVue and then perform a search for the following:
• VueLinkPort: Set it to the port number where Application is running.
• VueLinkHostName: Set it to the host name where Application is running.
• VueLinkContext: Set it to the context name that VueLink is deployed.
For Example:
VueLinkPort=80
VueLinkHostName=172.16.2.88
VueLinkContext=vuelink
4.5 Copy AutoVue Common JAR files
Copy AutoVue Common JAR files folder (gluegen-rt.jar, jogl.jar, jvue.jar) from AutoVue folder in
directory <AutoVue>bin to folder under <UCM DOMAIN>ucmcscustomAutoVuecommon
and to folder under <UCM DOMAIN> ucmcsweblayoutcommon, finally restart UCM server.
ORACLE AUTOVUE OSAMA MUSTAFA
ORACLE AUTOVUE
4.6 Edit view_in_autovue_page.htm file
open view_in_autovue_page.htm file under path <UCM Instance Dir>cscustomAutoVue
templates and then perform a search for the following:
vapp += 'n<PARAM NAME="FILENAME" VALUE="' + DOCUMENT_ID + '">' +
'n<PARAM NAME="USERNAME" VALUE="' + USERNAME + '">' +
'n<PARAM NAME="JVUESERVER" VALUE="'+ VUESERVLET + '">' +
'n<PARAM NAME="DMS" VALUE="' + DMS + '">' +
'n<PARAM NAME="LOCALE" VALUE="' + LOCALE + '">' +
'n<PARAM NAME="DMS_PRESERVE_COOKIES" VALUE="true">'+
'n<PARAM NAME="DMSARGS" VALUE="DMS_PRESERVE_COOKIES;LOCALE;BROWSERPATH">'+
'n<PARAM NAME="LOCALE" VALUE="EN">'+
'n<PARAM NAME="DMS_PRESERVE_COOKIES"
VALUE="ORA_AVVLUCM_TICKETID;ORA_AVVLUCM_IdcToken">'+
'n<PARAM NAME="BROWSERPATH" VALUE="' + BROWSERPATH + '">' +
'n</APPLET></BODY></HTML>';
5 Edit UCM Application Domain
Open ucmconsole and select to UCM Application Domain then go to resources and make the
following changes in OAM configuration interface
IdcService=VIEW_IN_AUTOVUE*
6 Open Attachment via AutoVue
Finally check in file and try to open it by AutoVue
ORACLE AUTOVUE OSAMA MUSTAFA
ORACLE AUTOVUE

Weitere ähnliche Inhalte

Was ist angesagt?

Oracle Enterprise manager 13c Installation
Oracle Enterprise manager 13c InstallationOracle Enterprise manager 13c Installation
Oracle Enterprise manager 13c InstallationOsama Mustafa
 
Eouc 12 on 12c osama mustafa
Eouc 12 on 12c osama mustafaEouc 12 on 12c osama mustafa
Eouc 12 on 12c osama mustafaOsama Mustafa
 
Steps to Create odbc connection linux
Steps to Create odbc connection linuxSteps to Create odbc connection linux
Steps to Create odbc connection linuxOsama Mustafa
 
Step By Step to Install Oracle Business Intelligence
Step By Step to Install Oracle Business IntelligenceStep By Step to Install Oracle Business Intelligence
Step By Step to Install Oracle Business IntelligenceOsama Mustafa
 
Installing oracle timesten database On Linux
Installing oracle timesten database On Linux Installing oracle timesten database On Linux
Installing oracle timesten database On Linux Osama Mustafa
 
Enable oracle database vault
Enable oracle database vaultEnable oracle database vault
Enable oracle database vaultOsama Mustafa
 
Refresh development from productions
Refresh development from productionsRefresh development from productions
Refresh development from productionsOsama Mustafa
 
Oracle ODI & Oracle SOA installation
Oracle ODI & Oracle SOA  installationOracle ODI & Oracle SOA  installation
Oracle ODI & Oracle SOA installationOsama Mustafa
 
Obiee 11.1.7.0 step by step installation on linux (rhel – red hat)
Obiee 11.1.7.0 step by step installation on linux (rhel – red hat)Obiee 11.1.7.0 step by step installation on linux (rhel – red hat)
Obiee 11.1.7.0 step by step installation on linux (rhel – red hat)Taoufik AIT HSAIN
 
Upgrade EBS DB from 11g to 12c.
Upgrade EBS DB from 11g to 12c.Upgrade EBS DB from 11g to 12c.
Upgrade EBS DB from 11g to 12c.Osama Mustafa
 
Upgrade Oracle Database to 12c
Upgrade Oracle Database to 12c Upgrade Oracle Database to 12c
Upgrade Oracle Database to 12c Osama Mustafa
 
Oracle Linux 7 Beta First Look (Installations)
Oracle Linux 7 Beta First Look (Installations)Oracle Linux 7 Beta First Look (Installations)
Oracle Linux 7 Beta First Look (Installations)Osama Mustafa
 
Weblogic 101 for dba
Weblogic  101 for dbaWeblogic  101 for dba
Weblogic 101 for dbaOsama Mustafa
 
Oracle obia 11.1.1.10.1 installation
Oracle obia 11.1.1.10.1 installation Oracle obia 11.1.1.10.1 installation
Oracle obia 11.1.1.10.1 installation Osama Mustafa
 
Are You Ready for 12c? Data Migration and Upgrade Best Practices
Are You Ready for 12c? Data Migration and Upgrade Best PracticesAre You Ready for 12c? Data Migration and Upgrade Best Practices
Are You Ready for 12c? Data Migration and Upgrade Best PracticesPerformance Tuning Corporation
 
Deploy agent in em12c
Deploy agent in em12cDeploy agent in em12c
Deploy agent in em12cOsama Mustafa
 

Was ist angesagt? (20)

Oracle Enterprise manager 13c Installation
Oracle Enterprise manager 13c InstallationOracle Enterprise manager 13c Installation
Oracle Enterprise manager 13c Installation
 
Eouc 12 on 12c osama mustafa
Eouc 12 on 12c osama mustafaEouc 12 on 12c osama mustafa
Eouc 12 on 12c osama mustafa
 
Ebs clone r12.2.4
Ebs clone r12.2.4Ebs clone r12.2.4
Ebs clone r12.2.4
 
Steps to Create odbc connection linux
Steps to Create odbc connection linuxSteps to Create odbc connection linux
Steps to Create odbc connection linux
 
12c on RHEL7
12c on RHEL712c on RHEL7
12c on RHEL7
 
Step By Step to Install Oracle Business Intelligence
Step By Step to Install Oracle Business IntelligenceStep By Step to Install Oracle Business Intelligence
Step By Step to Install Oracle Business Intelligence
 
Installing oracle timesten database On Linux
Installing oracle timesten database On Linux Installing oracle timesten database On Linux
Installing oracle timesten database On Linux
 
Enable oracle database vault
Enable oracle database vaultEnable oracle database vault
Enable oracle database vault
 
Refresh development from productions
Refresh development from productionsRefresh development from productions
Refresh development from productions
 
Oracle ODI & Oracle SOA installation
Oracle ODI & Oracle SOA  installationOracle ODI & Oracle SOA  installation
Oracle ODI & Oracle SOA installation
 
Obiee 11.1.7.0 step by step installation on linux (rhel – red hat)
Obiee 11.1.7.0 step by step installation on linux (rhel – red hat)Obiee 11.1.7.0 step by step installation on linux (rhel – red hat)
Obiee 11.1.7.0 step by step installation on linux (rhel – red hat)
 
OBIA Installation
OBIA Installation OBIA Installation
OBIA Installation
 
Rac&asm
Rac&asmRac&asm
Rac&asm
 
Upgrade EBS DB from 11g to 12c.
Upgrade EBS DB from 11g to 12c.Upgrade EBS DB from 11g to 12c.
Upgrade EBS DB from 11g to 12c.
 
Upgrade Oracle Database to 12c
Upgrade Oracle Database to 12c Upgrade Oracle Database to 12c
Upgrade Oracle Database to 12c
 
Oracle Linux 7 Beta First Look (Installations)
Oracle Linux 7 Beta First Look (Installations)Oracle Linux 7 Beta First Look (Installations)
Oracle Linux 7 Beta First Look (Installations)
 
Weblogic 101 for dba
Weblogic  101 for dbaWeblogic  101 for dba
Weblogic 101 for dba
 
Oracle obia 11.1.1.10.1 installation
Oracle obia 11.1.1.10.1 installation Oracle obia 11.1.1.10.1 installation
Oracle obia 11.1.1.10.1 installation
 
Are You Ready for 12c? Data Migration and Upgrade Best Practices
Are You Ready for 12c? Data Migration and Upgrade Best PracticesAre You Ready for 12c? Data Migration and Upgrade Best Practices
Are You Ready for 12c? Data Migration and Upgrade Best Practices
 
Deploy agent in em12c
Deploy agent in em12cDeploy agent in em12c
Deploy agent in em12c
 

Andere mochten auch

Enterprise Beacon Object Hive - Siebel Version Control
Enterprise Beacon Object Hive - Siebel Version ControlEnterprise Beacon Object Hive - Siebel Version Control
Enterprise Beacon Object Hive - Siebel Version ControlMilind Waikul
 
Graal VM: Multi-Language Execution Platform
Graal VM: Multi-Language Execution PlatformGraal VM: Multi-Language Execution Platform
Graal VM: Multi-Language Execution PlatformThomas Wuerthinger
 
Enable Mobile Apps Designer in OBIEE
Enable Mobile Apps Designer in OBIEEEnable Mobile Apps Designer in OBIEE
Enable Mobile Apps Designer in OBIEEOsama Mustafa
 
Erp installation r12.2
Erp installation r12.2Erp installation r12.2
Erp installation r12.2Osama Mustafa
 
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...ginniapps
 
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1Osama Mustafa
 
How to apply new patch on siebel 8.2.2.4
How to apply new patch on siebel 8.2.2.4How to apply new patch on siebel 8.2.2.4
How to apply new patch on siebel 8.2.2.4Osama Mustafa
 
Oracle Access Manager Overview
Oracle Access Manager OverviewOracle Access Manager Overview
Oracle Access Manager Overviewguestf6dc99b
 

Andere mochten auch (8)

Enterprise Beacon Object Hive - Siebel Version Control
Enterprise Beacon Object Hive - Siebel Version ControlEnterprise Beacon Object Hive - Siebel Version Control
Enterprise Beacon Object Hive - Siebel Version Control
 
Graal VM: Multi-Language Execution Platform
Graal VM: Multi-Language Execution PlatformGraal VM: Multi-Language Execution Platform
Graal VM: Multi-Language Execution Platform
 
Enable Mobile Apps Designer in OBIEE
Enable Mobile Apps Designer in OBIEEEnable Mobile Apps Designer in OBIEE
Enable Mobile Apps Designer in OBIEE
 
Erp installation r12.2
Erp installation r12.2Erp installation r12.2
Erp installation r12.2
 
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
 
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1
 
How to apply new patch on siebel 8.2.2.4
How to apply new patch on siebel 8.2.2.4How to apply new patch on siebel 8.2.2.4
How to apply new patch on siebel 8.2.2.4
 
Oracle Access Manager Overview
Oracle Access Manager OverviewOracle Access Manager Overview
Oracle Access Manager Overview
 

Ähnlich wie Oracle autovue

Automating Windows Azure
Automating Windows AzureAutomating Windows Azure
Automating Windows AzureIdo Flatow
 
Oracle Enterprise Repository 11g - Quick Start Guide
Oracle Enterprise Repository 11g - Quick Start GuideOracle Enterprise Repository 11g - Quick Start Guide
Oracle Enterprise Repository 11g - Quick Start GuideSreenivasa Setty
 
Building drupal web farms with IIS - part 1
Building drupal web farms with IIS - part 1Building drupal web farms with IIS - part 1
Building drupal web farms with IIS - part 1Alessandro Pilotti
 
Single Sign-On for APEX applications based on Kerberos (Important: latest ver...
Single Sign-On for APEX applications based on Kerberos (Important: latest ver...Single Sign-On for APEX applications based on Kerberos (Important: latest ver...
Single Sign-On for APEX applications based on Kerberos (Important: latest ver...Niels de Bruijn
 
Java and windows azure cloud service
Java and windows azure cloud serviceJava and windows azure cloud service
Java and windows azure cloud serviceJeffray Huang
 
WSO2 Dep Sync for Artifact Synchronization of Cluster Nodes
WSO2 Dep Sync for Artifact Synchronization of Cluster NodesWSO2 Dep Sync for Artifact Synchronization of Cluster Nodes
WSO2 Dep Sync for Artifact Synchronization of Cluster NodesWSO2
 
[WSO2] Deployment Synchronizer for Deployment Artifact Synchronization Betwee...
[WSO2] Deployment Synchronizer for Deployment Artifact Synchronization Betwee...[WSO2] Deployment Synchronizer for Deployment Artifact Synchronization Betwee...
[WSO2] Deployment Synchronizer for Deployment Artifact Synchronization Betwee...Kasun Gajasinghe
 
Oracle bi 10g_install_migration
Oracle bi 10g_install_migrationOracle bi 10g_install_migration
Oracle bi 10g_install_migrationMlx Le
 
Oracle api gateway installation as cluster and single node
Oracle api gateway installation as cluster and single nodeOracle api gateway installation as cluster and single node
Oracle api gateway installation as cluster and single nodeOsama Mustafa
 
Swift configurator installation-manual
Swift configurator installation-manualSwift configurator installation-manual
Swift configurator installation-manualPramod Sharma
 
How to scheduled jobs in a cloudera cluster without oozie
How to scheduled jobs in a cloudera cluster without oozieHow to scheduled jobs in a cloudera cluster without oozie
How to scheduled jobs in a cloudera cluster without oozieTiago Simões
 
Windows Azure Infrastructure as a Service (IaaS) Avançado
Windows Azure Infrastructure as a Service (IaaS) AvançadoWindows Azure Infrastructure as a Service (IaaS) Avançado
Windows Azure Infrastructure as a Service (IaaS) AvançadoAzure Summit Brasil
 
How to use_cucumber_rest-assured_api_framework
How to use_cucumber_rest-assured_api_frameworkHow to use_cucumber_rest-assured_api_framework
How to use_cucumber_rest-assured_api_frameworkHarshad Ingle
 
Akmal Khaleeq Waheed - Challenge 3
Akmal Khaleeq Waheed - Challenge 3Akmal Khaleeq Waheed - Challenge 3
Akmal Khaleeq Waheed - Challenge 3tovmug
 
Glassfish JEE Server Administration - Module 4 Load Balancer
Glassfish JEE Server Administration - Module 4 Load BalancerGlassfish JEE Server Administration - Module 4 Load Balancer
Glassfish JEE Server Administration - Module 4 Load BalancerDanairat Thanabodithammachari
 
Oracle forms and reports 11g installation on linux
Oracle forms and reports 11g installation on linuxOracle forms and reports 11g installation on linux
Oracle forms and reports 11g installation on linuxVenu Palakolanu
 
Spring Live Sample Chapter
Spring Live Sample ChapterSpring Live Sample Chapter
Spring Live Sample ChapterSyed Shahul
 

Ähnlich wie Oracle autovue (20)

Automating Windows Azure
Automating Windows AzureAutomating Windows Azure
Automating Windows Azure
 
Oracle vm-installation
Oracle vm-installationOracle vm-installation
Oracle vm-installation
 
Oracle Enterprise Repository 11g - Quick Start Guide
Oracle Enterprise Repository 11g - Quick Start GuideOracle Enterprise Repository 11g - Quick Start Guide
Oracle Enterprise Repository 11g - Quick Start Guide
 
Installation
InstallationInstallation
Installation
 
Apache - Quick reference guide
Apache - Quick reference guideApache - Quick reference guide
Apache - Quick reference guide
 
Building drupal web farms with IIS - part 1
Building drupal web farms with IIS - part 1Building drupal web farms with IIS - part 1
Building drupal web farms with IIS - part 1
 
Single Sign-On for APEX applications based on Kerberos (Important: latest ver...
Single Sign-On for APEX applications based on Kerberos (Important: latest ver...Single Sign-On for APEX applications based on Kerberos (Important: latest ver...
Single Sign-On for APEX applications based on Kerberos (Important: latest ver...
 
Java and windows azure cloud service
Java and windows azure cloud serviceJava and windows azure cloud service
Java and windows azure cloud service
 
WSO2 Dep Sync for Artifact Synchronization of Cluster Nodes
WSO2 Dep Sync for Artifact Synchronization of Cluster NodesWSO2 Dep Sync for Artifact Synchronization of Cluster Nodes
WSO2 Dep Sync for Artifact Synchronization of Cluster Nodes
 
[WSO2] Deployment Synchronizer for Deployment Artifact Synchronization Betwee...
[WSO2] Deployment Synchronizer for Deployment Artifact Synchronization Betwee...[WSO2] Deployment Synchronizer for Deployment Artifact Synchronization Betwee...
[WSO2] Deployment Synchronizer for Deployment Artifact Synchronization Betwee...
 
Oracle bi 10g_install_migration
Oracle bi 10g_install_migrationOracle bi 10g_install_migration
Oracle bi 10g_install_migration
 
Oracle api gateway installation as cluster and single node
Oracle api gateway installation as cluster and single nodeOracle api gateway installation as cluster and single node
Oracle api gateway installation as cluster and single node
 
Swift configurator installation-manual
Swift configurator installation-manualSwift configurator installation-manual
Swift configurator installation-manual
 
How to scheduled jobs in a cloudera cluster without oozie
How to scheduled jobs in a cloudera cluster without oozieHow to scheduled jobs in a cloudera cluster without oozie
How to scheduled jobs in a cloudera cluster without oozie
 
Windows Azure Infrastructure as a Service (IaaS) Avançado
Windows Azure Infrastructure as a Service (IaaS) AvançadoWindows Azure Infrastructure as a Service (IaaS) Avançado
Windows Azure Infrastructure as a Service (IaaS) Avançado
 
How to use_cucumber_rest-assured_api_framework
How to use_cucumber_rest-assured_api_frameworkHow to use_cucumber_rest-assured_api_framework
How to use_cucumber_rest-assured_api_framework
 
Akmal Khaleeq Waheed - Challenge 3
Akmal Khaleeq Waheed - Challenge 3Akmal Khaleeq Waheed - Challenge 3
Akmal Khaleeq Waheed - Challenge 3
 
Glassfish JEE Server Administration - Module 4 Load Balancer
Glassfish JEE Server Administration - Module 4 Load BalancerGlassfish JEE Server Administration - Module 4 Load Balancer
Glassfish JEE Server Administration - Module 4 Load Balancer
 
Oracle forms and reports 11g installation on linux
Oracle forms and reports 11g installation on linuxOracle forms and reports 11g installation on linux
Oracle forms and reports 11g installation on linux
 
Spring Live Sample Chapter
Spring Live Sample ChapterSpring Live Sample Chapter
Spring Live Sample Chapter
 

Mehr von Osama Mustafa

Case study for software architect
Case study for software architectCase study for software architect
Case study for software architectOsama Mustafa
 
Does cloud mean the end of the dba
Does cloud mean the end of the dbaDoes cloud mean the end of the dba
Does cloud mean the end of the dbaOsama Mustafa
 
Using git hub for your code
Using git hub for your codeUsing git hub for your code
Using git hub for your codeOsama Mustafa
 
Java business service
Java business serviceJava business service
Java business serviceOsama Mustafa
 
Steps creating data_integration_services
Steps creating data_integration_servicesSteps creating data_integration_services
Steps creating data_integration_servicesOsama Mustafa
 
Build, Deploy and Run Node Js Application on Azure using Docker
Build, Deploy and Run Node Js Application on Azure using DockerBuild, Deploy and Run Node Js Application on Azure using Docker
Build, Deploy and Run Node Js Application on Azure using DockerOsama Mustafa
 
Helping implementer dealing with famous siebel based system messages and er...
Helping implementer dealing with famous siebel   based system messages and er...Helping implementer dealing with famous siebel   based system messages and er...
Helping implementer dealing with famous siebel based system messages and er...Osama Mustafa
 

Mehr von Osama Mustafa (10)

Case study for software architect
Case study for software architectCase study for software architect
Case study for software architect
 
DevOps for database
DevOps for databaseDevOps for database
DevOps for database
 
Does cloud mean the end of the dba
Does cloud mean the end of the dbaDoes cloud mean the end of the dba
Does cloud mean the end of the dba
 
Using git hub for your code
Using git hub for your codeUsing git hub for your code
Using git hub for your code
 
DevOps Project
DevOps Project DevOps Project
DevOps Project
 
Java business service
Java business serviceJava business service
Java business service
 
Steps creating data_integration_services
Steps creating data_integration_servicesSteps creating data_integration_services
Steps creating data_integration_services
 
Build, Deploy and Run Node Js Application on Azure using Docker
Build, Deploy and Run Node Js Application on Azure using DockerBuild, Deploy and Run Node Js Application on Azure using Docker
Build, Deploy and Run Node Js Application on Azure using Docker
 
Helping implementer dealing with famous siebel based system messages and er...
Helping implementer dealing with famous siebel   based system messages and er...Helping implementer dealing with famous siebel   based system messages and er...
Helping implementer dealing with famous siebel based system messages and er...
 
Weblogic and docker
Weblogic and dockerWeblogic and docker
Weblogic and docker
 

Kürzlich hochgeladen

Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 

Kürzlich hochgeladen (20)

Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 

Oracle autovue

  • 1. ORACLE AUTOVUE OSAMA MUSTAFA ORACLE AUTOVUE Introduction This document describe steps to install Oracle Autovue and configure this application as SSO the document provided with screenshots. Environment:- Operating System: Windows 2008 Database: - 11.2.0.4 Software Needed:- 1- AutoVue.
  • 2. ORACLE AUTOVUE OSAMA MUSTAFA ORACLE AUTOVUE About the Author Osama Mustafa has progressive experience in Oracle Products, community. He recently served as Oracle Database Administrator. Provide Database Implementation Solutions, High Availability Solution, Infrastructure and Storage Planning, Install, Configure, Implement and manage Oracle E-Business Suite environments. Architect, build and support highly-available Oracle EBS, Database and Fusion Middleware environments including appropriate reporting, Installs, configures, upgrades, tunes, and maintains production, development and test databases. He entered Oracle ACE Program in 2013, he is author for the book Oracle Penetration Testing, Osama Mustafa Certified OCP 10g,11g, Linux Implementations , Certified Ethical hacker and LPT , and Solaris Administrator. Include to all this Osama Mustafa is international Speaker in Oracle User Group and Oracle OTN Tour, Published Online Articles in His blog about Oracle Technology, Volunteer in Oracle User Group such as IOUG, ODTUG and UKOUG , Volunteer Board member in RACSIG and Organizer for RACATTACK Event around the world. Recently his article has been published on OTECH magazine about Real Application Cluster Here. Twitter: @OsamaOracle G+: Osama Mustafa SlidShare: Osama Mustafa LinkedIn: http://www.linkedin.com/in/osamamustafa Blog: https://osamamustafa.blogpsot.com.
  • 3. ORACLE AUTOVUE OSAMA MUSTAFA ORACLE AUTOVUE Oracle AutoVue 1. Installation AutoVue Run the InstallClientServer.exe file from the installation folder. 1.1 Step 1: Welcome
  • 4. ORACLE AUTOVUE OSAMA MUSTAFA ORACLE AUTOVUE 2.2 Step 2: Specify Installation Directory 2.3 Step 3: Select Install Set
  • 5. ORACLE AUTOVUE OSAMA MUSTAFA ORACLE AUTOVUE 2.4 Step 4: Select Install Set: Custom 2.5 Step 5: Select Shortcut Folder 2.6 Step 6: Specify Hostname
  • 6. ORACLE AUTOVUE OSAMA MUSTAFA ORACLE AUTOVUE 2.7 Step 7: Specify Authentication
  • 7. ORACLE AUTOVUE OSAMA MUSTAFA ORACLE AUTOVUE 2.8 Step 8: Specify how SSL
  • 8. ORACLE AUTOVUE OSAMA MUSTAFA ORACLE AUTOVUE 2.9 Step 9: Pre-Installation Summary 2.10 Step 10: Installation Complete 3 Deploying VueLink on WebLogic Server 3.1 Updating config.cfg Edit config.cfg so that UCM can receive requests from the VueLink machine, so browse to <UCM Instance Dir>ucmcsconfig, search for SocketHostAddressSecurityFilter then add to this list the IP address of the machine where VueLink is installed, as example: #Server System Properties SocketHostAddressSecurityFilter=127.0.0.1|10.26.1.171|172.16.2.88 Add new parameter with default port under #Additional Variables, as example: #Additional Variables IntradocServerPort=4444
  • 9. ORACLE AUTOVUE OSAMA MUSTAFA ORACLE AUTOVUE 3.2 Copy VueLink Application Copy VueLink folder from <AutoVue_Installation_DIR>Vuelink_war to WebLogic Server applications directory, the <APPLICATIONS_DIR> usually resides at <UCM_DOAMIN> applicationsDOMAIN_NAME 3.3 Edit web.xml Web.xml file is configure settings in the VueLink, so browse under <APPLICATIONS_DIR>vuelinkWEB-INF and specify the host name of the machine that the AutoVue server is running on and the port that AutoVue is listening to for connection for the JVueServer, as example: <init-param> <param-name>JVueServer</param-name> <param-value>localhost:5099</param-value> </init-param> The default value for the AutoVue port is 5099. It must be the same as the jvueserver.socket.port parameter inside jvueserver.properties file under directory >AutoVue_Home<bin 3.4 Edit adapterconfig.xml adapterconfig.xml file is describe how VueLink able to connect to UCM, file directory under the path <APPLICATIONS_DIR>vuelinkWEB-INFlib Set value to the host name where UCM is installed, as example: <property name="port">4444</property> <property name="host">localhost</property> <init-param> <param-name>EnableSSL</param-name> <param-value>false</param-value> </init-param> Verify that the port specified matches the one specified on the UCM server in the config.cfg file on the server. 3.5 Edit jvueserver.properties jvueserver.properties file is configure settings in the AutoVue, open jvueserver.properties file under path < AutoVue Instance Dir>bin and then perform a add for the following under #jvueserver.collaboration.group=group_name : jvueserver.ssl.enable=FALSE
  • 10. ORACLE AUTOVUE OSAMA MUSTAFA ORACLE AUTOVUE 3.6 Copy cis-client-11g.jar Copy cis-client-11g.jar from Oracle UCM Home in directory <ORACLE_UCM_HOME>ucmDistributionCIS to lib folder under <APPLICATIONS_DIR>vuelinkWEB-INFlib 3.7 Copy ESAPI_resources folder Copy ESAPI_resources folder from Vuelink_war folder in directory <AutoVue_Installation_DIR>Vuelink_war to folder under <UCM DOMAIN> 3.8 Edit setDomainEnv.cmd setDomainEnv.cmd file is configure settings in the UCM DOMAIN, this modification require restart AdminServer open setDomainEnv.cmd file under path < UCM DOMAIN >bin and then perform a add for the following under for %%i in ("%UCM_ORACLE_HOME%") do set UCM_ORACLE_HOME=%%~fsi: set JAVA_OPTIONS=%JAVA_OPTIONS% - Dorg.owasp.esapi.resources=C:Oracleucm_domainESAPI_resources 3.9 Deploy VueLink from WebLogic Console Logon to WebLogic web console and deploy the VueLink folder as an application. Click on Deployments then install
  • 11. ORACLE AUTOVUE OSAMA MUSTAFA ORACLE AUTOVUE Go to VueLink directory then click next Choose install this deployment as an application AdminServer will be as target
  • 12. ORACLE AUTOVUE OSAMA MUSTAFA ORACLE AUTOVUE Choose I will make the deployment accessible from the following location Click finish Check VueLink application is active
  • 13. ORACLE AUTOVUE OSAMA MUSTAFA ORACLE AUTOVUE 3.10 Update mod_wl_ohs.conf file on Webtier Server Add Vuelink part to mod_wl_ohs.conf file, this modification require restart OHS service <Location /vuelink> SetHandler weblogic-handler WebLogicHost UCMServer WebLogicPort 7001 </Location> 3.11 Deploy AutoVue Server as Windows Service Run the following command with administrator privilege to register the AutoVue as Windows Service from <AutoVue_HOME> which AutoVue binaries were installed: <AutoVue_HOME>binjVueServerX.exe -standalone -install Check for the Windows Service created named Oracle AutoVue Server 3.12 Verify AutoVue Server Installation After starting up the AutoVue Server from Windows Service run the jVueServerX.exe from < AutoVue _HOME>binjVueServerX.exe, it will show that the server is running as below:
  • 14. ORACLE AUTOVUE OSAMA MUSTAFA ORACLE AUTOVUE 3.13 Verify VueLink Installation Check using a browser the following link to verify that VueLink is deployed: http://localhost:7001/vuelink/VueServlet Check the DMS services for VueLink: http://localhost:7001/vuelink/DMS 4 Customizing UCM 4.1 AutoVue Component file Copy AutoVue file path <File_Direcotry>dms_customizationAutoVue.zip to <APPLICATIONS_DIR>vuelinkWEB-INF
  • 15. ORACLE AUTOVUE OSAMA MUSTAFA ORACLE AUTOVUE 4.2 Enable Java Server Page (JSP) Open UCM link Http://UcmServer:Port/cs then Login to Oracle UCM as Administrator From the Administration menu, and then select Admin Server From the main page, click on the link for General Configuration Check Enable Java Server Page (JSP)
  • 16. ORACLE AUTOVUE OSAMA MUSTAFA ORACLE AUTOVUE 4.3 Install and Enable AutoVue Component Open UCM link Http://UcmServer:Port/cs then Login to Oracle UCM as Administrator From the Administration menu, and then select Admin Server From the main page, click on the link for advanced component manager To install a new component, scroll to the bottom of the page, and Browse on AuteVue.zip component file
  • 17. ORACLE AUTOVUE OSAMA MUSTAFA ORACLE AUTOVUE Click on install button Click continue Shutdown UCM Managed Server is required After UCM is running
  • 18. ORACLE AUTOVUE OSAMA MUSTAFA ORACLE AUTOVUE Go back to advanced component manager and enable AutoVue component, then restart UCM server 4.4 Edit Autovue_Enviroment.cfg Skip this update if the VueLink is deployed of the same application server as UCM(recommended) and is running on port 7001, otherwise open Autovue Enviromen.cfg file under path <UCM Instance Dir>cscustomAutoVue and then perform a search for the following: • VueLinkPort: Set it to the port number where Application is running. • VueLinkHostName: Set it to the host name where Application is running. • VueLinkContext: Set it to the context name that VueLink is deployed. For Example: VueLinkPort=80 VueLinkHostName=172.16.2.88 VueLinkContext=vuelink 4.5 Copy AutoVue Common JAR files Copy AutoVue Common JAR files folder (gluegen-rt.jar, jogl.jar, jvue.jar) from AutoVue folder in directory <AutoVue>bin to folder under <UCM DOMAIN>ucmcscustomAutoVuecommon and to folder under <UCM DOMAIN> ucmcsweblayoutcommon, finally restart UCM server.
  • 19. ORACLE AUTOVUE OSAMA MUSTAFA ORACLE AUTOVUE 4.6 Edit view_in_autovue_page.htm file open view_in_autovue_page.htm file under path <UCM Instance Dir>cscustomAutoVue templates and then perform a search for the following: vapp += 'n<PARAM NAME="FILENAME" VALUE="' + DOCUMENT_ID + '">' + 'n<PARAM NAME="USERNAME" VALUE="' + USERNAME + '">' + 'n<PARAM NAME="JVUESERVER" VALUE="'+ VUESERVLET + '">' + 'n<PARAM NAME="DMS" VALUE="' + DMS + '">' + 'n<PARAM NAME="LOCALE" VALUE="' + LOCALE + '">' + 'n<PARAM NAME="DMS_PRESERVE_COOKIES" VALUE="true">'+ 'n<PARAM NAME="DMSARGS" VALUE="DMS_PRESERVE_COOKIES;LOCALE;BROWSERPATH">'+ 'n<PARAM NAME="LOCALE" VALUE="EN">'+ 'n<PARAM NAME="DMS_PRESERVE_COOKIES" VALUE="ORA_AVVLUCM_TICKETID;ORA_AVVLUCM_IdcToken">'+ 'n<PARAM NAME="BROWSERPATH" VALUE="' + BROWSERPATH + '">' + 'n</APPLET></BODY></HTML>'; 5 Edit UCM Application Domain Open ucmconsole and select to UCM Application Domain then go to resources and make the following changes in OAM configuration interface IdcService=VIEW_IN_AUTOVUE* 6 Open Attachment via AutoVue Finally check in file and try to open it by AutoVue
  • 20. ORACLE AUTOVUE OSAMA MUSTAFA ORACLE AUTOVUE