Monday, May 7, 2012

Search Server 2010 vs SQL Server Express 2012

If you install the free "Microsoft Search Server 2010 Express" using the free "SQL Server 2012 Express"  as the back-end database, MSSSE 2010 still thinks that the database size limit is 4 GB even though it really is 10 GB with this release of SQL Server Express.

The trick is to add an undocumented registry key on the MSSSE server and set it to 10 GB:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office Server\14.0\Search\Global\MaxSearchDBSizeMB of type REG_DWORD and set the value to 10240 (decimal).



MSSSE will now be aware that the database limit is 10 GB.

Thanks to Trevor Seward (MCC) of the TechNet forums for pointing me in the right direction !

Link to the forum thread where you can see the offending SharePoint code: http://social.technet.microsoft.com/Forums/en/sharepoint2010setup/thread/870dde9a-ea60-4133-82fd-f6d25385f035

Wednesday, May 2, 2012

How to delete or modify an Adtran softphone license

The Adtran softphone does not delete the license file from a computer when it is uninstalled.


The license is in the file "%systemdrive%\ProgramData\ADTRAN\IP SoftPhone\config.cps"


To delete the license simply delete the file. To change the license edit the file with Notepad in administrative mode. VoilĂ  !