Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
In my testing, when ALREADY authenticated I load a dashboard eg: GET /analytics/saw.dll?Dashboard&portalPath=%2fshared%****%20Home%2fMy%20Dashboard The response headers return with the expected CSP per the OAS configurations (instanceconfig.xml or safedomains) - broken out for readability: Content-Security-Policy:…
-
Since you dont have an OHS / Apache, do you have the option to offload the SSL to an F5 or something, so header re-write could be done there? If you pre-authenticate to the blocked OAS page so you have an auth token does it behave with the same error? Are you embedding a /analytics page or a /dv page? In my experience that…
-
I would not support this. The maturity level of Data Flows within DV doesn't seem to be enterprise grade at this time. Utilizing them within and enterprise scheduling system would be a bad architecture choice compared to other products on the market for transforming data eg ODI.
-
Would appreciate Oracle updating their documentation regarding session timeouts. In days past the "User Session Expirty Time" could be trusted but ever since DV came into the picture things are more complex. In OAS 6.4 and prior there was a hard coded 60 min timeout that was never spoken of:…
-
Go directly to, and Index if necessary on start_dt: s_nq_acct example substr replace: SELECT start_dt, REPLACE (SUBSTR (saw_src_path, INSTR (saw_src_path, '/', -1) + 1), '\n') report_name, COUNT (*) total_run, saw_src_path FROM #########.s_nq_acct s WHERE s.start_dt = TO_DATE ('2024-02-13', 'YYYY-MM-DD') GROUP BY…
-
Your need may be better suited to a more "old school" approach such as bursting: Create a Bursting Job (oracle.com)
-
The error appears to be literally: com.google.gson.stream.MalformedJsonException: Unterminated object near ":"Note: Click on "Apply" to run the repcom.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated object near ":"Note: Click on "Apply" At quick glance it looks like you messed…
-
You need to find what is erroring. Under OAS, go to admin -> manage bi publisher -> Data sources -Use the "test" button on your failing data source. Confirm it still fails. If its still failing go to the weblogic console to investigate the source: http://myserver:port/console Go to: Services -> Data Source Open the data…
-
BIP is the wrong tool to use for this. BIP is formatted output. If you want to scrape data just do it from the database formally.
-
For the most part, my previous observations have been that you can just plop into new versions your catalog and RPD with no issues. The same is definitely not true for security. You could take a full barfile export from 12c. Then on a new vanilla 6.4 instance import (bi-sac-config-mgr/snapshots/Snapshots.html) only…
-
iframe?
-
https://community.oracle.com/tech/apps-infra/discussion/comment/16841178#Comment_16841178 Start with trying this: shut everything down, confirm via ps everything is shutdown. Clear out the tmp mv $DOMAIN_HOME/servers/AdminServer/tmp $DOMAIN_HOME/servers/AdminServer/tmp_old mv $DOMAIN_HOME/servers/bi_server1/tmp…
-
https://community.oracle.com/tech/apps-infra/discussion/comment/16841128#Comment_16841128 You're probably going to need to pull a more detailed error from the logs. Could not connect isnt much to go on, but behind the scenes its probably another handshake error. See if the logs show anything?
-
Do not deviate from the enterprise deployment guide for clustered deployments, or you will be setting yourself up for failure. https://docs.oracle.com/en/middleware/bi/analytics-server/enterprise-deploy-oas/typical-enterprise-deployment.html#GUID-FE4B2CF9-B73B-4B6A-9BC5-8810A953153B You should in order be: -Installing Java…
-
Verify your localedefinitions.xml at cd $ORACLE_HOME/bi/bifoundation/web/display Also validate your localemappings.xml
-
Is this an exam question you just posted here without context looking for an answer? In any case, your question doesn't make sense. If you question is can an array store two values, sure you can have tuples as elements of an array.
-
Cloud Applications Discussions — oracle-tech
-
Show the URL that you are using to to access the weblogic console. The screenshot you shared accessing EM appears to show its not able to reach "localhost", waiting trying to make the connection. In your weblogic console, in the same place you shared the screenshot from, click "em" then click the tab for "testing" and it…
-
select to_char(SYSDATE - NUMTOYMINTERVAL(1, 'year'),'yyyy')||'-'|| substr(to_char(sysdate,'yyyy'),3,2) from dual;
-
Just leaving a note that as of 2023/01/09 it's still an issue if you are following the install documentation and using the supplied software bundle for OBIA 11.1.1.10.3 PS3. Supported fix is only available via SR.