Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
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)
-
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?