Welcome to the Oracle Analytics Community

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

BrandonH Rank 5 - Community Champion

Comments

  • 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…
  • 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…