Hello,
Thank you for your answers.
I'm very sorry for the late reply. It seems that I don't get notification even when folowing a topic. Anyways, here is what I tried :
- Check if SSAS is running in VertiPaq mode - Open Task Manager and look for the msmdsrv.exe process. If it’s not running, the workspace server might not be starting properly.
It seems that the server runs, however, it seems that doesn't open any ports to connect to it.
When I do :
netstat -a -n -p tcp -o | FINDSTR <PID OF PROCESS>
It doesn't find anything.
- Restart the Integrated Workspace Server - In Visual Studio, go to Tools > Options > Analysis Services Tabular Projects and check if you can restart the workspace database from there.
It doesn't seem like I can restart it from here
- Manually Start the Local SSAS Instance - Open SQL Server Management Studio (SSMS) and try connecting to localhost:51334 (the default SSAS Tabular workspace port). If it doesn’t connect, the workspace may not be starting correctly.
Sadly it doesn't seem to use the default port... Or any port for that matter
- Clear and Rebuild the Workspace - Instead of deleting files every time, try clearing the workspace database from Visual Studio > Tabular Model Explorer and then rebuild the model.
I tried to do that, but sadly it didn't work
- Check for Conflicts in the Model.bim File - Since this issue happens when making changes, there could be a conflict in the metadata files. You can try creating a new Tabular project and importing the existing model.
I tried to do that :
- I downloaded the Model.bim and the smproject file from my Azure Analysis instance,
- I recreated the project from these fileand set it as "localhost"
- I change the format of a measure
- I restart Visual Studio
- I get exactly the same error
However, these tried did teach us something :
The server does start running, but no port is ever assigned to it, so Visual Studio can't access it.
Do you know any tool that can help troubleshooting this ?
Hello,
Thank you for your answers.
I'm very sorry for the late reply.
It seems that I don't get notification even when folowing a topic.
Anyways, here is what I tried :
- Check if SSAS is running in VertiPaq mode - Open Task Manager and look for the msmdsrv.exe process. If it’s not running, the workspace server might not be starting properly.
It seems that the server runs, however, it seems that doesn't open any ports to connect to it.
When I do :
netstat -a -n -p tcp -o | FINDSTR <PID OF PROCESS>
It doesn't find anything.
- Restart the Integrated Workspace Server - In Visual Studio, go to Tools > Options > Analysis Services Tabular Projects and check if you can restart the workspace database from there.
It doesn't seem like I can restart it from here
- Manually Start the Local SSAS Instance - Open SQL Server Management Studio (SSMS) and try connecting to localhost:51334 (the default SSAS Tabular workspace port). If it doesn’t connect, the workspace may not be starting correctly.
Sadly it doesn't seem to use the default port... Or any port for that matter
- Clear and Rebuild the Workspace - Instead of deleting files every time, try clearing the workspace database from Visual Studio > Tabular Model Explorer and then rebuild the model.
I tried to do that, but sadly it didn't work
- Check for Conflicts in the Model.bim File - Since this issue happens when making changes, there could be a conflict in the metadata files. You can try creating a new Tabular project and importing the existing model.
I tried to do that :
- I downloaded the Model.bim and the smproject file from my Azure Analysis instance,
- I recreated the project from these fileand set it as "localhost"
- I change the format of a measure
- I restart Visual Studio
- I get exactly the same error
However, these tried did teach us something :
The server does start running, but no port is ever assigned to it, so Visual Studio can't access it.
Do you know any tool that can help troubleshooting this ?