Comments
-
You can share a page by setting permissions for user or approle via the access tab, however direct url to access the custom page is not available. Once access is shared by setting permissions, the user should be able to see the page in the page layout window.
-
For replace datamodel error, please check obis diag log for more details on reason for failure. For dataset, you can check if this KM helps: Dataset Creation Failed With "Create Dataset Failed" Error Message For New User In Oracle Analytics (Doc ID 3045074.1)
-
Please also check the workbook theme setting where you can set custom colors/fonts for your workbooks: https://docs.oracle.com/en/middleware/bi/analytics-server/user-oas/create-workbook-theme.html
-
Not sure what specific documentation you are looking for here is the public doc for OAC Dataflows: https://docs.oracle.com/en/cloud/paas/analytics-cloud/acubi/data-flows.html You can source from a dataset that is file based and write to a target table which is a oracle db connection. Thanks Gayathri
-
OAC DV dataset cannot read files from sftp server. You will have to place file in OCI object storage and you can use OCI Resource connector to read from object storage. Thanks Gayathri
-
I don't think you can get direct reference to the new page via URL. The intended feature is to switch/pick a page using the page tile UI option. Other comments welcome.
-
Hi Please check this doc link: https://docs.oracle.com/en/middleware/bi/analytics-server/user-oas/export-formatted-data-visualization-excel.html Since this is a 2 year old thread, if you have any follow-up questions, kindly post your issue/question as a new thread. Thanks Gayathri
-
You can expose 2 additional columns in the report which are non-editable columns - one will have formula for USER session variable and other for repository variable (which would capture sysdate) and include these column ids or position in the insert template.
-
As Wayne mentioned , you can recover the content by restoring from a snapshot which was taken previously. Please check "Can Oracle help to restore lost content" in Backup FAQ https://docs.oracle.com/en/cloud/paas/analytics-cloud/acabi/top-faqs-back-and-restore-user-content-snapshots.html
-
You can setup filters at multiple levels - if you only have data filters set at application role level, then yes all data is visible to the user unless there is vpd set at db level. Authors could setup data filters at dataset level or even for individual workbooks. In your case , probably it makes sense to define a new app…
-
User_H03AE Was it Gianni's suggestion that helped you identify the issue with the excel file? If yes please mark his response as accepted answer so its clear what the issue is for other readers. thanks Gayathri
-
@User_P0XGZ This is an old post. Please open a new post and provide details of the issue seen. Thanks Gayathri
-
When you upload the private key file in Upload Center, make sure you choose File Type as 'SSH Private Keys'. Then when you go to setup Object Storage connection, this file will automatically appear in Private Key file dropdown.
-
Please refer to product documentation and this blog to understand user/role setup in OAC: https://docs.oracle.com/en/cloud/paas/analytics-cloud/acabi/users-and-groups.html https://blogs.oracle.com/analytics/post/oracle-analytics-best-practices-understand-application-roles-in-oracle-analytics
-
In IDCS the general best practice is to assign Groups to Roles (Not assign users to Roles directly). So if the former is the setup you have, then what you need to do is to remove the Group membership from ServiceViewer Role in IDCS. This will in turn remove the BIConsumer App Role membership for the users who belong to…
-
If your user has BIServiceAdministrator Application Role assigned then none of the data filters will be applied. You need to create a new user in IDCS and assign this user to a non-admin Application Role such as BIConsumer or BIAuthor and then check if the row level security is being assigned. You will have define this row…
-
Hi When you go to Dashboard → Export to Excel → select Export Entire Dashboard option, the dashboard pages get exported as separate sheet in the exported excel file. Are you not seeing this? Thanks Gayathri
-
You should see the logs in metadata folder without enabling additional logging. And yes the users should be created in the target environment before you do a snapshot import. thanks gayathri
-
Hi Please check \importbar_<date>\webcat_content_plugin.0.0.log to see details of why the webcatplugin failed. Do you have HashUserHomeDirectories setting in instanceconfig.xml file? If yes please follow workaround steps in this KM doc for import to succeed: Content From User Folders in Hashed Catalog Is Not Migrated From…
-
You cannot access the physical tables in fusion directly. You can use Data Replication feature in OAC to populate ADW tables based on PVOs from fusion (bicc is used to extract from fusion). Other option is to purchase Fusion Data Intelligence which gives you more options to bring fusion data to ADW using prebuilt…