Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Did you restart after updating the ActionFrameWorkConfig.xml ? This is the only location you need to update. Thanks Venkat
-
If not using SSL then this command : ./data-model-cmd.sh uploadrpd -u weblogic -p weblogic123 -i /u01/app/oracle/product/YourRPD.rpd -w Admin123 -SI ssi If using SSL : ./datamodel.sh uploadrpd -I /u01/app/oracle/product/rpdupload/YOURRPD.rpd -W Admin123 -U weblogic -P weblogic123 -SI ssi -s yourhostname.com -N 9503 -SSL…