Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 214 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
After install oas 2024 accessing dv is ok but further links like snapshot, users and roles shows 40

After install oas 2024 accessing dv is ok but further links like snapshot, users and roles shows 404
Answers
-
@user12225634 - Please share more details such as whether this was a fresh install or was an in-place upgrade from a lower version of OAS. Was there any errors or issues during the install and configuration of OAS 2024 etc.
0 -
Hi @user12225634 ,
Do you have SSL for OAS 2024? Usually 404 error is could not find the requested URL. Please check if below document is helpful.
BIServiceAdministration URL Fails With 404 Error When Using SSL Enabled DV URL (Doc ID 2908633.1)
0 -
Thank you for visiting and posting your question in Oracle Analytics Community.
Add the 'app_role_management' and 'advanced_app_role_management' policies for the BIServiceAdministrator Role as follows:
1. Connect in EM -> Weblogic Domain-> Security-> Application Policies -> Search for 'BIServiceAdministrator'-> Edit -> Verify whether you are seeing 'app_role_management' under 'Resource Name'.
2. To allow users who belong to this Role access to manage 'Users and Roles' through the DV -> Console, this policy should be configured for the 'BIServiceAdministrator Role'.
Try this and let us know.
Thanks
Subha0 -
Hi @user12225634 ,
Please update your Display Name, so that the Community knows which whom they are interacting with.
While you can go the Application Policy route , the recommended approach is to grant permission sets to roles via the provided script.
Grant or revoke permission assignments
Example
[DOMAIN_HOME]/bitools/bin/grantPermissionSetsToBIRole.sh -r BIServiceAdministrator -p actio.admin,bip.administrator,bisecurity.GBUAdmin,bisecurity.admin,customScripts.admin,dataReplication.access,infer.administrator,obips.administrator,obis.administrator,obisch.administrator,oracle.bi.dss.CustomKnowledge.admin,oracle.bi.dss.SystemKnowledge.admin,majel.administrator,pod.admin,rdc.admin,rdc.monitor,sac.advanced.approle.administrator,sac.approle.administrator,sac.snapshot.administrator,va.adminIn your case, the following, are relevant
- sac.approle.administrator
- sac.snapshot.administrator
- sac.advanced.approle.administrator
0 -
In addition to above, please also review the following KM doc to validate the host:port for different endpoints in OAS:
How To Check Your Oracle Analyitcs Server (OAS) URL Endpoints (Doc ID 2895594.1)
1 -
i am having same issue please assist
I am using OHS url for accessing dv but it says not found for snapshots and users roles
if I don’t use OHS url, i can access all contents of DVPlease help on this
0 -
@User_AOKHO Can you try setting the redirection rule for the below URIs also at OHS and verify?
/dv/ui
/dv*
/dv/**
/dv/ui*
dv/ui/**1 -
how do I redirect this?
is this should be added in mod_wl_ohs file??0 -
Yes, it is correct.
0 -
thanks i will check that and update
the last one is missing slash at front, is this without slash?0