خطاهای متداول حین کار با SSAS Tabular

* یکی از دلایل خطای زیر عدم دسترسی کاربر مورد نظر به OLAP است. باید کاربر در فهرست role های SSAS گنجانده شود. این مشکل در بیشتر موارد با Deploy مجدد پروژه SSAS و حذف مقادیر موجود در  OLAP به وجود می آید:

We couldn't connect to the Analysis Services server. Make sure you've entered the connection string correctly.


* درصورتیکه ابتدای Deploy برروی MS SQL Server 2022 با خطای زیر روبرو شدید، به تریبی که در ادامه به آن اشاره شده خطا برطرف خواهد شد.


"New Tabular database '%{DatabaseName/}' is not using latest encryption schema. Please run RemoveDiscontinuedFeatured command with EnsureProperEncryption option (or restore DB from backup file with the same option) to upgrade to the latest encryption."


<RemoveDiscontinuedFeatures xmlns='http://schemas.microsoft.com/analysisservices/2003/engine' xmlns:ddl922='http://schemas.microsoft.com/analysisservices/2022/engine/922'>

<DatabaseID>DatabaseName</DatabaseID>
<ddl922:EnsureProperEncryption>true</ddl922:EnsureProperEncryption>
</RemoveDiscontinuedFeatures>

https://learn.microsoft.com/en-us/analysis-services/instances/encryption-upgrade?view=asallproducts-allversions