TF201072: A user or group could not be found

We are using TFS2010 (for source control only), and until recently
everyone was using VS2010. Our developers just installed VS2012.
 When you go to "Pending Changes" in Team Explorer, we are seeing
TF201072: A user or group could not be found. Verify that the
users and groups used in your work item type definition have been added
to Team Foundation Server., twice, at the top. We can still check-in code from VS - seems this error is ignored.
However, we are unable to shelve changes - when you attempt to
shelve, the same error comes up in a popup, and the shelveset is not
saved.
We can shelve using the command prompt (tf shelve), and
can still shelve using VS2010, so it doesn't seem to be a permission
issue. Also, the TFS administrator is not seeing the error message, and
can shelve from VS2012 with no error.
Any thoughts as to what could be causing VS to error out here? We've tried clearing out the TFS cache, creating a new workspace, and gone over every option we could find in Visual Studio.

Hi Rudy,
I'd like to know more details about the reproduce steps, and whether you have upgraded your TFS server. If you don't have permission to access the database, then you can ask TFS administrator to grant you corresponding permissions to access the database
you're trying to access.
And you can check whether built-in records were missing in table TFSIntegration..tblsubscription. Refer to the link below for more details:
http://blogs.msdn.com/b/emmamou/archive/2009/03/13/a-case-study-on-tfs-identity-replication.aspx?wa=wsignin1.0&CommentPosted=true#commentmessage
Another option is check if the SID of service account is correct. Replace SID if not, you can refer to this
thread for the steps.
Best regards,
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • The specified user domainname\user1 could not be found;

    hi,
     am writing script for adding the users into site collec admin group.till last week this code was working fine. but from yesday onwards, am getting this error. this user already exists in the farm and AD. etc... 
    thanks to Simon Doy,. i took refer.from his code: 
    http://blog.ithinksharepoint.com/2014/05/30/powershell-script-add-user-as-site-collection-admin-to-all-sites-in-web-application/
    Add-PSSnapIn Microsoft.SharePoint.PowerShell -ErrorAction SilentlyContinue
    $MasterUsernames =  "in\userB#in\userC#in\userA;
    $UsersNamesArray= $MasterUsernames.Split('#')
    $siteCollection = Get-SPSite  "http://srvr1:123/sites/engg/"
    Write-Host "Setting up user $MasterUsernames as site collection admin for $siteCollection.Title  " -ForegroundColor White; 
       foreach($singleUserName in  $UsersNamesArray)
             #$userToBeMadeSiteCollectionAdmin = $siteCollection.RootWeb.EnsureUser($Username); 
             $userToBeMadeSiteCollectionAdmin = $siteCollection.RootWeb.EnsureUser($singleUserName); 
             if($userToBeMadeSiteCollectionAdmin.IsSiteAdmin -ne $true)
                       Write-Host "$singleUserName is not site admin"
                      #pause
                       $userToBeMadeSiteCollectionAdmin.IsSiteAdmin = $true;
                       $userToBeMadeSiteCollectionAdmin.Update();   
                      Write-Host "User is now site collection admin for $siteCollection" -ForegroundColor Green;
           else  
                Write-Host "User is already site collection admin for $siteCollection" -ForegroundColor DarkYellow; 
     Write-Host "Current Site Collection Admins for site: " $siteCollection.Url " " $siteCollection.RootWeb.SiteAdministrators;
    can anyone pls  point me  why am getting this error suddenly.this is working code and am getting this error only for a particular user.
    am getting this error.
    Exception calling "EnsureUser" with "1" argument(s): "The specified user domainname\userA;
     could not be found."
    At C:\powerscripts\AddUsers_SiteCollecAdmin.ps1:20 char:10
    +          $userToBeMadeSiteCollectionAdmin = $siteCollection.RootWeb.EnsureUser($ ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
        + FullyQualifiedErrorId : SPException

    Hi Sadomovalex,
    am using Windows Claims only, not FBA.the issue started only 2 days back. it was working fine till last week.
    note: i was creating site collections with dedicated content db through powershell and adding metadata , contents types, doc libs, association etc etc kind of jobs. After end user found some bugs in my site collec .we thought of dropping the site collec
    and db and recreate it again. this was repepated multiple times. 2 days back i was performing this - recreatng the  same sitecollec and content db - [ after deletion ] it recreated. and end user came to me for adding few members as sitecollec
    admin.s since this is a routine task, i wrote this powershell. 

  • User "DOMAIN\username" could not be found on the machine

    Created a template using the "ZENworks Personality Migration Template Builder" to migrate the settings for the currently logged in user. Then created a "Store Personality" bundle in ZCC.... gettting this error when I then try and run that bundle on the assigned workstation (testing on mine at the moment). Thoughts??

    The log file "C:\Program Files\Novell\ZENworks\logs\PersonalityMigration\Pe rsonalityLog.xml" reads...
    <Log>
    <Group Name="PersonalityMigrationCore started at: 16/06/2009 4:42:20 PM" Level="Debug">
    <Group Name="Stored settings and files into "C:\TEMP\TEST.pnp"" Level="Standard">
    <Item Name="There was an error retrieving user details for the user "DOMAIN\USER". The error was: Logon failure: unknown user name or bad password." Level="Detailed" />
    </Group>
    </Group>
    </Log>

  • The specified user could not be found - ADFS with multiple realms

    I am using a single trusted identity token issuer (ADFS 2.0) with multiple realms for different sites (urn:sharepoint:int-site1 and urn:sharepoint:int-site2).  I added my provider to both sites through central administration and the first site works
    fine and allows my external user to authenticate.  The second site gives me an access denied page (which I expected) and asks that I request access.  When I submit the request for access I get an error message back stating "The
    specified user [email protected] could not be found".  What could I be missing?

    Hi Drew,
    According to your description. My understanding is that you encountered the error "The specified user [email protected] could not be found“ when you try to login the second site. For resolving your
    issue ,please take steps as below:
    1.Go to site settings->Site Permissions->Access Request Settings.
    2.Check  the access request send to whom, whether he approve your access request, before you logon.
    Reference:http://blogs.msdn.com/b/russmax/archive/2011/03/15/want-to-use-manage-access-requests-feature-in-sharepoint-2010.aspx
    Please inform me freely if you have any questions.
    Thanks
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • The user "" could not be found.

    The user "[email protected]" could not be found. Select a user from the address book. thats the error i get in my webaccess. what did i do wrong. running eDirectory 8.8 with groupwise 7 off windows 2003.

    Nevermind i fixed it.

  • PY error message - EE's salary group could not be determined for Plan Life

    We are running through Payroll errors when there is a Separation action being carried :
    u201DEmployeeu2019s salary group could not be determined for plan LIFEu201D.
    On IT0168 the costs  are u20180u2019
    This has to be resolved ASAP. Any inputs/ advise is greatly appreciated.

    During the "Separation" action, does the employee change WT on IT0008?
    If so, it could be that the Life Plan's Calculation Base does not include that WT (and check the IMG under Payroll > Benefits Integration > Define WageTypes for Benefit Plans)

  • PCUI error: Field group could not be read completely

    Hello,
    I am trying to remove some fields from the Sales Data tab in the Sales Orders application CRMD_BUS2000115. I have changed field groups before, noth in CRM 4.0 and CRM 5.0, but in this case, I always get this error.
    By going into debugging mode (tracelevel set to 2222) I determined the main field group to be SLO_SALES, with lots of smaller reference groups below. Whenever I change one of the reference groups and try to generate the layout of SLO_SALES I get the error "Field group could not be read completely". I even reverted all changes by emptying all the entries from the reference groups so that my c-tables are empty, but I still get the error. All field groups below this one yield the error "No field group selected in blueprint table", so I cannot build those either.
    Has anybody else tried to change the contents of that application in that tab?
    Regards
    Thomas

    Hi Thomas,
    Everytime you do changes in the reference group the entries in table 'CRMC_FIELDGRP' changes. So you will have to go to this table check entries for the main feild group 'SLO_SALES' in your case and then change entries for this feildgroup in CRMC_BLUEPRINT_C. The idea ia that the data should be consistent/same in both the places.
    Hope this helps you.
    Regards,
    Hetal.

  • User or group does not exists.

    Hi,
    I am running an unattented installation of SQL on a server. I run it with the following configuration:
    ;SQLSERVER2008 Configuration File
    [SQLSERVER2008]
    ;************************* CORE ARGUMENTS *************************
    ; Specify the Instance ID for the SQL Server features you have specified. SQL Server directory structure, registry structure, and service names will reflect the instance ID of the SQL Server instance. 
    INSTANCEID="MSSQLSERVER"
    ; Specifies a Setup work flow, like INSTALL, UNINSTALL, or UPGRADE. This is a required parameter. 
    ACTION="Install"
    ; Specifies features to install, uninstall, or upgrade. The list of top-level features include SQL, AS, RS, IS, and Tools. The SQL feature will install the database engine, replication, and full-text. The Tools feature will install Management Tools, Books
    online, Business Intelligence Development Studio, and other shared components.
    FEATURES=SQLENGINE,REPLICATION,FULLTEXT,AS,RS,CONN,IS,BC,SDK,SSMS,ADV_SSMS,SNAC_SDK
    ; Setup will not display any user interface. ***
    QUIET="True"
    ; Needed argument for silent installation
    IACCEPTSQLSERVERLICENSETERMS="True"
    ;*************************** OPTIONAL *****************************
    ; Displays the command line parameters usage 
    HELP="False"
    ; Specifies that the detailed Setup log should be piped to the console. ***
    INDICATEPROGRESS="True"
    ; Setup will display progress only without any user interaction.
    QUIETSIMPLE="False"
    ; Specifies that Setup should install into WOW64. This command line argument is not supported on an IA64 or a 32-bit system. 
    X86="False"
    ; Use this parameter to install the English version of SQL Server on a localized operating system when the installation media includes language packs for both English and the language corresponding to the operating system.
    ENU="True"
    ; Specify if errors can be reported to Microsoft to improve future SQL Server releases. Specify 1 or True to enable and 0 or False to disable this feature. 
    ERRORREPORTING="False"
    ; Specify that SQL Server feature usage data can be collected and sent to Microsoft. Specify 1 or True to enable and 0 or False to disable this feature. 
    SQMREPORTING="False"
    ; Specify a default or named instance. MSSQLSERVER is the default instance for non-Express editions and SQLExpress for Express editions. This parameter is required when installing the SQL Server Database Engine (SQL), Analysis Services (AS), or Reporting
    Services (RS). 
    INSTANCENAME="MSSQLSERVER"
    ; Agent account name 
    AGTSVCACCOUNT="NT AUTHORITY\NETWORK SERVICE"
    ; Auto-start service after installation.  ***
    AGTSVCSTARTUPTYPE="Automatic"
    ; Startup type for Integration Services. 
    ISSVCSTARTUPTYPE="Automatic"
    ; Account for Integration Services: Domain\User or system account. 
    ISSVCACCOUNT="NT AUTHORITY\NetworkService"
    ; The name of the account that the Analysis Services service runs under. 
    ASSVCACCOUNT="NT AUTHORITY\NETWORK SERVICE"
    ; Controls the service startup type setting after the service has been created. 
    ASSVCSTARTUPTYPE="Automatic"
    ; The collation to be used by Analysis Services. 
    ASCOLLATION="Latin1_General_CI_AS"
    ; The location for the Analysis Services data files. 
    ASDATADIR="C:\Program Files\Microsoft SQL Server\MSAS10_50.MSSQLSERVER\OLAP\Data"
    ; The location for the Analysis Services log files. 
    ASLOGDIR="C:\Program Files\Microsoft SQL Server\MSAS10_50.MSSQLSERVER\OLAP\Log"
    ; The location for the Analysis Services backup files. 
    ASBACKUPDIR="C:\Program Files\Microsoft SQL Server\MSAS10_50.MSSQLSERVER\OLAP\Backup"
    ; The location for the Analysis Services temporary files. 
    ASTEMPDIR="C:\Program Files\Microsoft SQL Server\MSAS10_50.MSSQLSERVER\OLAP\Temp"
    ; The location for the Analysis Services configuration files. 
    ASCONFIGDIR="C:\Program Files\Microsoft SQL Server\MSAS10_50.MSSQLSERVER\OLAP\Config"
    ; Specifies whether or not the MSOLAP provider is allowed to run in process. 
    ASPROVIDERMSOLAP="1"
    ; Specifies the list of administrator accounts that need to be provisioned. 
    ASSYSADMINACCOUNTS=”CRB\dsstest”
    ; Startup type for the SQL Server service. 
    SQLSVCSTARTUPTYPE="Automatic"
    ; Specifies a Windows collation or an SQL collation to use for the Database Engine. 
    SQLCOLLATION="SQL_Latin1_General_CP1_CI_AS"
    ; Account for SQL Server service: Domain\User or system account. 
    SQLSVCACCOUNT="NT AUTHORITY\NETWORK SERVICE"
    ; Windows account(s) to provision as SQL Server system administrators. 
    SQLSYSADMINACCOUNTS=”CRB\dsstest”
    ; Level to enable FILESTREAM feature at (0, 1, 2 or 3). 
    FILESTREAMLEVEL="0"
    ; Set to "1" to enable RANU for SQL Server Express. 
    ENABLERANU="False"
    ; Specify 0 to disable or 1 to enable the TCP/IP protocol. 
    TCPENABLED="1"
    ; Specify 0 to disable or 1 to enable the Named Pipes protocol. 
    NPENABLED="0"
    ; Startup type for Browser Service. 
    BROWSERSVCSTARTUPTYPE="Automatic"
    ; Specifies which account the report server NT service should execute under.  When omitted or when the value is empty string, the default built-in account for the current operating system.
    ; The username part of RSSVCACCOUNT is a maximum of 20 characters long and
    ; The domain part of RSSVCACCOUNT is a maximum of 254 characters long. 
    RSSVCACCOUNT="NT AUTHORITY\NETWORK SERVICE"
    ; Specifies how the startup mode of the report server NT service.  When 
    ; Manual - Service startup is manual mode (default).
    ; Automatic - Service startup is automatic mode.
    ; Disabled - Service is disabled 
    RSSVCSTARTUPTYPE="Automatic"
    ; Specifies which mode report server is installed in.  
    ; Default value: “FilesOnly”  
    RSINSTALLMODE="DefaultNativeMode"
    ; Full-Text filter launcher service account
    FTSVCACCOUNT="NT AUTHORITY\LOCAL SERVICE"
    I run the installation with the user crb\dsstest, but i get the following error:
    2011-12-28 12:58:47 Slp: Hosting object: Microsoft.SqlServer.Configuration.AnalysisServices.ASConfigurationPublic failed validation
    2011-12-28 12:58:47 Slp: Validation for setting 'ASSYSADMINACCOUNTS' failed. Error message: ”CRB\dsstest” - User or group does not exists.
    2011-12-28 12:58:47 Slp: Error: Action "Microsoft.SqlServer.Configuration.SetupExtension.ValidateFeatureSettingsAction" threw an exception during execution.
    2011-12-28 12:58:47 Slp: Microsoft.SqlServer.Setup.Chainer.Workflow.ActionExecutionException: ”CRB\dsstest” - User or group does not exists. ---> Microsoft.SqlServer.Chainer.Infrastructure.InputSettingValidationException: ”CRB\dsstest”
    - User or group does not exists. ---> System.ApplicationException: ”CRB\dsstest” - User or group does not exists.
    2011-12-28 12:58:47 Slp:    --- End of inner exception stack trace ---
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.InputSettingService.LogAllValidationErrorsAndThrowFirstOne(ValidationState vs)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Configuration.SetupExtension.ValidateFeatureSettingsAction.ExecuteAction(String actionId)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
    2011-12-28 12:58:47 Slp:    --- End of inner exception stack trace ---
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionWithRetryHelper(WorkflowObject metaDb, ActionKey action, ActionMetadata actionMetadata, TextWriter statusStream)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.InvokeAction(WorkflowObject metabase, TextWriter statusStream)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.PendingActions.InvokeActions(WorkflowObject metaDb, TextWriter loggingStream)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionEngine.RunActionQueue()
    2011-12-28 12:58:47 Slp: Error: Action "Microsoft.SqlServer.Configuration.BootstrapExtension.ExecuteWorkflowAction" threw an exception during execution.
    2011-12-28 12:58:47 Slp: Microsoft.SqlServer.Setup.Chainer.Workflow.ActionExecutionException: ”CRB\dsstest” - User or group does not exists. ---> Microsoft.SqlServer.Chainer.Infrastructure.InputSettingValidationException: ”CRB\dsstest”
    - User or group does not exists. ---> System.ApplicationException: ”CRB\dsstest” - User or group does not exists.
    2011-12-28 12:58:47 Slp:    --- End of inner exception stack trace ---
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.InputSettingService.LogAllValidationErrorsAndThrowFirstOne(ValidationState vs)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Configuration.SetupExtension.ValidateFeatureSettingsAction.ExecuteAction(String actionId)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
    2011-12-28 12:58:47 Slp:    --- End of inner exception stack trace ---
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionWithRetryHelper(WorkflowObject metaDb, ActionKey action, ActionMetadata actionMetadata, TextWriter statusStream)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.InvokeAction(WorkflowObject metabase, TextWriter statusStream)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.PendingActions.InvokeActions(WorkflowObject metaDb, TextWriter loggingStream)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionEngine.RunActionQueue()
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.Workflow.RunWorkflow(WorkflowObject workflowObject, HandleInternalException exceptionHandler)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Configuration.BootstrapExtension.ExecuteWorkflowAction.ExecuteAction(String actionId)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionWithRetryHelper(WorkflowObject metaDb, ActionKey action, ActionMetadata actionMetadata, TextWriter statusStream)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.InvokeAction(WorkflowObject metabase, TextWriter statusStream)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.PendingActions.InvokeActions(WorkflowObject metaDb, TextWriter loggingStream)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionEngine.RunActionQueue()
    2011-12-28 12:58:47 Slp: Error: Action "Microsoft.SqlServer.Configuration.BootstrapExtension.ExecuteWorkflowAction" threw an exception during execution.
    2011-12-28 12:58:47 Slp: Microsoft.SqlServer.Setup.Chainer.Workflow.ActionExecutionException: ”CRB\dsstest” - User or group does not exists. ---> Microsoft.SqlServer.Chainer.Infrastructure.InputSettingValidationException: ”CRB\dsstest”
    - User or group does not exists. ---> System.ApplicationException: ”CRB\dsstest” - User or group does not exists.
    2011-12-28 12:58:47 Slp:    --- End of inner exception stack trace ---
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.InputSettingService.LogAllValidationErrorsAndThrowFirstOne(ValidationState vs)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Configuration.SetupExtension.ValidateFeatureSettingsAction.ExecuteAction(String actionId)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
    2011-12-28 12:58:47 Slp:    --- End of inner exception stack trace ---
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionWithRetryHelper(WorkflowObject metaDb, ActionKey action, ActionMetadata actionMetadata, TextWriter statusStream)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.InvokeAction(WorkflowObject metabase, TextWriter statusStream)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.PendingActions.InvokeActions(WorkflowObject metaDb, TextWriter loggingStream)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionEngine.RunActionQueue()
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.Workflow.RunWorkflow(WorkflowObject workflowObject, HandleInternalException exceptionHandler)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Configuration.BootstrapExtension.ExecuteWorkflowAction.ExecuteAction(String actionId)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionWithRetryHelper(WorkflowObject metaDb, ActionKey action, ActionMetadata actionMetadata, TextWriter statusStream)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.InvokeAction(WorkflowObject metabase, TextWriter statusStream)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.PendingActions.InvokeActions(WorkflowObject metaDb, TextWriter loggingStream)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionEngine.RunActionQueue()
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.Workflow.RunWorkflow(WorkflowObject workflowObject, HandleInternalException exceptionHandler)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Configuration.BootstrapExtension.ExecuteWorkflowAction.ExecuteAction(String actionId)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionWithRetryHelper(WorkflowObject metaDb, ActionKey action, ActionMetadata actionMetadata, TextWriter statusStream)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.InvokeAction(WorkflowObject metabase, TextWriter statusStream)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.PendingActions.InvokeActions(WorkflowObject metaDb, TextWriter loggingStream)
    2011-12-28 12:58:49 Slp: Received request to add the following file to Watson reporting: C:\Users\dsstest\AppData\Local\Temp\tmp8278.tmp
    2011-12-28 12:59:02 Slp: The following is an exception stack listing the exceptions in outermost to innermost order
    2011-12-28 12:59:02 Slp: Inner exceptions are being indented
    2011-12-28 12:59:02 Slp: 
    2011-12-28 12:59:02 Slp: Exception type: Microsoft.SqlServer.Chainer.Infrastructure.InputSettingValidationException
    2011-12-28 12:59:02 Slp:     Message: 
    2011-12-28 12:59:02 Slp:         ”CRB\dsstest” - User or group does not exists.
    2011-12-28 12:59:02 Slp:     Data: 
    2011-12-28 12:59:02 Slp:       SQL.Setup.FailureCategory = InputSettingValidationFailure
    2011-12-28 12:59:02 Slp:       DisableWatson = true
    2011-12-28 12:59:02 Slp:     Stack: 
    2011-12-28 12:59:02 Slp:         at Microsoft.SqlServer.Chainer.Infrastructure.InputSettingService.LogAllValidationErrorsAndThrowFirstOne(ValidationState vs)
    2011-12-28 12:59:02 Slp:         at Microsoft.SqlServer.Configuration.SetupExtension.ValidateFeatureSettingsAction.ExecuteAction(String actionId)
    2011-12-28 12:59:02 Slp:         at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
    2011-12-28 12:59:02 Slp:         at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
    2011-12-28 12:59:02 Slp:     Inner exception type: System.ApplicationException
    2011-12-28 12:59:02 Slp:         Message: 
    2011-12-28 12:59:02 Slp:                 ”CRB\dsstest” - User or group does not exists.
    2011-12-28 12:59:02 Slp: 
    2011-12-28 12:59:02 Slp: ----------------------------------------------------------------------
    2011-12-28 12:59:02 Slp: 
    2011-12-28 12:59:02 Slp: Error result: -2068578304
    2011-12-28 12:59:02 Slp: Result facility code: 1204
    2011-12-28 12:59:02 Slp: Result error code: 0
    Can anyone help me?

    Hi,
    I have tried to chech if it exists. If I add the user dsstest during the normal installation it is found. I am also logged in as the user dsstest. Then everything should be okay rigth, or is there anything else i can check?
    The following are the error details:
    2011-12-28 12:58:47 AS: Action: (Validation) Validating SysAdmin Accounts
    2011-12-28 12:58:47 AS: Action: Validation User Account (”CRB\dsstest”)
    2011-12-28 12:58:47 AS: Action: Validating Account
    2011-12-28 12:58:47 AS: Data: Account=”CRB\dsstest”
    2011-12-28 12:58:47 AS: Data: Account After Mapping = ”CRB\dsstest”
    2011-12-28 12:58:47 Slp: Sco: Attempting to get account sid for user account ”CRB\dsstest”
    2011-12-28 12:58:47 Slp: Sco: Attempting to get sid for user account ”CRB\dsstest”
    2011-12-28 12:58:47 Slp: Sco: GetSidForAccount normalized accountName ”CRB\dsstest” parameter to ”CRB\dsstest”
    2011-12-28 12:58:47 Slp: Sco: Failed when querying buffer size
    2011-12-28 12:58:47 AS: Warning: Failed to retrieved Account SID. Reason: No mapping between account names and security IDs was done.
    2011-12-28 12:58:47 AS: Result: Error
    2011-12-28 12:58:47 AS: Result: Invalid
    2011-12-28 12:58:47 AS: Result: (Validation) Complete
    2011-12-28 12:58:47 AS: Action: (Validation) Validating Collation for Analysis Service
    2011-12-28 12:58:47 AS: Action: (Validation) Validating Collation Entry
    2011-12-28 12:58:47 AS: Data:  Latin1_General_CI_AS
    2011-12-28 12:58:47 AS: Action: (Utility) Validate Collation Entry
    2011-12-28 12:58:47 AS: Data: Latin1_General_CI_AS
    2011-12-28 12:58:47 AS: Result: (Utility) Valid
    2011-12-28 12:58:47 AS: Result: (Validation) Success
    2011-12-28 12:58:47 AS: Action: (Validation) Validating Collation Match
    2011-12-28 12:58:47 AS: Data: ASCollation=Latin1_General_CI_AS,SQLCollation=
    2011-12-28 12:58:47 AS: Result: (Validation) Success
    2011-12-28 12:58:47 AS: Action: Detect Whether it is Valid Collation
    2011-12-28 12:58:47 AS: Data: Collation = Latin1_General_CI_AS
    2011-12-28 12:58:47 AS: Action: (Utility) Retrieving embedded content
    2011-12-28 12:58:47 AS: Data: Resource Name =Microsoft.SqlServer.Configuration.ASExtension.LCIDs.xml
    2011-12-28 12:58:47 AS: Result: (Utility) Success
    2011-12-28 12:58:47 AS: Data: Locale ID=0x0409
    2011-12-28 12:58:47 AS: Result: Valid
    2011-12-28 12:58:47 AS: Result: (Validation) Success
    2011-12-28 12:58:47 AS: Action: Validating Start Mode
    2011-12-28 12:58:47 AS: Result: Success
    2011-12-28 12:58:47 AS: Action: Validating Allow in Process
    2011-12-28 12:58:47 AS: Data: AllowInProcess=1
    2011-12-28 12:58:47 AS: Result: Success
    2011-12-28 12:58:47 AS: Result: (Validation) Success
    2011-12-28 12:58:47 AS: ----------------------------------------------
    2011-12-28 12:58:47 Slp: Hosting object: Microsoft.SqlServer.Configuration.AnalysisServices.ASConfigurationPublic failed validation
    2011-12-28 12:58:47 Slp: Validation for setting 'ASSYSADMINACCOUNTS' failed. Error message: ”CRB\dsstest” - User or group does not exists.
    2011-12-28 12:58:47 Slp: Validation for setting 'ASSYSADMINACCOUNTS' failed. Error message: ”CRB\aml021” - User or group does not exists.
    2011-12-28 12:58:47 Slp: Error: Action "Microsoft.SqlServer.Configuration.SetupExtension.ValidateFeatureSettingsAction" threw an exception during execution.
    2011-12-28 12:58:47 Slp: Microsoft.SqlServer.Setup.Chainer.Workflow.ActionExecutionException: ”CRB\dsstest” - User or group does not exists. ---> Microsoft.SqlServer.Chainer.Infrastructure.InputSettingValidationException: ”CRB\dsstest”
    - User or group does not exists. ---> System.ApplicationException: ”CRB\dsstest” - User or group does not exists.
    2011-12-28 12:58:47 Slp:    --- End of inner exception stack trace ---
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.InputSettingService.LogAllValidationErrorsAndThrowFirstOne(ValidationState vs)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Configuration.SetupExtension.ValidateFeatureSettingsAction.ExecuteAction(String actionId)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
    2011-12-28 12:58:47 Slp:    --- End of inner exception stack trace ---
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionWithRetryHelper(WorkflowObject metaDb, ActionKey action, ActionMetadata actionMetadata, TextWriter statusStream)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.InvokeAction(WorkflowObject metabase, TextWriter statusStream)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.PendingActions.InvokeActions(WorkflowObject metaDb, TextWriter loggingStream)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionEngine.RunActionQueue()
    2011-12-28 12:58:47 Slp: Error: Action "Microsoft.SqlServer.Configuration.BootstrapExtension.ExecuteWorkflowAction" threw an exception during execution.
    2011-12-28 12:58:47 Slp: Microsoft.SqlServer.Setup.Chainer.Workflow.ActionExecutionException: ”CRB\dsstest” - User or group does not exists. ---> Microsoft.SqlServer.Chainer.Infrastructure.InputSettingValidationException: ”CRB\dsstest”
    - User or group does not exists. ---> System.ApplicationException: ”CRB\dsstest” - User or group does not exists.
    2011-12-28 12:58:47 Slp:    --- End of inner exception stack trace ---
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.InputSettingService.LogAllValidationErrorsAndThrowFirstOne(ValidationState vs)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Configuration.SetupExtension.ValidateFeatureSettingsAction.ExecuteAction(String actionId)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
    2011-12-28 12:58:47 Slp:    --- End of inner exception stack trace ---
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionWithRetryHelper(WorkflowObject metaDb, ActionKey action, ActionMetadata actionMetadata, TextWriter statusStream)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.InvokeAction(WorkflowObject metabase, TextWriter statusStream)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.PendingActions.InvokeActions(WorkflowObject metaDb, TextWriter loggingStream)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionEngine.RunActionQueue()
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.Workflow.RunWorkflow(WorkflowObject workflowObject, HandleInternalException exceptionHandler)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Configuration.BootstrapExtension.ExecuteWorkflowAction.ExecuteAction(String actionId)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionWithRetryHelper(WorkflowObject metaDb, ActionKey action, ActionMetadata actionMetadata, TextWriter statusStream)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.InvokeAction(WorkflowObject metabase, TextWriter statusStream)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.PendingActions.InvokeActions(WorkflowObject metaDb, TextWriter loggingStream)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionEngine.RunActionQueue()
    2011-12-28 12:58:47 Slp: Error: Action "Microsoft.SqlServer.Configuration.BootstrapExtension.ExecuteWorkflowAction" threw an exception during execution.
    2011-12-28 12:58:47 Slp: Microsoft.SqlServer.Setup.Chainer.Workflow.ActionExecutionException: ”CRB\dsstest” - User or group does not exists. ---> Microsoft.SqlServer.Chainer.Infrastructure.InputSettingValidationException: ”CRB\dsstest”
    - User or group does not exists. ---> System.ApplicationException: ”CRB\dsstest” - User or group does not exists.
    2011-12-28 12:58:47 Slp:    --- End of inner exception stack trace ---
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.InputSettingService.LogAllValidationErrorsAndThrowFirstOne(ValidationState vs)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Configuration.SetupExtension.ValidateFeatureSettingsAction.ExecuteAction(String actionId)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
    2011-12-28 12:58:47 Slp:    --- End of inner exception stack trace ---
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionWithRetryHelper(WorkflowObject metaDb, ActionKey action, ActionMetadata actionMetadata, TextWriter statusStream)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.InvokeAction(WorkflowObject metabase, TextWriter statusStream)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.PendingActions.InvokeActions(WorkflowObject metaDb, TextWriter loggingStream)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionEngine.RunActionQueue()
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.Workflow.RunWorkflow(WorkflowObject workflowObject, HandleInternalException exceptionHandler)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Configuration.BootstrapExtension.ExecuteWorkflowAction.ExecuteAction(String actionId)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionWithRetryHelper(WorkflowObject metaDb, ActionKey action, ActionMetadata actionMetadata, TextWriter statusStream)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.InvokeAction(WorkflowObject metabase, TextWriter statusStream)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.PendingActions.InvokeActions(WorkflowObject metaDb, TextWriter loggingStream)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionEngine.RunActionQueue()
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.Workflow.RunWorkflow(WorkflowObject workflowObject, HandleInternalException exceptionHandler)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Configuration.BootstrapExtension.ExecuteWorkflowAction.ExecuteAction(String actionId)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionWithRetryHelper(WorkflowObject metaDb, ActionKey action, ActionMetadata actionMetadata, TextWriter statusStream)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.InvokeAction(WorkflowObject metabase, TextWriter statusStream)
    2011-12-28 12:58:47 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.PendingActions.InvokeActions(WorkflowObject metaDb, TextWriter loggingStream)
    2011-12-28 12:58:49 Slp: Received request to add the following file to Watson reporting: C:\Users\dsstest\AppData\Local\Temp\tmp8278.tmp
    2011-12-28 12:59:02 Slp: The following is an exception stack listing the exceptions in outermost to innermost order
    2011-12-28 12:59:02 Slp: Inner exceptions are being indented
    2011-12-28 12:59:02 Slp:
    2011-12-28 12:59:02 Slp: Exception type: Microsoft.SqlServer.Chainer.Infrastructure.InputSettingValidationException
    2011-12-28 12:59:02 Slp:     Message:
    2011-12-28 12:59:02 Slp:         ”CRB\dsstest” - User or group does not exists.
    2011-12-28 12:59:02 Slp:     Data:
    2011-12-28 12:59:02 Slp:       SQL.Setup.FailureCategory = InputSettingValidationFailure
    2011-12-28 12:59:02 Slp:       DisableWatson = true
    2011-12-28 12:59:02 Slp:     Stack:
    2011-12-28 12:59:02 Slp:         at Microsoft.SqlServer.Chainer.Infrastructure.InputSettingService.LogAllValidationErrorsAndThrowFirstOne(ValidationState vs)
    2011-12-28 12:59:02 Slp:         at Microsoft.SqlServer.Configuration.SetupExtension.ValidateFeatureSettingsAction.ExecuteAction(String actionId)
    2011-12-28 12:59:02 Slp:         at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
    2011-12-28 12:59:02 Slp:         at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
    2011-12-28 12:59:02 Slp:     Inner exception type: System.ApplicationException
    2011-12-28 12:59:02 Slp:         Message:
    2011-12-28 12:59:02 Slp:                 ”CRB\dsstest” - User or group does not exists.
    2011-12-28 12:59:02 Slp:
    2011-12-28 12:59:02 Slp: ----------------------------------------------------------------------
    2011-12-28 12:59:02 Slp:
    2011-12-28 12:59:02 Slp: Error result: -2068578304
    2011-12-28 12:59:02 Slp: Result facility code: 1204
    2011-12-28 12:59:02 Slp: Result error code: 0
    Do you need more information then above? The above chech do not fail for the network service:
    2011-12-28 12:58:46 ACE: Formatting user name 'NT AUTHORITY\NETWORK SERVICE'
    2011-12-28 12:58:46 Slp: Sco: Attempting to get network service account name
    2011-12-28 12:58:46 Slp: Sco: Attempting to get NT account from sid S-1-5-20
    2011-12-28 12:58:46 Slp: Sco: Attempting to get account from sid S-1-5-20
    2011-12-28 12:58:46 Slp: Sco: Attempting to get network service account name
    2011-12-28 12:58:46 Slp: Sco: Attempting to get NT account from sid S-1-5-20
    2011-12-28 12:58:46 Slp: Sco: Attempting to get account from sid S-1-5-20
    2011-12-28 12:58:46 Slp: Sco: Attempting to get account sid for user account NT AUTHORITY\NETWORK SERVICE
    2011-12-28 12:58:46 Slp: Sco: Attempting to get sid for user account NT AUTHORITY\NETWORK SERVICE
    2011-12-28 12:58:46 Slp: Sco: GetSidForAccount normalized accountName NT AUTHORITY\NETWORK SERVICE parameter to NT AUTHORITY\NETWORK SERVICE
    2011-12-28 12:58:46 ACE: Formatted user name is 'NT AUTHORITY\NETWORK SERVICE'
    2011-12-28 12:58:46 ACE: ValidateUserNameAndPassword started with userName = 'NT AUTHORITY\NETWORK SERVICE', userNameRequired = 'True', mustBeDomainAcct = 'False'
    2011-12-28 12:58:46 ACE: Validating username 'NT AUTHORITY\NETWORK SERVICE' and password '<empty>'
    2011-12-28 12:58:46 Slp: Sco: Attempting to get network service account name
    2011-12-28 12:58:46 Slp: Sco: Attempting to get NT account from sid S-1-5-20
    2011-12-28 12:58:46 Slp: Sco: Attempting to get account from sid S-1-5-20
    2011-12-28 12:58:46 Slp: Sco: Attempting to get network service account name
    2011-12-28 12:58:46 Slp: Sco: Attempting to get NT account from sid S-1-5-20
    2011-12-28 12:58:46 Slp: Sco: Attempting to get account from sid S-1-5-20
    2011-12-28 12:58:46 Slp: Sco: Attempting to get account sid for user account NT AUTHORITY\NETWORK SERVICE
    2011-12-28 12:58:46 Slp: Sco: Attempting to get sid for user account NT AUTHORITY\NETWORK SERVICE
    2011-12-28 12:58:46 Slp: Sco: GetSidForAccount normalized accountName NT AUTHORITY\NETWORK SERVICE parameter to NT AUTHORITY\NETWORK SERVICE
    2011-12-28 12:58:46 ACE: Getting sid for service account 'NT AUTHORITY\NETWORK SERVICE'
    2011-12-28 12:58:46 Slp: Sco: Attempting to get account sid for user account NT AUTHORITY\NETWORK SERVICE
    2011-12-28 12:58:46 Slp: Sco: Attempting to get sid for user account NT AUTHORITY\NETWORK SERVICE
    2011-12-28 12:58:46 Slp: Sco: GetSidForAccount normalized accountName NT AUTHORITY\NETWORK SERVICE parameter to NT AUTHORITY\NETWORK SERVICE
    2011-12-28 12:58:46 ACE: SID for user account is 'S-1-5-20'
    2011-12-28 12:58:46 ACE: Validating service account is not LocalService
    2011-12-28 12:58:46 ACE: Validating service account is a user account
    2011-12-28 12:58:46 Slp: Sco: Attempting to get account from sid S-1-5-20
    2011-12-28 12:58:46 ACE: Validating service account can be used if current machine is domain controller
    2011-12-28 12:58:46 Slp: Sco: Attempting to get network service account name
    2011-12-28 12:58:46 Slp: Sco: Attempting to get NT account from sid S-1-5-20
    2011-12-28 12:58:46 Slp: Sco: Attempting to get account from sid S-1-5-20
    2011-12-28 12:58:46 Slp: Sco: Attempting to get network service account name
    2011-12-28 12:58:46 Slp: Sco: Attempting to get NT account from sid S-1-5-20
    2011-12-28 12:58:46 Slp: Sco: Attempting to get account from sid S-1-5-20
    2011-12-28 12:58:46 Slp: Sco: Attempting to get account sid for user account NT AUTHORITY\NETWORK SERVICE
    2011-12-28 12:58:46 Slp: Sco: Attempting to get sid for user account NT AUTHORITY\NETWORK SERVICE
    2011-12-28 12:58:46 Slp: Sco: GetSidForAccount normalized accountName NT AUTHORITY\NETWORK SERVICE parameter to NT AUTHORITY\NETWORK SERVICE
    2011-12-28 12:58:46 ACE: Checking if service account must be a domain account
    2011-12-28 12:58:46 ACE: ValidateUserNameAndPassword completed
    2011-12-28 12:58:46 Slp: The configuration object document /Datastore/ProductSettings/SSIS/Public was found in the datastore.
    2011-12-28 12:58:46 Slp: Sco: Attempting to get network service account name
    2011-12-28 12:58:46 Slp: Sco: Attempting to get NT account from sid S-1-5-20
    2011-12-28 12:58:46 Slp: Sco: Attempting to get account from sid S-1-5-20
    2011-12-28 12:58:46 Slp: Sco: Attempting to get account sid for user account NT AUTHORITY\NETWORK SERVICE
    2011-12-28 12:58:46 Slp: Sco: Attempting to get sid for user account NT AUTHORITY\NETWORK SERVICE
    2011-12-28 12:58:46 Slp: Sco: GetSidForAccount normalized accountName NT AUTHORITY\NETWORK SERVICE parameter to NT AUTHORITY\NETWORK SERVICE
    2011-12-28 12:58:46 Slp: The configuration object document /Datastore/ProductSettings/AS/Public was found in the datastore.
    2011-12-28 12:58:46 AS: ----------------------------------------------
    2011-12-28 12:58:46 AS: Action: Logging Input Values and it's Sources
    2011-12-28 12:58:46 AS: Data: Parameter=ASSVCACCOUNT,Source=ConfigFile,Value=NT AUTHORITY\NETWORK SERVICE
    Do you have any idea what is worong?

  • Can't determine the role of_. The group Adminsitrators could not be found.

    WebCenter Content logs:
    Warning,
    can not determine the role of guest privileges. The group Adminsitrators could not be found. The exception error type 'java.lang.Throwable'. [Details]Content Server has generated a diagnostic warning. The following stack trace can display detailed information.
    Another two warnings, the difference is that the guest replaced by admin, sysmanager.

    What is the final destination of the download?
    Firefox usually initially download the file first to the temp folder whole you enter the destination location and later tries to copy the file and possibly includes the permissions of the file in the temp folder.
    It is possible that anti-virus software is corrupting downloaded files or is otherwise interfering with downloading files.
    See:
    *http://kb.mozillazine.org/Unable_to_save_or_download_files
    *browser.download.manager.scanWhenDone

  • The user function manager DLL (ufmanager.dll) could not be found.

    Hi Everyone,
    I just spent two horrible days getting a Windows 2003 server to run our .net 2008 asp Crystal report.  It was all because of the unknown.rpt error.  The final answer was to give the NETWORK SERVICE account full control to the C:\ and then remove that permission. 
    Now, I'm up to my next challenge:
    Error in File C:\WINDOWS\TEMP\CrystalReport {2A76C903-674A-4A7B-AA04-44FC7E206C3F}.rpt:
    The user function manager DLL (ufmanager.dll) could not be found.
    That dll is there on the server.  What should I do?
    Please help!!!!
    Thanks,
    Ed

    Ok, here is where the fun begins as the issue you are getting is not something I've run into before. A few clarifications and suggestions re. troubleshooting.
    I used the latest runtime.msi
    - confirm this was CRRedist2008_x86.msi (just want to be sure)
    pdf about the unknown.rpt.
    - do you have a link or name of the pdf?
    To troubleshoot let's do this:
    1) Download the depends utility. I want to see if there is a missing dependency. depends is here:
    http://www.dependencywalker.com/
    open the ufmanager.dll in depends and see what it reports.
    2) Run Process Monitor utility. ProcMon can be downloaded from here:
    http://technet.microsoft.com/en-ca/sysinternals/bb896645.aspx
    Make sure you filter ProcMon for your process as this will shrink the log file. Then look for ufmanager.dll and see where the app is trying to load it from.
    3) Check this registry entry:
    HKLM\software\business objects\10.5\crystal reports
    See that CommonFiles is pointing to c:\program files\business objects\common\2.8\bin.
    4) Copy the ufmanager.dll from c:\program files\business objects\common\2.8\bin to your app directory (this is just a test as I want to see if we can load the dll from anywhere...)
    Ludek

  • There was a problem starting c:\users\tom\appData\local\Apps\Apple Computer\xvgtv.dll The specified module could not be found

    I get error on Windows startup. I have iCloud installed as well as other apple software.
    error:
    there was a problem starting c:\users\tom\appData\local\Apps\Apple Computer\xvgtv.dll The specified module could not be found.

    I get error on Windows startup. I have iCloud installed as well as other apple software.
    error:
    there was a problem starting c:\users\tom\appData\local\Apps\Apple Computer\xvgtv.dll The specified module could not be found.

  • C:\Users\..\AppData\Roaming\lprers.dll; The specified module could not be found."

    Recently, when I reboot/start up my Windows 7 HP laptop, an error pops up:  "There was a problem starting C:\Users\..\AppData\Roaming\lprers.dll;  The specified module could not be found." How do I fix this?
    I have already run the Malwarebytes Anti-Malware program to remove all "threats", "viruses"; etc.

    Recently, when I reboot/start up my Windows 7 HP laptop, an error pops up:  "There was a problem starting C:\Users\..\AppData\Roaming\lprers.dll;  The specified module could not be found." How do I fix this?
    I have already run the Malwarebytes Anti-Malware program to remove all "threats", "viruses"; etc.
    Very few authentic dll files reside in that folder. It sounds as though you’ve had a recent infection and one of your ‘anti’ programs has removed the malware files, or some of them, but missed the entry in the registry, possibly due to an out-dated definitions
    database.
    Try one of these, but it is prudent to create a system restore point before you change the registry in (1) below by going to Control Panel > All Control Panel Items > System > System Protection (in the left pane) > System Protection Tab >
    Create and make sure you give it a meaningful name.
    1. The entry is probably in one of the \Run keys, but as the rascal could be hiding in a number of other keys, it’s quicker to search the whole registry. Open a Run window (Windows Logo key+R), type regedit and press Enter. Click Edit > Find and type the
    rogue’s name, put ticks in Keys, Values and Data, then click Find Next. When it’s found in the right pane, right-click it and delete it. There should be only one entry but press F3 to continue searching, just to confirm there are no more.
    2. If you’re concerned about making registry changes disable the entry using the system configuration utility, but bear in mind that you’re disabling the entry not deleting it as you would in (1) above. Open a Run window (Windows Logo key+R), type msconfig
    and press Enter. Go to the Startup Tab and remove the tick alongside the rogue’s name. Click Apply, OK, etc. and restart the computer. When it restarts, put a tick in ‘Don‘t show this again‘ as you‘re effectively doing a selective start up.

  • Error: A user with the specified SID could not be found in the domain.

    Hi All,
    I am getting a error as below,
    A user with the specified SID could not be found in the domain.
    Check the spelling of the account name 'domain\usersAMAccountName' and try again.
    -    at Microsoft.Office.Server.UserProfiles.UserProfileGlobal.GetSidFromAccount(String strAccountName, SID_NAME_USE[] IntendedAccountType, SID_NAME_USE& sidUse)
       at Microsoft.Office.Server.UserProfiles.UserProfileGlobal.GetSidFromAccount(String strAccountName)
       at Microsoft.Office.Server.UserProfiles.UserProfileGlobal.GetSidFromAccount(UserProfileApplicationProxy proxy, Guid partitionID, String strAccountName, Boolean isWindowsAccount)
       at Microsoft.Office.Server.UserProfiles.UserProfile.set_SID()
       at Microsoft.Office.Server.UserProfiles.UserProfile..ctor(UserProfileManager objManager, String strAccountName, String strPreferredName)
       at Microsoft.Office.Server.UserProfiles.UserProfileManager.CreateUserProfile(String strAccountName, String strPreferredName)
       at Microsoft.Office.Server.UserProfiles.UserProfileManager.CreateUserProfile(String strAccountName)
    Any help?
    Thanks,
    Mohakk

    Hi,
    Per my understanding, the code should be OK, I have two suggestions as below:
    1. Please ensure that the account of that user is valid in your production environment;
    2. Try other accounts in the CreateUserProfile() funciton to see if it can work.
    Feel free to reply if there any progress.
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • Layout generation field group could not be read completely

    Hello,
    if I try to generate some field groups which I have copied on a new sight and changed afterwards I get the error:
    Layout not saved as warnings or errors occurred during layout generation:                       
    ACT_DETAIL_TASK                  ZNEW                 Field group could not be read completely
    This happens only with certain objects not at everyone ?
    Thanks in advance
    Michael

    Hi Thomas,
    Everytime you do changes in the reference group the entries in table 'CRMC_FIELDGRP' changes. So you will have to go to this table check entries for the main feild group 'SLO_SALES' in your case and then change entries for this feildgroup in CRMC_BLUEPRINT_C. The idea ia that the data should be consistent/same in both the places.
    Hope this helps you.
    Regards,
    Hetal.

  • Photoshop Image Processor.jsx could not be found. CS5

    I like to use Bridge to export groups of photos and with past versions I've been able to select photos, go to Tools>Photoshop>Image Process and select one of my custom actions.  Now I get this error: Photoshop Image Processor.jsx could not be found.
    Any thoughts?
    Thanks

    By default the image processor script should be placed in the Application
    folder (on root level, not in the user
    account)/AdobePhotoshop/presets/scripts/ image Processor.jsx
    Also by default in Bridge preferences Start up Scripts Adobe Photoshop
    should have a checkmark in front of it.
    If you changed any of these there lies your fault, if it happened to fail
    out of the blue you first should try restart Bridge holding down option key
    and choose refresh preferences.
    First check if it works now and if it does again set preferences to your
    wishes. (obvious not deselecting the PS script... )
    Now I get this error: Photoshop Image Processor.jsx could not be found.

