Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
why not create a simple shell script and run it using cron job whenever you want #!/bin/bash # Author :Venkata Rachuri #DATE 05/24/2017 # This will backup the catalog with date and time stamp DATE=$(date +"%Y%m%d%H%M") tar -zcf "/OracleBackup/QA/$(date '+%d_%m_%y_%H_%M')_QACAT.tar.gz"…
-
That's the document you have has everything. just refer to it and upgrade. Thanks VENKAT
-
Documentation is your best friend. Besides AutoComplete there are bunch of other options as well. Refer to this section of documentation https://docs.oracle.com/middleware/12213/biee/BIESG/GUID-FF6954BA-2DE0-4422-BA58-05F32936F4FF.htm#BIESG3734 Thanks Venkat
-
Not possible in OBIEE Unless you maintain a separate table with regular dates and end date( date+ 7) in DB. Then you can pull in OBIEE prompts and use it. Thanks Venkat
-
No Problem. Just happy to help !!!
-
Click on the screen shot above attached . In the right side Joel Acha marked with RED a area used to filter users. Check in your environemnt to see if you have any filters ? Thanks Venkat
-
Were users logging in successfully ? Thanks Venkat
-
Its weblogic usename /password Thanks Venkat
-
Important point !!
-
Hi , It happens some times due to improper shutdown. when stopping (or) restarting the services node manager didn't properly stopped. Old process might be still using 9506 port. If it is linux vm type top and use kill command to kill all process with user oracle and do ./start.sh table If it is windows : Just restart the…
-
This is hilarious !!! Thanks Venkat
-
Ok. I am running out from here. Thanks Ginanni for helping everyone in the OBIEE forum. Thanks Venkat
-
I am sure after your replies he will be busy searching for logs. After going through logs and didn't understand what to do ( Mostly Node manager logs when SSL implemented are vague). At that time may be my 2 cents will help him ( Some times you need thatOptimism ) Thanks Venkat
-
Hi, Let me use my crystal ball and guess it from the similar issue I faced. If you open your nodemanager.properties You might be missing the following lines ( as shown in the red arrow). Add them back and restart the services . It should be working Thanks Venkat
-
Only one question per post. Don't nest it. Create a new discussion. Thanks Venkat
-
Its normal behaviour in 11G. You don't see the RPD in shared folder. It should deploy to both the servers. Check that. Thanks Venkat
-
Hi, After SSL is implemented you need to do two steps 1) Apply the following patch. This is now also part of bunble patch. So If you already applied bundle patch leave this step OBIEE 12c SSL configured environment - Issue with uploadrpd and downloadrpd (Doc ID 2208886.1) 2) Syntax of rpd deploy chnages after ssl…
-
Did you try to change the extension manually to .xlxs and try to open using excel? what happened? I agree everything is coming in single column
-
Hi, This happened to me on OBIEE 12.2.1.0.0. It just gets the display name wrong but still, rosem belongs to EDW_ORG_FAC_HH_ANALYSTS role when they log in. It's kind of benign bug. I am currently using 12.2.1.1.0 and this issue is resolved in the version. You can try contacting Oracle support they might provide you the bug…
-
May be its tooo late to answer this question. In my experiecen The slowness happens because of nested groups a user belongs to in AD. Try to change this setting to zero It should speed up the process. Thanks Venkata Rachuri