> For the complete documentation index, see [llms.txt](https://docs.vitaracharts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vitaracharts.com/faq/workstation-import-visualization-error.md).

# Workstation import visualization error

When we try to import custom visualizations in MicroStrategy Workstation, we sometimes get an error message -**Custom visualization import failed. Please select the correct file”**. ![workstationError](https://vitaracharts.github.io/assets/img/faqs/workstationError_1.png)

![workstationError](https://vitaracharts.github.io/assets/img/faqs/workstationError_2.png)

This issue occurs when the user who is currently signed in to the computer does not have administrative access to the installation folder for the MicroStrategy Workstation. On a Windows computer, you can typically find this folder at the path mentioned below.

*C:\Program Files\MicroStrategy*

Step:1 In order to fix this problem, kindly follow the procedures below. Right-click on the workstation folder and select ‘Properties’.

![workstationError](https://vitaracharts.github.io/assets/img/faqs/workstationError_4.png)

Step:2 Open the “Security” tab in the Properties window.

![workstationError](https://vitaracharts.github.io/assets/img/faqs/workstationError_5.png)

Step:3 In the “Group or user names” pane select the user name with which you currently logged into the machine. ![workstationError](https://vitaracharts.github.io/assets/img/faqs/workstationError_6.png)

Step:4 The permissions that the user presently holds on the folder “Workstation” are displayed in the “Permissions for Users” pane.

![workstationError](https://vitaracharts.github.io/assets/img/faqs/workstationError_7.png)

Step:5 An error relating to custom visualizations on the workstation is displayed when a user doesn’t have the “Modify” and “Write” permissions on the “Workstation” folder. We must provide the user with certain access in order to remedy this problem. Click on the “Edit button.

![workstationError](https://vitaracharts.github.io/assets/img/faqs/workstationError_8.png)

Step:6 In the “Permissions” window select the proper user name in the “Group or user names” pane and enable the check box “Allow” for the “Full Control” property.

![workstationError](https://vitaracharts.github.io/assets/img/faqs/workstationError_9.png)

Step:7 Click “Apply” and then click on “OK”.

![workstationError](https://vitaracharts.github.io/assets/img/faqs/workstationError_10.png)

Step:8 Re-check; Right-click the “Workstation” folder, choose “Properties” from the menu, and then pick the “Security” tab to double-check that the proper user has been granted the proper permissions. Choose the user that is presently logged onto your computer. You can now see that the user has Full Control, Modify, and Write permissions enabled.

![workstationError](https://vitaracharts.github.io/assets/img/faqs/workstationError_11.png)

Now try importing the custom VitaraCharts visualizations into the MicroStrategy Workstation application on your computer. The import of the custom visualizations will go well.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.vitaracharts.com/faq/workstation-import-visualization-error.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
