Purge Cache Using Agents in Obiee11g:
Create a new database by doing a right click on the empty space in the physical layer as shown in the below screenshot
Now you can see a window with the database properties as shown in the below screenshot
Give a name to the database and select ODBC Basic from the Database drop down.Check in the option Allow direct database requests by default. Please follow the below screenshot.
Click on Connection Pools tab and then click on Add(+) to create a connection pool for the database
Give the name for the connection pool(In my case i have given the name as PurgeCache) and set the values as per your requirement.
Give a name to the database and select ODBC Basic from the Database drop down.Check in the option Allow direct database requests by default. Please follow the below screenshot.
Click on Connection Pools tab and then click on Add(+) to create a connection pool for the database
Give the name for the connection pool(In my case i have given the name as PurgeCache) and set the values as per your requirement.
Give the access for the users and application roles as per the requirement as shown in the below screenshot
Click on OK then click on Check Out
Click on OK then click on Check Out
Give the User Name and password in the connection pool, Once you enter the password then it will ask you to retype the password. Please follow the below screenshots.
Now login to the presentation services and create a new report by using Create Direct Database Request as shown in the below screenshot.
Give the Connection Pool Name and type the following query in the query box
Call SAPurgeAllCache();
Hi ,
ReplyDeleteWhat should be given in the datasource namd;username and password.
I tried it with BI server credentials used to connect to rpd with db credentials
Hi,
DeleteThe data source name is DSN name which you can find in instanceconfig.xml file and User Name ,Password are your admin account user name and password. In my case weblogic and weblogic123.
Thanks,
Nagarjuna