oracle autovue

20
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.

Upload: osama-mustafa

Post on 15-Jul-2015

168 views

Category:

Technology


2 download

TRANSCRIPT

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 - 11204

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 10g11g 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 httpwwwlinkedincominosamamustafa Blog httpsosamamustafablogpsotcom

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

Oracle AutoVue

1 Installation AutoVue Run the InstallClientServerexe file from the installation folder

11 Step 1 Welcome

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

22 Step 2 Specify Installation Directory

23 Step 3 Select Install Set

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

24 Step 4 Select Install Set Custom

25 Step 5 Select Shortcut Folder

26 Step 6 Specify Hostname

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

27 Step 7 Specify Authentication

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

28 Step 8 Specify how SSL

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

29 Step 9 Pre-Installation Summary

210 Step 10 Installation Complete

3 Deploying VueLink on WebLogic Server

31 Updating configcfg

Edit configcfg so that UCM can receive requests from the VueLink machine so browse to

ltUCM Instance Dirgtucmcsconfig search for SocketHostAddressSecurityFilter then add to this list the

IP address of the machine where VueLink is installed as example

Server System Properties

SocketHostAddressSecurityFilter=127001|10261171|17216288

Add new parameter with default port under Additional Variables as example

Additional Variables

IntradocServerPort=4444

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

32 Copy VueLink Application

Copy VueLink folder from ltAutoVue_Installation_DIRgtVuelink_war to WebLogic Server

applications directory the ltAPPLICATIONS_DIRgt usually resides at ltUCM_DOAMINgt applicationsDOMAIN_NAME

33 Edit webxml

Webxml file is configure settings in the VueLink so browse under

ltAPPLICATIONS_DIRgtvuelinkWEB-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

ltinit-paramgt

ltparam-namegtJVueServerltparam-namegt

ltparam-valuegtlocalhost5099ltparam-valuegt

ltinit-paramgt

The default value for the AutoVue port is 5099 It must be the same as the jvueserversocketport parameter inside jvueserverproperties file under directory gtAutoVue_Homeltbin

34 Edit adapterconfigxml

adapterconfigxml file is describe how VueLink able to connect to UCM file directory under the path ltAPPLICATIONS_DIRgtvuelinkWEB-INFlib Set value to the host name where UCM is installed as example

ltproperty name=portgt4444ltpropertygt

ltproperty name=hostgtlocalhostltpropertygt

ltinit-paramgt

ltparam-namegtEnableSSLltparam-namegt

ltparam-valuegtfalseltparam-valuegt

ltinit-paramgt

Verify that the port specified matches the one specified on the UCM server in the configcfg file on the server

35 Edit jvueserverproperties

jvueserverproperties file is configure settings in the AutoVue open jvueserverproperties file under path lt AutoVue Instance Dirgtbin and then perform a add for the following under jvueservercollaborationgroup=group_name

jvueserversslenable=FALSE

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

36 Copy cis-client-11gjar

Copy cis-client-11gjar from Oracle UCM Home in directory ltORACLE_UCM_HOMEgtucmDistributionCIS to lib folder under ltAPPLICATIONS_DIRgtvuelinkWEB-INFlib

37 Copy ESAPI_resources folder

Copy ESAPI_resources folder from Vuelink_war folder in directory ltAutoVue_Installation_DIRgtVuelink_war to folder under ltUCM DOMAINgt

38 Edit setDomainEnvcmd

setDomainEnvcmd file is configure settings in the UCM DOMAIN this modification require restart AdminServer

open setDomainEnvcmd file under path lt UCM DOMAIN gtbin 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 -Dorgowaspesapiresources=COracleucm_domainESAPI_resources

39 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

310 Update mod_wl_ohsconf file on Webtier Server

Add Vuelink part to mod_wl_ohsconf file this modification require restart OHS service

ltLocation vuelinkgt

SetHandler weblogic-handler

WebLogicHost UCMServer

WebLogicPort 7001

ltLocationgt

311 Deploy AutoVue Server as Windows Service

Run the following command with administrator privilege to register the AutoVue as Windows Service from ltAutoVue_HOMEgt which AutoVue binaries were installed ltAutoVue_HOMEgtbinjVueServerXexe -standalone -install

Check for the Windows Service created named Oracle AutoVue Server

312 Verify AutoVue Server Installation After starting up the AutoVue Server from Windows Service run the jVueServerXexe from lt AutoVue _HOMEgtbinjVueServerXexe it will show that the server is running as below

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

313 Verify VueLink Installation

Check using a browser the following link to verify that VueLink is deployed httplocalhost7001vuelinkVueServlet

Check the DMS services for VueLink httplocalhost7001vuelinkDMS

4 Customizing UCM

41 AutoVue Component file

Copy AutoVue file path ltFile_Direcotrygtdms_customizationAutoVuezip to ltAPPLICATIONS_DIRgtvuelinkWEB-INF

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

42 Enable Java Server Page (JSP)

Open UCM link HttpUcmServerPortcs 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

43 Install and Enable AutoVue Component

Open UCM link HttpUcmServerPortcs 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 AuteVuezip 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

44 Edit Autovue_Enviromentcfg

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 Enviromencfg file under path ltUCM Instance DirgtcscustomAutoVue and then perform a search for the following

bull VueLinkPort Set it to the port number where Application is running bull VueLinkHostName Set it to the host name where Application is running bull VueLinkContext Set it to the context name that VueLink is deployed For Example

VueLinkPort=80

VueLinkHostName=17216288

VueLinkContext=vuelink

45 Copy AutoVue Common JAR files

Copy AutoVue Common JAR files folder (gluegen-rtjar jogljar jvuejar) from AutoVue folder in directory ltAutoVuegtbin to folder under ltUCM DOMAINgtucmcscustomAutoVuecommon and to folder under ltUCM DOMAINgt ucmcsweblayoutcommon finally restart UCM server

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

46 Edit view_in_autovue_pagehtm file

open view_in_autovue_pagehtm file under path ltUCM Instance DirgtcscustomAutoVue templates and then perform a search for the following

vapp += nltPARAM NAME=FILENAME VALUE= + DOCUMENT_ID + gt +

nltPARAM NAME=USERNAME VALUE= + USERNAME + gt +

nltPARAM NAME=JVUESERVER VALUE=+ VUESERVLET + gt +

nltPARAM NAME=DMS VALUE= + DMS + gt +

nltPARAM NAME=LOCALE VALUE= + LOCALE + gt +

nltPARAM NAME=DMS_PRESERVE_COOKIES VALUE=truegt+

nltPARAM NAME=DMSARGS VALUE=DMS_PRESERVE_COOKIESLOCALEBROWSERPATHgt+

nltPARAM NAME=LOCALE VALUE=ENgt+

nltPARAM NAME=DMS_PRESERVE_COOKIES

VALUE=ORA_AVVLUCM_TICKETIDORA_AVVLUCM_IdcTokengt+

nltPARAM NAME=BROWSERPATH VALUE= + BROWSERPATH + gt +

nltAPPLETgtltBODYgtltHTMLgt

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

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 10g11g 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 httpwwwlinkedincominosamamustafa Blog httpsosamamustafablogpsotcom

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

Oracle AutoVue

1 Installation AutoVue Run the InstallClientServerexe file from the installation folder

11 Step 1 Welcome

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

22 Step 2 Specify Installation Directory

23 Step 3 Select Install Set

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

24 Step 4 Select Install Set Custom

25 Step 5 Select Shortcut Folder

26 Step 6 Specify Hostname

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

27 Step 7 Specify Authentication

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

28 Step 8 Specify how SSL

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

29 Step 9 Pre-Installation Summary

210 Step 10 Installation Complete

3 Deploying VueLink on WebLogic Server

31 Updating configcfg

Edit configcfg so that UCM can receive requests from the VueLink machine so browse to

ltUCM Instance Dirgtucmcsconfig search for SocketHostAddressSecurityFilter then add to this list the

IP address of the machine where VueLink is installed as example

Server System Properties

SocketHostAddressSecurityFilter=127001|10261171|17216288

Add new parameter with default port under Additional Variables as example

Additional Variables

IntradocServerPort=4444

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

32 Copy VueLink Application

Copy VueLink folder from ltAutoVue_Installation_DIRgtVuelink_war to WebLogic Server

applications directory the ltAPPLICATIONS_DIRgt usually resides at ltUCM_DOAMINgt applicationsDOMAIN_NAME

33 Edit webxml

Webxml file is configure settings in the VueLink so browse under

ltAPPLICATIONS_DIRgtvuelinkWEB-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

ltinit-paramgt

ltparam-namegtJVueServerltparam-namegt

ltparam-valuegtlocalhost5099ltparam-valuegt

ltinit-paramgt

The default value for the AutoVue port is 5099 It must be the same as the jvueserversocketport parameter inside jvueserverproperties file under directory gtAutoVue_Homeltbin

34 Edit adapterconfigxml

adapterconfigxml file is describe how VueLink able to connect to UCM file directory under the path ltAPPLICATIONS_DIRgtvuelinkWEB-INFlib Set value to the host name where UCM is installed as example

ltproperty name=portgt4444ltpropertygt

ltproperty name=hostgtlocalhostltpropertygt

ltinit-paramgt

ltparam-namegtEnableSSLltparam-namegt

ltparam-valuegtfalseltparam-valuegt

ltinit-paramgt

Verify that the port specified matches the one specified on the UCM server in the configcfg file on the server

35 Edit jvueserverproperties

jvueserverproperties file is configure settings in the AutoVue open jvueserverproperties file under path lt AutoVue Instance Dirgtbin and then perform a add for the following under jvueservercollaborationgroup=group_name

jvueserversslenable=FALSE

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

36 Copy cis-client-11gjar

Copy cis-client-11gjar from Oracle UCM Home in directory ltORACLE_UCM_HOMEgtucmDistributionCIS to lib folder under ltAPPLICATIONS_DIRgtvuelinkWEB-INFlib

37 Copy ESAPI_resources folder

Copy ESAPI_resources folder from Vuelink_war folder in directory ltAutoVue_Installation_DIRgtVuelink_war to folder under ltUCM DOMAINgt

38 Edit setDomainEnvcmd

setDomainEnvcmd file is configure settings in the UCM DOMAIN this modification require restart AdminServer

open setDomainEnvcmd file under path lt UCM DOMAIN gtbin 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 -Dorgowaspesapiresources=COracleucm_domainESAPI_resources

39 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

310 Update mod_wl_ohsconf file on Webtier Server

Add Vuelink part to mod_wl_ohsconf file this modification require restart OHS service

ltLocation vuelinkgt

SetHandler weblogic-handler

