Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Hi @User_GGBKI , glog.genAI.enabled=true is required, but it is not the only dependency. That property enables the GenAI feature in OTM; it does not itself provision the backend Fusion AI/LLM endpoint. The message “No Fusion AI endpoints are available” normally indicates that OTM is not able to find an…
-
Hi @Simon Tomey , The pattern you found is useful: the records loaded into FDI are Unaccounted / Draft, while the missing records are Accounted / Final.A practical next step is to compare one loaded transaction and one missing transaction using the Data Validation logs rather than doing more reset/reload cycles. Checks: In…
-
Hi @Stefano_Mazzocca , if tomorrow’s file contains only the 3 changed employees, only those 3 rows will be processed by the incremental load. The previous employee records are not automatically retained from earlier CSV uploads. All employees will still be visible only if the target is designed to preserve the full…
-
Hi @User_BR9YB , It is generally recommended to use “Merge Sandbox Content” while deploying SME bundles from UAT to PROD in FDI, especially when extending existing OOTB subject areas. This approach helps preserve existing PROD customizations while applying the new semantic model changes. “Replace Sandbox Content” is…
-
Hi Stefano, For CSV loads in FDI, incremental behavior is file-based, not history-based. It typically picks up new or modified files since the last successful run, using the file/object timestamp. It does not reuse data from earlier CSV uploads unless you store it in a target table and manage history there. Docs:…