Microsoft Knowledge Base Article
This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved.
Terms
of Use |
Trademarks
Article ID: 926006 - Last Review: January 7, 2008 - Revision: 2.0
Error message during the Repair process for Microsoft Dynamics CRM on a Microsoft Small Business Server 2003 R2 server: "Detection of a named authority of Microsoft SQL Server"
Consider the following scenario. You use Microsoft Dynamics CRM 3.0 on a server that is running Microsoft Small Business Server 2003 Release 2 (R2). You run the Repair process for Microsoft Dynamics CRM 3.0. During the Repair process, you receive the following error message in the Environmental Diagnostic Wizard:
Detection of a named authority of Microsoft SQL Server
If you click
Details in the error message window, you receive the following error message:
An error occurred at the time of the definition of service SQLSERVERAGENT with the AutoStart value: System.ComponentModel.Win32Exception: The specified service does not exist as a service installed At Microsoft.Crm.Setup.Common.Utility.ServiceUtility.SetServiceToAutoStart (String serviceName, String machineName) At Microsoft.Crm.Setup.Server.ServiceRunningValidator.AutoStartLocalService (String serviceName, TimeSpan waitTimeForStart).
The Setup program for Microsoft Dynamics CRM running on Windows Small Business Server determines whether the installation is running in Basic or Advanced mode. During the Repair process, this value is not set.
To work around this problem, create a configuration file to instruct Microsoft Dynamics CRM to use the correct installation option. Then run the Repair process in a Command Prompt window. To do this, follow these steps:
- Create an XML file that uses the syntax that is in the following sample code. In this code, the XML file is named Config_installationoption.xml.
<CrmSetup mode=â€Advancedâ€>
<server />
</CrmSetup>
Note In this code sample, Advanced represents the installation option. You can set this option to either Basic or Advanced. - Run the Microsoft CRM Server installation. To do this, click Start, click Run, type C:\ServerSetup.exe /config C:\ config installationoption.xml, and then click OK.
- When the installation starts, click the Repair option.
Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.
This problem was corrected in Microsoft Dynamics CRM 4.0.
APPLIES TO
- Microsoft Dynamics CRM 3.0
| kbtshoot kberrmsg kbmbsmigrate kbbug KB926006 |
Community Feedback System
Very often, it takes hours to solve a problem. Very often, you've looked high
and low, and have tried a lot of solutions. When you finally found it, chances
are, it was because someone else helped you. Here's your chance to give back.
Use our community feedback tool to let others know what worked for you and what
didn't.
Please also understand that the community feedback system is not warranted to be
correct, it's simply a system that we've built to let people try and help each
other. If something in a feedback response doesn't make sense to you, or you're
not comfortable making changes that the feedback talks about (like registry
edits), please consult a professional.
Thank you for using kbAlertz.com Feedback System.
-- Scott Cate