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.

  • 0
    Certified Senior Developer
    in reply to Luis Beteta

    I have tested and executed procedure in database that is working fine.

    I got an issue with the node permission.

    It was:  Run as whoever designed this process model

    I changed this to "Run as whoever started the process"

    It would be appreciated if you can answer this - if this is a right way of changing this permission. Because the process was designed by someone else and his account is deactivated. Although this process was working fine after deactivating the account. But suddenly it misbehaves so I changed this node permission "Run as whoever started the process".

    FYI: this issue comes in DEV only. TEST and PROD is working fine.

    Please advice if it's good to change the permission from "Run as whoever designed this process model" to "Run as whoever started the process"?
    Thanks
Reply
  • 0
    Certified Senior Developer
    in reply to Luis Beteta

    I have tested and executed procedure in database that is working fine.

    I got an issue with the node permission.

    It was:  Run as whoever designed this process model

    I changed this to "Run as whoever started the process"

    It would be appreciated if you can answer this - if this is a right way of changing this permission. Because the process was designed by someone else and his account is deactivated. Although this process was working fine after deactivating the account. But suddenly it misbehaves so I changed this node permission "Run as whoever started the process".

    FYI: this issue comes in DEV only. TEST and PROD is working fine.

    Please advice if it's good to change the permission from "Run as whoever designed this process model" to "Run as whoever started the process"?
    Thanks
Children