Friday 14 August 2009

SharePoint Object Model : A Drill Down..

Hi:

I would be posting the code for basic and complete understanding of Sharepoint Object Model in detail..
Check out this place for code which i would be posting latter sometime.

Design view for the application i am gonna develope is shown.

Monday 10 August 2009

Sharepoint 2007 ( MOSS ) Calender & Outlook

SharePoint 2007( MOSS ) has a two way sync with calendars in Outlook.So basically how to deal with its creation and synchronization ??
Steps :

Goto > Site Actions > Create > Tracking > Calender..


Once your calender is created to integrete it with Outlook.
Note : Upgrade to Outlook 2007 to get the full 2-way sync experience with MOSS ( SP 2007 ).
Goto > Lists > Actions > Connect to Outlook

Now your calender will be integreted with Outlook and you will find one more Calendeer tab in my case " Mukesh_Calender " with the list location been added to your outlook.

Cheers,

Sunday 9 August 2009

Synch Web Application : Failure

This is real pathetic to see such exception errors--
" Failure trying to synch web application "Some GUID" ContentDB "Some GUID" Exception message was Lock request time out period exceeded ".

Work-Around : Though you have to test it before implementing it in your production environment.

verify the number in cache.ini on all web-front ends in farm.

Ideally, different numbers indicate that the servers are not in sync.
Restting the password could solve your purpose.
Follow the KB article 934838 @
http://support.microsoft.com/kb/934838

Also sometimes Reseting the file system cache could resolved many issues.

So stop the timer services
Stop this service by right clicking on it


%ALLUSERSPROFILE% \Application Data\Microsoft\SharePoint\Config\GUID
> Leave the cache.ini as it is.
> Delete all other files (all guid.xml)since they are timer jobs related.
> Open cache.ini in notepad and change the number to 0.

Now start the "Timer Services".
Check again the value in cache.ini for 

%ALLUSERSPROFILE% \Application Data\Microsoft\SharePoint\Config\GUID ; 

if it has changed to some other value then 0; your all web server has been synched with same timer job definitions.

Cheers

Wednesday 5 August 2009

SSP -Shared Service Provider In MOSS 2007

In MOSS, it is mandatory for you to have a SSP-Shared Service Provider. This is a collection of application servers that provide shared services out to any portals or sites that need them.Services include-

Search
Index
Audience compilation
User profiles database
My Sites
Business Data Catalogue
Excel Services

The very first step towards the configuration of SSP would be
1.> "Configure server farm's shared services".
Clicking the link as shown in print-screen takes you to "Configure server farm's shared services"

Now you require to start the " Seacrh Services "
"Enable the Search and Indexing by clicking on the check boxes
Succes message will appear to show the succefull configuration of SSP-configuration. Cheers
If you have configured more then One SSP make the " You can have one amongst them as DEFAULT as per your requirement and understanding












Your SSP is configured.
Let me know for further details and any issues if you face.

Cheers,