Question

I have a sharepoint group that has arabic characters in the title. The site has been deleted, and I need to remove the group. When I use the GUI, I get this error message:

Error Code: 500 Internal Server Error. The server denied the specified Uniform Resource Locator (URL). Contact the server administrator. (12202)

When I use stsadm -o enumgroups I get this as the group name:

<Name>Blah blah -- ????? ??????? ????????? Members</Name>

stsadm -o deletegroup -name "Blah blah -- ????? ??????? ????????? Members" -url http://myurl.com returns:

Group cannot be found.

I know the group ID, any way I can use that in my quest for deletion?

Was it helpful?

Solution

Remember that deletegroup requires the site URL as well. In this case I think you'll have to use the OM - you can use the SPGroupCollection.RemoveByID() method to do so.

OTHER TIPS

I would use a console application to explore the group, (see if there is any information within it that you need to keep) and then delete it.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top