The connected system data source does not exist or you have insufficient permissions to perform the requested operation.

Certified Senior Developer

Hello everyone,

I am getting this error. 

The connected system data source does not exist or you have insufficient permissions to perform the requested operation.

I have already followed below steps:

1. Tested connection system - working fine.

2. Executed stored procedure - Working fine

Please suggest.

Thanks

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer

     when exactly are you seeing this error?

    I would suggest verifying the permissions of the user credentials used in the data source connected system. It's possible that the credentials you are using might not have the necessary permissions to execute queries against the specific table or view you're trying to access.

    A good way to check this is by trying to run a query directly against that table or view in the database using the same credentials. This can help confirm whether the issue is with permissions at the database level.

    Give it a try and let us know.

Reply
  • 0
    Certified Senior Developer

     when exactly are you seeing this error?

    I would suggest verifying the permissions of the user credentials used in the data source connected system. It's possible that the credentials you are using might not have the necessary permissions to execute queries against the specific table or view you're trying to access.

    A good way to check this is by trying to run a query directly against that table or view in the database using the same credentials. This can help confirm whether the issue is with permissions at the database level.

    Give it a try and let us know.

Children