Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
I agree
-
I haven't access to the server. To make automated backup on promise OBIEE - it's very simple: to wrap copy and/or archive commands with .sh and than schedule it. Maiby is it possible with OTBI web services as WebCatalogService.copyItem (copy folder) for example ? Thanks
-
there is possible to evoke one by one logon -> getSessionEnvironment -> createFolder -> CopyItem.... In my opinion, this way is very long. I cannot find web service with archiving whole folder
-
I've managed to do that. Following the syntax: <v7:filterExpressions> <![CDATA[<sawx:expr xsi:type="sawx:string" op="equal" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:saw="com.siebel.analytics.web/report/v1.1" xmlns:sawx="com.siebel.analytics.web/expression/v1.1" subjectArea="SA Name"> <sawx:expr…
-
Hi Gianni, Thanks for the comment. If I want to pool data from obiee analysis from an external system, the executeXMLQuery is very convenient, because I need to apply to the report path/name only and don't need to understand how the analysis was created. I managed to do that when I do not need to pass parameters. But, if I…
-
Thank you, Christian
-
Hi Robert, Thank you for your answers. In general I confirm with GoURL technique. But my question is more specific. I need export to excel not from a member of Presentation Catalog such as Dashboard, Page, report etc. I try to build url for export .../analytics/saw.dll?Sessions : goUrl replace of click on the bottom…