Deploy issue of SSAS

Muhammad Shami 61 Reputation points
2020-10-02T03:57:38.293+00:00

Severity Code
Description Project
File Line
Suppression State Warning Database [xxxxDB] : The database has no Time dimension. Consider creating one.
0

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,282 questions
0 comments No comments
{count} votes

Accepted answer
  1. Lukas Yu -MSFT 5,821 Reputation points
    2020-10-02T04:08:34.533+00:00

    Hi,

    Was this an issue in Visual Studio ? Are you deploying a cube or a tabular model?

    As the error suggests, it tells us that you haven't created Time dimension in the project. Maybe some cubes or other objects are referencing it. You could check this first.

    Regards,
    Lukas


    If the answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Olaf Helper 44,501 Reputation points
    2020-10-02T05:56:10.63+00:00

    Suppression State Warning

    That's only a warning (not an error), because it's not common to a have cube without a time dimension.
    You can ignore it.

    2 people found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.