Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Thanks @Mike Durran-Oracle , will SOAP API documentation be available in January 2025 update for OAC?
-
I don't think oauth is supported for soap api logon method. You probably need to pass the soap api calls (like the functional ones, not the logon ones) as a payload to rest api so you can use the oauth for rest call. Sorry I don't have any specifics unless I test it out. I do see an internal post from one of our PMs on a…
-
OAuth is already supported for REST API calls in OAC. Check doc here: https://docs.oracle.com/en/cloud/paas/analytics-cloud/acapi/authenticate.html I don't think we have SOAP API doc for OAC but you could try to invoke the soap api via REST call and pass token? Thanks Gayathri
-
Note that Semantic Modeler can only connect to public repositories for now(private repos are not currently supported). As noted in doc and what Ram mentioned, make sure you use the correct URL syntax which is https://gitserver.com/myorg/myproject.git(replace gitserver,myorg,myproject with the actual value).
-
The validation is only needed if you are using TLS based connections to the datasource. The validation is to check openssl3.x connectivity for all TLS connections. In the January Update of OAC there will be a new System Setting called 'TLS Connection Mode' which will be set to 'Legacy' by default. This setting will make…
-
Hi Looks like the suggestion from the SR was to create a IdeaLab Request for this ask. You can create idealab request here: https://community.oracle.com/products/oracleanalytics/categories/idealab-oracle-analytics-cloud-server Thanks Gayathri
-
If you have enabled audit log for OAC, then you can see the modified by user information as well which could lead to some clue as to what happened.
-
If you login to OAS DV and create a new Data>Connection to the same essbase instance and try to create datasets based of this connection, are you able to see the objects listed and create workbook to view this data? This will help to isolate if this issue is specific to Admintool or is also seen in DV. Thanks Gayathri
-
I dont think there is a setting to change this default show option for Notes. In present mode you can hide the Notes section and Keep it On only in Visualize mode. This way a regular consumer will not see the Notes but when a content author uses Visualize option they can see the Notes.
-
Can you click Inspect→Access for the connection that is shown and for a connection that is not shown in create dataset window to see if there is any difference in the permissions?
-
Screenshots explaining the issue will help. From what I know, the way query gets generated for subject area based datasets might be different between report execution and dataflow execution. You may want look at the logical table source joins for the relevant tables and see if changing join type (from left outer to inner…
-
What exactly are you trying to accomplish? Based on formula there does not seem to a need to use valueof in the sql?
-
In the init block SQL where clause, use UPPER for both left and right hand side: WHERE UPPER(EMPLOYEE_ID) = UPPER('VALUEOF(NQ_SESSION.USER)' This will ensure that the comparison is using upper case for employeeid column and the session variable.
-
Hi Support for OAuth authentication is in the roadmap/in the works for OAC. I do not know of specific timelines for OAS. @Alan Lee - Oracle-Oracle Any input on this ask for OAS? Thanks Gayathri
-
Meanwhile you can explore Data Actions to navigate to external URLs: https://docs.oracle.com/en/cloud/paas/analytics-cloud/acubi/create-data-actions-connect-external-urls-visualization-canvases.html
-
Hi Please check these existing Ideas in Idea Lab and upvote/add comment as needed: Ability to Turn Links in a Table Into Hyperlinks Need direct Hyperlink by clicking on a column from a visualization to other DV/external link OAC DV - Table view and pivot View should have option to choose text type as hyperlink Here is the…
-
The following statement does not make sense: If you have dv content author assigned, then you are a author. there is no concept of author role being active in one folder and consumer role active in another. I have the DV content author role (specific to a catalog folder). In another catalog, I only have read access (DV…
-
This blog post will be useful to understand fine grained permissions in OAC: https://blogs.oracle.com/analytics/post/managing-permissions-in-oracle-analytics-cloud
-
Using javascript option, currently it's only possible to embed dv content, classic report cannot be embed using this approach. You can consider iframe option for classic content. Doc reference : https://docs.oracle.com/en/cloud/paas/analytics-cloud/acsdv/embed-oracle-analytics-content-iframes.html
-
@Michael Brown-274145 As Michal mentioned, he already has a idea lab submitted for this same ask with all the details. Please upvote this idea and add your own comments as needed for PM attention: https://community.oracle.com/products/oracleanalytics/discussion/comment/51083#Comment_51083 Thanks