Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Hi, In OTM 26B, the message "No Fusion AI endpoints are available." is usually not controlled only by glog.genAI.enabled=true. That property only enables the OTM GenAI capability. The error indicates that OTM cannot discover or reach a configured Fusion AI endpoint / LLM service endpoint for the tenant. The 26B…
-
Congratulations to all Oracle Analytics & AI leaders!
-
Thanks for sharing @Kashika Puri-Oracle
-
Hi Ramu, In Oracle BI Publisher eText templates, the issue is usually that SUBSTR expects a character string, while your expression is returning a numeric value from the SUM() calculations. Try converting the summed value to a string using below SQL SUBSTR( TO_CHAR( SUM(TO_NUMBER(Balance_Record[BASE_BALANCE_NAME='Net…
-
Hi @Han Xi Zhao, In standard Oracle Fusion Data Intelligence (FDI), there is currently no supported capability to upload and use arbitrary custom font files (TTF/OTF) across dashboards, KPIs, and visualizations. https://docs.oracle.com/en/cloud/saas/analytics/24r3/fawig/customize.html
-
Verify that supported navigation methods (Action Links, Navigate Actions, Catalog Links) are being used instead of manually constructed URLs. • Check for session timeout or SSO authentication issues that may redirect users to the home page during navigation. • Confirm users have the required permissions to access the…
-
Hi Arihant, The documents were uploaded in DEV, but the embeddings/vector index used for retrieval were not rebuilt (or are still building), so the agent can’t retrieve the document chunks even though the files are visible. Thanks
-
This is amazing, thanks for sharing
-
Many Congratulations to all the Q1 2026, truly inspiring
-
Hi @Sankalp-D, If you already has a Fusion Cloud analytics entitlement like Oracle Analytics Cloud subscription should be able to use BI Publisher for reporting without extra cost. But if you have only Oracle Fusion Field Service subscription and the contract does not explicitly include Oracle BI Publisher as part of the…
-
Hi @Chetana2000, You can remove all HTML tags from your HSDL file before loading using Notepad++ using regular expression Go to Search →> Replace and use this regular expression <[^>]*> Below is the sample file for illustration After using Replace you can find the cleansed file Hope this helps Thanks
-
Hi @Sankalp-D , OTBI offers constrained, indirect access to Oracle Field Service data. Unlike core Fusion pillars such as ERP, HCM, and SCM, OFS does not have dedicated, native OTBI subject areas. There are no dedicated OTBI subject areas delivered out-of-the-box for Oracle Fusion Field Service (FFS or OFS). Since OTBI…
-
Hi Chris, You can generate check output (PDF/XML) using BI Publisher. Next customer side server pulls the generated file using SFTP or using Web API/REST APIs. Then local server send job to internal print server or spooler. Oracle does not directly integrate with printers, but can integrate with Check printing vendors,…
-
Thanks @Rasta Ghafouri-Oracle that's great to hear
-
@SaurabhJaiswal-Oracle If possible can you please share the bug number
-
@Rajaraman Loganathan - If I am not wrong there is no separate indexing step required to make a Subject Area accessible for Natural Language Query (NLQ) or AI Assistant.
-
Thank you @Lalitha Venkataraman-Oracle for sharing
-
Effective Start Date and Effective End Date these two columns are important to show history rather than the current record. Go to criteria tab then Filters and then remove filters such as Effective Latest Change = Yes Effective End Date is after current date Current Record Flag = Y Please make a note do not filter on…
-
Hi @Ulitka You need to use the subject area, Workforce Management – Worker Assignment Real Time Add the columns from the Person Address folder: Address Type, Address Line 1 City State, Postal Code Country Effective Start Date Effective End Date Add a filter on Address Type = "HOME".
-
No — there is currently no configuration, feature flag, or admin setting to force numeric/text AI responses onto the canvas. This limitation exists in: OAC (Oracle Analytics Cloud) FDI embedded analytics (since it uses the same AI layer) Even service administrators cannot override this behaviour. Workaround: Use “Explain”…