Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
HI @Thierno Itho , Oracle AI Data Platform and OCI can support a Smart Nation initiative by acting as a governed data, AI, and integration foundation acrossagencies, citizen services, IoT systems, cybersecurity operations, and digital transformation programs. A practical reference architecture could look like this: Unified…
-
Hi @User_XSUGG , FAI-40300 - user cannot execute this workflow means the request is now reaching the AI Agent service, but the authenticated user/application in the bearer token is not authorized to execute that agent team/workflow. Please validate these points: In Security Console, confirm the calling user has a role that…
-
Hi Rebecca, Oracle has documentation that covers this at the Oracle Fusion Applications AI platform level and also for OCI Generative AI data handling. For Oracle AI embedded in Fusion Applications, Oracle documents that each organization has a securely partitioned platform instance, customer data and trained predictive ML…
-
Hi @User_XSUGG , The invalid_request response usually means one of the request inputs does not match what the AI Agent Team REST endpoint expects.A few things to validate: Use the real v2 endpoint, not the placeholder version: POST https://<fusion-host>/api/fusion-ai/orchestrator/agent/v2/<AgentTeamCode>/invokeAsync Make…
-
Hi @Stefano_Mazzocca , There is FDI-specific documentation for SSO, but the setup can look confusing because one of the referenced steps uses the Fusion Applications Security Console/JWT authentication flow, which is shown in an HCM-based tutorial. In simple terms, there are two parts: JWT setup in Fusion Applications:…
-
Hi @Banwas Nayak , Oracle FDI and Oracle Fusion AI Data Platform are mostly the same product family. Oracle FDI, which stands for Fusion Data Intelligence, is being referred to now as Oracle Fusion AI Data Platform. But don’t confuse it with Oracle AI Data Platform. Oracle Fusion AI Data Platform is mainly for Oracle…
-
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:…