Dayalan Punniyamoorthy Blog

Monday, November 2, 2015

Why it’s important to run the 11.1.2.x on Windows platform with Admin access


The InstallTool.cmd , ConfigTool.cmd and the Opatch needs to be run as administrator especially in the  windows platforms

Background

Issue #1

We were in the middle of a installing EPM 11.1.2.4 for an implementation and the configuration failed. It throws the following error message

[EPMCFG] [TRACE] [EPMCFG-05020] [oracle.EPMCFG] [tid: 18] [ecid: 0000KsXRSDQ5mZ^5xVd9iW1LYPIx000002,0] [SRC_CLASS: com.hyperion.cis.ant.AntEngine] Error: {0}[[
D:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\preconfig\system\commonComponents.xml:547: Execute failed: java.io.IOException: Cannot run program "D:\Oracle\Middleware\EPMSystem11R1\common\VisualCRedistributable\10.0\vcredist_x86.exe" (in directory "D:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\preconfig\system"): CreateProcess error=740, The requested operation requires elevation


Issue #2

While applying the .500 patch for the EPM 11.1.2.3 components it throws a error message

E:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\preconfig\system\commonComponents.xml:498: Execute failed: java.io.IOException: Cannot run program "E:\Oracle\Middleware\EPMSystem11R1\common\VisualCRedistributable\10.0\vcredist_x86.exe" (in directory "E:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\preconfig\system"): CreateProcess error=740, The requested operation requires elevation
    at org.apache.tools.ant.taskdefs.ExecTask.runExec(ExecTask.java:665)

[2015-10-28T05:54:13.574-07:00] [EPMCFG] [ERROR] [EPMCFG-01020] [oracle.EPMCFG] [tid: 24] [ecid: 0000L2iWLhz7y0^_xT^AyW1MCCBb000003,0] [SRC_CLASS: com.hyperion.cis.config.AbstarctAntDeploymentApiAdapter] Error: [[
Weblogic domain on the remote host qoc-hyp-01.olympic.qnoc.net not available
Solution
For issue #1
Make sure the Installtoll.cmd and the ConfigTool.cmd is as invoked as “Right-click” and select Run As Administrator.
For Issue #2
Make sure you open the cmd.exe As Administrator and then apply the patch.

Happy installing & patching!!!









No comments:

Post a Comment