Article ID: 905809 - Last Review: December 9, 2008 - Revision: 11.0 You receive an "ID no: c10308a2" error message when you use the Active Directory Users and Computers snap-in to remotely add or edit an e-mail address for a mail-enabled user in Exchange Server 2003On This PageSYMPTOMSYou are running Microsoft Exchange Server 2003 on a server
that has Microsoft Windows Server 2003 Service Pack 1 (SP1) installed. When you
use the Active Directory Users and Computers snap-in to remotely add or edit an
e-mail address for a mail-enabled user, you receive the following error
message. An Exchange server could not be found in the
domain. Check if the Microsoft System Attendant service is running on the
Exchange Server. ID no: c10308a2 Microsoft Active Directory - Exchange
Extension
CAUSEThis problem occurs if the following conditions are true:
Windows Server 2003 SP1 limits the ability of users who are not administrators to remotely access the Service Control Manager (SCM). Therefore, Exchange System Manager or the Active Directory Users and Computers snap-in cannot determine the Exchange Server services that are running. Note This problem does not occur if Windows Server 2003 SP1 is not installed on the Exchange server. WORKAROUNDTo work around this problem, follow these steps. Step 1: Install Exchange System Manager on a workstation that is connected to the network
834121
(http://support.microsoft.com/kb/834121/
)
What to consider when you install
Exchange System Management Tools on Windows XP
Step 2: Start a Network Monitor trace on the client workstationNote Make sure that Exchange System Manager is not running on the Exchange server.Step A: Install Network MonitorTo install Windows Network Monitor, you must first install the Network Monitor driver. Then, install Network Monitor Tools. To install the Network Monitor driver, follow these steps:
Step B: Start a Network Monitor trace
Step 3: Reproduce the problem
Step 4. Review the Network Monitor traceTo review the Network Monitor trace, open the file that you captured and then examine the list of entries. To do this, follow these steps:
00000030 FF 53 4D 42 25 00 .SMB%. Here, error
code 0x5 indicates that access is denied. If the opnum 0xF call fails with a
0x5 error code, the user does not have permissions to Service Control Manager.
To resolve this issue, use the sc sdset SCMANAGER command to modify the permissions. For more information about how
to modify permissions, see the "Method 1: Use the Sc.exe tool to grant
sufficient permissions to authenticated users" section.00000040 00 00 00 98 07 C8 00 00 00 00 00 00 00 00 00 00 ................ 00000050 00 00 03 78 E0 0A 01 D8 80 01 0A 00 00 30 00 00 ...x.........0.. 00000060 00 00 00 38 00 00 00 30 00 38 00 00 00 00 00 31 ...8...0.8.....1 00000070 00 40 05 00 02 03 10 00 00 00 30 00 00 00 01 00 .@........0..... 00000080 00 00 18 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 05 00 ................ 000000A0 00 00 If the opnum 0xF call succeeds, the response will contain a handle instead of an error code. The following output is an example of a successful opnum 0xF call: 00000030 FF 53 4D 42 25 00 .SMB%. Next, an OpenService, or opnum 0x10, call is made. Again, if the
opnum 0x10 call fails, the response will contain an error code at the end of
the packet data. In the following example, the error code is highlighted in
bold text:00000050 00 00 02 D8 E0 0A 00 C0 80 01 0A 00 00 30 00 00 .............0.. 00000060 00 00 00 38 00 00 00 30 00 38 00 00 00 00 00 31 ...8...0.8.....1 00000070 00 4C 05 00 02 03 10 00 00 00 30 00 00 00 01 00 .L........0..... 00000080 00 00 18 00 00 00 00 00 00 00 00 00 00 00 C9 C6 ................ 00000090 9A AC C8 25 33 47 A8 73 B0 0A 14 8D 0D CE 00 00 ...%3G.s........ 000000A0 00 00 .. 00000030 FF 53 4D 42 25 00 .SMB%. If the
OpenService call fails with the error code 0x5, the user does not have
permissions to the service itself. You can see the name of the service that is
being opened in the packet data for the 0x10 request. In the following example,
the service that is being opened is highlighted in bold text:00000040 00 00 00 98 07 C8 00 00 00 00 00 00 00 00 00 00 ................ 00000050 00 00 02 D8 E0 0A 00 C0 C0 01 0A 00 00 30 00 00 .............0.. 00000060 00 00 00 38 00 00 00 30 00 38 00 00 00 00 00 31 ...8...0.8.....1 00000070 00 58 05 00 02 03 10 00 00 00 30 00 00 00 02 00 .X........0..... 00000080 00 00 18 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 05 00 ................ 000000A0 00 00 .. 00000080 05 00 .. If the
operation fails at this step, you must add permissions to the service itself.
For information about how to add permissions to the service, see the "Method 2:
Add Read and Write permissions to the user account" section.00000090 00 03 10 00 00 00 58 00 00 00 02 00 00 00 40 00 ......X.......@. 000000A0 00 00 00 00 10 00 00 00 00 00 C9 C6 9A AC C8 25 ...............% 000000B0 33 47 A8 73 B0 0A 14 8D 0D CE 0D 00 00 00 00 00 3G.s............ 000000C0 00 00 0D 00 00 00 4D 00 53 00 45 00 78 00 63 00 ......M.S.E.x.c. 000000D0 68 00 61 00 6E 00 67 00 65 00 53 00 41 00 00 00 h.a.n.g.e.S.A... 000000E0 F1 35 04 00 00 00 .5.... Step 5: Modify the appropriate permissionsAdministrators may not want to grant authenticated users the right to access SCMANAGER. Additionally, this command frequently does not allow correct access to SCMANAGER. You can run an alternative SC command to grant this right directly to a specified Security group.For this alternative command to work, you must be able to retrieve the SID of the security group. To do this, you can use a tool such as PSGETSID. For more information about PSGETSID, visit the following Microsoft Web site: http://technet.microsoft.com/en-us/sysinternals/bb897417.aspx
(http://technet.microsoft.com/en-us/sysinternals/bb897417.aspx)
Method 1: Use the Sc.exe tool to grant sufficient permissions to authenticated usersUse version 5.2.3790.1830 of the Sc.exe tool that is located in the %windir%\system32 folder. The Sc.exe tool restores the functionality that lets you add or edit an e-mail address for a mail-enabled user on a computer that is running Windows Server 2003 SP1. Run the Sc.exe tool on the Exchange server to which you are remotely connecting, and then type the following at a command prompt:sc sdset SCMANAGER D:(A;;CCLCRPRC;;;AU)(A;;CCLCRPRC;;;IU)(A;;CCLCRPRC;;;SU)(A;;CCLCRPWPRC;;;SY)(A;;KA;;;BA)S:(AU;FA;KA;;;WD)(AU;OIIOFA;GA;;;WD) Note The permissions string is specified in Security Descriptor Definition Language (SDDL). Do not include any spaces in the SDDL string. Therefore, in this command, starting with the letter "D" after SCMANAGER, there are no spaces in the rest of the command. If you accidentally add a space and run the command, you could unintentionally remove all permissions from SCMANAGER. If this occurrs, the SC SDSHOW SCMANAGER command returns an "Access is denied" error. Then, you can restore the default permissions by deleting the following registry key and restarting the server. After you restart the server, you can try to fix the original problem by using the SC SDSET command again. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ServiceGroupOrder\Security The following permissions are granted after you run the command:
Method 2: Add Read and Write permissions to the user accountTo add Read and Write permissions to the user account that was delegated on the Microsoft Exchange System Attendant service, follow these steps:
Confirm that the Exchange server is a member of the Default Domain Policy by running the Gpresult utility. To do this, run the following command at a command prompt: gpresult -v > c:\gpresult.txt
Open the Gpresult.txt file, and then view the Applied Group Policy Objects section under the Distinguished Name (DN) of the Exchange server. If the Default Domain Policy is not listed, you must apply the changes to either one of the policies that are listed, or you must create a new Group Policy setting and then apply the Read and Write permissions to it.STATUSMicrosoft
has confirmed that this is a problem in the Microsoft products that are listed
in the "Applies to" section. | Article Translations
|

Back to the top
