Thursday, April 23, 2009
SharePoint Audience User Existance Check sample
Monday, April 20, 2009
Friday, April 17, 2009
Changing the Language of Sites
Pre-Req: Specific Language Pack Installed. ( Korean )
SW_CD_Office_Srvr_Language_Pack_2007_64Bit_Korean_1_1_PA_BP_SvrISO_Onl_X12-34584.EXE
For changing the language of all sites in the content database to Korean the query would be:
UPDATE dbo.Webs SET Language = 1042
Changing the language of one site collection can be done with:
UPDATE dbo.Webs SET Language = 1042 WHERE SiteId = [[SiteCollectionId]]
And for changing the language of a single web or subsite you can use:
UPDATE dbo.Webs SET Language = 1042 WHERE Id = [[WebId]]
Thursday, April 16, 2009
Installing Language Packs on 64-bit Sharepoint Farms
Install additional language files on all the WFE’s
On your front-end Web server, click Start, point to Settings and then Control Panel, and then click Regional and Language Options, on the Languages tab, in the Supplemental Language Support section, select one or both of the following checkboxes:
· Install files for complex script and right-to-left languages
· Install files for East Asian languages
Restart the Servers.
The following installation sequence should be followed.
Remember to unblock the downloaded software from the properties.
Cancel the Configuration wizard for the first 3 installations.
For the last installation run the configuration wizard and restart the servers.
1. Windows SharePoint Services 3.0 Language Pack x64
2. Windows SharePoint Services 3.0 Language Pack Service Pack 1 (SP1), 64-Bit Edition
3. SharePoint Server 2007 Language Pack (x64)
4. The 2007 Microsoft Office Servers Language Pack Service Pack 1 (SP1), 64-Bit Edition
SharePoint Master Pages
Wednesday, April 15, 2009
SharePoint Object Model - Discussion
Wednesday, April 8, 2009
Installing Adobe PDF iFilter 9 for 64-bit platforms
2. Add Path C:\Program Files\Adobe\Adobe PDF iFilter 9 for 64-bit platforms\bin) to the Environmental Variables. Dummies Steps below.
(Right-click MyComputer)->Properties->Advanced->Environmental Variables->System Variables
selct PATH and click Edit, Click End button to reach the end to avoid replace.
Add ;C:\Program Files\Adobe\Adobe PDF iFilter 9 for 64-bit platforms\bin
3. Restart the machine