Wednesday 27 February 2013

Users are unable to upload any SIZE document in Sharepoint site

Some time you have seen such problem in your organization
"unable to upload document in SharePoint document library".
This problem is generally related to SQL Server When there is not enough disk space for your Database and you can easily resolve it issue by adding extra space.
But some time you have enough disk space for your SharePoint Site in SQL SERVER and
still you  are  facing problem : "Unable to upload document" for any File size:  4mb, 50 mb or more...

It  happens due to heavy fragmentation on the drive in which your Sql Server database is exist.

      Resolution : you have to perform following steps  when you have sufficient space for DB and still not able to upload document.........
      
1    1. De-attach your Database from Sql Server. 
          Copy MDF and LDF file of your Database, For example you have your mdf file and ldf file in DRIVE: A,  and paste it to another location like DRIVE: B. 
          Now delete both files from original location (drive: a) and Now Paste both files back to Drive: A from   drive b.
2    
      2. Now Attached the Database.
       
      This action will resolve your issue.





Configuration of RSS Viewer Web Part in SharePoint 2010

In this article I am going to explain how to configure RSS Viewer WebPart in your Site.

1. choose Edit Page option from site ribbon.
2. Add a web part -> categories -> content roll up -> RSS Viewer
3. select option as you desire in "Add Web Part to" drop down list.
 4. Now Select "Open Tool Pane"

5. Fill RSS Feed URL. E.g: "http://rss.msnbc.msn.com/id/3032091/device/rss/rss.xml"



 6. Fill "Feed refresh time" and "Feed Limit" as you need. Click on Apply then O.K.

Your RSS viewer part is now enable in your page.

Note: If you face any error in your RSS Viewer. For E.g. :


Or
"The requested RSS feed could not be displayed. Please verify the settings and url for this feed. If this problem persists, please contact your administrator."
 
Or
 
" Requested URL feed does not exit"
Then


 1. Add Proxy setting in your site Web.config File. 2. reset IIS. 
3. Check LAN Setting in Internet Explorer->Tool->Inernet Options->connection->LAN settings
... Your issue will resolev, Enjoy RSS Fees :)