Deploying the tabular cube failed with a timerunot error

Bharath Kumar 5 Reputation points
2024-05-10T13:51:47.6366667+00:00

Hello everyone, I'm encountering an issue while deploying the cube. It's failing, as shown in the image below. Can anyone help me with this?

User's image

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,201 questions
SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,258 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Greg Low 1,670 Reputation points Microsoft Regional Director
    2024-06-09T10:42:09.4333333+00:00

    I've seen this many times. It usually just means that the processing required for the deployment is taking longer than the 5 minutes that command is allowing.

    Change your deployment to use the option for no processing, and once the project and its metadata have been deployed, use another tool like SSMS or DAX Studio to perform a full process on the deployed database.

    (BTW: Generally, we call these tabular models, not tabular cubes. With "cubes" you'll often get people assuming it's a multi-dimensional model)

    0 comments No comments