WebLogicHost UCMServer

WebLogicPort 7001

ltLocationgt

311 Deploy AutoVue Server as Windows Service

Run the following command with administrator privilege to register the AutoVue as Windows Service from ltAutoVue_HOMEgt which AutoVue binaries were installed ltAutoVue_HOMEgtbinjVueServerXexe -standalone -install

Check for the Windows Service created named Oracle AutoVue Server

312 Verify AutoVue Server Installation After starting up the AutoVue Server from Windows Service run the jVueServerXexe from lt AutoVue _HOMEgtbinjVueServerXexe it will show that the server is running as below

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

313 Verify VueLink Installation

Check using a browser the following link to verify that VueLink is deployed httplocalhost7001vuelinkVueServlet

Check the DMS services for VueLink httplocalhost7001vuelinkDMS

4 Customizing UCM

41 AutoVue Component file

Copy AutoVue file path ltFile_Direcotrygtdms_customizationAutoVuezip to ltAPPLICATIONS_DIRgtvuelinkWEB-INF

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

42 Enable Java Server Page (JSP)

Open UCM link HttpUcmServerPortcs 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

43 Install and Enable AutoVue Component

Open UCM link HttpUcmServerPortcs 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 AuteVuezip 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

44 Edit Autovue_Enviromentcfg

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 Enviromencfg file under path ltUCM Instance DirgtcscustomAutoVue and then perform a search for the following

bull VueLinkPort Set it to the port number where Application is running bull VueLinkHostName Set it to the host name where Application is running bull VueLinkContext Set it to the context name that VueLink is deployed For Example

VueLinkPort=80

VueLinkHostName=17216288

VueLinkContext=vuelink

45 Copy AutoVue Common JAR files

Copy AutoVue Common JAR files folder (gluegen-rtjar jogljar jvuejar) from AutoVue folder in directory ltAutoVuegtbin to folder under ltUCM DOMAINgtucmcscustomAutoVuecommon and to folder under ltUCM DOMAINgt ucmcsweblayoutcommon finally restart UCM server

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

46 Edit view_in_autovue_pagehtm file

open view_in_autovue_pagehtm file under path ltUCM Instance DirgtcscustomAutoVue templates and then perform a search for the following

vapp += nltPARAM NAME=FILENAME VALUE= + DOCUMENT_ID + gt +

nltPARAM NAME=USERNAME VALUE= + USERNAME + gt +

nltPARAM NAME=JVUESERVER VALUE=+ VUESERVLET + gt +

nltPARAM NAME=DMS VALUE= + DMS + gt +

nltPARAM NAME=LOCALE VALUE= + LOCALE + gt +

nltPARAM NAME=DMS_PRESERVE_COOKIES VALUE=truegt+

nltPARAM NAME=DMSARGS VALUE=DMS_PRESERVE_COOKIESLOCALEBROWSERPATHgt+

nltPARAM NAME=LOCALE VALUE=ENgt+

nltPARAM NAME=DMS_PRESERVE_COOKIES

VALUE=ORA_AVVLUCM_TICKETIDORA_AVVLUCM_IdcTokengt+

nltPARAM NAME=BROWSERPATH VALUE= + BROWSERPATH + gt +

nltAPPLETgtltBODYgtltHTMLgt

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

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

Oracle AutoVue

1 Installation AutoVue Run the InstallClientServerexe file from the installation folder

11 Step 1 Welcome

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

22 Step 2 Specify Installation Directory

23 Step 3 Select Install Set

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

24 Step 4 Select Install Set Custom

25 Step 5 Select Shortcut Folder

26 Step 6 Specify Hostname

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

27 Step 7 Specify Authentication

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

28 Step 8 Specify how SSL

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

29 Step 9 Pre-Installation Summary

210 Step 10 Installation Complete

3 Deploying VueLink on WebLogic Server

31 Updating configcfg

Edit configcfg so that UCM can receive requests from the VueLink machine so browse to

ltUCM Instance Dirgtucmcsconfig search for SocketHostAddressSecurityFilter then add to this list the

IP address of the machine where VueLink is installed as example

Server System Properties

SocketHostAddressSecurityFilter=127001|10261171|17216288

Add new parameter with default port under Additional Variables as example

Additional Variables

IntradocServerPort=4444

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

32 Copy VueLink Application

Copy VueLink folder from ltAutoVue_Installation_DIRgtVuelink_war to WebLogic Server

applications directory the ltAPPLICATIONS_DIRgt usually resides at ltUCM_DOAMINgt applicationsDOMAIN_NAME

33 Edit webxml

Webxml file is configure settings in the VueLink so browse under

ltAPPLICATIONS_DIRgtvuelinkWEB-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

ltinit-paramgt

ltparam-namegtJVueServerltparam-namegt

ltparam-valuegtlocalhost5099ltparam-valuegt

ltinit-paramgt

The default value for the AutoVue port is 5099 It must be the same as the jvueserversocketport parameter inside jvueserverproperties file under directory gtAutoVue_Homeltbin

34 Edit adapterconfigxml

adapterconfigxml file is describe how VueLink able to connect to UCM file directory under the path ltAPPLICATIONS_DIRgtvuelinkWEB-INFlib Set value to the host name where UCM is installed as example

ltproperty name=portgt4444ltpropertygt

ltproperty name=hostgtlocalhostltpropertygt

ltinit-paramgt

ltparam-namegtEnableSSLltparam-namegt

ltparam-valuegtfalseltparam-valuegt

ltinit-paramgt

Verify that the port specified matches the one specified on the UCM server in the configcfg file on the server

35 Edit jvueserverproperties

jvueserverproperties file is configure settings in the AutoVue open jvueserverproperties file under path lt AutoVue Instance Dirgtbin and then perform a add for the following under jvueservercollaborationgroup=group_name

jvueserversslenable=FALSE

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

36 Copy cis-client-11gjar

Copy cis-client-11gjar from Oracle UCM Home in directory ltORACLE_UCM_HOMEgtucmDistributionCIS to lib folder under ltAPPLICATIONS_DIRgtvuelinkWEB-INFlib

37 Copy ESAPI_resources folder

Copy ESAPI_resources folder from Vuelink_war folder in directory ltAutoVue_Installation_DIRgtVuelink_war to folder under ltUCM DOMAINgt

38 Edit setDomainEnvcmd

setDomainEnvcmd file is configure settings in the UCM DOMAIN this modification require restart AdminServer

open setDomainEnvcmd file under path lt UCM DOMAIN gtbin 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 -Dorgowaspesapiresources=COracleucm_domainESAPI_resources

39 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

310 Update mod_wl_ohsconf file on Webtier Server

Add Vuelink part to mod_wl_ohsconf file this modification require restart OHS service

ltLocation vuelinkgt

SetHandler weblogic-handler

WebLogicHost UCMServer

WebLogicPort 7001

ltLocationgt

311 Deploy AutoVue Server as Windows Service

Run the following command with administrator privilege to register the AutoVue as Windows Service from ltAutoVue_HOMEgt which AutoVue binaries were installed ltAutoVue_HOMEgtbinjVueServerXexe -standalone -install

Check for the Windows Service created named Oracle AutoVue Server

312 Verify AutoVue Server Installation After starting up the AutoVue Server from Windows Service run the jVueServerXexe from lt AutoVue _HOMEgtbinjVueServerXexe it will show that the server is running as below

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

313 Verify VueLink Installation

Check using a browser the following link to verify that VueLink is deployed httplocalhost7001vuelinkVueServlet

Check the DMS services for VueLink httplocalhost7001vuelinkDMS

4 Customizing UCM

41 AutoVue Component file

Copy AutoVue file path ltFile_Direcotrygtdms_customizationAutoVuezip to ltAPPLICATIONS_DIRgtvuelinkWEB-INF

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

42 Enable Java Server Page (JSP)

Open UCM link HttpUcmServerPortcs 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

43 Install and Enable AutoVue Component

Open UCM link HttpUcmServerPortcs 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 AuteVuezip 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

44 Edit Autovue_Enviromentcfg

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 Enviromencfg file under path ltUCM Instance DirgtcscustomAutoVue and then perform a search for the following

bull VueLinkPort Set it to the port number where Application is running bull VueLinkHostName Set it to the host name where Application is running bull VueLinkContext Set it to the context name that VueLink is deployed For Example

VueLinkPort=80

VueLinkHostName=17216288

VueLinkContext=vuelink

45 Copy AutoVue Common JAR files

Copy AutoVue Common JAR files folder (gluegen-rtjar jogljar jvuejar) from AutoVue folder in directory ltAutoVuegtbin to folder under ltUCM DOMAINgtucmcscustomAutoVuecommon and to folder under ltUCM DOMAINgt ucmcsweblayoutcommon finally restart UCM server

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

46 Edit view_in_autovue_pagehtm file

open view_in_autovue_pagehtm file under path ltUCM Instance DirgtcscustomAutoVue templates and then perform a search for the following

vapp += nltPARAM NAME=FILENAME VALUE= + DOCUMENT_ID + gt +

nltPARAM NAME=USERNAME VALUE= + USERNAME + gt +

nltPARAM NAME=JVUESERVER VALUE=+ VUESERVLET + gt +

nltPARAM NAME=DMS VALUE= + DMS + gt +

nltPARAM NAME=LOCALE VALUE= + LOCALE + gt +

nltPARAM NAME=DMS_PRESERVE_COOKIES VALUE=truegt+

nltPARAM NAME=DMSARGS VALUE=DMS_PRESERVE_COOKIESLOCALEBROWSERPATHgt+

nltPARAM NAME=LOCALE VALUE=ENgt+

nltPARAM NAME=DMS_PRESERVE_COOKIES

VALUE=ORA_AVVLUCM_TICKETIDORA_AVVLUCM_IdcTokengt+

nltPARAM NAME=BROWSERPATH VALUE= + BROWSERPATH + gt +

nltAPPLETgtltBODYgtltHTMLgt

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

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

22 Step 2 Specify Installation Directory

23 Step 3 Select Install Set

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

24 Step 4 Select Install Set Custom

25 Step 5 Select Shortcut Folder

26 Step 6 Specify Hostname

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

27 Step 7 Specify Authentication

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

28 Step 8 Specify how SSL

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

29 Step 9 Pre-Installation Summary

210 Step 10 Installation Complete

3 Deploying VueLink on WebLogic Server

31 Updating configcfg

Edit configcfg so that UCM can receive requests from the VueLink machine so browse to

ltUCM Instance Dirgtucmcsconfig search for SocketHostAddressSecurityFilter then add to this list the

IP address of the machine where VueLink is installed as example

Server System Properties

