Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Hi Gianni, Apologies for re-opening this thread after closing but since you were not sure about using weblogic as a load balance,i did a bit of research and found one article that suggest the same. https://redstack.wordpress.com/2010/12/20/using-weblogic-as-a-load-balancer/ Also,OHS being completely different product and…
-
Thanks for the reply Gianni. I will take a note of that but just want to know,is there any i way i can configure it internally through weblogic ,if so,will it be a good choice or rather i should go with big IP or nginx load balancer configuration.
-
Hi Christian, Just want to know,cant we simply just save the 11g rpd in 12c admin tool(making sure consistency check is fine with no errors) and upload in 12c with uploadrpd command. Or migrating the RPD XML using biserverxml tool make any difference?
-
Similiar issue like yours has already been discussed earlier on this forum and Gianni has already provided the clarification.Please have a look on below thread as well.
-
Update : As suggested by Oracle ,Removed all the older Java Version and kept only supported version while doing the upgrade and it worked fine.
-
Hi Sherry, So you mean re-installing application or jdk? Because i have also tried re-installing application couple of times but that didn work either. Any suggestion on how to make compile jdk and jre runtime to use same version during installation in case of mismatch?
-
Yes .I checked the version before launching the FMW installer. Command to launch FMW: /opt/java8/bin/java -d64 -jar fmw_12.2.1.2.0_infrastructure.jar
-
HI Sherry, [obiee@ubiuat:/home/oraclebi]$java -version java version "1.8.0.08-hp-ux" Java(TM) SE Runtime Environment (build 1.8.0.08-hp-ux-b1) Java HotSpot(TM) Server VM (build 25.08-b1, mixed mode) [obiee@ubiuat:/home/oraclebi]$echo $JAVA_HOME /opt/java8/bin No ,its not the only JDK installed in your machine.Sharing the…
-
HI Christian, I am using VM HP-(ia64 hp-UX B.11.31 server Integrity Virtual Machine) ,my obiee version is 12.2.1.2.0 and java version is 1.8.0.08-hp-ux.
-
Hi Sherry , I have already checked the certification matrix before doing the upgrade.Its not because of the incorrect java version.It looks like jre runtime is not upgraded to Java 8(supported version) but i have also checked .profile and etc/profile, both are directed to supported version. Please suggest!!
-
Hi Gianni, I have configured two bi foundation domains under single 'Oracle_Home'. So by two domains i mean 1) smis 2).clubitc They have separate RPD and catalogs. Below is the directory structure looks like: I hope i am clear this time.
-
Hi Gianni, Correct me if i am wrong but what i meant was in 11g, we can have multiple instances but in 12c,you have domains or in other words, they've removed the concept of the INSTANCE in 12c, moving most of that to the DOMAIN entity (so in my case i configured standered enterprise 12c install with two domains). Also , I…
-
Hi Christian, I have only changed JVM values of 'AdminServerStartupGroup' and 'BISUITE-MAN-SVR' in setStartupEnv.sh script as per document but since it did not help ,i reverted it back.
-
Hi Syed, I have gone through this doc and i did tuning wherever required from the application side but before i push this to infrastructure team (since they are too good in pushing all the blame on application) i need to be sure i have no other option. Plus my initial query here is regarding the utilized memory behavior.…
-
HI , I was getting the same error.turned out i was entering the wrong weblogic credentials the whole time.Silly mistake but it matters. Please cross check your credentials.Also by looking at your script i assume you are entering RPD password,instead RPD password you need to provide weblogic credentials.
-
Hello Everyone, Just to update the result.it turns out the Java process was choking the server memory utilization and causing the stuck threads since i have have two managed servers running on the same machine .Tried to tune the JVM as well but that didn't go well either. Finally decided to increase the Memory and it…
-
I am not sure how you are saying 'NQSCOnfig is in xml format only." I replicated your case and i found the format is .INI only and it should be that way. Check its properties again and if it says xml ,that is why you are getting the error. Change it to .INI and do the import again.
-
Hi, May i know why would you want to revert it back to default state,if the reason is to do the re-import,you can always run the import anytime and it will override with the latest bundle. Make sure you stop the 12c before the import. Also, as i can see you are using windows os for 12c, refrain from using desktop OS for…
-
HI, Can you please provide the migration log details.You can find the log on below location Oracle_Home/user_projects/domains/<your domain>/bilogs/migration.
-
Hi Prashant, Weblogic Admin and em was up the whole time, i never said it was down but after login,page showed up blank and kept on loading (in both). Anyways i had to restart the application by killing all the running java processes and everything worked fine thereon.(initially i was refraining myself to do this and…