Friday, April 22, 2011

IIS in running 32-bit emulation mode, please fix this error to continue

On x64 machines sometimes there could be situation where IIS is 32 bit enabled. I got error while I tried to
configure sharepoint on a server 2008 x64 machine. The error message is :
'IIS in running 32-bit emulation mode, please fix this error to continue'

Just execute the following command to reset the IIS to its default configuration of x64 --

CScript "%SystemDrive%\InetPub\AdminScripts\adsutil.vbs" set w3svc/AppPools/Enable32bitAppOnWin64 0

Then restart the sharepoint installation !!!

User "x" is not authorized to delete a record in the table 'DEL_PBATRANSLATECONSISTOF' .

When a user tries to DELETE one of the  companies, he gets a meesage : User "x" is not authorized to delete a record in the table 'DEL_PBATRANSLATECONSISTOF' .
resolution :: have to set  the AOSAuthorization property to NONE at table level.