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
Hi Team, We would like to raise an enhancement request for the SSO/SAML configuration guidance for OAS 2026. We have already raised multiple SRs regarding OAS 2026 SSO configuration. However, we are facing difficulties getting the required guidance, as the available documentation does not clearly cover the OAS 2026 SSO…
We are planning to archive the Contract and Lease data currently sourced from the External Source as Contract and Lease accounting functions are being migrated to Oracle's CLM and Lease Accounting modules. At this stage, only active and partially closed records are being converted into Oracle and the remaining historical…
The difference column is a calculation, and I would like to average that row.
We are trying to convert our OAS reports to OAC and one of the parameters in the where clause of the report is what I am trying to make in OAC. I created a calculation as follows and I am trying to put it into a filter . The code validates EVALUATE('GREATEST ( TRUNC ( NVL (%1, TO_DATE (''1/1/2013'', ''mm/dd/yyyy'') ) ),…
Hi , I am calling one parameter in another parameter and it is not working. 1st parameter is showing values, while calling the 1st parameter in second it is not showing any values. Regards, Sree Hari M