Questions tagged [ssas-2016]
The ssas-2016 tag has no summary.
18 questions
0 votes
0 answers
50 views
MS SSAS named instance doesn't work after NTLM deny
Named instance MS SSAS don't accept connections after NTLM incoming/outgoing traffic deny. There is SPN for this server like: FQDN SPN: Setspn -s MSOLAPSvc.3/AW-SRV01.AdventureWorks.com:AW-FINANCE ...
1 vote
2 answers
2k views
How can I script administrator permissions on a SSAS server?
I am an administrator for a bunch of SSAS Instances. Sometimes I need to install or migrate SSAS instances to different machines or even different AD domains (we have a couple of different AD domains ...
2 votes
2 answers
3k views
StorageEngineUsed set to TabularMetadata. For databases in this mode, you must use Tabular APIs to administer the database
I am an administrator in SSAS. I have many data warehouse servers. In some servers I have SQL Server and SSAS on the same machine. I successfully backup the SSAS databases and even check if the ...
0 votes
0 answers
155 views
Running Sql Analysis server on different server
i have server running a database on it, and i have another server which i want to run Analysis server on it, so people can connect the analysis server as they wish to create their own reports for some ...
2 votes
1 answer
1k views
SSAS Tabular Model or SQL Relational Database for new Datawarehouse? Is SSAS still a good to learn technology?
I am in the process of creating a data warehouse using SQL Server for my company. I have created a POC with a simple SQL Relational database with a few(about 10) stored Procs for the ETL process. Now ...
0 votes
2 answers
2k views
SSAS Tabular model table load from query with #temp table fails
We have several situations where complex queries are being used for creating/populating tables in our SSAS tabular model. The actual use cases cannot be presented here, due to both proprietary ...
1 vote
1 answer
1k views
how to add an extended events tracking session to SSAS?
I would prefer to have a script to achieve this, but as I am not so familiar with SSAS I am using the wizard to create an extended events session in SSAS. The way I am doing it is right clicking on ...
-1 votes
2 answers
461 views
information about licensing and patching SSAS [closed]
I have one server for data warehousing, and it has 2 instances of SSAS (SQL SERVER Analysis Services). The data warehouses are not that big, less that 200GB, and I backup the whole thing on a daily ...
0 votes
1 answer
1k views
Link DAX OpenQuery Output to SQL Server Temp Table
I want to record measures from a Tabular model, as KPIs, and store the values in a table in SQL Server. I have created a linked server from my SQL Server instance to my SSAS instance. I have written ...
6 votes
2 answers
9k views
administrator permissions on a SSAS database
I had a third party company coming over and building ssas databases to produce reports. They did, but now the DBA wants to have a look but I haven't got permissions, to even see those databases, as ...
1 vote
2 answers
100 views
Is it ok to install a SSAS 2016 instance next to a SQL Server 2014 instance?
Should I expect any problems installing a SQL Server Analysis Services 2016 tabular instance next to a SQL Server 2014 database engine? (e.g. due to an update of some shared components) I'm mostly ...
0 votes
1 answer
2k views
How to dynamically add/remove role members from SSAS 2016 Tabular model
I am developing a number of tabular models, which currently have a limited number of users assigned to roles within each. At the moment, with the exception of 1 or 2 cases, the majority of the users ...
2 votes
1 answer
266 views
How does MOLAP SSAS default processing detect changes in the relational source?
When you set SQL Server SSAS to MOLAP, and default processing, it detect changes in the relational source and only loads those changes into the SSAS MOLAP storage at processing time. But how does it ...
3 votes
5 answers
12k views
The column 'Date Offset' in table 'Date' has invalid bindings specified
I'm trying to deploy a tabular model to a server using the "Analysis Services Deployment Wizard". When attempting to deploy,I get the below error. The JSON DDL request failed with the following ...
1 vote
0 answers
606 views
How make an SSAS Tabular model case sensitive?
I need to make my tabular model case sensitive. Currently my tabular model is case insensitive, how do I change my existing cube to be case sensitive?