Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
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…
-
That would be great, I'm sure other communities are seeing similar. Rather than discarding, my thought was if the AI generated content could be visually identified similar to embedded code blocks or other types of embedded content in posts. The problem I see is that people often can't tell what was AI generated vs…
-
Recently there is more AI generated content being posted, and in many cases it's misleading or misinformation. One thing that would be useful as a guideline in my opinion would be to ask our userbase to ensure sources are sited when posting information if it's not their own. It would also be very useful to have it listed…
-
Seems only oracle development could answer this one. From your initial post it says: com.oracle.bi.datasource.DomainHomeDataSourcePropertiesFile readDatasourceProperties is failing due to: exception in thread "main" java.lang.NoSuchMethodError:…
-
You mentioned trying: "and also adding -Doracle.jdbc.fanEnabled=false to JAVA_OPTIONS" Where did you set this and for which weblogic servers? eg bi_server1, Adminserver? In the weblogic console or in setDomainEnv? How have you validated that you've set fanEnabled=false is taking effect at startup time on the correct…
-
Neither OAC nor on-prem have options under the security section to restrict by file type (I manually confirmed). Agree looks like AI generated garbage.
-
@Sumanth V -Oracle The following two links don't work FYI: 📄 Reference Article: OAC REST API Snapshot Backup and Restore Script - Configuration Guide (KB169873) 📖 Official Documentation: Oracle Analytics Cloud REST API Guide
-
Are you sure you are uploading a RPD from the same version you are trying to import it into? where did this rpd come from?
-
When getting a 200 OK, it may simply mean that is not subject to CORS. Due to it not crossing origins. When you provided the blocked get request, we can see its crossing origins from sandbox.pc.com to bidev.pc.com as I show below. It also shows the referrer. If you provide the successful request info similar to below it…
-
I think you need to engage whoever manages sandbox.pc.com, do they have a webserver and can they set headers? There will be additional things that need to be set after you clear the first blocker with the fonts mentioned above. If sandbox.com or devbi can use an F5 it can be done at that layer, see something like:…
-
Overall, I'm not 100% sure which side to look at this from, sandbox.pc.com or bidev.pc.com What we know is the following from the blocked request he sent above: The GET Request is to devbi.pc.com: GET /dv/static/application/1.0.0.39f2e3555343/obitech-application/fonts/OracleSansUI_W_Bd.woff HTTP/1.1 The origin of the…
-
Can you confirm the following assumptions: sandbox.pc.com: Some website that you are embedding OAS content into bidev.pc.com: Apache webserver that's infront of OAS / DV? What is the domain/url of the direct route to oas/dv? and that direct route (nonapache) I'm assuming is non https? eg 10.25.15.33:7502…
-
The CORS block you are showing appears to say it's not a BI side issue but an issue with sandbox.pc.com blocking bi: from origin 'https://sandbox.pc.com' has been blocked by CORS policy if the origin is sandbox.pc.com when the request leaves sandbox.pc.com you have to inject a: Access-Control-Allow-Origin xxxx.xxx.com When…
-
This would be useful. Thanks Michal, upvoted.
-
I think mostafa already said above, but are you using any special characters in the schema passwords? If you have any special characters restart from scratch choosing only A-Z 0-9 passwords. In the old days it created problems, its possible it still does. Same goes for any bi admin passwords through the…
-
@Michal Zima My comment was specific to the OP's post / enhancement request (API for dataflows)