Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
On an edge problem in DV on oas 8.2, I tested installing jq instead of adding the text log config, it changed the error from: [nQSError: 43261] "Failed to convert the obis1-query.json to obis1-query.log: jq is not installed. Please install jq first before run this script" to: [nQSError: 46073] Operation 'open()' on file ''…
-
@Qui Thai has the correct solution. I confirmed that the RESPONSE of the erroring request: Request URLhttps://someurl.com/dv/ui/api/v1/data/viewLog?cursorID=4912335&resultsType=unformatted Has in summary these errors: analytics/res/v-1Y8JXKiIr58/b_mozilla/common.js"></script><div class="ErrorMessage">Error during query…
-
If you want the visual, use an analysis/dashboard?
-
Why could it not be a one-off patch for the previous SPB?
-
@Harriet Huang-Oracle I was specifically asking you if the fix is available on the previous patch stack bundle for 8.2, not july …
-
@Harriet Huang-Oracle Is there a patch available for OAS 2025 April PSU?
-
dataflow the 3 datasets into 1?
-
quick thoughts: -Check if you have the patch for Bug 37634679. -confirm if you have nextGenAuth set: $DOMAIN_HOME/config/fmwconfig/biconfig/OBIPS/incubation.properties oracle.bips.auth.nextGenAuth=???? -Does this only happen when the timeout occurs from the /dv side? Or also when the timeout happens from /analytics? Do you…
-
Those grants are not sufficient for Administrator to replicate pervious permissions. Here is an example that may help from an older version of OAS that may help but I would not reccomend: $DOMAIN_HOME/bitools/bin/grantPermissionSetsToBIRole.sh -r BIAdministrator -p…
-
I've not seen in the above info that the JAVA_HOME setup has been confirmed at the system level instead of at the user environment variables. Do you have the JAVA_HOME environment variable set at the SYSTEM level? To confirm, you could print your java_home variable at the start of the install script.
-
Also, one other thing that comes to mind, when you map groups to roles in Enterprise Manager → biinstance → Security → Application Roles, even if the group name is the exact same in the new auth provider as the old, it will not work. You must re-map the NEW group after you are migrated to the new auth provider. If the…
-
Have you / How have you, confirmed that when logged in via IAM - KRISTIAN has the predefined role: BI Service Administrator ? Is it via group or direct membership?
-
No, 7.6.0.0.241220. I was told it will be included in the July SBP, but confirm that with your support analyst.
-
I logged a SR for this awhile back, for the same issues you mention above. 3-38932624244 It sounds like they've now released a one-off patch, please ask your SR owner about: Bug 37634679 The force signout you mention is problematic in general with SSO enabled. We found that if you have multiple tabs open to /dv it will…
-
The tools you need to address both concerns are at your fingertips. The data consistency with clearing the cache, and the performance with seeding it.
-
As part of your final ETL steps you should consider clearing the cache. Eg: SAPurgeAllCache There are some articles you can read that have details on the topic, eg In the above Robin shows an example of adding the clear cache to the ODI ETL.
-
I think you have to assess based on what the error is telling you: "Only BI System User is authorized to use the API" Are you executing the RPD upload from the same host that OAS is installed? oashost01? From your logs below what user are you telling it to use with the -U flag? -U <admin-user> "Executing…
-
Do you have a support ticket open? The datamodel crawl failure needs to be resolved. Did the RPD come from OAS, and has the instance of OAC had security imported via a barfile/snapshop?
-
Couple things, the DocID you mention talks about the problem only in relation to generic weblogic. This is clear also because the file they talk about is: setDomainEnv.sh and not the OAS file setStartupEnv.sh. If the thought is this doc is the most relevant to the issue we have to modify the idea of the document to fit how…