Hi,
Is it possible to create automatically snapshot in OAS or schedule it?
You can create BAR files by command line and schedule that. The front-end snapshop doesn't have a scheduler.
+1 to Gianni scheduler and command line. Same approach that works since more than a decade.
Ok.
I have problem with export bar from OAS 5.9.0
I use code:
export_service_instance.cmd ssi 202203.bar
And get error:
E:\OAS\user_projects\domains\bi\bitools\bin>export_service_instance.cmd ssi 202203.bar
Oracle BI ServiceLCM CLI Tools
Copyright ? 2014, 2015, 2016, 2017 Oracle and/or its affiliates. All rights reserved.
Exception in thread "main" java.lang.IllegalStateException: Required system property not set: oracle.bi.servicelcm.producthome
at oracle.bi.servicelcm.cli_v2.ImplicitParameters.getStringParameter(ImplicitParameters.java:46)
at oracle.bi.servicelcm.cli_v2.ImplicitParameters.getFileParameter(ImplicitParameters.java:40)
at oracle.bi.servicelcm.cli_v2.ImplicitParameters.getImplicitParametersFromEnvironment(ImplicitParameters.java:34)
at oracle.bi.servicelcm.cli_v2.LcmCli.main(LcmCli.java:10)
I set variable like DOMAIN_HOME, ORACLE_HOME, BI_PRODUCT_HOME in windows env variables and check in cmd like echo %VARIABLE_NAME% and it's ok.
What's wrong?
Ok, I add line: -Doracle.bi.servicelcm.producthome=%PRODUCT_HOME% in scripts: E:\OAS\bi\modules\oracle.bi.servicelcm\scripts\export_service_instance.cmd and it's working.
I have another question:
Hello,
I do not have "export_service_instance.cmd" in my folder. I can only create archives by using "D:\Oracle\Middleware\oas59\bi\bitools\bin\runcat.cmd -cmd archive". But this is not the same.
Can i just add this command somehow and it works or do i need some kind of version upgrade?
Br.
A catalog archive isn't the same thing as a BAR. You can for sure do catalog archives, as long as you don't expect to get a BAR as result but a real catalog archive.
Going into more details, you must have that script if you are in the right place. The script is on the server, not on the client installation. You should go on the server and run it from there.
Yes, sorry. I was looking out for this script in the wrong location. I have found it and already created my first Snapshot/.BAR file.
Thanks :P
Description: Join our Product Management team to learn about new features that are part of 26.R3 Application release of Fusion Data Intelligence (ERP). The session will cover updates on Finance, Projects, and Procurement. Presented by: Ashlesh Bajpai - Vice President, Product Management, Fusion Data Intelligence Shobana…
I scheduled the report in OTBI and the agent was run successfully. However, I do not receive the report after the run in my inbox. The addresses are properly recorded, and the report is in an excel format and saved as a pivot table in otbi. What can be the cause?
Anyone has any idea why the OAC documentation on custom viz is not available now? I was able to access till last week - https://docs.oracle.com/en/cloud/paas/analytics-cloud/acsdv/build-package-extension.html. Does this mean OAC doesnt support custom viz or custom workbook extensions?
Does Oracle Analytics Server 2026 include AI features such as a built-in chatbot or AI Assistant? If not, are there any plans or indications that these AI capabilities will be introduced in a future OAS release?
Here is my calculation CAST(COUNT(SAAR_ID) AS VARCHAR(50)) || ' SAARs pending as of: ' || CAST(CURRENT_TIMESTAMP(5) AS VARCHAR(50))
In OAC when I am creating a dataset, How can I pass a Filter from the "Dashboard filters to the SQL? I attached a image like it was don in BIP Publisher