SocketHostAddressSecurityFilter=127001|10261171|17216288

Add new parameter with default port under Additional Variables as example

Additional Variables

IntradocServerPort=4444

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

32 Copy VueLink Application

Copy VueLink folder from ltAutoVue_Installation_DIRgtVuelink_war to WebLogic Server

applications directory the ltAPPLICATIONS_DIRgt usually resides at ltUCM_DOAMINgt applicationsDOMAIN_NAME

33 Edit webxml

Webxml file is configure settings in the VueLink so browse under

ltAPPLICATIONS_DIRgtvuelinkWEB-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

ltinit-paramgt

ltparam-namegtJVueServerltparam-namegt

ltparam-valuegtlocalhost5099ltparam-valuegt

ltinit-paramgt

The default value for the AutoVue port is 5099 It must be the same as the jvueserversocketport parameter inside jvueserverproperties file under directory gtAutoVue_Homeltbin

34 Edit adapterconfigxml

adapterconfigxml file is describe how VueLink able to connect to UCM file directory under the path ltAPPLICATIONS_DIRgtvuelinkWEB-INFlib Set value to the host name where UCM is installed as example

ltproperty name=portgt4444ltpropertygt

ltproperty name=hostgtlocalhostltpropertygt

ltinit-paramgt

ltparam-namegtEnableSSLltparam-namegt

ltparam-valuegtfalseltparam-valuegt

ltinit-paramgt

Verify that the port specified matches the one specified on the UCM server in the configcfg file on the server

35 Edit jvueserverproperties

jvueserverproperties file is configure settings in the AutoVue open jvueserverproperties file under path lt AutoVue Instance Dirgtbin and then perform a add for the following under jvueservercollaborationgroup=group_name

jvueserversslenable=FALSE

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

36 Copy cis-client-11gjar

Copy cis-client-11gjar from Oracle UCM Home in directory ltORACLE_UCM_HOMEgtucmDistributionCIS to lib folder under ltAPPLICATIONS_DIRgtvuelinkWEB-INFlib

37 Copy ESAPI_resources folder

Copy ESAPI_resources folder from Vuelink_war folder in directory ltAutoVue_Installation_DIRgtVuelink_war to folder under ltUCM DOMAINgt

38 Edit setDomainEnvcmd

setDomainEnvcmd file is configure settings in the UCM DOMAIN this modification require restart AdminServer

open setDomainEnvcmd file under path lt UCM DOMAIN gtbin 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 -Dorgowaspesapiresources=COracleucm_domainESAPI_resources

39 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

310 Update mod_wl_ohsconf file on Webtier Server

Add Vuelink part to mod_wl_ohsconf file this modification require restart OHS service

ltLocation vuelinkgt

SetHandler weblogic-handler

WebLogicHost UCMServer

WebLogicPort 7001

ltLocationgt

311 Deploy AutoVue Server as Windows Service

Run the following command with administrator privilege to register the AutoVue as Windows Service from ltAutoVue_HOMEgt which AutoVue binaries were installed ltAutoVue_HOMEgtbinjVueServerXexe -standalone -install

Check for the Windows Service created named Oracle AutoVue Server

312 Verify AutoVue Server Installation After starting up the AutoVue Server from Windows Service run the jVueServerXexe from lt AutoVue _HOMEgtbinjVueServerXexe it will show that the server is running as below

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

313 Verify VueLink Installation

Check using a browser the following link to verify that VueLink is deployed httplocalhost7001vuelinkVueServlet

Check the DMS services for VueLink httplocalhost7001vuelinkDMS

4 Customizing UCM

41 AutoVue Component file

Copy AutoVue file path ltFile_Direcotrygtdms_customizationAutoVuezip to ltAPPLICATIONS_DIRgtvuelinkWEB-INF

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

42 Enable Java Server Page (JSP)

Open UCM link HttpUcmServerPortcs 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

43 Install and Enable AutoVue Component

Open UCM link HttpUcmServerPortcs 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 AuteVuezip 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

44 Edit Autovue_Enviromentcfg

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 Enviromencfg file under path ltUCM Instance DirgtcscustomAutoVue and then perform a search for the following

bull VueLinkPort Set it to the port number where Application is running bull VueLinkHostName Set it to the host name where Application is running bull VueLinkContext Set it to the context name that VueLink is deployed For Example

VueLinkPort=80

VueLinkHostName=17216288

VueLinkContext=vuelink

45 Copy AutoVue Common JAR files

Copy AutoVue Common JAR files folder (gluegen-rtjar jogljar jvuejar) from AutoVue folder in directory ltAutoVuegtbin to folder under ltUCM DOMAINgtucmcscustomAutoVuecommon and to folder under ltUCM DOMAINgt ucmcsweblayoutcommon finally restart UCM server

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

46 Edit view_in_autovue_pagehtm file

open view_in_autovue_pagehtm file under path ltUCM Instance DirgtcscustomAutoVue templates and then perform a search for the following

vapp += nltPARAM NAME=FILENAME VALUE= + DOCUMENT_ID + gt +

nltPARAM NAME=USERNAME VALUE= + USERNAME + gt +

nltPARAM NAME=JVUESERVER VALUE=+ VUESERVLET + gt +

nltPARAM NAME=DMS VALUE= + DMS + gt +

nltPARAM NAME=LOCALE VALUE= + LOCALE + gt +

nltPARAM NAME=DMS_PRESERVE_COOKIES VALUE=truegt+

nltPARAM NAME=DMSARGS VALUE=DMS_PRESERVE_COOKIESLOCALEBROWSERPATHgt+

nltPARAM NAME=LOCALE VALUE=ENgt+

nltPARAM NAME=DMS_PRESERVE_COOKIES

VALUE=ORA_AVVLUCM_TICKETIDORA_AVVLUCM_IdcTokengt+

nltPARAM NAME=BROWSERPATH VALUE= + BROWSERPATH + gt +

nltAPPLETgtltBODYgtltHTMLgt

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

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

24 Step 4 Select Install Set Custom

25 Step 5 Select Shortcut Folder

26 Step 6 Specify Hostname

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

27 Step 7 Specify Authentication

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

28 Step 8 Specify how SSL

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

29 Step 9 Pre-Installation Summary

210 Step 10 Installation Complete

3 Deploying VueLink on WebLogic Server

31 Updating configcfg

Edit configcfg so that UCM can receive requests from the VueLink machine so browse to

ltUCM Instance Dirgtucmcsconfig search for SocketHostAddressSecurityFilter then add to this list the

IP address of the machine where VueLink is installed as example

Server System Properties

SocketHostAddressSecurityFilter=127001|10261171|17216288

Add new parameter with default port under Additional Variables as example

Additional Variables

IntradocServerPort=4444

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

32 Copy VueLink Application

Copy VueLink folder from ltAutoVue_Installation_DIRgtVuelink_war to WebLogic Server

applications directory the ltAPPLICATIONS_DIRgt usually resides at ltUCM_DOAMINgt applicationsDOMAIN_NAME

33 Edit webxml

Webxml file is configure settings in the VueLink so browse under

ltAPPLICATIONS_DIRgtvuelinkWEB-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

ltinit-paramgt

ltparam-namegtJVueServerltparam-namegt

ltparam-valuegtlocalhost5099ltparam-valuegt

ltinit-paramgt

The default value for the AutoVue port is 5099 It must be the same as the jvueserversocketport parameter inside jvueserverproperties file under directory gtAutoVue_Homeltbin

34 Edit adapterconfigxml

adapterconfigxml file is describe how VueLink able to connect to UCM file directory under the path ltAPPLICATIONS_DIRgtvuelinkWEB-INFlib Set value to the host name where UCM is installed as example

ltproperty name=portgt4444ltpropertygt

ltproperty name=hostgtlocalhostltpropertygt

ltinit-paramgt

ltparam-namegtEnableSSLltparam-namegt

ltparam-valuegtfalseltparam-valuegt

ltinit-paramgt

Verify that the port specified matches the one specified on the UCM server in the configcfg file on the server

35 Edit jvueserverproperties

jvueserverproperties file is configure settings in the AutoVue open jvueserverproperties file under path lt AutoVue Instance Dirgtbin and then perform a add for the following under jvueservercollaborationgroup=group_name

jvueserversslenable=FALSE

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

36 Copy cis-client-11gjar

Copy cis-client-11gjar from Oracle UCM Home in directory ltORACLE_UCM_HOMEgtucmDistributionCIS to lib folder under ltAPPLICATIONS_DIRgtvuelinkWEB-INFlib

37 Copy ESAPI_resources folder

Copy ESAPI_resources folder from Vuelink_war folder in directory ltAutoVue_Installation_DIRgtVuelink_war to folder under ltUCM DOMAINgt

38 Edit setDomainEnvcmd

setDomainEnvcmd file is configure settings in the UCM DOMAIN this modification require restart AdminServer

open setDomainEnvcmd file under path lt UCM DOMAIN gtbin 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 -Dorgowaspesapiresources=COracleucm_domainESAPI_resources

39 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

310 Update mod_wl_ohsconf file on Webtier Server

Add Vuelink part to mod_wl_ohsconf file this modification require restart OHS service

ltLocation vuelinkgt

SetHandler weblogic-handler

WebLogicHost UCMServer

WebLogicPort 7001

ltLocationgt

311 Deploy AutoVue Server as Windows Service

Run the following command with administrator privilege to register the AutoVue as Windows Service from ltAutoVue_HOMEgt which AutoVue binaries were installed ltAutoVue_HOMEgtbinjVueServerXexe -standalone -install

Check for the Windows Service created named Oracle AutoVue Server

312 Verify AutoVue Server Installation After starting up the AutoVue Server from Windows Service run the jVueServerXexe from lt AutoVue _HOMEgtbinjVueServerXexe it will show that the server is running as below

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

313 Verify VueLink Installation

Check using a browser the following link to verify that VueLink is deployed httplocalhost7001vuelinkVueServlet

Check the DMS services for VueLink httplocalhost7001vuelinkDMS

4 Customizing UCM

41 AutoVue Component file

Copy AutoVue file path ltFile_Direcotrygtdms_customizationAutoVuezip to ltAPPLICATIONS_DIRgtvuelinkWEB-INF

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

42 Enable Java Server Page (JSP)

Open UCM link HttpUcmServerPortcs 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

43 Install and Enable AutoVue Component

Open UCM link HttpUcmServerPortcs 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 AuteVuezip 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

44 Edit Autovue_Enviromentcfg

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 Enviromencfg file under path ltUCM Instance DirgtcscustomAutoVue and then perform a search for the following

