At the MS Excel team blog they have a great blog post where a member of the SQL Server Analysis Services team, Ashvini Sharma, will tell us about the PowerPivot.
The post gives a comprehensive look at the entire PowerPivot product, from front to back and names all components.
Read the entire article here: http://blogs.msdn.com/excel/archive/2009/10/22/introducing-powerpivot.aspx
The big question i have is, will the VertiPaq engine have an API where developers can build there own frontend on PowerPivot… with loading, connection and analysing sources in memory.
Some colleagues of mine upgraded their host system to Windows 7. Since that moment they couldn’t connect to our test SSAS server to test the new developed analysis cubes from Excel.
The following error occured:
The following system error occurred: The security database on the server does not have a computer account for this workstation trust relationship. .
My collegue Bas Kroes found the answer while searching the internet on the MS forums:
Did you by chance install Windows 7 on your workstation (the one you re-imaged)? I understand that this issue arises in Windows 7 due to a component called “Windows Live Sign In Assistant”. From my understanding, you basically have 3 options:
1. Configure Kerberos on your SSAS server http://support.microsoft.com/kb/917409
2. Uninstall Windows Live Sign In Assistant on each workstation
3. Use SSPI=NTLM in your connection string to force NTLM as the Security Support Provider Interface
#1 is probably the preferred method, as it addresses the problem server-side, whereas #2 and #3 are both client-side workarounds.
found at http://social.msdn.microsoft.com/Forums/en-US/sqlanalysisservices/thread/b058635f-6d3e-4240-a555-1dbd945ae25a