AI Agent Fails to Retrieve Data from Fabric Data Agent – "Error in information retrieving"

Yasiru Randika 5 Reputation points
2025-04-25T04:35:29.0066667+00:00

I'm running into an issue while trying to integrate an AI Agent with a Microsoft Fabric Data Agent, and I’d appreciate any help or insights from the community.


Setup Details

  • Tenant: Both Microsoft Fabric and AI Foundry are within the same tenant.

User Account: I’m using the same user account to access both services.

Data Agent: During setup, the Fabric Data Agent was created without any errors, and the connection appeared to be established successfully at that stage (i.e., no issues were raised during the creation process).

Knowledge Source: The AI Agent is configured to use the Fabric Data Agent as a knowledge source.


The Problem

When I query the AI Agent, it doesn’t return any response based on data from the Fabric Data Agent.

Even when I explicitly instruct the agent to use the Fabric Data Agent, it fails and returns an error message like:

"error in information retrieving."


What I’ve Checked

The Data Agent connection setup did not show any issues during creation.

The AI Agent recognizes the Fabric Data Agent as a knowledge source.

I’m using a Lakehouse as the backing data source in Fabric.


My Question

Are there any specific permissions, role assignments, or workspace/data-level configurations required to enable the AI Agent to successfully query and retrieve data from a Fabric Data Agent?

For instance:

Does the AI Agent need explicit access to the workspace or the Lakehouse?

Is there a way to validate or simulate queries from the AI Agent to ensure it can see the data?

Could this be related to metadata exposure, indexing issues, or a schema-related mismatch?


Any guidance or pointers from those who’ve successfully set this up would be greatly appreciated. Thanks!I'm running into an issue while trying to integrate an AI Agent with a Microsoft Fabric Data Agent, and I’d appreciate any help or insights from the community.


Setup Details

Tenant: Both Microsoft Fabric and AI Foundry are within the same tenant.

User Account: I’m using the same user account to access both services.

Data Agent: During setup, the Fabric Data Agent was created without any errors, and the connection appeared to be established successfully at that stage (i.e., no issues were raised during the creation process).

Knowledge Source: The AI Agent is configured to use the Fabric Data Agent as a knowledge source.


The Problem

When I query the AI Agent, it doesn’t return any response based on data from the Fabric Data Agent.

Even when I explicitly instruct the agent to use the Fabric Data Agent, it fails and returns an error message like:

"error in information retrieving."


What I’ve Checked

The Data Agent connection setup did not show any issues during creation.

The AI Agent recognizes the Fabric Data Agent as a knowledge source.

I’m using a Lakehouse as the backing data source in Fabric.


My Question

Are there any specific permissions, role assignments, or workspace/data-level configurations required to enable the AI Agent to successfully query and retrieve data from a Fabric Data Agent?

Any guidance or pointers from those who’ve successfully set this up would be greatly appreciated. Thanks!

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,396 questions
{count} vote

1 answer

Sort by: Most helpful
  1. Sina Salam 19,616 Reputation points
    2025-04-25T22:14:04.4233333+00:00

    Hello Yasiru Randika,

    Welcome to the Microsoft Q&A and thank you for lucid explanatory and posting your questions here.

    I understand that you are having multiple issues regarding your explanations.

    Since you're knowledgeable in what you're doing and to prevent long answer, I will recommend the below checklist to troubleshoot those issues:

    1. About Workspace access, even though you're using the same user account, make sure AI Agent has access to the Fabric workspace and Lakehouse. The AI Agent's service principal or your user has must have read permissions to both the workspace and the Lakehouse. Also, if the agent uses a managed identity or application registration, ensure it has data reader roles.
    2. About Lakehouse access, make sure row/table-level permissions are intact. Have simple, flat schemas initially (avoid complex types during testing.
    3. In your table configuration, make sure tables are loaded, and flat-structured.
    4. About Data Agent config, check right tables are exposed, reindex if needed.
    5. In your Logs, check for query logs or diagnostics from the AI Agent for more detail information about the issue.
    6. Review Microsoft documentation for known issues - https://learn.microsoft.com/en-us/fabric/known-issues/known-issue-1047-ai-skill-creation-fails-tenant-settings-restricted-security-groups?source=recommendations

    I hope this is helpful! Do not hesitate to let me know if you have any other questions or clarifications.


    Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.