Skip to main content

Posts

Showing posts from February, 2018

Calendar Overlay Issue

Error - ' Unable to find  specified web in the given URL' Above given Error Message is related to SharePoint Calendar. To resolve this problem, SharePoint Calendar Overlay functionality need to be understand. SharePoint  Calendar Overlay works well for site collections in the same web application, but not for across web application. Steps for Resolve this Error- 1- Verify the Calendar Overlay Setting and clicking on Calendar Overlay button in calendar ribbon. 2- Check your URL in web URl field. This is same as defined in AAM. click on resolve. 3- Check List and List view.  Verify that your url is resolved,  Automatically all fields will be filled. List view field value will be your calendar name. 4- Click on save. Now check your calendar and your problem will be resolved. Note-  Please check out your page on which calendar is rendered before doing Troubleshooting. Thanks........

IMPORTANT INTERNAL FIELD NAME OF SHAREPOINT

       -------------IMPORTANT INTERNAL FIELD NAME OF SHAREPOINT ----------------- SharePoint List column has internal field name. Display name can be changed but internal field name can not be changed after creating the field.  When PowerShell or PnP Scripts is written for the automate the business process in SharePoint, List of below given field are used to write the queries and fetch the data. Document Library Fields:           Display Name                 Internal Name Name                                  FileLeafRef Name                                  LinkFilenameNoMenu Name                                  LinkFilename Name ...

MetaData Navigation

Managed MetaData In SharePoint  In this blog, we are going to discuss Some issues related to Managed Metadata,Terminology etc. And some questions like  How can attached a url with term and what is limitation with of metadata navigation.Let's start.  Basically Metadata service provides a central location to store Metadata. Meta data is defined as "Data about Data". Metadata can be used across site collection and web application through Content type. Managed Metadata has some key terminology like Term Set, Term, Group etc. Issue- Navigation option is not in Look and feel section in site settings.  Solution-   This is because the publishing feature is not enabled for the site. In order for navigation to appear, we have to enable the SharePoint Server publishing feature from Site Settings -> Site Collection Administration -> Site Collection Features ->SharePoint Server Publishing Infrastructure. Issue- Managed Metadata is not...

Improve Performance of SharePoint Site and SharePoint Server

By using below given ideas we can improve SharePoint Server and Site Performance. Performance of SharePoint server  is depend on multiple technologies like IIS and SQL Database server. To improve performance command methods are following- Minimize Page Size - If page size is minimum then it will take less time to be render the information. Number of Web Part on Home Page - In SharePoint Site, Each page consists of Web Part . If  number of Web Part is less, Home page will  take less time to be loaded. Image and Video Size- If Site has multiple images on a page and video. it's impact the performance. Therefore use the limit number of image and video on page. IIS Compression - Compression reduces the size of page, files like image and video. there are two type of IIS Compression  in which one is static compression and second is dynamic compression. Network Bandwidth - Network bandwidth is also one of the cause for the slowness on site. some time network is slow due t...