Description:
When starting "Quick View" from the "Quick Start" menu it produces a HTTP 404 Status Error page.
Solution:
This problem is happening after you upgraded your existing UWCC 11.1 environment to 11.1 SP1.
Since SP1 a new tab 'QVIEW' is being added.
When performing a fresh installation of UWCC 11.1 SP1 there is no longer the "Quick View" option under "Quick Start".
However when you upgrade from 11.1 to 11.1 SP1, the option "Quick View" under "Quick Start" remains.
Starting with UWCC 11.1 SP1 the Quick View application is using port 10138 instead of port 10146 in UWCC 11.1.
To address this problem, we need to modify the port number from 10146 to 10138. This needs to be done as follows:
- Stop following services
- CA Workload Control Center Event Server
- CA Workload Control Center Launcher Server
- CA Workload Control Center UI Framework Server
- Open Windows Explorer and navigate to following directory
- <install_path>\CA\WCC\UIFrameworkServer\webapps\UEJMUIFramework\WEB-INF\classes\com\ca\uejm\resources
- Open 'uejmlaunchitems.xml' file into WordPad
- make following modification
From:
<LaunchItem applicationName="ca.uejm.page.dashboard.text.anchor.quickview" description="ca.uejm.page.dashboard.text.table.data.quickview.description" exportToken="artifact" forward="http://uwcc111:10146/QuickView/pages/secure/QuickView.jsf?hideHeaderFooter=false" icon="styles/images/quickview_32.png" index="10" workgroupName="EJM_QuickView"/>
To:
<LaunchItem applicationName="ca.uejm.page.dashboard.text.anchor.quickview" description="ca.uejm.page.dashboard.text.table.data.quickview.description" exportToken="artifact" forward="http://uwcc111:10138/QuickView/pages/secure/QuickView.jsf?hideHeaderFooter=false" icon="styles/images/quickview_32.png" index="10" workgroupName="EJM_QuickView"/>
- Start the 3 services again
- CA Workload Control Center Event Server
- CA Workload Control Center Launcher Server
- CA Workload Control Center UI Framework Server