The error: The server is unwilling to process the request is an ADSI error. Every time I have seen it, it was because a VB script I had written was trying to make a change to a user account that violated a schema attribute constraint, like trying to set a password that did not meet domain complexity requirements. Check to make sure the group you are entering in the first part of the setup exists and is of the proper type. From the OCS_ADGuide.doc:
You must specify a global or universal group when you delegate setup. You cannot use a local group, and this group must already exist. |
Pete