 ckmoocow
Member
Apr 12, 2007, 11:03 AM
|
Re: [rainman48] Duplicate User Issues
| |
|
Thank you so much for your response. That makes sense, as we have both the Active Directory and Asset Inventory Module. They haven't returned any of our calls and emails either. It doesn't surprise me that they are bankrupt, but I was hoping that wasn't the case. How did you find out about their bankruptcy? We've been talking about designing our own custom in-house solution, so yes, we might have to cut our losses. It's a shame that there's so many bugs because the software really has a lot of good features and user interface. For anyone out there who is still using this, may I give some advice. I found that there's a table called RELATED_ITEMS that had a bunch of nulls (over 140,000). Once I deleted those, the entire application sped up significantly and has been fine since. So just run this sql code in the backend SQL Server database: "delete from related items where identifier_guid is null" |