cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Administration & Architecture
Explore discussions on Databricks administration, deployment strategies, and architectural best practices. Connect with administrators and architects to optimize your Databricks environment for performance, scalability, and security.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

unable to publish power bi dashboard with Databricks as source

test-fall
New Contributor

Able to connect using personal access token and view the data in Hive; but when I publish to dashboard to share-point it results in :- PERMISSION_DENIED: You do not have permissions to autostart 1127-******-*********

1 REPLY 1

Kaniz_Fatma
Community Manager
Community Manager

Hi @test-fall,

The PERMISSION_DENIED error typically occurs when your user account lacks the necessary permissions to perform a specific action. In your case, it seems related to publishing a dashboard to SharePoint.

Letโ€™s troubleshoot this issue:

  1. Check Permissions:

    • First, verify that your user account has the appropriate permissions to publish dashboards to SharePoint. Ensure you have the necessary rights to create and manage content in SharePoint.
    • Confirm that you are using the correct credentials and that your access token is valid.
  2. SharePoint Configuration:

    • Make sure the SharePoint site or library where you intend to publish the dashboard allows for external content.
    • Check if there are any specific SharePoint settings or restrictions that might prevent publishing.
  3. Autostart Permissions:

    • The error message mentions autostart permissions. This could be related to starting services or processes automatically.
    • Ensure that you have the necessary permissions to initiate processes or services (such as autostarting a job or task).
  4. File Permissions:

    • If youโ€™re dealing with specific files or directories, verify their permissions. Use the ls -l command to view permissions and ownership.
    • For example:
      $ ls -l example.sh
      -rw-rw-r-- 1 linuxconfig linuxconfig 32 Jan 28 17:15 example.sh
      
      In the output above, the owner and group have read and write permissions, but not execute permissions. To add execute permissions, use:
      $ chmod +x example.sh
      
  5. Root or Sudo Access:

    • If necessary, elevate your permissions by using the root account or sudo.
    • For example, to change permissions on a directory:
      $ sudo chmod +w /path/to/dir
      

Remember that the root user account always has full permissions on any file, regardless of what has ...1. Make sure to adjust permissions accordingly and try publishing the dashboard again. If the issue persists, consider reaching out to your system administrator or SharePoint support for further assistance. ๐Ÿš€

 

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโ€™t want to miss the chance to attend and share knowledge.

If there isnโ€™t a group near you, start one and help create a community that brings people together.

Request a New Group