Skip to main content

Troubleshoot permission issues Private preview

This guide helps you resolve common permission-related errors that may occur while setting up the DataStax connector.

User doesn't have permission to access any keyspaces

Error message

User does not have permission to access any keyspaces in the DataStax cluster. Please ensure the user has the necessary permissions to access the keyspaces.

Possible causes

  • The user doesn't have the necessary permissions to access keyspaces.
  • The keyspaces don't exist or aren't available.

Resolution

User doesn't have permission to fetch the cluster name

Error message

User does not have permission to fetch the cluster name from the DataStax cluster. Please ensure the user has the necessary permissions to access the keyspaces.

Possible causes

  • The user lacks permissions to read system-level metadata.
  • The user is missing DESCRIBE permission on system tables or the cluster.

Resolution

  • Verify that the user has access to system tables in the cluster.
  • Confirm that the user has DESCRIBE permission on the cluster.
  • Contact your Cassandra administrator to grant necessary system-level permissions if required.