Quantcast
Channel: SQLServerCentral » Data Warehousing » Analysis Services » Latest topics
Viewing all articles
Browse latest Browse all 1341

Issues removing server administrators from SSAS

$
0
0
Hi,We've migrated our SSAS servers to a new Domain.I now need to remove the old logins (from the previous domain) from SSAS as administrators.I remove them from the security Tab, but they keep coming back.... :-(The problem is, I can't add the new users to the security group while the old users are still there.I get this error when I do try to add the new users while the old users are still there:[b]The following system error occurred: The trust relationship between the primary domain and the trusted domain failed.[/b]I've scripted the action from SSAS to remove the old users & to add myself in:[code="xml"]<Batch xmlns='http://schemas.microsoft.com/analysisservices/2003/engine' Transaction='true'><Alter AllowCreate="true" ObjectExpansion="ObjectProperties" xmlns="http://schemas.microsoft.com/analysisservices/2003/engine"> <Object /> <ObjectDefinition> <Server xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddl2="http://schemas.microsoft.com/analysisservices/2003/engine/2" xmlns:ddl2_2="http://schemas.microsoft.com/analysisservices/2003/engine/2/2" xmlns:ddl100_100="http://schemas.microsoft.com/analysisservices/2008/engine/100/100" xmlns:ddl200="http://schemas.microsoft.com/analysisservices/2010/engine/200" xmlns:ddl200_200="http://schemas.microsoft.com/analysisservices/2010/engine/200/200"> <ID>ServerName</ID> <Name>ServerName</Name> </Server> </ObjectDefinition></Alter><Alter AllowCreate="true" ObjectExpansion="ObjectProperties" xmlns="http://schemas.microsoft.com/analysisservices/2003/engine"> <Object> <RoleID>Administrators</RoleID> </Object> <ObjectDefinition> <Role xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddl2="http://schemas.microsoft.com/analysisservices/2003/engine/2" xmlns:ddl2_2="http://schemas.microsoft.com/analysisservices/2003/engine/2/2" xmlns:ddl100_100="http://schemas.microsoft.com/analysisservices/2008/engine/100/100" xmlns:ddl200="http://schemas.microsoft.com/analysisservices/2010/engine/200" xmlns:ddl200_200="http://schemas.microsoft.com/analysisservices/2010/engine/200/200"> <ID>Administrators</ID> <Name>Administrators</Name> <Members> <Member> <Name>wandragk</Name> </Member> </Members> </Role> </ObjectDefinition></Alter></Batch>[/code]The output that I get:[code="other"]Executing the query ...<LockList> <Lock> <Type>Commit Read</Type> <LockStatus>Acquired</LockStatus> <Object> <ServerID>MSSQLServerOLAPService</ServerID> </Object> <ObjectID>F7602A9B-6B3D-4F52-B587-A19B6C01B1F6</ObjectID> </Lock> <Lock> <Type>Commit Read</Type> <LockStatus>Acquired</LockStatus> <Object> <ServerID>MSSQLServerOLAPService\Proxy</ServerID> </Object> <ObjectID>6C266DEC-0B3B-4C6C-8FD9-3C03CB7EDF35</ObjectID> </Lock> </LockList><LockList> <Lock> <Type>Commit Read</Type> <LockStatus>Released</LockStatus> <Object> <ServerID>MSSQLServerOLAPService</ServerID> </Object> <ObjectID>F7602A9B-6B3D-4F52-B587-A19B6C01B1F6</ObjectID> <Duration>0</Duration> </Lock> </LockList><LockList> <Lock> <Type>Commit Read</Type> <LockStatus>Released</LockStatus> <Object> <ServerID>MSSQLServerOLAPService\Proxy</ServerID> </Object> <ObjectID>6C266DEC-0B3B-4C6C-8FD9-3C03CB7EDF35</ObjectID> <Duration>0</Duration> </Lock> </LockList><LockList> <Lock> <Type>Write</Type> <LockStatus>Acquired</LockStatus> <Object/> <ObjectID>672AFF53-0ED5-4848-ABC8-610C0E3A396C</ObjectID> </Lock> </LockList><LockList> <Lock> <Type>Commit Read</Type> <LockStatus>Acquired</LockStatus> <Object> <ServerID>MSSQLServerOLAPService</ServerID> </Object> <ObjectID>F7602A9B-6B3D-4F52-B587-A19B6C01B1F6</ObjectID> </Lock> <Lock> <Type>Commit Read</Type> <LockStatus>Acquired</LockStatus> <Object> <ServerID>MSSQLServerOLAPService\Proxy</ServerID> </Object> <ObjectID>6C266DEC-0B3B-4C6C-8FD9-3C03CB7EDF35</ObjectID> </Lock> </LockList><LockList> <Lock> <Type>Commit Read</Type> <LockStatus>Released</LockStatus> <Object> <ServerID>MSSQLServerOLAPService</ServerID> </Object> <ObjectID>F7602A9B-6B3D-4F52-B587-A19B6C01B1F6</ObjectID> <Duration>0</Duration> </Lock> </LockList><LockList> <Lock> <Type>Commit Read</Type> <LockStatus>Released</LockStatus> <Object> <ServerID>MSSQLServerOLAPService\Proxy</ServerID> </Object> <ObjectID>6C266DEC-0B3B-4C6C-8FD9-3C03CB7EDF35</ObjectID> <Duration>0</Duration> </Lock> </LockList><LockList> <Lock> <Type>Commit Read</Type> <LockStatus>Acquired</LockStatus> <Object> <ServerID>MSSQLServerOLAPService</ServerID> </Object> <ObjectID>F7602A9B-6B3D-4F52-B587-A19B6C01B1F6</ObjectID> </Lock> <Lock> <Type>Commit Read</Type> <LockStatus>Acquired</LockStatus> <Object> <ServerID>MSSQLServerOLAPService\Proxy</ServerID> </Object> <ObjectID>6C266DEC-0B3B-4C6C-8FD9-3C03CB7EDF35</ObjectID> </Lock> </LockList><LockList> <Lock> <Type>Commit Read</Type> <LockStatus>Released</LockStatus> <Object> <ServerID>MSSQLServerOLAPService</ServerID> </Object> <ObjectID>F7602A9B-6B3D-4F52-B587-A19B6C01B1F6</ObjectID> <Duration>0</Duration> </Lock> </LockList><LockList> <Lock> <Type>Commit Read</Type> <LockStatus>Released</LockStatus> <Object> <ServerID>MSSQLServerOLAPService\Proxy</ServerID> </Object> <ObjectID>6C266DEC-0B3B-4C6C-8FD9-3C03CB7EDF35</ObjectID> <Duration>0</Duration> </Lock> </LockList><LockList> <Lock> <Type>Commit Write</Type> <LockStatus>Acquired</LockStatus> <Object> <ServerID>MSSQLServerOLAPService</ServerID> </Object> <ObjectID>F7602A9B-6B3D-4F52-B587-A19B6C01B1F6</ObjectID> </Lock> <Lock> <Type>Commit Write</Type> <LockStatus>Acquired</LockStatus> <Object> <ServerID>MSSQLServerOLAPService\Proxy</ServerID> </Object> <ObjectID>6C266DEC-0B3B-4C6C-8FD9-3C03CB7EDF35</ObjectID> </Lock> </LockList> AdministratorsExecution complete[/code]And in the Results pane:[code="xml"]<return xmlns="urn:schemas-microsoft-com:xml-analysis"> <results xmlns="http://schemas.microsoft.com/analysisservices/2003/xmla-multipleresults"> <root xmlns="urn:schemas-microsoft-com:xml-analysis:empty" /> <root xmlns="urn:schemas-microsoft-com:xml-analysis:empty" /> </results></return>[/code]Like I've mentioned before - once I look at the security within SSAS, the old accounts are back & new account is not added. :-(Any help with this will be great!thanks

Viewing all articles
Browse latest Browse all 1341

Trending Articles