I'm having the same problem where I can't create a new portal and this script (below) still retuns results.
select * from aspnet_Users au left outer join Users u on au.UserName = U.UserName where U.UserName is null
I've upgraded to 3.1.1 tonight hoping that this would fix the problem and it hasn't. If anybody can give me some help here I'd greatly appreciate it. I've got so much invested in my current installation that it would be a nightmare to just up and start over.
Fixing it is really the best option for me!
CybrEnergy
Member
381 Points
94 Posts
Re: Betreft: Re: User Accounts is currently unavailable
Aug 27, 2005 12:48 AM|LINK
select * from aspnet_Users au left outer join Users u on au.UserName = U.UserName where U.UserName is null
I've upgraded to 3.1.1 tonight hoping that this would fix the problem and it hasn't. If anybody can give me some help here I'd greatly appreciate it. I've got so much invested in my current installation that it would be a nightmare to just up and start over. Fixing it is really the best option for me!