Why am I getting error unable to sync AZURE SSAS Model Upgrade to Standard Pricing tier?
Hi there, When trying to refresh our AZURE Analysis Services models - we have been getting the error "Unable to sync model X for server X upgrade to standard pricing tier" We are currently on the basic pricing tier B1 , and we only have 2…
Unable to Send Emails from SQL Server
There is an issue with sending emails from SQL Server, accompanied by the following error message: The mail could not be sent to the recipients because of the mail server failure. (Sending Mail using Account 2 (2024-12-03T11:05:46). Exception Message:…
Excel pivot connected to SSAS tabular model locking up when filtered on record that no longer exists and also has another large filter
Hello, I found a potential "bug" or performance issue for a specific setup when referencing an analysis services cube via an Excel pivot table. The specific scenario is like the below: You have a pivot table referencing an analysis services…
Is there a roadmap for Analysis Services Linked Servers in Azure SQL Managed Instance?
My clients rely heavily on being able to query an Analysis Services Linked Server in SQL Server Enterprise. I'm aware this is not currently possible in SQL MI, which means I can't consider migrating any clients there. I'm not looking for alternative…
How can I update the data source (Azure Storage) for Azure Analysis Services without using the SQLServer module or the Invoke-ASCmd method, preferably using Python?
I am looking for a way to achieve this using Python. Please suggest any tools, libraries, or approaches that can facilitate this, such as using REST APIs or handling XMLA directly. A step-by-step explanation or references would be greatly appreciated.
Visual Studio 2017 Analysis services - parallel processing
We use Visual studio Professional 2017 to develop an Analysis Services Processing task to process Tabular Cube. We are trying to change the processing to Parallel, when we save the change and open processing options again the changes applied are back to…
Join two unrelated tables and return only the first row instance for data repeated in a column
I am attempting to join two unrelated tables and return only one row instance for repeating data in a column. TABLE A TABLE B DESIRED RESULT EVALUATE VAR A = DISTINCT ( CALCULATETABLE ( SELECTCOLUMNS ( …
While connecting PowerBi Dataset from SSIS through SSAS processing Task
While connecting PowerBi Dataset from SSIS through SSAS processing Task , I could not make test connection successful. However, I could the tables of PBI dataset and while processing it is throwing the error like below "[Analysis Services…
how to change tabular mode to multidimensional model?
Hi there, I am trying to deploy multidimensional project to sql server and get an error. I was installed a tabular database. How to change tabular to multidimensional? Or I need to reinstall SSAS?
SSAS Idle Causing High Resource Usage on Azure VM
We’re experiencing significant performance issues on an Azure VM configured with E8s_v5 specs (8 vCPUs, 64GB RAM). When SQL Server Analysis Services (SSAS) is running but idle (no data processing), the VM slows to a near halt, even with minimal SQL…
Why the same issue is been addressing in both KB
KB5042749: This KB article addresses the CVE-2024-37341 vulnerability by fixing a specific issue in the affected software. The exact nature of the fix can include code changes to eliminate the vulnerability, such as patching a security hole or updating…
Microsoft.AnalysisServices 19.86.2.1 is not adapted to work on Linux.
Hi, When I try to connect to Server from Microsoft.AnalysisServices.Tabular on my local machine which is on Windows, it works correctly. While in Kubernetes cluster I get the error The type initializer for…
i get an error when connecting sql server using SSMS .
Cannot connect to PANKAJ\SQLEXPRESS. =================================== A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - The certificate chain was issued…
SSAS: Unable to view database| http://localhost/mis/tmis/msmdpump.dll
Hello, We have MSSQL2016 Enterprises Edition. When we connect to Analysis Server Instance "hostname\instancename" we can see databases. When we enter [http://localhost/mis/tmis/msmdpump.dll] we connect to Analysis Server Instance but cannot be…
Unable to install sql server 2022 express on my Personal laptop. Could you please help with it? Iam struggling here. Any amount of help is appreciated
The following is the message i see in my log file Overall summary: Final result: Failed: see details below Exit code (Decimal): -2147467259 Start time: 2024-10-31 14:13:52 End time: …
Visual Studio 2022 Analysis Services Extension on Windows 11 ARM64 (Lenovo Snapdragon)
I recently purchased a Lenovo CoPilot+PC ARM64 Snapdragon Windows 11 computer. I keep getting an error when I try to install the Analysis Services Extension for Visual Studio 2022 (Microsoft.DataTools.AnalysisServices.vsix). Is there a workaround to be…
PDF Extract dispalying complete information.
Hi Everyone, Can anyone guide me in extracting the power bi report / table visual data into pdf format . Am trying to extract using power automate, but the information are hidden. Is there any workaround to extract to pdf with full information.
How to use the format string function in the column properties to do custom formatting
Hello, I have a date_key column with data type whole number and formatted as Text as shown below. I want to apply this same logic to the date_key column in another table for my measure to work. I don't remember how to use the custom formatting and…
SSAS connections are not happening through msmdpump.dll while doing the load tests. What to do?
Hi All, We are performing a 1 hour load test of 300 users and 370 users on SSAS and we are seeing that application is working fine under 300 user load. However, when we are conducting 370 users test, in the first 20 minutes CPU was getting occupied 100%…
Runing SSAS Tabular Processing Script (TMSL) from SSAS Database Engine
Hello Experts, In continuation of my previous question https://zcusa.951200.xyz/en-us/answers/questions/2076521/processing-monthly-partition-from-sql-job-using-st?source=docs We have SSAS Tabular model database and SSAS Database engine. When trying to…