bull VueLinkPort Set it to the port number where Application is running bull VueLinkHostName Set it to the host name where Application is running bull VueLinkContext Set it to the context name that VueLink is deployed For Example

VueLinkPort=80

VueLinkHostName=17216288

VueLinkContext=vuelink

45 Copy AutoVue Common JAR files

Copy AutoVue Common JAR files folder (gluegen-rtjar jogljar jvuejar) from AutoVue folder in directory ltAutoVuegtbin to folder under ltUCM DOMAINgtucmcscustomAutoVuecommon and to folder under ltUCM DOMAINgt ucmcsweblayoutcommon finally restart UCM server

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

46 Edit view_in_autovue_pagehtm file

open view_in_autovue_pagehtm file under path ltUCM Instance DirgtcscustomAutoVue templates and then perform a search for the following

vapp += nltPARAM NAME=FILENAME VALUE= + DOCUMENT_ID + gt +

nltPARAM NAME=USERNAME VALUE= + USERNAME + gt +

nltPARAM NAME=JVUESERVER VALUE=+ VUESERVLET + gt +

nltPARAM NAME=DMS VALUE= + DMS + gt +

nltPARAM NAME=LOCALE VALUE= + LOCALE + gt +

nltPARAM NAME=DMS_PRESERVE_COOKIES VALUE=truegt+

nltPARAM NAME=DMSARGS VALUE=DMS_PRESERVE_COOKIESLOCALEBROWSERPATHgt+

nltPARAM NAME=LOCALE VALUE=ENgt+

nltPARAM NAME=DMS_PRESERVE_COOKIES

VALUE=ORA_AVVLUCM_TICKETIDORA_AVVLUCM_IdcTokengt+

nltPARAM NAME=BROWSERPATH VALUE= + BROWSERPATH + gt +

nltAPPLETgtltBODYgtltHTMLgt

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

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

27 Step 7 Specify Authentication

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

28 Step 8 Specify how SSL

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

29 Step 9 Pre-Installation Summary

210 Step 10 Installation Complete

3 Deploying VueLink on WebLogic Server

31 Updating configcfg

Edit configcfg so that UCM can receive requests from the VueLink machine so browse to

ltUCM Instance Dirgtucmcsconfig search for SocketHostAddressSecurityFilter then add to this list the

IP address of the machine where VueLink is installed as example

Server System Properties

SocketHostAddressSecurityFilter=127001|10261171|17216288

Add new parameter with default port under Additional Variables as example

Additional Variables

IntradocServerPort=4444

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

32 Copy VueLink Application

Copy VueLink folder from ltAutoVue_Installation_DIRgtVuelink_war to WebLogic Server

applications directory the ltAPPLICATIONS_DIRgt usually resides at ltUCM_DOAMINgt applicationsDOMAIN_NAME

33 Edit webxml

Webxml file is configure settings in the VueLink so browse under

ltAPPLICATIONS_DIRgtvuelinkWEB-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

ltinit-paramgt

ltparam-namegtJVueServerltparam-namegt

ltparam-valuegtlocalhost5099ltparam-valuegt

ltinit-paramgt

The default value for the AutoVue port is 5099 It must be the same as the jvueserversocketport parameter inside jvueserverproperties file under directory gtAutoVue_Homeltbin

34 Edit adapterconfigxml

adapterconfigxml file is describe how VueLink able to connect to UCM file directory under the path ltAPPLICATIONS_DIRgtvuelinkWEB-INFlib Set value to the host name where UCM is installed as example

ltproperty name=portgt4444ltpropertygt

ltproperty name=hostgtlocalhostltpropertygt

ltinit-paramgt

ltparam-namegtEnableSSLltparam-namegt

ltparam-valuegtfalseltparam-valuegt

ltinit-paramgt

Verify that the port specified matches the one specified on the UCM server in the configcfg file on the server

35 Edit jvueserverproperties

jvueserverproperties file is configure settings in the AutoVue open jvueserverproperties file under path lt AutoVue Instance Dirgtbin and then perform a add for the following under jvueservercollaborationgroup=group_name

jvueserversslenable=FALSE

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

36 Copy cis-client-11gjar

Copy cis-client-11gjar from Oracle UCM Home in directory ltORACLE_UCM_HOMEgtucmDistributionCIS to lib folder under ltAPPLICATIONS_DIRgtvuelinkWEB-INFlib

37 Copy ESAPI_resources folder

Copy ESAPI_resources folder from Vuelink_war folder in directory ltAutoVue_Installation_DIRgtVuelink_war to folder under ltUCM DOMAINgt

38 Edit setDomainEnvcmd

setDomainEnvcmd file is configure settings in the UCM DOMAIN this modification require restart AdminServer

open setDomainEnvcmd file under path lt UCM DOMAIN gtbin 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 -Dorgowaspesapiresources=COracleucm_domainESAPI_resources

39 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

310 Update mod_wl_ohsconf file on Webtier Server

Add Vuelink part to mod_wl_ohsconf file this modification require restart OHS service

ltLocation vuelinkgt

SetHandler weblogic-handler

WebLogicHost UCMServer

WebLogicPort 7001

ltLocationgt

311 Deploy AutoVue Server as Windows Service

Run the following command with administrator privilege to register the AutoVue as Windows Service from ltAutoVue_HOMEgt which AutoVue binaries were installed ltAutoVue_HOMEgtbinjVueServerXexe -standalone -install

Check for the Windows Service created named Oracle AutoVue Server

312 Verify AutoVue Server Installation After starting up the AutoVue Server from Windows Service run the jVueServerXexe from lt AutoVue _HOMEgtbinjVueServerXexe it will show that the server is running as below

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

313 Verify VueLink Installation

Check using a browser the following link to verify that VueLink is deployed httplocalhost7001vuelinkVueServlet

Check the DMS services for VueLink httplocalhost7001vuelinkDMS

4 Customizing UCM

41 AutoVue Component file

Copy AutoVue file path ltFile_Direcotrygtdms_customizationAutoVuezip to ltAPPLICATIONS_DIRgtvuelinkWEB-INF

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

42 Enable Java Server Page (JSP)

Open UCM link HttpUcmServerPortcs 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

43 Install and Enable AutoVue Component

Open UCM link HttpUcmServerPortcs 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 AuteVuezip 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

44 Edit Autovue_Enviromentcfg

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 Enviromencfg file under path ltUCM Instance DirgtcscustomAutoVue and then perform a search for the following

bull VueLinkPort Set it to the port number where Application is running bull VueLinkHostName Set it to the host name where Application is running bull VueLinkContext Set it to the context name that VueLink is deployed For Example

VueLinkPort=80

VueLinkHostName=17216288

VueLinkContext=vuelink

45 Copy AutoVue Common JAR files

Copy AutoVue Common JAR files folder (gluegen-rtjar jogljar jvuejar) from AutoVue folder in directory ltAutoVuegtbin to folder under ltUCM DOMAINgtucmcscustomAutoVuecommon and to folder under ltUCM DOMAINgt ucmcsweblayoutcommon finally restart UCM server

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

46 Edit view_in_autovue_pagehtm file

open view_in_autovue_pagehtm file under path ltUCM Instance DirgtcscustomAutoVue templates and then perform a search for the following

vapp += nltPARAM NAME=FILENAME VALUE= + DOCUMENT_ID + gt +

nltPARAM NAME=USERNAME VALUE= + USERNAME + gt +

nltPARAM NAME=JVUESERVER VALUE=+ VUESERVLET + gt +

nltPARAM NAME=DMS VALUE= + DMS + gt +

nltPARAM NAME=LOCALE VALUE= + LOCALE + gt +

nltPARAM NAME=DMS_PRESERVE_COOKIES VALUE=truegt+

nltPARAM NAME=DMSARGS VALUE=DMS_PRESERVE_COOKIESLOCALEBROWSERPATHgt+

nltPARAM NAME=LOCALE VALUE=ENgt+

nltPARAM NAME=DMS_PRESERVE_COOKIES

VALUE=ORA_AVVLUCM_TICKETIDORA_AVVLUCM_IdcTokengt+

nltPARAM NAME=BROWSERPATH VALUE= + BROWSERPATH + gt +

nltAPPLETgtltBODYgtltHTMLgt

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

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

28 Step 8 Specify how SSL

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

29 Step 9 Pre-Installation Summary

210 Step 10 Installation Complete

3 Deploying VueLink on WebLogic Server

31 Updating configcfg

Edit configcfg so that UCM can receive requests from the VueLink machine so browse to

ltUCM Instance Dirgtucmcsconfig search for SocketHostAddressSecurityFilter then add to this list the

IP address of the machine where VueLink is installed as example

Server System Properties

SocketHostAddressSecurityFilter=127001|10261171|17216288

Add new parameter with default port under Additional Variables as example

Additional Variables

IntradocServerPort=4444

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

32 Copy VueLink Application

Copy VueLink folder from ltAutoVue_Installation_DIRgtVuelink_war to WebLogic Server

applications directory the ltAPPLICATIONS_DIRgt usually resides at ltUCM_DOAMINgt applicationsDOMAIN_NAME

33 Edit webxml

Webxml file is configure settings in the VueLink so browse under

ltAPPLICATIONS_DIRgtvuelinkWEB-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

ltinit-paramgt

ltparam-namegtJVueServerltparam-namegt

ltparam-valuegtlocalhost5099ltparam-valuegt

ltinit-paramgt

The default value for the AutoVue port is 5099 It must be the same as the jvueserversocketport parameter inside jvueserverproperties file under directory gtAutoVue_Homeltbin

34 Edit adapterconfigxml

adapterconfigxml file is describe how VueLink able to connect to UCM file directory under the path ltAPPLICATIONS_DIRgtvuelinkWEB-INFlib Set value to the host name where UCM is installed as example

ltproperty name=portgt4444ltpropertygt

ltproperty name=hostgtlocalhostltpropertygt

ltinit-paramgt

ltparam-namegtEnableSSLltparam-namegt

ltparam-valuegtfalseltparam-valuegt

ltinit-paramgt

Verify that the port specified matches the one specified on the UCM server in the configcfg file on the server

35 Edit jvueserverproperties

jvueserverproperties file is configure settings in the AutoVue open jvueserverproperties file under path lt AutoVue Instance Dirgtbin and then perform a add for the following under jvueservercollaborationgroup=group_name

jvueserversslenable=FALSE

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

36 Copy cis-client-11gjar

Copy cis-client-11gjar from Oracle UCM Home in directory ltORACLE_UCM_HOMEgtucmDistributionCIS to lib folder under ltAPPLICATIONS_DIRgtvuelinkWEB-INFlib

37 Copy ESAPI_resources folder

