Showing posts with label SharePoint 2010. Show all posts
Showing posts with label SharePoint 2010. Show all posts

Friday, February 15, 2013

Access Denied When Trying to Create a New Page on a Publishing Site

According to my project. user have to created a new page on SharePoint 2010 publishing page them-self.
But when it the test stage. I got this problem when i log into SharePoint publishing site with contribution privileged.

The account can't create a new page and got the access deny pop up page.
I've found the solution refer to the following blog related with MOSS 2007 but it still works on SharePoint 2010 as well.

http://sharepointsharpener.wordpress.com/2009/02/06/access-denied-when-trying-to-create-a-new-page-on-a-publishing-site/

The solution is just to check the permission on the master page and page layouts document library that allow your user to access them.

Wednesday, May 9, 2012

Enable Fast Search feature on SharePoint Publishing Site

Refer to
http://social.technet.microsoft.com/Forums/en-US/fastsharepoint/thread/d83894e3-fc7c-40e4-99ab-7ac1a5392265

I got the solution to enable FAST search site template for Publishing site with just one command

Enable-SPFeature –Id SearchExtensions –url


Hope this helps

Friday, December 2, 2011

XSLT on search results page



I spent a lot of time to solve why the value from managed property in Search results page doesn't appear in my XSLT template.
I just figured it out that xslt variable must be declared with the exactly same name with the managed property.

How stupid I'm.


   
   
   
   
   
   
   

Thursday, December 1, 2011

SharePoint Designer component for Drag N Drop and Office List support component

Many users wants to upload by drag and drop but it's not possible without SharePoint Foundation Component in SharePoint Designer setup package file.


There're 2 components requires for users who want to experience full functionality about SharePoint List.


  • Microsoft Access Web Datasheet Component: this component enable access like view and editing experience on SharePoint list.
  • Microsoft SharePoint Foundation Support: Enable multiple upload capability for your IE. don't forget to enable ActiveX control to enable this function also.

Tuesday, November 22, 2011

from my recently post download SharePoint patch
I've got an failure update content database on my SharePoint server farm shown with below picture.

I searched for the solution and found some recommendation from the Microsoft websites

then I checked the PSConfig.exe log file and found some clue why my upgrade was failed.

[OWSTIMER] [SPContentDatabaseSequence] [ERROR] [11/10/2011 2:23:08 PM]: Found a missing feature Id = [a18927ed-93e2-4dcb-be6d-56c469beb929]
[OWSTIMER] [SPContentDatabaseSequence] [ERROR] [11/10/2011 2:23:08 PM]: The feature with Id a18927ed-93e2-4dcb-be6d-56c469beb929 is referenced in the database [MYContentDatabase], but is not installed on the current farm. The missing feature may cause upgrade to fail. Please install any solution which contains the feature and restart upgrade if necessary.

the log file said, there's a missing custom feature i had deployed on MyContentDatabase. So I retracted and remove my custom solution and run this command to upgrade the content database again
psconfig -cmd upgrade -force -inplace v2v -passphrase < passphrase > -wait


the command will upgrade my content database then I redeploy my solution into the content database again.

Download and Update patch on SharePoint Farm

Microsoft has been released SharePoint 2010 patch update for a while refer to the following links.

then I downloaded the SP1 and August CU updates from the above site. Service Pack1 for many products

  1. Documentum Search connector SP1
  2. FAST Search for SharePoint SP1
  3. FAST Search for SharePoint August CU
  4. Office Web Apps SP1
  5. SharePoint August CU
  6. SharePoint SP1
  7. SharePoint Designer SP1
All of their size around ~2GB. the SharePoint August CU size is about 1GB. I though there's a lot of bug in SharePoint.

Thursday, September 15, 2011

User Profile Sync Replicate Access Denied 8453

I've a change to sync 7 Domains with approx 30k users account. follow user profile sync for SharePoint on technet http://technet.microsoft.com/en-us/library/ee721049.aspx
but there's a domain it's domain name doesn't match with user account domain. So, I've to enable NETBIOSDomainNamesEnabled to true
But it still doesn't work. it still error with replicate access denied. Finally, I've found another solution for this challenge. 1.uncheck all directory partition in Configure Directory Partition in AD Connection. only one left.
2.Check Configure Run Profile, does it has only one step. if not, remove all other step.
Then run full sync again and it works. Hope this post helps saving you time.

Thursday, August 18, 2011

Cannot delete SharePoint Service Application

Wanna delete a SharePoint service application?
http://vintentou.wordpress.com/2011/03/11/cannot-delete-sharepoint-service-application/

FAST Post Configuration Wizard fail

There're many error while you are installing FAST Search for SharePoint. Some of them are in the following links.
I got another error while running the post configuration with 2 server 1 admin and 1 non-admin with 1 row and 2 column.
I tried many times but fail.

But finally I got a simple solution:
Restart server after you install FAST for SharePoint binary then run FAST Configuration wizard again then it works!!

http://pornjeds.blogspot.com/2011/08/installation-of-fast-search-server.html

http://pornjeds.blogspot.com/2011/08/fast-search-server-2010-configuration.html

http://pornjeds.blogspot.com/2011/05/filed-to-initialize-session-with.html

Install webpart .DWP file

http://social.technet.microsoft.com/Forums/en/sharepointadmin/thread/480d185e-3ed8-42d5-aa5b-122727401df7

Monday, May 23, 2011

Filed to initialize session with document engine: Unable to resolve Contentdistributor

Error Message in event viewer
Failed to connect to servername.domain.com:13391 Failed to initialize session with document engine: Unable to resolve Contentdistributor.

I got this error log several times. One is from Office Web Apps installation.
I installed FAST for SharePoint before deploying OWA. after that i got this error.
the other one I think it occurs after FAST and SharePoint Server were migrated to a new server using vMotion.

Solution.
Just reinstall FAST Certificate into SharePoint Server again follow the step in the below link.
Configure SSL enabled communication

then restart both FAST and SharePoint server.

Cheers

Unable to connect to Synchronization Services

Synchronization Services Manager use for verify SharePoint User Profile Synchronization is work but some people may get this error when start this application.

Unable to Connect to the Synchronization Service
Some possible reasons are:
1.The service is not started.
2.Your account is not a member of a require security group.

Solution:
1.make sure that 2 FIM Services in Synchronization Server is running.



2.make sure that your current user is in FIMSyncOperators group. if not add your user account then log off and log on.



After that, you should be able to access this application.


Cheers.