Monday, 12 October 2009

My Threads Link On MSDN For Self-Help..

Mukesh Giri's threads
http://social.msdn.microsoft.com/Forums/en-US/user/threads?user=Mukesh%20Giri
Hope few things can help others too on similar issues..
Cheers,
Mukesh Giri

Tuesday, 8 September 2009

SharePoint Designer 2007 Videos : A Learning Curve

Microsoft Office SharePoint Designer 2007 is utilised for creating and customizing SharePoint sites and customizing applications on the SharePoint platform.
Using Office SharePoint Designer 2007 efficiently, you can easily build sophisticated no-code solutions e.g :Reports,Data Views & workflows.

SharePoint Designer 2007 is now available as a free download. Link for free download try it out...

Introductory Video On SP Designer 2007

Customizing SharePoint Sites Video

Creating & Modifying Layouts Pages


Working with rule-Based Workflow Applications


Building No-Code Sharepoint Applications

Visual Studio Tight Integretion

Feel free to post your question and comments if you require any help from my end in using SP-Designer 2007.
Cheers,

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,

Monday, 27 July 2009

References In : Microsoft Office SharePoint Server 2007

Hello:

To work with Sharepoint development you need to add references as when required. I am hereby detailing all standard Sharepoint references you might require to deveope your application.





Just go to add reference section of your Visual Studio ( in my case 2005 ) and say Add Reference and then Browse through all the .net references you need to add.

Lemme know if you require further help on each references in detail.
Cheers;