Copy ESAPI_resources folder from Vuelink_war folder in directory ltAutoVue_Installation_DIRgtVuelink_war to folder under ltUCM DOMAINgt

38 Edit setDomainEnvcmd

setDomainEnvcmd file is configure settings in the UCM DOMAIN this modification require restart AdminServer

open setDomainEnvcmd file under path lt UCM DOMAIN gtbin 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 -Dorgowaspesapiresources=COracleucm_domainESAPI_resources

39 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

310 Update mod_wl_ohsconf file on Webtier Server

Add Vuelink part to mod_wl_ohsconf file this modification require restart OHS service

ltLocation vuelinkgt

SetHandler weblogic-handler

WebLogicHost UCMServer

WebLogicPort 7001

ltLocationgt

311 Deploy AutoVue Server as Windows Service

Run the following command with administrator privilege to register the AutoVue as Windows Service from ltAutoVue_HOMEgt which AutoVue binaries were installed ltAutoVue_HOMEgtbinjVueServerXexe -standalone -install

Check for the Windows Service created named Oracle AutoVue Server

312 Verify AutoVue Server Installation After starting up the AutoVue Server from Windows Service run the jVueServerXexe from lt AutoVue _HOMEgtbinjVueServerXexe it will show that the server is running as below

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

313 Verify VueLink Installation

Check using a browser the following link to verify that VueLink is deployed httplocalhost7001vuelinkVueServlet

Check the DMS services for VueLink httplocalhost7001vuelinkDMS

4 Customizing UCM

41 AutoVue Component file

Copy AutoVue file path ltFile_Direcotrygtdms_customizationAutoVuezip to ltAPPLICATIONS_DIRgtvuelinkWEB-INF

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

42 Enable Java Server Page (JSP)

Open UCM link HttpUcmServerPortcs 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

43 Install and Enable AutoVue Component

Open UCM link HttpUcmServerPortcs 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 AuteVuezip 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

44 Edit Autovue_Enviromentcfg

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 Enviromencfg file under path ltUCM Instance DirgtcscustomAutoVue and then perform a search for the following

bull VueLinkPort Set it to the port number where Application is running bull VueLinkHostName Set it to the host name where Application is running bull VueLinkContext Set it to the context name that VueLink is deployed For Example

VueLinkPort=80

VueLinkHostName=17216288

VueLinkContext=vuelink

45 Copy AutoVue Common JAR files

Copy AutoVue Common JAR files folder (gluegen-rtjar jogljar jvuejar) from AutoVue folder in directory ltAutoVuegtbin to folder under ltUCM DOMAINgtucmcscustomAutoVuecommon and to folder under ltUCM DOMAINgt ucmcsweblayoutcommon finally restart UCM server

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

46 Edit view_in_autovue_pagehtm file

open view_in_autovue_pagehtm file under path ltUCM Instance DirgtcscustomAutoVue templates and then perform a search for the following

vapp += nltPARAM NAME=FILENAME VALUE= + DOCUMENT_ID + gt +

nltPARAM NAME=USERNAME VALUE= + USERNAME + gt +

nltPARAM NAME=JVUESERVER VALUE=+ VUESERVLET + gt +

nltPARAM NAME=DMS VALUE= + DMS + gt +

nltPARAM NAME=LOCALE VALUE= + LOCALE + gt +

nltPARAM NAME=DMS_PRESERVE_COOKIES VALUE=truegt+

nltPARAM NAME=DMSARGS VALUE=DMS_PRESERVE_COOKIESLOCALEBROWSERPATHgt+

nltPARAM NAME=LOCALE VALUE=ENgt+

nltPARAM NAME=DMS_PRESERVE_COOKIES

VALUE=ORA_AVVLUCM_TICKETIDORA_AVVLUCM_IdcTokengt+

nltPARAM NAME=BROWSERPATH VALUE= + BROWSERPATH + gt +

nltAPPLETgtltBODYgtltHTMLgt

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

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

29 Step 9 Pre-Installation Summary

210 Step 10 Installation Complete

3 Deploying VueLink on WebLogic Server

31 Updating configcfg

Edit configcfg so that UCM can receive requests from the VueLink machine so browse to

ltUCM Instance Dirgtucmcsconfig search for SocketHostAddressSecurityFilter then add to this list the

IP address of the machine where VueLink is installed as example

Server System Properties

SocketHostAddressSecurityFilter=127001|10261171|17216288

Add new parameter with default port under Additional Variables as example

Additional Variables

IntradocServerPort=4444

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

32 Copy VueLink Application

Copy VueLink folder from ltAutoVue_Installation_DIRgtVuelink_war to WebLogic Server

applications directory the ltAPPLICATIONS_DIRgt usually resides at ltUCM_DOAMINgt applicationsDOMAIN_NAME

33 Edit webxml

Webxml file is configure settings in the VueLink so browse under

ltAPPLICATIONS_DIRgtvuelinkWEB-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

ltinit-paramgt

ltparam-namegtJVueServerltparam-namegt

ltparam-valuegtlocalhost5099ltparam-valuegt

ltinit-paramgt

The default value for the AutoVue port is 5099 It must be the same as the jvueserversocketport parameter inside jvueserverproperties file under directory gtAutoVue_Homeltbin

34 Edit adapterconfigxml

adapterconfigxml file is describe how VueLink able to connect to UCM file directory under the path ltAPPLICATIONS_DIRgtvuelinkWEB-INFlib Set value to the host name where UCM is installed as example

ltproperty name=portgt4444ltpropertygt

ltproperty name=hostgtlocalhostltpropertygt

ltinit-paramgt

ltparam-namegtEnableSSLltparam-namegt

ltparam-valuegtfalseltparam-valuegt

ltinit-paramgt

Verify that the port specified matches the one specified on the UCM server in the configcfg file on the server

35 Edit jvueserverproperties

jvueserverproperties file is configure settings in the AutoVue open jvueserverproperties file under path lt AutoVue Instance Dirgtbin and then perform a add for the following under jvueservercollaborationgroup=group_name

jvueserversslenable=FALSE

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

36 Copy cis-client-11gjar

Copy cis-client-11gjar from Oracle UCM Home in directory ltORACLE_UCM_HOMEgtucmDistributionCIS to lib folder under ltAPPLICATIONS_DIRgtvuelinkWEB-INFlib

37 Copy ESAPI_resources folder

Copy ESAPI_resources folder from Vuelink_war folder in directory ltAutoVue_Installation_DIRgtVuelink_war to folder under ltUCM DOMAINgt

38 Edit setDomainEnvcmd

setDomainEnvcmd file is configure settings in the UCM DOMAIN this modification require restart AdminServer

open setDomainEnvcmd file under path lt UCM DOMAIN gtbin 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 -Dorgowaspesapiresources=COracleucm_domainESAPI_resources

39 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

310 Update mod_wl_ohsconf file on Webtier Server

Add Vuelink part to mod_wl_ohsconf file this modification require restart OHS service

ltLocation vuelinkgt

SetHandler weblogic-handler

WebLogicHost UCMServer

WebLogicPort 7001

ltLocationgt

311 Deploy AutoVue Server as Windows Service

Run the following command with administrator privilege to register the AutoVue as Windows Service from ltAutoVue_HOMEgt which AutoVue binaries were installed ltAutoVue_HOMEgtbinjVueServerXexe -standalone -install

Check for the Windows Service created named Oracle AutoVue Server

312 Verify AutoVue Server Installation After starting up the AutoVue Server from Windows Service run the jVueServerXexe from lt AutoVue _HOMEgtbinjVueServerXexe it will show that the server is running as below

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

313 Verify VueLink Installation

Check using a browser the following link to verify that VueLink is deployed httplocalhost7001vuelinkVueServlet

Check the DMS services for VueLink httplocalhost7001vuelinkDMS

4 Customizing UCM

41 AutoVue Component file

Copy AutoVue file path ltFile_Direcotrygtdms_customizationAutoVuezip to ltAPPLICATIONS_DIRgtvuelinkWEB-INF

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

42 Enable Java Server Page (JSP)

Open UCM link HttpUcmServerPortcs 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

43 Install and Enable AutoVue Component

Open UCM link HttpUcmServerPortcs 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 AuteVuezip 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

44 Edit Autovue_Enviromentcfg

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 Enviromencfg file under path ltUCM Instance DirgtcscustomAutoVue and then perform a search for the following

bull VueLinkPort Set it to the port number where Application is running bull VueLinkHostName Set it to the host name where Application is running bull VueLinkContext Set it to the context name that VueLink is deployed For Example

VueLinkPort=80

VueLinkHostName=17216288

VueLinkContext=vuelink

45 Copy AutoVue Common JAR files

Copy AutoVue Common JAR files folder (gluegen-rtjar jogljar jvuejar) from AutoVue folder in directory ltAutoVuegtbin to folder under ltUCM DOMAINgtucmcscustomAutoVuecommon and to folder under ltUCM DOMAINgt ucmcsweblayoutcommon finally restart UCM server

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

46 Edit view_in_autovue_pagehtm file

open view_in_autovue_pagehtm file under path ltUCM Instance DirgtcscustomAutoVue templates and then perform a search for the following

vapp += nltPARAM NAME=FILENAME VALUE= + DOCUMENT_ID + gt +

nltPARAM NAME=USERNAME VALUE= + USERNAME + gt +

nltPARAM NAME=JVUESERVER VALUE=+ VUESERVLET + gt +

nltPARAM NAME=DMS VALUE= + DMS + gt +

nltPARAM NAME=LOCALE VALUE= + LOCALE + gt +

nltPARAM NAME=DMS_PRESERVE_COOKIES VALUE=truegt+

nltPARAM NAME=DMSARGS VALUE=DMS_PRESERVE_COOKIESLOCALEBROWSERPATHgt+

nltPARAM NAME=LOCALE VALUE=ENgt+

nltPARAM NAME=DMS_PRESERVE_COOKIES

VALUE=ORA_AVVLUCM_TICKETIDORA_AVVLUCM_IdcTokengt+

nltPARAM NAME=BROWSERPATH VALUE= + BROWSERPATH + gt +

nltAPPLETgtltBODYgtltHTMLgt

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

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

32 Copy VueLink Application

Copy VueLink folder from ltAutoVue_Installation_DIRgtVuelink_war to WebLogic Server

applications directory the ltAPPLICATIONS_DIRgt usually resides at ltUCM_DOAMINgt applicationsDOMAIN_NAME

33 Edit webxml

Webxml file is configure settings in the VueLink so browse under

ltAPPLICATIONS_DIRgtvuelinkWEB-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

ltinit-paramgt

ltparam-namegtJVueServerltparam-namegt

