Run Internet Information Services (IIS) in 32 bit emulation mode
If you are running Windows Server 2003 x64 based operating system and you are installing x86 based application which would need to run on Internet Information Services (IIS) then you must run IIS in 32 bit emulation mode. To do this follow the steps below:
• Click Start, and then click Run.
• In the Open box, type cmd, and then click OK.
• In the command prompt window, navigate to the %drive%:\Inetpub\Adminscripts folder, where %drive% is the drive in which Windows Server 2003 is installed.
• In the Adminscripts folder, type the following command:
cscript adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 1
Note: The value “1″ for Enable32bitAppOnWin64 specifies 32-bit mode, whereas the value “0″ specifies 64-bit mode.
• Press ENTER.
• Type iisreset and then press ENTER.
• Close the command prompt window.
IIS would now run in 32 bit emulation mode and you can now install x86 based applications on the server.
Run stsadm.exe command from any command prompt
Many a times people think of running stsadm.exe commands from any command prompt. So here is the way:
• Open command prompt
• Type in the following command: @set PATH=C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN;%PATH%
• You can now run the stsadm.exe commands from anywhere in the command prompt
Alerts does not work for changes done
Users do not recieve alerts for changes made to items although “Immediate alerts” are enabled in the site collection.
• The record is not processed by the timer service job correctly for this specific content database.
• The record is processed correctly. However, the email delivery mechanism is not working fine. For example, the alert templates fail to be picked up by the SharePoint Timer Service.
• Email server is not working.
• Open Central Administration
• Open the command window and navigate to C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN> and run the following command: stsadm -o getproperty -url <http://siteurl> -pn alerts-enabled
• The expected output is <Property Exist=”Yes” Value=”yes” />
on the content database.
extensions\12\BIN>stsadm.exe -o getproperty -url <http://siteurl> -pn job-immediate-alerts
C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN>stsadm -o setproperty -url <http://siteurl> -pn job-immediate-alerts -pv “every 5 minutes between 0 and 59″
The internal working mechanism of how an alert works in Windows Sharepoint Services 3.0:
• The EventCache table records the SQL level events as they occur and the EventData and ACL columns are not NULL for an alert event.
• There is an alerts timer job that runs periodically to process the records in the EventCache. After the alerts timer job runs, it nulls out the EventData and ACL columns.
• It will log an event into the EventLog table.
• Open SQL Query Analyzer and connect to the content database of concerned site.
• Run the following query in SQL and copy the result out: Select * from timerlock
If the issue persists, collect the following information:
• Run the following query against the content database of concerned site: Select * from eventcache where EventData is not null
This will show all the subscriptions which have not been processed yet. We can see if there are some alerts which are not processed.
concerned listor document library.
• Create a new item in the list or document library where the alerts should work and start Filemon
• Check if the latest result is the one corresponds to your uploaded document. Make sure the EventData and ACL columns are not NULL.
• After some time, check the EventCache table again to see if the EventData and ACL columns are NULL.
• If yes, stop Filemon after the EventData and ACL columns are NULL.
Creating a multi-boot configuration that includes Windows Vista with older versions of Windows
Note: If the partition for Windows Vista is already formatted, make sure that it is formatted by using the NTFS file system. However, we recommend that you use one of the following methods:• Create the second unformatted partition.
• Do not create the second partition and leave the space as free space. Instead, create the second partition during the Windows Vista installation.
Windows Vista fails to boot after an older version of Windows is installed
• If you install an earlier version of the Windows operating system on a Windows Vista-based computer, Windows Vista no longer starts. In this case, only the earlier version of the Windows operating system starts.
• If you install an additional instance of Microsoft Windows XP on a computer where Windows XP and Windows Vista are already installed in a dual-boot configuration, you may receive the following error message: “Disk read error has occurred.”
To resolve these issues, follow these steps.
• Use Bcdedit.exe to manually create an entry in the BCD Boot.ini file for the earlier version of the Windows operating system. To do this, type the following commands at a command prompt.
• Drive:\Windows\system32\Bcdedit /set {ntldr} device partition=x:
• Drive:\Windows\system32\Bcdedit /set {ntldr} path \ntldr
• Drive:\Windows\system32\Bcdedit /displayorder {ntldr} /addlast
• Restart the computer.
Troubleshooting Active Desktop Recovery (Version 2)
Troubleshooting Active Desktop Recovery (Version 1)
Open Windows Explorer
Click on Tools in the Menu bar
Select Folder Options
Select the the tab View
Under Advanced Settings, uncheck “Hide protected operating system files (Recommended)”
Search for “desktop.htt” in your Operating System drive (You should find it normally in your Local Drive C)
Delete any “desktop.htt” file. (You may find more than one file in that location depending on how many user profiles are there on the computer. They should be located in ..\Documents and Settings\User\Application Data\Microsoft\Internet Explorer)
Close all windows and reboot your computer.
Once the computer reboots it will create a new “desktop.htt” file in that location.
You should be able to get rid off that white screen now.
Once you are done go ahead and check the option to “Hide protected operating system files (Recommended)” in the folder options.