Maybe you are looking for

  • Why do i need to register and sign in to ask for help? Why doesn't firefox permit me to make Startpage my primary browser

    I am linux <! (not that you assholes give a shit) ->. I can't make Startpage my default search engine. I get message : Sorry (yeah, right) you need Mozilla-based browser to install a search plugin" <! I'm using Mozilla with ubuntu but you guys have c

  • Strange size of paper on PDF files

    Firt : sorry for my poor english, i am french... Well, i create a A4 page with Illustrator CS3. If i save it as a PDF file, i get a A4 PDF file, everything is Ok. But if i print it with Adobe Distiller 8 through the Ai dialog box with A4 selected for

  • How to add process model results to the sequence file results?

    After my sequence file runs, I would like to add some additional results using the process model. I need to log my equipment list which is obtained by the process model. Alternatively, I could add a sub-sequence to the end of each of my sequence file

  • Fetching from LDB PNP - Performance Issue

    Hi, My apologies if my question sounds too basic, but i have not worked in HR earlier. So just needed to clarify once. I've researched it well on SDN , then created a solution but just wanted to check with you guys once, if this the the correct way i

  • Priciing details in the delivery

    Hello Friends, I have a delivery in which I have 2 itmes with 1 qty each. Now I want to know the total price of the delivery including both the items, means net price of the delivery. In which table this net price for the delivery is stored? Please h