Hello,
We have a client that is cleaning up old users in PDK. When they try to delete the user they receive an unknown error message and it says to contact SQL admin.
When we review the users that we are trying to delete in SQL, each user is the owner of it's own schema. The schema is not tied to any other user. If we make another user (dbo) the owner of that schema, we are able to delete the user.
We ran the Mass Drop User Schemas script found on PartnerSource, but it did not remove the user's schema.
If I go into the schemas and manually delete the user schema and then attempt to delete the user in PDK, I receive the following error:
Unhandled script exception:
[Microsoft][ODBC SQL Server Driver][SQL Server]Count not find stored procedure
'DYNAMICS.dbo.PDKsp_GetNumRegisteredUsers'
Any suggestions on the best way to resolve?
*This post is locked for comments