One of my colleague reported an issue with “Export to Spreadsheet” in Sharepoint 2007 list. He was the only one who was getting this error message. So this was sure that this was a machine specific issue and has to do something with the IE settings.
When he clicked on one of the list it says “Cannot connect to the server at this time. Changes to your data cannot be saved” and at the same time i was able to get this working.
After some troubleshooting we found that, when the SharePoint site had been accessed from Vista/Win7 clients with SSL (https) and with the local user account. Turned out that the problem was related to certificate revocation lists (CRLs) and had been an issue due to the following setting in IE: “Check for server certificate revocation” which is switched on by-default on Vista/Win7 clients as opposed to XP clients. When this IE switch got turned off, everything was working fine.
Thursday, February 23, 2012
Breadcrumbs shows wrong URL
Today I have gone thru a very good example of auto redirection. I was doing some routine exercise on a custom list and converted it to XSLT view in SharePoint Designer to customize it. For safety I took couple of copied of AllItems.aspx page and started customizing default one. For some reason I did not like customization and I deleted the original AllItems.aspx and renamed the copied one.
Issue:
Now when I go to List Settings from browser and click on the list name in bread crumb it redirected me to Web Portal.
(I went to list settings to delete the list, but suddenly I found I was deleting something wrong J) this was more than shocking to me as I missed to make necessary changes.
Resolution:
This was really small and easy change I made, went to SharePoint Designer > Browsed to List > Right Clicked on Properties > Supporting Files > Default view Page.
Make sure it displays “AllItems.aspx” page, in my case it was blank.
Friday, February 17, 2012
Unable to create a new page in Sharepoint Site - Access denied
ISSUE: When attempting to create a page by clicking Site Actions Create Page, the user immediatly receives an Access Denied. This occurs even if the user is a member of the Site Owners group with Full Control.
ERROR MESSAGE: Access Denied
CAUSE: : The access denied was a result of the user not being a part of the Style Resource Readers group. According to technet, this group allows a user to read the Master Page Gallery and Restricted Read the Style Library. By default, this group contains only the NT AUTHORITY\Authenticated Users group. This will allow all users who have authenticated to the site to read the Master Page gallery and Style Library.
RESOLUTION:
1) Open the site you are having issues with 2) Click Site Actions Site Settings 3) In the Users and Permissions section, click People and Groups 4) Click Groups 5) Click Style Resource Readers 6) Click New Add User 7) In the Add Users section, click the Add all authenticated users link 8) Click OK
ERROR MESSAGE: Access Denied
CAUSE: : The access denied was a result of the user not being a part of the Style Resource Readers group. According to technet, this group allows a user to read the Master Page Gallery and Restricted Read the Style Library. By default, this group contains only the NT AUTHORITY\Authenticated Users group. This will allow all users who have authenticated to the site to read the Master Page gallery and Style Library.
RESOLUTION:
1) Open the site you are having issues with 2) Click Site Actions Site Settings 3) In the Users and Permissions section, click People and Groups 4) Click Groups 5) Click Style Resource Readers 6) Click New Add User 7) In the Add Users section, click the Add all authenticated users link 8) Click OK
Wednesday, February 15, 2012
Sharepoint quick links
Sharepoint Links which might be helpful while troubleshooting issues
Function | Add to the URL | Notes |
Add Web Parts Pane | ?ToolPaneView=2 | Add to the end of the page URL; WILL ONLY WORK IF THE PAGE IS ALREADY CHECKED OUT |
Create | [area]/_layouts/spscreate.aspx | |
Create | /_layouts/create.aspx | |
Create list in a different portal area | /_layouts/new.aspx? NewPageFilename=YourTemplateName.stp& ListTemplate=100& ListBaseType=0 | When you save a template in a portal area and try to create a new list in a different portal area, the template will not show on the Create page. Use this URL to force it to show. |
Documents and Lists | /_layouts/viewlsts.aspx | |
List Template Gallery | /_catalogs/lt | |
Manage Audiences | /_layouts/Audience_Main.aspx | |
Manage Cross Site Groups | /_layouts/mygrps.aspx | |
Manage List Template Gallery | /_catalogs/lt/Forms/AllItems.aspx | |
Manage My Alerts | /_layouts/MySubs.aspx | |
Manage People | /_layouts/people.aspx | |
Manage Site Collection Administrators | /_layouts/mngsiteadmin.aspx | |
Manage Site Collection Users | /_layouts/siteusrs.aspx | To access you must be an admin on the server or a site collection admin for the site. |
Manage Site Groups | /_layouts/role.aspx | |
Manage Site Template Gallery | /_catalogs/wt/Forms/AllItems.aspx | |
Manage Site Template Gallery | /_catalogs/wt/Forms/Common.aspx | |
Manage Sites and Workspaces | /_layouts/mngsubwebs.aspx | |
Manage User Alerts | /_layouts/AlertsAdmin.aspx | |
Manage User Alerts | /_layouts/SiteSubs.aspx | |
Manage User Permissions | /_layouts/user.aspx | |
Manage Web Part Gallery | /_catalogs/wp/Forms/AllItems.aspx | |
Master Page Gallery | /_catalogs/masterpage | Also includes Page Layouts |
Modify Navigation | /_layouts/AreaNavigationSettings.aspx | |
Recycle Bin | /_layouts/AdminRecycleBin.aspx | |
Save as site template | /_layouts/savetmpl.aspx | |
Site Column Gallery | /_layouts/mngfield.aspx | |
Site Content and Structure Manager | /_layouts/sitemanager.aspx | |
Site Content Types | /_layouts/mngctype.aspx | |
Site Settings | /_layouts/settings.aspx | |
Site Settings | /_layouts/default.aspx | |
Site Template Gallery | /_catalogs/wt | |
Site Theme | /_layouts/themeweb.aspx | |
Site usage details | /_layouts/UsageDetails.aspx | |
Site Usage Summary | /_layouts/SpUsageWeb.aspx | |
Site Usage Summary | /_layouts/Usage.aspx | |
Sites Registry | /SiteDirectory/Lists/Sites/Summary.aspx | |
Top-level Site Administration | /_layouts/webadmin.aspx | |
User Information | /_layouts/userinfo.aspx | |
Web Part Gallery | /_catalogs/wp | |
Web Part Page Maintenance | ?contents=1 | Add to the end of the page URL |
Workflows | /_layouts/wrkmng.aspx |
Old image displayed in Sharepoint picture library
Issue: User came with the issue that the old image appears even after the old image is deleted and a new image is uploaded into the Library. But he is able to view the updated image in the other user's machine
Resolution: 1. A copy of the file was store into the recycle bin of his machine. 2. Deleted the Old image from the Recycle bin. 3. Cleared the Cache. 4. Tried to Open the Iamge and it Opens up correctly. 5. Done
Resolution: 1. A copy of the file was store into the recycle bin of his machine. 2. Deleted the Old image from the Recycle bin. 3. Cleared the Cache. 4. Tried to Open the Iamge and it Opens up correctly. 5. Done
Saturday, February 11, 2012
TechNet SharePoint Virtual Labs
A very good resource from Microsoft to learn SharePoint by your own. A list of virtual labs including all versions of SharePoint from portal server 2003 to SharePoint 2010. The perfect material to dive into SharePoint.
SharePoint Server 2010
- TechNet Virtual Lab: Developing KPIs and Scorecards with SharePoint 2010 PerformancePoint Services
- TechNet Virtual Lab: SharePoint 2010 Web Content Management Visual Upgrade
- TechNet Virtual Lab: SharePoint Server 2010: Advanced Search Security
- TechNet Virtual Lab: SharePoint Server 2010: Configuring Search UIs
- TechNet Virtual Lab: SharePoint Server 2010: Connectors & Using the Business Data Connectivity (BDC) Service
- TechNet Virtual Lab: SharePoint Server 2010: Federated Search
- TechNet Virtual Lab: SharePoint Server 2010: Linguistics
- TechNet Virtual Lab: SharePoint Server 2010: Monitoring & Systems Management
- TechNet Virtual Lab: SharePoint Server 2010: PowerShell for Search
- TechNet Virtual Lab: SharePoint Server 2010: Query API and Query Languages
- TechNet Virtual Lab: SharePoint Server 2010: Relevancy and Ranking
- TechNet Virtual Lab: SharePoint Server 2010: Search Reporting and Analytics
- TechNet Virtual Lab: SharePoint Server 2010: Upgrading SharePoint 2010 to FAST Search for SharePoint
- TechNet Virtual Lab: Backup and Restore in SharePoint Server 2010
- TechNet Virtual Lab: Business Connectivity Services
- TechNet Virtual Lab: Business Continuity Management in SharePoint Server 2010
- TechNet Virtual Lab: Configuring Remote Blob Storage FILESTREAM Provider for SharePoint Server 2010
- TechNet Virtual Lab: Configuring Tenant Administration on SharePoint Server 2010
- TechNet Virtual Lab: Configuring User Profile Synchronization in SharePoint Server 2010
- TechNet Virtual Lab: Enterprise Search
- TechNet Virtual Lab: Introduction to Microsoft SharePoint Server 2010 Upgrade
- TechNet Virtual Lab: Monitoring SharePoint 2010
- TechNet Virtual Lab: New IT Pro Features in SharePoint Server 2010
- TechNet Virtual Lab: Performance Management
- TechNet Virtual Lab: SharePoint Designer for IT Pros
- TechNet Virtual Lab: SharePoint RTM - IT PRO - Business Continuity Management
- TechNet Virtual Lab: SharePoint RTM - IT PRO - Installing and Configuring
- TechNet Virtual Lab: SharePoint RTM - IT PRO - Service Applications
- TechNet Virtual Lab: SharePoint RTM - IT PRO - Upgrade
- TechNet Virtual Lab: Windows PowerShell and SharePoint 2010
SharePoint Server 2007
Windows SharePoint Services 3.0
Thursday, February 2, 2012
SharePoint Administration Tools and Management Tools - Idera SharePoint Admin Toolset
SharePoint admin toolset v3.0
FREE Tools to Simplify SharePoint Management
Simplify and streamline day-to-day SharePoint administration tasks
|
Subscribe to:
Posts (Atom)