Usuário com melhor resposta
Erro ao acessar o Configure Service Accounts

Pergunta
-
Pessoal,
Preciso de uma ajuda... à um tempo atras, migramos o nosso dominio da empresa. Porem, agora estou tentando fazer algumas coisas no Sharepoint e não estou conseguindo.
Pelo que li ficou algo amarrado ao dominio antigo e o usuário de serviço...
Agora, quando tento entrar no Central Administratio/Securit/Configure service accounts para verificar o usuário me gera o erro abaixo;
Server Error in '/' Application.
--------------------------------------------------------------------------------
Item has already been added. Key in dictionary: 'dominio\user' Key being added: 'dominio\user'
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentException: Item has already been added. Key in dictionary: 'dominio\use' Key being added: 'dominio\use'
Source Error:
The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:
1. Add a "Debug=true" directive at the top of the file that generated the error. Example:
<%@ Page Language="C#" Debug="true" %>
or:
2) Add the following section to the configuration file of your application:
<configuration>
<system.web>
<compilation debug="true"/>
</system.web>
</configuration>
Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.
Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.
Stack Trace:
[ArgumentException: Item has already been added. Key in dictionary: 'mabrazil\sharepoint.services' Key being added: 'mabrazil\sharepoint.services']
System.Collections.SortedList.Add(Object key, Object value) +10255111
Microsoft.SharePoint.WebControls.ManagedAccountPicker.OnInit(EventArgs e) +294
System.Web.UI.Control.InitRecursive(Control namingContainer) +143
System.Web.UI.Control.AddedControl(Control control, Int32 index) +271
ASP._admin_farmcredentialmanagement_aspx.__BuildControl__control22(Control __ctrl) +116
Microsoft.SharePoint.WebControls.InputFormControl.OnInit(EventArgs e) +182
System.Web.UI.Control.InitRecursive(Control namingContainer) +143
System.Web.UI.Control.AddedControl(Control control, Int32 index) +271
ASP._admin_farmcredentialmanagement_aspx.__BuildControl__control16(Control __ctrl) +275
Microsoft.SharePoint.WebControls.InputFormSection.OnInit(EventArgs e) +248
System.Web.UI.Control.InitRecursive(Control namingContainer) +143
System.Web.UI.Control.InitRecursive(Control namingContainer) +391
System.Web.UI.Control.InitRecursive(Control namingContainer) +391
System.Web.UI.Control.InitRecursive(Control namingContainer) +391
System.Web.UI.Control.InitRecursive(Control namingContainer) +391
System.Web.UI.Control.InitRecursive(Control namingContainer) +391
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1477
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.4241; ASP.NET Version:2.0.50727.4244Sou leigo em sharepoint.
Alguem poderia me ajudar?
Respostas
-
Bom dia Fabio,
tudo bem? Você precisa fazer seguinte:1. Identificar o usuário do domínio antigo por meio do comando get-spmanagedaccount. Este comando retorna uma lista dos usuários de serviço registrados. http://technet.microsoft.com/pt-br/library/ff607835.aspx
2. Em seguida deleta o usuário do domínio antigo com remove-spmanagedaccount (por exemplo: remove-spmanagedaccount -Identity OLDDOMAIN\ServiceAcct) http://technet.microsoft.com/pt-br/library/ff607697.aspx
Abraços
David
- Sugerido como Resposta Alysson QueirozModerator segunda-feira, 7 de outubro de 2013 19:23
- Marcado como Resposta Alysson QueirozModerator segunda-feira, 7 de outubro de 2013 19:23