Comments
-
This will be a very useful skill. Thanks! Will test it out.
-
Try capturing har file using dev tools in browser and check console messages and network messages for errors to debug further.
-
Not sure if you are getting the version info correctly. Anyways users need to be created in weblogic and not here in rpd.
-
You can try using Selection Steps in classic and create a custom group or custom calculated item for your use case. Please refer to product documentation for selection steps/calculated item/group : https://docs.oracle.com/en/middleware/bi/analytics-server/user-oas/groups-and-calculated-items1.html Thanks Gayathri
-
If workbook is in My Folder, access tab will not be shown. Make sure workbook is in shared location and then check the access tab. Its possible that the permissions are corrupted. Maybe better to file SR if you still see issue. Also for workbook hang, capture har file and check the file to see if any specific call is…
-
Instead of snapshot restore, try exporting and importing semantic model and test as problematic user to see if same issue is seen.
-
Which version of OBIEE/OAS are you on? Seems like you are expecting very old functionality. You have to setup users and auth via weblogic. Please refer to product documentation on how to setup users in later OBIEE/OAS versions.
-
Its not clear if you are using Oracle Analytics Cloud or Oracle Analytics Server. If its Oracle Analytics Cloud, you need additional setup (RDG or PAC plus oci networking setup) to get connectivity from OAC to onprem db working.
-
Try grepping for logged in or Authentication success instead in sawlog. Thanks Gayathri
-
Are you seeing that the user has No Access to subject area columns but is able to see these columns when expanding drill ? It might help if you create SR with support for this so we can review the test case and suggest options.
-
Without screenshots and knowing your dataset definition and rpd, its hard to tell what the issue is but most likely its not liking this blending. Possible reason could be that this is coming from 2 different business models?
-
We are not aware of any known bugs. If possible create SR with support so you can share screenshots of your sequence definition.
-
We do not have permissions setting at canvas level. You can submit a Idea Lab request for PMs to evaluate this ask.
-
If you are looking to export multiple canvases to csv then I don't believe this is possible currently in OAC.
-
Workbook Personalization / Custom States in Oracle Analytics Cloud (OAC) is the feature in DV similar to Classic BI Dashboard “Saved Customizations”. Refer: https://docs.oracle.com/en/cloud/paas/analytics-cloud/acubi/filter-personalizations-and-workbook-states.html…
-
Please check the following documentation: Make Data Available for Oracle Analytics AI Assistant https://docs.oracle.com/en/cloud/paas/analytics-cloud/acubi/make-data-available-oracle-analytics-ai-assistant.html#GUID-7FC79476-C441-4269-A9CA-3B15E8C15D3E NoteA file-based dataset must be indexed before you or users you shared…
-
Hi There is no public rest api for agent management in OAC but you can use SOAP APIs for this task. Check https://docs.oracle.com/en/cloud/paas/analytics-cloud/acsdv/c_ibotservice_service.html#GUID-2B0CD294-DB57-4FE9-941B-CC37416B976F You would need to use the sawsessionservice for logon and then use the ibotservice for…
-
We will respond via SR for this.
-
Hi Please see below Does OAC Resource Principal use the ADB connection descriptor as-is for private endpoint connections? Yes If yes, is the private endpoint value ssl_server_dn_match=no the reason this path fails with ORA-25704? Yes There is nothing on OAC side we can fix/modify. We just use the connection details as is…
-
What i meant was that the ADW connection details shows the tns descriptor which has the SSL_SERVER_DN_MATCH parameter. For my public ADB this value shows as true and my resource principal connection works fine. So similarly if your ADW connection strings has the SSL_SERVER_DN_MATCH parameter as true the connection will…