Good afternoon,
We have 2 AOSes (Development and Pilot) with more or less identical configurations on different machines connecting to same SQL Server.
When I create SSAS project (cube) on Development AOS - everything works fine, but when I do the same on Pilot AOS - Analysis Services project is being created, but the actual SQL database is not, what returns following error:
No database named SalesAnalysis was found on server AXSQL3. Errors occurred while processing the Analysis Services database: SalesAnalysis
Both AOSes are using same AD users, etc.
If the database with the same name already exists, it gets deleted, but new one is not created, so I guess the user should have enough access rights on SQL Server.
Thank you!