When upgrading ODI repositories from version 11g to 12c, it's
not uncommon to encounter an issue where the upgrade process appears to be
stuck at a certain percentage. This situation typically arises when certain
conditions are not met. SHAPE \* MERGEFORMAT
Here are some of the points to ensure before upgrading the
repositories...
About Me
Anjum Ara
I am a technology enthusiast, an ardent reader. My latest interest is virtualization.
In my free time, I love understanding child nutrition, child holistic development. I bake, read, paint, and do whatever it takes to improve myself every day.
Tuesday, February 13, 2024
Thursday, May 11, 2023
Kill all Hyperion services after using stop.sh
Once Hyperion services are stopped using stop.sh we observe that processes are still lingering around. Use below command : ps -ef|grep -i <USERNAME> | grep '<PATH>' | awk '{print $2}'kill -9 $(ps -ef|grep i <USERNAME> | grep '<PATH>' | awk '{print $2}')Example:ps -ef|grep hypadmp+ | grep '/apps/Oracle/' | awk '{print $2}'kill -9 $(ps -ef|grep hypadmp+...
Wednesday, August 3, 2022
Unable to use KSS for Demo Key Stores, KSS is unavailable.
Written by Anjum Ara
on 3:23 AM
in config.xml, epm 11.2.8, kss, KSS error, linux, parsing failure, starting services
with
No comments

Error: Caused By: weblogic.management.provider.internal.RuntimeAccessImpl$ParseException: [Management:141266]Parsing failure in config.xml: java.lang.IllegalArgumentException: Unable to use KSS for Demo Key Stores, KSS is unavailable.If you continue to get KSS error, go to config.xml and set it to "false"Symptoms:Unable to start the services hosted on any server other than the Foundation/Weblogic...
Tuesday, July 5, 2022
EPM 11.2.8 OHS Nodemanager password update
Written by Anjum Ara
on 12:24 AM
in ohs 12c, Starting 12c ohs, store password in nodemanager
with
No comments

Applicable if storeUserConfig was used to save user information.Situation: Reconfiguration of the environment was done and the password of epm_admin was changed while starting OHS services. You get the below error:The password is not stored in the exact location as shown in the error. Delete...
Monday, July 4, 2022
Starting EPM 11.2.8 services on distributed Linux environment
Written by Anjum Ara
on 1:32 AM
in distributed services, eas, epm 11.2.8, Hyperion, hyperion upgrade, java
with
No comments

After installing services on distributed environment, the Java Web Services on distributed servers do NOT start.Error: java.lang.UnsatisfiedLinkError: no environmentjni in java.library.pathSolution: Copy the /domain/EPMSystem/bin/setstartupEnv.sh script from the Foundation server to the distributed...