ltparam-valuegtlocalhost5099ltparam-valuegt

ltinit-paramgt

The default value for the AutoVue port is 5099 It must be the same as the jvueserversocketport parameter inside jvueserverproperties file under directory gtAutoVue_Homeltbin

34 Edit adapterconfigxml

adapterconfigxml file is describe how VueLink able to connect to UCM file directory under the path ltAPPLICATIONS_DIRgtvuelinkWEB-INFlib Set value to the host name where UCM is installed as example

ltproperty name=portgt4444ltpropertygt

ltproperty name=hostgtlocalhostltpropertygt

ltinit-paramgt

ltparam-namegtEnableSSLltparam-namegt

ltparam-valuegtfalseltparam-valuegt

ltinit-paramgt

Verify that the port specified matches the one specified on the UCM server in the configcfg file on the server

35 Edit jvueserverproperties

jvueserverproperties file is configure settings in the AutoVue open jvueserverproperties file under path lt AutoVue Instance Dirgtbin and then perform a add for the following under jvueservercollaborationgroup=group_name

jvueserversslenable=FALSE

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

36 Copy cis-client-11gjar

Copy cis-client-11gjar from Oracle UCM Home in directory ltORACLE_UCM_HOMEgtucmDistributionCIS to lib folder under ltAPPLICATIONS_DIRgtvuelinkWEB-INFlib

37 Copy ESAPI_resources folder

Copy ESAPI_resources folder from Vuelink_war folder in directory ltAutoVue_Installation_DIRgtVuelink_war to folder under ltUCM DOMAINgt

38 Edit setDomainEnvcmd

setDomainEnvcmd file is configure settings in the UCM DOMAIN this modification require restart AdminServer

open setDomainEnvcmd file under path lt UCM DOMAIN gtbin 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 -Dorgowaspesapiresources=COracleucm_domainESAPI_resources

39 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

310 Update mod_wl_ohsconf file on Webtier Server

Add Vuelink part to mod_wl_ohsconf file this modification require restart OHS service

ltLocation vuelinkgt

SetHandler weblogic-handler

WebLogicHost UCMServer

WebLogicPort 7001

ltLocationgt

311 Deploy AutoVue Server as Windows Service

Run the following command with administrator privilege to register the AutoVue as Windows Service from ltAutoVue_HOMEgt which AutoVue binaries were installed ltAutoVue_HOMEgtbinjVueServerXexe -standalone -install

Check for the Windows Service created named Oracle AutoVue Server

312 Verify AutoVue Server Installation After starting up the AutoVue Server from Windows Service run the jVueServerXexe from lt AutoVue _HOMEgtbinjVueServerXexe it will show that the server is running as below

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

313 Verify VueLink Installation

Check using a browser the following link to verify that VueLink is deployed httplocalhost7001vuelinkVueServlet

Check the DMS services for VueLink httplocalhost7001vuelinkDMS

4 Customizing UCM

41 AutoVue Component file

Copy AutoVue file path ltFile_Direcotrygtdms_customizationAutoVuezip to ltAPPLICATIONS_DIRgtvuelinkWEB-INF

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

42 Enable Java Server Page (JSP)

Open UCM link HttpUcmServerPortcs 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

43 Install and Enable AutoVue Component

Open UCM link HttpUcmServerPortcs 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 AuteVuezip 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

44 Edit Autovue_Enviromentcfg

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 Enviromencfg file under path ltUCM Instance DirgtcscustomAutoVue and then perform a search for the following

bull VueLinkPort Set it to the port number where Application is running bull VueLinkHostName Set it to the host name where Application is running bull VueLinkContext Set it to the context name that VueLink is deployed For Example

VueLinkPort=80

VueLinkHostName=17216288

VueLinkContext=vuelink

45 Copy AutoVue Common JAR files

Copy AutoVue Common JAR files folder (gluegen-rtjar jogljar jvuejar) from AutoVue folder in directory ltAutoVuegtbin to folder under ltUCM DOMAINgtucmcscustomAutoVuecommon and to folder under ltUCM DOMAINgt ucmcsweblayoutcommon finally restart UCM server

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

46 Edit view_in_autovue_pagehtm file

open view_in_autovue_pagehtm file under path ltUCM Instance DirgtcscustomAutoVue templates and then perform a search for the following

vapp += nltPARAM NAME=FILENAME VALUE= + DOCUMENT_ID + gt +

nltPARAM NAME=USERNAME VALUE= + USERNAME + gt +

nltPARAM NAME=JVUESERVER VALUE=+ VUESERVLET + gt +

nltPARAM NAME=DMS VALUE= + DMS + gt +

nltPARAM NAME=LOCALE VALUE= + LOCALE + gt +

nltPARAM NAME=DMS_PRESERVE_COOKIES VALUE=truegt+

nltPARAM NAME=DMSARGS VALUE=DMS_PRESERVE_COOKIESLOCALEBROWSERPATHgt+

nltPARAM NAME=LOCALE VALUE=ENgt+

nltPARAM NAME=DMS_PRESERVE_COOKIES

VALUE=ORA_AVVLUCM_TICKETIDORA_AVVLUCM_IdcTokengt+

nltPARAM NAME=BROWSERPATH VALUE= + BROWSERPATH + gt +

nltAPPLETgtltBODYgtltHTMLgt

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

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

36 Copy cis-client-11gjar

Copy cis-client-11gjar from Oracle UCM Home in directory ltORACLE_UCM_HOMEgtucmDistributionCIS to lib folder under ltAPPLICATIONS_DIRgtvuelinkWEB-INFlib

37 Copy ESAPI_resources folder

Copy ESAPI_resources folder from Vuelink_war folder in directory ltAutoVue_Installation_DIRgtVuelink_war to folder under ltUCM DOMAINgt

38 Edit setDomainEnvcmd

setDomainEnvcmd file is configure settings in the UCM DOMAIN this modification require restart AdminServer

open setDomainEnvcmd file under path lt UCM DOMAIN gtbin 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 -Dorgowaspesapiresources=COracleucm_domainESAPI_resources

39 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

310 Update mod_wl_ohsconf file on Webtier Server

Add Vuelink part to mod_wl_ohsconf file this modification require restart OHS service

ltLocation vuelinkgt

SetHandler weblogic-handler

WebLogicHost UCMServer

WebLogicPort 7001

ltLocationgt

311 Deploy AutoVue Server as Windows Service

Run the following command with administrator privilege to register the AutoVue as Windows Service from ltAutoVue_HOMEgt which AutoVue binaries were installed ltAutoVue_HOMEgtbinjVueServerXexe -standalone -install

Check for the Windows Service created named Oracle AutoVue Server

312 Verify AutoVue Server Installation After starting up the AutoVue Server from Windows Service run the jVueServerXexe from lt AutoVue _HOMEgtbinjVueServerXexe it will show that the server is running as below

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

313 Verify VueLink Installation

Check using a browser the following link to verify that VueLink is deployed httplocalhost7001vuelinkVueServlet

Check the DMS services for VueLink httplocalhost7001vuelinkDMS

4 Customizing UCM

41 AutoVue Component file

Copy AutoVue file path ltFile_Direcotrygtdms_customizationAutoVuezip to ltAPPLICATIONS_DIRgtvuelinkWEB-INF

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

42 Enable Java Server Page (JSP)

Open UCM link HttpUcmServerPortcs 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

43 Install and Enable AutoVue Component

Open UCM link HttpUcmServerPortcs 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 AuteVuezip 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

44 Edit Autovue_Enviromentcfg

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 Enviromencfg file under path ltUCM Instance DirgtcscustomAutoVue and then perform a search for the following

bull VueLinkPort Set it to the port number where Application is running bull VueLinkHostName Set it to the host name where Application is running bull VueLinkContext Set it to the context name that VueLink is deployed For Example

VueLinkPort=80

VueLinkHostName=17216288

VueLinkContext=vuelink

45 Copy AutoVue Common JAR files

Copy AutoVue Common JAR files folder (gluegen-rtjar jogljar jvuejar) from AutoVue folder in directory ltAutoVuegtbin to folder under ltUCM DOMAINgtucmcscustomAutoVuecommon and to folder under ltUCM DOMAINgt ucmcsweblayoutcommon finally restart UCM server

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

46 Edit view_in_autovue_pagehtm file

open view_in_autovue_pagehtm file under path ltUCM Instance DirgtcscustomAutoVue templates and then perform a search for the following

vapp += nltPARAM NAME=FILENAME VALUE= + DOCUMENT_ID + gt +

nltPARAM NAME=USERNAME VALUE= + USERNAME + gt +

nltPARAM NAME=JVUESERVER VALUE=+ VUESERVLET + gt +

nltPARAM NAME=DMS VALUE= + DMS + gt +

nltPARAM NAME=LOCALE VALUE= + LOCALE + gt +

nltPARAM NAME=DMS_PRESERVE_COOKIES VALUE=truegt+

nltPARAM NAME=DMSARGS VALUE=DMS_PRESERVE_COOKIESLOCALEBROWSERPATHgt+

nltPARAM NAME=LOCALE VALUE=ENgt+

nltPARAM NAME=DMS_PRESERVE_COOKIES

VALUE=ORA_AVVLUCM_TICKETIDORA_AVVLUCM_IdcTokengt+

nltPARAM NAME=BROWSERPATH VALUE= + BROWSERPATH + gt +

nltAPPLETgtltBODYgtltHTMLgt

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

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

310 Update mod_wl_ohsconf file on Webtier Server

Add Vuelink part to mod_wl_ohsconf file this modification require restart OHS service

ltLocation vuelinkgt

SetHandler weblogic-handler

WebLogicHost UCMServer

WebLogicPort 7001

ltLocationgt

311 Deploy AutoVue Server as Windows Service

Run the following command with administrator privilege to register the AutoVue as Windows Service from ltAutoVue_HOMEgt which AutoVue binaries were installed ltAutoVue_HOMEgtbinjVueServerXexe -standalone -install

Check for the Windows Service created named Oracle AutoVue Server

312 Verify AutoVue Server Installation After starting up the AutoVue Server from Windows Service run the jVueServerXexe from lt AutoVue _HOMEgtbinjVueServerXexe it will show that the server is running as below

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

313 Verify VueLink Installation

Check using a browser the following link to verify that VueLink is deployed httplocalhost7001vuelinkVueServlet

Check the DMS services for VueLink httplocalhost7001vuelinkDMS

4 Customizing UCM

41 AutoVue Component file

Copy AutoVue file path ltFile_Direcotrygtdms_customizationAutoVuezip to ltAPPLICATIONS_DIRgtvuelinkWEB-INF

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

