XADM: Error Message When You Assign New Task to User (320098)
The information in this article applies to:
- Microsoft Exchange 2000 Server
This article was previously published under Q320098 SYMPTOMS
In Microsoft Outlook, if you try to assign a new Task to a user who is listed in the Global Address List (GAL), you may receive the following error message:
You do not have the permission to send the message on behalf of the specified user.
CAUSE
The security on the user object in Active Directory is incorrect.
RESOLUTION
To resolve this issue, you must change the security on the user object in Active Directory.
To restore the default security to the user object by using the Directory Services Access Control List command-line tool (Dsacls.exe):
Install Dsacls.exe- Insert the Microsoft Windows 2000 CD into the CD-ROM drive.
- In the Microsoft Windows 2000 CD dialog box, click Browse This CD.
- Locate drive:\Support\Tools, and then double-click the Support.cab file.
- In the SUPPORT.CAB dialog box, right-click the Dsacls.exe file, and then click Extract.
- In the Browse for Folder dialog box, locate the %Systemroot%\System32 folder, and then click OK.
- Close the SUPPORT.CAB dialog box.
- Quit Windows Explorer, and then close the Microsoft Windows 2000 CD dialog box.
Restore Default Security by Using Dsacls.exe- Click Start, and then click Run.
- In the Run dialog box, type cmd, and then click OK.
- At the command prompt, type dsacls object /S, where object is the distinguished name or path to the user object in Active Directory, for example:
dsacls CN=Jeff Smith, OU=Software, OU=Engineering, DC=Widget, DC=US /S
- Press ENTER.NOTE: For help using Dsacls.exe, type dsacls /? at the command prompt.
- Close the command prompt.
Restore Default Security by Using Dsacls.exeWARNING: If you use the ADSI Edit snap-in, the LDP utility, or any other LDAP version 3 client, and you incorrectly modify the attributes of Active Directory objects, you can cause serious problems. These problems may require you to reinstall Microsoft Windows 2000 Server, Microsoft Exchange 2000 Server, or both. Microsoft cannot guarantee that problems that occur if you incorrectly modify Active Directory object attributes can be solved. Modify these attributes at your own risk. - Start ADSI Edit.
- Expand Domain NC.
- Expand DC=.
- Expand CN=Users.
- Right-click the affected user account, and then click Properties.
- In the Show properties to View list, click DistinguishedName.
- Select the attribute value, press CTRL+C to copy the value to use it later, and then close or minimize ADSI Edit.
- Click Start, and then click Run, type cmd, and then click OK.
- At the command prompt type the following command, and then press ENTER:
dsacls "DistinguishedName" /S
where DistinguishedName is the Value copied in step 7.
Alternatively, to reset all objects in a specific Organizational Unit (OU):
- Start ADSI Edit.
- Expand Domain NC.
- Expand DC=.
- Right-click Target OU, and then click Properties.
- In the Show properties to View list, click DistinguishedName.
- Select the attribute value, press CTRL+C to copy the attribute to use it later, and then close or minimize ADSI Edit.
- Click Start, and then click Run, type cmd, and then click OK.
- At the command prompt type:
dsacls "DistinguishedName" /S /T
where DistinguishedName is the Value copied in step 6.
For example:
dsacls "CN=Users,DC=Widget,DC=US" /S /T
Modification Type: | Minor | Last Reviewed: | 6/13/2003 |
---|
Keywords: | kbprb KB320098 |
---|
|