Updating Oracle Business Intelligence Code Grants

3-32 Oracle Fusion Middleware Patching Guide 4. List all resources of the resource type rtd_ils using the following command: listResourcesappStripe=obi, type=rtd_ils This will list all ILSs deployed to the RTD server. For example, if the sample ILS CrossSell was deployed to your RTD server, you would see the following: [Name: CrossSell Type: rtd_ils DisplayName: CrossSell Description: CrossSell ] 5. Delete all resources of resource type “rtd_ils” using the following command: deleteResourceappStripe=obi, name= resource_name , type=rtd_ils For example, the following command would delete the CrossSell resource: deleteResourceappStripe=obi, name=CrossSell, type=rtd_ils 6. Run the listResources command again to ensure all the resources have been deleted: listResourcesappStripe=obi, type=rtd_ils There should be no resources listed. 7. Delete the resource type “rtd_ils”: deleteResourceTypeappStripe=obi, resourceTypeName=rtd_ils 8. Create a resource type rtd_ils using the following createResourceType command: createResourceTypeappStripe=obi, resourceTypeName=rtd_ils, displayName=ILS, description=Inline Service name, matcher=oracle.security.jps.ResourcePermission, allowedActions=choice_editor,decision_service:stress,open_ service:write,decision_service:normal,open_service:read,deploy_ service,download_service,clear_choice_history,clear_statistics,clear_ study,clear_all_operational_data,delete_service,unlock_service,clear_model, delimiter=, 9. Disconnect from Oracle WebLogic Server: disconnect 10. Exit from the WebLogic Scripting Tool: exit

3.8.10.3.2 Add Permissions to the BIAdministrator Principle Using EM The steps in this

section need to be performed if you are using the BIAdministrator principle included with the product, of if you have replaced the BIAdministrator principle included with the product with your own principle: 1. Using a browser, connect to Fusion Middleware Control: http: admin_server_host : admin_server_port em 2. In the left tree view, select Weblogic Domain bifoundation_domain. 3. In the content pane, select SecurityApplication Policies from the drop down WebLogic Domain.