42 Enable Java Server Page (JSP)

Open UCM link HttpUcmServerPortcs 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

43 Install and Enable AutoVue Component

Open UCM link HttpUcmServerPortcs 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 AuteVuezip 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

44 Edit Autovue_Enviromentcfg

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 Enviromencfg file under path ltUCM Instance DirgtcscustomAutoVue and then perform a search for the following

bull VueLinkPort Set it to the port number where Application is running bull VueLinkHostName Set it to the host name where Application is running bull VueLinkContext Set it to the context name that VueLink is deployed For Example

VueLinkPort=80

VueLinkHostName=17216288

VueLinkContext=vuelink

45 Copy AutoVue Common JAR files

Copy AutoVue Common JAR files folder (gluegen-rtjar jogljar jvuejar) from AutoVue folder in directory ltAutoVuegtbin to folder under ltUCM DOMAINgtucmcscustomAutoVuecommon and to folder under ltUCM DOMAINgt ucmcsweblayoutcommon finally restart UCM server

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

46 Edit view_in_autovue_pagehtm file

open view_in_autovue_pagehtm file under path ltUCM Instance DirgtcscustomAutoVue templates and then perform a search for the following

vapp += nltPARAM NAME=FILENAME VALUE= + DOCUMENT_ID + gt +

nltPARAM NAME=USERNAME VALUE= + USERNAME + gt +

nltPARAM NAME=JVUESERVER VALUE=+ VUESERVLET + gt +

nltPARAM NAME=DMS VALUE= + DMS + gt +

nltPARAM NAME=LOCALE VALUE= + LOCALE + gt +

nltPARAM NAME=DMS_PRESERVE_COOKIES VALUE=truegt+

nltPARAM NAME=DMSARGS VALUE=DMS_PRESERVE_COOKIESLOCALEBROWSERPATHgt+

nltPARAM NAME=LOCALE VALUE=ENgt+

nltPARAM NAME=DMS_PRESERVE_COOKIES

VALUE=ORA_AVVLUCM_TICKETIDORA_AVVLUCM_IdcTokengt+

nltPARAM NAME=BROWSERPATH VALUE= + BROWSERPATH + gt +

nltAPPLETgtltBODYgtltHTMLgt

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

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

310 Update mod_wl_ohsconf file on Webtier Server

Add Vuelink part to mod_wl_ohsconf file this modification require restart OHS service

ltLocation vuelinkgt

SetHandler weblogic-handler

WebLogicHost UCMServer

WebLogicPort 7001

ltLocationgt

311 Deploy AutoVue Server as Windows Service

Run the following command with administrator privilege to register the AutoVue as Windows Service from ltAutoVue_HOMEgt which AutoVue binaries were installed ltAutoVue_HOMEgtbinjVueServerXexe -standalone -install

Check for the Windows Service created named Oracle AutoVue Server

312 Verify AutoVue Server Installation After starting up the AutoVue Server from Windows Service run the jVueServerXexe from lt AutoVue _HOMEgtbinjVueServerXexe it will show that the server is running as below

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

313 Verify VueLink Installation

Check using a browser the following link to verify that VueLink is deployed httplocalhost7001vuelinkVueServlet

Check the DMS services for VueLink httplocalhost7001vuelinkDMS

4 Customizing UCM

41 AutoVue Component file

Copy AutoVue file path ltFile_Direcotrygtdms_customizationAutoVuezip to ltAPPLICATIONS_DIRgtvuelinkWEB-INF

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

42 Enable Java Server Page (JSP)

Open UCM link HttpUcmServerPortcs 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

43 Install and Enable AutoVue Component

Open UCM link HttpUcmServerPortcs 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 AuteVuezip 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

44 Edit Autovue_Enviromentcfg

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 Enviromencfg file under path ltUCM Instance DirgtcscustomAutoVue and then perform a search for the following

bull VueLinkPort Set it to the port number where Application is running bull VueLinkHostName Set it to the host name where Application is running bull VueLinkContext Set it to the context name that VueLink is deployed For Example

VueLinkPort=80

VueLinkHostName=17216288

VueLinkContext=vuelink

45 Copy AutoVue Common JAR files

Copy AutoVue Common JAR files folder (gluegen-rtjar jogljar jvuejar) from AutoVue folder in directory ltAutoVuegtbin to folder under ltUCM DOMAINgtucmcscustomAutoVuecommon and to folder under ltUCM DOMAINgt ucmcsweblayoutcommon finally restart UCM server

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

46 Edit view_in_autovue_pagehtm file

open view_in_autovue_pagehtm file under path ltUCM Instance DirgtcscustomAutoVue templates and then perform a search for the following

vapp += nltPARAM NAME=FILENAME VALUE= + DOCUMENT_ID + gt +

nltPARAM NAME=USERNAME VALUE= + USERNAME + gt +

nltPARAM NAME=JVUESERVER VALUE=+ VUESERVLET + gt +

nltPARAM NAME=DMS VALUE= + DMS + gt +

nltPARAM NAME=LOCALE VALUE= + LOCALE + gt +

nltPARAM NAME=DMS_PRESERVE_COOKIES VALUE=truegt+

nltPARAM NAME=DMSARGS VALUE=DMS_PRESERVE_COOKIESLOCALEBROWSERPATHgt+

nltPARAM NAME=LOCALE VALUE=ENgt+

nltPARAM NAME=DMS_PRESERVE_COOKIES

VALUE=ORA_AVVLUCM_TICKETIDORA_AVVLUCM_IdcTokengt+

nltPARAM NAME=BROWSERPATH VALUE= + BROWSERPATH + gt +

nltAPPLETgtltBODYgtltHTMLgt

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

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

310 Update mod_wl_ohsconf file on Webtier Server

Add Vuelink part to mod_wl_ohsconf file this modification require restart OHS service

ltLocation vuelinkgt

SetHandler weblogic-handler

WebLogicHost UCMServer

WebLogicPort 7001

ltLocationgt

311 Deploy AutoVue Server as Windows Service

Run the following command with administrator privilege to register the AutoVue as Windows Service from ltAutoVue_HOMEgt which AutoVue binaries were installed ltAutoVue_HOMEgtbinjVueServerXexe -standalone -install

Check for the Windows Service created named Oracle AutoVue Server

312 Verify AutoVue Server Installation After starting up the AutoVue Server from Windows Service run the jVueServerXexe from lt AutoVue _HOMEgtbinjVueServerXexe it will show that the server is running as below

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

313 Verify VueLink Installation

Check using a browser the following link to verify that VueLink is deployed httplocalhost7001vuelinkVueServlet

Check the DMS services for VueLink httplocalhost7001vuelinkDMS

4 Customizing UCM

41 AutoVue Component file

Copy AutoVue file path ltFile_Direcotrygtdms_customizationAutoVuezip to ltAPPLICATIONS_DIRgtvuelinkWEB-INF

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

42 Enable Java Server Page (JSP)

Open UCM link HttpUcmServerPortcs 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

43 Install and Enable AutoVue Component

Open UCM link HttpUcmServerPortcs 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 AuteVuezip 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

44 Edit Autovue_Enviromentcfg

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 Enviromencfg file under path ltUCM Instance DirgtcscustomAutoVue and then perform a search for the following

bull VueLinkPort Set it to the port number where Application is running bull VueLinkHostName Set it to the host name where Application is running bull VueLinkContext Set it to the context name that VueLink is deployed For Example

VueLinkPort=80

VueLinkHostName=17216288

VueLinkContext=vuelink

45 Copy AutoVue Common JAR files

Copy AutoVue Common JAR files folder (gluegen-rtjar jogljar jvuejar) from AutoVue folder in directory ltAutoVuegtbin to folder under ltUCM DOMAINgtucmcscustomAutoVuecommon and to folder under ltUCM DOMAINgt ucmcsweblayoutcommon finally restart UCM server

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

46 Edit view_in_autovue_pagehtm file

open view_in_autovue_pagehtm file under path ltUCM Instance DirgtcscustomAutoVue templates and then perform a search for the following

vapp += nltPARAM NAME=FILENAME VALUE= + DOCUMENT_ID + gt +

nltPARAM NAME=USERNAME VALUE= + USERNAME + gt +

nltPARAM NAME=JVUESERVER VALUE=+ VUESERVLET + gt +

nltPARAM NAME=DMS VALUE= + DMS + gt +

nltPARAM NAME=LOCALE VALUE= + LOCALE + gt +

nltPARAM NAME=DMS_PRESERVE_COOKIES VALUE=truegt+

nltPARAM NAME=DMSARGS VALUE=DMS_PRESERVE_COOKIESLOCALEBROWSERPATHgt+

nltPARAM NAME=LOCALE VALUE=ENgt+

nltPARAM NAME=DMS_PRESERVE_COOKIES

VALUE=ORA_AVVLUCM_TICKETIDORA_AVVLUCM_IdcTokengt+

nltPARAM NAME=BROWSERPATH VALUE= + BROWSERPATH + gt +

nltAPPLETgtltBODYgtltHTMLgt

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

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

313 Verify VueLink Installation

Check using a browser the following link to verify that VueLink is deployed httplocalhost7001vuelinkVueServlet

Check the DMS services for VueLink httplocalhost7001vuelinkDMS

4 Customizing UCM

41 AutoVue Component file

Copy AutoVue file path ltFile_Direcotrygtdms_customizationAutoVuezip to ltAPPLICATIONS_DIRgtvuelinkWEB-INF

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

42 Enable Java Server Page (JSP)

Open UCM link HttpUcmServerPortcs 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

43 Install and Enable AutoVue Component

Open UCM link HttpUcmServerPortcs 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 AuteVuezip 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

44 Edit Autovue_Enviromentcfg

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 Enviromencfg file under path ltUCM Instance DirgtcscustomAutoVue and then perform a search for the following

bull VueLinkPort Set it to the port number where Application is running bull VueLinkHostName Set it to the host name where Application is running bull VueLinkContext Set it to the context name that VueLink is deployed For Example

VueLinkPort=80

VueLinkHostName=17216288

VueLinkContext=vuelink

45 Copy AutoVue Common JAR files

Copy AutoVue Common JAR files folder (gluegen-rtjar jogljar jvuejar) from AutoVue folder in directory ltAutoVuegtbin to folder under ltUCM DOMAINgtucmcscustomAutoVuecommon and to folder under ltUCM DOMAINgt ucmcsweblayoutcommon finally restart UCM server

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

46 Edit view_in_autovue_pagehtm file

open view_in_autovue_pagehtm file under path ltUCM Instance DirgtcscustomAutoVue templates and then perform a search for the following

vapp += nltPARAM NAME=FILENAME VALUE= + DOCUMENT_ID + gt +

nltPARAM NAME=USERNAME VALUE= + USERNAME + gt +

nltPARAM NAME=JVUESERVER VALUE=+ VUESERVLET + gt +

nltPARAM NAME=DMS VALUE= + DMS + gt +

nltPARAM NAME=LOCALE VALUE= + LOCALE + gt +

nltPARAM NAME=DMS_PRESERVE_COOKIES VALUE=truegt+

nltPARAM NAME=DMSARGS VALUE=DMS_PRESERVE_COOKIESLOCALEBROWSERPATHgt+

nltPARAM NAME=LOCALE VALUE=ENgt+

nltPARAM NAME=DMS_PRESERVE_COOKIES

VALUE=ORA_AVVLUCM_TICKETIDORA_AVVLUCM_IdcTokengt+

nltPARAM NAME=BROWSERPATH VALUE= + BROWSERPATH + gt +

nltAPPLETgtltBODYgtltHTMLgt

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

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

42 Enable Java Server Page (JSP)

Open UCM link HttpUcmServerPortcs 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

43 Install and Enable AutoVue Component

Open UCM link HttpUcmServerPortcs 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 AuteVuezip 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

44 Edit Autovue_Enviromentcfg

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 Enviromencfg file under path ltUCM Instance DirgtcscustomAutoVue and then perform a search for the following

bull VueLinkPort Set it to the port number where Application is running bull VueLinkHostName Set it to the host name where Application is running bull VueLinkContext Set it to the context name that VueLink is deployed For Example

VueLinkPort=80

VueLinkHostName=17216288

VueLinkContext=vuelink

45 Copy AutoVue Common JAR files

Copy AutoVue Common JAR files folder (gluegen-rtjar jogljar jvuejar) from AutoVue folder in directory ltAutoVuegtbin to folder under ltUCM DOMAINgtucmcscustomAutoVuecommon and to folder under ltUCM DOMAINgt ucmcsweblayoutcommon finally restart UCM server

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

46 Edit view_in_autovue_pagehtm file

open view_in_autovue_pagehtm file under path ltUCM Instance DirgtcscustomAutoVue templates and then perform a search for the following

vapp += nltPARAM NAME=FILENAME VALUE= + DOCUMENT_ID + gt +

nltPARAM NAME=USERNAME VALUE= + USERNAME + gt +

nltPARAM NAME=JVUESERVER VALUE=+ VUESERVLET + gt +

nltPARAM NAME=DMS VALUE= + DMS + gt +

nltPARAM NAME=LOCALE VALUE= + LOCALE + gt +

nltPARAM NAME=DMS_PRESERVE_COOKIES VALUE=truegt+

nltPARAM NAME=DMSARGS VALUE=DMS_PRESERVE_COOKIESLOCALEBROWSERPATHgt+

nltPARAM NAME=LOCALE VALUE=ENgt+

nltPARAM NAME=DMS_PRESERVE_COOKIES

VALUE=ORA_AVVLUCM_TICKETIDORA_AVVLUCM_IdcTokengt+

nltPARAM NAME=BROWSERPATH VALUE= + BROWSERPATH + gt +

nltAPPLETgtltBODYgtltHTMLgt

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

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

43 Install and Enable AutoVue Component

Open UCM link HttpUcmServerPortcs 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 AuteVuezip 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

44 Edit Autovue_Enviromentcfg

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 Enviromencfg file under path ltUCM Instance DirgtcscustomAutoVue and then perform a search for the following

bull VueLinkPort Set it to the port number where Application is running bull VueLinkHostName Set it to the host name where Application is running bull VueLinkContext Set it to the context name that VueLink is deployed For Example

VueLinkPort=80

VueLinkHostName=17216288

VueLinkContext=vuelink

45 Copy AutoVue Common JAR files

Copy AutoVue Common JAR files folder (gluegen-rtjar jogljar jvuejar) from AutoVue folder in directory ltAutoVuegtbin to folder under ltUCM DOMAINgtucmcscustomAutoVuecommon and to folder under ltUCM DOMAINgt ucmcsweblayoutcommon finally restart UCM server

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

46 Edit view_in_autovue_pagehtm file

open view_in_autovue_pagehtm file under path ltUCM Instance DirgtcscustomAutoVue templates and then perform a search for the following

vapp += nltPARAM NAME=FILENAME VALUE= + DOCUMENT_ID + gt +

nltPARAM NAME=USERNAME VALUE= + USERNAME + gt +

nltPARAM NAME=JVUESERVER VALUE=+ VUESERVLET + gt +

nltPARAM NAME=DMS VALUE= + DMS + gt +

nltPARAM NAME=LOCALE VALUE= + LOCALE + gt +

nltPARAM NAME=DMS_PRESERVE_COOKIES VALUE=truegt+

nltPARAM NAME=DMSARGS VALUE=DMS_PRESERVE_COOKIESLOCALEBROWSERPATHgt+

nltPARAM NAME=LOCALE VALUE=ENgt+

nltPARAM NAME=DMS_PRESERVE_COOKIES

VALUE=ORA_AVVLUCM_TICKETIDORA_AVVLUCM_IdcTokengt+

nltPARAM NAME=BROWSERPATH VALUE= + BROWSERPATH + gt +

nltAPPLETgtltBODYgtltHTMLgt

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

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

44 Edit Autovue_Enviromentcfg

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 Enviromencfg file under path ltUCM Instance DirgtcscustomAutoVue and then perform a search for the following

bull VueLinkPort Set it to the port number where Application is running bull VueLinkHostName Set it to the host name where Application is running bull VueLinkContext Set it to the context name that VueLink is deployed For Example

VueLinkPort=80

VueLinkHostName=17216288

VueLinkContext=vuelink

45 Copy AutoVue Common JAR files

Copy AutoVue Common JAR files folder (gluegen-rtjar jogljar jvuejar) from AutoVue folder in directory ltAutoVuegtbin to folder under ltUCM DOMAINgtucmcscustomAutoVuecommon and to folder under ltUCM DOMAINgt ucmcsweblayoutcommon finally restart UCM server

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

46 Edit view_in_autovue_pagehtm file

open view_in_autovue_pagehtm file under path ltUCM Instance DirgtcscustomAutoVue templates and then perform a search for the following

vapp += nltPARAM NAME=FILENAME VALUE= + DOCUMENT_ID + gt +

nltPARAM NAME=USERNAME VALUE= + USERNAME + gt +

nltPARAM NAME=JVUESERVER VALUE=+ VUESERVLET + gt +

nltPARAM NAME=DMS VALUE= + DMS + gt +

nltPARAM NAME=LOCALE VALUE= + LOCALE + gt +

nltPARAM NAME=DMS_PRESERVE_COOKIES VALUE=truegt+

nltPARAM NAME=DMSARGS VALUE=DMS_PRESERVE_COOKIESLOCALEBROWSERPATHgt+

nltPARAM NAME=LOCALE VALUE=ENgt+

nltPARAM NAME=DMS_PRESERVE_COOKIES

VALUE=ORA_AVVLUCM_TICKETIDORA_AVVLUCM_IdcTokengt+

nltPARAM NAME=BROWSERPATH VALUE= + BROWSERPATH + gt +

nltAPPLETgtltBODYgtltHTMLgt

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

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

Go back to advanced component manager and enable AutoVue component then restart UCM server

44 Edit Autovue_Enviromentcfg

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 Enviromencfg file under path ltUCM Instance DirgtcscustomAutoVue and then perform a search for the following

bull VueLinkPort Set it to the port number where Application is running bull VueLinkHostName Set it to the host name where Application is running bull VueLinkContext Set it to the context name that VueLink is deployed For Example

VueLinkPort=80

VueLinkHostName=17216288

VueLinkContext=vuelink

45 Copy AutoVue Common JAR files

Copy AutoVue Common JAR files folder (gluegen-rtjar jogljar jvuejar) from AutoVue folder in directory ltAutoVuegtbin to folder under ltUCM DOMAINgtucmcscustomAutoVuecommon and to folder under ltUCM DOMAINgt ucmcsweblayoutcommon finally restart UCM server

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

46 Edit view_in_autovue_pagehtm file

open view_in_autovue_pagehtm file under path ltUCM Instance DirgtcscustomAutoVue templates and then perform a search for the following

vapp += nltPARAM NAME=FILENAME VALUE= + DOCUMENT_ID + gt +

nltPARAM NAME=USERNAME VALUE= + USERNAME + gt +

nltPARAM NAME=JVUESERVER VALUE=+ VUESERVLET + gt +

nltPARAM NAME=DMS VALUE= + DMS + gt +

nltPARAM NAME=LOCALE VALUE= + LOCALE + gt +

nltPARAM NAME=DMS_PRESERVE_COOKIES VALUE=truegt+

nltPARAM NAME=DMSARGS VALUE=DMS_PRESERVE_COOKIESLOCALEBROWSERPATHgt+

nltPARAM NAME=LOCALE VALUE=ENgt+

nltPARAM NAME=DMS_PRESERVE_COOKIES

VALUE=ORA_AVVLUCM_TICKETIDORA_AVVLUCM_IdcTokengt+

nltPARAM NAME=BROWSERPATH VALUE= + BROWSERPATH + gt +

nltAPPLETgtltBODYgtltHTMLgt

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

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE

46 Edit view_in_autovue_pagehtm file

open view_in_autovue_pagehtm file under path ltUCM Instance DirgtcscustomAutoVue templates and then perform a search for the following

vapp += nltPARAM NAME=FILENAME VALUE= + DOCUMENT_ID + gt +

nltPARAM NAME=USERNAME VALUE= + USERNAME + gt +

nltPARAM NAME=JVUESERVER VALUE=+ VUESERVLET + gt +

nltPARAM NAME=DMS VALUE= + DMS + gt +

nltPARAM NAME=LOCALE VALUE= + LOCALE + gt +

nltPARAM NAME=DMS_PRESERVE_COOKIES VALUE=truegt+

nltPARAM NAME=DMSARGS VALUE=DMS_PRESERVE_COOKIESLOCALEBROWSERPATHgt+

nltPARAM NAME=LOCALE VALUE=ENgt+

nltPARAM NAME=DMS_PRESERVE_COOKIES

VALUE=ORA_AVVLUCM_TICKETIDORA_AVVLUCM_IdcTokengt+

nltPARAM NAME=BROWSERPATH VALUE= + BROWSERPATH + gt +

nltAPPLETgtltBODYgtltHTMLgt

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

ORACLE AUTOVUE

OSAMA MUSTAFA

ORACLE AUTOVUE